diff --git a/src/@next/utilities/colors/blue.ts b/src/@next/utilities/colors/blue.ts index 30a28a043..4ca55018d 100644 --- a/src/@next/utilities/colors/blue.ts +++ b/src/@next/utilities/colors/blue.ts @@ -3,7 +3,5 @@ export const S08 = '#E6F4FA'; export const S20 = '#C3E8FF'; export const S54 = '#58BFFF'; export const S95 = '#059FFF'; -export const S97 = '#1A73E8'; -export const S98 = '#0073FF'; -export const S99 = '##1A73E8'; +export const S99 = '#1A73E8'; export const S100 = '#1765CC'; diff --git a/src/@next/utilities/colors/neutral.ts b/src/@next/utilities/colors/neutral.ts index 9e1092561..ab9078d6b 100644 --- a/src/@next/utilities/colors/neutral.ts +++ b/src/@next/utilities/colors/neutral.ts @@ -3,8 +3,8 @@ export const B99 = '#F7F9FA'; export const B95 = '#F3F3F3'; export const B85 = '#DDDDDD'; export const B68 = '#B3B3B3'; -export const B40 = '#808080'; -export const B33 = '#666666'; +export const B40 = '#666666'; +export const B33 = '#545454'; export const B28 = '#4D4D4D'; export const B18 = '#2D2D2D'; export const B00 = '#000000'; diff --git a/test/e2e/alert/alert.spec.ts-snapshots/alert-chromium-linux.png b/test/e2e/alert/alert.spec.ts-snapshots/alert-chromium-linux.png index 2e16b07c0..2da8ceff3 100644 Binary files a/test/e2e/alert/alert.spec.ts-snapshots/alert-chromium-linux.png and b/test/e2e/alert/alert.spec.ts-snapshots/alert-chromium-linux.png differ diff --git a/test/e2e/alert/alert.spec.ts-snapshots/alert-info-chromium-linux.png b/test/e2e/alert/alert.spec.ts-snapshots/alert-info-chromium-linux.png index 2e16b07c0..83ecebae5 100644 Binary files a/test/e2e/alert/alert.spec.ts-snapshots/alert-info-chromium-linux.png and b/test/e2e/alert/alert.spec.ts-snapshots/alert-info-chromium-linux.png differ diff --git a/test/e2e/alert/alert.spec.ts-snapshots/alert-no-children-chromium-linux.png b/test/e2e/alert/alert.spec.ts-snapshots/alert-no-children-chromium-linux.png index e6c0ccf58..7f506434e 100644 Binary files a/test/e2e/alert/alert.spec.ts-snapshots/alert-no-children-chromium-linux.png and b/test/e2e/alert/alert.spec.ts-snapshots/alert-no-children-chromium-linux.png differ diff --git a/test/e2e/alert/alert.spec.ts-snapshots/alert-no-title-chromium-linux.png b/test/e2e/alert/alert.spec.ts-snapshots/alert-no-title-chromium-linux.png index 0d122ecdf..9f4286c76 100644 Binary files a/test/e2e/alert/alert.spec.ts-snapshots/alert-no-title-chromium-linux.png and b/test/e2e/alert/alert.spec.ts-snapshots/alert-no-title-chromium-linux.png differ diff --git a/test/e2e/alert/alert.spec.ts-snapshots/alert-no-title-no-children-chromium-linux.png b/test/e2e/alert/alert.spec.ts-snapshots/alert-no-title-no-children-chromium-linux.png index 16a30d83f..fdd226fb5 100644 Binary files a/test/e2e/alert/alert.spec.ts-snapshots/alert-no-title-no-children-chromium-linux.png and b/test/e2e/alert/alert.spec.ts-snapshots/alert-no-title-no-children-chromium-linux.png differ diff --git a/test/e2e/alert/alert.spec.ts-snapshots/alert-with-provider-chromium-linux.png b/test/e2e/alert/alert.spec.ts-snapshots/alert-with-provider-chromium-linux.png index 2e16b07c0..83ecebae5 100644 Binary files a/test/e2e/alert/alert.spec.ts-snapshots/alert-with-provider-chromium-linux.png and b/test/e2e/alert/alert.spec.ts-snapshots/alert-with-provider-chromium-linux.png differ diff --git a/test/e2e/badge/badge.spec.ts-snapshots/badge-primary-chromium-linux.png b/test/e2e/badge/badge.spec.ts-snapshots/badge-primary-chromium-linux.png index ff7761463..b57865bf3 100644 Binary files a/test/e2e/badge/badge.spec.ts-snapshots/badge-primary-chromium-linux.png and b/test/e2e/badge/badge.spec.ts-snapshots/badge-primary-chromium-linux.png differ diff --git a/test/e2e/badge/badge.spec.ts-snapshots/badge-primary-small-chromium-linux.png b/test/e2e/badge/badge.spec.ts-snapshots/badge-primary-small-chromium-linux.png index 6ec1d2bf3..49bd2f99b 100644 Binary files a/test/e2e/badge/badge.spec.ts-snapshots/badge-primary-small-chromium-linux.png and b/test/e2e/badge/badge.spec.ts-snapshots/badge-primary-small-chromium-linux.png differ diff --git a/test/e2e/banner/banner.spec.ts-snapshots/banner-info-chromium-linux.png b/test/e2e/banner/banner.spec.ts-snapshots/banner-info-chromium-linux.png index 91059c19f..527d1a3a6 100644 Binary files a/test/e2e/banner/banner.spec.ts-snapshots/banner-info-chromium-linux.png and b/test/e2e/banner/banner.spec.ts-snapshots/banner-info-chromium-linux.png differ diff --git a/test/e2e/banner/banner.spec.ts-snapshots/fixed-banner-info-chromium-linux.png b/test/e2e/banner/banner.spec.ts-snapshots/fixed-banner-info-chromium-linux.png index b5c8fd863..7a214a3d8 100644 Binary files a/test/e2e/banner/banner.spec.ts-snapshots/fixed-banner-info-chromium-linux.png and b/test/e2e/banner/banner.spec.ts-snapshots/fixed-banner-info-chromium-linux.png differ diff --git a/test/e2e/bar/bar.spec.ts b/test/e2e/bar/bar.spec.ts index 6d5a4fa65..847e1bc45 100644 --- a/test/e2e/bar/bar.spec.ts +++ b/test/e2e/bar/bar.spec.ts @@ -7,24 +7,28 @@ const getPage = (page: Page) => test('Bar', async ({ page }) => { const barPage = getPage(page); await barPage.goto(); + await page.waitForTimeout(1000); await expect(barPage.canvas).toHaveScreenshot('bar.png'); }); test('Bar - without subheading', async ({ page }) => { const barPage = getPage(page); await barPage.goto('args=subheading:!null'); + await page.waitForTimeout(1000); await expect(barPage.canvas).toHaveScreenshot('bar-no-subheading.png'); }); test('Bar - position top', async ({ page }) => { const barPage = getPage(page); await barPage.goto('args=position:top'); + await page.waitForTimeout(1000); await expect(barPage.canvas).toHaveScreenshot('bar-actions-position-top.png'); }); test('Bar - position bottom', async ({ page }) => { const barPage = getPage(page); await barPage.goto('args=position:bottom'); + await page.waitForTimeout(1000); await expect(barPage.canvas).toHaveScreenshot( 'bar-actions-position-bottom.png' ); @@ -36,6 +40,7 @@ test('Bar - primary action only', async ({ page }) => { '?path=/story/next-bar--primary-action-only' ); await barPage.goto(); + await page.waitForTimeout(1000); await expect(barPage.canvas).toHaveScreenshot('bar-primary-action-only.png'); }); @@ -45,12 +50,14 @@ test('Bar - Custom Heading and Sub Heading', async ({ page }) => { '?path=/story/next-bar--custom-heading' ); await barPage.goto(); + await page.waitForTimeout(1000); await expect(barPage.canvas).toHaveScreenshot('bar-custom-heading.png'); }); test('Bar - with back button', async ({ page }) => { const barPage = new StoryBookPage(page, '?path=/story/next-bar--back-button'); await barPage.goto(); + await page.waitForTimeout(1000); await expect(barPage.canvas).toHaveScreenshot('bar-back-button.png'); }); @@ -60,6 +67,7 @@ test('Bar - with custom action group (menu)', async ({ page }) => { '?path=/story/next-bar--custom-action-group' ); await barPage.goto(); + await page.waitForTimeout(1000); await expect(barPage.canvas).toHaveScreenshot('bar-custom-action-group.png'); }); @@ -69,6 +77,7 @@ test('Bar - without primary action', async ({ page }) => { '?path=/story/next-bar--without-primary-action' ); await barPage.goto(); + await page.waitForTimeout(1000); await expect(barPage.canvas).toHaveScreenshot( 'bar-without-primary-action.png' ); diff --git a/test/e2e/bar/bar.spec.ts-snapshots/bar-actions-position-bottom-chromium-linux.png b/test/e2e/bar/bar.spec.ts-snapshots/bar-actions-position-bottom-chromium-linux.png index 87047a345..e8bc7359e 100644 Binary files a/test/e2e/bar/bar.spec.ts-snapshots/bar-actions-position-bottom-chromium-linux.png and b/test/e2e/bar/bar.spec.ts-snapshots/bar-actions-position-bottom-chromium-linux.png differ diff --git a/test/e2e/bar/bar.spec.ts-snapshots/bar-actions-position-bottom-updated-chromium-linux.png b/test/e2e/bar/bar.spec.ts-snapshots/bar-actions-position-bottom-updated-chromium-linux.png new file mode 100644 index 000000000..e8bc7359e Binary files /dev/null and b/test/e2e/bar/bar.spec.ts-snapshots/bar-actions-position-bottom-updated-chromium-linux.png differ diff --git a/test/e2e/bar/bar.spec.ts-snapshots/bar-actions-position-top-chromium-linux.png b/test/e2e/bar/bar.spec.ts-snapshots/bar-actions-position-top-chromium-linux.png index e13763bfe..177957111 100644 Binary files a/test/e2e/bar/bar.spec.ts-snapshots/bar-actions-position-top-chromium-linux.png and b/test/e2e/bar/bar.spec.ts-snapshots/bar-actions-position-top-chromium-linux.png differ diff --git a/test/e2e/bar/bar.spec.ts-snapshots/bar-actions-position-top-updated-chromium-linux.png b/test/e2e/bar/bar.spec.ts-snapshots/bar-actions-position-top-updated-chromium-linux.png new file mode 100644 index 000000000..2b81999e7 Binary files /dev/null and b/test/e2e/bar/bar.spec.ts-snapshots/bar-actions-position-top-updated-chromium-linux.png differ diff --git a/test/e2e/bar/bar.spec.ts-snapshots/bar-back-button-chromium-linux.png b/test/e2e/bar/bar.spec.ts-snapshots/bar-back-button-chromium-linux.png index b9a090bab..70bfa7b3c 100644 Binary files a/test/e2e/bar/bar.spec.ts-snapshots/bar-back-button-chromium-linux.png and b/test/e2e/bar/bar.spec.ts-snapshots/bar-back-button-chromium-linux.png differ diff --git a/test/e2e/bar/bar.spec.ts-snapshots/bar-back-button-updated-chromium-linux.png b/test/e2e/bar/bar.spec.ts-snapshots/bar-back-button-updated-chromium-linux.png new file mode 100644 index 000000000..70bfa7b3c Binary files /dev/null and b/test/e2e/bar/bar.spec.ts-snapshots/bar-back-button-updated-chromium-linux.png differ diff --git a/test/e2e/bar/bar.spec.ts-snapshots/bar-chromium-linux.png b/test/e2e/bar/bar.spec.ts-snapshots/bar-chromium-linux.png index e13763bfe..177957111 100644 Binary files a/test/e2e/bar/bar.spec.ts-snapshots/bar-chromium-linux.png and b/test/e2e/bar/bar.spec.ts-snapshots/bar-chromium-linux.png differ diff --git a/test/e2e/bar/bar.spec.ts-snapshots/bar-custom-action-group-chromium-linux.png b/test/e2e/bar/bar.spec.ts-snapshots/bar-custom-action-group-chromium-linux.png index bc17bbf3f..f0d5bfa1f 100644 Binary files a/test/e2e/bar/bar.spec.ts-snapshots/bar-custom-action-group-chromium-linux.png and b/test/e2e/bar/bar.spec.ts-snapshots/bar-custom-action-group-chromium-linux.png differ diff --git a/test/e2e/bar/bar.spec.ts-snapshots/bar-custom-action-group-updated-chromium-linux.png b/test/e2e/bar/bar.spec.ts-snapshots/bar-custom-action-group-updated-chromium-linux.png new file mode 100644 index 000000000..2b81999e7 Binary files /dev/null and b/test/e2e/bar/bar.spec.ts-snapshots/bar-custom-action-group-updated-chromium-linux.png differ diff --git a/test/e2e/bar/bar.spec.ts-snapshots/bar-custom-heading-chromium-linux.png b/test/e2e/bar/bar.spec.ts-snapshots/bar-custom-heading-chromium-linux.png index a5e648077..e533b8d6a 100644 Binary files a/test/e2e/bar/bar.spec.ts-snapshots/bar-custom-heading-chromium-linux.png and b/test/e2e/bar/bar.spec.ts-snapshots/bar-custom-heading-chromium-linux.png differ diff --git a/test/e2e/bar/bar.spec.ts-snapshots/bar-custom-heading-updated-chromium-linux.png b/test/e2e/bar/bar.spec.ts-snapshots/bar-custom-heading-updated-chromium-linux.png new file mode 100644 index 000000000..dcbdb4112 Binary files /dev/null and b/test/e2e/bar/bar.spec.ts-snapshots/bar-custom-heading-updated-chromium-linux.png differ diff --git a/test/e2e/bar/bar.spec.ts-snapshots/bar-no-subheading-chromium-linux.png b/test/e2e/bar/bar.spec.ts-snapshots/bar-no-subheading-chromium-linux.png index 43ef1c94b..55f845657 100644 Binary files a/test/e2e/bar/bar.spec.ts-snapshots/bar-no-subheading-chromium-linux.png and b/test/e2e/bar/bar.spec.ts-snapshots/bar-no-subheading-chromium-linux.png differ diff --git a/test/e2e/bar/bar.spec.ts-snapshots/bar-no-subheading-updated-chromium-linux.png b/test/e2e/bar/bar.spec.ts-snapshots/bar-no-subheading-updated-chromium-linux.png new file mode 100644 index 000000000..55f845657 Binary files /dev/null and b/test/e2e/bar/bar.spec.ts-snapshots/bar-no-subheading-updated-chromium-linux.png differ diff --git a/test/e2e/bar/bar.spec.ts-snapshots/bar-primary-action-only-chromium-linux.png b/test/e2e/bar/bar.spec.ts-snapshots/bar-primary-action-only-chromium-linux.png index 38232e21d..6cf43403e 100644 Binary files a/test/e2e/bar/bar.spec.ts-snapshots/bar-primary-action-only-chromium-linux.png and b/test/e2e/bar/bar.spec.ts-snapshots/bar-primary-action-only-chromium-linux.png differ diff --git a/test/e2e/bar/bar.spec.ts-snapshots/bar-primary-action-only-updated-chromium-linux.png b/test/e2e/bar/bar.spec.ts-snapshots/bar-primary-action-only-updated-chromium-linux.png new file mode 100644 index 000000000..6cf43403e Binary files /dev/null and b/test/e2e/bar/bar.spec.ts-snapshots/bar-primary-action-only-updated-chromium-linux.png differ diff --git a/test/e2e/bar/bar.spec.ts-snapshots/bar-updated-chromium-linux.png b/test/e2e/bar/bar.spec.ts-snapshots/bar-updated-chromium-linux.png new file mode 100644 index 000000000..2b81999e7 Binary files /dev/null and b/test/e2e/bar/bar.spec.ts-snapshots/bar-updated-chromium-linux.png differ diff --git a/test/e2e/bar/bar.spec.ts-snapshots/bar-without-primary-action-chromium-linux.png b/test/e2e/bar/bar.spec.ts-snapshots/bar-without-primary-action-chromium-linux.png index c59036c14..147cadbb6 100644 Binary files a/test/e2e/bar/bar.spec.ts-snapshots/bar-without-primary-action-chromium-linux.png and b/test/e2e/bar/bar.spec.ts-snapshots/bar-without-primary-action-chromium-linux.png differ diff --git a/test/e2e/bar/bar.spec.ts-snapshots/bar-without-primary-action-updated-chromium-linux.png b/test/e2e/bar/bar.spec.ts-snapshots/bar-without-primary-action-updated-chromium-linux.png new file mode 100644 index 000000000..c59036c14 Binary files /dev/null and b/test/e2e/bar/bar.spec.ts-snapshots/bar-without-primary-action-updated-chromium-linux.png differ diff --git a/test/e2e/buttonGroups/buttonGroups.spec.ts-snapshots/button-group-chromium-linux.png b/test/e2e/buttonGroups/buttonGroups.spec.ts-snapshots/button-group-chromium-linux.png index b823c05ac..07e6c69c4 100644 Binary files a/test/e2e/buttonGroups/buttonGroups.spec.ts-snapshots/button-group-chromium-linux.png and b/test/e2e/buttonGroups/buttonGroups.spec.ts-snapshots/button-group-chromium-linux.png differ diff --git a/test/e2e/buttonGroups/buttonGroups.spec.ts-snapshots/button-group-full-width-chromium-linux.png b/test/e2e/buttonGroups/buttonGroups.spec.ts-snapshots/button-group-full-width-chromium-linux.png index 6aa24d4eb..34943b9c5 100644 Binary files a/test/e2e/buttonGroups/buttonGroups.spec.ts-snapshots/button-group-full-width-chromium-linux.png and b/test/e2e/buttonGroups/buttonGroups.spec.ts-snapshots/button-group-full-width-chromium-linux.png differ diff --git a/test/e2e/buttonGroups/buttonGroups.spec.ts-snapshots/button-group-should-focus-chromium-linux.png b/test/e2e/buttonGroups/buttonGroups.spec.ts-snapshots/button-group-should-focus-chromium-linux.png index 1bcd4f877..12d85c8fe 100644 Binary files a/test/e2e/buttonGroups/buttonGroups.spec.ts-snapshots/button-group-should-focus-chromium-linux.png and b/test/e2e/buttonGroups/buttonGroups.spec.ts-snapshots/button-group-should-focus-chromium-linux.png differ diff --git a/test/e2e/buttons/button.spec.ts-snapshots/button-with-icons-chromium-linux.png b/test/e2e/buttons/button.spec.ts-snapshots/button-with-icons-chromium-linux.png index cae00ad28..7441a3a1e 100644 Binary files a/test/e2e/buttons/button.spec.ts-snapshots/button-with-icons-chromium-linux.png and b/test/e2e/buttons/button.spec.ts-snapshots/button-with-icons-chromium-linux.png differ diff --git a/test/e2e/buttons/button.spec.ts-snapshots/button-with-icons-right-chromium-linux.png b/test/e2e/buttons/button.spec.ts-snapshots/button-with-icons-right-chromium-linux.png index f35e10434..c8445a90a 100644 Binary files a/test/e2e/buttons/button.spec.ts-snapshots/button-with-icons-right-chromium-linux.png and b/test/e2e/buttons/button.spec.ts-snapshots/button-with-icons-right-chromium-linux.png differ diff --git a/test/e2e/buttons/plainButton.spec.ts-snapshots/plain-button-chromium-linux.png b/test/e2e/buttons/plainButton.spec.ts-snapshots/plain-button-chromium-linux.png index da0d8ebdf..0d9a78a35 100644 Binary files a/test/e2e/buttons/plainButton.spec.ts-snapshots/plain-button-chromium-linux.png and b/test/e2e/buttons/plainButton.spec.ts-snapshots/plain-button-chromium-linux.png differ diff --git a/test/e2e/buttons/plainButton.spec.ts-snapshots/plain-button-focus-chromium-linux.png b/test/e2e/buttons/plainButton.spec.ts-snapshots/plain-button-focus-chromium-linux.png index da0d8ebdf..365a729d3 100644 Binary files a/test/e2e/buttons/plainButton.spec.ts-snapshots/plain-button-focus-chromium-linux.png and b/test/e2e/buttons/plainButton.spec.ts-snapshots/plain-button-focus-chromium-linux.png differ diff --git a/test/e2e/buttons/primaryButton.spec.ts-snapshots/primary-button-chromium-linux.png b/test/e2e/buttons/primaryButton.spec.ts-snapshots/primary-button-chromium-linux.png index 02c3f5e8e..93a83a47a 100644 Binary files a/test/e2e/buttons/primaryButton.spec.ts-snapshots/primary-button-chromium-linux.png and b/test/e2e/buttons/primaryButton.spec.ts-snapshots/primary-button-chromium-linux.png differ diff --git a/test/e2e/buttons/primaryButton.spec.ts-snapshots/primary-button-focus-chromium-linux.png b/test/e2e/buttons/primaryButton.spec.ts-snapshots/primary-button-focus-chromium-linux.png index 98ef9db6f..b7451079c 100644 Binary files a/test/e2e/buttons/primaryButton.spec.ts-snapshots/primary-button-focus-chromium-linux.png and b/test/e2e/buttons/primaryButton.spec.ts-snapshots/primary-button-focus-chromium-linux.png differ diff --git a/test/e2e/card/card.spec.ts-snapshots/card-actions-align-left-chromium-linux.png b/test/e2e/card/card.spec.ts-snapshots/card-actions-align-left-chromium-linux.png index b0facc134..bccef72f6 100644 Binary files a/test/e2e/card/card.spec.ts-snapshots/card-actions-align-left-chromium-linux.png and b/test/e2e/card/card.spec.ts-snapshots/card-actions-align-left-chromium-linux.png differ diff --git a/test/e2e/card/card.spec.ts-snapshots/card-chromium-linux.png b/test/e2e/card/card.spec.ts-snapshots/card-chromium-linux.png index 32b37a0f6..7cf40cf1f 100644 Binary files a/test/e2e/card/card.spec.ts-snapshots/card-chromium-linux.png and b/test/e2e/card/card.spec.ts-snapshots/card-chromium-linux.png differ diff --git a/test/e2e/card/card.spec.ts-snapshots/card-custom-actions-chromium-linux.png b/test/e2e/card/card.spec.ts-snapshots/card-custom-actions-chromium-linux.png index b8b4f6c28..30c7c320c 100755 Binary files a/test/e2e/card/card.spec.ts-snapshots/card-custom-actions-chromium-linux.png and b/test/e2e/card/card.spec.ts-snapshots/card-custom-actions-chromium-linux.png differ diff --git a/test/e2e/card/card.spec.ts-snapshots/card-no-header-chromium-linux.png b/test/e2e/card/card.spec.ts-snapshots/card-no-header-chromium-linux.png index 9b1c79adc..2f5e6fbbe 100644 Binary files a/test/e2e/card/card.spec.ts-snapshots/card-no-header-chromium-linux.png and b/test/e2e/card/card.spec.ts-snapshots/card-no-header-chromium-linux.png differ diff --git a/test/e2e/card/card.spec.ts-snapshots/card-no-heading-chromium-linux.png b/test/e2e/card/card.spec.ts-snapshots/card-no-heading-chromium-linux.png index 1a5f28f5c..34d510929 100644 Binary files a/test/e2e/card/card.spec.ts-snapshots/card-no-heading-chromium-linux.png and b/test/e2e/card/card.spec.ts-snapshots/card-no-heading-chromium-linux.png differ diff --git a/test/e2e/card/card.spec.ts-snapshots/card-no-subheading-chromium-linux.png b/test/e2e/card/card.spec.ts-snapshots/card-no-subheading-chromium-linux.png index 85cd9ede0..038018d6a 100644 Binary files a/test/e2e/card/card.spec.ts-snapshots/card-no-subheading-chromium-linux.png and b/test/e2e/card/card.spec.ts-snapshots/card-no-subheading-chromium-linux.png differ diff --git a/test/e2e/card/card.spec.ts-snapshots/card-primary-action-only-chromium-linux.png b/test/e2e/card/card.spec.ts-snapshots/card-primary-action-only-chromium-linux.png index 72ab8d0fd..25a7acd2f 100644 Binary files a/test/e2e/card/card.spec.ts-snapshots/card-primary-action-only-chromium-linux.png and b/test/e2e/card/card.spec.ts-snapshots/card-primary-action-only-chromium-linux.png differ diff --git a/test/e2e/checkbox/checkbox.spec.ts-snapshots/checkbox-checked-by-default-chromium-linux.png b/test/e2e/checkbox/checkbox.spec.ts-snapshots/checkbox-checked-by-default-chromium-linux.png index cf2b5aea9..58f4cee12 100644 Binary files a/test/e2e/checkbox/checkbox.spec.ts-snapshots/checkbox-checked-by-default-chromium-linux.png and b/test/e2e/checkbox/checkbox.spec.ts-snapshots/checkbox-checked-by-default-chromium-linux.png differ diff --git a/test/e2e/checkbox/checkbox.spec.ts-snapshots/checkbox-checked-onclicked-chromium-linux.png b/test/e2e/checkbox/checkbox.spec.ts-snapshots/checkbox-checked-onclicked-chromium-linux.png index cf2b5aea9..58f4cee12 100644 Binary files a/test/e2e/checkbox/checkbox.spec.ts-snapshots/checkbox-checked-onclicked-chromium-linux.png and b/test/e2e/checkbox/checkbox.spec.ts-snapshots/checkbox-checked-onclicked-chromium-linux.png differ diff --git a/test/e2e/checkbox/checkbox.spec.ts-snapshots/checkbox-indeterminate-chromium-linux.png b/test/e2e/checkbox/checkbox.spec.ts-snapshots/checkbox-indeterminate-chromium-linux.png index 2e57ea940..d2636f7a8 100644 Binary files a/test/e2e/checkbox/checkbox.spec.ts-snapshots/checkbox-indeterminate-chromium-linux.png and b/test/e2e/checkbox/checkbox.spec.ts-snapshots/checkbox-indeterminate-chromium-linux.png differ diff --git a/test/e2e/combobox/combobox.spec.ts-snapshots/combobox-multi-select-option-hover-selected-chromium-linux.png b/test/e2e/combobox/combobox.spec.ts-snapshots/combobox-multi-select-option-hover-selected-chromium-linux.png index 0e4f0e093..b71a5cf82 100755 Binary files a/test/e2e/combobox/combobox.spec.ts-snapshots/combobox-multi-select-option-hover-selected-chromium-linux.png and b/test/e2e/combobox/combobox.spec.ts-snapshots/combobox-multi-select-option-hover-selected-chromium-linux.png differ diff --git a/test/e2e/combobox/combobox.spec.ts-snapshots/combobox-multi-select-option-selected-chromium-linux.png b/test/e2e/combobox/combobox.spec.ts-snapshots/combobox-multi-select-option-selected-chromium-linux.png index 7cae59dbb..d5f68b429 100755 Binary files a/test/e2e/combobox/combobox.spec.ts-snapshots/combobox-multi-select-option-selected-chromium-linux.png and b/test/e2e/combobox/combobox.spec.ts-snapshots/combobox-multi-select-option-selected-chromium-linux.png differ diff --git a/test/e2e/combobox/combobox.spec.ts-snapshots/combobox-multi-select-tags-selected-below-chromium-linux.png b/test/e2e/combobox/combobox.spec.ts-snapshots/combobox-multi-select-tags-selected-below-chromium-linux.png index afedbeb87..a47b4eedd 100755 Binary files a/test/e2e/combobox/combobox.spec.ts-snapshots/combobox-multi-select-tags-selected-below-chromium-linux.png and b/test/e2e/combobox/combobox.spec.ts-snapshots/combobox-multi-select-tags-selected-below-chromium-linux.png differ diff --git a/test/e2e/dataTable/dataTable.spec.ts-snapshots/dataTable-chromium-linux.png b/test/e2e/dataTable/dataTable.spec.ts-snapshots/dataTable-chromium-linux.png index 201e90015..328868a9a 100755 Binary files a/test/e2e/dataTable/dataTable.spec.ts-snapshots/dataTable-chromium-linux.png and b/test/e2e/dataTable/dataTable.spec.ts-snapshots/dataTable-chromium-linux.png differ diff --git a/test/e2e/dataTable/dataTable.spec.ts-snapshots/dataTable-empty-state-chromium-linux.png b/test/e2e/dataTable/dataTable.spec.ts-snapshots/dataTable-empty-state-chromium-linux.png index 4bb98b0fb..54acfce2d 100755 Binary files a/test/e2e/dataTable/dataTable.spec.ts-snapshots/dataTable-empty-state-chromium-linux.png and b/test/e2e/dataTable/dataTable.spec.ts-snapshots/dataTable-empty-state-chromium-linux.png differ diff --git a/test/e2e/dataTable/dataTable.spec.ts-snapshots/dataTable-loading-chromium-linux.png b/test/e2e/dataTable/dataTable.spec.ts-snapshots/dataTable-loading-chromium-linux.png index 47d124058..61f8c236a 100755 Binary files a/test/e2e/dataTable/dataTable.spec.ts-snapshots/dataTable-loading-chromium-linux.png and b/test/e2e/dataTable/dataTable.spec.ts-snapshots/dataTable-loading-chromium-linux.png differ diff --git a/test/e2e/dataTable/dataTable.spec.ts-snapshots/dataTable-no-wrap-cell-chromium-linux.png b/test/e2e/dataTable/dataTable.spec.ts-snapshots/dataTable-no-wrap-cell-chromium-linux.png index aa3e6c56a..4947cbf7e 100755 Binary files a/test/e2e/dataTable/dataTable.spec.ts-snapshots/dataTable-no-wrap-cell-chromium-linux.png and b/test/e2e/dataTable/dataTable.spec.ts-snapshots/dataTable-no-wrap-cell-chromium-linux.png differ diff --git a/test/e2e/dataTable/dataTable.spec.ts-snapshots/dataTable-row-hover-chromium-linux.png b/test/e2e/dataTable/dataTable.spec.ts-snapshots/dataTable-row-hover-chromium-linux.png index 1f6ddbf94..0078b9abd 100755 Binary files a/test/e2e/dataTable/dataTable.spec.ts-snapshots/dataTable-row-hover-chromium-linux.png and b/test/e2e/dataTable/dataTable.spec.ts-snapshots/dataTable-row-hover-chromium-linux.png differ diff --git a/test/e2e/dataTable/dataTable.spec.ts-snapshots/dataTable-sorted-chromium-linux.png b/test/e2e/dataTable/dataTable.spec.ts-snapshots/dataTable-sorted-chromium-linux.png index c38aeb835..20f37d443 100755 Binary files a/test/e2e/dataTable/dataTable.spec.ts-snapshots/dataTable-sorted-chromium-linux.png and b/test/e2e/dataTable/dataTable.spec.ts-snapshots/dataTable-sorted-chromium-linux.png differ diff --git a/test/e2e/dataTable/dataTable.spec.ts-snapshots/dataTable-vertical-align-center-cell-chromium-linux.png b/test/e2e/dataTable/dataTable.spec.ts-snapshots/dataTable-vertical-align-center-cell-chromium-linux.png index 7a6488788..42f62b19f 100755 Binary files a/test/e2e/dataTable/dataTable.spec.ts-snapshots/dataTable-vertical-align-center-cell-chromium-linux.png and b/test/e2e/dataTable/dataTable.spec.ts-snapshots/dataTable-vertical-align-center-cell-chromium-linux.png differ diff --git a/test/e2e/emptyState/emptyState.spec.ts-snapshots/emptyState-empty-carton-chromium-linux.png b/test/e2e/emptyState/emptyState.spec.ts-snapshots/emptyState-empty-carton-chromium-linux.png index a86e5d002..4121fb6f8 100755 Binary files a/test/e2e/emptyState/emptyState.spec.ts-snapshots/emptyState-empty-carton-chromium-linux.png and b/test/e2e/emptyState/emptyState.spec.ts-snapshots/emptyState-empty-carton-chromium-linux.png differ diff --git a/test/e2e/emptyState/emptyState.spec.ts-snapshots/emptyState-empty-mailbox-chromium-linux.png b/test/e2e/emptyState/emptyState.spec.ts-snapshots/emptyState-empty-mailbox-chromium-linux.png index b66c1bf36..ff4f81f8c 100755 Binary files a/test/e2e/emptyState/emptyState.spec.ts-snapshots/emptyState-empty-mailbox-chromium-linux.png and b/test/e2e/emptyState/emptyState.spec.ts-snapshots/emptyState-empty-mailbox-chromium-linux.png differ diff --git a/test/e2e/emptyState/emptyState.spec.ts-snapshots/emptyState-fixed-width-chromium-linux.png b/test/e2e/emptyState/emptyState.spec.ts-snapshots/emptyState-fixed-width-chromium-linux.png index b145238a5..4ae0616a3 100755 Binary files a/test/e2e/emptyState/emptyState.spec.ts-snapshots/emptyState-fixed-width-chromium-linux.png and b/test/e2e/emptyState/emptyState.spec.ts-snapshots/emptyState-fixed-width-chromium-linux.png differ diff --git a/test/e2e/emptyState/emptyState.spec.ts-snapshots/emptyState-full-width-chromium-linux.png b/test/e2e/emptyState/emptyState.spec.ts-snapshots/emptyState-full-width-chromium-linux.png index f94dbc6c5..cf7abaab7 100755 Binary files a/test/e2e/emptyState/emptyState.spec.ts-snapshots/emptyState-full-width-chromium-linux.png and b/test/e2e/emptyState/emptyState.spec.ts-snapshots/emptyState-full-width-chromium-linux.png differ diff --git a/test/e2e/emptyState/emptyState.spec.ts-snapshots/emptyState-least-info-chromium-linux.png b/test/e2e/emptyState/emptyState.spec.ts-snapshots/emptyState-least-info-chromium-linux.png index dd0f9c8e1..59a8a9308 100755 Binary files a/test/e2e/emptyState/emptyState.spec.ts-snapshots/emptyState-least-info-chromium-linux.png and b/test/e2e/emptyState/emptyState.spec.ts-snapshots/emptyState-least-info-chromium-linux.png differ diff --git a/test/e2e/emptyState/emptyState.spec.ts-snapshots/emptyState-most-info-chromium-linux.png b/test/e2e/emptyState/emptyState.spec.ts-snapshots/emptyState-most-info-chromium-linux.png index f94dbc6c5..cf7abaab7 100755 Binary files a/test/e2e/emptyState/emptyState.spec.ts-snapshots/emptyState-most-info-chromium-linux.png and b/test/e2e/emptyState/emptyState.spec.ts-snapshots/emptyState-most-info-chromium-linux.png differ diff --git a/test/e2e/emptyState/emptyState.spec.ts-snapshots/emptyState-safety-cone-chromium-linux.png b/test/e2e/emptyState/emptyState.spec.ts-snapshots/emptyState-safety-cone-chromium-linux.png index c1a5b05b7..238314bf0 100755 Binary files a/test/e2e/emptyState/emptyState.spec.ts-snapshots/emptyState-safety-cone-chromium-linux.png and b/test/e2e/emptyState/emptyState.spec.ts-snapshots/emptyState-safety-cone-chromium-linux.png differ diff --git a/test/e2e/emptyState/emptyState.spec.ts-snapshots/emptyState-with-custom-image-chromium-linux.png b/test/e2e/emptyState/emptyState.spec.ts-snapshots/emptyState-with-custom-image-chromium-linux.png index f4d947897..ed9294d3c 100755 Binary files a/test/e2e/emptyState/emptyState.spec.ts-snapshots/emptyState-with-custom-image-chromium-linux.png and b/test/e2e/emptyState/emptyState.spec.ts-snapshots/emptyState-with-custom-image-chromium-linux.png differ diff --git a/test/e2e/emptyState/emptyState.spec.ts-snapshots/emptyState-with-primary-button-chromium-linux.png b/test/e2e/emptyState/emptyState.spec.ts-snapshots/emptyState-with-primary-button-chromium-linux.png index 53ddac959..60a6d3575 100755 Binary files a/test/e2e/emptyState/emptyState.spec.ts-snapshots/emptyState-with-primary-button-chromium-linux.png and b/test/e2e/emptyState/emptyState.spec.ts-snapshots/emptyState-with-primary-button-chromium-linux.png differ diff --git a/test/e2e/indexTable/indexTable.spec.ts-snapshots/indexTable-chromium-linux.png b/test/e2e/indexTable/indexTable.spec.ts-snapshots/indexTable-chromium-linux.png index 022648d51..812d13633 100755 Binary files a/test/e2e/indexTable/indexTable.spec.ts-snapshots/indexTable-chromium-linux.png and b/test/e2e/indexTable/indexTable.spec.ts-snapshots/indexTable-chromium-linux.png differ diff --git a/test/e2e/indexTable/indexTable.spec.ts-snapshots/indexTable-empty-state-chromium-linux.png b/test/e2e/indexTable/indexTable.spec.ts-snapshots/indexTable-empty-state-chromium-linux.png index 022648d51..812d13633 100755 Binary files a/test/e2e/indexTable/indexTable.spec.ts-snapshots/indexTable-empty-state-chromium-linux.png and b/test/e2e/indexTable/indexTable.spec.ts-snapshots/indexTable-empty-state-chromium-linux.png differ diff --git a/test/e2e/indexTable/indexTable.spec.ts-snapshots/indexTable-loading-chromium-linux.png b/test/e2e/indexTable/indexTable.spec.ts-snapshots/indexTable-loading-chromium-linux.png index dcdbb1ce6..45b8fbcfd 100755 Binary files a/test/e2e/indexTable/indexTable.spec.ts-snapshots/indexTable-loading-chromium-linux.png and b/test/e2e/indexTable/indexTable.spec.ts-snapshots/indexTable-loading-chromium-linux.png differ diff --git a/test/e2e/indexTable/indexTable.spec.ts-snapshots/indextable-hover-checkbox-cell-chromium-linux.png b/test/e2e/indexTable/indexTable.spec.ts-snapshots/indextable-hover-checkbox-cell-chromium-linux.png index 720be45ce..97cda64fc 100755 Binary files a/test/e2e/indexTable/indexTable.spec.ts-snapshots/indextable-hover-checkbox-cell-chromium-linux.png and b/test/e2e/indexTable/indexTable.spec.ts-snapshots/indextable-hover-checkbox-cell-chromium-linux.png differ diff --git a/test/e2e/indexTable/indexTable.spec.ts-snapshots/indextable-hover-row-chromium-linux.png b/test/e2e/indexTable/indexTable.spec.ts-snapshots/indextable-hover-row-chromium-linux.png index 405127796..0d8a9a267 100755 Binary files a/test/e2e/indexTable/indexTable.spec.ts-snapshots/indextable-hover-row-chromium-linux.png and b/test/e2e/indexTable/indexTable.spec.ts-snapshots/indextable-hover-row-chromium-linux.png differ diff --git a/test/e2e/link/link.spec.ts-snapshots/link-chromium-linux.png b/test/e2e/link/link.spec.ts-snapshots/link-chromium-linux.png index 76c6bf877..4e58aefae 100755 Binary files a/test/e2e/link/link.spec.ts-snapshots/link-chromium-linux.png and b/test/e2e/link/link.spec.ts-snapshots/link-chromium-linux.png differ diff --git a/test/e2e/link/link.spec.ts-snapshots/link-external-chromium-linux.png b/test/e2e/link/link.spec.ts-snapshots/link-external-chromium-linux.png index a456345f1..34cb5efa4 100755 Binary files a/test/e2e/link/link.spec.ts-snapshots/link-external-chromium-linux.png and b/test/e2e/link/link.spec.ts-snapshots/link-external-chromium-linux.png differ diff --git a/test/e2e/link/link.spec.ts-snapshots/link-no-underline-chromium-linux.png b/test/e2e/link/link.spec.ts-snapshots/link-no-underline-chromium-linux.png index 4d6ffda63..5cefc1811 100755 Binary files a/test/e2e/link/link.spec.ts-snapshots/link-no-underline-chromium-linux.png and b/test/e2e/link/link.spec.ts-snapshots/link-no-underline-chromium-linux.png differ diff --git a/test/e2e/link/link.spec.ts-snapshots/link-within-paragraph-chromium-linux.png b/test/e2e/link/link.spec.ts-snapshots/link-within-paragraph-chromium-linux.png index 29026bc12..f2e98be34 100644 Binary files a/test/e2e/link/link.spec.ts-snapshots/link-within-paragraph-chromium-linux.png and b/test/e2e/link/link.spec.ts-snapshots/link-within-paragraph-chromium-linux.png differ diff --git a/test/e2e/menu/menu.spec.ts-snapshots/menu-allow-multi-option-selected-chromium-linux.png b/test/e2e/menu/menu.spec.ts-snapshots/menu-allow-multi-option-selected-chromium-linux.png index 48d326d8e..e8a1b03c4 100755 Binary files a/test/e2e/menu/menu.spec.ts-snapshots/menu-allow-multi-option-selected-chromium-linux.png and b/test/e2e/menu/menu.spec.ts-snapshots/menu-allow-multi-option-selected-chromium-linux.png differ diff --git a/test/e2e/menu/menu.spec.ts-snapshots/menu-basic-option-selected-chromium-linux.png b/test/e2e/menu/menu.spec.ts-snapshots/menu-basic-option-selected-chromium-linux.png index ff57b4e18..bcd6a3bbc 100755 Binary files a/test/e2e/menu/menu.spec.ts-snapshots/menu-basic-option-selected-chromium-linux.png and b/test/e2e/menu/menu.spec.ts-snapshots/menu-basic-option-selected-chromium-linux.png differ diff --git a/test/e2e/modal/modal.spec.ts-snapshots/modal-chromium-linux.png b/test/e2e/modal/modal.spec.ts-snapshots/modal-chromium-linux.png index 49d871f66..5806d1916 100644 Binary files a/test/e2e/modal/modal.spec.ts-snapshots/modal-chromium-linux.png and b/test/e2e/modal/modal.spec.ts-snapshots/modal-chromium-linux.png differ diff --git a/test/e2e/modal/modal.spec.ts-snapshots/modal-header-only-chromium-linux.png b/test/e2e/modal/modal.spec.ts-snapshots/modal-header-only-chromium-linux.png index efde29c62..f319c94df 100644 Binary files a/test/e2e/modal/modal.spec.ts-snapshots/modal-header-only-chromium-linux.png and b/test/e2e/modal/modal.spec.ts-snapshots/modal-header-only-chromium-linux.png differ diff --git a/test/e2e/modal/modal.spec.ts-snapshots/modal-no-back-button-chromium-linux.png b/test/e2e/modal/modal.spec.ts-snapshots/modal-no-back-button-chromium-linux.png index dcbcf0a26..1582d6727 100644 Binary files a/test/e2e/modal/modal.spec.ts-snapshots/modal-no-back-button-chromium-linux.png and b/test/e2e/modal/modal.spec.ts-snapshots/modal-no-back-button-chromium-linux.png differ diff --git a/test/e2e/modal/modal.spec.ts-snapshots/modal-no-close-button-chromium-linux.png b/test/e2e/modal/modal.spec.ts-snapshots/modal-no-close-button-chromium-linux.png index b7d034525..240fe9eb4 100644 Binary files a/test/e2e/modal/modal.spec.ts-snapshots/modal-no-close-button-chromium-linux.png and b/test/e2e/modal/modal.spec.ts-snapshots/modal-no-close-button-chromium-linux.png differ diff --git a/test/e2e/modal/modal.spec.ts-snapshots/modal-no-header-description-chromium-linux.png b/test/e2e/modal/modal.spec.ts-snapshots/modal-no-header-description-chromium-linux.png index ce4613d62..0bbc8d645 100644 Binary files a/test/e2e/modal/modal.spec.ts-snapshots/modal-no-header-description-chromium-linux.png and b/test/e2e/modal/modal.spec.ts-snapshots/modal-no-header-description-chromium-linux.png differ diff --git a/test/e2e/modal/modal.spec.ts-snapshots/modal-no-header-description-no-back-button-chromium-linux.png b/test/e2e/modal/modal.spec.ts-snapshots/modal-no-header-description-no-back-button-chromium-linux.png index a28dad99d..94eac9bd2 100644 Binary files a/test/e2e/modal/modal.spec.ts-snapshots/modal-no-header-description-no-back-button-chromium-linux.png and b/test/e2e/modal/modal.spec.ts-snapshots/modal-no-header-description-no-back-button-chromium-linux.png differ diff --git a/test/e2e/modal/modal.spec.ts-snapshots/modal-with-custom-actions-chromium-linux.png b/test/e2e/modal/modal.spec.ts-snapshots/modal-with-custom-actions-chromium-linux.png index 45698eaea..70fffa9b6 100644 Binary files a/test/e2e/modal/modal.spec.ts-snapshots/modal-with-custom-actions-chromium-linux.png and b/test/e2e/modal/modal.spec.ts-snapshots/modal-with-custom-actions-chromium-linux.png differ diff --git a/test/e2e/modal/modal.spec.ts-snapshots/modal-with-input-tooltip-chromium-linux.png b/test/e2e/modal/modal.spec.ts-snapshots/modal-with-input-tooltip-chromium-linux.png index 897027d99..e4da6d3e5 100644 Binary files a/test/e2e/modal/modal.spec.ts-snapshots/modal-with-input-tooltip-chromium-linux.png and b/test/e2e/modal/modal.spec.ts-snapshots/modal-with-input-tooltip-chromium-linux.png differ diff --git a/test/e2e/modal/modal.spec.ts-snapshots/modal-with-large-content-chromium-linux.png b/test/e2e/modal/modal.spec.ts-snapshots/modal-with-large-content-chromium-linux.png index 63e73a5d4..2b40195a9 100644 Binary files a/test/e2e/modal/modal.spec.ts-snapshots/modal-with-large-content-chromium-linux.png and b/test/e2e/modal/modal.spec.ts-snapshots/modal-with-large-content-chromium-linux.png differ diff --git a/test/e2e/modal/modal.spec.ts-snapshots/modal-with-overflowing-content-chromium-linux.png b/test/e2e/modal/modal.spec.ts-snapshots/modal-with-overflowing-content-chromium-linux.png index 15187f462..3379d7245 100644 Binary files a/test/e2e/modal/modal.spec.ts-snapshots/modal-with-overflowing-content-chromium-linux.png and b/test/e2e/modal/modal.spec.ts-snapshots/modal-with-overflowing-content-chromium-linux.png differ diff --git a/test/e2e/modal/modal.spec.ts-snapshots/modal-with-provider-chromium-linux.png b/test/e2e/modal/modal.spec.ts-snapshots/modal-with-provider-chromium-linux.png index be5d316a1..69f26f51d 100644 Binary files a/test/e2e/modal/modal.spec.ts-snapshots/modal-with-provider-chromium-linux.png and b/test/e2e/modal/modal.spec.ts-snapshots/modal-with-provider-chromium-linux.png differ diff --git a/test/e2e/pagination/pagination.spec.ts-snapshots/pagination-chromium-linux.png b/test/e2e/pagination/pagination.spec.ts-snapshots/pagination-chromium-linux.png index 6721c1923..945209f51 100644 Binary files a/test/e2e/pagination/pagination.spec.ts-snapshots/pagination-chromium-linux.png and b/test/e2e/pagination/pagination.spec.ts-snapshots/pagination-chromium-linux.png differ diff --git a/test/e2e/pagination/pagination.spec.ts-snapshots/pagination-last-page-chromium-linux.png b/test/e2e/pagination/pagination.spec.ts-snapshots/pagination-last-page-chromium-linux.png index a7ce9b022..d32489ca7 100644 Binary files a/test/e2e/pagination/pagination.spec.ts-snapshots/pagination-last-page-chromium-linux.png and b/test/e2e/pagination/pagination.spec.ts-snapshots/pagination-last-page-chromium-linux.png differ diff --git a/test/e2e/pagination/pagination.spec.ts-snapshots/pagination-next-chromium-linux.png b/test/e2e/pagination/pagination.spec.ts-snapshots/pagination-next-chromium-linux.png index bc6121fa8..913f26b0c 100644 Binary files a/test/e2e/pagination/pagination.spec.ts-snapshots/pagination-next-chromium-linux.png and b/test/e2e/pagination/pagination.spec.ts-snapshots/pagination-next-chromium-linux.png differ diff --git a/test/e2e/pagination/pagination.spec.ts-snapshots/pagination-next-jumper-chromium-linux.png b/test/e2e/pagination/pagination.spec.ts-snapshots/pagination-next-jumper-chromium-linux.png index 897e8c98f..b745a004b 100644 Binary files a/test/e2e/pagination/pagination.spec.ts-snapshots/pagination-next-jumper-chromium-linux.png and b/test/e2e/pagination/pagination.spec.ts-snapshots/pagination-next-jumper-chromium-linux.png differ diff --git a/test/e2e/pagination/pagination.spec.ts-snapshots/pagination-page-4-chromium-linux.png b/test/e2e/pagination/pagination.spec.ts-snapshots/pagination-page-4-chromium-linux.png index 31bdb9df2..0a01dffb4 100644 Binary files a/test/e2e/pagination/pagination.spec.ts-snapshots/pagination-page-4-chromium-linux.png and b/test/e2e/pagination/pagination.spec.ts-snapshots/pagination-page-4-chromium-linux.png differ diff --git a/test/e2e/pagination/pagination.spec.ts-snapshots/pagination-page-6-chromium-linux.png b/test/e2e/pagination/pagination.spec.ts-snapshots/pagination-page-6-chromium-linux.png index 897e8c98f..b745a004b 100644 Binary files a/test/e2e/pagination/pagination.spec.ts-snapshots/pagination-page-6-chromium-linux.png and b/test/e2e/pagination/pagination.spec.ts-snapshots/pagination-page-6-chromium-linux.png differ diff --git a/test/e2e/pagination/pagination.spec.ts-snapshots/pagination-previous-chromium-linux.png b/test/e2e/pagination/pagination.spec.ts-snapshots/pagination-previous-chromium-linux.png index 253fb1b6b..9523cde47 100644 Binary files a/test/e2e/pagination/pagination.spec.ts-snapshots/pagination-previous-chromium-linux.png and b/test/e2e/pagination/pagination.spec.ts-snapshots/pagination-previous-chromium-linux.png differ diff --git a/test/e2e/pagination/pagination.spec.ts-snapshots/pagination-previous-jumper-chromium-linux.png b/test/e2e/pagination/pagination.spec.ts-snapshots/pagination-previous-jumper-chromium-linux.png index bfc14c3a2..5e3fb0d4d 100644 Binary files a/test/e2e/pagination/pagination.spec.ts-snapshots/pagination-previous-jumper-chromium-linux.png and b/test/e2e/pagination/pagination.spec.ts-snapshots/pagination-previous-jumper-chromium-linux.png differ diff --git a/test/e2e/pagination/simplePagination.spec.ts-snapshots/simple-pagination-chromium-linux.png b/test/e2e/pagination/simplePagination.spec.ts-snapshots/simple-pagination-chromium-linux.png index 007dd34b7..6d9ae9de4 100644 Binary files a/test/e2e/pagination/simplePagination.spec.ts-snapshots/simple-pagination-chromium-linux.png and b/test/e2e/pagination/simplePagination.spec.ts-snapshots/simple-pagination-chromium-linux.png differ diff --git a/test/e2e/pagination/simplePagination.spec.ts-snapshots/simple-pagination-current-page-edited-chromium-linux.png b/test/e2e/pagination/simplePagination.spec.ts-snapshots/simple-pagination-current-page-edited-chromium-linux.png index 865ce9865..a55ea9932 100644 Binary files a/test/e2e/pagination/simplePagination.spec.ts-snapshots/simple-pagination-current-page-edited-chromium-linux.png and b/test/e2e/pagination/simplePagination.spec.ts-snapshots/simple-pagination-current-page-edited-chromium-linux.png differ diff --git a/test/e2e/pagination/simplePagination.spec.ts-snapshots/simple-pagination-next-chromium-linux.png b/test/e2e/pagination/simplePagination.spec.ts-snapshots/simple-pagination-next-chromium-linux.png index 34d9f4cff..a2d0791fd 100644 Binary files a/test/e2e/pagination/simplePagination.spec.ts-snapshots/simple-pagination-next-chromium-linux.png and b/test/e2e/pagination/simplePagination.spec.ts-snapshots/simple-pagination-next-chromium-linux.png differ diff --git a/test/e2e/pagination/simplePagination.spec.ts-snapshots/simple-pagination-previous-chromium-linux.png b/test/e2e/pagination/simplePagination.spec.ts-snapshots/simple-pagination-previous-chromium-linux.png index 886f94fb4..ab69ff0a0 100644 Binary files a/test/e2e/pagination/simplePagination.spec.ts-snapshots/simple-pagination-previous-chromium-linux.png and b/test/e2e/pagination/simplePagination.spec.ts-snapshots/simple-pagination-previous-chromium-linux.png differ diff --git a/test/e2e/popover/popover.spec.ts-snapshots/popover-above-chromium-linux.png b/test/e2e/popover/popover.spec.ts-snapshots/popover-above-chromium-linux.png index 1e289cced..747e81b97 100644 Binary files a/test/e2e/popover/popover.spec.ts-snapshots/popover-above-chromium-linux.png and b/test/e2e/popover/popover.spec.ts-snapshots/popover-above-chromium-linux.png differ diff --git a/test/e2e/popover/popover.spec.ts-snapshots/popover-chromium-linux.png b/test/e2e/popover/popover.spec.ts-snapshots/popover-chromium-linux.png index 4bc1de9bd..79cb5177c 100644 Binary files a/test/e2e/popover/popover.spec.ts-snapshots/popover-chromium-linux.png and b/test/e2e/popover/popover.spec.ts-snapshots/popover-chromium-linux.png differ diff --git a/test/e2e/popover/popover.spec.ts-snapshots/popover-left-chromium-linux.png b/test/e2e/popover/popover.spec.ts-snapshots/popover-left-chromium-linux.png index 511c179b8..510b96813 100644 Binary files a/test/e2e/popover/popover.spec.ts-snapshots/popover-left-chromium-linux.png and b/test/e2e/popover/popover.spec.ts-snapshots/popover-left-chromium-linux.png differ diff --git a/test/e2e/popover/popover.spec.ts-snapshots/popover-right-chromium-linux.png b/test/e2e/popover/popover.spec.ts-snapshots/popover-right-chromium-linux.png index 722464f1a..84cf698ee 100644 Binary files a/test/e2e/popover/popover.spec.ts-snapshots/popover-right-chromium-linux.png and b/test/e2e/popover/popover.spec.ts-snapshots/popover-right-chromium-linux.png differ diff --git a/test/e2e/radioButton/radioButton.spec.ts-snapshots/radio-button-checked-chromium-linux.png b/test/e2e/radioButton/radioButton.spec.ts-snapshots/radio-button-checked-chromium-linux.png index 53cabe4f1..0403e2ceb 100644 Binary files a/test/e2e/radioButton/radioButton.spec.ts-snapshots/radio-button-checked-chromium-linux.png and b/test/e2e/radioButton/radioButton.spec.ts-snapshots/radio-button-checked-chromium-linux.png differ diff --git a/test/e2e/radioButton/radioButton.spec.ts-snapshots/radio-button-mobile-checked-chromium-linux.png b/test/e2e/radioButton/radioButton.spec.ts-snapshots/radio-button-mobile-checked-chromium-linux.png index 115e854d9..f771f045d 100644 Binary files a/test/e2e/radioButton/radioButton.spec.ts-snapshots/radio-button-mobile-checked-chromium-linux.png and b/test/e2e/radioButton/radioButton.spec.ts-snapshots/radio-button-mobile-checked-chromium-linux.png differ diff --git a/test/e2e/select/select.spec.ts-snapshots/select-async-searchable-single-select-hasselected-focus-input-chromium-linux.png b/test/e2e/select/select.spec.ts-snapshots/select-async-searchable-single-select-hasselected-focus-input-chromium-linux.png index a7149cc7f..451daf3e9 100755 Binary files a/test/e2e/select/select.spec.ts-snapshots/select-async-searchable-single-select-hasselected-focus-input-chromium-linux.png and b/test/e2e/select/select.spec.ts-snapshots/select-async-searchable-single-select-hasselected-focus-input-chromium-linux.png differ diff --git a/test/e2e/select/select.spec.ts-snapshots/select-non-searchable-multi-select-option-deselected-chromium-linux.png b/test/e2e/select/select.spec.ts-snapshots/select-non-searchable-multi-select-option-deselected-chromium-linux.png index ddda288ac..16be4e5f5 100755 Binary files a/test/e2e/select/select.spec.ts-snapshots/select-non-searchable-multi-select-option-deselected-chromium-linux.png and b/test/e2e/select/select.spec.ts-snapshots/select-non-searchable-multi-select-option-deselected-chromium-linux.png differ diff --git a/test/e2e/select/select.spec.ts-snapshots/select-non-searchable-multi-select-option-selected-chromium-linux.png b/test/e2e/select/select.spec.ts-snapshots/select-non-searchable-multi-select-option-selected-chromium-linux.png index 8d55f661b..decd869de 100755 Binary files a/test/e2e/select/select.spec.ts-snapshots/select-non-searchable-multi-select-option-selected-chromium-linux.png and b/test/e2e/select/select.spec.ts-snapshots/select-non-searchable-multi-select-option-selected-chromium-linux.png differ diff --git a/test/e2e/select/select.spec.ts-snapshots/select-non-searchable-multi-select-options-selected-chromium-linux.png b/test/e2e/select/select.spec.ts-snapshots/select-non-searchable-multi-select-options-selected-chromium-linux.png index ed18c4277..7a810ea7c 100755 Binary files a/test/e2e/select/select.spec.ts-snapshots/select-non-searchable-multi-select-options-selected-chromium-linux.png and b/test/e2e/select/select.spec.ts-snapshots/select-non-searchable-multi-select-options-selected-chromium-linux.png differ diff --git a/test/e2e/select/select.spec.ts-snapshots/select-non-searchable-multiple-select-with-floating-placeholder-option-deselected-chromium-linux.png b/test/e2e/select/select.spec.ts-snapshots/select-non-searchable-multiple-select-with-floating-placeholder-option-deselected-chromium-linux.png index ea9cb94f7..8cb916955 100644 Binary files a/test/e2e/select/select.spec.ts-snapshots/select-non-searchable-multiple-select-with-floating-placeholder-option-deselected-chromium-linux.png and b/test/e2e/select/select.spec.ts-snapshots/select-non-searchable-multiple-select-with-floating-placeholder-option-deselected-chromium-linux.png differ diff --git a/test/e2e/select/select.spec.ts-snapshots/select-non-searchable-multiple-select-with-floating-placeholder-option-selected-chromium-linux.png b/test/e2e/select/select.spec.ts-snapshots/select-non-searchable-multiple-select-with-floating-placeholder-option-selected-chromium-linux.png index 74a0a5952..f777fd3fc 100644 Binary files a/test/e2e/select/select.spec.ts-snapshots/select-non-searchable-multiple-select-with-floating-placeholder-option-selected-chromium-linux.png and b/test/e2e/select/select.spec.ts-snapshots/select-non-searchable-multiple-select-with-floating-placeholder-option-selected-chromium-linux.png differ diff --git a/test/e2e/select/select.spec.ts-snapshots/select-non-searchable-multiple-select-with-floating-placeholder-options-selected-chromium-linux.png b/test/e2e/select/select.spec.ts-snapshots/select-non-searchable-multiple-select-with-floating-placeholder-options-selected-chromium-linux.png index e4acc9b69..0018fcd35 100644 Binary files a/test/e2e/select/select.spec.ts-snapshots/select-non-searchable-multiple-select-with-floating-placeholder-options-selected-chromium-linux.png and b/test/e2e/select/select.spec.ts-snapshots/select-non-searchable-multiple-select-with-floating-placeholder-options-selected-chromium-linux.png differ diff --git a/test/e2e/select/select.spec.ts-snapshots/select-non-searchable-single-select-option-selected-chromium-linux.png b/test/e2e/select/select.spec.ts-snapshots/select-non-searchable-single-select-option-selected-chromium-linux.png index c68ad737e..0197031f0 100755 Binary files a/test/e2e/select/select.spec.ts-snapshots/select-non-searchable-single-select-option-selected-chromium-linux.png and b/test/e2e/select/select.spec.ts-snapshots/select-non-searchable-single-select-option-selected-chromium-linux.png differ diff --git a/test/e2e/select/select.spec.ts-snapshots/select-non-searchable-single-select-with-floating-placeholder-selected-chromium-linux.png b/test/e2e/select/select.spec.ts-snapshots/select-non-searchable-single-select-with-floating-placeholder-selected-chromium-linux.png index 5be020f06..003124085 100644 Binary files a/test/e2e/select/select.spec.ts-snapshots/select-non-searchable-single-select-with-floating-placeholder-selected-chromium-linux.png and b/test/e2e/select/select.spec.ts-snapshots/select-non-searchable-single-select-with-floating-placeholder-selected-chromium-linux.png differ diff --git a/test/e2e/select/select.spec.ts-snapshots/select-searchable-multi-select-option-selected-chromium-linux.png b/test/e2e/select/select.spec.ts-snapshots/select-searchable-multi-select-option-selected-chromium-linux.png index 58433735e..53935d5b5 100755 Binary files a/test/e2e/select/select.spec.ts-snapshots/select-searchable-multi-select-option-selected-chromium-linux.png and b/test/e2e/select/select.spec.ts-snapshots/select-searchable-multi-select-option-selected-chromium-linux.png differ diff --git a/test/e2e/select/select.spec.ts-snapshots/select-searchable-multi-select-tags-selected-below-chromium-linux.png b/test/e2e/select/select.spec.ts-snapshots/select-searchable-multi-select-tags-selected-below-chromium-linux.png index 369c47cbf..39d3096cb 100755 Binary files a/test/e2e/select/select.spec.ts-snapshots/select-searchable-multi-select-tags-selected-below-chromium-linux.png and b/test/e2e/select/select.spec.ts-snapshots/select-searchable-multi-select-tags-selected-below-chromium-linux.png differ diff --git a/test/e2e/select/select.spec.ts-snapshots/select-searchable-single-select-hasselected-focus-input-chromium-linux.png b/test/e2e/select/select.spec.ts-snapshots/select-searchable-single-select-hasselected-focus-input-chromium-linux.png index fe6a922d3..377772066 100755 Binary files a/test/e2e/select/select.spec.ts-snapshots/select-searchable-single-select-hasselected-focus-input-chromium-linux.png and b/test/e2e/select/select.spec.ts-snapshots/select-searchable-single-select-hasselected-focus-input-chromium-linux.png differ diff --git a/test/e2e/select/select.spec.ts-snapshots/select-searchable-single-select-hasselected-searching-chromium-linux.png b/test/e2e/select/select.spec.ts-snapshots/select-searchable-single-select-hasselected-searching-chromium-linux.png index d95c3d609..87ab6a97f 100755 Binary files a/test/e2e/select/select.spec.ts-snapshots/select-searchable-single-select-hasselected-searching-chromium-linux.png and b/test/e2e/select/select.spec.ts-snapshots/select-searchable-single-select-hasselected-searching-chromium-linux.png differ diff --git a/test/e2e/select/select.spec.ts-snapshots/select-searchable-single-select-with-overflowing-input-state-hasselected-focus-input-chromium-linux.png b/test/e2e/select/select.spec.ts-snapshots/select-searchable-single-select-with-overflowing-input-state-hasselected-focus-input-chromium-linux.png index efe055f30..3c0f3fa10 100644 Binary files a/test/e2e/select/select.spec.ts-snapshots/select-searchable-single-select-with-overflowing-input-state-hasselected-focus-input-chromium-linux.png and b/test/e2e/select/select.spec.ts-snapshots/select-searchable-single-select-with-overflowing-input-state-hasselected-focus-input-chromium-linux.png differ diff --git a/test/e2e/sidesheet/sidesheet.spec.ts-snapshots/sidesheet-no-back-and-close-button-chromium-linux.png b/test/e2e/sidesheet/sidesheet.spec.ts-snapshots/sidesheet-no-back-and-close-button-chromium-linux.png index 72e0b7392..3208ebd8a 100644 Binary files a/test/e2e/sidesheet/sidesheet.spec.ts-snapshots/sidesheet-no-back-and-close-button-chromium-linux.png and b/test/e2e/sidesheet/sidesheet.spec.ts-snapshots/sidesheet-no-back-and-close-button-chromium-linux.png differ diff --git a/test/e2e/sidesheet/sidesheet.spec.ts-snapshots/sidesheet-no-back-button-chromium-linux.png b/test/e2e/sidesheet/sidesheet.spec.ts-snapshots/sidesheet-no-back-button-chromium-linux.png index 070927213..d30aeebb7 100644 Binary files a/test/e2e/sidesheet/sidesheet.spec.ts-snapshots/sidesheet-no-back-button-chromium-linux.png and b/test/e2e/sidesheet/sidesheet.spec.ts-snapshots/sidesheet-no-back-button-chromium-linux.png differ diff --git a/test/e2e/sidesheet/sidesheet.spec.ts-snapshots/sidesheet-no-close-button-chromium-linux.png b/test/e2e/sidesheet/sidesheet.spec.ts-snapshots/sidesheet-no-close-button-chromium-linux.png index 935abf538..42b7da822 100644 Binary files a/test/e2e/sidesheet/sidesheet.spec.ts-snapshots/sidesheet-no-close-button-chromium-linux.png and b/test/e2e/sidesheet/sidesheet.spec.ts-snapshots/sidesheet-no-close-button-chromium-linux.png differ diff --git a/test/e2e/sidesheet/sidesheet.spec.ts-snapshots/sidesheet-open-chromium-linux.png b/test/e2e/sidesheet/sidesheet.spec.ts-snapshots/sidesheet-open-chromium-linux.png index 92a227907..2a89868d5 100644 Binary files a/test/e2e/sidesheet/sidesheet.spec.ts-snapshots/sidesheet-open-chromium-linux.png and b/test/e2e/sidesheet/sidesheet.spec.ts-snapshots/sidesheet-open-chromium-linux.png differ diff --git a/test/e2e/sidesheet/sidesheet.spec.ts-snapshots/sidesheet-with-tabs-chromium-linux.png b/test/e2e/sidesheet/sidesheet.spec.ts-snapshots/sidesheet-with-tabs-chromium-linux.png index e32ce9d44..9d5f94c3a 100644 Binary files a/test/e2e/sidesheet/sidesheet.spec.ts-snapshots/sidesheet-with-tabs-chromium-linux.png and b/test/e2e/sidesheet/sidesheet.spec.ts-snapshots/sidesheet-with-tabs-chromium-linux.png differ diff --git a/test/e2e/spinner/spinner.spec.ts-snapshots/spinner-large-chromium-linux.png b/test/e2e/spinner/spinner.spec.ts-snapshots/spinner-large-chromium-linux.png index a19b6cb69..f2ecdc2ea 100755 Binary files a/test/e2e/spinner/spinner.spec.ts-snapshots/spinner-large-chromium-linux.png and b/test/e2e/spinner/spinner.spec.ts-snapshots/spinner-large-chromium-linux.png differ diff --git a/test/e2e/spinner/spinner.spec.ts-snapshots/spinner-large-with-label-chromium-linux.png b/test/e2e/spinner/spinner.spec.ts-snapshots/spinner-large-with-label-chromium-linux.png index a48a3ab25..5e8e66347 100755 Binary files a/test/e2e/spinner/spinner.spec.ts-snapshots/spinner-large-with-label-chromium-linux.png and b/test/e2e/spinner/spinner.spec.ts-snapshots/spinner-large-with-label-chromium-linux.png differ diff --git a/test/e2e/spinner/spinner.spec.ts-snapshots/spinner-small-chromium-linux.png b/test/e2e/spinner/spinner.spec.ts-snapshots/spinner-small-chromium-linux.png index db520be5b..83bd2b881 100755 Binary files a/test/e2e/spinner/spinner.spec.ts-snapshots/spinner-small-chromium-linux.png and b/test/e2e/spinner/spinner.spec.ts-snapshots/spinner-small-chromium-linux.png differ diff --git a/test/e2e/spinner/spinner.spec.ts-snapshots/spinner-small-with-label-chromium-linux.png b/test/e2e/spinner/spinner.spec.ts-snapshots/spinner-small-with-label-chromium-linux.png index 8f5dfbeaa..642b2771e 100755 Binary files a/test/e2e/spinner/spinner.spec.ts-snapshots/spinner-small-with-label-chromium-linux.png and b/test/e2e/spinner/spinner.spec.ts-snapshots/spinner-small-with-label-chromium-linux.png differ diff --git a/test/e2e/steps/steps.spec.ts-snapshots/steps-completed-chromium-linux.png b/test/e2e/steps/steps.spec.ts-snapshots/steps-completed-chromium-linux.png index 091562211..1270788c8 100644 Binary files a/test/e2e/steps/steps.spec.ts-snapshots/steps-completed-chromium-linux.png and b/test/e2e/steps/steps.spec.ts-snapshots/steps-completed-chromium-linux.png differ diff --git a/test/e2e/steps/steps.spec.ts-snapshots/steps-default-chromium-linux.png b/test/e2e/steps/steps.spec.ts-snapshots/steps-default-chromium-linux.png index 854e847c0..d1281db52 100644 Binary files a/test/e2e/steps/steps.spec.ts-snapshots/steps-default-chromium-linux.png and b/test/e2e/steps/steps.spec.ts-snapshots/steps-default-chromium-linux.png differ diff --git a/test/e2e/steps/steps.spec.ts-snapshots/steps-dot-chromium-linux.png b/test/e2e/steps/steps.spec.ts-snapshots/steps-dot-chromium-linux.png index 14aa008ac..adf248a82 100644 Binary files a/test/e2e/steps/steps.spec.ts-snapshots/steps-dot-chromium-linux.png and b/test/e2e/steps/steps.spec.ts-snapshots/steps-dot-chromium-linux.png differ diff --git a/test/e2e/steps/steps.spec.ts-snapshots/steps-error-chromium-linux.png b/test/e2e/steps/steps.spec.ts-snapshots/steps-error-chromium-linux.png index 31f689614..b1db64931 100644 Binary files a/test/e2e/steps/steps.spec.ts-snapshots/steps-error-chromium-linux.png and b/test/e2e/steps/steps.spec.ts-snapshots/steps-error-chromium-linux.png differ diff --git a/test/e2e/steps/steps.spec.ts-snapshots/steps-horizontal-dot-chromium-linux.png b/test/e2e/steps/steps.spec.ts-snapshots/steps-horizontal-dot-chromium-linux.png index 4755d9066..284c4bd03 100644 Binary files a/test/e2e/steps/steps.spec.ts-snapshots/steps-horizontal-dot-chromium-linux.png and b/test/e2e/steps/steps.spec.ts-snapshots/steps-horizontal-dot-chromium-linux.png differ diff --git a/test/e2e/steps/steps.spec.ts-snapshots/steps-horizontal-normal-chromium-linux.png b/test/e2e/steps/steps.spec.ts-snapshots/steps-horizontal-normal-chromium-linux.png index e94bd75ea..aa85a94df 100644 Binary files a/test/e2e/steps/steps.spec.ts-snapshots/steps-horizontal-normal-chromium-linux.png and b/test/e2e/steps/steps.spec.ts-snapshots/steps-horizontal-normal-chromium-linux.png differ diff --git a/test/e2e/steps/steps.spec.ts-snapshots/steps-progress-chromium-linux.png b/test/e2e/steps/steps.spec.ts-snapshots/steps-progress-chromium-linux.png index 84cb092bb..694c11df9 100644 Binary files a/test/e2e/steps/steps.spec.ts-snapshots/steps-progress-chromium-linux.png and b/test/e2e/steps/steps.spec.ts-snapshots/steps-progress-chromium-linux.png differ diff --git a/test/e2e/steps/steps.spec.ts-snapshots/steps-small-screen-chromium-linux.png b/test/e2e/steps/steps.spec.ts-snapshots/steps-small-screen-chromium-linux.png index efb4f972d..57e6f3a7b 100644 Binary files a/test/e2e/steps/steps.spec.ts-snapshots/steps-small-screen-chromium-linux.png and b/test/e2e/steps/steps.spec.ts-snapshots/steps-small-screen-chromium-linux.png differ diff --git a/test/e2e/switch/switch-with-icon.spec.ts-snapshots/switch-checked-chromium-linux.png b/test/e2e/switch/switch-with-icon.spec.ts-snapshots/switch-checked-chromium-linux.png index eb22db77d..c1f8b3cea 100644 Binary files a/test/e2e/switch/switch-with-icon.spec.ts-snapshots/switch-checked-chromium-linux.png and b/test/e2e/switch/switch-with-icon.spec.ts-snapshots/switch-checked-chromium-linux.png differ diff --git a/test/e2e/switch/switch-with-icon.spec.ts-snapshots/switch-loading-checked-chromium-linux.png b/test/e2e/switch/switch-with-icon.spec.ts-snapshots/switch-loading-checked-chromium-linux.png index c86e6b814..d0c74a84f 100644 Binary files a/test/e2e/switch/switch-with-icon.spec.ts-snapshots/switch-loading-checked-chromium-linux.png and b/test/e2e/switch/switch-with-icon.spec.ts-snapshots/switch-loading-checked-chromium-linux.png differ diff --git a/test/e2e/switch/switch-with-icon.spec.ts-snapshots/switch-loading-unchecked-chromium-linux.png b/test/e2e/switch/switch-with-icon.spec.ts-snapshots/switch-loading-unchecked-chromium-linux.png index 0bba2507c..0ca0f2418 100644 Binary files a/test/e2e/switch/switch-with-icon.spec.ts-snapshots/switch-loading-unchecked-chromium-linux.png and b/test/e2e/switch/switch-with-icon.spec.ts-snapshots/switch-loading-unchecked-chromium-linux.png differ diff --git a/test/e2e/switch/switch-with-icon.spec.ts-snapshots/switch-mobile-checked-chromium-linux.png b/test/e2e/switch/switch-with-icon.spec.ts-snapshots/switch-mobile-checked-chromium-linux.png index ee14d2e87..bb315c56f 100644 Binary files a/test/e2e/switch/switch-with-icon.spec.ts-snapshots/switch-mobile-checked-chromium-linux.png and b/test/e2e/switch/switch-with-icon.spec.ts-snapshots/switch-mobile-checked-chromium-linux.png differ diff --git a/test/e2e/switch/switch-with-icon.spec.ts-snapshots/switch-mobile-loading-checked-chromium-linux.png b/test/e2e/switch/switch-with-icon.spec.ts-snapshots/switch-mobile-loading-checked-chromium-linux.png index 24fafb144..23d26983f 100644 Binary files a/test/e2e/switch/switch-with-icon.spec.ts-snapshots/switch-mobile-loading-checked-chromium-linux.png and b/test/e2e/switch/switch-with-icon.spec.ts-snapshots/switch-mobile-loading-checked-chromium-linux.png differ diff --git a/test/e2e/switch/switch-with-icon.spec.ts-snapshots/switch-mobile-loading-unchecked-chromium-linux.png b/test/e2e/switch/switch-with-icon.spec.ts-snapshots/switch-mobile-loading-unchecked-chromium-linux.png index b523f044a..ad3a49f91 100644 Binary files a/test/e2e/switch/switch-with-icon.spec.ts-snapshots/switch-mobile-loading-unchecked-chromium-linux.png and b/test/e2e/switch/switch-with-icon.spec.ts-snapshots/switch-mobile-loading-unchecked-chromium-linux.png differ diff --git a/test/e2e/switch/switch-with-text-and-custom-background-color.spec.ts-snapshots/switch-loading-checked-chromium-linux.png b/test/e2e/switch/switch-with-text-and-custom-background-color.spec.ts-snapshots/switch-loading-checked-chromium-linux.png index 30ead23de..a273db461 100644 Binary files a/test/e2e/switch/switch-with-text-and-custom-background-color.spec.ts-snapshots/switch-loading-checked-chromium-linux.png and b/test/e2e/switch/switch-with-text-and-custom-background-color.spec.ts-snapshots/switch-loading-checked-chromium-linux.png differ diff --git a/test/e2e/switch/switch-with-text-and-custom-background-color.spec.ts-snapshots/switch-loading-unchecked-chromium-linux.png b/test/e2e/switch/switch-with-text-and-custom-background-color.spec.ts-snapshots/switch-loading-unchecked-chromium-linux.png index 7eebe8ce5..8ae7397a5 100644 Binary files a/test/e2e/switch/switch-with-text-and-custom-background-color.spec.ts-snapshots/switch-loading-unchecked-chromium-linux.png and b/test/e2e/switch/switch-with-text-and-custom-background-color.spec.ts-snapshots/switch-loading-unchecked-chromium-linux.png differ diff --git a/test/e2e/switch/switch-with-text-and-custom-background-color.spec.ts-snapshots/switch-mobile-loading-checked-chromium-linux.png b/test/e2e/switch/switch-with-text-and-custom-background-color.spec.ts-snapshots/switch-mobile-loading-checked-chromium-linux.png index 88ae7b98c..cc9faf36a 100644 Binary files a/test/e2e/switch/switch-with-text-and-custom-background-color.spec.ts-snapshots/switch-mobile-loading-checked-chromium-linux.png and b/test/e2e/switch/switch-with-text-and-custom-background-color.spec.ts-snapshots/switch-mobile-loading-checked-chromium-linux.png differ diff --git a/test/e2e/switch/switch-with-text-and-custom-background-color.spec.ts-snapshots/switch-mobile-loading-unchecked-chromium-linux.png b/test/e2e/switch/switch-with-text-and-custom-background-color.spec.ts-snapshots/switch-mobile-loading-unchecked-chromium-linux.png index dc546a0de..bb996f8b4 100644 Binary files a/test/e2e/switch/switch-with-text-and-custom-background-color.spec.ts-snapshots/switch-mobile-loading-unchecked-chromium-linux.png and b/test/e2e/switch/switch-with-text-and-custom-background-color.spec.ts-snapshots/switch-mobile-loading-unchecked-chromium-linux.png differ diff --git a/test/e2e/switch/switch-with-text.spec.ts-snapshots/switch-checked-chromium-linux.png b/test/e2e/switch/switch-with-text.spec.ts-snapshots/switch-checked-chromium-linux.png index cf51a5d65..36d8cdcdc 100644 Binary files a/test/e2e/switch/switch-with-text.spec.ts-snapshots/switch-checked-chromium-linux.png and b/test/e2e/switch/switch-with-text.spec.ts-snapshots/switch-checked-chromium-linux.png differ diff --git a/test/e2e/switch/switch-with-text.spec.ts-snapshots/switch-loading-checked-chromium-linux.png b/test/e2e/switch/switch-with-text.spec.ts-snapshots/switch-loading-checked-chromium-linux.png index 135d1b367..045ab101a 100644 Binary files a/test/e2e/switch/switch-with-text.spec.ts-snapshots/switch-loading-checked-chromium-linux.png and b/test/e2e/switch/switch-with-text.spec.ts-snapshots/switch-loading-checked-chromium-linux.png differ diff --git a/test/e2e/switch/switch-with-text.spec.ts-snapshots/switch-loading-unchecked-chromium-linux.png b/test/e2e/switch/switch-with-text.spec.ts-snapshots/switch-loading-unchecked-chromium-linux.png index 7eebe8ce5..8ae7397a5 100644 Binary files a/test/e2e/switch/switch-with-text.spec.ts-snapshots/switch-loading-unchecked-chromium-linux.png and b/test/e2e/switch/switch-with-text.spec.ts-snapshots/switch-loading-unchecked-chromium-linux.png differ diff --git a/test/e2e/switch/switch-with-text.spec.ts-snapshots/switch-mobile-checked-chromium-linux.png b/test/e2e/switch/switch-with-text.spec.ts-snapshots/switch-mobile-checked-chromium-linux.png index 2a4fb59cc..ba05fc03c 100644 Binary files a/test/e2e/switch/switch-with-text.spec.ts-snapshots/switch-mobile-checked-chromium-linux.png and b/test/e2e/switch/switch-with-text.spec.ts-snapshots/switch-mobile-checked-chromium-linux.png differ diff --git a/test/e2e/switch/switch-with-text.spec.ts-snapshots/switch-mobile-loading-checked-chromium-linux.png b/test/e2e/switch/switch-with-text.spec.ts-snapshots/switch-mobile-loading-checked-chromium-linux.png index 6bb54fc43..4a1c6528a 100644 Binary files a/test/e2e/switch/switch-with-text.spec.ts-snapshots/switch-mobile-loading-checked-chromium-linux.png and b/test/e2e/switch/switch-with-text.spec.ts-snapshots/switch-mobile-loading-checked-chromium-linux.png differ diff --git a/test/e2e/switch/switch-with-text.spec.ts-snapshots/switch-mobile-loading-unchecked-chromium-linux.png b/test/e2e/switch/switch-with-text.spec.ts-snapshots/switch-mobile-loading-unchecked-chromium-linux.png index dc546a0de..bb996f8b4 100644 Binary files a/test/e2e/switch/switch-with-text.spec.ts-snapshots/switch-mobile-loading-unchecked-chromium-linux.png and b/test/e2e/switch/switch-with-text.spec.ts-snapshots/switch-mobile-loading-unchecked-chromium-linux.png differ diff --git a/test/e2e/switch/switch.spec.ts-snapshots/switch-checked-chromium-linux.png b/test/e2e/switch/switch.spec.ts-snapshots/switch-checked-chromium-linux.png index 6b481a492..ae7e488b3 100644 Binary files a/test/e2e/switch/switch.spec.ts-snapshots/switch-checked-chromium-linux.png and b/test/e2e/switch/switch.spec.ts-snapshots/switch-checked-chromium-linux.png differ diff --git a/test/e2e/switch/switch.spec.ts-snapshots/switch-loading-checked-chromium-linux.png b/test/e2e/switch/switch.spec.ts-snapshots/switch-loading-checked-chromium-linux.png index b5a554da4..f4646676f 100644 Binary files a/test/e2e/switch/switch.spec.ts-snapshots/switch-loading-checked-chromium-linux.png and b/test/e2e/switch/switch.spec.ts-snapshots/switch-loading-checked-chromium-linux.png differ diff --git a/test/e2e/switch/switch.spec.ts-snapshots/switch-loading-unchecked-chromium-linux.png b/test/e2e/switch/switch.spec.ts-snapshots/switch-loading-unchecked-chromium-linux.png index 9ed18730b..733198cf2 100644 Binary files a/test/e2e/switch/switch.spec.ts-snapshots/switch-loading-unchecked-chromium-linux.png and b/test/e2e/switch/switch.spec.ts-snapshots/switch-loading-unchecked-chromium-linux.png differ diff --git a/test/e2e/switch/switch.spec.ts-snapshots/switch-mobile-checked-chromium-linux.png b/test/e2e/switch/switch.spec.ts-snapshots/switch-mobile-checked-chromium-linux.png index 9ab7d0152..4ec8c775b 100644 Binary files a/test/e2e/switch/switch.spec.ts-snapshots/switch-mobile-checked-chromium-linux.png and b/test/e2e/switch/switch.spec.ts-snapshots/switch-mobile-checked-chromium-linux.png differ diff --git a/test/e2e/switch/switch.spec.ts-snapshots/switch-mobile-loading-checked-chromium-linux.png b/test/e2e/switch/switch.spec.ts-snapshots/switch-mobile-loading-checked-chromium-linux.png index 4fc5af044..830c819ff 100644 Binary files a/test/e2e/switch/switch.spec.ts-snapshots/switch-mobile-loading-checked-chromium-linux.png and b/test/e2e/switch/switch.spec.ts-snapshots/switch-mobile-loading-checked-chromium-linux.png differ diff --git a/test/e2e/switch/switch.spec.ts-snapshots/switch-mobile-loading-unchecked-chromium-linux.png b/test/e2e/switch/switch.spec.ts-snapshots/switch-mobile-loading-unchecked-chromium-linux.png index 9bcbd898d..0548291a5 100644 Binary files a/test/e2e/switch/switch.spec.ts-snapshots/switch-mobile-loading-unchecked-chromium-linux.png and b/test/e2e/switch/switch.spec.ts-snapshots/switch-mobile-loading-unchecked-chromium-linux.png differ diff --git a/test/e2e/tabs/tabs.spec.ts-snapshots/tabs-changed-chromium-linux.png b/test/e2e/tabs/tabs.spec.ts-snapshots/tabs-changed-chromium-linux.png index 32f3f8e1b..21007a871 100644 Binary files a/test/e2e/tabs/tabs.spec.ts-snapshots/tabs-changed-chromium-linux.png and b/test/e2e/tabs/tabs.spec.ts-snapshots/tabs-changed-chromium-linux.png differ diff --git a/test/e2e/tabs/tabs.spec.ts-snapshots/tabs-chromium-linux.png b/test/e2e/tabs/tabs.spec.ts-snapshots/tabs-chromium-linux.png index d5244e660..7e37ffde0 100644 Binary files a/test/e2e/tabs/tabs.spec.ts-snapshots/tabs-chromium-linux.png and b/test/e2e/tabs/tabs.spec.ts-snapshots/tabs-chromium-linux.png differ diff --git a/test/e2e/tabs/tabs.spec.ts-snapshots/tabs-disabled-chromium-linux.png b/test/e2e/tabs/tabs.spec.ts-snapshots/tabs-disabled-chromium-linux.png index 15c0c91a1..f3934c667 100644 Binary files a/test/e2e/tabs/tabs.spec.ts-snapshots/tabs-disabled-chromium-linux.png and b/test/e2e/tabs/tabs.spec.ts-snapshots/tabs-disabled-chromium-linux.png differ diff --git a/test/e2e/tabs/tabs.spec.ts-snapshots/tabs-disabled-unchanged-chromium-linux.png b/test/e2e/tabs/tabs.spec.ts-snapshots/tabs-disabled-unchanged-chromium-linux.png index 15c0c91a1..f3934c667 100644 Binary files a/test/e2e/tabs/tabs.spec.ts-snapshots/tabs-disabled-unchanged-chromium-linux.png and b/test/e2e/tabs/tabs.spec.ts-snapshots/tabs-disabled-unchanged-chromium-linux.png differ diff --git a/test/e2e/tabs/tabs.spec.ts-snapshots/tabs-fitted-chromium-linux.png b/test/e2e/tabs/tabs.spec.ts-snapshots/tabs-fitted-chromium-linux.png index f1ce8cdb5..dd41d41c5 100644 Binary files a/test/e2e/tabs/tabs.spec.ts-snapshots/tabs-fitted-chromium-linux.png and b/test/e2e/tabs/tabs.spec.ts-snapshots/tabs-fitted-chromium-linux.png differ diff --git a/test/e2e/tabs/tabs.spec.ts-snapshots/tabs-hover-chromium-linux.png b/test/e2e/tabs/tabs.spec.ts-snapshots/tabs-hover-chromium-linux.png index 624fa288c..16bc1dcb4 100644 Binary files a/test/e2e/tabs/tabs.spec.ts-snapshots/tabs-hover-chromium-linux.png and b/test/e2e/tabs/tabs.spec.ts-snapshots/tabs-hover-chromium-linux.png differ diff --git a/test/e2e/tabs/tabs.spec.ts-snapshots/tabs-overflow-chromium-linux.png b/test/e2e/tabs/tabs.spec.ts-snapshots/tabs-overflow-chromium-linux.png index 216b53a08..d412c31c5 100755 Binary files a/test/e2e/tabs/tabs.spec.ts-snapshots/tabs-overflow-chromium-linux.png and b/test/e2e/tabs/tabs.spec.ts-snapshots/tabs-overflow-chromium-linux.png differ diff --git a/test/e2e/tabs/tabs.spec.ts-snapshots/tabs-scroll-start-chromium-linux.png b/test/e2e/tabs/tabs.spec.ts-snapshots/tabs-scroll-start-chromium-linux.png index 216b53a08..d412c31c5 100755 Binary files a/test/e2e/tabs/tabs.spec.ts-snapshots/tabs-scroll-start-chromium-linux.png and b/test/e2e/tabs/tabs.spec.ts-snapshots/tabs-scroll-start-chromium-linux.png differ diff --git a/test/e2e/tabs/tabs.spec.ts-snapshots/tabs-with-custom-wrapper-chromium-linux.png b/test/e2e/tabs/tabs.spec.ts-snapshots/tabs-with-custom-wrapper-chromium-linux.png index 2ac08ae78..e8ed78685 100644 Binary files a/test/e2e/tabs/tabs.spec.ts-snapshots/tabs-with-custom-wrapper-chromium-linux.png and b/test/e2e/tabs/tabs.spec.ts-snapshots/tabs-with-custom-wrapper-chromium-linux.png differ diff --git a/test/e2e/tabs/tabs.spec.ts-snapshots/tabs-with-custom-wrapper-tooltip-chromium-linux.png b/test/e2e/tabs/tabs.spec.ts-snapshots/tabs-with-custom-wrapper-tooltip-chromium-linux.png index a851b4b76..34f605d1d 100644 Binary files a/test/e2e/tabs/tabs.spec.ts-snapshots/tabs-with-custom-wrapper-tooltip-chromium-linux.png and b/test/e2e/tabs/tabs.spec.ts-snapshots/tabs-with-custom-wrapper-tooltip-chromium-linux.png differ diff --git a/test/e2e/tabs/tabs.spec.ts-snapshots/tabs-with-custom-wrapper-tooltip-disabled-chromium-linux.png b/test/e2e/tabs/tabs.spec.ts-snapshots/tabs-with-custom-wrapper-tooltip-disabled-chromium-linux.png index 8d987b8d6..174efff18 100644 Binary files a/test/e2e/tabs/tabs.spec.ts-snapshots/tabs-with-custom-wrapper-tooltip-disabled-chromium-linux.png and b/test/e2e/tabs/tabs.spec.ts-snapshots/tabs-with-custom-wrapper-tooltip-disabled-chromium-linux.png differ diff --git a/test/e2e/tag/tag.spec.ts-snapshots/tag-clickable-active-chromium-linux.png b/test/e2e/tag/tag.spec.ts-snapshots/tag-clickable-active-chromium-linux.png index 21ad8b05a..b043dad13 100644 Binary files a/test/e2e/tag/tag.spec.ts-snapshots/tag-clickable-active-chromium-linux.png and b/test/e2e/tag/tag.spec.ts-snapshots/tag-clickable-active-chromium-linux.png differ diff --git a/test/e2e/tag/tag.spec.ts-snapshots/tag-clickable-active-small-size-chromium-linux.png b/test/e2e/tag/tag.spec.ts-snapshots/tag-clickable-active-small-size-chromium-linux.png index a2eda1150..ea90b92a9 100644 Binary files a/test/e2e/tag/tag.spec.ts-snapshots/tag-clickable-active-small-size-chromium-linux.png and b/test/e2e/tag/tag.spec.ts-snapshots/tag-clickable-active-small-size-chromium-linux.png differ diff --git a/test/e2e/tag/tag.spec.ts-snapshots/tag-clickable-focus-chromium-linux.png b/test/e2e/tag/tag.spec.ts-snapshots/tag-clickable-focus-chromium-linux.png index 0516f64fb..5f7c0ea00 100644 Binary files a/test/e2e/tag/tag.spec.ts-snapshots/tag-clickable-focus-chromium-linux.png and b/test/e2e/tag/tag.spec.ts-snapshots/tag-clickable-focus-chromium-linux.png differ diff --git a/test/e2e/tag/tag.spec.ts-snapshots/tag-clickable-focus-small-size-chromium-linux.png b/test/e2e/tag/tag.spec.ts-snapshots/tag-clickable-focus-small-size-chromium-linux.png index 7fa36b76b..967efda92 100644 Binary files a/test/e2e/tag/tag.spec.ts-snapshots/tag-clickable-focus-small-size-chromium-linux.png and b/test/e2e/tag/tag.spec.ts-snapshots/tag-clickable-focus-small-size-chromium-linux.png differ diff --git a/test/e2e/tag/tag.spec.ts-snapshots/tag-clickable-hover-chromium-linux.png b/test/e2e/tag/tag.spec.ts-snapshots/tag-clickable-hover-chromium-linux.png index 3bb75d158..eab1dbd4f 100644 Binary files a/test/e2e/tag/tag.spec.ts-snapshots/tag-clickable-hover-chromium-linux.png and b/test/e2e/tag/tag.spec.ts-snapshots/tag-clickable-hover-chromium-linux.png differ diff --git a/test/e2e/tag/tag.spec.ts-snapshots/tag-clickable-hover-small-size-chromium-linux.png b/test/e2e/tag/tag.spec.ts-snapshots/tag-clickable-hover-small-size-chromium-linux.png index f940658bd..86be1f650 100644 Binary files a/test/e2e/tag/tag.spec.ts-snapshots/tag-clickable-hover-small-size-chromium-linux.png and b/test/e2e/tag/tag.spec.ts-snapshots/tag-clickable-hover-small-size-chromium-linux.png differ diff --git a/test/e2e/upload/upload.spec.ts-snapshots/upload-loading-chromium-linux.png b/test/e2e/upload/upload.spec.ts-snapshots/upload-loading-chromium-linux.png index b2c160ef6..342c4e7e5 100644 Binary files a/test/e2e/upload/upload.spec.ts-snapshots/upload-loading-chromium-linux.png and b/test/e2e/upload/upload.spec.ts-snapshots/upload-loading-chromium-linux.png differ