From 23bc2f9df2f655bae4f79000bf2474078e5be59f Mon Sep 17 00:00:00 2001 From: SriHV Date: Mon, 17 Feb 2025 17:26:51 +0000 Subject: [PATCH 1/3] removed css set for IE11 in button --- src/components/button/_button.scss | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/components/button/_button.scss b/src/components/button/_button.scss index 5a16c5a799..0bdf6201f5 100644 --- a/src/components/button/_button.scss +++ b/src/components/button/_button.scss @@ -18,14 +18,6 @@ $button-shadow-size: 3px; vertical-align: top; white-space: nowrap; - // Transparent border for IE11 High Contrast mode support due to 'border: 0' on buttons - &::after { - border: ems($button-shadow-size) solid transparent; - inset: 0 0 - (ems($button-shadow-size)) 0; // Makes sure button shadow is selectable - content: ''; - position: absolute; - } - &--search { .ons-icon { margin: 0.125rem 0.5rem 0.125rem 0; From 6cc6a5c68be8fa82031bc5adc270eabf5726456d Mon Sep 17 00:00:00 2001 From: SriHV Date: Wed, 19 Feb 2025 16:35:25 +0000 Subject: [PATCH 2/3] changed button's height to sit in 8px gird --- src/components/button/_button.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/button/_button.scss b/src/components/button/_button.scss index 0bdf6201f5..36a6294af4 100644 --- a/src/components/button/_button.scss +++ b/src/components/button/_button.scss @@ -34,7 +34,7 @@ $button-shadow-size: 3px; color: var(--ons-color-text-inverse); display: flex; align-items: center; - padding: 0.75rem 1rem; + padding: 0.875rem 1rem; // Required for Google Tag Manager pointer-events: none; position: relative; From d000253fbc0588e80c10a6cfbf880115c7ef4cd0 Mon Sep 17 00:00:00 2001 From: SriHV Date: Wed, 19 Feb 2025 17:45:13 +0000 Subject: [PATCH 3/3] approved visual tests --- ...ss-code_example-access-code-error_0_document_0_desktop.png | 4 ++-- ...ess-code_example-access-code-error_0_document_1_tablet.png | 4 ++-- ...ess-code_example-access-code-error_0_document_2_mobile.png | 4 ++-- ...s_access-code_example-access-code_0_document_0_desktop.png | 4 ++-- ...ts_access-code_example-access-code_0_document_1_tablet.png | 4 ++-- ...ts_access-code_example-access-code_0_document_2_mobile.png | 4 ++-- ...ents_button_example-button-custom_0_document_0_desktop.png | 2 +- ...nents_button_example-button-custom_0_document_1_tablet.png | 2 +- ...nents_button_example-button-custom_0_document_2_mobile.png | 4 ++-- ...nts_button_example-button-disabled_0_document_1_tablet.png | 2 +- ...nts_button_example-button-disabled_0_document_2_mobile.png | 4 ++-- ...nents_button_example-button-ghost_0_document_0_desktop.png | 2 +- ...onents_button_example-button-ghost_0_document_1_tablet.png | 2 +- ...onents_button_example-button-ghost_0_document_2_mobile.png | 4 ++-- ...nents_button_example-button-group_0_document_0_desktop.png | 2 +- ...onents_button_example-button-group_0_document_1_tablet.png | 2 +- ...onents_button_example-button-group_0_document_2_mobile.png | 4 ++-- ...onents_button_example-button-link_0_document_0_desktop.png | 2 +- ...ponents_button_example-button-link_0_document_1_tablet.png | 2 +- ...ponents_button_example-button-link_0_document_2_mobile.png | 4 ++-- ...nents_button_example-button-loader_0_document_1_tablet.png | 2 +- ...nents_button_example-button-loader_0_document_2_mobile.png | 4 ++-- ..._button_example-button-new-window_0_document_0_desktop.png | 2 +- ...s_button_example-button-new-window_0_document_1_tablet.png | 2 +- ...s_button_example-button-new-window_0_document_2_mobile.png | 4 ++-- ...s_button_example-button-secondary_0_document_0_desktop.png | 2 +- ...ts_button_example-button-secondary_0_document_1_tablet.png | 2 +- ...ts_button_example-button-secondary_0_document_2_mobile.png | 4 ++-- ...onents_button_example-button-timer_0_document_1_tablet.png | 2 +- ...onents_button_example-button-timer_0_document_2_mobile.png | 4 ++-- ..._components_button_example-button_0_document_0_desktop.png | 2 +- ...__components_button_example-button_0_document_1_tablet.png | 2 +- ...__components_button_example-button_0_document_2_mobile.png | 4 ++-- ...ernal-for-survey-with-description_0_document_0_desktop.png | 4 ++-- ...ternal-for-survey-with-description_0_document_1_tablet.png | 4 ++-- ...ample-header-external-for-surveys_0_document_0_desktop.png | 2 +- ...xample-header-external-for-surveys_0_document_1_tablet.png | 2 +- ...components_hero_example-hero-dark_0_document_0_desktop.png | 2 +- ..._components_hero_example-hero-dark_0_document_1_tablet.png | 2 +- ..._components_hero_example-hero-dark_0_document_2_mobile.png | 4 ++-- ...ponents_hero_example-hero-default_0_document_0_desktop.png | 2 +- ...mponents_hero_example-hero-default_0_document_1_tablet.png | 2 +- ...mponents_hero_example-hero-default_0_document_2_mobile.png | 4 ++-- ...nts_question_example-question-ccs_0_document_0_desktop.png | 2 +- ...ents_question_example-question-ccs_0_document_1_tablet.png | 2 +- ...ents_question_example-question-ccs_0_document_2_mobile.png | 4 ++-- ...uestion_example-question-fieldset_0_document_0_desktop.png | 4 ++-- ...question_example-question-fieldset_0_document_1_tablet.png | 4 ++-- ...question_example-question-fieldset_0_document_2_mobile.png | 4 ++-- ...example-question-interviewer-note_0_document_0_desktop.png | 2 +- ..._example-question-interviewer-note_0_document_1_tablet.png | 4 ++-- ..._example-question-interviewer-note_0_document_2_mobile.png | 4 ++-- ...tion_example-question-no-fieldset_0_document_0_desktop.png | 2 +- ...stion_example-question-no-fieldset_0_document_1_tablet.png | 2 +- ...stion_example-question-no-fieldset_0_document_2_mobile.png | 4 ++-- ...ships_example-relationships-error_0_document_0_desktop.png | 4 ++-- ...nships_example-relationships-error_0_document_1_tablet.png | 4 ++-- ...nships_example-relationships-error_0_document_2_mobile.png | 4 ++-- ...onships_example-relationships-you_0_document_0_desktop.png | 4 ++-- ...ionships_example-relationships-you_0_document_1_tablet.png | 4 ++-- ...ionships_example-relationships-you_0_document_2_mobile.png | 4 ++-- ...lationships_example-relationships_0_document_0_desktop.png | 4 ++-- ...elationships_example-relationships_0_document_1_tablet.png | 4 ++-- ...elationships_example-relationships_0_document_2_mobile.png | 4 ++-- ...meout-modal_example-timeout-modal_0_document_0_desktop.png | 4 ++-- ...imeout-modal_example-timeout-modal_0_document_1_tablet.png | 4 ++-- ...imeout-modal_example-timeout-modal_0_document_2_mobile.png | 4 ++-- ...ions_page-template_example-custom_0_document_0_desktop.png | 2 +- ...tions_page-template_example-custom_0_document_1_tablet.png | 2 +- ...tions_page-template_example-custom_0_document_2_mobile.png | 4 ++-- ...xample-address-input-manual-error_0_document_0_desktop.png | 4 ++-- ...example-address-input-manual-error_0_document_1_tablet.png | 4 ++-- ...example-address-input-manual-error_0_document_2_mobile.png | 4 ++-- ...sses_example-address-input-manual_0_document_0_desktop.png | 2 +- ...esses_example-address-input-manual_0_document_1_tablet.png | 2 +- ...esses_example-address-input-manual_0_document_2_mobile.png | 4 ++-- ...nput-non-editable-confirm-address_0_document_0_desktop.png | 2 +- ...input-non-editable-confirm-address_0_document_1_tablet.png | 2 +- ...input-non-editable-confirm-address_0_document_2_mobile.png | 4 ++-- ...xample-address-input-non-editable_0_document_0_desktop.png | 2 +- ...example-address-input-non-editable_0_document_1_tablet.png | 4 ++-- ...example-address-input-non-editable_0_document_2_mobile.png | 4 ++-- ...s_addresses_example-address-input_0_document_0_desktop.png | 2 +- ...ns_addresses_example-address-input_0_document_1_tablet.png | 2 +- ...ns_addresses_example-address-input_0_document_2_mobile.png | 4 ++-- ...ings_example-cookie-settings-page_0_document_0_desktop.png | 4 ++-- ...tings_example-cookie-settings-page_0_document_1_tablet.png | 4 ++-- ...tings_example-cookie-settings-page_0_document_2_mobile.png | 4 ++-- ...rrors_example-errors-proto-errors_0_document_0_desktop.png | 4 ++-- ...errors_example-errors-proto-errors_0_document_1_tablet.png | 4 ++-- ...errors_example-errors-proto-errors_0_document_2_mobile.png | 4 ++-- ...rrect-errors_example-errors-proto_0_document_0_desktop.png | 4 ++-- ...orrect-errors_example-errors-proto_0_document_1_tablet.png | 4 ++-- ...orrect-errors_example-errors-proto_0_document_2_mobile.png | 4 ++-- ...ns_extend-session_example-timeout_0_document_0_desktop.png | 2 +- ...rns_extend-session_example-timeout_0_document_1_tablet.png | 2 +- ...rns_extend-session_example-timeout_0_document_2_mobile.png | 4 ++-- ...back_example-feedback-form-errors_0_document_0_desktop.png | 4 ++-- ...dback_example-feedback-form-errors_0_document_1_tablet.png | 4 ++-- ...dback_example-feedback-form-errors_0_document_2_mobile.png | 4 ++-- ...ns_feedback_example-feedback-form_0_document_0_desktop.png | 4 ++-- ...rns_feedback_example-feedback-form_0_document_1_tablet.png | 4 ++-- ...rns_feedback_example-feedback-form_0_document_2_mobile.png | 4 ++-- ..._feedback_example-feedback-success_0_document_1_tablet.png | 2 +- ..._feedback_example-feedback-success_0_document_2_mobile.png | 4 ++-- ...ub-and-spoke_example-hub-complete_0_document_0_desktop.png | 2 +- ...hub-and-spoke_example-hub-complete_0_document_1_tablet.png | 4 ++-- ...hub-and-spoke_example-hub-complete_0_document_2_mobile.png | 4 ++-- ...atterns_hub-and-spoke_example-hub_0_document_0_desktop.png | 2 +- ...patterns_hub-and-spoke_example-hub_0_document_1_tablet.png | 2 +- ...patterns_hub-and-spoke_example-hub_0_document_2_mobile.png | 4 ++-- ...-and-spoke_example-spoke-continue_0_document_0_desktop.png | 4 ++-- ...b-and-spoke_example-spoke-continue_0_document_1_tablet.png | 2 +- ...b-and-spoke_example-spoke-continue_0_document_2_mobile.png | 4 ++-- ...hub-and-spoke_example-spoke-start_0_document_0_desktop.png | 2 +- ..._hub-and-spoke_example-spoke-start_0_document_1_tablet.png | 2 +- ..._hub-and-spoke_example-spoke-start_0_document_2_mobile.png | 4 ++-- ...b-and-spoke_example-spoke-summary_0_document_0_desktop.png | 4 ++-- ...ub-and-spoke_example-spoke-summary_0_document_1_tablet.png | 4 ++-- ...ub-and-spoke_example-spoke-summary_0_document_2_mobile.png | 4 ++-- ...example-name-multiple-input-field_0_document_0_desktop.png | 2 +- ..._example-name-multiple-input-field_0_document_1_tablet.png | 4 ++-- ..._example-name-multiple-input-field_0_document_2_mobile.png | 4 ++-- ...s_example-name-single-input-field_0_document_0_desktop.png | 2 +- ...es_example-name-single-input-field_0_document_1_tablet.png | 2 +- ...es_example-name-single-input-field_0_document_2_mobile.png | 4 ++-- ...question_example-question-anatomy_0_document_0_desktop.png | 4 ++-- ..._question_example-question-anatomy_0_document_1_tablet.png | 4 ++-- ..._question_example-question-anatomy_0_document_2_mobile.png | 4 ++-- ..._example-save-and-sign-out-button_0_document_0_desktop.png | 2 +- ...t_example-save-and-sign-out-button_0_document_1_tablet.png | 2 +- ...t_example-save-and-sign-out-button_0_document_2_mobile.png | 4 ++-- ...ns_send-a-web-form_example-errors_0_document_0_desktop.png | 4 ++-- ...rns_send-a-web-form_example-errors_0_document_1_tablet.png | 4 ++-- ...rns_send-a-web-form_example-errors_0_document_2_mobile.png | 4 ++-- ...erns_send-a-web-form_example-form_0_document_0_desktop.png | 4 ++-- ...terns_send-a-web-form_example-form_0_document_1_tablet.png | 4 ++-- ...terns_send-a-web-form_example-form_0_document_2_mobile.png | 4 ++-- ...ns_send-a-web-form_example-success_0_document_1_tablet.png | 2 +- ...ns_send-a-web-form_example-success_0_document_2_mobile.png | 4 ++-- ...-to-messages_example-conversation_0_document_0_desktop.png | 4 ++-- ...y-to-messages_example-conversation_0_document_1_tablet.png | 4 ++-- ...y-to-messages_example-conversation_0_document_2_mobile.png | 4 ++-- ..._example-survey-interstitial-page_0_document_0_desktop.png | 2 +- ...e_example-survey-interstitial-page_0_document_1_tablet.png | 4 ++-- ...e_example-survey-interstitial-page_0_document_2_mobile.png | 4 ++-- ...-survey-section-introduction-page_0_document_0_desktop.png | 4 ++-- ...e-survey-section-introduction-page_0_document_1_tablet.png | 2 +- ...e-survey-section-introduction-page_0_document_2_mobile.png | 4 ++-- 149 files changed, 244 insertions(+), 244 deletions(-) diff --git a/backstop_data/bitmaps_reference/ds-vr-test__components_access-code_example-access-code-error_0_document_0_desktop.png b/backstop_data/bitmaps_reference/ds-vr-test__components_access-code_example-access-code-error_0_document_0_desktop.png index a4d22d2053..31e4d51036 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__components_access-code_example-access-code-error_0_document_0_desktop.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__components_access-code_example-access-code-error_0_document_0_desktop.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2f0375c758f91144ba56332ed126da577f485caa5f69b8c19196c3f0d1f2af36 -size 68450 +oid sha256:828d5c82bdc7275ec7f9b00b87e118430dabd60655989f29e576be73864631e2 +size 68474 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__components_access-code_example-access-code-error_0_document_1_tablet.png b/backstop_data/bitmaps_reference/ds-vr-test__components_access-code_example-access-code-error_0_document_1_tablet.png index 8b82434eac..f3a2993435 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__components_access-code_example-access-code-error_0_document_1_tablet.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__components_access-code_example-access-code-error_0_document_1_tablet.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:05b98dc6c1281ac3c288c848ffa2813e23ffd15269e63719fce7816e138ccc09 -size 61964 +oid sha256:2082399445082c19aa92d08bc676c40af1ca7b31067c10907b6fb38b16289714 +size 61971 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__components_access-code_example-access-code-error_0_document_2_mobile.png b/backstop_data/bitmaps_reference/ds-vr-test__components_access-code_example-access-code-error_0_document_2_mobile.png index f0c48a039f..35d0a1505e 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__components_access-code_example-access-code-error_0_document_2_mobile.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__components_access-code_example-access-code-error_0_document_2_mobile.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:27aeac059559fc69703c5777b31a82db0c6597755a904fec871104535a1c2c84 -size 66810 +oid sha256:c77b2657bbd00bc0f9b43d0f07862bd58dff1e2536f112470243bf2f4c4b066a +size 66835 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__components_access-code_example-access-code_0_document_0_desktop.png b/backstop_data/bitmaps_reference/ds-vr-test__components_access-code_example-access-code_0_document_0_desktop.png index c510b50e8d..22298cdbfc 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__components_access-code_example-access-code_0_document_0_desktop.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__components_access-code_example-access-code_0_document_0_desktop.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a5504a45b5c337b6a18543cc8b3f87f22b018bb896100bb103b90c132cc1ea4d -size 59780 +oid sha256:6d696de3bdb2a9261a0cdd01650cadc8819f5d4d50a5a7b3c55e1cd886dbd893 +size 59803 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__components_access-code_example-access-code_0_document_1_tablet.png b/backstop_data/bitmaps_reference/ds-vr-test__components_access-code_example-access-code_0_document_1_tablet.png index 6504525dfa..a4ed868f22 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__components_access-code_example-access-code_0_document_1_tablet.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__components_access-code_example-access-code_0_document_1_tablet.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:80b9a4c4733c28950323c457f33bdd6b7a1b2a544fe244e8f256bc878b598322 -size 53852 +oid sha256:80fe595823e98954529b6f2c9b247b6193d5bc948992d8e57ac9463d0bf88a83 +size 53853 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__components_access-code_example-access-code_0_document_2_mobile.png b/backstop_data/bitmaps_reference/ds-vr-test__components_access-code_example-access-code_0_document_2_mobile.png index 08f338ab0f..9f66530f99 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__components_access-code_example-access-code_0_document_2_mobile.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__components_access-code_example-access-code_0_document_2_mobile.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:07d5707f29213a3aeb94807c602faa332a4d4c4c025f5c803b70f18ce16b16f4 -size 58139 +oid sha256:ff8138604d459a0aa9bb22e5b352ce313b992ffa660df248e7f90ed50bddd8cf +size 58162 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__components_button_example-button-custom_0_document_0_desktop.png b/backstop_data/bitmaps_reference/ds-vr-test__components_button_example-button-custom_0_document_0_desktop.png index 39a31cd51a..779610921a 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__components_button_example-button-custom_0_document_0_desktop.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__components_button_example-button-custom_0_document_0_desktop.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b871543a3ed3928483177e0ba915aa6049a4ebbc73652297ebd9573d178d5cc2 +oid sha256:a814b858516b8a7e6e41ac8709b44f7cbe9f03cc5a0c8e02b02460d4094062c6 size 14545 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__components_button_example-button-custom_0_document_1_tablet.png b/backstop_data/bitmaps_reference/ds-vr-test__components_button_example-button-custom_0_document_1_tablet.png index 80e65ea41b..ff275fe203 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__components_button_example-button-custom_0_document_1_tablet.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__components_button_example-button-custom_0_document_1_tablet.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4b571a8fb2c70f93e6b8dc36dd5cee0a27ea4297bff99a6e9a91da294e462f5c +oid sha256:9b967f9f2d790562b8290610bf016b43cc463b4cf6fde3d99b77fd70e02d2afe size 9405 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__components_button_example-button-custom_0_document_2_mobile.png b/backstop_data/bitmaps_reference/ds-vr-test__components_button_example-button-custom_0_document_2_mobile.png index ed52c4f707..56996f04a4 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__components_button_example-button-custom_0_document_2_mobile.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__components_button_example-button-custom_0_document_2_mobile.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:23f5cd3c0aa5575d6f0938a71bc7639a222d4e4f23845f43ca98843a72c5f835 -size 6379 +oid sha256:d1e643e1d559bc7ae3b48044c2fe2249923bddfa1cdcdd85206c07705d12ee6c +size 6382 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__components_button_example-button-disabled_0_document_1_tablet.png b/backstop_data/bitmaps_reference/ds-vr-test__components_button_example-button-disabled_0_document_1_tablet.png index 0de2bd780e..f38e20d093 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__components_button_example-button-disabled_0_document_1_tablet.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__components_button_example-button-disabled_0_document_1_tablet.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4812940975778f61eb0e586da0fad908a55c942b9a723b70f4783b3ca5d7cb5a +oid sha256:9b3e386f9ebbeae074a1e02c765b315a326daefc74909aa0f12279e95eab4b56 size 7052 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__components_button_example-button-disabled_0_document_2_mobile.png b/backstop_data/bitmaps_reference/ds-vr-test__components_button_example-button-disabled_0_document_2_mobile.png index c4bb49a667..fe5eeebdb8 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__components_button_example-button-disabled_0_document_2_mobile.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__components_button_example-button-disabled_0_document_2_mobile.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0fbc52f275c4fa5e908fe61605a2f46478df094f67644900d471fead762e5198 -size 4115 +oid sha256:de36cd9924159d0117dda17bae266c16c00c9c848d401a729b65fcc2132178e6 +size 4114 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__components_button_example-button-ghost_0_document_0_desktop.png b/backstop_data/bitmaps_reference/ds-vr-test__components_button_example-button-ghost_0_document_0_desktop.png index 966764fc7b..2dae9149e3 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__components_button_example-button-ghost_0_document_0_desktop.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__components_button_example-button-ghost_0_document_0_desktop.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:849067509b317571525d53b57cf3848158d87b2e9923dd348c2570a90bbd64e8 +oid sha256:e8d2bb1322e052aef2b1d2fc5adac900d0641702cea465900735ceb1393b5e27 size 14676 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__components_button_example-button-ghost_0_document_1_tablet.png b/backstop_data/bitmaps_reference/ds-vr-test__components_button_example-button-ghost_0_document_1_tablet.png index b218b1ef02..8a781a2c3e 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__components_button_example-button-ghost_0_document_1_tablet.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__components_button_example-button-ghost_0_document_1_tablet.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c3af358773f4f61a998d9c3e622d77f4eabb5bf2c6ef1bb01c38ab51eef7f290 +oid sha256:4c51565bc92a51d7dce3357c3a85decdfddf441c101ac8e1ee8f1073a8cb4de9 size 9533 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__components_button_example-button-ghost_0_document_2_mobile.png b/backstop_data/bitmaps_reference/ds-vr-test__components_button_example-button-ghost_0_document_2_mobile.png index 20dcb9756f..b712bc134e 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__components_button_example-button-ghost_0_document_2_mobile.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__components_button_example-button-ghost_0_document_2_mobile.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e71c4ce1bae80679b54c478f822b461a5e4274cfcc62fec3ba0bb8b22be4c41a -size 6497 +oid sha256:eb58c58b6cea5f5a0c8be7d4de022ebe903c32ec1631bc9858a6c631ffc1c4b5 +size 6500 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__components_button_example-button-group_0_document_0_desktop.png b/backstop_data/bitmaps_reference/ds-vr-test__components_button_example-button-group_0_document_0_desktop.png index 2680887f75..72532f334a 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__components_button_example-button-group_0_document_0_desktop.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__components_button_example-button-group_0_document_0_desktop.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7f96539c3e58c205968c560c3f1115ffccea5a285bd0c12ff198b822908fa3b5 +oid sha256:0717958aabac71a7c0d9b312ca68ec791641df05f852d284aa57646cbac8dade size 14187 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__components_button_example-button-group_0_document_1_tablet.png b/backstop_data/bitmaps_reference/ds-vr-test__components_button_example-button-group_0_document_1_tablet.png index 771aff4891..d5f55617e7 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__components_button_example-button-group_0_document_1_tablet.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__components_button_example-button-group_0_document_1_tablet.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9057e9b897ea1d8504f8d5594e12a826280bc4c88311d30e09fb9f27906a5a2d +oid sha256:3815e3281e999ff999ad8d33c2b6661fe6a558d76611075d487a171e60a47d91 size 9022 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__components_button_example-button-group_0_document_2_mobile.png b/backstop_data/bitmaps_reference/ds-vr-test__components_button_example-button-group_0_document_2_mobile.png index f1956d8e85..64bffe03df 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__components_button_example-button-group_0_document_2_mobile.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__components_button_example-button-group_0_document_2_mobile.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:02ca0247ddf43b925cfad05c59d4566589e376e57df09a23e3c89a0e6ad24b23 -size 6032 +oid sha256:4fa979f2928d9374ebeb45a78e226a777251efe7bdf5dd9ed8abc10c21655714 +size 6038 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__components_button_example-button-link_0_document_0_desktop.png b/backstop_data/bitmaps_reference/ds-vr-test__components_button_example-button-link_0_document_0_desktop.png index 5f0ac92eaa..927422d04f 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__components_button_example-button-link_0_document_0_desktop.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__components_button_example-button-link_0_document_0_desktop.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e273fabad469f222ce5d2d482256cc290f959558794da5760fa67895f9922666 +oid sha256:651ba41ce64910f095941aecda1992db8841df3fc6f2d6861827dc5beb38fa41 size 13294 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__components_button_example-button-link_0_document_1_tablet.png b/backstop_data/bitmaps_reference/ds-vr-test__components_button_example-button-link_0_document_1_tablet.png index 0aae7c5672..d99d1a6903 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__components_button_example-button-link_0_document_1_tablet.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__components_button_example-button-link_0_document_1_tablet.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3a56990e3f7651a1e2e2bec93eb0acc04fa20ab79754c010e69f106ffe38b734 +oid sha256:ac4f3ec7c655f030f40b278944eea03af17c4a7355e4d03385a2d13841340545 size 8078 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__components_button_example-button-link_0_document_2_mobile.png b/backstop_data/bitmaps_reference/ds-vr-test__components_button_example-button-link_0_document_2_mobile.png index 738df27f2f..4ac271f635 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__components_button_example-button-link_0_document_2_mobile.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__components_button_example-button-link_0_document_2_mobile.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:90864d950a4ad5f4eb864f3476b5d02b7905ee3a0f009c94d6060c4a68fdebc9 -size 5096 +oid sha256:31f9d23084943f73a68826508e24b8a32e7b9adf86cf33fbe1b230c30691857a +size 5098 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__components_button_example-button-loader_0_document_1_tablet.png b/backstop_data/bitmaps_reference/ds-vr-test__components_button_example-button-loader_0_document_1_tablet.png index 2557e5c904..565c4e22ae 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__components_button_example-button-loader_0_document_1_tablet.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__components_button_example-button-loader_0_document_1_tablet.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7c7525e37ed9490f378dfa51f5061c7e1157fb12690209f3594e8372b78f57b5 +oid sha256:a9af1068800d13e6d7f4a0d1ad12bc05e1c90673a2c9ccfc0f25785a23791c67 size 7225 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__components_button_example-button-loader_0_document_2_mobile.png b/backstop_data/bitmaps_reference/ds-vr-test__components_button_example-button-loader_0_document_2_mobile.png index cbd7b6d9a8..87c6c2d3c3 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__components_button_example-button-loader_0_document_2_mobile.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__components_button_example-button-loader_0_document_2_mobile.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2b8264e58e3656c42d59e793e629585f8d4919916eeff30366c1069a567087e5 -size 4295 +oid sha256:4af2d2d575336f8ecf465d9283db8892a93dbfb3235836a46010be96ba797e6a +size 4296 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__components_button_example-button-new-window_0_document_0_desktop.png b/backstop_data/bitmaps_reference/ds-vr-test__components_button_example-button-new-window_0_document_0_desktop.png index c8eeae49c5..76dba05eaa 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__components_button_example-button-new-window_0_document_0_desktop.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__components_button_example-button-new-window_0_document_0_desktop.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:76cb742dc8160150676bd7a018aa7fd2fbca155cef0ef141c3870e57dba53e39 +oid sha256:ff062dd044d6219d7636985260f18e21b147ecf6e91d12711f533c7a42d8c8f5 size 13444 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__components_button_example-button-new-window_0_document_1_tablet.png b/backstop_data/bitmaps_reference/ds-vr-test__components_button_example-button-new-window_0_document_1_tablet.png index 6f6999a812..b0f0ae19be 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__components_button_example-button-new-window_0_document_1_tablet.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__components_button_example-button-new-window_0_document_1_tablet.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f1e37afe70d24de5e1c6921a1d99f0b3ba854b2bedb7c1798009d68dd4f64dcf +oid sha256:6b662c5ba123ea200ddb91fa438f2dfc615786e81be267b9ea433e9473823a80 size 8255 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__components_button_example-button-new-window_0_document_2_mobile.png b/backstop_data/bitmaps_reference/ds-vr-test__components_button_example-button-new-window_0_document_2_mobile.png index aa790aba3c..7551b3fb36 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__components_button_example-button-new-window_0_document_2_mobile.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__components_button_example-button-new-window_0_document_2_mobile.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5f23549ba686ced0c3226ec669d573b20a6fee393a171e62b234f353de8b5a2d -size 5266 +oid sha256:adaba6c89b84643d40967b514f075da65bf8ad6cbe1c4f06ba2eb7397d7a2479 +size 5268 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__components_button_example-button-secondary_0_document_0_desktop.png b/backstop_data/bitmaps_reference/ds-vr-test__components_button_example-button-secondary_0_document_0_desktop.png index be5da0e442..13733f724e 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__components_button_example-button-secondary_0_document_0_desktop.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__components_button_example-button-secondary_0_document_0_desktop.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4fadacd4a3ca1d0b108d304feccbc4a24c2206686bf17f6a610f4053af6fee1e +oid sha256:ecd521672f5a15c645cb4705d931dcde202bd9828b2f9a154a4dc65b5c438d75 size 13349 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__components_button_example-button-secondary_0_document_1_tablet.png b/backstop_data/bitmaps_reference/ds-vr-test__components_button_example-button-secondary_0_document_1_tablet.png index f7676893ef..18b7957ba6 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__components_button_example-button-secondary_0_document_1_tablet.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__components_button_example-button-secondary_0_document_1_tablet.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:93b19243d37a2ba5839ee10208a636745059385ed3491aba37967be039dadacc +oid sha256:24fa8c9a4d9a2c32580a1c7805beb99301e2de6cc5382c558dbc8f01a95eb41e size 8173 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__components_button_example-button-secondary_0_document_2_mobile.png b/backstop_data/bitmaps_reference/ds-vr-test__components_button_example-button-secondary_0_document_2_mobile.png index 3615a464d3..beeea9ad43 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__components_button_example-button-secondary_0_document_2_mobile.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__components_button_example-button-secondary_0_document_2_mobile.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d2dde92660b68735320510b2a8659b621fe66c3ac02350fa39c16c85ee756a0d -size 5191 +oid sha256:c40b49d1ad30d7f0cc711105d3ca86e3558ac95249a84db29f2aa534b27137a9 +size 5195 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__components_button_example-button-timer_0_document_1_tablet.png b/backstop_data/bitmaps_reference/ds-vr-test__components_button_example-button-timer_0_document_1_tablet.png index 2557e5c904..565c4e22ae 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__components_button_example-button-timer_0_document_1_tablet.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__components_button_example-button-timer_0_document_1_tablet.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7c7525e37ed9490f378dfa51f5061c7e1157fb12690209f3594e8372b78f57b5 +oid sha256:a9af1068800d13e6d7f4a0d1ad12bc05e1c90673a2c9ccfc0f25785a23791c67 size 7225 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__components_button_example-button-timer_0_document_2_mobile.png b/backstop_data/bitmaps_reference/ds-vr-test__components_button_example-button-timer_0_document_2_mobile.png index cbd7b6d9a8..87c6c2d3c3 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__components_button_example-button-timer_0_document_2_mobile.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__components_button_example-button-timer_0_document_2_mobile.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2b8264e58e3656c42d59e793e629585f8d4919916eeff30366c1069a567087e5 -size 4295 +oid sha256:4af2d2d575336f8ecf465d9283db8892a93dbfb3235836a46010be96ba797e6a +size 4296 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__components_button_example-button_0_document_0_desktop.png b/backstop_data/bitmaps_reference/ds-vr-test__components_button_example-button_0_document_0_desktop.png index e69a5dafa7..cdf0bee16e 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__components_button_example-button_0_document_0_desktop.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__components_button_example-button_0_document_0_desktop.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c44bb2ffa5c2d2e00eb0a3bf55b43545afa902d014828324f8731c32297faba2 +oid sha256:f9b66c9be34c92404b86e1bb39937763734a13ab5616c4df180f4af38a8eb16e size 13982 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__components_button_example-button_0_document_1_tablet.png b/backstop_data/bitmaps_reference/ds-vr-test__components_button_example-button_0_document_1_tablet.png index 421a2fe953..fe4f13a869 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__components_button_example-button_0_document_1_tablet.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__components_button_example-button_0_document_1_tablet.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:19551ee73b79dcc780aff878e9baa1825b34a9a9fb4d216658f14461f039d0e2 +oid sha256:1cb3ce752c8dd132584d4289b9cd9b86daae74d969f5f8701c47b5f4cac470b2 size 8848 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__components_button_example-button_0_document_2_mobile.png b/backstop_data/bitmaps_reference/ds-vr-test__components_button_example-button_0_document_2_mobile.png index eb8db468d6..d25f91bcff 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__components_button_example-button_0_document_2_mobile.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__components_button_example-button_0_document_2_mobile.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:70ab99784d30bc0611a7b91ec6a688a56a8ae65f0d272d24c51d8c926cc1a4d8 -size 5856 +oid sha256:884931d1ee90c5467f3fef653b684c53b75dfac44ab020a33bd40209ba577811 +size 5858 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__components_header_example-header-external-for-survey-with-description_0_document_0_desktop.png b/backstop_data/bitmaps_reference/ds-vr-test__components_header_example-header-external-for-survey-with-description_0_document_0_desktop.png index b5f4e02cd3..4d3ed700c6 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__components_header_example-header-external-for-survey-with-description_0_document_0_desktop.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__components_header_example-header-external-for-survey-with-description_0_document_0_desktop.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:03d602c25a8e4dddcf96c3b1e8e139c2df8e80d1b1013bb56978f4cbada6fd31 -size 24658 +oid sha256:fd2e441ddc0a4b0d37e95b03c5c3416027264cea3c3b35e66e52e72c8bfe64fe +size 24660 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__components_header_example-header-external-for-survey-with-description_0_document_1_tablet.png b/backstop_data/bitmaps_reference/ds-vr-test__components_header_example-header-external-for-survey-with-description_0_document_1_tablet.png index 91ad1d4bb9..ee053d9e00 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__components_header_example-header-external-for-survey-with-description_0_document_1_tablet.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__components_header_example-header-external-for-survey-with-description_0_document_1_tablet.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d6ce6cfcad35aef91a2122ff2f3cb45036e556ee56b0de82e3d41fa03ff28bb3 -size 19256 +oid sha256:5c54c66d185543b83104271268ef10ba8a73717ca594844562c7f7247da5b490 +size 19254 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__components_header_example-header-external-for-surveys_0_document_0_desktop.png b/backstop_data/bitmaps_reference/ds-vr-test__components_header_example-header-external-for-surveys_0_document_0_desktop.png index 7ff69445d1..b207bfd559 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__components_header_example-header-external-for-surveys_0_document_0_desktop.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__components_header_example-header-external-for-surveys_0_document_0_desktop.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:af9923f84810a49d1dc4978465db7dc506387a7f3ddb5df17b5c2c88f9bfcda1 +oid sha256:2c47fea09f0405298d59867922695c7f0271417acbab721ae2daa61eae6fa6ad size 23359 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__components_header_example-header-external-for-surveys_0_document_1_tablet.png b/backstop_data/bitmaps_reference/ds-vr-test__components_header_example-header-external-for-surveys_0_document_1_tablet.png index 0cce650947..a3e5e7cc38 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__components_header_example-header-external-for-surveys_0_document_1_tablet.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__components_header_example-header-external-for-surveys_0_document_1_tablet.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6be5ea67c673d6ba547e0f16f8ff77e57265c987a9fdfaafd5da0729e27661c2 +oid sha256:130c8774d3e1837e9a939c3e7fa1144b3004a729af53f5ca7fc8b20c254b5662 size 18103 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__components_hero_example-hero-dark_0_document_0_desktop.png b/backstop_data/bitmaps_reference/ds-vr-test__components_hero_example-hero-dark_0_document_0_desktop.png index 6e317736e8..b174f68cb2 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__components_hero_example-hero-dark_0_document_0_desktop.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__components_hero_example-hero-dark_0_document_0_desktop.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4a21dabc3de48c738071164210ddff255a2be3ae391575a03650a063c3f16f65 +oid sha256:c3866da4b98f79a0138f9440f2a5dc4515d8669dacf4793ccbfb8318ecd83202 size 35339 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__components_hero_example-hero-dark_0_document_1_tablet.png b/backstop_data/bitmaps_reference/ds-vr-test__components_hero_example-hero-dark_0_document_1_tablet.png index d6385f03d0..35f476c6b2 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__components_hero_example-hero-dark_0_document_1_tablet.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__components_hero_example-hero-dark_0_document_1_tablet.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b110f5761ba3ef2fe91b49f26d084f1f85d5b371128232540ae0ebc9f1aace2b +oid sha256:f4d0d5d2e2fb6995fd4f64b2dc45e629eba9aded4093a66db0277468f7ae295c size 33896 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__components_hero_example-hero-dark_0_document_2_mobile.png b/backstop_data/bitmaps_reference/ds-vr-test__components_hero_example-hero-dark_0_document_2_mobile.png index 651b90e2e5..41a5ab5150 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__components_hero_example-hero-dark_0_document_2_mobile.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__components_hero_example-hero-dark_0_document_2_mobile.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b9472de6c1f14654a30f5a47b7771335765c9c8f1e890ad6be03aad8fe36a874 -size 25099 +oid sha256:dfbd69526254e4c7eed64b303c1fd1c125821ef187ffb9aebcb932618c83e267 +size 25100 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__components_hero_example-hero-default_0_document_0_desktop.png b/backstop_data/bitmaps_reference/ds-vr-test__components_hero_example-hero-default_0_document_0_desktop.png index 900177fb1a..60827fb3b3 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__components_hero_example-hero-default_0_document_0_desktop.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__components_hero_example-hero-default_0_document_0_desktop.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0e626b4006da307f0c7f3511754d7373bbe3f0cb9b25ecf65fb791f4fa7bbb6a +oid sha256:80121ac5243d003e5b5a139b0fddc9a5152d253bbcd963561401dc1c6f6eee29 size 35919 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__components_hero_example-hero-default_0_document_1_tablet.png b/backstop_data/bitmaps_reference/ds-vr-test__components_hero_example-hero-default_0_document_1_tablet.png index a31c3c7d1c..f742ae5e78 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__components_hero_example-hero-default_0_document_1_tablet.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__components_hero_example-hero-default_0_document_1_tablet.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c9b90ac36da3f59fcee2cc3288dd11931ea3294f7894ddef432654ac7c8cb1cb +oid sha256:64dcaac80dd79aedc5f684b14ea4cebe620e1c0ec722c3a068d1d0c98cb72ef0 size 34580 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__components_hero_example-hero-default_0_document_2_mobile.png b/backstop_data/bitmaps_reference/ds-vr-test__components_hero_example-hero-default_0_document_2_mobile.png index 9c233c2669..035ad9da1a 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__components_hero_example-hero-default_0_document_2_mobile.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__components_hero_example-hero-default_0_document_2_mobile.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2bc2a252eb9234f0ddcc71e14b58737b71f8b8b2ab1347e97545064b9347b1b4 -size 25571 +oid sha256:06d67b7e3260150898b720ad1080e8a122ba930667770d3c1fd7dd0b9c25c8ed +size 25573 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__components_question_example-question-ccs_0_document_0_desktop.png b/backstop_data/bitmaps_reference/ds-vr-test__components_question_example-question-ccs_0_document_0_desktop.png index fa3ccdd579..c7a1a7754c 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__components_question_example-question-ccs_0_document_0_desktop.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__components_question_example-question-ccs_0_document_0_desktop.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6f03de79e1f22a0fd49ffd4d976777bcbc0a025409b936bd8b67469b48844504 +oid sha256:dacb53bdcb4c2209501287ac61cfeaf464f43f323441bbe1c72d0fed27011307 size 65843 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__components_question_example-question-ccs_0_document_1_tablet.png b/backstop_data/bitmaps_reference/ds-vr-test__components_question_example-question-ccs_0_document_1_tablet.png index 96da641288..bdd3beef4a 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__components_question_example-question-ccs_0_document_1_tablet.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__components_question_example-question-ccs_0_document_1_tablet.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ad3529691f764322429f5759d2fa20d40d08b3ec738a498dcd7542dc7f5ec3bc +oid sha256:d0c8c69b34e6c5ee820c8b660b65d812fe8bd0d511360875d30150e7f1f1cfdc size 61889 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__components_question_example-question-ccs_0_document_2_mobile.png b/backstop_data/bitmaps_reference/ds-vr-test__components_question_example-question-ccs_0_document_2_mobile.png index 759ec20eab..4b9abcc015 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__components_question_example-question-ccs_0_document_2_mobile.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__components_question_example-question-ccs_0_document_2_mobile.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e3516746876bf692cb226cb0ab5729bd648181a411147aa216149ef9998ec741 -size 61611 +oid sha256:b35a1dde5139b3af23732e0855fc3c12ca2ae033cd7b3c6a4df9b8b423b30ed9 +size 61631 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__components_question_example-question-fieldset_0_document_0_desktop.png b/backstop_data/bitmaps_reference/ds-vr-test__components_question_example-question-fieldset_0_document_0_desktop.png index 7f1a01328f..b9655fd663 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__components_question_example-question-fieldset_0_document_0_desktop.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__components_question_example-question-fieldset_0_document_0_desktop.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4501811960b94ff219fc2f8e5c2410595fd7a42a1be1d07d873a79c69a0103d0 -size 87804 +oid sha256:73d32ebbc4d3718109f6f395136aa91226e1c4a86c1fe107fb3f667636853bf9 +size 87845 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__components_question_example-question-fieldset_0_document_1_tablet.png b/backstop_data/bitmaps_reference/ds-vr-test__components_question_example-question-fieldset_0_document_1_tablet.png index 85c5f42a62..a129498092 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__components_question_example-question-fieldset_0_document_1_tablet.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__components_question_example-question-fieldset_0_document_1_tablet.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:72b169062b29bcb6516dbda1cb5f68821cd944c1a93f6ed9e90f0fd0c5cbd3dd -size 81673 +oid sha256:a195a34a51cd129be783b542f8d15911231ae3ae1f70d17030858f83edc59ead +size 81701 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__components_question_example-question-fieldset_0_document_2_mobile.png b/backstop_data/bitmaps_reference/ds-vr-test__components_question_example-question-fieldset_0_document_2_mobile.png index 07455218d5..ae223a1e2a 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__components_question_example-question-fieldset_0_document_2_mobile.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__components_question_example-question-fieldset_0_document_2_mobile.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:25f2f41837610f4efb278995be1a57cda1074cba664a9d23eef8e1dcf550a1a6 -size 85449 +oid sha256:bf15e090dfbdcb348d5bf60dc8d37a4e42845cf7a068e4f1fc677fad06b03c3a +size 85469 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__components_question_example-question-interviewer-note_0_document_0_desktop.png b/backstop_data/bitmaps_reference/ds-vr-test__components_question_example-question-interviewer-note_0_document_0_desktop.png index 1d21a9e2dc..1a09031418 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__components_question_example-question-interviewer-note_0_document_0_desktop.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__components_question_example-question-interviewer-note_0_document_0_desktop.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:eaf179fdf5bd1cab1d20bd59acf4afa672af91a5c699f964dc863f2c11bceb74 +oid sha256:2f164b41a8483efe09d04fba26deb01adabc2358402518bf55ec03181b031d6f size 46666 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__components_question_example-question-interviewer-note_0_document_1_tablet.png b/backstop_data/bitmaps_reference/ds-vr-test__components_question_example-question-interviewer-note_0_document_1_tablet.png index a508e40275..4e7ebdd5a0 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__components_question_example-question-interviewer-note_0_document_1_tablet.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__components_question_example-question-interviewer-note_0_document_1_tablet.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a2837b4d7cefc57a0946375db22471491f293fc848a1fa87d33fb058962de583 -size 41205 +oid sha256:249a36db2eb9d14758081c32f3cffa83d10c90854f1c81a4e621264852910798 +size 41213 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__components_question_example-question-interviewer-note_0_document_2_mobile.png b/backstop_data/bitmaps_reference/ds-vr-test__components_question_example-question-interviewer-note_0_document_2_mobile.png index f2accb831b..36fd27fc44 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__components_question_example-question-interviewer-note_0_document_2_mobile.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__components_question_example-question-interviewer-note_0_document_2_mobile.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8ad038f317ae2853320a520daf2777036480d578879d3f0a0d9b403ec590258b -size 40287 +oid sha256:b8ca565b98334773b3eee32815baea5096b19a17afe1996080ef5bd4aaa46a96 +size 40308 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__components_question_example-question-no-fieldset_0_document_0_desktop.png b/backstop_data/bitmaps_reference/ds-vr-test__components_question_example-question-no-fieldset_0_document_0_desktop.png index 85e26c001c..ed464bcb2e 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__components_question_example-question-no-fieldset_0_document_0_desktop.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__components_question_example-question-no-fieldset_0_document_0_desktop.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2f5c5f76c3ea31fa0745f2cb73c6be0c284ad42a7faf992f281fc3289bc13ad3 +oid sha256:18ace09f809c192168ee16462a5311c619baac7ed6b633e0d35d375956a088bc size 49164 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__components_question_example-question-no-fieldset_0_document_1_tablet.png b/backstop_data/bitmaps_reference/ds-vr-test__components_question_example-question-no-fieldset_0_document_1_tablet.png index 5740439187..1891fe0cc7 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__components_question_example-question-no-fieldset_0_document_1_tablet.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__components_question_example-question-no-fieldset_0_document_1_tablet.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1fc8ec574693a8c7280c82576204b92104c0520ef1a230af7d6bc169e4ce9ebb +oid sha256:9d1a206b84612ec5c93697f7e6722b23d7bf9aa886c230fca723956ae854bca9 size 43974 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__components_question_example-question-no-fieldset_0_document_2_mobile.png b/backstop_data/bitmaps_reference/ds-vr-test__components_question_example-question-no-fieldset_0_document_2_mobile.png index e5c5aa7af8..6106318abc 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__components_question_example-question-no-fieldset_0_document_2_mobile.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__components_question_example-question-no-fieldset_0_document_2_mobile.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8e8ce8658297e6b642f4b887bd9759d0a97580cef139ca786e24fc43fe269f2f -size 40606 +oid sha256:f0e62f251ea1ff7405e705f18177c14fa4e3e093c65ddb0f52d42537cb2adbc5 +size 40626 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__components_relationships_example-relationships-error_0_document_0_desktop.png b/backstop_data/bitmaps_reference/ds-vr-test__components_relationships_example-relationships-error_0_document_0_desktop.png index 8b284d9a57..1af692da5f 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__components_relationships_example-relationships-error_0_document_0_desktop.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__components_relationships_example-relationships-error_0_document_0_desktop.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cc0f0b5d26e374b6e7a01ec7dc02376b985952c935cc02d87660e205c4296bd7 -size 98665 +oid sha256:586c0f3099fbd7c82c83f279e0a2f5af257b81d1dab8f5fdb59f7eac7769a969 +size 98706 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__components_relationships_example-relationships-error_0_document_1_tablet.png b/backstop_data/bitmaps_reference/ds-vr-test__components_relationships_example-relationships-error_0_document_1_tablet.png index 753e82ce95..c87ad62ecf 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__components_relationships_example-relationships-error_0_document_1_tablet.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__components_relationships_example-relationships-error_0_document_1_tablet.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:10b1f4b5796b07775e5f984030c1e0dabd2ec7820844af6dad9be8dd27912646 -size 87946 +oid sha256:8e6c3fc1ece95003fdc8c04e3bd15d1e95eaaf873e769fd5116cf24e69ace486 +size 87973 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__components_relationships_example-relationships-error_0_document_2_mobile.png b/backstop_data/bitmaps_reference/ds-vr-test__components_relationships_example-relationships-error_0_document_2_mobile.png index 62e808fdc4..60a1ac1700 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__components_relationships_example-relationships-error_0_document_2_mobile.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__components_relationships_example-relationships-error_0_document_2_mobile.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:accbc5893de5bde401d8c0f0b0bb8bda27792618075973d3eb247b09c2c8c88c -size 85032 +oid sha256:451bbf551fc3d296d7d008b191100a47e6fcedda5f3e1951a126d257feb22cb8 +size 85053 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__components_relationships_example-relationships-you_0_document_0_desktop.png b/backstop_data/bitmaps_reference/ds-vr-test__components_relationships_example-relationships-you_0_document_0_desktop.png index cf2c60a519..0a0b99e79a 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__components_relationships_example-relationships-you_0_document_0_desktop.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__components_relationships_example-relationships-you_0_document_0_desktop.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2f796b8b80542c56f711afbe5870239d0ef19b4cf4f92a5f3ea386197b39170b -size 82371 +oid sha256:21a07161958b44f97b3775b8d5d762d882bf5d399c3b037fd7debc5f1dda4a5c +size 82412 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__components_relationships_example-relationships-you_0_document_1_tablet.png b/backstop_data/bitmaps_reference/ds-vr-test__components_relationships_example-relationships-you_0_document_1_tablet.png index fec95eb170..6c9c619841 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__components_relationships_example-relationships-you_0_document_1_tablet.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__components_relationships_example-relationships-you_0_document_1_tablet.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:db255c03466d9739a59c75a913e85777fb1690edce3f8354f69bc66ea74fc966 -size 72877 +oid sha256:f3654308afbef5bf14995f980b7ae8a5f4341ae13b7ac053ea2972ea6f1d9772 +size 72904 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__components_relationships_example-relationships-you_0_document_2_mobile.png b/backstop_data/bitmaps_reference/ds-vr-test__components_relationships_example-relationships-you_0_document_2_mobile.png index 6d9576e51b..9674a93c9d 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__components_relationships_example-relationships-you_0_document_2_mobile.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__components_relationships_example-relationships-you_0_document_2_mobile.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:648130bb4e73dab010e065f88e4cbe72288591eb489d4bc58c221c5066ad6b0b -size 66612 +oid sha256:16f1c206596b94a40c08e63a90b9a65044e7b8d7299fc2568edeb23407e4a70b +size 66634 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__components_relationships_example-relationships_0_document_0_desktop.png b/backstop_data/bitmaps_reference/ds-vr-test__components_relationships_example-relationships_0_document_0_desktop.png index 91835afa00..3ab822b012 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__components_relationships_example-relationships_0_document_0_desktop.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__components_relationships_example-relationships_0_document_0_desktop.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cc62c03b78c5c3c94c4b04db071ccbfe477158851f546c9442a2ab6612f7e07f -size 86296 +oid sha256:11a71e6f13b0804e0fbf2d720e51d97361290857251c19716ee2f67edb5bace8 +size 86335 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__components_relationships_example-relationships_0_document_1_tablet.png b/backstop_data/bitmaps_reference/ds-vr-test__components_relationships_example-relationships_0_document_1_tablet.png index 8bad0df516..bf2b563c4c 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__components_relationships_example-relationships_0_document_1_tablet.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__components_relationships_example-relationships_0_document_1_tablet.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:12fea54a67c84838ee2eca3e62b05bb918ac559d9fa4f890e275895eb58d6c41 -size 76730 +oid sha256:67a6104d2316300adeafbd2d11d096fca22eed384b5cf7c4b7023eaed0713f93 +size 76758 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__components_relationships_example-relationships_0_document_2_mobile.png b/backstop_data/bitmaps_reference/ds-vr-test__components_relationships_example-relationships_0_document_2_mobile.png index 4a7513258d..d75afbb2b8 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__components_relationships_example-relationships_0_document_2_mobile.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__components_relationships_example-relationships_0_document_2_mobile.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d16b7bca046e57e98930821411543f6a5f8f4d04b33219cc92854dca3b2c3568 -size 72050 +oid sha256:c536ba41b8d5a20e9c9dd27a13b9d2b165aca0e67a01d67033a3b8529f789856 +size 72078 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__components_timeout-modal_example-timeout-modal_0_document_0_desktop.png b/backstop_data/bitmaps_reference/ds-vr-test__components_timeout-modal_example-timeout-modal_0_document_0_desktop.png index d7b9fdbeb9..5892d1c8ff 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__components_timeout-modal_example-timeout-modal_0_document_0_desktop.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__components_timeout-modal_example-timeout-modal_0_document_0_desktop.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8d408e123a44984a99356ca3c7fe4394243c054ed26e49fd24ec8dde3a0d2b62 -size 34090 +oid sha256:5bcd4da531defa7ffeea2e9124982aa3c2a11cb7f48dcaed5a9c29aa0baf44fa +size 34093 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__components_timeout-modal_example-timeout-modal_0_document_1_tablet.png b/backstop_data/bitmaps_reference/ds-vr-test__components_timeout-modal_example-timeout-modal_0_document_1_tablet.png index 76ad689ded..5996fd18f0 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__components_timeout-modal_example-timeout-modal_0_document_1_tablet.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__components_timeout-modal_example-timeout-modal_0_document_1_tablet.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ca16b21ecd53b7adf284e3911f2dfe7813407808dd55d8a3ca455384be6c3ea2 -size 29007 +oid sha256:2ecaca7ec78897318c81d62ed59910c8317f3a413a1f3f122569c9fcf2286f8c +size 29005 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__components_timeout-modal_example-timeout-modal_0_document_2_mobile.png b/backstop_data/bitmaps_reference/ds-vr-test__components_timeout-modal_example-timeout-modal_0_document_2_mobile.png index 89416b362c..e95bbcd7fe 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__components_timeout-modal_example-timeout-modal_0_document_2_mobile.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__components_timeout-modal_example-timeout-modal_0_document_2_mobile.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c2fa9ff1cdeadc012641f0c8f0f03ac448464e4d07022b450658825583d16ca8 -size 28451 +oid sha256:7e3b71ed02d4c6eb0e295c9fc6541875992fbba4539cbfbe407901d6b1954336 +size 28456 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__foundations_page-template_example-custom_0_document_0_desktop.png b/backstop_data/bitmaps_reference/ds-vr-test__foundations_page-template_example-custom_0_document_0_desktop.png index c0b220ab42..49e4b998ca 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__foundations_page-template_example-custom_0_document_0_desktop.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__foundations_page-template_example-custom_0_document_0_desktop.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bfc74902090c9e0e0ed18d60f4a405e68cc45724fff9c40a26fb07fbae574c0a +oid sha256:aa4d53bc3ce7bddccdf08255557f2e89c257094ff75e951cdf748dd126b06ffd size 70885 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__foundations_page-template_example-custom_0_document_1_tablet.png b/backstop_data/bitmaps_reference/ds-vr-test__foundations_page-template_example-custom_0_document_1_tablet.png index 9f6cdf6926..1a7e3c8269 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__foundations_page-template_example-custom_0_document_1_tablet.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__foundations_page-template_example-custom_0_document_1_tablet.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b187c9eac476ff6ef663a00cd5d559eb6cadf241d1ec6627650955f90ce25859 +oid sha256:31d42698557c701d456745f744de2047b16dd45345340451bbef5d2b4b67fa71 size 69516 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__foundations_page-template_example-custom_0_document_2_mobile.png b/backstop_data/bitmaps_reference/ds-vr-test__foundations_page-template_example-custom_0_document_2_mobile.png index 60f69754f3..dfc5faf8ab 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__foundations_page-template_example-custom_0_document_2_mobile.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__foundations_page-template_example-custom_0_document_2_mobile.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3e54c7b28d054ff70c10277d4dd050c2e937ed9443623c8fd4fe815ed5170196 -size 74609 +oid sha256:01d1e14b85c2b19e4632450b39fdaf64c3e216e9093c332a0e3659230b52e52e +size 74627 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__patterns_addresses_example-address-input-manual-error_0_document_0_desktop.png b/backstop_data/bitmaps_reference/ds-vr-test__patterns_addresses_example-address-input-manual-error_0_document_0_desktop.png index e6013e0132..80af8e4643 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__patterns_addresses_example-address-input-manual-error_0_document_0_desktop.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__patterns_addresses_example-address-input-manual-error_0_document_0_desktop.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3d34301f99bafc7851f2fab1477ea1eaa3debb3be4563b634f26400e749a8d89 -size 58998 +oid sha256:e13c61ac34a59d25493cf5cf22649c43e501d3a20c184623e7a02ab13abb7ae1 +size 59039 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__patterns_addresses_example-address-input-manual-error_0_document_1_tablet.png b/backstop_data/bitmaps_reference/ds-vr-test__patterns_addresses_example-address-input-manual-error_0_document_1_tablet.png index f0b0722ffc..8a6821735b 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__patterns_addresses_example-address-input-manual-error_0_document_1_tablet.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__patterns_addresses_example-address-input-manual-error_0_document_1_tablet.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:04bd9fee7876e5dcb01fde03af80dd0c9e0ea17449889e98de4ec51c0e72d758 -size 51961 +oid sha256:954d624f40dab417dce0238965a8c261889609981261019bbfc7b0b2ebdf2bfe +size 51989 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__patterns_addresses_example-address-input-manual-error_0_document_2_mobile.png b/backstop_data/bitmaps_reference/ds-vr-test__patterns_addresses_example-address-input-manual-error_0_document_2_mobile.png index 4f6bdc9b88..6163da61c6 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__patterns_addresses_example-address-input-manual-error_0_document_2_mobile.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__patterns_addresses_example-address-input-manual-error_0_document_2_mobile.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:291497b6b2df2d9696ca1e4c0904e0c4a78008ae3be5c9d2c0c196e32fa9650c -size 50195 +oid sha256:db466ee83447fa5df9a281a670e538ea5b41ac45b443a301703e337016bbc0e5 +size 50216 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__patterns_addresses_example-address-input-manual_0_document_0_desktop.png b/backstop_data/bitmaps_reference/ds-vr-test__patterns_addresses_example-address-input-manual_0_document_0_desktop.png index de244b68bc..4fbcf5e3a8 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__patterns_addresses_example-address-input-manual_0_document_0_desktop.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__patterns_addresses_example-address-input-manual_0_document_0_desktop.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:99b428f2f7cc3412d3f237c4dc9261a7e2543c278aab145179d03b3026bc8cd1 +oid sha256:ee94db16ccb0573397ff471bb6dd22cb8eeb7763a4853e3c2dff94bcd6b1e6c8 size 37732 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__patterns_addresses_example-address-input-manual_0_document_1_tablet.png b/backstop_data/bitmaps_reference/ds-vr-test__patterns_addresses_example-address-input-manual_0_document_1_tablet.png index 1031c3bf71..8befd84439 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__patterns_addresses_example-address-input-manual_0_document_1_tablet.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__patterns_addresses_example-address-input-manual_0_document_1_tablet.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bf1d0a4b1101fb9c585cba1c2ae60b08b111da01f17758312b6a7588cda5a8a9 +oid sha256:42ed2181d80cb3a5622828f5c9177d16d28ba3d98cf9a7c27324b145f8bd9a3c size 31545 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__patterns_addresses_example-address-input-manual_0_document_2_mobile.png b/backstop_data/bitmaps_reference/ds-vr-test__patterns_addresses_example-address-input-manual_0_document_2_mobile.png index cf55f26f1a..eb35b9d1a4 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__patterns_addresses_example-address-input-manual_0_document_2_mobile.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__patterns_addresses_example-address-input-manual_0_document_2_mobile.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f65b12567f37730602bc4870928a6207bfd062aafd1f606d0fb9afb5dfc56089 -size 26770 +oid sha256:61703b6f5a61f01acbe347a187f82ace42da1813576cf1e1a74de6b15cfc76cf +size 26788 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__patterns_addresses_example-address-input-non-editable-confirm-address_0_document_0_desktop.png b/backstop_data/bitmaps_reference/ds-vr-test__patterns_addresses_example-address-input-non-editable-confirm-address_0_document_0_desktop.png index c9e937cb24..cf8496d8b1 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__patterns_addresses_example-address-input-non-editable-confirm-address_0_document_0_desktop.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__patterns_addresses_example-address-input-non-editable-confirm-address_0_document_0_desktop.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2bfe0eb91bafc6e25e470c363e19ef07e9270f7596ada544f69ed1ef8b1005bb +oid sha256:8f7bb061ceeb0f1956fe259c6d61b6c593a4e0e44eff810b20e2e1e9563753f4 size 46221 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__patterns_addresses_example-address-input-non-editable-confirm-address_0_document_1_tablet.png b/backstop_data/bitmaps_reference/ds-vr-test__patterns_addresses_example-address-input-non-editable-confirm-address_0_document_1_tablet.png index e27a736bde..4c5f9c7041 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__patterns_addresses_example-address-input-non-editable-confirm-address_0_document_1_tablet.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__patterns_addresses_example-address-input-non-editable-confirm-address_0_document_1_tablet.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7fd84a014207717d03074db6009e1e91ab8ef9be54c259bfc6b2a5970417f1dc +oid sha256:1ed2a105e928269e9320325476ebf1fff893460be2556fa6e02c892f38e1f700 size 39326 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__patterns_addresses_example-address-input-non-editable-confirm-address_0_document_2_mobile.png b/backstop_data/bitmaps_reference/ds-vr-test__patterns_addresses_example-address-input-non-editable-confirm-address_0_document_2_mobile.png index da16f7fd2e..b972a3db04 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__patterns_addresses_example-address-input-non-editable-confirm-address_0_document_2_mobile.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__patterns_addresses_example-address-input-non-editable-confirm-address_0_document_2_mobile.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b9d9b8ce5451eff2da5e743941320ff5b6e8bc41f90e3c2cb82e6141ab47c39a -size 35802 +oid sha256:990b0f4607728c9b35386dfbfb91520cb1dfd9d777864530032ab19799e33849 +size 35826 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__patterns_addresses_example-address-input-non-editable_0_document_0_desktop.png b/backstop_data/bitmaps_reference/ds-vr-test__patterns_addresses_example-address-input-non-editable_0_document_0_desktop.png index 9653759ff3..aa36c1b62a 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__patterns_addresses_example-address-input-non-editable_0_document_0_desktop.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__patterns_addresses_example-address-input-non-editable_0_document_0_desktop.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ccda715360e44ff24674d2edeae7c71ffc14ddcfcefe32124865e0548d364eda +oid sha256:ae658f0020d2e9f7083c92692c11864d153ed48cf3c750edde7c9bad71897a78 size 46476 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__patterns_addresses_example-address-input-non-editable_0_document_1_tablet.png b/backstop_data/bitmaps_reference/ds-vr-test__patterns_addresses_example-address-input-non-editable_0_document_1_tablet.png index ab178a6cfc..ce2fb79dcc 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__patterns_addresses_example-address-input-non-editable_0_document_1_tablet.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__patterns_addresses_example-address-input-non-editable_0_document_1_tablet.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ae91dc91e90177aee8473b6b3ccc37070a33f0558f98359c93a77df031d4ebab -size 39047 +oid sha256:37effafa954aa898339e3d835c2303dee5a39dee8b1ebb2544e13fec1e465dfb +size 39060 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__patterns_addresses_example-address-input-non-editable_0_document_2_mobile.png b/backstop_data/bitmaps_reference/ds-vr-test__patterns_addresses_example-address-input-non-editable_0_document_2_mobile.png index dfdbbed8d5..5a9814f9be 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__patterns_addresses_example-address-input-non-editable_0_document_2_mobile.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__patterns_addresses_example-address-input-non-editable_0_document_2_mobile.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e3463c94b92a4e75ec70822e2939c7a8dd678f579710df2bfdb79bacbfdb4c13 -size 38829 +oid sha256:56d1f05fd8e29f7367239354583bd3114de1e16b075be3d98bff7bdca0ec04f8 +size 38850 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__patterns_addresses_example-address-input_0_document_0_desktop.png b/backstop_data/bitmaps_reference/ds-vr-test__patterns_addresses_example-address-input_0_document_0_desktop.png index e62ceaae48..4dcddd9e98 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__patterns_addresses_example-address-input_0_document_0_desktop.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__patterns_addresses_example-address-input_0_document_0_desktop.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8d0e5efe68908bfa4550f9f4052971040466da770cbe20e5a3fdcbd1aed9b9e8 +oid sha256:c3e948a932362019ab0423e0b1197661478468d5e83ae81d7116d24305bf7195 size 37704 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__patterns_addresses_example-address-input_0_document_1_tablet.png b/backstop_data/bitmaps_reference/ds-vr-test__patterns_addresses_example-address-input_0_document_1_tablet.png index 3bac4e2cca..362a36521e 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__patterns_addresses_example-address-input_0_document_1_tablet.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__patterns_addresses_example-address-input_0_document_1_tablet.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f892beee38d532154e7d106df4df4b93cf66e1c51b726d8c62b1599a6520966b +oid sha256:985f6b39047be87c1c2bb8cb99e3ddab643c25ed09db366614074d95218b7906 size 31553 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__patterns_addresses_example-address-input_0_document_2_mobile.png b/backstop_data/bitmaps_reference/ds-vr-test__patterns_addresses_example-address-input_0_document_2_mobile.png index ca1641cd77..8931e99499 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__patterns_addresses_example-address-input_0_document_2_mobile.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__patterns_addresses_example-address-input_0_document_2_mobile.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fecb0c22c1997b7e47868ee39cf99eb33744e57071e66c409951233c5cb8f1a2 -size 26875 +oid sha256:d950ee10f825d4a34a91a74752b39b5a7e360d55d2a4239169d493663e782461 +size 26892 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__patterns_cookies-settings_example-cookie-settings-page_0_document_0_desktop.png b/backstop_data/bitmaps_reference/ds-vr-test__patterns_cookies-settings_example-cookie-settings-page_0_document_0_desktop.png index 3e1e78b4fa..0608619f37 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__patterns_cookies-settings_example-cookie-settings-page_0_document_0_desktop.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__patterns_cookies-settings_example-cookie-settings-page_0_document_0_desktop.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:84669aa8b8ca15d7eedb78e534d43d7ac822b63ed93885e3fd902016c1e40862 -size 234972 +oid sha256:8dec73b871bd2702131bd27ac35e60a13c42874472de541ccb542165ecbf5c83 +size 235046 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__patterns_cookies-settings_example-cookie-settings-page_0_document_1_tablet.png b/backstop_data/bitmaps_reference/ds-vr-test__patterns_cookies-settings_example-cookie-settings-page_0_document_1_tablet.png index eb2dc79896..0364a1e9a7 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__patterns_cookies-settings_example-cookie-settings-page_0_document_1_tablet.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__patterns_cookies-settings_example-cookie-settings-page_0_document_1_tablet.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e95e2880f943d451563d48c59111866bf209a6add69a8d2c671f969a73c58ab3 -size 229423 +oid sha256:1032f6a0252643ea2b88ac4c75bfefac6b3c6f3d33806bb4b33881508e65739a +size 229451 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__patterns_cookies-settings_example-cookie-settings-page_0_document_2_mobile.png b/backstop_data/bitmaps_reference/ds-vr-test__patterns_cookies-settings_example-cookie-settings-page_0_document_2_mobile.png index 82908d9be6..54f6a5fcd5 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__patterns_cookies-settings_example-cookie-settings-page_0_document_2_mobile.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__patterns_cookies-settings_example-cookie-settings-page_0_document_2_mobile.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2fc5163ee3bcf3791010369efb42dc63574020c53096681f27ee73cf8ed6d533 -size 248126 +oid sha256:ae96b2ab252d2f440e1ad533ab5b7c35a5c2b9e8d09ddc84f18df78cbfeda7ab +size 248148 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__patterns_correct-errors_example-errors-proto-errors_0_document_0_desktop.png b/backstop_data/bitmaps_reference/ds-vr-test__patterns_correct-errors_example-errors-proto-errors_0_document_0_desktop.png index da9be7169b..7f8eb7c2e6 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__patterns_correct-errors_example-errors-proto-errors_0_document_0_desktop.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__patterns_correct-errors_example-errors-proto-errors_0_document_0_desktop.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:05e3bb81f69caad36b6ecaf704157282852255b1c70243064fe0d4f650115540 -size 214399 +oid sha256:ec6b9d9e5609e6f1f4ec8869ff816bf2105bd62a3cc6e654d9cc9cf2ebd6c923 +size 214440 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__patterns_correct-errors_example-errors-proto-errors_0_document_1_tablet.png b/backstop_data/bitmaps_reference/ds-vr-test__patterns_correct-errors_example-errors-proto-errors_0_document_1_tablet.png index 7fdd591bdb..e5ded11a99 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__patterns_correct-errors_example-errors-proto-errors_0_document_1_tablet.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__patterns_correct-errors_example-errors-proto-errors_0_document_1_tablet.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:795326fc32442a4133bf9aa85a94c37a986afa3607d61fb98c234cc6dc2c0865 -size 191687 +oid sha256:a73178b6b67944d27ecbb88e6c2430dacb79aa5f9256c8d809c13050c2821506 +size 191709 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__patterns_correct-errors_example-errors-proto-errors_0_document_2_mobile.png b/backstop_data/bitmaps_reference/ds-vr-test__patterns_correct-errors_example-errors-proto-errors_0_document_2_mobile.png index e9840fa632..e0ff295e8d 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__patterns_correct-errors_example-errors-proto-errors_0_document_2_mobile.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__patterns_correct-errors_example-errors-proto-errors_0_document_2_mobile.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:12accec79feb6f26e79b66f0289ce7e38cff44ab1a9047cfb7b0740c53ffd218 -size 202070 +oid sha256:0bbac463f0c9b9e378b46d98578863b6fd61a4303aa72b68fb2c3d5e6ac903f1 +size 202091 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__patterns_correct-errors_example-errors-proto_0_document_0_desktop.png b/backstop_data/bitmaps_reference/ds-vr-test__patterns_correct-errors_example-errors-proto_0_document_0_desktop.png index 54f1b53eaf..da5062e579 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__patterns_correct-errors_example-errors-proto_0_document_0_desktop.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__patterns_correct-errors_example-errors-proto_0_document_0_desktop.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8f86e957f7a5b915e9a356f9202c5143f2fe443b79b2cbb9a8b880ace361891f -size 122106 +oid sha256:d084af4a679dec076d2054e087b63eb834018d8396a5ed04ecdd0cb21842c2e2 +size 122148 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__patterns_correct-errors_example-errors-proto_0_document_1_tablet.png b/backstop_data/bitmaps_reference/ds-vr-test__patterns_correct-errors_example-errors-proto_0_document_1_tablet.png index 79f8b522eb..6df3c7b4fe 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__patterns_correct-errors_example-errors-proto_0_document_1_tablet.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__patterns_correct-errors_example-errors-proto_0_document_1_tablet.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a952994a703d981518be206cb0307f858926ee07f0b7bc185a534daac0f138a3 -size 107396 +oid sha256:26dae51298b2868036bafe1341fd969649da7197d70b666d83bd2be05917d0c4 +size 107424 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__patterns_correct-errors_example-errors-proto_0_document_2_mobile.png b/backstop_data/bitmaps_reference/ds-vr-test__patterns_correct-errors_example-errors-proto_0_document_2_mobile.png index dd7fbe450c..32d99160b6 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__patterns_correct-errors_example-errors-proto_0_document_2_mobile.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__patterns_correct-errors_example-errors-proto_0_document_2_mobile.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d6f8e851a8bb10e0372681d8686d1e371bdb8461212cf2a763afc40035400452 -size 102371 +oid sha256:743de6bc8862fee867d90b60ebaf9281c37fcea1fa714a83789b139e2aeb9c45 +size 102392 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__patterns_extend-session_example-timeout_0_document_0_desktop.png b/backstop_data/bitmaps_reference/ds-vr-test__patterns_extend-session_example-timeout_0_document_0_desktop.png index 08b649b814..8a40cf0954 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__patterns_extend-session_example-timeout_0_document_0_desktop.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__patterns_extend-session_example-timeout_0_document_0_desktop.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:95dbfe899689877c11241516eae977213a4c5c4118a8c14a1db76c8adea903b9 +oid sha256:1efcd9c5037898afb773016ba3ed529da4d2609138a1874256837df8c0214f9e size 59114 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__patterns_extend-session_example-timeout_0_document_1_tablet.png b/backstop_data/bitmaps_reference/ds-vr-test__patterns_extend-session_example-timeout_0_document_1_tablet.png index 7249e94962..b1ba6346fc 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__patterns_extend-session_example-timeout_0_document_1_tablet.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__patterns_extend-session_example-timeout_0_document_1_tablet.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f5ee41a514403846f7fb81a541548162dcad51588367459b4c44fac28644fa72 +oid sha256:9b5beff1550d01c5bfb7d35d5627b86268b311968396427bc8ea1326928474b9 size 53737 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__patterns_extend-session_example-timeout_0_document_2_mobile.png b/backstop_data/bitmaps_reference/ds-vr-test__patterns_extend-session_example-timeout_0_document_2_mobile.png index 98e5faaf85..f8b0ef340b 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__patterns_extend-session_example-timeout_0_document_2_mobile.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__patterns_extend-session_example-timeout_0_document_2_mobile.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:33ccde302e368dc22dfedc630b8355750836f8d4208734fd5cc75b5996c62a72 -size 44582 +oid sha256:317d229e161037d71104519d46d4f56435658cab53fd8f60f6440e83041c50d9 +size 44604 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__patterns_feedback_example-feedback-form-errors_0_document_0_desktop.png b/backstop_data/bitmaps_reference/ds-vr-test__patterns_feedback_example-feedback-form-errors_0_document_0_desktop.png index 135fcd2c8c..7db70c2204 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__patterns_feedback_example-feedback-form-errors_0_document_0_desktop.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__patterns_feedback_example-feedback-form-errors_0_document_0_desktop.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:91dbbd33e3aba9b7d3a5947bb7fe58af34af3afc85bff4c7069fa5e2e2dd3b53 -size 93137 +oid sha256:4a92ced3166df12eabdaae409f4c7ccab02b032b55ad766bae25c6ac66954a4c +size 93177 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__patterns_feedback_example-feedback-form-errors_0_document_1_tablet.png b/backstop_data/bitmaps_reference/ds-vr-test__patterns_feedback_example-feedback-form-errors_0_document_1_tablet.png index fc81630e05..d839b46445 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__patterns_feedback_example-feedback-form-errors_0_document_1_tablet.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__patterns_feedback_example-feedback-form-errors_0_document_1_tablet.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:37440463817cfc423f98fb6684d5299e036d30a672dd195832f29e610dd537da -size 82850 +oid sha256:27bb91bba4968c83aa4f5a8962cd81aa0b992c41f3ed636b8f6cc33aeecb220b +size 82872 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__patterns_feedback_example-feedback-form-errors_0_document_2_mobile.png b/backstop_data/bitmaps_reference/ds-vr-test__patterns_feedback_example-feedback-form-errors_0_document_2_mobile.png index bfbb46df13..e563a86ab1 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__patterns_feedback_example-feedback-form-errors_0_document_2_mobile.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__patterns_feedback_example-feedback-form-errors_0_document_2_mobile.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:716c091045c127984e66e44c6be8de7859fa9b8aff96b3a080fb96bfab0881d2 -size 83673 +oid sha256:a4ad5b1f04f8bfa91ea428c7c51bcf27c2fdaf1b985969cfcab28c8310642b50 +size 83696 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__patterns_feedback_example-feedback-form_0_document_0_desktop.png b/backstop_data/bitmaps_reference/ds-vr-test__patterns_feedback_example-feedback-form_0_document_0_desktop.png index a52c71348b..4233e930f0 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__patterns_feedback_example-feedback-form_0_document_0_desktop.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__patterns_feedback_example-feedback-form_0_document_0_desktop.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:32108973fee4bcc08c7e146c5e30f130d8a8a5e0148c11d870942dd1d59c29ca -size 61023 +oid sha256:523f6c67030c7a10f0d01ec50054cc066a8547ee4ec32b778e5a8a6153ceda65 +size 61049 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__patterns_feedback_example-feedback-form_0_document_1_tablet.png b/backstop_data/bitmaps_reference/ds-vr-test__patterns_feedback_example-feedback-form_0_document_1_tablet.png index af379818c8..95208f6ed6 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__patterns_feedback_example-feedback-form_0_document_1_tablet.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__patterns_feedback_example-feedback-form_0_document_1_tablet.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:97c1fbfb88ecdb63b588ba50f0b0abbd6b2efe8ca25cc72a03b5573cacf9539e -size 54125 +oid sha256:a0d0d9a1a57418014812f6e90477dd0365a108c0728d34b45de8c3b58e1946b8 +size 54111 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__patterns_feedback_example-feedback-form_0_document_2_mobile.png b/backstop_data/bitmaps_reference/ds-vr-test__patterns_feedback_example-feedback-form_0_document_2_mobile.png index 3d2b126ffa..8d815d666a 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__patterns_feedback_example-feedback-form_0_document_2_mobile.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__patterns_feedback_example-feedback-form_0_document_2_mobile.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5ff852722805ed159b8850d26851a10c538366855e820e2ffcc04de975ceed39 -size 51147 +oid sha256:6b291edfea8c1e15c2a114ec421863716c0d87d1954d1db1771886e686993bdd +size 51171 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__patterns_feedback_example-feedback-success_0_document_1_tablet.png b/backstop_data/bitmaps_reference/ds-vr-test__patterns_feedback_example-feedback-success_0_document_1_tablet.png index f1c4d827ab..667916f233 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__patterns_feedback_example-feedback-success_0_document_1_tablet.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__patterns_feedback_example-feedback-success_0_document_1_tablet.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3d9d2eaff998c122afed97aa8022e6f294ad693f6d5ff0cf1f2e4b22eadc29b4 +oid sha256:40ff5d81a647b8eacf84daa3f9718e5c0cd79403bf14489b3a483bf8bf4aff02 size 33044 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__patterns_feedback_example-feedback-success_0_document_2_mobile.png b/backstop_data/bitmaps_reference/ds-vr-test__patterns_feedback_example-feedback-success_0_document_2_mobile.png index 8e79f17c67..e85a76d71e 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__patterns_feedback_example-feedback-success_0_document_2_mobile.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__patterns_feedback_example-feedback-success_0_document_2_mobile.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:97774e720a99d72676a6b99899ff3e30b383a0960f5e75ed43a28e972805f544 -size 33101 +oid sha256:8828dfbdba5f8935906677363e867e8c9355dce2521e0f6b7feb70cfa59ad3b6 +size 33126 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__patterns_hub-and-spoke_example-hub-complete_0_document_0_desktop.png b/backstop_data/bitmaps_reference/ds-vr-test__patterns_hub-and-spoke_example-hub-complete_0_document_0_desktop.png index 00e15a7c48..cbe35e071c 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__patterns_hub-and-spoke_example-hub-complete_0_document_0_desktop.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__patterns_hub-and-spoke_example-hub-complete_0_document_0_desktop.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:551133e699ce679619f67b655e0e912b98f3671d26c0e85a4c05155565fad9fd +oid sha256:e9c7856c5022f58c654ad0e4f7fc236cd9248511f11551f2570451a372f6c071 size 78281 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__patterns_hub-and-spoke_example-hub-complete_0_document_1_tablet.png b/backstop_data/bitmaps_reference/ds-vr-test__patterns_hub-and-spoke_example-hub-complete_0_document_1_tablet.png index 635a50cb75..5a64a8d245 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__patterns_hub-and-spoke_example-hub-complete_0_document_1_tablet.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__patterns_hub-and-spoke_example-hub-complete_0_document_1_tablet.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1656b78e410109748f55448b582813577b26f77bd8fb894687cb36534f844d2b -size 72540 +oid sha256:b095ecf55a400a31b11e25dd45917dbeb1687b98c8b34deb56e2ef7a8976d943 +size 72547 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__patterns_hub-and-spoke_example-hub-complete_0_document_2_mobile.png b/backstop_data/bitmaps_reference/ds-vr-test__patterns_hub-and-spoke_example-hub-complete_0_document_2_mobile.png index d0262fd9e0..2be6089ffa 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__patterns_hub-and-spoke_example-hub-complete_0_document_2_mobile.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__patterns_hub-and-spoke_example-hub-complete_0_document_2_mobile.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3052d96510f0bfd3c444f25cabb8da6e05205948afbfa730d11d4e691fb36aa5 -size 69809 +oid sha256:9c9d2dac76f77176ffe96349b14e488e870b8fe9b50866ddd2babedcf7b4965c +size 69833 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__patterns_hub-and-spoke_example-hub_0_document_0_desktop.png b/backstop_data/bitmaps_reference/ds-vr-test__patterns_hub-and-spoke_example-hub_0_document_0_desktop.png index 9cf9e2f459..9b9bdbbda1 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__patterns_hub-and-spoke_example-hub_0_document_0_desktop.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__patterns_hub-and-spoke_example-hub_0_document_0_desktop.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:429ebbfc33919929c5bed31b7c765510c963d872c658603cffc8bf671b60ded6 +oid sha256:c0c4ba0f02ccd1826bb4bf3ae683a027716843fa15250749c94b20111f06393c size 68315 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__patterns_hub-and-spoke_example-hub_0_document_1_tablet.png b/backstop_data/bitmaps_reference/ds-vr-test__patterns_hub-and-spoke_example-hub_0_document_1_tablet.png index aa06a40a66..04c844b24a 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__patterns_hub-and-spoke_example-hub_0_document_1_tablet.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__patterns_hub-and-spoke_example-hub_0_document_1_tablet.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b57ea4e5ab76a08b96c2a284d236e7e8a4eaef7708d3972d376c485cc82157f8 +oid sha256:6e642c04a7c7abf69aa44b4addfb661dd6bd1e9ac114b94dd6774e6df229b77a size 62182 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__patterns_hub-and-spoke_example-hub_0_document_2_mobile.png b/backstop_data/bitmaps_reference/ds-vr-test__patterns_hub-and-spoke_example-hub_0_document_2_mobile.png index 818beb4a87..dd58f9a296 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__patterns_hub-and-spoke_example-hub_0_document_2_mobile.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__patterns_hub-and-spoke_example-hub_0_document_2_mobile.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1c98e6e185558d718dae37bdcd029a13dfa45701fd35fa00d99d94a78c6e9004 -size 55557 +oid sha256:92d378a54baeee9a5a11e39a337d71e5421ee82954aac2155340dd7110c0a6ca +size 55573 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__patterns_hub-and-spoke_example-spoke-continue_0_document_0_desktop.png b/backstop_data/bitmaps_reference/ds-vr-test__patterns_hub-and-spoke_example-spoke-continue_0_document_0_desktop.png index 8eba74f4bf..7226d256bb 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__patterns_hub-and-spoke_example-spoke-continue_0_document_0_desktop.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__patterns_hub-and-spoke_example-spoke-continue_0_document_0_desktop.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0a778134b8536b9c99cde5731f359eea372b9f74722c65843aa0a5bd7061dc26 -size 53694 +oid sha256:56e48fd082b90fdbee2ac4d672ac6a2f758a97c4de49b1d4603b027eaed04cc3 +size 53702 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__patterns_hub-and-spoke_example-spoke-continue_0_document_1_tablet.png b/backstop_data/bitmaps_reference/ds-vr-test__patterns_hub-and-spoke_example-spoke-continue_0_document_1_tablet.png index 0b8e19a60c..2fe9130846 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__patterns_hub-and-spoke_example-spoke-continue_0_document_1_tablet.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__patterns_hub-and-spoke_example-spoke-continue_0_document_1_tablet.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ab9a26e8af35ed34f5ea96761023b47173d9f2ccd5100c1d43a0015f303cfef4 +oid sha256:ab8eeb86d2041f547ca92c42d7e7592c76c3374b4e6c218f22ef76d6ef28d950 size 46482 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__patterns_hub-and-spoke_example-spoke-continue_0_document_2_mobile.png b/backstop_data/bitmaps_reference/ds-vr-test__patterns_hub-and-spoke_example-spoke-continue_0_document_2_mobile.png index 5eae48d547..718d6d7e77 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__patterns_hub-and-spoke_example-spoke-continue_0_document_2_mobile.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__patterns_hub-and-spoke_example-spoke-continue_0_document_2_mobile.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:109a272b3df6b3d69b705be19a44d416188d5eb565e1c8f2ff1c3f7c8d84c28c -size 40825 +oid sha256:5c873b099bd90ca8814211a7b34976f1efe9947dc61a79966fab4529627ce9ca +size 40848 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__patterns_hub-and-spoke_example-spoke-start_0_document_0_desktop.png b/backstop_data/bitmaps_reference/ds-vr-test__patterns_hub-and-spoke_example-spoke-start_0_document_0_desktop.png index 7a13fd6406..bcb616a661 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__patterns_hub-and-spoke_example-spoke-start_0_document_0_desktop.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__patterns_hub-and-spoke_example-spoke-start_0_document_0_desktop.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4dbf73e342bf23f37b616115e69438cba66d74d473e12616ea207096cbb53de6 +oid sha256:d0780d60ab4a52bb652ab07c5cc3b72e4ef3982bc69b40d54d73f2b87e6c5765 size 66643 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__patterns_hub-and-spoke_example-spoke-start_0_document_1_tablet.png b/backstop_data/bitmaps_reference/ds-vr-test__patterns_hub-and-spoke_example-spoke-start_0_document_1_tablet.png index 7b8fe76000..f007b543b3 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__patterns_hub-and-spoke_example-spoke-start_0_document_1_tablet.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__patterns_hub-and-spoke_example-spoke-start_0_document_1_tablet.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:015178ee3c275241d8c1aa7d0b45e3fa343e658bca5a2a41f476f7d8f74c9b7a +oid sha256:fc3e7524cc048287e1cebb4850407932463182a2e83dbe1d6dc1ddf525e67c6a size 58818 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__patterns_hub-and-spoke_example-spoke-start_0_document_2_mobile.png b/backstop_data/bitmaps_reference/ds-vr-test__patterns_hub-and-spoke_example-spoke-start_0_document_2_mobile.png index 735e95b8ae..17014b2d65 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__patterns_hub-and-spoke_example-spoke-start_0_document_2_mobile.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__patterns_hub-and-spoke_example-spoke-start_0_document_2_mobile.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b3ef624cef4195acaa4813f13bc19c3410115bb1dbfb49893a555f0d72d1c4df -size 54298 +oid sha256:44130c8f81b903657dcdd62e559bcdbd4b9c0678378aca076cea7c397c6bc2d1 +size 54311 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__patterns_hub-and-spoke_example-spoke-summary_0_document_0_desktop.png b/backstop_data/bitmaps_reference/ds-vr-test__patterns_hub-and-spoke_example-spoke-summary_0_document_0_desktop.png index 3794796428..ea3cae5ca8 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__patterns_hub-and-spoke_example-spoke-summary_0_document_0_desktop.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__patterns_hub-and-spoke_example-spoke-summary_0_document_0_desktop.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e6f5fcb8389b0dec123bbcda9de0f8d2ccabce8c361ee0ecddbc8c837028845f -size 95302 +oid sha256:9f714cb743ebb28bf3ebe3f6367f09430a998f7592b181e3cac747030d6bbb05 +size 95331 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__patterns_hub-and-spoke_example-spoke-summary_0_document_1_tablet.png b/backstop_data/bitmaps_reference/ds-vr-test__patterns_hub-and-spoke_example-spoke-summary_0_document_1_tablet.png index e4c3870515..2068dc119c 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__patterns_hub-and-spoke_example-spoke-summary_0_document_1_tablet.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__patterns_hub-and-spoke_example-spoke-summary_0_document_1_tablet.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d6b69bb1cff47307f7a0b56fade261c5d5a1eac989f555deb03abc9ef831afef -size 93576 +oid sha256:6400fa049e93dbf0845d708fb577e718f47185d96af7533dd4600719ba56f84f +size 93604 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__patterns_hub-and-spoke_example-spoke-summary_0_document_2_mobile.png b/backstop_data/bitmaps_reference/ds-vr-test__patterns_hub-and-spoke_example-spoke-summary_0_document_2_mobile.png index 966997bc1f..6fb29d7c47 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__patterns_hub-and-spoke_example-spoke-summary_0_document_2_mobile.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__patterns_hub-and-spoke_example-spoke-summary_0_document_2_mobile.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c4c860060d2ecb663af469ea4e16b25d2f88e86acc2ab624ce1202372ea83a32 -size 79261 +oid sha256:289b2c19c413cb34473c4170763926e5f63d460cf7f8f98195a837d095c3ceb3 +size 79282 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__patterns_names_example-name-multiple-input-field_0_document_0_desktop.png b/backstop_data/bitmaps_reference/ds-vr-test__patterns_names_example-name-multiple-input-field_0_document_0_desktop.png index 4a25af11a0..2de6379729 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__patterns_names_example-name-multiple-input-field_0_document_0_desktop.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__patterns_names_example-name-multiple-input-field_0_document_0_desktop.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:691166faafab6a2c7c7f478786ff3f70dd6279a084fa3b072171d2d751b67f4c +oid sha256:2f3f9eaa3380ff757ec2b15b31f6d3447c17ff0f4524802fcc8f4ce9c7814c46 size 26141 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__patterns_names_example-name-multiple-input-field_0_document_1_tablet.png b/backstop_data/bitmaps_reference/ds-vr-test__patterns_names_example-name-multiple-input-field_0_document_1_tablet.png index 84c1ba0bc4..76f674f4fd 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__patterns_names_example-name-multiple-input-field_0_document_1_tablet.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__patterns_names_example-name-multiple-input-field_0_document_1_tablet.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1e7d85a7d16346ebc194340502011b3acb1d1687ed615056d2547e4090324c2e -size 20418 +oid sha256:051d654e74da1dfcd9252dac28401e28bdf0df5a713600154206146c46c06b5f +size 20423 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__patterns_names_example-name-multiple-input-field_0_document_2_mobile.png b/backstop_data/bitmaps_reference/ds-vr-test__patterns_names_example-name-multiple-input-field_0_document_2_mobile.png index 9e0f493882..0bd6a0efdb 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__patterns_names_example-name-multiple-input-field_0_document_2_mobile.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__patterns_names_example-name-multiple-input-field_0_document_2_mobile.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:50e527450d3e655504eb2396532347f84f3b0c1cebebf8ce52864294a82b9c04 -size 16139 +oid sha256:86169c63b5e9f7b3acde7b44ef455868bff68150c25e412a046b9e92dfc91a57 +size 16140 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__patterns_names_example-name-single-input-field_0_document_0_desktop.png b/backstop_data/bitmaps_reference/ds-vr-test__patterns_names_example-name-single-input-field_0_document_0_desktop.png index 3a9c68f33c..c5b0b21ce6 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__patterns_names_example-name-single-input-field_0_document_0_desktop.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__patterns_names_example-name-single-input-field_0_document_0_desktop.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:12662cd6b0f7c1fbc84fca9e4e1a3e18c42d6c05f267fbd7f572abe1772c53c3 +oid sha256:200c1d47a7c59ea1ef787d057c6e058458c9d314e97ed8b38f81c26b6e133511 size 21365 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__patterns_names_example-name-single-input-field_0_document_1_tablet.png b/backstop_data/bitmaps_reference/ds-vr-test__patterns_names_example-name-single-input-field_0_document_1_tablet.png index d25abd47bd..be7a2a44a2 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__patterns_names_example-name-single-input-field_0_document_1_tablet.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__patterns_names_example-name-single-input-field_0_document_1_tablet.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:43fab49093e0a10ed40e94cf5f3018b15327a5b6ec288e85c3a75d5c1c3addb6 +oid sha256:a87a540613eaeb1e3fe0a2ce3777ee707870f874fe72a27a9f75dab22732eae5 size 16020 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__patterns_names_example-name-single-input-field_0_document_2_mobile.png b/backstop_data/bitmaps_reference/ds-vr-test__patterns_names_example-name-single-input-field_0_document_2_mobile.png index 12c3d0a065..dfda3e3bad 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__patterns_names_example-name-single-input-field_0_document_2_mobile.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__patterns_names_example-name-single-input-field_0_document_2_mobile.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:50f3e67992ad49728715aeb63ededfe83461559fcd5bf5bfc4f66c1ed8e7f14f -size 11936 +oid sha256:f1d496a78087e0fc52a312322baaca9ea97ebb77f58ab5b717bc5eb5400982d8 +size 11937 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__patterns_question_example-question-anatomy_0_document_0_desktop.png b/backstop_data/bitmaps_reference/ds-vr-test__patterns_question_example-question-anatomy_0_document_0_desktop.png index f2229306a5..832af61807 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__patterns_question_example-question-anatomy_0_document_0_desktop.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__patterns_question_example-question-anatomy_0_document_0_desktop.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7044e6b61c3c2cdc9ca5eba3cbe010a88b96c9b473ac9201ce58dc22ca1dd131 -size 164710 +oid sha256:fa1b8446f95cd48e6062c441efbda8ed5c2b66b83ddbdcc817e2cbf741577864 +size 164716 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__patterns_question_example-question-anatomy_0_document_1_tablet.png b/backstop_data/bitmaps_reference/ds-vr-test__patterns_question_example-question-anatomy_0_document_1_tablet.png index 8527d6e85b..a12480db68 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__patterns_question_example-question-anatomy_0_document_1_tablet.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__patterns_question_example-question-anatomy_0_document_1_tablet.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:26dafeded1e403711b3658e23dfc60ba8a66437a1a6020c8a70867d6392dad08 -size 158429 +oid sha256:20b6972a57852433ce6ba48a4258a713ee56707ae56eb08596dbc69db89e5c30 +size 158442 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__patterns_question_example-question-anatomy_0_document_2_mobile.png b/backstop_data/bitmaps_reference/ds-vr-test__patterns_question_example-question-anatomy_0_document_2_mobile.png index 3a1ff3c297..bfac1fce21 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__patterns_question_example-question-anatomy_0_document_2_mobile.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__patterns_question_example-question-anatomy_0_document_2_mobile.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:39b18669e527f8249fc5e25b686f73c85bce4efaa74b1f844fe154fa766b7d01 -size 171705 +oid sha256:6529f5580e825f2a0074ce24dc3f653cab8df0282e3d59eb89fca51e8292e475 +size 171701 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__patterns_save-and-sign-out_example-save-and-sign-out-button_0_document_0_desktop.png b/backstop_data/bitmaps_reference/ds-vr-test__patterns_save-and-sign-out_example-save-and-sign-out-button_0_document_0_desktop.png index 65751799e4..4883438686 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__patterns_save-and-sign-out_example-save-and-sign-out-button_0_document_0_desktop.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__patterns_save-and-sign-out_example-save-and-sign-out-button_0_document_0_desktop.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ffa42f04b500f88dd4c9464a57724a06736f2c8dcee0f88f6d2a04dceb315383 +oid sha256:e75d8c2e01792f191f78a6e0004b629899bffda101e0ec4058adc0e869b646e9 size 41433 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__patterns_save-and-sign-out_example-save-and-sign-out-button_0_document_1_tablet.png b/backstop_data/bitmaps_reference/ds-vr-test__patterns_save-and-sign-out_example-save-and-sign-out-button_0_document_1_tablet.png index c58c2e4a8c..d3476c8170 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__patterns_save-and-sign-out_example-save-and-sign-out-button_0_document_1_tablet.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__patterns_save-and-sign-out_example-save-and-sign-out-button_0_document_1_tablet.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f78b3f72a8717e3c6560ccf8cc8834e9fcac1775cda90943d3fae25f85b625fe +oid sha256:2f307e6e8f836f932d369f169141994dfd9fd51b9a48ec6f70a5cebcec34d8c4 size 35958 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__patterns_save-and-sign-out_example-save-and-sign-out-button_0_document_2_mobile.png b/backstop_data/bitmaps_reference/ds-vr-test__patterns_save-and-sign-out_example-save-and-sign-out-button_0_document_2_mobile.png index f7eec1ae41..affa813019 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__patterns_save-and-sign-out_example-save-and-sign-out-button_0_document_2_mobile.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__patterns_save-and-sign-out_example-save-and-sign-out-button_0_document_2_mobile.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5841395467ba78063b1c4e2c5543a3fa516256b046fbe9fa5657442ca293e358 -size 31153 +oid sha256:f5903942b7b24197060155b76b674e16598c3db7289d2166c68fd74407525b83 +size 31176 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__patterns_send-a-web-form_example-errors_0_document_0_desktop.png b/backstop_data/bitmaps_reference/ds-vr-test__patterns_send-a-web-form_example-errors_0_document_0_desktop.png index 1db6b7b05a..7432a29ac7 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__patterns_send-a-web-form_example-errors_0_document_0_desktop.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__patterns_send-a-web-form_example-errors_0_document_0_desktop.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d938801844f221d3be1541b93b11291883d3dcf6d6c60c37880ee71e94e6785f -size 126098 +oid sha256:b5fbfd382540a868185d57de7eba73c051947037bc7e6243479da89c04fe3552 +size 126125 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__patterns_send-a-web-form_example-errors_0_document_1_tablet.png b/backstop_data/bitmaps_reference/ds-vr-test__patterns_send-a-web-form_example-errors_0_document_1_tablet.png index 033791a50c..d794ed8598 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__patterns_send-a-web-form_example-errors_0_document_1_tablet.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__patterns_send-a-web-form_example-errors_0_document_1_tablet.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:641304280a7b6f8dd0a9c95679c71ee0228e8226a31f426580192a4f84c99417 -size 112528 +oid sha256:690dbdca417f33fdad7628cb6ee7341cebea4c78b09182cb1451ad8ca7954ade +size 112566 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__patterns_send-a-web-form_example-errors_0_document_2_mobile.png b/backstop_data/bitmaps_reference/ds-vr-test__patterns_send-a-web-form_example-errors_0_document_2_mobile.png index f85f327ec6..c0396983c0 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__patterns_send-a-web-form_example-errors_0_document_2_mobile.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__patterns_send-a-web-form_example-errors_0_document_2_mobile.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:99ce67888cde36e7fac45e9b3bc7fb12c522441a5dd2a41d1b4e6024f0dddfa3 -size 109459 +oid sha256:acd00538fc9020403aa150d418f5b4661071fce4ffe6869b5e400aea9f0b59a0 +size 109476 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__patterns_send-a-web-form_example-form_0_document_0_desktop.png b/backstop_data/bitmaps_reference/ds-vr-test__patterns_send-a-web-form_example-form_0_document_0_desktop.png index 08f749e21f..00d545c215 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__patterns_send-a-web-form_example-form_0_document_0_desktop.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__patterns_send-a-web-form_example-form_0_document_0_desktop.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:602a8127fed0cf0aebfb76873aa71af8864646c705db6c5c4d296f219288209c -size 87234 +oid sha256:4c2f26afcdec7fc81e5b588a9655c651f7d9013e758c07abbaa52e8ad27808f1 +size 87275 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__patterns_send-a-web-form_example-form_0_document_1_tablet.png b/backstop_data/bitmaps_reference/ds-vr-test__patterns_send-a-web-form_example-form_0_document_1_tablet.png index a0a2fa3ae2..199529bc29 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__patterns_send-a-web-form_example-form_0_document_1_tablet.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__patterns_send-a-web-form_example-form_0_document_1_tablet.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d3575f61eedf09906bce27e96155d56450ccb88871e2ed93ff58530575b11dfa -size 77892 +oid sha256:d465b779c0e8fa214943621bf1ca21a5b4d1a1a77887947bd24d28ebc1f300c6 +size 77923 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__patterns_send-a-web-form_example-form_0_document_2_mobile.png b/backstop_data/bitmaps_reference/ds-vr-test__patterns_send-a-web-form_example-form_0_document_2_mobile.png index f0235ac92f..2dd0d30ada 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__patterns_send-a-web-form_example-form_0_document_2_mobile.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__patterns_send-a-web-form_example-form_0_document_2_mobile.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d846d6fccb2806e22af88b7916864147e5b16f7ecc146c6c4b2d2c2f01f5313c -size 71347 +oid sha256:975ee77c355ee8819cc14a9d0ac168a6e32f7c6c23ac5f477551b0173fda7bb2 +size 71370 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__patterns_send-a-web-form_example-success_0_document_1_tablet.png b/backstop_data/bitmaps_reference/ds-vr-test__patterns_send-a-web-form_example-success_0_document_1_tablet.png index 531be96a06..99e4e93ee1 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__patterns_send-a-web-form_example-success_0_document_1_tablet.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__patterns_send-a-web-form_example-success_0_document_1_tablet.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4653a77be32f78bd7e2509ae259def1e1a92d96d19784f123c13131ea4a79521 +oid sha256:b369a24398e15471fae5b4dceb40fca44c593109989bda751d77830b7f3f71fa size 31379 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__patterns_send-a-web-form_example-success_0_document_2_mobile.png b/backstop_data/bitmaps_reference/ds-vr-test__patterns_send-a-web-form_example-success_0_document_2_mobile.png index 36fb89c1e9..5544952dfd 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__patterns_send-a-web-form_example-success_0_document_2_mobile.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__patterns_send-a-web-form_example-success_0_document_2_mobile.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fb0978d513713df0816493d65aecfe6e033f0fa45a6fbb29ee3393c0e867d495 -size 27270 +oid sha256:6bf9a7dfb95cb3623da35f12519f7a26f3b318c98641d013f43e8964d0d6776d +size 27294 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__patterns_send-and-reply-to-messages_example-conversation_0_document_0_desktop.png b/backstop_data/bitmaps_reference/ds-vr-test__patterns_send-and-reply-to-messages_example-conversation_0_document_0_desktop.png index 68d669f85e..9875a5d5be 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__patterns_send-and-reply-to-messages_example-conversation_0_document_0_desktop.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__patterns_send-and-reply-to-messages_example-conversation_0_document_0_desktop.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:421d379751e20ac605540428514af9b8f2974a5e2f343b7947c6dcb52984f62f -size 142025 +oid sha256:d10d904af24131324f8d5ef1c2e9e64ba6f1577338f1f781ac57df50aa4c69a5 +size 142067 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__patterns_send-and-reply-to-messages_example-conversation_0_document_1_tablet.png b/backstop_data/bitmaps_reference/ds-vr-test__patterns_send-and-reply-to-messages_example-conversation_0_document_1_tablet.png index 0437a111c3..f15a569fa3 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__patterns_send-and-reply-to-messages_example-conversation_0_document_1_tablet.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__patterns_send-and-reply-to-messages_example-conversation_0_document_1_tablet.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:92fc9ee550629ba53e6463c9c351afac9274fdf20dba076d390b22f9bfde1ace -size 144082 +oid sha256:c3a78133b3bfbf0cd7308d6a7bccc3468b84a5f947c8d5088b122203be8c4371 +size 144110 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__patterns_send-and-reply-to-messages_example-conversation_0_document_2_mobile.png b/backstop_data/bitmaps_reference/ds-vr-test__patterns_send-and-reply-to-messages_example-conversation_0_document_2_mobile.png index e444514b04..c6a7ef15f1 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__patterns_send-and-reply-to-messages_example-conversation_0_document_2_mobile.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__patterns_send-and-reply-to-messages_example-conversation_0_document_2_mobile.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:734a70edabad063acfc541292b412a14255529797b9f6dd4632ed8c46603c2de -size 142480 +oid sha256:8dc0b6e154a785d8e9edb84ee3b9d983ac993811ada5795a32300572eb201d56 +size 142503 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__patterns_survey-interstitial-page_example-survey-interstitial-page_0_document_0_desktop.png b/backstop_data/bitmaps_reference/ds-vr-test__patterns_survey-interstitial-page_example-survey-interstitial-page_0_document_0_desktop.png index 37ab29cdeb..49c15b0549 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__patterns_survey-interstitial-page_example-survey-interstitial-page_0_document_0_desktop.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__patterns_survey-interstitial-page_example-survey-interstitial-page_0_document_0_desktop.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3db968a2da3a55c0e75a5f3e7a188125b83b531c3df8e607caecb3bffa9d57b1 +oid sha256:c4c4d468c4f797befd71652776caa58791f669e591be1c6beb132778120ee2b0 size 74584 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__patterns_survey-interstitial-page_example-survey-interstitial-page_0_document_1_tablet.png b/backstop_data/bitmaps_reference/ds-vr-test__patterns_survey-interstitial-page_example-survey-interstitial-page_0_document_1_tablet.png index 75f0b2bc53..451ae738d1 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__patterns_survey-interstitial-page_example-survey-interstitial-page_0_document_1_tablet.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__patterns_survey-interstitial-page_example-survey-interstitial-page_0_document_1_tablet.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:68d681cafdb72124b1e699f07104410baad27d8f2344b46598a74e42df3ca3f8 -size 68443 +oid sha256:7035a2b4f2f3400ac62b74cc3af4805b3d96a320c80e7466fe9a5a9ec59b036b +size 68470 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__patterns_survey-interstitial-page_example-survey-interstitial-page_0_document_2_mobile.png b/backstop_data/bitmaps_reference/ds-vr-test__patterns_survey-interstitial-page_example-survey-interstitial-page_0_document_2_mobile.png index 4e7a55fad5..89240d4176 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__patterns_survey-interstitial-page_example-survey-interstitial-page_0_document_2_mobile.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__patterns_survey-interstitial-page_example-survey-interstitial-page_0_document_2_mobile.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bdbe480d322845dcb4100d3a8ab2572555f9fb1293a70a720a743698059b64e3 -size 72179 +oid sha256:8723ba703f9c021457baed5f9a50763d63c76f5474a1bf16c0f6adaa49ac8fa6 +size 72202 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__patterns_survey-section-introduction-page_example-survey-section-introduction-page_0_document_0_desktop.png b/backstop_data/bitmaps_reference/ds-vr-test__patterns_survey-section-introduction-page_example-survey-section-introduction-page_0_document_0_desktop.png index 3f890066df..7905fd2338 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__patterns_survey-section-introduction-page_example-survey-section-introduction-page_0_document_0_desktop.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__patterns_survey-section-introduction-page_example-survey-section-introduction-page_0_document_0_desktop.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:831c5ff3174dbaf37fad23f85d31df0060df4eb8f82ebc59bc55bdea50e982af -size 44081 +oid sha256:a2730dbeb238703b0991e1ceb107ab2226f967e8663dee6982e6b37f92b9d39a +size 44092 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__patterns_survey-section-introduction-page_example-survey-section-introduction-page_0_document_1_tablet.png b/backstop_data/bitmaps_reference/ds-vr-test__patterns_survey-section-introduction-page_example-survey-section-introduction-page_0_document_1_tablet.png index 997698bcb3..def31e2048 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__patterns_survey-section-introduction-page_example-survey-section-introduction-page_0_document_1_tablet.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__patterns_survey-section-introduction-page_example-survey-section-introduction-page_0_document_1_tablet.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ec58ec22bbdee36346811c8a6ab6d359607713e1ad8554656dfc8e0bb6c741dc +oid sha256:65cd2b54fd35720dbe7858e006e11f29afd9ca32cb175a9d88936c3061689386 size 40653 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__patterns_survey-section-introduction-page_example-survey-section-introduction-page_0_document_2_mobile.png b/backstop_data/bitmaps_reference/ds-vr-test__patterns_survey-section-introduction-page_example-survey-section-introduction-page_0_document_2_mobile.png index ef66379184..152e6ca57e 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__patterns_survey-section-introduction-page_example-survey-section-introduction-page_0_document_2_mobile.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__patterns_survey-section-introduction-page_example-survey-section-introduction-page_0_document_2_mobile.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a4223aa0a421eef68a9d8adf3d8a05a3d09e98222b9e631023a88bce1198a7cc -size 40033 +oid sha256:d4847aeaf06136ac20f2730f2bd8f99d0a414133aaf805728eeed601642e105f +size 40053