diff --git a/.stylelintrc.json b/.stylelintrc.json index 844fe42799..29e19b2e92 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json @@ -9,7 +9,8 @@ { "ignoreProperties": [ "vertical-anchor", - "animation-timeline" + "animation-timeline", + "field-sizing" ] } ], diff --git a/semcore/add-filter/__tests__/add-filter.browser-test.tsx b/semcore/add-filter/__tests__/add-filter.browser-test.tsx index fa3975423d..29f8c8252d 100644 --- a/semcore/add-filter/__tests__/add-filter.browser-test.tsx +++ b/semcore/add-filter/__tests__/add-filter.browser-test.tsx @@ -75,7 +75,8 @@ test.describe(`${TAG.VISUAL}`, () => { '@base-trigger', '@button', '@input', - '@select'], + '@select', + '@button-link'], }, async ({ page }) => { await loadPage(page, 'stories/components/add-filter/docs/examples/add-filter-basic.tsx', 'en'); @@ -102,7 +103,8 @@ test.describe(`${TAG.VISUAL}`, () => { '@base-trigger', '@button', '@input', - '@select'], + '@select', + '@button-link'], }, async ({ page }) => { await loadPage(page, 'stories/components/add-filter/docs/examples/add-filter-basic.tsx', 'en'); @@ -130,7 +132,11 @@ test.describe(`${TAG.VISUAL}`, () => { '@input', '@radio', '@textarea', - '@select'], + '@select', + '@base-components', + '@flex-box', + '@button-link', + '@typography'], }, async ({ page }) => { await loadPage(page, 'stories/components/add-filter/advanced/examples/add-filter.tsx', 'en'); @@ -167,7 +173,11 @@ test.describe(`${TAG.VISUAL}`, () => { '@input', '@radio', '@textarea', - '@select'], + '@select', + '@base-components', + '@flex-box', + '@button-link', + '@typography'], }, async ({ page }) => { await loadPage(page, 'stories/components/add-filter/advanced/examples/add-filter.tsx', 'en'); @@ -187,7 +197,12 @@ test.describe(`${TAG.VISUAL}`, () => { '@button', '@input', '@input-number', - '@divider'], + '@divider', + '@base-components', + '@flex-box', + '@neighbor-location', + '@button-link', + '@typography'], }, async ({ page }) => { await loadPage(page, 'stories/components/add-filter/advanced/examples/add-filter-complex-selects.tsx', 'en'); @@ -205,7 +220,12 @@ test.describe(`${TAG.VISUAL}`, () => { '@button', '@input', '@input-number', - '@divider'], + '@divider', + '@base-components', + '@flex-box', + '@neighbor-location', + '@button-link', + '@typography'], }, async ({ page }) => { await loadPage(page, 'stories/components/add-filter/advanced/examples/add-filter-complex-selects.tsx', 'en'); @@ -238,7 +258,11 @@ test.describe(`${TAG.VISUAL}`, () => { '@input', '@radio', '@textarea', - '@select'], + '@select', + '@base-components', + '@flex-box', + '@button-link', + '@typography'], }, async ({ page }) => { await loadPage(page, 'stories/components/add-filter/advanced/examples/add-filter.tsx', 'en'); @@ -260,7 +284,12 @@ test.describe(`${TAG.VISUAL}`, () => { '@button', '@input', '@input-number', - '@divider'], + '@divider', + '@base-components', + '@flex-box', + '@neighbor-location', + '@button-link', + '@typography'], }, async ({ page }) => { await loadPage(page, 'stories/components/add-filter/advanced/examples/add-filter-complex-selects.tsx', 'en'); @@ -297,7 +326,8 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { '@base-trigger', '@button', '@input', - '@select'], + '@select', + '@button-link'], }, async ({ page }) => { await loadPage(page, 'stories/components/add-filter/docs/examples/add-filter-basic.tsx', 'en'); @@ -340,7 +370,8 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { '@base-trigger', '@button', '@input', - '@select'], + '@select', + '@button-link'], }, async ({ page }) => { await loadPage(page, 'stories/components/add-filter/docs/examples/add-filter-basic.tsx', 'en'); @@ -373,7 +404,11 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { '@input', '@radio', '@textarea', - '@select'], + '@select', + '@base-components', + '@flex-box', + '@button-link', + '@typography'], }, async ({ page }) => { await loadPage(page, 'stories/components/add-filter/advanced/examples/add-filter.tsx', 'en'); @@ -446,7 +481,11 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { '@input', '@radio', '@textarea', - '@select'], + '@select', + '@base-components', + '@flex-box', + '@button-link', + '@typography'], }, async ({ page }) => { await loadPage(page, 'stories/components/add-filter/advanced/examples/add-filter.tsx', 'en'); @@ -569,7 +608,11 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { '@input', '@radio', '@textarea', - '@select'], + '@select', + '@base-components', + '@flex-box', + '@button-link', + '@typography'], }, async ({ page }) => { await loadPage(page, 'stories/components/add-filter/advanced/examples/add-filter.tsx', 'en'); @@ -613,7 +656,11 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { '@input', '@radio', '@textarea', - '@select'], + '@select', + '@base-components', + '@flex-box', + '@button-link', + '@typography'], }, async ({ page }) => { await loadPage(page, 'stories/components/add-filter/advanced/examples/add-filter.tsx', 'en'); @@ -696,7 +743,11 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { '@input', '@radio', '@textarea', - '@select'], + '@select', + '@base-components', + '@flex-box', + '@button-link', + '@typography'], }, async ({ page }) => { await loadPage(page, 'stories/components/add-filter/advanced/examples/add-filter.tsx', 'en'); @@ -741,7 +792,11 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { '@input', '@radio', '@textarea', - '@select'], + '@select', + '@base-components', + '@flex-box', + '@button-link', + '@typography'], }, async ({ page }) => { await loadPage(page, 'stories/components/add-filter/advanced/examples/add-filter.tsx', 'en'); @@ -773,7 +828,12 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { '@button', '@input', '@input-number', - '@divider'], + '@divider', + '@base-components', + '@flex-box', + '@neighbor-location', + '@button-link', + '@typography'], }, async ({ page }) => { await loadPage(page, 'stories/components/add-filter/advanced/examples/add-filter-complex-selects.tsx', 'en'); @@ -822,7 +882,12 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { '@button', '@input', '@input-number', - '@divider'], + '@divider', + '@base-components', + '@flex-box', + '@neighbor-location', + '@button-link', + '@typography'], }, async ({ page }) => { await loadPage(page, 'stories/components/add-filter/advanced/examples/add-filter-complex-selects.tsx', 'en'); @@ -859,7 +924,12 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { '@button', '@input', '@input-number', - '@divider'], + '@divider', + '@base-components', + '@flex-box', + '@neighbor-location', + '@button-link', + '@typography'], }, async ({ page }) => { await loadPage(page, 'stories/components/add-filter/advanced/examples/add-filter-complex-selects.tsx', 'en'); @@ -901,7 +971,12 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { '@button', '@input', '@input-number', - '@divider'], + '@divider', + '@base-components', + '@flex-box', + '@neighbor-location', + '@button-link', + '@typography'], }, async ({ page }) => { await loadPage(page, 'stories/components/add-filter/advanced/examples/add-filter-complex-selects.tsx', 'en'); @@ -930,7 +1005,12 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { '@button', '@input', '@input-number', - '@divider'], + '@divider', + '@base-components', + '@flex-box', + '@neighbor-location', + '@button-link', + '@typography'], }, async ({ page }) => { await loadPage(page, 'stories/components/add-filter/advanced/examples/add-filter-complex-selects.tsx', 'en'); @@ -961,7 +1041,12 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { '@button', '@input', '@input-number', - '@divider'], + '@divider', + '@base-components', + '@flex-box', + '@neighbor-location', + '@button-link', + '@typography'], }, async ({ page }) => { await loadPage(page, 'stories/components/add-filter/advanced/examples/add-filter-complex-selects.tsx', 'en'); @@ -985,7 +1070,11 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { '@input', '@radio', '@textarea', - '@select'], + '@select', + '@base-components', + '@flex-box', + '@button-link', + '@typography'], }, async ({ page }) => { await loadPage(page, 'stories/components/add-filter/advanced/examples/add-filter.tsx', 'en'); @@ -1020,7 +1109,10 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { '@add-filter', '@base-trigger', '@d3-chart', - '@select'], + '@select', + '@base-components', + '@flex-box', + '@cigarette-chart'], }, async ({ page }) => { await loadPage(page, 'stories/components/add-filter/advanced/examples/controlled_add_filter.tsx', 'en'); diff --git a/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-Add-filter-after-activating-Clear-all-by-keyboard-1-chromium-linux.png b/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-Add-filter-after-activating-Clear-all-by-keyboard-1-chromium-linux.png index 75a423dc9e..e88264b528 100644 Binary files a/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-Add-filter-after-activating-Clear-all-by-keyboard-1-chromium-linux.png and b/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-Add-filter-after-activating-Clear-all-by-keyboard-1-chromium-linux.png differ diff --git a/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-Add-filter-after-activating-Clear-all-by-keyboard-1-firefox-linux.png b/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-Add-filter-after-activating-Clear-all-by-keyboard-1-firefox-linux.png index 0ba5732c86..22bf4c8366 100644 Binary files a/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-Add-filter-after-activating-Clear-all-by-keyboard-1-firefox-linux.png and b/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-Add-filter-after-activating-Clear-all-by-keyboard-1-firefox-linux.png differ diff --git a/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-Add-filter-after-activating-Clear-all-by-keyboard-1-webkit-linux.png b/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-Add-filter-after-activating-Clear-all-by-keyboard-1-webkit-linux.png index 611e4a80a8..f042c436e5 100644 Binary files a/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-Add-filter-after-activating-Clear-all-by-keyboard-1-webkit-linux.png and b/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-Add-filter-after-activating-Clear-all-by-keyboard-1-webkit-linux.png differ diff --git a/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-Add-filter-without-Add-filter-button-1-chromium-linux.png b/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-Add-filter-without-Add-filter-button-1-chromium-linux.png index fdadf877a7..96e0be12d2 100644 Binary files a/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-Add-filter-without-Add-filter-button-1-chromium-linux.png and b/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-Add-filter-without-Add-filter-button-1-chromium-linux.png differ diff --git a/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-Add-filter-without-Add-filter-button-1-firefox-linux.png b/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-Add-filter-without-Add-filter-button-1-firefox-linux.png index efcdb11526..96dc145379 100644 Binary files a/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-Add-filter-without-Add-filter-button-1-firefox-linux.png and b/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-Add-filter-without-Add-filter-button-1-firefox-linux.png differ diff --git a/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-Add-filter-without-Add-filter-button-1-webkit-linux.png b/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-Add-filter-without-Add-filter-button-1-webkit-linux.png index 8f988344d4..3bb69bb50b 100644 Binary files a/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-Add-filter-without-Add-filter-button-1-webkit-linux.png and b/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-Add-filter-without-Add-filter-button-1-webkit-linux.png differ diff --git a/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-Input-as-filter-after-mouse-interactions-1-chromium-linux.png b/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-Input-as-filter-after-mouse-interactions-1-chromium-linux.png index be9fdfce92..f4b10b2776 100644 Binary files a/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-Input-as-filter-after-mouse-interactions-1-chromium-linux.png and b/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-Input-as-filter-after-mouse-interactions-1-chromium-linux.png differ diff --git a/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-Input-as-filter-after-mouse-interactions-1-firefox-linux.png b/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-Input-as-filter-after-mouse-interactions-1-firefox-linux.png index bc4c11a3f8..b5164b3720 100644 Binary files a/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-Input-as-filter-after-mouse-interactions-1-firefox-linux.png and b/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-Input-as-filter-after-mouse-interactions-1-firefox-linux.png differ diff --git a/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-Input-as-filter-after-mouse-interactions-1-webkit-linux.png b/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-Input-as-filter-after-mouse-interactions-1-webkit-linux.png index ba177db536..41583a7465 100644 Binary files a/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-Input-as-filter-after-mouse-interactions-1-webkit-linux.png and b/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-Input-as-filter-after-mouse-interactions-1-webkit-linux.png differ diff --git a/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-Multiselect-as-filter-after-keyboard-interactions-1-chromium-linux.png b/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-Multiselect-as-filter-after-keyboard-interactions-1-chromium-linux.png index 5d5e0465f7..6cd3f686ab 100644 Binary files a/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-Multiselect-as-filter-after-keyboard-interactions-1-chromium-linux.png and b/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-Multiselect-as-filter-after-keyboard-interactions-1-chromium-linux.png differ diff --git a/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-Multiselect-as-filter-after-keyboard-interactions-1-firefox-linux.png b/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-Multiselect-as-filter-after-keyboard-interactions-1-firefox-linux.png index db75dcb8b5..4cced4a6fc 100644 Binary files a/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-Multiselect-as-filter-after-keyboard-interactions-1-firefox-linux.png and b/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-Multiselect-as-filter-after-keyboard-interactions-1-firefox-linux.png differ diff --git a/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-Multiselect-as-filter-after-keyboard-interactions-1-webkit-linux.png b/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-Multiselect-as-filter-after-keyboard-interactions-1-webkit-linux.png index 52ad965346..f2417d6121 100644 Binary files a/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-Multiselect-as-filter-after-keyboard-interactions-1-webkit-linux.png and b/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-Multiselect-as-filter-after-keyboard-interactions-1-webkit-linux.png differ diff --git a/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-Select-with-range-as-filter-after-mouse-interactions-1-chromium-linux.png b/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-Select-with-range-as-filter-after-mouse-interactions-1-chromium-linux.png index f6c4822e73..5bfd5963c8 100644 Binary files a/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-Select-with-range-as-filter-after-mouse-interactions-1-chromium-linux.png and b/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-Select-with-range-as-filter-after-mouse-interactions-1-chromium-linux.png differ diff --git a/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-Select-with-range-as-filter-after-mouse-interactions-1-firefox-linux.png b/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-Select-with-range-as-filter-after-mouse-interactions-1-firefox-linux.png index 321e5a30aa..2ccdaf0e27 100644 Binary files a/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-Select-with-range-as-filter-after-mouse-interactions-1-firefox-linux.png and b/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-Select-with-range-as-filter-after-mouse-interactions-1-firefox-linux.png differ diff --git a/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-Select-with-range-as-filter-after-mouse-interactions-1-webkit-linux.png b/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-Select-with-range-as-filter-after-mouse-interactions-1-webkit-linux.png index ff3af8c766..ee0200ba9f 100644 Binary files a/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-Select-with-range-as-filter-after-mouse-interactions-1-webkit-linux.png and b/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-Select-with-range-as-filter-after-mouse-interactions-1-webkit-linux.png differ diff --git a/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-Select-with-search-as-filter-after-keyboard-interactions-1-chromium-linux.png b/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-Select-with-search-as-filter-after-keyboard-interactions-1-chromium-linux.png index bc570278f8..49182701d6 100644 Binary files a/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-Select-with-search-as-filter-after-keyboard-interactions-1-chromium-linux.png and b/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-Select-with-search-as-filter-after-keyboard-interactions-1-chromium-linux.png differ diff --git a/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-Select-with-search-as-filter-after-keyboard-interactions-1-firefox-linux.png b/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-Select-with-search-as-filter-after-keyboard-interactions-1-firefox-linux.png index b6ef9741e4..d12b7a7c7f 100644 Binary files a/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-Select-with-search-as-filter-after-keyboard-interactions-1-firefox-linux.png and b/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-Select-with-search-as-filter-after-keyboard-interactions-1-firefox-linux.png differ diff --git a/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-Select-with-search-as-filter-after-keyboard-interactions-1-webkit-linux.png b/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-Select-with-search-as-filter-after-keyboard-interactions-1-webkit-linux.png index 7300b7e776..95b2c36767 100644 Binary files a/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-Select-with-search-as-filter-after-keyboard-interactions-1-webkit-linux.png and b/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-Select-with-search-as-filter-after-keyboard-interactions-1-webkit-linux.png differ diff --git a/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-Select-with-search-as-filter-after-keyboard-interactions-2-chromium-linux.png b/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-Select-with-search-as-filter-after-keyboard-interactions-2-chromium-linux.png index 846f7db7bd..2168279b05 100644 Binary files a/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-Select-with-search-as-filter-after-keyboard-interactions-2-chromium-linux.png and b/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-Select-with-search-as-filter-after-keyboard-interactions-2-chromium-linux.png differ diff --git a/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-Select-with-search-as-filter-after-keyboard-interactions-2-firefox-linux.png b/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-Select-with-search-as-filter-after-keyboard-interactions-2-firefox-linux.png index 93fd967cf7..644391d827 100644 Binary files a/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-Select-with-search-as-filter-after-keyboard-interactions-2-firefox-linux.png and b/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-Select-with-search-as-filter-after-keyboard-interactions-2-firefox-linux.png differ diff --git a/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-Select-with-search-as-filter-after-keyboard-interactions-2-webkit-linux.png b/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-Select-with-search-as-filter-after-keyboard-interactions-2-webkit-linux.png index e6dffea93d..bd78fdee51 100644 Binary files a/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-Select-with-search-as-filter-after-keyboard-interactions-2-webkit-linux.png and b/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-Select-with-search-as-filter-after-keyboard-interactions-2-webkit-linux.png differ diff --git a/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-base-example-with-selects-after-keyboard-interactions-1-chromium-linux.png b/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-base-example-with-selects-after-keyboard-interactions-1-chromium-linux.png index fe8d7a8fac..1a13fff45f 100644 Binary files a/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-base-example-with-selects-after-keyboard-interactions-1-chromium-linux.png and b/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-base-example-with-selects-after-keyboard-interactions-1-chromium-linux.png differ diff --git a/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-base-example-with-selects-after-keyboard-interactions-1-firefox-linux.png b/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-base-example-with-selects-after-keyboard-interactions-1-firefox-linux.png index dc5ac39436..ab671a78c5 100644 Binary files a/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-base-example-with-selects-after-keyboard-interactions-1-firefox-linux.png and b/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-base-example-with-selects-after-keyboard-interactions-1-firefox-linux.png differ diff --git a/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-base-example-with-selects-after-keyboard-interactions-1-webkit-linux.png b/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-base-example-with-selects-after-keyboard-interactions-1-webkit-linux.png index 2d55cd93e5..4ecb6f14fe 100644 Binary files a/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-base-example-with-selects-after-keyboard-interactions-1-webkit-linux.png and b/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-base-example-with-selects-after-keyboard-interactions-1-webkit-linux.png differ diff --git a/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-base-example-with-selects-after-keyboard-interactions-2-chromium-linux.png b/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-base-example-with-selects-after-keyboard-interactions-2-chromium-linux.png index 660644e8c8..2619830fb7 100644 Binary files a/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-base-example-with-selects-after-keyboard-interactions-2-chromium-linux.png and b/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-base-example-with-selects-after-keyboard-interactions-2-chromium-linux.png differ diff --git a/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-base-example-with-selects-after-keyboard-interactions-2-firefox-linux.png b/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-base-example-with-selects-after-keyboard-interactions-2-firefox-linux.png index 937721d2c0..bd7f2680f5 100644 Binary files a/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-base-example-with-selects-after-keyboard-interactions-2-firefox-linux.png and b/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-base-example-with-selects-after-keyboard-interactions-2-firefox-linux.png differ diff --git a/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-base-example-with-selects-after-keyboard-interactions-2-webkit-linux.png b/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-base-example-with-selects-after-keyboard-interactions-2-webkit-linux.png index d1671ef2ca..b5206c99eb 100644 Binary files a/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-base-example-with-selects-after-keyboard-interactions-2-webkit-linux.png and b/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-base-example-with-selects-after-keyboard-interactions-2-webkit-linux.png differ diff --git a/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-base-example-with-selects-after-mouse-interactions-1-chromium-linux.png b/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-base-example-with-selects-after-mouse-interactions-1-chromium-linux.png index 9523375781..3eb7b23e51 100644 Binary files a/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-base-example-with-selects-after-mouse-interactions-1-chromium-linux.png and b/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-base-example-with-selects-after-mouse-interactions-1-chromium-linux.png differ diff --git a/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-base-example-with-selects-after-mouse-interactions-1-firefox-linux.png b/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-base-example-with-selects-after-mouse-interactions-1-firefox-linux.png index 2fbc8d63d6..926c7ed2f8 100644 Binary files a/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-base-example-with-selects-after-mouse-interactions-1-firefox-linux.png and b/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-base-example-with-selects-after-mouse-interactions-1-firefox-linux.png differ diff --git a/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-base-example-with-selects-after-mouse-interactions-1-webkit-linux.png b/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-base-example-with-selects-after-mouse-interactions-1-webkit-linux.png index 034ca64af4..57059abcf8 100644 Binary files a/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-base-example-with-selects-after-mouse-interactions-1-webkit-linux.png and b/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-base-example-with-selects-after-mouse-interactions-1-webkit-linux.png differ diff --git a/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-base-example-with-selects-after-mouse-interactions-2-chromium-linux.png b/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-base-example-with-selects-after-mouse-interactions-2-chromium-linux.png index 953caf1aa8..f009fd5e66 100644 Binary files a/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-base-example-with-selects-after-mouse-interactions-2-chromium-linux.png and b/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-base-example-with-selects-after-mouse-interactions-2-chromium-linux.png differ diff --git a/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-base-example-with-selects-after-mouse-interactions-2-firefox-linux.png b/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-base-example-with-selects-after-mouse-interactions-2-firefox-linux.png index a94e0bd710..531ad42cb6 100644 Binary files a/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-base-example-with-selects-after-mouse-interactions-2-firefox-linux.png and b/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-base-example-with-selects-after-mouse-interactions-2-firefox-linux.png differ diff --git a/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-base-example-with-selects-after-mouse-interactions-2-webkit-linux.png b/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-base-example-with-selects-after-mouse-interactions-2-webkit-linux.png index f849c2ea4b..c4cd04fbe3 100644 Binary files a/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-base-example-with-selects-after-mouse-interactions-2-webkit-linux.png and b/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-base-example-with-selects-after-mouse-interactions-2-webkit-linux.png differ diff --git a/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-base-example-with-selects-after-mouse-interactions-3-chromium-linux.png b/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-base-example-with-selects-after-mouse-interactions-3-chromium-linux.png index 44170dd59b..0cb3ab6728 100644 Binary files a/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-base-example-with-selects-after-mouse-interactions-3-chromium-linux.png and b/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-base-example-with-selects-after-mouse-interactions-3-chromium-linux.png differ diff --git a/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-base-example-with-selects-after-mouse-interactions-3-firefox-linux.png b/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-base-example-with-selects-after-mouse-interactions-3-firefox-linux.png index 764d1b57cb..d3583a734f 100644 Binary files a/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-base-example-with-selects-after-mouse-interactions-3-firefox-linux.png and b/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-base-example-with-selects-after-mouse-interactions-3-firefox-linux.png differ diff --git a/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-base-example-with-selects-after-mouse-interactions-3-webkit-linux.png b/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-base-example-with-selects-after-mouse-interactions-3-webkit-linux.png index c605cdc2dd..5a7fafe8d2 100644 Binary files a/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-base-example-with-selects-after-mouse-interactions-3-webkit-linux.png and b/semcore/add-filter/__tests__/add-filter.browser-test.tsx-snapshots/-visual-Verify-base-example-with-selects-after-mouse-interactions-3-webkit-linux.png differ diff --git a/semcore/badge/__tests__/badge.browser-test.tsx-snapshots/-visual-Verify-localizations-1-chromium-linux.png b/semcore/badge/__tests__/badge.browser-test.tsx-snapshots/-visual-Verify-localizations-1-chromium-linux.png index 3288a1852f..d1dd6414c2 100644 Binary files a/semcore/badge/__tests__/badge.browser-test.tsx-snapshots/-visual-Verify-localizations-1-chromium-linux.png and b/semcore/badge/__tests__/badge.browser-test.tsx-snapshots/-visual-Verify-localizations-1-chromium-linux.png differ diff --git a/semcore/badge/__tests__/badge.browser-test.tsx-snapshots/-visual-Verify-localizations-1-firefox-linux.png b/semcore/badge/__tests__/badge.browser-test.tsx-snapshots/-visual-Verify-localizations-1-firefox-linux.png index 0da538329e..fa0015154d 100644 Binary files a/semcore/badge/__tests__/badge.browser-test.tsx-snapshots/-visual-Verify-localizations-1-firefox-linux.png and b/semcore/badge/__tests__/badge.browser-test.tsx-snapshots/-visual-Verify-localizations-1-firefox-linux.png differ diff --git a/semcore/badge/__tests__/badge.browser-test.tsx-snapshots/-visual-Verify-localizations-1-webkit-linux.png b/semcore/badge/__tests__/badge.browser-test.tsx-snapshots/-visual-Verify-localizations-1-webkit-linux.png index 14118b9c63..f1652b2ba8 100644 Binary files a/semcore/badge/__tests__/badge.browser-test.tsx-snapshots/-visual-Verify-localizations-1-webkit-linux.png and b/semcore/badge/__tests__/badge.browser-test.tsx-snapshots/-visual-Verify-localizations-1-webkit-linux.png differ diff --git a/semcore/badge/src/Badge.tsx b/semcore/badge/src/Badge.tsx index a5844e3449..13769e86ca 100644 --- a/semcore/badge/src/Badge.tsx +++ b/semcore/badge/src/Badge.tsx @@ -53,7 +53,7 @@ class RootBadge extends Component< if (type === 'unavailable' && !inverted) { return resolveColor('--intergalactic-text-secondary'); - } + } // TODO: --intergalactic-badge-text-secondary return undefined; } @@ -64,27 +64,27 @@ class RootBadge extends Component< if (inverted) { return resolveColor('--gray-white'); - } + } // TODO: --intergalactic-badge-bg-invert switch (type) { case 'admin': { return resolveColor('--blue-400'); - } + } // TODO: --intergalactic-badge-accent-admin case 'alpha': { return resolveColor('--red-400'); - } + } // TODO: --intergalactic-badge-accent-alpha case 'beta': { - return resolveColor('--orange-400'); - } + return resolveColor('--yellow-300'); + } // TODO: --intergalactic-badge-accent-beta case 'new': { - return resolveColor('--green-400'); - } + return resolveColor('--green-300'); + } // TODO: --intergalactic-badge-accent-new case 'soon': { return resolveColor('--gray-400'); - } + } // TODO: --intergalactic-badge-accent-soon case 'unavailable': { - return resolveColor('--gray-100'); - } + return resolveColor('--gray-50'); + } // TODO: --intergalactic-badge-bg-unavailable default: { const t: never = type; throw new Error(`Type can't be "${t}"`); diff --git a/semcore/badge/src/style/badge.shadow.css b/semcore/badge/src/style/badge.shadow.css index 1bb5f69c18..cb6ea80fa9 100644 --- a/semcore/badge/src/style/badge.shadow.css +++ b/semcore/badge/src/style/badge.shadow.css @@ -4,14 +4,14 @@ SBadge { height: var(--intergalactic-fs-200, 14px); line-height: var(--intergalactic-fs-200, 14px); padding: 0 var(--intergalactic-spacing-1x, 4px); - border-radius: var(--intergalactic-badge-rounded, 6px); + border-radius: var(--intergalactic-badge-rounded, 4px); white-space: nowrap; font-size: var(--intergalactic-fs-50, 10px); font-weight: var(--intergalactic-medium, 500); letter-spacing: 0.3px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; - color: var(--intergalactic-text-primary-invert, oklch(0.999 0.001 180 / 0.949)); + color: var(--intergalactic-text-primary-invert, oklch(0.999 0.001 180 / 0.949)); /* TODO: --intergalactic-badge-text-primary-invert */ } SBadge[bg] { @@ -20,7 +20,7 @@ SBadge[bg] { SBadge[inverted] { color: var(--intergalactic-text-primary, oklch(0.1 0.03 137 / 0.899)); -} +} /* TODO: --intergalactic-badge-text-primary-invert */ SBadge[color] { color: var(--color); diff --git a/semcore/base-components/__tests__/breakpoints.browser-test.tsx b/semcore/base-components/__tests__/breakpoints.browser-test.tsx index acd20877b5..c1aab4983c 100644 --- a/semcore/base-components/__tests__/breakpoints.browser-test.tsx +++ b/semcore/base-components/__tests__/breakpoints.browser-test.tsx @@ -10,10 +10,10 @@ We verify states, visibility, and attributes. test.describe(`${TAG.FUNCTIONAL}`, () => { test.describe('Simple use', () => { const breakpoints = [ - { width: 320, expectedSize: 'L', expectedHeight: '40px' }, - { width: 768, expectedSize: 'M', expectedHeight: '28px' }, - { width: 1200, expectedSize: 'M', expectedHeight: '28px' }, - { width: 1920, expectedSize: 'M', expectedHeight: '28px' }, + { width: 320, expectedSize: 'L', expectedHeight: '44px' }, + { width: 768, expectedSize: 'M', expectedHeight: '32px' }, + { width: 1200, expectedSize: 'M', expectedHeight: '32px' }, + { width: 1920, expectedSize: 'M', expectedHeight: '32px' }, ]; breakpoints.forEach(({ width, expectedSize, expectedHeight }) => { @@ -40,10 +40,10 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { test.describe('Manual control', () => { const breakpoints = [ - { width: 320, expectedSize: 'L', expectedHeight: '40px' }, - { width: 768, expectedSize: 'M', expectedHeight: '28px' }, - { width: 1200, expectedSize: 'M', expectedHeight: '28px' }, - { width: 1920, expectedSize: 'M', expectedHeight: '28px' }, + { width: 320, expectedSize: 'L', expectedHeight: '44px' }, + { width: 768, expectedSize: 'M', expectedHeight: '32px' }, + { width: 1200, expectedSize: 'M', expectedHeight: '32px' }, + { width: 1920, expectedSize: 'M', expectedHeight: '32px' }, ]; breakpoints.forEach(({ width, expectedSize, expectedHeight }) => { diff --git a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Verify-search-highlight-works-well-1-chromium-linux.png b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Verify-search-highlight-works-well-1-chromium-linux.png index 144c597357..7b9f1bf101 100644 Binary files a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Verify-search-highlight-works-well-1-chromium-linux.png and b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Verify-search-highlight-works-well-1-chromium-linux.png differ diff --git a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Verify-search-highlight-works-well-1-firefox-linux.png b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Verify-search-highlight-works-well-1-firefox-linux.png index ed0a561adc..97da4875bc 100644 Binary files a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Verify-search-highlight-works-well-1-firefox-linux.png and b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Verify-search-highlight-works-well-1-firefox-linux.png differ diff --git a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Verify-search-highlight-works-well-1-webkit-linux.png b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Verify-search-highlight-works-well-1-webkit-linux.png index fc7becffb8..5a41f89952 100644 Binary files a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Verify-search-highlight-works-well-1-webkit-linux.png and b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Verify-search-highlight-works-well-1-webkit-linux.png differ diff --git a/semcore/base-components/__tests__/hint.browser-test.tsx b/semcore/base-components/__tests__/hint.browser-test.tsx index 00786efd7c..c0d36ca53c 100644 --- a/semcore/base-components/__tests__/hint.browser-test.tsx +++ b/semcore/base-components/__tests__/hint.browser-test.tsx @@ -41,7 +41,7 @@ test.describe(`${TAG.VISUAL}`, () => { ]; placementVariants.forEach((variant) => { test(`Verify hint with placement= ${variant.placement}`, { - tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, '@hint'], + tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, '@hint', '@base-components'], }, async ({ page }) => { await loadPage(page, 'stories/components/base-components/hint/tests/examples/base-example-props.tsx', 'en', variant); @@ -60,7 +60,7 @@ test.describe(`${TAG.VISUAL}`, () => { }); test('Verify hint focus state', { - tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, '@hint'], + tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, '@hint', '@base-components'], }, async ({ page }) => { await loadPage(page, 'stories/components/base-components/hint/docs/examples/basic-usage.tsx', 'en'); await page.waitForTimeout(100); @@ -96,7 +96,7 @@ test.describe(`${TAG.VISUAL}`, () => { }); test('Verify cursor anchoring', { - tag: [TAG.PRIORITY_MEDIUM, TAG.MOUSE, '@hint'], + tag: [TAG.PRIORITY_MEDIUM, TAG.MOUSE, '@hint', '@base-components'], }, async ({ page }) => { await loadPage(page, 'stories/components/base-components/hint/tests/examples/cursor_anchoring.tsx', 'en'); @@ -116,7 +116,7 @@ test.describe(`${TAG.VISUAL}`, () => { }); test('Verify word wrapping', { - tag: [TAG.PRIORITY_MEDIUM, TAG.MOUSE, '@hint'], + tag: [TAG.PRIORITY_MEDIUM, TAG.MOUSE, '@hint', '@base-components'], }, async ({ page }) => { await loadPage(page, 'stories/components/base-components/hint/tests/examples/word-wrap.tsx', 'en'); @@ -143,7 +143,7 @@ We verify states, visibility, and attributes. ===================================================== */ test.describe(`${TAG.FUNCTIONAL}`, () => { test('Verify hint shows on hover and hides on mouse leave', { - tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, '@hint'], + tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, '@hint', '@base-components'], }, async ({ page }) => { await loadPage(page, 'stories/components/base-components/hint/docs/examples/basic-usage.tsx', 'en'); @@ -163,7 +163,7 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { }); test('Verify hint shows on focus and hides on esc', { - tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, '@hint'], + tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, '@hint', '@base-components'], }, async ({ page }) => { await loadPage(page, 'stories/components/base-components/hint/docs/examples/basic-usage.tsx', 'en'); @@ -194,7 +194,7 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { }); test('Verify hint hides on blur', { - tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, '@hint'], + tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, '@hint', '@base-components'], }, async ({ page, browserName }) => { await loadPage(page, 'stories/components/base-components/hint/docs/examples/basic-usage.tsx', 'en'); if (browserName == 'firefox') test.skip(); @@ -213,7 +213,7 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { }); test('Verify custom timeout delays', { - tag: [TAG.PRIORITY_MEDIUM, '@hint'], + tag: [TAG.PRIORITY_MEDIUM, '@hint', '@base-components'], }, async ({ page }) => { await loadPage(page, 'stories/components/base-components/hint/tests/examples/base-example-props.tsx', 'en', { timeout: 1000 }); @@ -229,7 +229,7 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { }); test('Verify hint z-index stacking', { - tag: [TAG.PRIORITY_MEDIUM, '@hint'], + tag: [TAG.PRIORITY_MEDIUM, '@hint', '@base-components'], }, async ({ page }) => { await loadPage(page, 'stories/components/base-components/hint/docs/examples/basic-usage.tsx', 'en'); diff --git a/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-cursor-anchoring-1-chromium-linux.png b/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-cursor-anchoring-1-chromium-linux.png index e6f8625c86..ba5aa0ef70 100644 Binary files a/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-cursor-anchoring-1-chromium-linux.png and b/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-cursor-anchoring-1-chromium-linux.png differ diff --git a/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-cursor-anchoring-1-firefox-linux.png b/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-cursor-anchoring-1-firefox-linux.png index e1944e7c8b..08485f3945 100644 Binary files a/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-cursor-anchoring-1-firefox-linux.png and b/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-cursor-anchoring-1-firefox-linux.png differ diff --git a/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-cursor-anchoring-1-webkit-linux.png b/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-cursor-anchoring-1-webkit-linux.png index 2593d95a16..ac4a5c72e3 100644 Binary files a/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-cursor-anchoring-1-webkit-linux.png and b/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-cursor-anchoring-1-webkit-linux.png differ diff --git a/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-focus-state-1-chromium-linux.png b/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-focus-state-1-chromium-linux.png index a7d2e002eb..c57b904cfe 100644 Binary files a/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-focus-state-1-chromium-linux.png and b/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-focus-state-1-chromium-linux.png differ diff --git a/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-focus-state-1-firefox-linux.png b/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-focus-state-1-firefox-linux.png index 7ef197a7a2..93f74e7554 100644 Binary files a/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-focus-state-1-firefox-linux.png and b/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-focus-state-1-firefox-linux.png differ diff --git a/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-focus-state-1-webkit-linux.png b/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-focus-state-1-webkit-linux.png index 4a80412944..da0a111dd1 100644 Binary files a/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-focus-state-1-webkit-linux.png and b/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-focus-state-1-webkit-linux.png differ diff --git a/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-focus-state-2-chromium-linux.png b/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-focus-state-2-chromium-linux.png index 7f365ebfba..0b5b7145e9 100644 Binary files a/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-focus-state-2-chromium-linux.png and b/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-focus-state-2-chromium-linux.png differ diff --git a/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-focus-state-2-firefox-linux.png b/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-focus-state-2-firefox-linux.png index 3f5a62031b..33f5058228 100644 Binary files a/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-focus-state-2-firefox-linux.png and b/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-focus-state-2-firefox-linux.png differ diff --git a/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-focus-state-2-webkit-linux.png b/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-focus-state-2-webkit-linux.png index 50ff257f9b..86992825ee 100644 Binary files a/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-focus-state-2-webkit-linux.png and b/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-focus-state-2-webkit-linux.png differ diff --git a/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-bottom-1-chromium-linux.png b/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-bottom-1-chromium-linux.png index e3c83db9f9..c5d9bd6559 100644 Binary files a/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-bottom-1-chromium-linux.png and b/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-bottom-1-chromium-linux.png differ diff --git a/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-bottom-1-firefox-linux.png b/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-bottom-1-firefox-linux.png index 61293df5fa..bcb1f6a428 100644 Binary files a/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-bottom-1-firefox-linux.png and b/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-bottom-1-firefox-linux.png differ diff --git a/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-bottom-1-webkit-linux.png b/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-bottom-1-webkit-linux.png index 9735e8bc87..434b0e9d55 100644 Binary files a/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-bottom-1-webkit-linux.png and b/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-bottom-1-webkit-linux.png differ diff --git a/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-bottom-end-1-chromium-linux.png b/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-bottom-end-1-chromium-linux.png index 08169a8a5d..102d80dd65 100644 Binary files a/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-bottom-end-1-chromium-linux.png and b/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-bottom-end-1-chromium-linux.png differ diff --git a/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-bottom-end-1-firefox-linux.png b/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-bottom-end-1-firefox-linux.png index 6c18d2bdcd..ea60781a63 100644 Binary files a/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-bottom-end-1-firefox-linux.png and b/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-bottom-end-1-firefox-linux.png differ diff --git a/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-bottom-end-1-webkit-linux.png b/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-bottom-end-1-webkit-linux.png index 84375c1a24..713d60e31b 100644 Binary files a/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-bottom-end-1-webkit-linux.png and b/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-bottom-end-1-webkit-linux.png differ diff --git a/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-bottom-start-1-chromium-linux.png b/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-bottom-start-1-chromium-linux.png index 9b87b44f8f..acd8127c72 100644 Binary files a/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-bottom-start-1-chromium-linux.png and b/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-bottom-start-1-chromium-linux.png differ diff --git a/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-bottom-start-1-firefox-linux.png b/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-bottom-start-1-firefox-linux.png index 1a0da20ea6..838dd50d2d 100644 Binary files a/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-bottom-start-1-firefox-linux.png and b/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-bottom-start-1-firefox-linux.png differ diff --git a/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-bottom-start-1-webkit-linux.png b/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-bottom-start-1-webkit-linux.png index f91943ed69..f37f064600 100644 Binary files a/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-bottom-start-1-webkit-linux.png and b/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-bottom-start-1-webkit-linux.png differ diff --git a/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-left-1-chromium-linux.png b/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-left-1-chromium-linux.png index a73c219922..2b40fd29c8 100644 Binary files a/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-left-1-chromium-linux.png and b/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-left-1-chromium-linux.png differ diff --git a/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-left-1-firefox-linux.png b/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-left-1-firefox-linux.png index c6da87b947..3619c5035a 100644 Binary files a/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-left-1-firefox-linux.png and b/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-left-1-firefox-linux.png differ diff --git a/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-left-1-webkit-linux.png b/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-left-1-webkit-linux.png index 5e70fc3c6e..496f038f71 100644 Binary files a/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-left-1-webkit-linux.png and b/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-left-1-webkit-linux.png differ diff --git a/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-left-end-1-chromium-linux.png b/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-left-end-1-chromium-linux.png index f9baa7e400..424a8d128a 100644 Binary files a/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-left-end-1-chromium-linux.png and b/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-left-end-1-chromium-linux.png differ diff --git a/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-left-end-1-firefox-linux.png b/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-left-end-1-firefox-linux.png index 7b7b40dab4..8b9c2d4e5b 100644 Binary files a/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-left-end-1-firefox-linux.png and b/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-left-end-1-firefox-linux.png differ diff --git a/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-left-end-1-webkit-linux.png b/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-left-end-1-webkit-linux.png index 8f643a9ba2..88234a1d25 100644 Binary files a/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-left-end-1-webkit-linux.png and b/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-left-end-1-webkit-linux.png differ diff --git a/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-left-start-1-chromium-linux.png b/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-left-start-1-chromium-linux.png index 0deb2e2ecb..88eaf5b767 100644 Binary files a/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-left-start-1-chromium-linux.png and b/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-left-start-1-chromium-linux.png differ diff --git a/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-left-start-1-firefox-linux.png b/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-left-start-1-firefox-linux.png index 97a86b9a63..8673d3a7ef 100644 Binary files a/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-left-start-1-firefox-linux.png and b/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-left-start-1-firefox-linux.png differ diff --git a/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-left-start-1-webkit-linux.png b/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-left-start-1-webkit-linux.png index 532858763c..590c72251d 100644 Binary files a/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-left-start-1-webkit-linux.png and b/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-left-start-1-webkit-linux.png differ diff --git a/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-right-1-chromium-linux.png b/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-right-1-chromium-linux.png index c7f8f736e5..aa7d687242 100644 Binary files a/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-right-1-chromium-linux.png and b/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-right-1-chromium-linux.png differ diff --git a/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-right-1-firefox-linux.png b/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-right-1-firefox-linux.png index 9bb1a8b8f8..9476ba0df4 100644 Binary files a/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-right-1-firefox-linux.png and b/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-right-1-firefox-linux.png differ diff --git a/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-right-1-webkit-linux.png b/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-right-1-webkit-linux.png index 63f0456069..fbd1160072 100644 Binary files a/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-right-1-webkit-linux.png and b/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-right-1-webkit-linux.png differ diff --git a/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-right-end-1-chromium-linux.png b/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-right-end-1-chromium-linux.png index 9c0b042bb3..abbd683269 100644 Binary files a/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-right-end-1-chromium-linux.png and b/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-right-end-1-chromium-linux.png differ diff --git a/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-right-end-1-firefox-linux.png b/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-right-end-1-firefox-linux.png index 3148ef3d67..fc95882157 100644 Binary files a/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-right-end-1-firefox-linux.png and b/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-right-end-1-firefox-linux.png differ diff --git a/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-right-end-1-webkit-linux.png b/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-right-end-1-webkit-linux.png index 7d66748550..3a66e6b787 100644 Binary files a/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-right-end-1-webkit-linux.png and b/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-right-end-1-webkit-linux.png differ diff --git a/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-right-start-1-chromium-linux.png b/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-right-start-1-chromium-linux.png index 7636012cf5..7b018440bc 100644 Binary files a/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-right-start-1-chromium-linux.png and b/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-right-start-1-chromium-linux.png differ diff --git a/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-right-start-1-firefox-linux.png b/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-right-start-1-firefox-linux.png index e8c2538598..ffc4711ba6 100644 Binary files a/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-right-start-1-firefox-linux.png and b/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-right-start-1-firefox-linux.png differ diff --git a/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-right-start-1-webkit-linux.png b/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-right-start-1-webkit-linux.png index e1486fc6b8..6d48269713 100644 Binary files a/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-right-start-1-webkit-linux.png and b/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-right-start-1-webkit-linux.png differ diff --git a/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-top-1-chromium-linux.png b/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-top-1-chromium-linux.png index f8efe54c5c..2891727ef3 100644 Binary files a/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-top-1-chromium-linux.png and b/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-top-1-chromium-linux.png differ diff --git a/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-top-1-firefox-linux.png b/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-top-1-firefox-linux.png index 434297ac5d..b3e7b5ff5e 100644 Binary files a/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-top-1-firefox-linux.png and b/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-top-1-firefox-linux.png differ diff --git a/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-top-1-webkit-linux.png b/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-top-1-webkit-linux.png index 645e166d3a..80d444264d 100644 Binary files a/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-top-1-webkit-linux.png and b/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-top-1-webkit-linux.png differ diff --git a/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-top-end-1-chromium-linux.png b/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-top-end-1-chromium-linux.png index a2995df0c7..cceb3c998c 100644 Binary files a/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-top-end-1-chromium-linux.png and b/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-top-end-1-chromium-linux.png differ diff --git a/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-top-end-1-firefox-linux.png b/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-top-end-1-firefox-linux.png index 8a21ba5922..837b63ffc3 100644 Binary files a/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-top-end-1-firefox-linux.png and b/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-top-end-1-firefox-linux.png differ diff --git a/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-top-end-1-webkit-linux.png b/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-top-end-1-webkit-linux.png index 515bd1a4de..4524c8daea 100644 Binary files a/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-top-end-1-webkit-linux.png and b/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-top-end-1-webkit-linux.png differ diff --git a/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-top-start-1-chromium-linux.png b/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-top-start-1-chromium-linux.png index cca5e49684..89441b18e6 100644 Binary files a/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-top-start-1-chromium-linux.png and b/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-top-start-1-chromium-linux.png differ diff --git a/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-top-start-1-firefox-linux.png b/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-top-start-1-firefox-linux.png index 5e8011ab94..63116d2d27 100644 Binary files a/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-top-start-1-firefox-linux.png and b/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-top-start-1-firefox-linux.png differ diff --git a/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-top-start-1-webkit-linux.png b/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-top-start-1-webkit-linux.png index 30cbf8d80a..d6d1a36958 100644 Binary files a/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-top-start-1-webkit-linux.png and b/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-hint-with-placement-top-start-1-webkit-linux.png differ diff --git a/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-word-wrapping-1-chromium-linux.png b/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-word-wrapping-1-chromium-linux.png index ba88700ef0..27989a5e6a 100644 Binary files a/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-word-wrapping-1-chromium-linux.png and b/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-word-wrapping-1-chromium-linux.png differ diff --git a/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-word-wrapping-1-firefox-linux.png b/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-word-wrapping-1-firefox-linux.png index 32d270fec1..c0f7e49e2c 100644 Binary files a/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-word-wrapping-1-firefox-linux.png and b/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-word-wrapping-1-firefox-linux.png differ diff --git a/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-word-wrapping-1-webkit-linux.png b/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-word-wrapping-1-webkit-linux.png index 2a0266bf64..6862e55052 100644 Binary files a/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-word-wrapping-1-webkit-linux.png and b/semcore/base-components/__tests__/hint.browser-test.tsx-snapshots/-visual-Verify-word-wrapping-1-webkit-linux.png differ diff --git a/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/-visual-Verify-popper-position-with-OffSet-prop-1-chromium-linux.png b/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/-visual-Verify-popper-position-with-OffSet-prop-1-chromium-linux.png index 67291a6989..0d0331f215 100644 Binary files a/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/-visual-Verify-popper-position-with-OffSet-prop-1-chromium-linux.png and b/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/-visual-Verify-popper-position-with-OffSet-prop-1-chromium-linux.png differ diff --git a/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/-visual-Verify-popper-position-with-OffSet-prop-1-firefox-linux.png b/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/-visual-Verify-popper-position-with-OffSet-prop-1-firefox-linux.png index 047de09047..928adf7261 100644 Binary files a/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/-visual-Verify-popper-position-with-OffSet-prop-1-firefox-linux.png and b/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/-visual-Verify-popper-position-with-OffSet-prop-1-firefox-linux.png differ diff --git a/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/-visual-Verify-popper-position-with-OffSet-prop-1-webkit-linux.png b/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/-visual-Verify-popper-position-with-OffSet-prop-1-webkit-linux.png index 51b92d1851..de09edf3d2 100644 Binary files a/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/-visual-Verify-popper-position-with-OffSet-prop-1-webkit-linux.png and b/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/-visual-Verify-popper-position-with-OffSet-prop-1-webkit-linux.png differ diff --git a/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-bottom-chromium-linux.png b/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-bottom-chromium-linux.png index 14d94719a9..560805d6b6 100644 Binary files a/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-bottom-chromium-linux.png and b/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-bottom-chromium-linux.png differ diff --git a/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-bottom-end-chromium-linux.png b/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-bottom-end-chromium-linux.png index fbb733239f..f2a97a2609 100644 Binary files a/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-bottom-end-chromium-linux.png and b/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-bottom-end-chromium-linux.png differ diff --git a/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-bottom-end-firefox-linux.png b/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-bottom-end-firefox-linux.png index 76781292f4..2d86493077 100644 Binary files a/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-bottom-end-firefox-linux.png and b/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-bottom-end-firefox-linux.png differ diff --git a/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-bottom-end-webkit-linux.png b/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-bottom-end-webkit-linux.png index 2b66fb5995..c32c0f0571 100644 Binary files a/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-bottom-end-webkit-linux.png and b/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-bottom-end-webkit-linux.png differ diff --git a/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-bottom-firefox-linux.png b/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-bottom-firefox-linux.png index db6a2002f9..76a2ae0d21 100644 Binary files a/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-bottom-firefox-linux.png and b/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-bottom-firefox-linux.png differ diff --git a/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-bottom-start-chromium-linux.png b/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-bottom-start-chromium-linux.png index 260e142d0c..a56f83b4bb 100644 Binary files a/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-bottom-start-chromium-linux.png and b/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-bottom-start-chromium-linux.png differ diff --git a/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-bottom-start-firefox-linux.png b/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-bottom-start-firefox-linux.png index 592aa1a036..887ec24341 100644 Binary files a/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-bottom-start-firefox-linux.png and b/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-bottom-start-firefox-linux.png differ diff --git a/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-bottom-start-webkit-linux.png b/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-bottom-start-webkit-linux.png index b3f945fdd0..416f935871 100644 Binary files a/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-bottom-start-webkit-linux.png and b/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-bottom-start-webkit-linux.png differ diff --git a/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-bottom-webkit-linux.png b/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-bottom-webkit-linux.png index b7b8b0fc7f..fb89e8c889 100644 Binary files a/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-bottom-webkit-linux.png and b/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-bottom-webkit-linux.png differ diff --git a/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-left-chromium-linux.png b/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-left-chromium-linux.png index 2d84ae74ea..3721ae552c 100644 Binary files a/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-left-chromium-linux.png and b/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-left-chromium-linux.png differ diff --git a/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-left-end-chromium-linux.png b/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-left-end-chromium-linux.png index 71829a41fa..939bcd4bc8 100644 Binary files a/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-left-end-chromium-linux.png and b/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-left-end-chromium-linux.png differ diff --git a/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-left-end-firefox-linux.png b/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-left-end-firefox-linux.png index 874030fa90..5f50044109 100644 Binary files a/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-left-end-firefox-linux.png and b/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-left-end-firefox-linux.png differ diff --git a/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-left-end-webkit-linux.png b/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-left-end-webkit-linux.png index 37761dfa09..2e0b3b8315 100644 Binary files a/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-left-end-webkit-linux.png and b/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-left-end-webkit-linux.png differ diff --git a/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-left-firefox-linux.png b/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-left-firefox-linux.png index bc20dea90a..e689b9373c 100644 Binary files a/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-left-firefox-linux.png and b/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-left-firefox-linux.png differ diff --git a/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-left-start-chromium-linux.png b/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-left-start-chromium-linux.png index 71f2cf6a1c..d6eb2b63d4 100644 Binary files a/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-left-start-chromium-linux.png and b/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-left-start-chromium-linux.png differ diff --git a/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-left-start-firefox-linux.png b/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-left-start-firefox-linux.png index 59640b6bd2..9a5fc16a8e 100644 Binary files a/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-left-start-firefox-linux.png and b/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-left-start-firefox-linux.png differ diff --git a/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-left-start-webkit-linux.png b/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-left-start-webkit-linux.png index 2294d22033..175f04642b 100644 Binary files a/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-left-start-webkit-linux.png and b/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-left-start-webkit-linux.png differ diff --git a/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-left-webkit-linux.png b/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-left-webkit-linux.png index d9ae4b2e99..98076b9b7d 100644 Binary files a/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-left-webkit-linux.png and b/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-left-webkit-linux.png differ diff --git a/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-right-chromium-linux.png b/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-right-chromium-linux.png index 9909e46041..ba06f9400b 100644 Binary files a/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-right-chromium-linux.png and b/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-right-chromium-linux.png differ diff --git a/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-right-end-chromium-linux.png b/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-right-end-chromium-linux.png index 5add0576ad..463007b9fe 100644 Binary files a/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-right-end-chromium-linux.png and b/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-right-end-chromium-linux.png differ diff --git a/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-right-end-firefox-linux.png b/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-right-end-firefox-linux.png index 653719feef..753c7413fe 100644 Binary files a/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-right-end-firefox-linux.png and b/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-right-end-firefox-linux.png differ diff --git a/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-right-end-webkit-linux.png b/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-right-end-webkit-linux.png index e2a685d57f..3197008ad6 100644 Binary files a/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-right-end-webkit-linux.png and b/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-right-end-webkit-linux.png differ diff --git a/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-right-firefox-linux.png b/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-right-firefox-linux.png index 3630fce149..4c7774b0b2 100644 Binary files a/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-right-firefox-linux.png and b/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-right-firefox-linux.png differ diff --git a/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-right-start-chromium-linux.png b/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-right-start-chromium-linux.png index 795c22dda5..f8d8edf0c2 100644 Binary files a/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-right-start-chromium-linux.png and b/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-right-start-chromium-linux.png differ diff --git a/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-right-start-firefox-linux.png b/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-right-start-firefox-linux.png index 25a55ece12..8b47605a76 100644 Binary files a/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-right-start-firefox-linux.png and b/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-right-start-firefox-linux.png differ diff --git a/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-right-start-webkit-linux.png b/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-right-start-webkit-linux.png index 4f10106aed..ad5773c0c3 100644 Binary files a/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-right-start-webkit-linux.png and b/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-right-start-webkit-linux.png differ diff --git a/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-right-webkit-linux.png b/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-right-webkit-linux.png index ca02a95643..b19ae237db 100644 Binary files a/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-right-webkit-linux.png and b/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-right-webkit-linux.png differ diff --git a/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-top-chromium-linux.png b/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-top-chromium-linux.png index 7febdc7f12..252c7fbcf0 100644 Binary files a/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-top-chromium-linux.png and b/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-top-chromium-linux.png differ diff --git a/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-top-end-chromium-linux.png b/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-top-end-chromium-linux.png index ca93183485..b17191bc79 100644 Binary files a/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-top-end-chromium-linux.png and b/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-top-end-chromium-linux.png differ diff --git a/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-top-end-firefox-linux.png b/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-top-end-firefox-linux.png index 38c66e8695..0ac52c42a3 100644 Binary files a/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-top-end-firefox-linux.png and b/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-top-end-firefox-linux.png differ diff --git a/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-top-end-webkit-linux.png b/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-top-end-webkit-linux.png index bc6b1ebe59..626759e1ab 100644 Binary files a/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-top-end-webkit-linux.png and b/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-top-end-webkit-linux.png differ diff --git a/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-top-firefox-linux.png b/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-top-firefox-linux.png index 094036587a..5dc7e0a9a5 100644 Binary files a/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-top-firefox-linux.png and b/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-top-firefox-linux.png differ diff --git a/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-top-start-chromium-linux.png b/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-top-start-chromium-linux.png index 2d8053f2fd..cbfd9c0b58 100644 Binary files a/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-top-start-chromium-linux.png and b/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-top-start-chromium-linux.png differ diff --git a/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-top-start-firefox-linux.png b/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-top-start-firefox-linux.png index cd07ede9cd..8f6c507773 100644 Binary files a/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-top-start-firefox-linux.png and b/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-top-start-firefox-linux.png differ diff --git a/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-top-start-webkit-linux.png b/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-top-start-webkit-linux.png index f603227ac7..adfb5c8e4d 100644 Binary files a/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-top-start-webkit-linux.png and b/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-top-start-webkit-linux.png differ diff --git a/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-top-webkit-linux.png b/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-top-webkit-linux.png index ef2c5b9a32..2e4a7de41a 100644 Binary files a/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-top-webkit-linux.png and b/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-top-webkit-linux.png differ diff --git a/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-base-example-mouse-scroll-1-firefox-linux.png b/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-base-example-mouse-scroll-1-firefox-linux.png index 9a80cf9523..9c7bc39677 100644 Binary files a/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-base-example-mouse-scroll-1-firefox-linux.png and b/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-base-example-mouse-scroll-1-firefox-linux.png differ diff --git a/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-keyboard-Scroll-Area-with-shado-713a6--shadowSize-15-focusRingOffset-0px-Offset-100-1-chromium-linux.png b/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-keyboard-Scroll-Area-with-shado-713a6--shadowSize-15-focusRingOffset-0px-Offset-100-1-chromium-linux.png index 34203bc134..0ed4ed9fa5 100644 Binary files a/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-keyboard-Scroll-Area-with-shado-713a6--shadowSize-15-focusRingOffset-0px-Offset-100-1-chromium-linux.png and b/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-keyboard-Scroll-Area-with-shado-713a6--shadowSize-15-focusRingOffset-0px-Offset-100-1-chromium-linux.png differ diff --git a/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-keyboard-Scroll-Area-with-shado-713a6--shadowSize-15-focusRingOffset-0px-Offset-100-1-firefox-linux.png b/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-keyboard-Scroll-Area-with-shado-713a6--shadowSize-15-focusRingOffset-0px-Offset-100-1-firefox-linux.png index ab23603745..e4ce3b1673 100644 Binary files a/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-keyboard-Scroll-Area-with-shado-713a6--shadowSize-15-focusRingOffset-0px-Offset-100-1-firefox-linux.png and b/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-keyboard-Scroll-Area-with-shado-713a6--shadowSize-15-focusRingOffset-0px-Offset-100-1-firefox-linux.png differ diff --git a/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-keyboard-Scroll-Area-with-shado-713a6--shadowSize-15-focusRingOffset-0px-Offset-100-1-webkit-linux.png b/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-keyboard-Scroll-Area-with-shado-713a6--shadowSize-15-focusRingOffset-0px-Offset-100-1-webkit-linux.png index 9776fed42b..50118ec6aa 100644 Binary files a/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-keyboard-Scroll-Area-with-shado-713a6--shadowSize-15-focusRingOffset-0px-Offset-100-1-webkit-linux.png and b/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-keyboard-Scroll-Area-with-shado-713a6--shadowSize-15-focusRingOffset-0px-Offset-100-1-webkit-linux.png differ diff --git a/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-keyboard-Scroll-Area-with-shado-adf5b-shadowSize-30-focusRingOffset-40px-Offset-100-1-chromium-linux.png b/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-keyboard-Scroll-Area-with-shado-adf5b-shadowSize-30-focusRingOffset-40px-Offset-100-1-chromium-linux.png index b3977a8454..d6daf8cd06 100644 Binary files a/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-keyboard-Scroll-Area-with-shado-adf5b-shadowSize-30-focusRingOffset-40px-Offset-100-1-chromium-linux.png and b/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-keyboard-Scroll-Area-with-shado-adf5b-shadowSize-30-focusRingOffset-40px-Offset-100-1-chromium-linux.png differ diff --git a/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-keyboard-Scroll-Area-with-shado-adf5b-shadowSize-30-focusRingOffset-40px-Offset-100-1-firefox-linux.png b/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-keyboard-Scroll-Area-with-shado-adf5b-shadowSize-30-focusRingOffset-40px-Offset-100-1-firefox-linux.png index 07f6123735..f6d896308c 100644 Binary files a/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-keyboard-Scroll-Area-with-shado-adf5b-shadowSize-30-focusRingOffset-40px-Offset-100-1-firefox-linux.png and b/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-keyboard-Scroll-Area-with-shado-adf5b-shadowSize-30-focusRingOffset-40px-Offset-100-1-firefox-linux.png differ diff --git a/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-keyboard-Scroll-Area-with-shado-adf5b-shadowSize-30-focusRingOffset-40px-Offset-100-1-webkit-linux.png b/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-keyboard-Scroll-Area-with-shado-adf5b-shadowSize-30-focusRingOffset-40px-Offset-100-1-webkit-linux.png index 7cc959f867..2ad9c0596b 100644 Binary files a/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-keyboard-Scroll-Area-with-shado-adf5b-shadowSize-30-focusRingOffset-40px-Offset-100-1-webkit-linux.png and b/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-keyboard-Scroll-Area-with-shado-adf5b-shadowSize-30-focusRingOffset-40px-Offset-100-1-webkit-linux.png differ diff --git a/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-keyboard-Scroll-Area-with-shado-ba3f3-ht-shadowSize-25-focusRingOffset-0px-Offset-0-1-chromium-linux.png b/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-keyboard-Scroll-Area-with-shado-ba3f3-ht-shadowSize-25-focusRingOffset-0px-Offset-0-1-chromium-linux.png index edc695ed30..cc83ec7d83 100644 Binary files a/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-keyboard-Scroll-Area-with-shado-ba3f3-ht-shadowSize-25-focusRingOffset-0px-Offset-0-1-chromium-linux.png and b/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-keyboard-Scroll-Area-with-shado-ba3f3-ht-shadowSize-25-focusRingOffset-0px-Offset-0-1-chromium-linux.png differ diff --git a/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-keyboard-Scroll-Area-with-shado-ba3f3-ht-shadowSize-25-focusRingOffset-0px-Offset-0-1-firefox-linux.png b/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-keyboard-Scroll-Area-with-shado-ba3f3-ht-shadowSize-25-focusRingOffset-0px-Offset-0-1-firefox-linux.png index faab4ce535..9e2d4db144 100644 Binary files a/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-keyboard-Scroll-Area-with-shado-ba3f3-ht-shadowSize-25-focusRingOffset-0px-Offset-0-1-firefox-linux.png and b/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-keyboard-Scroll-Area-with-shado-ba3f3-ht-shadowSize-25-focusRingOffset-0px-Offset-0-1-firefox-linux.png differ diff --git a/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-keyboard-Scroll-Area-with-shado-ba3f3-ht-shadowSize-25-focusRingOffset-0px-Offset-0-1-webkit-linux.png b/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-keyboard-Scroll-Area-with-shado-ba3f3-ht-shadowSize-25-focusRingOffset-0px-Offset-0-1-webkit-linux.png index 0f2b6ce98c..8c86882c54 100644 Binary files a/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-keyboard-Scroll-Area-with-shado-ba3f3-ht-shadowSize-25-focusRingOffset-0px-Offset-0-1-webkit-linux.png and b/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-keyboard-Scroll-Area-with-shado-ba3f3-ht-shadowSize-25-focusRingOffset-0px-Offset-0-1-webkit-linux.png differ diff --git a/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-keyboard-Scroll-Area-with-shado-f930d--shadowSize-20-focusRingOffset-0px-Offset-100-1-chromium-linux.png b/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-keyboard-Scroll-Area-with-shado-f930d--shadowSize-20-focusRingOffset-0px-Offset-100-1-chromium-linux.png index bdb57b79b6..586aa94206 100644 Binary files a/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-keyboard-Scroll-Area-with-shado-f930d--shadowSize-20-focusRingOffset-0px-Offset-100-1-chromium-linux.png and b/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-keyboard-Scroll-Area-with-shado-f930d--shadowSize-20-focusRingOffset-0px-Offset-100-1-chromium-linux.png differ diff --git a/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-keyboard-Scroll-Area-with-shado-f930d--shadowSize-20-focusRingOffset-0px-Offset-100-1-firefox-linux.png b/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-keyboard-Scroll-Area-with-shado-f930d--shadowSize-20-focusRingOffset-0px-Offset-100-1-firefox-linux.png index 28cd44454e..4bed0fd242 100644 Binary files a/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-keyboard-Scroll-Area-with-shado-f930d--shadowSize-20-focusRingOffset-0px-Offset-100-1-firefox-linux.png and b/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-keyboard-Scroll-Area-with-shado-f930d--shadowSize-20-focusRingOffset-0px-Offset-100-1-firefox-linux.png differ diff --git a/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-keyboard-Scroll-Area-with-shado-f930d--shadowSize-20-focusRingOffset-0px-Offset-100-1-webkit-linux.png b/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-keyboard-Scroll-Area-with-shado-f930d--shadowSize-20-focusRingOffset-0px-Offset-100-1-webkit-linux.png index f8f8097efd..fb5fe5c728 100644 Binary files a/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-keyboard-Scroll-Area-with-shado-f930d--shadowSize-20-focusRingOffset-0px-Offset-100-1-webkit-linux.png and b/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-keyboard-Scroll-Area-with-shado-f930d--shadowSize-20-focusRingOffset-0px-Offset-100-1-webkit-linux.png differ diff --git a/semcore/base-components/src/components/hint/style/hint.shadow.css b/semcore/base-components/src/components/hint/style/hint.shadow.css index 3e66b92d97..42e1b824a8 100644 --- a/semcore/base-components/src/components/hint/style/hint.shadow.css +++ b/semcore/base-components/src/components/hint/style/hint.shadow.css @@ -8,8 +8,8 @@ SHintPopper { opacity: 0; pointer-events: none; - background: var(--intergalactic-tooltip-invert, oklch(0.23 0.01 140)); - border: 1px solid var(--intergalactic-border-tooltip-invert, oklch(0.995 0.008 145.9 / 0.369)); + background: var(--intergalactic-tooltip-invert, oklch(0.23 0.01 140)); /* TODO: --intergalactic-tooltip-bg-invert or consider adding hint category */ + border: 1px solid var(--intergalactic-border-tooltip-invert, oklch(0.995 0.008 145.9 / 0.369)); /* TODO: --intergalactic-tooltip-border-invert or consider adding hint category */ color: var(--intergalactic-text-primary-invert, oklch(0.999 0.001 180 / 0.949)); padding: var(--intergalactic-spacing-1x, 4px) var(--intergalactic-spacing-2x, 8px); border-radius: var(--intergalactic-rounded-small, 4px); diff --git a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx index 4636971480..0e1842b638 100644 --- a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx +++ b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx @@ -32,7 +32,9 @@ test.describe(`${TAG.VISUAL}`, () => { variables.forEach((item) => { test(`Verify Base case size=${item.size} disabled=${item.disabled} state=${item.state} active=${item.active} empty=${item.empty} placeholder=${item.placeholder}`, { tag: [TAG.PRIORITY_HIGH, - '@base-trigger'], + '@base-trigger', + '@base-components', + '@flex-box'], }, async ({ page }) => { await loadPage(page, 'stories/components/base-trigger/tests/examples/base-trigger/base.tsx', 'en', item); @@ -92,7 +94,9 @@ test.describe(`${TAG.VISUAL}`, () => { test(`Verify With addons case size=${item.size} disabled=${item.disabled} state=${item.state} active=${item.active} empty=${item.empty} placeholder=${item.placeholder}`, { tag: [TAG.PRIORITY_HIGH, - '@base-trigger'], + '@base-trigger', + '@base-components', + '@flex-box'], }, async ({ page }) => { await loadPage(page, 'stories/components/base-trigger/tests/examples/base-trigger/with-addons.tsx', 'en', item); @@ -166,7 +170,8 @@ test.describe(`${TAG.VISUAL}`, () => { tag: [TAG.PRIORITY_HIGH, '@base-trigger', '@base-components', - '@neighbor-location'], + '@neighbor-location', + '@flex-box'], }, async ({ page }) => { await loadPage(page, 'stories/components/base-trigger/tests/examples/base-trigger/neighbor-location.tsx', 'en', item); @@ -239,7 +244,9 @@ test.describe(`${TAG.VISUAL}`, () => { tag: [TAG.PRIORITY_HIGH, '@base-trigger', '@dropdown', - '@select'], + '@select', + '@base-components', + '@flex-box'], }, async ({ page }) => { await loadPage(page, 'stories/components/base-trigger/tests/examples/base-trigger/with-select-and-dd-menu.tsx', 'en', item); @@ -337,7 +344,10 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { '@dropdown', '@select', '@divider', - '@button'], + '@button', + '@base-components', + '@flex-box', + '@typography'], }, async ({ page }) => { await loadPage(page, 'stories/components/base-trigger/tests/examples/base-trigger/base-trigger.tsx', 'en'); @@ -368,7 +378,10 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { '@dropdown', '@select', '@divider', - '@button'], + '@button', + '@base-components', + '@flex-box', + '@typography'], }, async ({ page }) => { await loadPage(page, 'stories/components/base-trigger/tests/examples/base-trigger/base-trigger.tsx', 'en'); @@ -396,7 +409,10 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { '@dropdown', '@select', '@divider', - '@button'], + '@button', + '@base-components', + '@flex-box', + '@typography'], }, async ({ page }) => { await loadPage(page, 'stories/components/base-trigger/tests/examples/base-trigger/base-trigger.tsx', 'en'); diff --git a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Base-trigger-and-few-tags-1-chromium-linux.png b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Base-trigger-and-few-tags-1-chromium-linux.png index fc45fcecc5..f9941b08be 100644 Binary files a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Base-trigger-and-few-tags-1-chromium-linux.png and b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Base-trigger-and-few-tags-1-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Base-trigger-and-few-tags-1-firefox-linux.png b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Base-trigger-and-few-tags-1-firefox-linux.png index 2bd47af3a1..329093265d 100644 Binary files a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Base-trigger-and-few-tags-1-firefox-linux.png and b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Base-trigger-and-few-tags-1-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Base-trigger-and-few-tags-1-webkit-linux.png b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Base-trigger-and-few-tags-1-webkit-linux.png index 765b0d2280..6890bd1070 100644 Binary files a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Base-trigger-and-few-tags-1-webkit-linux.png and b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Base-trigger-and-few-tags-1-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/base-size-l-disabled-false-lstate-invalid-active-true-placeholder-Placeholder-chromium-linux.png b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/base-size-l-disabled-false-lstate-invalid-active-true-placeholder-Placeholder-chromium-linux.png index 6a0534be59..07a912af09 100644 Binary files a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/base-size-l-disabled-false-lstate-invalid-active-true-placeholder-Placeholder-chromium-linux.png and b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/base-size-l-disabled-false-lstate-invalid-active-true-placeholder-Placeholder-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/base-size-l-disabled-false-lstate-invalid-active-true-placeholder-Placeholder-firefox-linux.png b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/base-size-l-disabled-false-lstate-invalid-active-true-placeholder-Placeholder-firefox-linux.png index 984bb01c3d..a49e8d583b 100644 Binary files a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/base-size-l-disabled-false-lstate-invalid-active-true-placeholder-Placeholder-firefox-linux.png and b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/base-size-l-disabled-false-lstate-invalid-active-true-placeholder-Placeholder-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/base-size-l-disabled-false-lstate-invalid-active-true-placeholder-Placeholder-webkit-linux.png b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/base-size-l-disabled-false-lstate-invalid-active-true-placeholder-Placeholder-webkit-linux.png index acb2e47fc3..d810b1d887 100644 Binary files a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/base-size-l-disabled-false-lstate-invalid-active-true-placeholder-Placeholder-webkit-linux.png and b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/base-size-l-disabled-false-lstate-invalid-active-true-placeholder-Placeholder-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/base-size-l-disabled-false-state-valid-active-false-placeholder-Placeholder-chromium-linux.png b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/base-size-l-disabled-false-state-valid-active-false-placeholder-Placeholder-chromium-linux.png index 553cac0efb..0e6e157594 100644 Binary files a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/base-size-l-disabled-false-state-valid-active-false-placeholder-Placeholder-chromium-linux.png and b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/base-size-l-disabled-false-state-valid-active-false-placeholder-Placeholder-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/base-size-l-disabled-false-state-valid-active-false-placeholder-Placeholder-firefox-linux.png b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/base-size-l-disabled-false-state-valid-active-false-placeholder-Placeholder-firefox-linux.png index f2014daa8c..90efdbd747 100644 Binary files a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/base-size-l-disabled-false-state-valid-active-false-placeholder-Placeholder-firefox-linux.png and b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/base-size-l-disabled-false-state-valid-active-false-placeholder-Placeholder-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/base-size-l-disabled-false-state-valid-active-false-placeholder-Placeholder-webkit-linux.png b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/base-size-l-disabled-false-state-valid-active-false-placeholder-Placeholder-webkit-linux.png index 5ae13c9f22..d10f5e0e47 100644 Binary files a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/base-size-l-disabled-false-state-valid-active-false-placeholder-Placeholder-webkit-linux.png and b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/base-size-l-disabled-false-state-valid-active-false-placeholder-Placeholder-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/base-size-l-disabled-true-state-valid-active-true-placeholder-Placeholder-chromium-linux.png b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/base-size-l-disabled-true-state-valid-active-true-placeholder-Placeholder-chromium-linux.png index b7bfb7530b..16962b7466 100644 Binary files a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/base-size-l-disabled-true-state-valid-active-true-placeholder-Placeholder-chromium-linux.png and b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/base-size-l-disabled-true-state-valid-active-true-placeholder-Placeholder-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/base-size-l-disabled-true-state-valid-active-true-placeholder-Placeholder-firefox-linux.png b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/base-size-l-disabled-true-state-valid-active-true-placeholder-Placeholder-firefox-linux.png index 2e37693b79..9e7c32221b 100644 Binary files a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/base-size-l-disabled-true-state-valid-active-true-placeholder-Placeholder-firefox-linux.png and b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/base-size-l-disabled-true-state-valid-active-true-placeholder-Placeholder-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/base-size-l-disabled-true-state-valid-active-true-placeholder-Placeholder-webkit-linux.png b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/base-size-l-disabled-true-state-valid-active-true-placeholder-Placeholder-webkit-linux.png index 18aef46427..963d295afa 100644 Binary files a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/base-size-l-disabled-true-state-valid-active-true-placeholder-Placeholder-webkit-linux.png and b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/base-size-l-disabled-true-state-valid-active-true-placeholder-Placeholder-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-lstate-invalid-active-false-placeholder-undefined-chromium-linux.png b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-lstate-invalid-active-false-placeholder-undefined-chromium-linux.png index c8794b49be..75deb36a4b 100644 Binary files a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-lstate-invalid-active-false-placeholder-undefined-chromium-linux.png and b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-lstate-invalid-active-false-placeholder-undefined-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-lstate-invalid-active-false-placeholder-undefined-firefox-linux.png b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-lstate-invalid-active-false-placeholder-undefined-firefox-linux.png index d97ffee2a7..92367b03b0 100644 Binary files a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-lstate-invalid-active-false-placeholder-undefined-firefox-linux.png and b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-lstate-invalid-active-false-placeholder-undefined-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-lstate-invalid-active-false-placeholder-undefined-webkit-linux.png b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-lstate-invalid-active-false-placeholder-undefined-webkit-linux.png index 4ee2df1088..349ed0e726 100644 Binary files a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-lstate-invalid-active-false-placeholder-undefined-webkit-linux.png and b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-lstate-invalid-active-false-placeholder-undefined-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-state-normal-active-false-placeholder-Placeholder-chromium-linux.png b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-state-normal-active-false-placeholder-Placeholder-chromium-linux.png index fc26ee2fc8..cab5e928b0 100644 Binary files a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-state-normal-active-false-placeholder-Placeholder-chromium-linux.png and b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-state-normal-active-false-placeholder-Placeholder-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-state-normal-active-false-placeholder-Placeholder-firefox-linux.png b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-state-normal-active-false-placeholder-Placeholder-firefox-linux.png index 8696aefb05..82ce28d7d9 100644 Binary files a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-state-normal-active-false-placeholder-Placeholder-firefox-linux.png and b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-state-normal-active-false-placeholder-Placeholder-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-state-normal-active-false-placeholder-Placeholder-webkit-linux.png b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-state-normal-active-false-placeholder-Placeholder-webkit-linux.png index f7eed474c6..4f0e290374 100644 Binary files a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-state-normal-active-false-placeholder-Placeholder-webkit-linux.png and b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-state-normal-active-false-placeholder-Placeholder-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-state-normal-active-true-placeholder-Placeholder-chromium-linux.png b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-state-normal-active-true-placeholder-Placeholder-chromium-linux.png index 38eb4cbef6..b3895eb92c 100644 Binary files a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-state-normal-active-true-placeholder-Placeholder-chromium-linux.png and b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-state-normal-active-true-placeholder-Placeholder-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-state-normal-active-true-placeholder-Placeholder-firefox-linux.png b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-state-normal-active-true-placeholder-Placeholder-firefox-linux.png index 645dd25997..618b3d9c0f 100644 Binary files a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-state-normal-active-true-placeholder-Placeholder-firefox-linux.png and b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-state-normal-active-true-placeholder-Placeholder-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-state-normal-active-true-placeholder-Placeholder-webkit-linux.png b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-state-normal-active-true-placeholder-Placeholder-webkit-linux.png index cc4b75f3ab..70a7f4ed97 100644 Binary files a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-state-normal-active-true-placeholder-Placeholder-webkit-linux.png and b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-state-normal-active-true-placeholder-Placeholder-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-state-valid-active-true-placeholder-undefined-chromium-linux.png b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-state-valid-active-true-placeholder-undefined-chromium-linux.png index ecff4e2b8e..54f442a65d 100644 Binary files a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-state-valid-active-true-placeholder-undefined-chromium-linux.png and b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-state-valid-active-true-placeholder-undefined-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-state-valid-active-true-placeholder-undefined-firefox-linux.png b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-state-valid-active-true-placeholder-undefined-firefox-linux.png index ed683ccb57..5a77fed103 100644 Binary files a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-state-valid-active-true-placeholder-undefined-firefox-linux.png and b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-state-valid-active-true-placeholder-undefined-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-state-valid-active-true-placeholder-undefined-webkit-linux.png b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-state-valid-active-true-placeholder-undefined-webkit-linux.png index 2f7740433c..fcf0a5ecac 100644 Binary files a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-state-valid-active-true-placeholder-undefined-webkit-linux.png and b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-state-valid-active-true-placeholder-undefined-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/base-size-m-disabled-true-state-invalid-active-true-placeholder-undefined-chromium-linux.png b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/base-size-m-disabled-true-state-invalid-active-true-placeholder-undefined-chromium-linux.png index 642b4da739..8aed0d4ca8 100644 Binary files a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/base-size-m-disabled-true-state-invalid-active-true-placeholder-undefined-chromium-linux.png and b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/base-size-m-disabled-true-state-invalid-active-true-placeholder-undefined-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/base-size-m-disabled-true-state-invalid-active-true-placeholder-undefined-firefox-linux.png b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/base-size-m-disabled-true-state-invalid-active-true-placeholder-undefined-firefox-linux.png index 8200387cb3..45eff9264e 100644 Binary files a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/base-size-m-disabled-true-state-invalid-active-true-placeholder-undefined-firefox-linux.png and b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/base-size-m-disabled-true-state-invalid-active-true-placeholder-undefined-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/base-size-m-disabled-true-state-invalid-active-true-placeholder-undefined-webkit-linux.png b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/base-size-m-disabled-true-state-invalid-active-true-placeholder-undefined-webkit-linux.png index a87d23d606..d1704cdc36 100644 Binary files a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/base-size-m-disabled-true-state-invalid-active-true-placeholder-undefined-webkit-linux.png and b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/base-size-m-disabled-true-state-invalid-active-true-placeholder-undefined-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/base-size-m-disabled-true-state-normal-active-false-placeholder-undefined-chromium-linux.png b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/base-size-m-disabled-true-state-normal-active-false-placeholder-undefined-chromium-linux.png index 581a163c56..ab330aef16 100644 Binary files a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/base-size-m-disabled-true-state-normal-active-false-placeholder-undefined-chromium-linux.png and b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/base-size-m-disabled-true-state-normal-active-false-placeholder-undefined-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/base-size-m-disabled-true-state-normal-active-false-placeholder-undefined-firefox-linux.png b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/base-size-m-disabled-true-state-normal-active-false-placeholder-undefined-firefox-linux.png index 58c5a53ef5..320f0943a6 100644 Binary files a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/base-size-m-disabled-true-state-normal-active-false-placeholder-undefined-firefox-linux.png and b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/base-size-m-disabled-true-state-normal-active-false-placeholder-undefined-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/base-size-m-disabled-true-state-normal-active-false-placeholder-undefined-webkit-linux.png b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/base-size-m-disabled-true-state-normal-active-false-placeholder-undefined-webkit-linux.png index b8f2758f7a..fb7f3184a9 100644 Binary files a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/base-size-m-disabled-true-state-normal-active-false-placeholder-undefined-webkit-linux.png and b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/base-size-m-disabled-true-state-normal-active-false-placeholder-undefined-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/neighbor-location-size-l-disabled-false-state-invalid-active-true-placeholder-Placeholder-chromium-linux.png b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/neighbor-location-size-l-disabled-false-state-invalid-active-true-placeholder-Placeholder-chromium-linux.png index 989fe8f05a..672d198d5c 100644 Binary files a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/neighbor-location-size-l-disabled-false-state-invalid-active-true-placeholder-Placeholder-chromium-linux.png and b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/neighbor-location-size-l-disabled-false-state-invalid-active-true-placeholder-Placeholder-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/neighbor-location-size-l-disabled-false-state-invalid-active-true-placeholder-Placeholder-firefox-linux.png b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/neighbor-location-size-l-disabled-false-state-invalid-active-true-placeholder-Placeholder-firefox-linux.png index e6bece7ab2..83d1d09b44 100644 Binary files a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/neighbor-location-size-l-disabled-false-state-invalid-active-true-placeholder-Placeholder-firefox-linux.png and b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/neighbor-location-size-l-disabled-false-state-invalid-active-true-placeholder-Placeholder-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/neighbor-location-size-l-disabled-false-state-invalid-active-true-placeholder-Placeholder-webkit-linux.png b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/neighbor-location-size-l-disabled-false-state-invalid-active-true-placeholder-Placeholder-webkit-linux.png index 3f75628444..9e1942e8f3 100644 Binary files a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/neighbor-location-size-l-disabled-false-state-invalid-active-true-placeholder-Placeholder-webkit-linux.png and b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/neighbor-location-size-l-disabled-false-state-invalid-active-true-placeholder-Placeholder-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/neighbor-location-size-l-disabled-false-state-valid-active-false-placeholder-Placeholder-chromium-linux.png b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/neighbor-location-size-l-disabled-false-state-valid-active-false-placeholder-Placeholder-chromium-linux.png index dc05d9e581..db52219c01 100644 Binary files a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/neighbor-location-size-l-disabled-false-state-valid-active-false-placeholder-Placeholder-chromium-linux.png and b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/neighbor-location-size-l-disabled-false-state-valid-active-false-placeholder-Placeholder-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/neighbor-location-size-l-disabled-false-state-valid-active-false-placeholder-Placeholder-firefox-linux.png b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/neighbor-location-size-l-disabled-false-state-valid-active-false-placeholder-Placeholder-firefox-linux.png index 033f336d94..540a219654 100644 Binary files a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/neighbor-location-size-l-disabled-false-state-valid-active-false-placeholder-Placeholder-firefox-linux.png and b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/neighbor-location-size-l-disabled-false-state-valid-active-false-placeholder-Placeholder-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/neighbor-location-size-l-disabled-false-state-valid-active-false-placeholder-Placeholder-webkit-linux.png b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/neighbor-location-size-l-disabled-false-state-valid-active-false-placeholder-Placeholder-webkit-linux.png index d7e224e482..32b9e6da34 100644 Binary files a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/neighbor-location-size-l-disabled-false-state-valid-active-false-placeholder-Placeholder-webkit-linux.png and b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/neighbor-location-size-l-disabled-false-state-valid-active-false-placeholder-Placeholder-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/neighbor-location-size-m-disabled-false-state-invalid-active-false-placeholder-undefined-chromium-linux.png b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/neighbor-location-size-m-disabled-false-state-invalid-active-false-placeholder-undefined-chromium-linux.png index c6154ae14a..bf55f8badd 100644 Binary files a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/neighbor-location-size-m-disabled-false-state-invalid-active-false-placeholder-undefined-chromium-linux.png and b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/neighbor-location-size-m-disabled-false-state-invalid-active-false-placeholder-undefined-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/neighbor-location-size-m-disabled-false-state-invalid-active-false-placeholder-undefined-firefox-linux.png b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/neighbor-location-size-m-disabled-false-state-invalid-active-false-placeholder-undefined-firefox-linux.png index 2cfc9e8fbf..432f7521ae 100644 Binary files a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/neighbor-location-size-m-disabled-false-state-invalid-active-false-placeholder-undefined-firefox-linux.png and b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/neighbor-location-size-m-disabled-false-state-invalid-active-false-placeholder-undefined-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/neighbor-location-size-m-disabled-false-state-invalid-active-false-placeholder-undefined-webkit-linux.png b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/neighbor-location-size-m-disabled-false-state-invalid-active-false-placeholder-undefined-webkit-linux.png index 84e2640f5d..13fce7153f 100644 Binary files a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/neighbor-location-size-m-disabled-false-state-invalid-active-false-placeholder-undefined-webkit-linux.png and b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/neighbor-location-size-m-disabled-false-state-invalid-active-false-placeholder-undefined-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/neighbor-location-size-m-disabled-false-state-normal-active-false-placeholder-Placeholder-chromium-linux.png b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/neighbor-location-size-m-disabled-false-state-normal-active-false-placeholder-Placeholder-chromium-linux.png index 4dd530a610..2a621593e6 100644 Binary files a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/neighbor-location-size-m-disabled-false-state-normal-active-false-placeholder-Placeholder-chromium-linux.png and b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/neighbor-location-size-m-disabled-false-state-normal-active-false-placeholder-Placeholder-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/neighbor-location-size-m-disabled-false-state-normal-active-false-placeholder-Placeholder-firefox-linux.png b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/neighbor-location-size-m-disabled-false-state-normal-active-false-placeholder-Placeholder-firefox-linux.png index 6a298dbe57..f68752219f 100644 Binary files a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/neighbor-location-size-m-disabled-false-state-normal-active-false-placeholder-Placeholder-firefox-linux.png and b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/neighbor-location-size-m-disabled-false-state-normal-active-false-placeholder-Placeholder-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/neighbor-location-size-m-disabled-false-state-normal-active-false-placeholder-Placeholder-webkit-linux.png b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/neighbor-location-size-m-disabled-false-state-normal-active-false-placeholder-Placeholder-webkit-linux.png index a95b06159a..3fad9e8098 100644 Binary files a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/neighbor-location-size-m-disabled-false-state-normal-active-false-placeholder-Placeholder-webkit-linux.png and b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/neighbor-location-size-m-disabled-false-state-normal-active-false-placeholder-Placeholder-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/neighbor-location-size-m-disabled-false-state-normal-active-true-placeholder-Placeholder-chromium-linux.png b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/neighbor-location-size-m-disabled-false-state-normal-active-true-placeholder-Placeholder-chromium-linux.png index a4c5406e39..844a3cd927 100644 Binary files a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/neighbor-location-size-m-disabled-false-state-normal-active-true-placeholder-Placeholder-chromium-linux.png and b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/neighbor-location-size-m-disabled-false-state-normal-active-true-placeholder-Placeholder-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/neighbor-location-size-m-disabled-false-state-normal-active-true-placeholder-Placeholder-firefox-linux.png b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/neighbor-location-size-m-disabled-false-state-normal-active-true-placeholder-Placeholder-firefox-linux.png index 2e150a69b1..65de908bf9 100644 Binary files a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/neighbor-location-size-m-disabled-false-state-normal-active-true-placeholder-Placeholder-firefox-linux.png and b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/neighbor-location-size-m-disabled-false-state-normal-active-true-placeholder-Placeholder-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/neighbor-location-size-m-disabled-false-state-normal-active-true-placeholder-Placeholder-webkit-linux.png b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/neighbor-location-size-m-disabled-false-state-normal-active-true-placeholder-Placeholder-webkit-linux.png index 10ec2349c3..7067f0e7e6 100644 Binary files a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/neighbor-location-size-m-disabled-false-state-normal-active-true-placeholder-Placeholder-webkit-linux.png and b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/neighbor-location-size-m-disabled-false-state-normal-active-true-placeholder-Placeholder-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/neighbor-location-size-m-disabled-false-state-valid-active-true-placeholder-undefined-chromium-linux.png b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/neighbor-location-size-m-disabled-false-state-valid-active-true-placeholder-undefined-chromium-linux.png index dc3ff4c6b5..7f57b6cff0 100644 Binary files a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/neighbor-location-size-m-disabled-false-state-valid-active-true-placeholder-undefined-chromium-linux.png and b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/neighbor-location-size-m-disabled-false-state-valid-active-true-placeholder-undefined-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/neighbor-location-size-m-disabled-false-state-valid-active-true-placeholder-undefined-firefox-linux.png b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/neighbor-location-size-m-disabled-false-state-valid-active-true-placeholder-undefined-firefox-linux.png index 58618542ec..92e1c855dc 100644 Binary files a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/neighbor-location-size-m-disabled-false-state-valid-active-true-placeholder-undefined-firefox-linux.png and b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/neighbor-location-size-m-disabled-false-state-valid-active-true-placeholder-undefined-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/neighbor-location-size-m-disabled-false-state-valid-active-true-placeholder-undefined-webkit-linux.png b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/neighbor-location-size-m-disabled-false-state-valid-active-true-placeholder-undefined-webkit-linux.png index 835099b382..a2d295edfc 100644 Binary files a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/neighbor-location-size-m-disabled-false-state-valid-active-true-placeholder-undefined-webkit-linux.png and b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/neighbor-location-size-m-disabled-false-state-valid-active-true-placeholder-undefined-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/triggers-size-l-disabled-false-state-invalid-active-true-placeholder-Placeholder-chromium-linux.png b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/triggers-size-l-disabled-false-state-invalid-active-true-placeholder-Placeholder-chromium-linux.png index b6193e1dc6..c1d9acc33e 100644 Binary files a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/triggers-size-l-disabled-false-state-invalid-active-true-placeholder-Placeholder-chromium-linux.png and b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/triggers-size-l-disabled-false-state-invalid-active-true-placeholder-Placeholder-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/triggers-size-l-disabled-false-state-invalid-active-true-placeholder-Placeholder-firefox-linux.png b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/triggers-size-l-disabled-false-state-invalid-active-true-placeholder-Placeholder-firefox-linux.png index 08f3b479d4..5cd6162034 100644 Binary files a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/triggers-size-l-disabled-false-state-invalid-active-true-placeholder-Placeholder-firefox-linux.png and b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/triggers-size-l-disabled-false-state-invalid-active-true-placeholder-Placeholder-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/triggers-size-l-disabled-false-state-invalid-active-true-placeholder-Placeholder-webkit-linux.png b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/triggers-size-l-disabled-false-state-invalid-active-true-placeholder-Placeholder-webkit-linux.png index 407f591484..fcd12627d5 100644 Binary files a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/triggers-size-l-disabled-false-state-invalid-active-true-placeholder-Placeholder-webkit-linux.png and b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/triggers-size-l-disabled-false-state-invalid-active-true-placeholder-Placeholder-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/triggers-size-l-disabled-false-state-valid-active-false-placeholder-Placeholder-chromium-linux.png b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/triggers-size-l-disabled-false-state-valid-active-false-placeholder-Placeholder-chromium-linux.png index 9f875d6149..f782cf5f74 100644 Binary files a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/triggers-size-l-disabled-false-state-valid-active-false-placeholder-Placeholder-chromium-linux.png and b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/triggers-size-l-disabled-false-state-valid-active-false-placeholder-Placeholder-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/triggers-size-l-disabled-false-state-valid-active-false-placeholder-Placeholder-firefox-linux.png b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/triggers-size-l-disabled-false-state-valid-active-false-placeholder-Placeholder-firefox-linux.png index 5a84b0ce32..5e8af44f37 100644 Binary files a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/triggers-size-l-disabled-false-state-valid-active-false-placeholder-Placeholder-firefox-linux.png and b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/triggers-size-l-disabled-false-state-valid-active-false-placeholder-Placeholder-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/triggers-size-l-disabled-false-state-valid-active-false-placeholder-Placeholder-webkit-linux.png b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/triggers-size-l-disabled-false-state-valid-active-false-placeholder-Placeholder-webkit-linux.png index 385a719894..7a800bb91e 100644 Binary files a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/triggers-size-l-disabled-false-state-valid-active-false-placeholder-Placeholder-webkit-linux.png and b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/triggers-size-l-disabled-false-state-valid-active-false-placeholder-Placeholder-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/triggers-size-l-disabled-true-state-valid-active-true-placeholder-Placeholder-chromium-linux.png b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/triggers-size-l-disabled-true-state-valid-active-true-placeholder-Placeholder-chromium-linux.png index a5fe342f79..2e6cc070a1 100644 Binary files a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/triggers-size-l-disabled-true-state-valid-active-true-placeholder-Placeholder-chromium-linux.png and b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/triggers-size-l-disabled-true-state-valid-active-true-placeholder-Placeholder-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/triggers-size-l-disabled-true-state-valid-active-true-placeholder-Placeholder-firefox-linux.png b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/triggers-size-l-disabled-true-state-valid-active-true-placeholder-Placeholder-firefox-linux.png index 8965f00d90..95c6de8e84 100644 Binary files a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/triggers-size-l-disabled-true-state-valid-active-true-placeholder-Placeholder-firefox-linux.png and b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/triggers-size-l-disabled-true-state-valid-active-true-placeholder-Placeholder-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/triggers-size-l-disabled-true-state-valid-active-true-placeholder-Placeholder-webkit-linux.png b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/triggers-size-l-disabled-true-state-valid-active-true-placeholder-Placeholder-webkit-linux.png index 626e58bc3f..51096548be 100644 Binary files a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/triggers-size-l-disabled-true-state-valid-active-true-placeholder-Placeholder-webkit-linux.png and b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/triggers-size-l-disabled-true-state-valid-active-true-placeholder-Placeholder-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-false-state-invalid-active-false-placeholder-undefined-chromium-linux.png b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-false-state-invalid-active-false-placeholder-undefined-chromium-linux.png index eca69e51f2..8c62268f1e 100644 Binary files a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-false-state-invalid-active-false-placeholder-undefined-chromium-linux.png and b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-false-state-invalid-active-false-placeholder-undefined-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-false-state-invalid-active-false-placeholder-undefined-firefox-linux.png b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-false-state-invalid-active-false-placeholder-undefined-firefox-linux.png index 11feff91d2..b404a83689 100644 Binary files a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-false-state-invalid-active-false-placeholder-undefined-firefox-linux.png and b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-false-state-invalid-active-false-placeholder-undefined-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-false-state-invalid-active-false-placeholder-undefined-webkit-linux.png b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-false-state-invalid-active-false-placeholder-undefined-webkit-linux.png index 731e88e48f..7d22e7a66f 100644 Binary files a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-false-state-invalid-active-false-placeholder-undefined-webkit-linux.png and b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-false-state-invalid-active-false-placeholder-undefined-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-false-state-normal-active-false-placeholder-Placeholder-chromium-linux.png b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-false-state-normal-active-false-placeholder-Placeholder-chromium-linux.png index 0d5a52614d..e819b07803 100644 Binary files a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-false-state-normal-active-false-placeholder-Placeholder-chromium-linux.png and b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-false-state-normal-active-false-placeholder-Placeholder-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-false-state-normal-active-false-placeholder-Placeholder-firefox-linux.png b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-false-state-normal-active-false-placeholder-Placeholder-firefox-linux.png index 56b1eab509..6801ec7b29 100644 Binary files a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-false-state-normal-active-false-placeholder-Placeholder-firefox-linux.png and b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-false-state-normal-active-false-placeholder-Placeholder-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-false-state-normal-active-false-placeholder-Placeholder-webkit-linux.png b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-false-state-normal-active-false-placeholder-Placeholder-webkit-linux.png index dc91b2e134..a67bfea5af 100644 Binary files a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-false-state-normal-active-false-placeholder-Placeholder-webkit-linux.png and b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-false-state-normal-active-false-placeholder-Placeholder-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-false-state-normal-active-true-placeholder-Placeholder-chromium-linux.png b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-false-state-normal-active-true-placeholder-Placeholder-chromium-linux.png index 34b287d89f..c61e853758 100644 Binary files a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-false-state-normal-active-true-placeholder-Placeholder-chromium-linux.png and b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-false-state-normal-active-true-placeholder-Placeholder-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-false-state-normal-active-true-placeholder-Placeholder-firefox-linux.png b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-false-state-normal-active-true-placeholder-Placeholder-firefox-linux.png index 8a24e68cb1..68b1930220 100644 Binary files a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-false-state-normal-active-true-placeholder-Placeholder-firefox-linux.png and b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-false-state-normal-active-true-placeholder-Placeholder-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-false-state-normal-active-true-placeholder-Placeholder-webkit-linux.png b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-false-state-normal-active-true-placeholder-Placeholder-webkit-linux.png index cf742c0b1b..03dce4e19e 100644 Binary files a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-false-state-normal-active-true-placeholder-Placeholder-webkit-linux.png and b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-false-state-normal-active-true-placeholder-Placeholder-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-false-state-valid-active-true-placeholder-undefined-chromium-linux.png b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-false-state-valid-active-true-placeholder-undefined-chromium-linux.png index e72f7b5680..c3b15af33b 100644 Binary files a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-false-state-valid-active-true-placeholder-undefined-chromium-linux.png and b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-false-state-valid-active-true-placeholder-undefined-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-false-state-valid-active-true-placeholder-undefined-firefox-linux.png b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-false-state-valid-active-true-placeholder-undefined-firefox-linux.png index 0ddb93a1a1..d2d32cacd7 100644 Binary files a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-false-state-valid-active-true-placeholder-undefined-firefox-linux.png and b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-false-state-valid-active-true-placeholder-undefined-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-false-state-valid-active-true-placeholder-undefined-webkit-linux.png b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-false-state-valid-active-true-placeholder-undefined-webkit-linux.png index 80d57ba49a..01ab0fd414 100644 Binary files a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-false-state-valid-active-true-placeholder-undefined-webkit-linux.png and b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-false-state-valid-active-true-placeholder-undefined-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-true-state-invalid-active-true-placeholder-undefined-chromium-linux.png b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-true-state-invalid-active-true-placeholder-undefined-chromium-linux.png index e0379c998d..0726c86a4a 100644 Binary files a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-true-state-invalid-active-true-placeholder-undefined-chromium-linux.png and b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-true-state-invalid-active-true-placeholder-undefined-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-true-state-invalid-active-true-placeholder-undefined-firefox-linux.png b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-true-state-invalid-active-true-placeholder-undefined-firefox-linux.png index ed5df3b5c6..07ba4c5601 100644 Binary files a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-true-state-invalid-active-true-placeholder-undefined-firefox-linux.png and b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-true-state-invalid-active-true-placeholder-undefined-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-true-state-invalid-active-true-placeholder-undefined-webkit-linux.png b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-true-state-invalid-active-true-placeholder-undefined-webkit-linux.png index 5df21039e4..e72c41243c 100644 Binary files a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-true-state-invalid-active-true-placeholder-undefined-webkit-linux.png and b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-true-state-invalid-active-true-placeholder-undefined-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-true-state-normal-active-false-placeholder-undefined-chromium-linux.png b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-true-state-normal-active-false-placeholder-undefined-chromium-linux.png index 1cb3de9c8a..60ae0a7569 100644 Binary files a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-true-state-normal-active-false-placeholder-undefined-chromium-linux.png and b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-true-state-normal-active-false-placeholder-undefined-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-true-state-normal-active-false-placeholder-undefined-firefox-linux.png b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-true-state-normal-active-false-placeholder-undefined-firefox-linux.png index 668156d162..0ff699cbc1 100644 Binary files a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-true-state-normal-active-false-placeholder-undefined-firefox-linux.png and b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-true-state-normal-active-false-placeholder-undefined-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-true-state-normal-active-false-placeholder-undefined-webkit-linux.png b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-true-state-normal-active-false-placeholder-undefined-webkit-linux.png index 69c9d3e902..7ee9c99cfe 100644 Binary files a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-true-state-normal-active-false-placeholder-undefined-webkit-linux.png and b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-true-state-normal-active-false-placeholder-undefined-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/with-addons-size-l-disabled-false-state-invalid-active-true-placeholder-Placeholder--chromium-linux.png b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/with-addons-size-l-disabled-false-state-invalid-active-true-placeholder-Placeholder--chromium-linux.png index dbf914ee8b..b677530061 100644 Binary files a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/with-addons-size-l-disabled-false-state-invalid-active-true-placeholder-Placeholder--chromium-linux.png and b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/with-addons-size-l-disabled-false-state-invalid-active-true-placeholder-Placeholder--chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/with-addons-size-l-disabled-false-state-invalid-active-true-placeholder-Placeholder--firefox-linux.png b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/with-addons-size-l-disabled-false-state-invalid-active-true-placeholder-Placeholder--firefox-linux.png index 2ef591ae0f..775bd80d3e 100644 Binary files a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/with-addons-size-l-disabled-false-state-invalid-active-true-placeholder-Placeholder--firefox-linux.png and b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/with-addons-size-l-disabled-false-state-invalid-active-true-placeholder-Placeholder--firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/with-addons-size-l-disabled-false-state-invalid-active-true-placeholder-Placeholder--webkit-linux.png b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/with-addons-size-l-disabled-false-state-invalid-active-true-placeholder-Placeholder--webkit-linux.png index 068d5aee67..9d6e225e39 100644 Binary files a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/with-addons-size-l-disabled-false-state-invalid-active-true-placeholder-Placeholder--webkit-linux.png and b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/with-addons-size-l-disabled-false-state-invalid-active-true-placeholder-Placeholder--webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/with-addons-size-l-disabled-false-state-valid-active-false-placeholder-Placeholder--chromium-linux.png b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/with-addons-size-l-disabled-false-state-valid-active-false-placeholder-Placeholder--chromium-linux.png index 66058d6f16..57628d110f 100644 Binary files a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/with-addons-size-l-disabled-false-state-valid-active-false-placeholder-Placeholder--chromium-linux.png and b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/with-addons-size-l-disabled-false-state-valid-active-false-placeholder-Placeholder--chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/with-addons-size-l-disabled-false-state-valid-active-false-placeholder-Placeholder--firefox-linux.png b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/with-addons-size-l-disabled-false-state-valid-active-false-placeholder-Placeholder--firefox-linux.png index 47e9479b68..df7088cd56 100644 Binary files a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/with-addons-size-l-disabled-false-state-valid-active-false-placeholder-Placeholder--firefox-linux.png and b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/with-addons-size-l-disabled-false-state-valid-active-false-placeholder-Placeholder--firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/with-addons-size-l-disabled-false-state-valid-active-false-placeholder-Placeholder--webkit-linux.png b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/with-addons-size-l-disabled-false-state-valid-active-false-placeholder-Placeholder--webkit-linux.png index 614040e122..16e958914a 100644 Binary files a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/with-addons-size-l-disabled-false-state-valid-active-false-placeholder-Placeholder--webkit-linux.png and b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/with-addons-size-l-disabled-false-state-valid-active-false-placeholder-Placeholder--webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/with-addons-size-m-disabled-false-state-invalid-active-false-placeholder-undefined--chromium-linux.png b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/with-addons-size-m-disabled-false-state-invalid-active-false-placeholder-undefined--chromium-linux.png index 6426330e23..6ab0a8e790 100644 Binary files a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/with-addons-size-m-disabled-false-state-invalid-active-false-placeholder-undefined--chromium-linux.png and b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/with-addons-size-m-disabled-false-state-invalid-active-false-placeholder-undefined--chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/with-addons-size-m-disabled-false-state-invalid-active-false-placeholder-undefined--firefox-linux.png b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/with-addons-size-m-disabled-false-state-invalid-active-false-placeholder-undefined--firefox-linux.png index a053862662..d65d2113e9 100644 Binary files a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/with-addons-size-m-disabled-false-state-invalid-active-false-placeholder-undefined--firefox-linux.png and b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/with-addons-size-m-disabled-false-state-invalid-active-false-placeholder-undefined--firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/with-addons-size-m-disabled-false-state-invalid-active-false-placeholder-undefined--webkit-linux.png b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/with-addons-size-m-disabled-false-state-invalid-active-false-placeholder-undefined--webkit-linux.png index 51df0bb543..8d2fcc3140 100644 Binary files a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/with-addons-size-m-disabled-false-state-invalid-active-false-placeholder-undefined--webkit-linux.png and b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/with-addons-size-m-disabled-false-state-invalid-active-false-placeholder-undefined--webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/with-addons-size-m-disabled-false-state-normal-active-false-placeholder-Placeholder--chromium-linux.png b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/with-addons-size-m-disabled-false-state-normal-active-false-placeholder-Placeholder--chromium-linux.png index 898984a78e..e09b4ce55f 100644 Binary files a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/with-addons-size-m-disabled-false-state-normal-active-false-placeholder-Placeholder--chromium-linux.png and b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/with-addons-size-m-disabled-false-state-normal-active-false-placeholder-Placeholder--chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/with-addons-size-m-disabled-false-state-normal-active-false-placeholder-Placeholder--firefox-linux.png b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/with-addons-size-m-disabled-false-state-normal-active-false-placeholder-Placeholder--firefox-linux.png index 45069bae5b..de830de1f2 100644 Binary files a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/with-addons-size-m-disabled-false-state-normal-active-false-placeholder-Placeholder--firefox-linux.png and b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/with-addons-size-m-disabled-false-state-normal-active-false-placeholder-Placeholder--firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/with-addons-size-m-disabled-false-state-normal-active-false-placeholder-Placeholder--webkit-linux.png b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/with-addons-size-m-disabled-false-state-normal-active-false-placeholder-Placeholder--webkit-linux.png index bbfd3e5a61..90996ca59f 100644 Binary files a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/with-addons-size-m-disabled-false-state-normal-active-false-placeholder-Placeholder--webkit-linux.png and b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/with-addons-size-m-disabled-false-state-normal-active-false-placeholder-Placeholder--webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/with-addons-size-m-disabled-false-state-normal-active-true-placeholder-Placeholder--chromium-linux.png b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/with-addons-size-m-disabled-false-state-normal-active-true-placeholder-Placeholder--chromium-linux.png index 1c2f5367af..20e1d0898c 100644 Binary files a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/with-addons-size-m-disabled-false-state-normal-active-true-placeholder-Placeholder--chromium-linux.png and b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/with-addons-size-m-disabled-false-state-normal-active-true-placeholder-Placeholder--chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/with-addons-size-m-disabled-false-state-normal-active-true-placeholder-Placeholder--firefox-linux.png b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/with-addons-size-m-disabled-false-state-normal-active-true-placeholder-Placeholder--firefox-linux.png index 1e164aadcf..90646f1d1f 100644 Binary files a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/with-addons-size-m-disabled-false-state-normal-active-true-placeholder-Placeholder--firefox-linux.png and b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/with-addons-size-m-disabled-false-state-normal-active-true-placeholder-Placeholder--firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/with-addons-size-m-disabled-false-state-normal-active-true-placeholder-Placeholder--webkit-linux.png b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/with-addons-size-m-disabled-false-state-normal-active-true-placeholder-Placeholder--webkit-linux.png index 45116f350e..20f5b81536 100644 Binary files a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/with-addons-size-m-disabled-false-state-normal-active-true-placeholder-Placeholder--webkit-linux.png and b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/with-addons-size-m-disabled-false-state-normal-active-true-placeholder-Placeholder--webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/with-addons-size-m-disabled-false-state-valid-active-true-placeholder-undefined--chromium-linux.png b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/with-addons-size-m-disabled-false-state-valid-active-true-placeholder-undefined--chromium-linux.png index 1bb23e12a2..3d24c7ac29 100644 Binary files a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/with-addons-size-m-disabled-false-state-valid-active-true-placeholder-undefined--chromium-linux.png and b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/with-addons-size-m-disabled-false-state-valid-active-true-placeholder-undefined--chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/with-addons-size-m-disabled-false-state-valid-active-true-placeholder-undefined--firefox-linux.png b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/with-addons-size-m-disabled-false-state-valid-active-true-placeholder-undefined--firefox-linux.png index 27e215e0e4..8cea25d786 100644 Binary files a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/with-addons-size-m-disabled-false-state-valid-active-true-placeholder-undefined--firefox-linux.png and b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/with-addons-size-m-disabled-false-state-valid-active-true-placeholder-undefined--firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/with-addons-size-m-disabled-false-state-valid-active-true-placeholder-undefined--webkit-linux.png b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/with-addons-size-m-disabled-false-state-valid-active-true-placeholder-undefined--webkit-linux.png index 9139eface3..26fd8e6e63 100644 Binary files a/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/with-addons-size-m-disabled-false-state-valid-active-true-placeholder-undefined--webkit-linux.png and b/semcore/base-trigger/__tests__/base-trigger.browser-test.tsx-snapshots/with-addons-size-m-disabled-false-state-valid-active-true-placeholder-undefined--webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Button-trigger-and-few-tags-1-chromium-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Button-trigger-and-few-tags-1-chromium-linux.png index 73c4c70eaf..cf804521d0 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Button-trigger-and-few-tags-1-chromium-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Button-trigger-and-few-tags-1-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Button-trigger-and-few-tags-1-firefox-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Button-trigger-and-few-tags-1-firefox-linux.png index 3aa2e58375..07e042671f 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Button-trigger-and-few-tags-1-firefox-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Button-trigger-and-few-tags-1-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Button-trigger-and-few-tags-1-webkit-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Button-trigger-and-few-tags-1-webkit-linux.png index 8c51c04d1d..9ad83bff37 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Button-trigger-and-few-tags-1-webkit-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Button-trigger-and-few-tags-1-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Button-trigger-and-few-tags-2-chromium-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Button-trigger-and-few-tags-2-chromium-linux.png index 047e8ace26..2c9d0225c5 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Button-trigger-and-few-tags-2-chromium-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Button-trigger-and-few-tags-2-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Button-trigger-and-few-tags-2-firefox-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Button-trigger-and-few-tags-2-firefox-linux.png index a64c42150c..388102f193 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Button-trigger-and-few-tags-2-firefox-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Button-trigger-and-few-tags-2-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Button-trigger-and-few-tags-2-webkit-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Button-trigger-and-few-tags-2-webkit-linux.png index b095a80ead..fd5ac5ad7a 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Button-trigger-and-few-tags-2-webkit-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Button-trigger-and-few-tags-2-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-l-disabled-false-loading-false-state-invalid-active-true-placeholder-Placeholder-chevron-true-chromium-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-l-disabled-false-loading-false-state-invalid-active-true-placeholder-Placeholder-chevron-true-chromium-linux.png index f3afb2605b..046d227809 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-l-disabled-false-loading-false-state-invalid-active-true-placeholder-Placeholder-chevron-true-chromium-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-l-disabled-false-loading-false-state-invalid-active-true-placeholder-Placeholder-chevron-true-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-l-disabled-false-loading-false-state-invalid-active-true-placeholder-Placeholder-chevron-true-firefox-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-l-disabled-false-loading-false-state-invalid-active-true-placeholder-Placeholder-chevron-true-firefox-linux.png index 8b87b54688..e52face32f 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-l-disabled-false-loading-false-state-invalid-active-true-placeholder-Placeholder-chevron-true-firefox-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-l-disabled-false-loading-false-state-invalid-active-true-placeholder-Placeholder-chevron-true-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-l-disabled-false-loading-false-state-invalid-active-true-placeholder-Placeholder-chevron-true-webkit-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-l-disabled-false-loading-false-state-invalid-active-true-placeholder-Placeholder-chevron-true-webkit-linux.png index abb4b8ca46..7b29e4b267 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-l-disabled-false-loading-false-state-invalid-active-true-placeholder-Placeholder-chevron-true-webkit-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-l-disabled-false-loading-false-state-invalid-active-true-placeholder-Placeholder-chevron-true-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-l-disabled-false-loading-false-state-valid-active-false-placeholder-Placeholder-chevron-true-chromium-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-l-disabled-false-loading-false-state-valid-active-false-placeholder-Placeholder-chevron-true-chromium-linux.png index 4baf042cb2..4aa4a7f8f0 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-l-disabled-false-loading-false-state-valid-active-false-placeholder-Placeholder-chevron-true-chromium-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-l-disabled-false-loading-false-state-valid-active-false-placeholder-Placeholder-chevron-true-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-l-disabled-false-loading-false-state-valid-active-false-placeholder-Placeholder-chevron-true-firefox-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-l-disabled-false-loading-false-state-valid-active-false-placeholder-Placeholder-chevron-true-firefox-linux.png index 7e059e0fe8..c4365d57d0 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-l-disabled-false-loading-false-state-valid-active-false-placeholder-Placeholder-chevron-true-firefox-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-l-disabled-false-loading-false-state-valid-active-false-placeholder-Placeholder-chevron-true-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-l-disabled-false-loading-false-state-valid-active-false-placeholder-Placeholder-chevron-true-webkit-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-l-disabled-false-loading-false-state-valid-active-false-placeholder-Placeholder-chevron-true-webkit-linux.png index 4a9ecb4c6c..e968bffbae 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-l-disabled-false-loading-false-state-valid-active-false-placeholder-Placeholder-chevron-true-webkit-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-l-disabled-false-loading-false-state-valid-active-false-placeholder-Placeholder-chevron-true-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-l-disabled-false-loading-true-state-invalid-active-true-placeholder-Placeholder-chevron-false-chromium-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-l-disabled-false-loading-true-state-invalid-active-true-placeholder-Placeholder-chevron-false-chromium-linux.png index 438a42a8cf..7eb6158e96 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-l-disabled-false-loading-true-state-invalid-active-true-placeholder-Placeholder-chevron-false-chromium-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-l-disabled-false-loading-true-state-invalid-active-true-placeholder-Placeholder-chevron-false-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-l-disabled-false-loading-true-state-invalid-active-true-placeholder-Placeholder-chevron-false-firefox-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-l-disabled-false-loading-true-state-invalid-active-true-placeholder-Placeholder-chevron-false-firefox-linux.png index 9f19c40f52..7c81bf68f4 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-l-disabled-false-loading-true-state-invalid-active-true-placeholder-Placeholder-chevron-false-firefox-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-l-disabled-false-loading-true-state-invalid-active-true-placeholder-Placeholder-chevron-false-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-l-disabled-false-loading-true-state-invalid-active-true-placeholder-Placeholder-chevron-false-webkit-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-l-disabled-false-loading-true-state-invalid-active-true-placeholder-Placeholder-chevron-false-webkit-linux.png index a3d30c6a7a..c5157b83a1 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-l-disabled-false-loading-true-state-invalid-active-true-placeholder-Placeholder-chevron-false-webkit-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-l-disabled-false-loading-true-state-invalid-active-true-placeholder-Placeholder-chevron-false-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-l-disabled-false-loading-true-state-normal-active-false-placeholder-undefined-chevron-true-chromium-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-l-disabled-false-loading-true-state-normal-active-false-placeholder-undefined-chevron-true-chromium-linux.png index 329c3b40e4..577cd039ab 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-l-disabled-false-loading-true-state-normal-active-false-placeholder-undefined-chevron-true-chromium-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-l-disabled-false-loading-true-state-normal-active-false-placeholder-undefined-chevron-true-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-l-disabled-false-loading-true-state-normal-active-false-placeholder-undefined-chevron-true-firefox-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-l-disabled-false-loading-true-state-normal-active-false-placeholder-undefined-chevron-true-firefox-linux.png index fc5b2c097d..3d524e5184 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-l-disabled-false-loading-true-state-normal-active-false-placeholder-undefined-chevron-true-firefox-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-l-disabled-false-loading-true-state-normal-active-false-placeholder-undefined-chevron-true-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-l-disabled-false-loading-true-state-normal-active-false-placeholder-undefined-chevron-true-webkit-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-l-disabled-false-loading-true-state-normal-active-false-placeholder-undefined-chevron-true-webkit-linux.png index b56f900fbc..1d9e423e06 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-l-disabled-false-loading-true-state-normal-active-false-placeholder-undefined-chevron-true-webkit-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-l-disabled-false-loading-true-state-normal-active-false-placeholder-undefined-chevron-true-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-l-disabled-true-loading-false-state-valid-active-true-placeholder-Placeholder-chevron-true-chromium-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-l-disabled-true-loading-false-state-valid-active-true-placeholder-Placeholder-chevron-true-chromium-linux.png index a36a14b3dc..50b1a1ce59 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-l-disabled-true-loading-false-state-valid-active-true-placeholder-Placeholder-chevron-true-chromium-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-l-disabled-true-loading-false-state-valid-active-true-placeholder-Placeholder-chevron-true-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-l-disabled-true-loading-false-state-valid-active-true-placeholder-Placeholder-chevron-true-firefox-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-l-disabled-true-loading-false-state-valid-active-true-placeholder-Placeholder-chevron-true-firefox-linux.png index 476a376fea..6087f29e00 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-l-disabled-true-loading-false-state-valid-active-true-placeholder-Placeholder-chevron-true-firefox-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-l-disabled-true-loading-false-state-valid-active-true-placeholder-Placeholder-chevron-true-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-l-disabled-true-loading-false-state-valid-active-true-placeholder-Placeholder-chevron-true-webkit-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-l-disabled-true-loading-false-state-valid-active-true-placeholder-Placeholder-chevron-true-webkit-linux.png index af19483675..18ebd38f88 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-l-disabled-true-loading-false-state-valid-active-true-placeholder-Placeholder-chevron-true-webkit-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-l-disabled-true-loading-false-state-valid-active-true-placeholder-Placeholder-chevron-true-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-loading-false-state-invalid-active-false-placeholder-undefined-chevron-true-chromium-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-loading-false-state-invalid-active-false-placeholder-undefined-chevron-true-chromium-linux.png index 5ed56aa4f3..21f2fbb6bb 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-loading-false-state-invalid-active-false-placeholder-undefined-chevron-true-chromium-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-loading-false-state-invalid-active-false-placeholder-undefined-chevron-true-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-loading-false-state-invalid-active-false-placeholder-undefined-chevron-true-firefox-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-loading-false-state-invalid-active-false-placeholder-undefined-chevron-true-firefox-linux.png index 606a1701f0..ae0d488985 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-loading-false-state-invalid-active-false-placeholder-undefined-chevron-true-firefox-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-loading-false-state-invalid-active-false-placeholder-undefined-chevron-true-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-loading-false-state-invalid-active-false-placeholder-undefined-chevron-true-webkit-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-loading-false-state-invalid-active-false-placeholder-undefined-chevron-true-webkit-linux.png index 46173d8c9b..dde001a244 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-loading-false-state-invalid-active-false-placeholder-undefined-chevron-true-webkit-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-loading-false-state-invalid-active-false-placeholder-undefined-chevron-true-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-loading-false-state-normal-active-false-placeholder-Placeholder-chevron-true-chromium-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-loading-false-state-normal-active-false-placeholder-Placeholder-chevron-true-chromium-linux.png index 07ddf1ad48..eee9135d2a 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-loading-false-state-normal-active-false-placeholder-Placeholder-chevron-true-chromium-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-loading-false-state-normal-active-false-placeholder-Placeholder-chevron-true-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-loading-false-state-normal-active-false-placeholder-Placeholder-chevron-true-firefox-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-loading-false-state-normal-active-false-placeholder-Placeholder-chevron-true-firefox-linux.png index 6988faae75..2d1c77cd8a 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-loading-false-state-normal-active-false-placeholder-Placeholder-chevron-true-firefox-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-loading-false-state-normal-active-false-placeholder-Placeholder-chevron-true-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-loading-false-state-normal-active-false-placeholder-Placeholder-chevron-true-webkit-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-loading-false-state-normal-active-false-placeholder-Placeholder-chevron-true-webkit-linux.png index 48e9a039e1..44b9e0e118 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-loading-false-state-normal-active-false-placeholder-Placeholder-chevron-true-webkit-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-loading-false-state-normal-active-false-placeholder-Placeholder-chevron-true-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-loading-false-state-normal-active-true-placeholder-Placeholder-chevron-false-chromium-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-loading-false-state-normal-active-true-placeholder-Placeholder-chevron-false-chromium-linux.png index 3015a340a9..b3895eb92c 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-loading-false-state-normal-active-true-placeholder-Placeholder-chevron-false-chromium-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-loading-false-state-normal-active-true-placeholder-Placeholder-chevron-false-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-loading-false-state-normal-active-true-placeholder-Placeholder-chevron-false-firefox-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-loading-false-state-normal-active-true-placeholder-Placeholder-chevron-false-firefox-linux.png index 645dd25997..618b3d9c0f 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-loading-false-state-normal-active-true-placeholder-Placeholder-chevron-false-firefox-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-loading-false-state-normal-active-true-placeholder-Placeholder-chevron-false-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-loading-false-state-normal-active-true-placeholder-Placeholder-chevron-false-webkit-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-loading-false-state-normal-active-true-placeholder-Placeholder-chevron-false-webkit-linux.png index cc4b75f3ab..70a7f4ed97 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-loading-false-state-normal-active-true-placeholder-Placeholder-chevron-false-webkit-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-loading-false-state-normal-active-true-placeholder-Placeholder-chevron-false-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-loading-false-state-valid-active-true-placeholder-undefined-chevron-true-chromium-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-loading-false-state-valid-active-true-placeholder-undefined-chevron-true-chromium-linux.png index 3e06fc2849..3e79ee0cd0 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-loading-false-state-valid-active-true-placeholder-undefined-chevron-true-chromium-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-loading-false-state-valid-active-true-placeholder-undefined-chevron-true-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-loading-false-state-valid-active-true-placeholder-undefined-chevron-true-firefox-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-loading-false-state-valid-active-true-placeholder-undefined-chevron-true-firefox-linux.png index d504bbcd98..275697447f 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-loading-false-state-valid-active-true-placeholder-undefined-chevron-true-firefox-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-loading-false-state-valid-active-true-placeholder-undefined-chevron-true-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-loading-false-state-valid-active-true-placeholder-undefined-chevron-true-webkit-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-loading-false-state-valid-active-true-placeholder-undefined-chevron-true-webkit-linux.png index 254adf8ac7..e1db96e1f4 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-loading-false-state-valid-active-true-placeholder-undefined-chevron-true-webkit-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-loading-false-state-valid-active-true-placeholder-undefined-chevron-true-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-loading-true-state-valid-active-false-placeholder-undefined-chevron-true-chromium-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-loading-true-state-valid-active-false-placeholder-undefined-chevron-true-chromium-linux.png index 3f98d6239a..9678c5a207 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-loading-true-state-valid-active-false-placeholder-undefined-chevron-true-chromium-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-loading-true-state-valid-active-false-placeholder-undefined-chevron-true-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-loading-true-state-valid-active-false-placeholder-undefined-chevron-true-firefox-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-loading-true-state-valid-active-false-placeholder-undefined-chevron-true-firefox-linux.png index ffd049a34f..26eead9a41 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-loading-true-state-valid-active-false-placeholder-undefined-chevron-true-firefox-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-loading-true-state-valid-active-false-placeholder-undefined-chevron-true-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-loading-true-state-valid-active-false-placeholder-undefined-chevron-true-webkit-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-loading-true-state-valid-active-false-placeholder-undefined-chevron-true-webkit-linux.png index b527f1cc74..bef4a0ecb8 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-loading-true-state-valid-active-false-placeholder-undefined-chevron-true-webkit-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-loading-true-state-valid-active-false-placeholder-undefined-chevron-true-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-m-disabled-true-loading-false-state-invalid-active-true-placeholder-undefined-chevron-false-chromium-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-m-disabled-true-loading-false-state-invalid-active-true-placeholder-undefined-chevron-false-chromium-linux.png index 642b4da739..8aed0d4ca8 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-m-disabled-true-loading-false-state-invalid-active-true-placeholder-undefined-chevron-false-chromium-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-m-disabled-true-loading-false-state-invalid-active-true-placeholder-undefined-chevron-false-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-m-disabled-true-loading-false-state-invalid-active-true-placeholder-undefined-chevron-false-firefox-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-m-disabled-true-loading-false-state-invalid-active-true-placeholder-undefined-chevron-false-firefox-linux.png index 8200387cb3..45eff9264e 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-m-disabled-true-loading-false-state-invalid-active-true-placeholder-undefined-chevron-false-firefox-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-m-disabled-true-loading-false-state-invalid-active-true-placeholder-undefined-chevron-false-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-m-disabled-true-loading-false-state-invalid-active-true-placeholder-undefined-chevron-false-webkit-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-m-disabled-true-loading-false-state-invalid-active-true-placeholder-undefined-chevron-false-webkit-linux.png index a87d23d606..d1704cdc36 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-m-disabled-true-loading-false-state-invalid-active-true-placeholder-undefined-chevron-false-webkit-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-m-disabled-true-loading-false-state-invalid-active-true-placeholder-undefined-chevron-false-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-m-disabled-true-loading-false-state-normal-active-false-placeholder-undefined-chevron-true-chromium-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-m-disabled-true-loading-false-state-normal-active-false-placeholder-undefined-chevron-true-chromium-linux.png index 2bc20399fb..14e963d9a1 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-m-disabled-true-loading-false-state-normal-active-false-placeholder-undefined-chevron-true-chromium-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-m-disabled-true-loading-false-state-normal-active-false-placeholder-undefined-chevron-true-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-m-disabled-true-loading-false-state-normal-active-false-placeholder-undefined-chevron-true-firefox-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-m-disabled-true-loading-false-state-normal-active-false-placeholder-undefined-chevron-true-firefox-linux.png index 7725fede21..db981d0ce1 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-m-disabled-true-loading-false-state-normal-active-false-placeholder-undefined-chevron-true-firefox-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-m-disabled-true-loading-false-state-normal-active-false-placeholder-undefined-chevron-true-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-m-disabled-true-loading-false-state-normal-active-false-placeholder-undefined-chevron-true-webkit-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-m-disabled-true-loading-false-state-normal-active-false-placeholder-undefined-chevron-true-webkit-linux.png index 63aab7b956..e50814aae3 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-m-disabled-true-loading-false-state-normal-active-false-placeholder-undefined-chevron-true-webkit-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/base-size-m-disabled-true-loading-false-state-normal-active-false-placeholder-undefined-chevron-true-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/button-size-l-disabled-false-state-invalid-active-true-placeholder-Placeholder-chromium-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/button-size-l-disabled-false-state-invalid-active-true-placeholder-Placeholder-chromium-linux.png index 31bb9ef90e..9ea16c5a2d 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/button-size-l-disabled-false-state-invalid-active-true-placeholder-Placeholder-chromium-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/button-size-l-disabled-false-state-invalid-active-true-placeholder-Placeholder-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/button-size-l-disabled-false-state-invalid-active-true-placeholder-Placeholder-firefox-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/button-size-l-disabled-false-state-invalid-active-true-placeholder-Placeholder-firefox-linux.png index 69ab6bd312..4985d2d309 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/button-size-l-disabled-false-state-invalid-active-true-placeholder-Placeholder-firefox-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/button-size-l-disabled-false-state-invalid-active-true-placeholder-Placeholder-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/button-size-l-disabled-false-state-invalid-active-true-placeholder-Placeholder-webkit-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/button-size-l-disabled-false-state-invalid-active-true-placeholder-Placeholder-webkit-linux.png index 48c8b343f8..e2739c4cda 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/button-size-l-disabled-false-state-invalid-active-true-placeholder-Placeholder-webkit-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/button-size-l-disabled-false-state-invalid-active-true-placeholder-Placeholder-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/button-size-l-disabled-false-state-valid-active-false-placeholder-Placeholder-chromium-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/button-size-l-disabled-false-state-valid-active-false-placeholder-Placeholder-chromium-linux.png index 496888b7e2..2b580f3acc 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/button-size-l-disabled-false-state-valid-active-false-placeholder-Placeholder-chromium-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/button-size-l-disabled-false-state-valid-active-false-placeholder-Placeholder-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/button-size-l-disabled-false-state-valid-active-false-placeholder-Placeholder-firefox-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/button-size-l-disabled-false-state-valid-active-false-placeholder-Placeholder-firefox-linux.png index 7ef433ce9e..2a7f788f75 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/button-size-l-disabled-false-state-valid-active-false-placeholder-Placeholder-firefox-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/button-size-l-disabled-false-state-valid-active-false-placeholder-Placeholder-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/button-size-l-disabled-false-state-valid-active-false-placeholder-Placeholder-webkit-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/button-size-l-disabled-false-state-valid-active-false-placeholder-Placeholder-webkit-linux.png index 8d8e5f19ce..7d70d036ba 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/button-size-l-disabled-false-state-valid-active-false-placeholder-Placeholder-webkit-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/button-size-l-disabled-false-state-valid-active-false-placeholder-Placeholder-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/button-size-m-disabled-false-state-invalid-active-false-placeholder-undefined-chromium-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/button-size-m-disabled-false-state-invalid-active-false-placeholder-undefined-chromium-linux.png index a510dac94c..11daa49fc5 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/button-size-m-disabled-false-state-invalid-active-false-placeholder-undefined-chromium-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/button-size-m-disabled-false-state-invalid-active-false-placeholder-undefined-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/button-size-m-disabled-false-state-invalid-active-false-placeholder-undefined-firefox-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/button-size-m-disabled-false-state-invalid-active-false-placeholder-undefined-firefox-linux.png index 0632fbdbba..c25ab117e8 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/button-size-m-disabled-false-state-invalid-active-false-placeholder-undefined-firefox-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/button-size-m-disabled-false-state-invalid-active-false-placeholder-undefined-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/button-size-m-disabled-false-state-invalid-active-false-placeholder-undefined-webkit-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/button-size-m-disabled-false-state-invalid-active-false-placeholder-undefined-webkit-linux.png index 7a2199424a..affaa6db4f 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/button-size-m-disabled-false-state-invalid-active-false-placeholder-undefined-webkit-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/button-size-m-disabled-false-state-invalid-active-false-placeholder-undefined-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/button-size-m-disabled-false-state-valid-active-true-placeholder-undefined-chromium-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/button-size-m-disabled-false-state-valid-active-true-placeholder-undefined-chromium-linux.png index 2435d68c2a..0ab010d872 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/button-size-m-disabled-false-state-valid-active-true-placeholder-undefined-chromium-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/button-size-m-disabled-false-state-valid-active-true-placeholder-undefined-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/button-size-m-disabled-false-state-valid-active-true-placeholder-undefined-firefox-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/button-size-m-disabled-false-state-valid-active-true-placeholder-undefined-firefox-linux.png index 26b04ab11a..acbcc8aa00 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/button-size-m-disabled-false-state-valid-active-true-placeholder-undefined-firefox-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/button-size-m-disabled-false-state-valid-active-true-placeholder-undefined-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/button-size-m-disabled-false-state-valid-active-true-placeholder-undefined-webkit-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/button-size-m-disabled-false-state-valid-active-true-placeholder-undefined-webkit-linux.png index 1d790eebe8..8e4383e540 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/button-size-m-disabled-false-state-valid-active-true-placeholder-undefined-webkit-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/button-size-m-disabled-false-state-valid-active-true-placeholder-undefined-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/neighbor-location-size-l-disabled-false-loading-true-state-invalid-active-true-placeholder-Placeholder-chevron-false-chromium-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/neighbor-location-size-l-disabled-false-loading-true-state-invalid-active-true-placeholder-Placeholder-chevron-false-chromium-linux.png index 4feda76395..d44f998086 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/neighbor-location-size-l-disabled-false-loading-true-state-invalid-active-true-placeholder-Placeholder-chevron-false-chromium-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/neighbor-location-size-l-disabled-false-loading-true-state-invalid-active-true-placeholder-Placeholder-chevron-false-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/neighbor-location-size-l-disabled-false-loading-true-state-invalid-active-true-placeholder-Placeholder-chevron-false-firefox-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/neighbor-location-size-l-disabled-false-loading-true-state-invalid-active-true-placeholder-Placeholder-chevron-false-firefox-linux.png index 194c1e505d..0b1a245047 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/neighbor-location-size-l-disabled-false-loading-true-state-invalid-active-true-placeholder-Placeholder-chevron-false-firefox-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/neighbor-location-size-l-disabled-false-loading-true-state-invalid-active-true-placeholder-Placeholder-chevron-false-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/neighbor-location-size-l-disabled-false-loading-true-state-invalid-active-true-placeholder-Placeholder-chevron-false-webkit-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/neighbor-location-size-l-disabled-false-loading-true-state-invalid-active-true-placeholder-Placeholder-chevron-false-webkit-linux.png index 7db953662a..da2ee2924c 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/neighbor-location-size-l-disabled-false-loading-true-state-invalid-active-true-placeholder-Placeholder-chevron-false-webkit-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/neighbor-location-size-l-disabled-false-loading-true-state-invalid-active-true-placeholder-Placeholder-chevron-false-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/neighbor-location-size-l-disabled-false-loading-true-state-normal-active-false-placeholder-undefined-chevron-true-chromium-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/neighbor-location-size-l-disabled-false-loading-true-state-normal-active-false-placeholder-undefined-chevron-true-chromium-linux.png index 84c3edc8f3..6a4d18c194 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/neighbor-location-size-l-disabled-false-loading-true-state-normal-active-false-placeholder-undefined-chevron-true-chromium-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/neighbor-location-size-l-disabled-false-loading-true-state-normal-active-false-placeholder-undefined-chevron-true-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/neighbor-location-size-l-disabled-false-loading-true-state-normal-active-false-placeholder-undefined-chevron-true-firefox-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/neighbor-location-size-l-disabled-false-loading-true-state-normal-active-false-placeholder-undefined-chevron-true-firefox-linux.png index 72fd9266ad..95fe6f7cf3 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/neighbor-location-size-l-disabled-false-loading-true-state-normal-active-false-placeholder-undefined-chevron-true-firefox-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/neighbor-location-size-l-disabled-false-loading-true-state-normal-active-false-placeholder-undefined-chevron-true-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/neighbor-location-size-l-disabled-false-loading-true-state-normal-active-false-placeholder-undefined-chevron-true-webkit-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/neighbor-location-size-l-disabled-false-loading-true-state-normal-active-false-placeholder-undefined-chevron-true-webkit-linux.png index 307f604bd6..22f9c7ba13 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/neighbor-location-size-l-disabled-false-loading-true-state-normal-active-false-placeholder-undefined-chevron-true-webkit-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/neighbor-location-size-l-disabled-false-loading-true-state-normal-active-false-placeholder-undefined-chevron-true-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/neighbor-location-size-l-disabled-false-state-invalid-active-true-placeholder-Placeholder-chromium-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/neighbor-location-size-l-disabled-false-state-invalid-active-true-placeholder-Placeholder-chromium-linux.png index 2169ea0d84..618e471a48 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/neighbor-location-size-l-disabled-false-state-invalid-active-true-placeholder-Placeholder-chromium-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/neighbor-location-size-l-disabled-false-state-invalid-active-true-placeholder-Placeholder-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/neighbor-location-size-l-disabled-false-state-invalid-active-true-placeholder-Placeholder-firefox-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/neighbor-location-size-l-disabled-false-state-invalid-active-true-placeholder-Placeholder-firefox-linux.png index 1c51bd556b..3f2c6f2ee4 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/neighbor-location-size-l-disabled-false-state-invalid-active-true-placeholder-Placeholder-firefox-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/neighbor-location-size-l-disabled-false-state-invalid-active-true-placeholder-Placeholder-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/neighbor-location-size-l-disabled-false-state-invalid-active-true-placeholder-Placeholder-webkit-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/neighbor-location-size-l-disabled-false-state-invalid-active-true-placeholder-Placeholder-webkit-linux.png index be7de83fc9..c02061b288 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/neighbor-location-size-l-disabled-false-state-invalid-active-true-placeholder-Placeholder-webkit-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/neighbor-location-size-l-disabled-false-state-invalid-active-true-placeholder-Placeholder-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/neighbor-location-size-l-disabled-false-state-valid-active-false-placeholder-Placeholder-chromium-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/neighbor-location-size-l-disabled-false-state-valid-active-false-placeholder-Placeholder-chromium-linux.png index c03a8803ad..bdc779c610 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/neighbor-location-size-l-disabled-false-state-valid-active-false-placeholder-Placeholder-chromium-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/neighbor-location-size-l-disabled-false-state-valid-active-false-placeholder-Placeholder-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/neighbor-location-size-l-disabled-false-state-valid-active-false-placeholder-Placeholder-firefox-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/neighbor-location-size-l-disabled-false-state-valid-active-false-placeholder-Placeholder-firefox-linux.png index e43375463b..d0d358531b 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/neighbor-location-size-l-disabled-false-state-valid-active-false-placeholder-Placeholder-firefox-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/neighbor-location-size-l-disabled-false-state-valid-active-false-placeholder-Placeholder-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/neighbor-location-size-l-disabled-false-state-valid-active-false-placeholder-Placeholder-webkit-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/neighbor-location-size-l-disabled-false-state-valid-active-false-placeholder-Placeholder-webkit-linux.png index 18ceed7c8f..ff7ddc314a 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/neighbor-location-size-l-disabled-false-state-valid-active-false-placeholder-Placeholder-webkit-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/neighbor-location-size-l-disabled-false-state-valid-active-false-placeholder-Placeholder-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/neighbor-location-size-m-disabled-false-loading-false-state-normal-active-false-placeholder-Placeholder-chevron-true-chromium-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/neighbor-location-size-m-disabled-false-loading-false-state-normal-active-false-placeholder-Placeholder-chevron-true-chromium-linux.png index 169d656e82..ff91033f4f 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/neighbor-location-size-m-disabled-false-loading-false-state-normal-active-false-placeholder-Placeholder-chevron-true-chromium-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/neighbor-location-size-m-disabled-false-loading-false-state-normal-active-false-placeholder-Placeholder-chevron-true-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/neighbor-location-size-m-disabled-false-loading-false-state-normal-active-false-placeholder-Placeholder-chevron-true-firefox-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/neighbor-location-size-m-disabled-false-loading-false-state-normal-active-false-placeholder-Placeholder-chevron-true-firefox-linux.png index aca8c3488d..2b535aa961 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/neighbor-location-size-m-disabled-false-loading-false-state-normal-active-false-placeholder-Placeholder-chevron-true-firefox-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/neighbor-location-size-m-disabled-false-loading-false-state-normal-active-false-placeholder-Placeholder-chevron-true-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/neighbor-location-size-m-disabled-false-loading-false-state-normal-active-false-placeholder-Placeholder-chevron-true-webkit-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/neighbor-location-size-m-disabled-false-loading-false-state-normal-active-false-placeholder-Placeholder-chevron-true-webkit-linux.png index 8cd44a4d35..ed889ae9ce 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/neighbor-location-size-m-disabled-false-loading-false-state-normal-active-false-placeholder-Placeholder-chevron-true-webkit-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/neighbor-location-size-m-disabled-false-loading-false-state-normal-active-false-placeholder-Placeholder-chevron-true-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/neighbor-location-size-m-disabled-false-loading-false-state-normal-active-true-placeholder-Placeholder-chevron-false-chromium-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/neighbor-location-size-m-disabled-false-loading-false-state-normal-active-true-placeholder-Placeholder-chevron-false-chromium-linux.png index a4c5406e39..384a0f10c1 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/neighbor-location-size-m-disabled-false-loading-false-state-normal-active-true-placeholder-Placeholder-chevron-false-chromium-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/neighbor-location-size-m-disabled-false-loading-false-state-normal-active-true-placeholder-Placeholder-chevron-false-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/neighbor-location-size-m-disabled-false-loading-false-state-normal-active-true-placeholder-Placeholder-chevron-false-firefox-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/neighbor-location-size-m-disabled-false-loading-false-state-normal-active-true-placeholder-Placeholder-chevron-false-firefox-linux.png index 2e150a69b1..65de908bf9 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/neighbor-location-size-m-disabled-false-loading-false-state-normal-active-true-placeholder-Placeholder-chevron-false-firefox-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/neighbor-location-size-m-disabled-false-loading-false-state-normal-active-true-placeholder-Placeholder-chevron-false-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/neighbor-location-size-m-disabled-false-loading-false-state-normal-active-true-placeholder-Placeholder-chevron-false-webkit-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/neighbor-location-size-m-disabled-false-loading-false-state-normal-active-true-placeholder-Placeholder-chevron-false-webkit-linux.png index 10ec2349c3..7067f0e7e6 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/neighbor-location-size-m-disabled-false-loading-false-state-normal-active-true-placeholder-Placeholder-chevron-false-webkit-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/neighbor-location-size-m-disabled-false-loading-false-state-normal-active-true-placeholder-Placeholder-chevron-false-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/neighbor-location-size-m-disabled-false-loading-true-state-valid-active-false-placeholder-undefined-chevron-true-chromium-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/neighbor-location-size-m-disabled-false-loading-true-state-valid-active-false-placeholder-undefined-chevron-true-chromium-linux.png index 0b704927ba..2f04be5192 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/neighbor-location-size-m-disabled-false-loading-true-state-valid-active-false-placeholder-undefined-chevron-true-chromium-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/neighbor-location-size-m-disabled-false-loading-true-state-valid-active-false-placeholder-undefined-chevron-true-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/neighbor-location-size-m-disabled-false-loading-true-state-valid-active-false-placeholder-undefined-chevron-true-firefox-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/neighbor-location-size-m-disabled-false-loading-true-state-valid-active-false-placeholder-undefined-chevron-true-firefox-linux.png index aa7563331e..0ccf578140 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/neighbor-location-size-m-disabled-false-loading-true-state-valid-active-false-placeholder-undefined-chevron-true-firefox-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/neighbor-location-size-m-disabled-false-loading-true-state-valid-active-false-placeholder-undefined-chevron-true-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/neighbor-location-size-m-disabled-false-loading-true-state-valid-active-false-placeholder-undefined-chevron-true-webkit-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/neighbor-location-size-m-disabled-false-loading-true-state-valid-active-false-placeholder-undefined-chevron-true-webkit-linux.png index f7ae4338f2..31c917c5ce 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/neighbor-location-size-m-disabled-false-loading-true-state-valid-active-false-placeholder-undefined-chevron-true-webkit-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/neighbor-location-size-m-disabled-false-loading-true-state-valid-active-false-placeholder-undefined-chevron-true-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/neighbor-location-size-m-disabled-false-state-invalid-active-false-placeholder-undefined-chromium-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/neighbor-location-size-m-disabled-false-state-invalid-active-false-placeholder-undefined-chromium-linux.png index fd5c41e0be..06ea3c636f 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/neighbor-location-size-m-disabled-false-state-invalid-active-false-placeholder-undefined-chromium-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/neighbor-location-size-m-disabled-false-state-invalid-active-false-placeholder-undefined-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/neighbor-location-size-m-disabled-false-state-invalid-active-false-placeholder-undefined-firefox-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/neighbor-location-size-m-disabled-false-state-invalid-active-false-placeholder-undefined-firefox-linux.png index c3c60d8f05..aa6265b1ee 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/neighbor-location-size-m-disabled-false-state-invalid-active-false-placeholder-undefined-firefox-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/neighbor-location-size-m-disabled-false-state-invalid-active-false-placeholder-undefined-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/neighbor-location-size-m-disabled-false-state-invalid-active-false-placeholder-undefined-webkit-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/neighbor-location-size-m-disabled-false-state-invalid-active-false-placeholder-undefined-webkit-linux.png index 0686525580..82e535081b 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/neighbor-location-size-m-disabled-false-state-invalid-active-false-placeholder-undefined-webkit-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/neighbor-location-size-m-disabled-false-state-invalid-active-false-placeholder-undefined-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/neighbor-location-size-m-disabled-false-state-valid-active-true-placeholder-undefined-chromium-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/neighbor-location-size-m-disabled-false-state-valid-active-true-placeholder-undefined-chromium-linux.png index 612618a45b..bc90f38805 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/neighbor-location-size-m-disabled-false-state-valid-active-true-placeholder-undefined-chromium-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/neighbor-location-size-m-disabled-false-state-valid-active-true-placeholder-undefined-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/neighbor-location-size-m-disabled-false-state-valid-active-true-placeholder-undefined-firefox-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/neighbor-location-size-m-disabled-false-state-valid-active-true-placeholder-undefined-firefox-linux.png index f15fcbe511..afa0a3ec67 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/neighbor-location-size-m-disabled-false-state-valid-active-true-placeholder-undefined-firefox-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/neighbor-location-size-m-disabled-false-state-valid-active-true-placeholder-undefined-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/neighbor-location-size-m-disabled-false-state-valid-active-true-placeholder-undefined-webkit-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/neighbor-location-size-m-disabled-false-state-valid-active-true-placeholder-undefined-webkit-linux.png index 88a3962a00..849daccb4c 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/neighbor-location-size-m-disabled-false-state-valid-active-true-placeholder-undefined-webkit-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/neighbor-location-size-m-disabled-false-state-valid-active-true-placeholder-undefined-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-l-disabled-false-loading-false-state-invalid-active-true-placeholder-Placeholder-chevron-true-chromium-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-l-disabled-false-loading-false-state-invalid-active-true-placeholder-Placeholder-chevron-true-chromium-linux.png index 52c739bb0d..5239e663cb 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-l-disabled-false-loading-false-state-invalid-active-true-placeholder-Placeholder-chevron-true-chromium-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-l-disabled-false-loading-false-state-invalid-active-true-placeholder-Placeholder-chevron-true-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-l-disabled-false-loading-false-state-invalid-active-true-placeholder-Placeholder-chevron-true-firefox-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-l-disabled-false-loading-false-state-invalid-active-true-placeholder-Placeholder-chevron-true-firefox-linux.png index 9fea592a25..60f54ce9cb 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-l-disabled-false-loading-false-state-invalid-active-true-placeholder-Placeholder-chevron-true-firefox-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-l-disabled-false-loading-false-state-invalid-active-true-placeholder-Placeholder-chevron-true-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-l-disabled-false-loading-false-state-invalid-active-true-placeholder-Placeholder-chevron-true-webkit-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-l-disabled-false-loading-false-state-invalid-active-true-placeholder-Placeholder-chevron-true-webkit-linux.png index 131c6fbffe..8cec0de5bb 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-l-disabled-false-loading-false-state-invalid-active-true-placeholder-Placeholder-chevron-true-webkit-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-l-disabled-false-loading-false-state-invalid-active-true-placeholder-Placeholder-chevron-true-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-l-disabled-false-loading-false-state-valid-active-false-placeholder-Placeholder-chevron-true-chromium-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-l-disabled-false-loading-false-state-valid-active-false-placeholder-Placeholder-chevron-true-chromium-linux.png index fc113562dc..12e87ae96c 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-l-disabled-false-loading-false-state-valid-active-false-placeholder-Placeholder-chevron-true-chromium-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-l-disabled-false-loading-false-state-valid-active-false-placeholder-Placeholder-chevron-true-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-l-disabled-false-loading-false-state-valid-active-false-placeholder-Placeholder-chevron-true-firefox-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-l-disabled-false-loading-false-state-valid-active-false-placeholder-Placeholder-chevron-true-firefox-linux.png index ee9f632112..32c0643df5 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-l-disabled-false-loading-false-state-valid-active-false-placeholder-Placeholder-chevron-true-firefox-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-l-disabled-false-loading-false-state-valid-active-false-placeholder-Placeholder-chevron-true-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-l-disabled-false-loading-false-state-valid-active-false-placeholder-Placeholder-chevron-true-webkit-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-l-disabled-false-loading-false-state-valid-active-false-placeholder-Placeholder-chevron-true-webkit-linux.png index 3dc4196ad4..1dce7a37fc 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-l-disabled-false-loading-false-state-valid-active-false-placeholder-Placeholder-chevron-true-webkit-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-l-disabled-false-loading-false-state-valid-active-false-placeholder-Placeholder-chevron-true-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-l-disabled-false-loading-true-state-invalid-active-true-placeholder-Placeholder-chevron-false-chromium-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-l-disabled-false-loading-true-state-invalid-active-true-placeholder-Placeholder-chevron-false-chromium-linux.png index ea4066e6ee..476a627fe3 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-l-disabled-false-loading-true-state-invalid-active-true-placeholder-Placeholder-chevron-false-chromium-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-l-disabled-false-loading-true-state-invalid-active-true-placeholder-Placeholder-chevron-false-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-l-disabled-false-loading-true-state-invalid-active-true-placeholder-Placeholder-chevron-false-firefox-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-l-disabled-false-loading-true-state-invalid-active-true-placeholder-Placeholder-chevron-false-firefox-linux.png index 893f231303..d911fac612 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-l-disabled-false-loading-true-state-invalid-active-true-placeholder-Placeholder-chevron-false-firefox-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-l-disabled-false-loading-true-state-invalid-active-true-placeholder-Placeholder-chevron-false-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-l-disabled-false-loading-true-state-invalid-active-true-placeholder-Placeholder-chevron-false-webkit-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-l-disabled-false-loading-true-state-invalid-active-true-placeholder-Placeholder-chevron-false-webkit-linux.png index 6c7280318c..eefb3fb7aa 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-l-disabled-false-loading-true-state-invalid-active-true-placeholder-Placeholder-chevron-false-webkit-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-l-disabled-false-loading-true-state-invalid-active-true-placeholder-Placeholder-chevron-false-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-l-disabled-false-loading-true-state-normal-active-false-placeholder-undefined-chevron-true-chromium-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-l-disabled-false-loading-true-state-normal-active-false-placeholder-undefined-chevron-true-chromium-linux.png index a26911c239..9639b63da6 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-l-disabled-false-loading-true-state-normal-active-false-placeholder-undefined-chevron-true-chromium-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-l-disabled-false-loading-true-state-normal-active-false-placeholder-undefined-chevron-true-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-l-disabled-false-loading-true-state-normal-active-false-placeholder-undefined-chevron-true-firefox-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-l-disabled-false-loading-true-state-normal-active-false-placeholder-undefined-chevron-true-firefox-linux.png index 48299105d1..1eb1a6c11a 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-l-disabled-false-loading-true-state-normal-active-false-placeholder-undefined-chevron-true-firefox-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-l-disabled-false-loading-true-state-normal-active-false-placeholder-undefined-chevron-true-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-l-disabled-false-loading-true-state-normal-active-false-placeholder-undefined-chevron-true-webkit-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-l-disabled-false-loading-true-state-normal-active-false-placeholder-undefined-chevron-true-webkit-linux.png index 2c436c616e..fb54a74459 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-l-disabled-false-loading-true-state-normal-active-false-placeholder-undefined-chevron-true-webkit-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-l-disabled-false-loading-true-state-normal-active-false-placeholder-undefined-chevron-true-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-l-disabled-true-loading-false-state-valid-active-true-placeholder-Placeholder-chevron-true-chromium-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-l-disabled-true-loading-false-state-valid-active-true-placeholder-Placeholder-chevron-true-chromium-linux.png index 5ccf9630f3..ec8c097ba1 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-l-disabled-true-loading-false-state-valid-active-true-placeholder-Placeholder-chevron-true-chromium-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-l-disabled-true-loading-false-state-valid-active-true-placeholder-Placeholder-chevron-true-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-l-disabled-true-loading-false-state-valid-active-true-placeholder-Placeholder-chevron-true-firefox-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-l-disabled-true-loading-false-state-valid-active-true-placeholder-Placeholder-chevron-true-firefox-linux.png index 4ff451f4ff..5fc53faba5 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-l-disabled-true-loading-false-state-valid-active-true-placeholder-Placeholder-chevron-true-firefox-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-l-disabled-true-loading-false-state-valid-active-true-placeholder-Placeholder-chevron-true-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-l-disabled-true-loading-false-state-valid-active-true-placeholder-Placeholder-chevron-true-webkit-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-l-disabled-true-loading-false-state-valid-active-true-placeholder-Placeholder-chevron-true-webkit-linux.png index ecda5f8240..a12161745d 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-l-disabled-true-loading-false-state-valid-active-true-placeholder-Placeholder-chevron-true-webkit-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-l-disabled-true-loading-false-state-valid-active-true-placeholder-Placeholder-chevron-true-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-false-loading-false-state-invalid-active-false-placeholder-undefined-chevron-true-chromium-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-false-loading-false-state-invalid-active-false-placeholder-undefined-chevron-true-chromium-linux.png index 4965e48eca..9774933fb1 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-false-loading-false-state-invalid-active-false-placeholder-undefined-chevron-true-chromium-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-false-loading-false-state-invalid-active-false-placeholder-undefined-chevron-true-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-false-loading-false-state-invalid-active-false-placeholder-undefined-chevron-true-firefox-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-false-loading-false-state-invalid-active-false-placeholder-undefined-chevron-true-firefox-linux.png index 938924b6df..b8e85c3e87 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-false-loading-false-state-invalid-active-false-placeholder-undefined-chevron-true-firefox-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-false-loading-false-state-invalid-active-false-placeholder-undefined-chevron-true-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-false-loading-false-state-invalid-active-false-placeholder-undefined-chevron-true-webkit-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-false-loading-false-state-invalid-active-false-placeholder-undefined-chevron-true-webkit-linux.png index 8b578fe5a2..304120ffdb 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-false-loading-false-state-invalid-active-false-placeholder-undefined-chevron-true-webkit-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-false-loading-false-state-invalid-active-false-placeholder-undefined-chevron-true-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-false-loading-false-state-normal-active-false-placeholder-Placeholder-chevron-true-chromium-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-false-loading-false-state-normal-active-false-placeholder-Placeholder-chevron-true-chromium-linux.png index 8c53693a4c..40c7be3df3 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-false-loading-false-state-normal-active-false-placeholder-Placeholder-chevron-true-chromium-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-false-loading-false-state-normal-active-false-placeholder-Placeholder-chevron-true-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-false-loading-false-state-normal-active-false-placeholder-Placeholder-chevron-true-firefox-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-false-loading-false-state-normal-active-false-placeholder-Placeholder-chevron-true-firefox-linux.png index 46356d4348..160b5cb9bf 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-false-loading-false-state-normal-active-false-placeholder-Placeholder-chevron-true-firefox-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-false-loading-false-state-normal-active-false-placeholder-Placeholder-chevron-true-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-false-loading-false-state-normal-active-false-placeholder-Placeholder-chevron-true-webkit-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-false-loading-false-state-normal-active-false-placeholder-Placeholder-chevron-true-webkit-linux.png index 4598de0dfd..8b370c8cd3 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-false-loading-false-state-normal-active-false-placeholder-Placeholder-chevron-true-webkit-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-false-loading-false-state-normal-active-false-placeholder-Placeholder-chevron-true-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-false-loading-false-state-normal-active-true-placeholder-Placeholder-chevron-false-chromium-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-false-loading-false-state-normal-active-true-placeholder-Placeholder-chevron-false-chromium-linux.png index 34b287d89f..c61e853758 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-false-loading-false-state-normal-active-true-placeholder-Placeholder-chevron-false-chromium-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-false-loading-false-state-normal-active-true-placeholder-Placeholder-chevron-false-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-false-loading-false-state-normal-active-true-placeholder-Placeholder-chevron-false-firefox-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-false-loading-false-state-normal-active-true-placeholder-Placeholder-chevron-false-firefox-linux.png index 8a24e68cb1..68b1930220 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-false-loading-false-state-normal-active-true-placeholder-Placeholder-chevron-false-firefox-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-false-loading-false-state-normal-active-true-placeholder-Placeholder-chevron-false-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-false-loading-false-state-normal-active-true-placeholder-Placeholder-chevron-false-webkit-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-false-loading-false-state-normal-active-true-placeholder-Placeholder-chevron-false-webkit-linux.png index cf742c0b1b..03dce4e19e 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-false-loading-false-state-normal-active-true-placeholder-Placeholder-chevron-false-webkit-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-false-loading-false-state-normal-active-true-placeholder-Placeholder-chevron-false-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-false-loading-false-state-valid-active-true-placeholder-undefined-chevron-true-chromium-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-false-loading-false-state-valid-active-true-placeholder-undefined-chevron-true-chromium-linux.png index d91ebc051d..ddb50da0d4 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-false-loading-false-state-valid-active-true-placeholder-undefined-chevron-true-chromium-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-false-loading-false-state-valid-active-true-placeholder-undefined-chevron-true-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-false-loading-false-state-valid-active-true-placeholder-undefined-chevron-true-firefox-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-false-loading-false-state-valid-active-true-placeholder-undefined-chevron-true-firefox-linux.png index e69eb0ac7f..ef0e42eb73 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-false-loading-false-state-valid-active-true-placeholder-undefined-chevron-true-firefox-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-false-loading-false-state-valid-active-true-placeholder-undefined-chevron-true-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-false-loading-false-state-valid-active-true-placeholder-undefined-chevron-true-webkit-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-false-loading-false-state-valid-active-true-placeholder-undefined-chevron-true-webkit-linux.png index 47396f4810..5606b5ff2d 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-false-loading-false-state-valid-active-true-placeholder-undefined-chevron-true-webkit-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-false-loading-false-state-valid-active-true-placeholder-undefined-chevron-true-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-false-loading-true-state-valid-active-false-placeholder-undefined-chevron-true-chromium-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-false-loading-true-state-valid-active-false-placeholder-undefined-chevron-true-chromium-linux.png index d066a99ab4..71e7290004 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-false-loading-true-state-valid-active-false-placeholder-undefined-chevron-true-chromium-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-false-loading-true-state-valid-active-false-placeholder-undefined-chevron-true-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-false-loading-true-state-valid-active-false-placeholder-undefined-chevron-true-firefox-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-false-loading-true-state-valid-active-false-placeholder-undefined-chevron-true-firefox-linux.png index d1a0061e49..614ec7f2ae 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-false-loading-true-state-valid-active-false-placeholder-undefined-chevron-true-firefox-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-false-loading-true-state-valid-active-false-placeholder-undefined-chevron-true-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-false-loading-true-state-valid-active-false-placeholder-undefined-chevron-true-webkit-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-false-loading-true-state-valid-active-false-placeholder-undefined-chevron-true-webkit-linux.png index fa26610b3a..ba335e042f 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-false-loading-true-state-valid-active-false-placeholder-undefined-chevron-true-webkit-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-false-loading-true-state-valid-active-false-placeholder-undefined-chevron-true-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-true-loading-false-state-invalid-active-true-placeholder-undefined-chevron-false-chromium-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-true-loading-false-state-invalid-active-true-placeholder-undefined-chevron-false-chromium-linux.png index ae81598300..02e219c958 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-true-loading-false-state-invalid-active-true-placeholder-undefined-chevron-false-chromium-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-true-loading-false-state-invalid-active-true-placeholder-undefined-chevron-false-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-true-loading-false-state-invalid-active-true-placeholder-undefined-chevron-false-firefox-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-true-loading-false-state-invalid-active-true-placeholder-undefined-chevron-false-firefox-linux.png index bf47b2af59..7392aca934 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-true-loading-false-state-invalid-active-true-placeholder-undefined-chevron-false-firefox-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-true-loading-false-state-invalid-active-true-placeholder-undefined-chevron-false-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-true-loading-false-state-invalid-active-true-placeholder-undefined-chevron-false-webkit-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-true-loading-false-state-invalid-active-true-placeholder-undefined-chevron-false-webkit-linux.png index f9951b84f6..15aa2d216e 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-true-loading-false-state-invalid-active-true-placeholder-undefined-chevron-false-webkit-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-true-loading-false-state-invalid-active-true-placeholder-undefined-chevron-false-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-true-loading-false-state-normal-active-false-placeholder-undefined-chevron-true-chromium-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-true-loading-false-state-normal-active-false-placeholder-undefined-chevron-true-chromium-linux.png index 903537ea2c..5e8f6c0dfb 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-true-loading-false-state-normal-active-false-placeholder-undefined-chevron-true-chromium-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-true-loading-false-state-normal-active-false-placeholder-undefined-chevron-true-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-true-loading-false-state-normal-active-false-placeholder-undefined-chevron-true-firefox-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-true-loading-false-state-normal-active-false-placeholder-undefined-chevron-true-firefox-linux.png index 9238324a86..1b0ab1903b 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-true-loading-false-state-normal-active-false-placeholder-undefined-chevron-true-firefox-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-true-loading-false-state-normal-active-false-placeholder-undefined-chevron-true-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-true-loading-false-state-normal-active-false-placeholder-undefined-chevron-true-webkit-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-true-loading-false-state-normal-active-false-placeholder-undefined-chevron-true-webkit-linux.png index 13f62416b2..d6d327c746 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-true-loading-false-state-normal-active-false-placeholder-undefined-chevron-true-webkit-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/triggers-size-m-disabled-true-loading-false-state-normal-active-false-placeholder-undefined-chevron-true-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/with-addons-size-l-disabled-false-loading-true-state-invalid-active-true-placeholder-Placeholder-chevron-false-chromium-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/with-addons-size-l-disabled-false-loading-true-state-invalid-active-true-placeholder-Placeholder-chevron-false-chromium-linux.png index a9b96a2c13..fb7251f64d 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/with-addons-size-l-disabled-false-loading-true-state-invalid-active-true-placeholder-Placeholder-chevron-false-chromium-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/with-addons-size-l-disabled-false-loading-true-state-invalid-active-true-placeholder-Placeholder-chevron-false-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/with-addons-size-l-disabled-false-loading-true-state-invalid-active-true-placeholder-Placeholder-chevron-false-firefox-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/with-addons-size-l-disabled-false-loading-true-state-invalid-active-true-placeholder-Placeholder-chevron-false-firefox-linux.png index 4f81901ec8..a6722a235a 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/with-addons-size-l-disabled-false-loading-true-state-invalid-active-true-placeholder-Placeholder-chevron-false-firefox-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/with-addons-size-l-disabled-false-loading-true-state-invalid-active-true-placeholder-Placeholder-chevron-false-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/with-addons-size-l-disabled-false-loading-true-state-invalid-active-true-placeholder-Placeholder-chevron-false-webkit-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/with-addons-size-l-disabled-false-loading-true-state-invalid-active-true-placeholder-Placeholder-chevron-false-webkit-linux.png index 7a78c5082e..7923b83a1a 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/with-addons-size-l-disabled-false-loading-true-state-invalid-active-true-placeholder-Placeholder-chevron-false-webkit-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/with-addons-size-l-disabled-false-loading-true-state-invalid-active-true-placeholder-Placeholder-chevron-false-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/with-addons-size-l-disabled-false-loading-true-state-normal-active-false-placeholder-undefined-chevron-true-chromium-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/with-addons-size-l-disabled-false-loading-true-state-normal-active-false-placeholder-undefined-chevron-true-chromium-linux.png index 352cc66dd7..02757038f0 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/with-addons-size-l-disabled-false-loading-true-state-normal-active-false-placeholder-undefined-chevron-true-chromium-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/with-addons-size-l-disabled-false-loading-true-state-normal-active-false-placeholder-undefined-chevron-true-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/with-addons-size-l-disabled-false-loading-true-state-normal-active-false-placeholder-undefined-chevron-true-firefox-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/with-addons-size-l-disabled-false-loading-true-state-normal-active-false-placeholder-undefined-chevron-true-firefox-linux.png index a25055ab10..0a5c7a3fbd 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/with-addons-size-l-disabled-false-loading-true-state-normal-active-false-placeholder-undefined-chevron-true-firefox-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/with-addons-size-l-disabled-false-loading-true-state-normal-active-false-placeholder-undefined-chevron-true-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/with-addons-size-l-disabled-false-loading-true-state-normal-active-false-placeholder-undefined-chevron-true-webkit-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/with-addons-size-l-disabled-false-loading-true-state-normal-active-false-placeholder-undefined-chevron-true-webkit-linux.png index 364f4b9006..1d5d49a149 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/with-addons-size-l-disabled-false-loading-true-state-normal-active-false-placeholder-undefined-chevron-true-webkit-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/with-addons-size-l-disabled-false-loading-true-state-normal-active-false-placeholder-undefined-chevron-true-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/with-addons-size-m-disabled-false-loading-false-state-normal-active-false-placeholder-Placeholder-chevron-true-chromium-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/with-addons-size-m-disabled-false-loading-false-state-normal-active-false-placeholder-Placeholder-chevron-true-chromium-linux.png index 8d07a90c53..544ee3e32a 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/with-addons-size-m-disabled-false-loading-false-state-normal-active-false-placeholder-Placeholder-chevron-true-chromium-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/with-addons-size-m-disabled-false-loading-false-state-normal-active-false-placeholder-Placeholder-chevron-true-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/with-addons-size-m-disabled-false-loading-false-state-normal-active-false-placeholder-Placeholder-chevron-true-firefox-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/with-addons-size-m-disabled-false-loading-false-state-normal-active-false-placeholder-Placeholder-chevron-true-firefox-linux.png index d7dc52bbfb..450cf16b15 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/with-addons-size-m-disabled-false-loading-false-state-normal-active-false-placeholder-Placeholder-chevron-true-firefox-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/with-addons-size-m-disabled-false-loading-false-state-normal-active-false-placeholder-Placeholder-chevron-true-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/with-addons-size-m-disabled-false-loading-false-state-normal-active-false-placeholder-Placeholder-chevron-true-webkit-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/with-addons-size-m-disabled-false-loading-false-state-normal-active-false-placeholder-Placeholder-chevron-true-webkit-linux.png index f08dd61249..9b3f1dca1d 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/with-addons-size-m-disabled-false-loading-false-state-normal-active-false-placeholder-Placeholder-chevron-true-webkit-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/with-addons-size-m-disabled-false-loading-false-state-normal-active-false-placeholder-Placeholder-chevron-true-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/with-addons-size-m-disabled-false-loading-false-state-normal-active-true-placeholder-Placeholder-chevron-false-chromium-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/with-addons-size-m-disabled-false-loading-false-state-normal-active-true-placeholder-Placeholder-chevron-false-chromium-linux.png index 1c2f5367af..c3a49a6e95 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/with-addons-size-m-disabled-false-loading-false-state-normal-active-true-placeholder-Placeholder-chevron-false-chromium-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/with-addons-size-m-disabled-false-loading-false-state-normal-active-true-placeholder-Placeholder-chevron-false-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/with-addons-size-m-disabled-false-loading-false-state-normal-active-true-placeholder-Placeholder-chevron-false-firefox-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/with-addons-size-m-disabled-false-loading-false-state-normal-active-true-placeholder-Placeholder-chevron-false-firefox-linux.png index 1e164aadcf..90646f1d1f 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/with-addons-size-m-disabled-false-loading-false-state-normal-active-true-placeholder-Placeholder-chevron-false-firefox-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/with-addons-size-m-disabled-false-loading-false-state-normal-active-true-placeholder-Placeholder-chevron-false-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/with-addons-size-m-disabled-false-loading-false-state-normal-active-true-placeholder-Placeholder-chevron-false-webkit-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/with-addons-size-m-disabled-false-loading-false-state-normal-active-true-placeholder-Placeholder-chevron-false-webkit-linux.png index 45116f350e..20f5b81536 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/with-addons-size-m-disabled-false-loading-false-state-normal-active-true-placeholder-Placeholder-chevron-false-webkit-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/with-addons-size-m-disabled-false-loading-false-state-normal-active-true-placeholder-Placeholder-chevron-false-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/with-addons-size-m-disabled-false-loading-true-state-valid-active-false-placeholder-undefined-chevron-true-chromium-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/with-addons-size-m-disabled-false-loading-true-state-valid-active-false-placeholder-undefined-chevron-true-chromium-linux.png index 37cdf1707b..7e5548d4e2 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/with-addons-size-m-disabled-false-loading-true-state-valid-active-false-placeholder-undefined-chevron-true-chromium-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/with-addons-size-m-disabled-false-loading-true-state-valid-active-false-placeholder-undefined-chevron-true-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/with-addons-size-m-disabled-false-loading-true-state-valid-active-false-placeholder-undefined-chevron-true-firefox-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/with-addons-size-m-disabled-false-loading-true-state-valid-active-false-placeholder-undefined-chevron-true-firefox-linux.png index 49eb297b14..3daeed31ff 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/with-addons-size-m-disabled-false-loading-true-state-valid-active-false-placeholder-undefined-chevron-true-firefox-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/with-addons-size-m-disabled-false-loading-true-state-valid-active-false-placeholder-undefined-chevron-true-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/with-addons-size-m-disabled-false-loading-true-state-valid-active-false-placeholder-undefined-chevron-true-webkit-linux.png b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/with-addons-size-m-disabled-false-loading-true-state-valid-active-false-placeholder-undefined-chevron-true-webkit-linux.png index 916c85b707..2f838d0d5c 100644 Binary files a/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/with-addons-size-m-disabled-false-loading-true-state-valid-active-false-placeholder-undefined-chevron-true-webkit-linux.png and b/semcore/base-trigger/__tests__/button-trigger.browser-test.tsx-snapshots/with-addons-size-m-disabled-false-loading-true-state-valid-active-false-placeholder-undefined-chevron-true-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/-visual-Verify-Counter-on-trigger-1-chromium-linux.png b/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/-visual-Verify-Counter-on-trigger-1-chromium-linux.png index a6743c6760..1004bf6f0d 100644 Binary files a/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/-visual-Verify-Counter-on-trigger-1-chromium-linux.png and b/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/-visual-Verify-Counter-on-trigger-1-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/-visual-Verify-Counter-on-trigger-1-firefox-linux.png b/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/-visual-Verify-Counter-on-trigger-1-firefox-linux.png index b22538b50d..c429da7388 100644 Binary files a/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/-visual-Verify-Counter-on-trigger-1-firefox-linux.png and b/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/-visual-Verify-Counter-on-trigger-1-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/-visual-Verify-Counter-on-trigger-1-webkit-linux.png b/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/-visual-Verify-Counter-on-trigger-1-webkit-linux.png index 8f06a16425..d12c350ab2 100644 Binary files a/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/-visual-Verify-Counter-on-trigger-1-webkit-linux.png and b/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/-visual-Verify-Counter-on-trigger-1-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/-visual-Verify-Hint-on-Close-button-1-chromium-linux.png b/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/-visual-Verify-Hint-on-Close-button-1-chromium-linux.png index 599c57bb7f..3c56e7fa24 100644 Binary files a/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/-visual-Verify-Hint-on-Close-button-1-chromium-linux.png and b/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/-visual-Verify-Hint-on-Close-button-1-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/-visual-Verify-Hint-on-Close-button-1-firefox-linux.png b/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/-visual-Verify-Hint-on-Close-button-1-firefox-linux.png index 011b3e81dd..d060c7b4e8 100644 Binary files a/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/-visual-Verify-Hint-on-Close-button-1-firefox-linux.png and b/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/-visual-Verify-Hint-on-Close-button-1-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/-visual-Verify-Hint-on-Close-button-1-webkit-linux.png b/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/-visual-Verify-Hint-on-Close-button-1-webkit-linux.png index c5fc3bed3b..b7d0d41150 100644 Binary files a/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/-visual-Verify-Hint-on-Close-button-1-webkit-linux.png and b/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/-visual-Verify-Hint-on-Close-button-1-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Filter-trigger-and-few-tags-1-chromium-linux.png b/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Filter-trigger-and-few-tags-1-chromium-linux.png index ee081f8ed0..8d34179e9c 100644 Binary files a/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Filter-trigger-and-few-tags-1-chromium-linux.png and b/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Filter-trigger-and-few-tags-1-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Filter-trigger-and-few-tags-1-firefox-linux.png b/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Filter-trigger-and-few-tags-1-firefox-linux.png index 3f30867dd8..9ec3be4ae2 100644 Binary files a/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Filter-trigger-and-few-tags-1-firefox-linux.png and b/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Filter-trigger-and-few-tags-1-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Filter-trigger-and-few-tags-1-webkit-linux.png b/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Filter-trigger-and-few-tags-1-webkit-linux.png index 191beb6d05..59406b272e 100644 Binary files a/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Filter-trigger-and-few-tags-1-webkit-linux.png and b/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Filter-trigger-and-few-tags-1-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/base-size-l-disabled-false-active-true-placeholder-undefined-chromium-linux.png b/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/base-size-l-disabled-false-active-true-placeholder-undefined-chromium-linux.png index 1370082729..285029284f 100644 Binary files a/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/base-size-l-disabled-false-active-true-placeholder-undefined-chromium-linux.png and b/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/base-size-l-disabled-false-active-true-placeholder-undefined-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/base-size-l-disabled-false-active-true-placeholder-undefined-firefox-linux.png b/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/base-size-l-disabled-false-active-true-placeholder-undefined-firefox-linux.png index d6e8d0513b..715641cc55 100644 Binary files a/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/base-size-l-disabled-false-active-true-placeholder-undefined-firefox-linux.png and b/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/base-size-l-disabled-false-active-true-placeholder-undefined-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/base-size-l-disabled-false-active-true-placeholder-undefined-webkit-linux.png b/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/base-size-l-disabled-false-active-true-placeholder-undefined-webkit-linux.png index 670f6e48bf..618ebd8680 100644 Binary files a/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/base-size-l-disabled-false-active-true-placeholder-undefined-webkit-linux.png and b/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/base-size-l-disabled-false-active-true-placeholder-undefined-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/base-size-l-disabled-true-active-true-placeholder-Placeholder-chromium-linux.png b/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/base-size-l-disabled-true-active-true-placeholder-Placeholder-chromium-linux.png index 780705199b..9549a2e813 100644 Binary files a/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/base-size-l-disabled-true-active-true-placeholder-Placeholder-chromium-linux.png and b/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/base-size-l-disabled-true-active-true-placeholder-Placeholder-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/base-size-l-disabled-true-active-true-placeholder-Placeholder-firefox-linux.png b/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/base-size-l-disabled-true-active-true-placeholder-Placeholder-firefox-linux.png index 31096646d7..3b9b1f8837 100644 Binary files a/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/base-size-l-disabled-true-active-true-placeholder-Placeholder-firefox-linux.png and b/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/base-size-l-disabled-true-active-true-placeholder-Placeholder-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/base-size-l-disabled-true-active-true-placeholder-Placeholder-webkit-linux.png b/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/base-size-l-disabled-true-active-true-placeholder-Placeholder-webkit-linux.png index cd8f70cf36..e47ac171cb 100644 Binary files a/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/base-size-l-disabled-true-active-true-placeholder-Placeholder-webkit-linux.png and b/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/base-size-l-disabled-true-active-true-placeholder-Placeholder-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-active-false-placeholder-Placeholder-chromium-linux.png b/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-active-false-placeholder-Placeholder-chromium-linux.png index df4b16f571..d3be613063 100644 Binary files a/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-active-false-placeholder-Placeholder-chromium-linux.png and b/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-active-false-placeholder-Placeholder-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-active-false-placeholder-Placeholder-firefox-linux.png b/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-active-false-placeholder-Placeholder-firefox-linux.png index 4663117894..31fd9fff7e 100644 Binary files a/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-active-false-placeholder-Placeholder-firefox-linux.png and b/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-active-false-placeholder-Placeholder-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-active-false-placeholder-Placeholder-webkit-linux.png b/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-active-false-placeholder-Placeholder-webkit-linux.png index 0a95d2ab85..cb2ad34619 100644 Binary files a/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-active-false-placeholder-Placeholder-webkit-linux.png and b/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/base-size-m-disabled-false-active-false-placeholder-Placeholder-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/base-size-m-disabled-true-active-false-placeholder-undefined-chromium-linux.png b/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/base-size-m-disabled-true-active-false-placeholder-undefined-chromium-linux.png index aded474da8..b97932b8b0 100644 Binary files a/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/base-size-m-disabled-true-active-false-placeholder-undefined-chromium-linux.png and b/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/base-size-m-disabled-true-active-false-placeholder-undefined-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/base-size-m-disabled-true-active-false-placeholder-undefined-firefox-linux.png b/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/base-size-m-disabled-true-active-false-placeholder-undefined-firefox-linux.png index 46ef7d2059..dac462fed8 100644 Binary files a/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/base-size-m-disabled-true-active-false-placeholder-undefined-firefox-linux.png and b/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/base-size-m-disabled-true-active-false-placeholder-undefined-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/base-size-m-disabled-true-active-false-placeholder-undefined-webkit-linux.png b/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/base-size-m-disabled-true-active-false-placeholder-undefined-webkit-linux.png index 18f2e34b55..fb15a3607e 100644 Binary files a/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/base-size-m-disabled-true-active-false-placeholder-undefined-webkit-linux.png and b/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/base-size-m-disabled-true-active-false-placeholder-undefined-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/select-size-l-disabled-false-active-true-placeholder-undefined-chromium-linux.png b/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/select-size-l-disabled-false-active-true-placeholder-undefined-chromium-linux.png index 83d9786fad..65a9a8eca3 100644 Binary files a/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/select-size-l-disabled-false-active-true-placeholder-undefined-chromium-linux.png and b/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/select-size-l-disabled-false-active-true-placeholder-undefined-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/select-size-l-disabled-false-active-true-placeholder-undefined-firefox-linux.png b/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/select-size-l-disabled-false-active-true-placeholder-undefined-firefox-linux.png index f7920f45cd..554f7c076a 100644 Binary files a/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/select-size-l-disabled-false-active-true-placeholder-undefined-firefox-linux.png and b/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/select-size-l-disabled-false-active-true-placeholder-undefined-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/select-size-l-disabled-false-active-true-placeholder-undefined-webkit-linux.png b/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/select-size-l-disabled-false-active-true-placeholder-undefined-webkit-linux.png index 180e19a801..a999828eed 100644 Binary files a/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/select-size-l-disabled-false-active-true-placeholder-undefined-webkit-linux.png and b/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/select-size-l-disabled-false-active-true-placeholder-undefined-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/select-size-l-disabled-true-active-true-placeholder-Placeholder-chromium-linux.png b/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/select-size-l-disabled-true-active-true-placeholder-Placeholder-chromium-linux.png index acfc222ae9..54b0f3d73e 100644 Binary files a/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/select-size-l-disabled-true-active-true-placeholder-Placeholder-chromium-linux.png and b/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/select-size-l-disabled-true-active-true-placeholder-Placeholder-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/select-size-l-disabled-true-active-true-placeholder-Placeholder-firefox-linux.png b/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/select-size-l-disabled-true-active-true-placeholder-Placeholder-firefox-linux.png index b05d1e11d5..9e08093ca2 100644 Binary files a/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/select-size-l-disabled-true-active-true-placeholder-Placeholder-firefox-linux.png and b/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/select-size-l-disabled-true-active-true-placeholder-Placeholder-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/select-size-l-disabled-true-active-true-placeholder-Placeholder-webkit-linux.png b/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/select-size-l-disabled-true-active-true-placeholder-Placeholder-webkit-linux.png index b73e42b84f..16f9ab1d93 100644 Binary files a/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/select-size-l-disabled-true-active-true-placeholder-Placeholder-webkit-linux.png and b/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/select-size-l-disabled-true-active-true-placeholder-Placeholder-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/select-size-m-disabled-false-active-false-placeholder-Placeholder-chromium-linux.png b/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/select-size-m-disabled-false-active-false-placeholder-Placeholder-chromium-linux.png index 5fff604504..1523775d11 100644 Binary files a/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/select-size-m-disabled-false-active-false-placeholder-Placeholder-chromium-linux.png and b/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/select-size-m-disabled-false-active-false-placeholder-Placeholder-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/select-size-m-disabled-false-active-false-placeholder-Placeholder-firefox-linux.png b/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/select-size-m-disabled-false-active-false-placeholder-Placeholder-firefox-linux.png index 0692666dea..7617565ab9 100644 Binary files a/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/select-size-m-disabled-false-active-false-placeholder-Placeholder-firefox-linux.png and b/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/select-size-m-disabled-false-active-false-placeholder-Placeholder-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/select-size-m-disabled-false-active-false-placeholder-Placeholder-webkit-linux.png b/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/select-size-m-disabled-false-active-false-placeholder-Placeholder-webkit-linux.png index cfe9587399..2d78a18352 100644 Binary files a/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/select-size-m-disabled-false-active-false-placeholder-Placeholder-webkit-linux.png and b/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/select-size-m-disabled-false-active-false-placeholder-Placeholder-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/select-size-m-disabled-true-active-false-placeholder-undefined-chromium-linux.png b/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/select-size-m-disabled-true-active-false-placeholder-undefined-chromium-linux.png index a1f920fe78..03e2a57f25 100644 Binary files a/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/select-size-m-disabled-true-active-false-placeholder-undefined-chromium-linux.png and b/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/select-size-m-disabled-true-active-false-placeholder-undefined-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/select-size-m-disabled-true-active-false-placeholder-undefined-firefox-linux.png b/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/select-size-m-disabled-true-active-false-placeholder-undefined-firefox-linux.png index 003df452ad..091067b3f0 100644 Binary files a/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/select-size-m-disabled-true-active-false-placeholder-undefined-firefox-linux.png and b/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/select-size-m-disabled-true-active-false-placeholder-undefined-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/select-size-m-disabled-true-active-false-placeholder-undefined-webkit-linux.png b/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/select-size-m-disabled-true-active-false-placeholder-undefined-webkit-linux.png index 29ff613570..b0c2b08ede 100644 Binary files a/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/select-size-m-disabled-true-active-false-placeholder-undefined-webkit-linux.png and b/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/select-size-m-disabled-true-active-false-placeholder-undefined-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/with-addonssize-l-disabled-false-active-true-placeholder-undefined-chromium-linux.png b/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/with-addonssize-l-disabled-false-active-true-placeholder-undefined-chromium-linux.png index 97d8bb830a..c1f9ba4c20 100644 Binary files a/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/with-addonssize-l-disabled-false-active-true-placeholder-undefined-chromium-linux.png and b/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/with-addonssize-l-disabled-false-active-true-placeholder-undefined-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/with-addonssize-l-disabled-false-active-true-placeholder-undefined-firefox-linux.png b/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/with-addonssize-l-disabled-false-active-true-placeholder-undefined-firefox-linux.png index 860f8c79a8..96fc958b7b 100644 Binary files a/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/with-addonssize-l-disabled-false-active-true-placeholder-undefined-firefox-linux.png and b/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/with-addonssize-l-disabled-false-active-true-placeholder-undefined-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/with-addonssize-l-disabled-false-active-true-placeholder-undefined-webkit-linux.png b/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/with-addonssize-l-disabled-false-active-true-placeholder-undefined-webkit-linux.png index 63ae63eead..829c7af0d8 100644 Binary files a/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/with-addonssize-l-disabled-false-active-true-placeholder-undefined-webkit-linux.png and b/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/with-addonssize-l-disabled-false-active-true-placeholder-undefined-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/with-addonssize-l-disabled-true-active-true-placeholder-Placeholder-chromium-linux.png b/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/with-addonssize-l-disabled-true-active-true-placeholder-Placeholder-chromium-linux.png index c11caabed3..707aa8842b 100644 Binary files a/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/with-addonssize-l-disabled-true-active-true-placeholder-Placeholder-chromium-linux.png and b/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/with-addonssize-l-disabled-true-active-true-placeholder-Placeholder-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/with-addonssize-l-disabled-true-active-true-placeholder-Placeholder-firefox-linux.png b/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/with-addonssize-l-disabled-true-active-true-placeholder-Placeholder-firefox-linux.png index 4a7bf5d1c4..6c9d2d0670 100644 Binary files a/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/with-addonssize-l-disabled-true-active-true-placeholder-Placeholder-firefox-linux.png and b/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/with-addonssize-l-disabled-true-active-true-placeholder-Placeholder-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/with-addonssize-l-disabled-true-active-true-placeholder-Placeholder-webkit-linux.png b/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/with-addonssize-l-disabled-true-active-true-placeholder-Placeholder-webkit-linux.png index d0c70b4d3c..38a3f200d1 100644 Binary files a/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/with-addonssize-l-disabled-true-active-true-placeholder-Placeholder-webkit-linux.png and b/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/with-addonssize-l-disabled-true-active-true-placeholder-Placeholder-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/with-addonssize-m-disabled-false-active-false-placeholder-Placeholder-chromium-linux.png b/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/with-addonssize-m-disabled-false-active-false-placeholder-Placeholder-chromium-linux.png index 916eb41203..9a0986974c 100644 Binary files a/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/with-addonssize-m-disabled-false-active-false-placeholder-Placeholder-chromium-linux.png and b/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/with-addonssize-m-disabled-false-active-false-placeholder-Placeholder-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/with-addonssize-m-disabled-false-active-false-placeholder-Placeholder-firefox-linux.png b/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/with-addonssize-m-disabled-false-active-false-placeholder-Placeholder-firefox-linux.png index 574f3ebc9f..111b048a16 100644 Binary files a/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/with-addonssize-m-disabled-false-active-false-placeholder-Placeholder-firefox-linux.png and b/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/with-addonssize-m-disabled-false-active-false-placeholder-Placeholder-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/with-addonssize-m-disabled-false-active-false-placeholder-Placeholder-webkit-linux.png b/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/with-addonssize-m-disabled-false-active-false-placeholder-Placeholder-webkit-linux.png index 8f6cf88f8e..17963db705 100644 Binary files a/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/with-addonssize-m-disabled-false-active-false-placeholder-Placeholder-webkit-linux.png and b/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/with-addonssize-m-disabled-false-active-false-placeholder-Placeholder-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/with-addonssize-m-disabled-true-active-false-placeholder-undefined-chromium-linux.png b/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/with-addonssize-m-disabled-true-active-false-placeholder-undefined-chromium-linux.png index 959ba6e813..8d9dce7c80 100644 Binary files a/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/with-addonssize-m-disabled-true-active-false-placeholder-undefined-chromium-linux.png and b/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/with-addonssize-m-disabled-true-active-false-placeholder-undefined-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/with-addonssize-m-disabled-true-active-false-placeholder-undefined-firefox-linux.png b/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/with-addonssize-m-disabled-true-active-false-placeholder-undefined-firefox-linux.png index 650f289af0..531671158d 100644 Binary files a/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/with-addonssize-m-disabled-true-active-false-placeholder-undefined-firefox-linux.png and b/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/with-addonssize-m-disabled-true-active-false-placeholder-undefined-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/with-addonssize-m-disabled-true-active-false-placeholder-undefined-webkit-linux.png b/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/with-addonssize-m-disabled-true-active-false-placeholder-undefined-webkit-linux.png index d9805025a7..a5a97a678f 100644 Binary files a/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/with-addonssize-m-disabled-true-active-false-placeholder-undefined-webkit-linux.png and b/semcore/base-trigger/__tests__/filter-trigger.browser-test.tsx-snapshots/with-addonssize-m-disabled-true-active-false-placeholder-undefined-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Link-Trigger-inside-Select---ellipsis-07233-de-Select-truncates-with-right-only-size-300-1-chromium-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Link-Trigger-inside-Select---ellipsis-07233-de-Select-truncates-with-right-only-size-300-1-chromium-linux.png index 609478e8aa..319510a6ae 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Link-Trigger-inside-Select---ellipsis-07233-de-Select-truncates-with-right-only-size-300-1-chromium-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Link-Trigger-inside-Select---ellipsis-07233-de-Select-truncates-with-right-only-size-300-1-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Link-Trigger-inside-Select---ellipsis-07233-de-Select-truncates-with-right-only-size-300-1-firefox-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Link-Trigger-inside-Select---ellipsis-07233-de-Select-truncates-with-right-only-size-300-1-firefox-linux.png index 45e9dc6a8f..e3a6d91c14 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Link-Trigger-inside-Select---ellipsis-07233-de-Select-truncates-with-right-only-size-300-1-firefox-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Link-Trigger-inside-Select---ellipsis-07233-de-Select-truncates-with-right-only-size-300-1-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Link-Trigger-inside-Select---ellipsis-07233-de-Select-truncates-with-right-only-size-300-1-webkit-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Link-Trigger-inside-Select---ellipsis-07233-de-Select-truncates-with-right-only-size-300-1-webkit-linux.png index 9954e45beb..4ba8186a5d 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Link-Trigger-inside-Select---ellipsis-07233-de-Select-truncates-with-right-only-size-300-1-webkit-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Link-Trigger-inside-Select---ellipsis-07233-de-Select-truncates-with-right-only-size-300-1-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Link-Trigger-inside-Select---ellipsis-15778-de-Select-truncates-with-right-only-size-600-1-chromium-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Link-Trigger-inside-Select---ellipsis-15778-de-Select-truncates-with-right-only-size-600-1-chromium-linux.png index 344455d6b3..18452633ae 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Link-Trigger-inside-Select---ellipsis-15778-de-Select-truncates-with-right-only-size-600-1-chromium-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Link-Trigger-inside-Select---ellipsis-15778-de-Select-truncates-with-right-only-size-600-1-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Link-Trigger-inside-Select---ellipsis-15778-de-Select-truncates-with-right-only-size-600-1-firefox-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Link-Trigger-inside-Select---ellipsis-15778-de-Select-truncates-with-right-only-size-600-1-firefox-linux.png index 225722cf1c..4432c3da15 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Link-Trigger-inside-Select---ellipsis-15778-de-Select-truncates-with-right-only-size-600-1-firefox-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Link-Trigger-inside-Select---ellipsis-15778-de-Select-truncates-with-right-only-size-600-1-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Link-Trigger-inside-Select---ellipsis-15778-de-Select-truncates-with-right-only-size-600-1-webkit-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Link-Trigger-inside-Select---ellipsis-15778-de-Select-truncates-with-right-only-size-600-1-webkit-linux.png index fda5a0c01a..7a1bd9b005 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Link-Trigger-inside-Select---ellipsis-15778-de-Select-truncates-with-right-only-size-600-1-webkit-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Link-Trigger-inside-Select---ellipsis-15778-de-Select-truncates-with-right-only-size-600-1-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Link-Trigger-inside-Select---ellipsis-2ad48-nside-Select-truncates-with-loading-size-600-1-chromium-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Link-Trigger-inside-Select---ellipsis-2ad48-nside-Select-truncates-with-loading-size-600-1-chromium-linux.png index 518c5277c2..1b4b343355 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Link-Trigger-inside-Select---ellipsis-2ad48-nside-Select-truncates-with-loading-size-600-1-chromium-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Link-Trigger-inside-Select---ellipsis-2ad48-nside-Select-truncates-with-loading-size-600-1-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Link-Trigger-inside-Select---ellipsis-2ad48-nside-Select-truncates-with-loading-size-600-1-firefox-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Link-Trigger-inside-Select---ellipsis-2ad48-nside-Select-truncates-with-loading-size-600-1-firefox-linux.png index b101b72adb..a22afb3611 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Link-Trigger-inside-Select---ellipsis-2ad48-nside-Select-truncates-with-loading-size-600-1-firefox-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Link-Trigger-inside-Select---ellipsis-2ad48-nside-Select-truncates-with-loading-size-600-1-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Link-Trigger-inside-Select---ellipsis-2ad48-nside-Select-truncates-with-loading-size-600-1-webkit-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Link-Trigger-inside-Select---ellipsis-2ad48-nside-Select-truncates-with-loading-size-600-1-webkit-linux.png index 103cdf409d..9c4fd284b1 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Link-Trigger-inside-Select---ellipsis-2ad48-nside-Select-truncates-with-loading-size-600-1-webkit-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Link-Trigger-inside-Select---ellipsis-2ad48-nside-Select-truncates-with-loading-size-600-1-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Link-Trigger-inside-Select---ellipsis-49a87-nside-Select-truncates-with-loading-size-300-1-chromium-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Link-Trigger-inside-Select---ellipsis-49a87-nside-Select-truncates-with-loading-size-300-1-chromium-linux.png index 51259cb5fd..7e95d90360 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Link-Trigger-inside-Select---ellipsis-49a87-nside-Select-truncates-with-loading-size-300-1-chromium-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Link-Trigger-inside-Select---ellipsis-49a87-nside-Select-truncates-with-loading-size-300-1-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Link-Trigger-inside-Select---ellipsis-49a87-nside-Select-truncates-with-loading-size-300-1-firefox-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Link-Trigger-inside-Select---ellipsis-49a87-nside-Select-truncates-with-loading-size-300-1-firefox-linux.png index 6f420e61a7..9363997f52 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Link-Trigger-inside-Select---ellipsis-49a87-nside-Select-truncates-with-loading-size-300-1-firefox-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Link-Trigger-inside-Select---ellipsis-49a87-nside-Select-truncates-with-loading-size-300-1-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Link-Trigger-inside-Select---ellipsis-49a87-nside-Select-truncates-with-loading-size-300-1-webkit-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Link-Trigger-inside-Select---ellipsis-49a87-nside-Select-truncates-with-loading-size-300-1-webkit-linux.png index 05271cb4c1..99dfc5695d 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Link-Trigger-inside-Select---ellipsis-49a87-nside-Select-truncates-with-loading-size-300-1-webkit-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Link-Trigger-inside-Select---ellipsis-49a87-nside-Select-truncates-with-loading-size-300-1-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Link-Trigger-inside-Select---ellipsis-78572-ide-Select-truncates-with-left-only-size-600-1-chromium-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Link-Trigger-inside-Select---ellipsis-78572-ide-Select-truncates-with-left-only-size-600-1-chromium-linux.png index 831b88a5f5..83612a776b 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Link-Trigger-inside-Select---ellipsis-78572-ide-Select-truncates-with-left-only-size-600-1-chromium-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Link-Trigger-inside-Select---ellipsis-78572-ide-Select-truncates-with-left-only-size-600-1-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Link-Trigger-inside-Select---ellipsis-78572-ide-Select-truncates-with-left-only-size-600-1-firefox-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Link-Trigger-inside-Select---ellipsis-78572-ide-Select-truncates-with-left-only-size-600-1-firefox-linux.png index 6b3e90a5a0..951589de6a 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Link-Trigger-inside-Select---ellipsis-78572-ide-Select-truncates-with-left-only-size-600-1-firefox-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Link-Trigger-inside-Select---ellipsis-78572-ide-Select-truncates-with-left-only-size-600-1-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Link-Trigger-inside-Select---ellipsis-78572-ide-Select-truncates-with-left-only-size-600-1-webkit-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Link-Trigger-inside-Select---ellipsis-78572-ide-Select-truncates-with-left-only-size-600-1-webkit-linux.png index 15ca3d256b..4473d6a16e 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Link-Trigger-inside-Select---ellipsis-78572-ide-Select-truncates-with-left-only-size-600-1-webkit-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Link-Trigger-inside-Select---ellipsis-78572-ide-Select-truncates-with-left-only-size-600-1-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Link-Trigger-inside-Select---ellipsis-ca456-ide-Select-truncates-with-left-only-size-300-1-chromium-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Link-Trigger-inside-Select---ellipsis-ca456-ide-Select-truncates-with-left-only-size-300-1-chromium-linux.png index b38df43114..74d46c95b7 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Link-Trigger-inside-Select---ellipsis-ca456-ide-Select-truncates-with-left-only-size-300-1-chromium-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Link-Trigger-inside-Select---ellipsis-ca456-ide-Select-truncates-with-left-only-size-300-1-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Link-Trigger-inside-Select---ellipsis-ca456-ide-Select-truncates-with-left-only-size-300-1-firefox-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Link-Trigger-inside-Select---ellipsis-ca456-ide-Select-truncates-with-left-only-size-300-1-firefox-linux.png index 38389bf095..2f46e8bdf5 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Link-Trigger-inside-Select---ellipsis-ca456-ide-Select-truncates-with-left-only-size-300-1-firefox-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Link-Trigger-inside-Select---ellipsis-ca456-ide-Select-truncates-with-left-only-size-300-1-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Link-Trigger-inside-Select---ellipsis-ca456-ide-Select-truncates-with-left-only-size-300-1-webkit-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Link-Trigger-inside-Select---ellipsis-ca456-ide-Select-truncates-with-left-only-size-300-1-webkit-linux.png index 2ae582f28b..7b7bab69c9 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Link-Trigger-inside-Select---ellipsis-ca456-ide-Select-truncates-with-left-only-size-300-1-webkit-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Link-Trigger-inside-Select---ellipsis-ca456-ide-Select-truncates-with-left-only-size-300-1-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Link-Trigger-without-ellipsis-Verify-no-hint-appears-size-100-ellipsis-false-1-chromium-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Link-Trigger-without-ellipsis-Verify-no-hint-appears-size-100-ellipsis-false-1-chromium-linux.png index a522871050..5da625ecf2 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Link-Trigger-without-ellipsis-Verify-no-hint-appears-size-100-ellipsis-false-1-chromium-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Link-Trigger-without-ellipsis-Verify-no-hint-appears-size-100-ellipsis-false-1-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Link-Trigger-without-ellipsis-Verify-no-hint-appears-size-100-ellipsis-false-1-firefox-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Link-Trigger-without-ellipsis-Verify-no-hint-appears-size-100-ellipsis-false-1-firefox-linux.png index 95583241a3..a79312fa99 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Link-Trigger-without-ellipsis-Verify-no-hint-appears-size-100-ellipsis-false-1-firefox-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Link-Trigger-without-ellipsis-Verify-no-hint-appears-size-100-ellipsis-false-1-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Link-Trigger-without-ellipsis-Verify-no-hint-appears-size-100-ellipsis-false-1-webkit-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Link-Trigger-without-ellipsis-Verify-no-hint-appears-size-100-ellipsis-false-1-webkit-linux.png index 904bf944f0..a87f8dce84 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Link-Trigger-without-ellipsis-Verify-no-hint-appears-size-100-ellipsis-false-1-webkit-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Link-Trigger-without-ellipsis-Verify-no-hint-appears-size-100-ellipsis-false-1-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Link-Trigger-without-ellipsis-Verify-no-hint-appears-size-300-ellipsis-false-1-chromium-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Link-Trigger-without-ellipsis-Verify-no-hint-appears-size-300-ellipsis-false-1-chromium-linux.png index 294b9a4ff4..ea8c0c9a23 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Link-Trigger-without-ellipsis-Verify-no-hint-appears-size-300-ellipsis-false-1-chromium-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Link-Trigger-without-ellipsis-Verify-no-hint-appears-size-300-ellipsis-false-1-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Link-Trigger-without-ellipsis-Verify-no-hint-appears-size-300-ellipsis-false-1-firefox-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Link-Trigger-without-ellipsis-Verify-no-hint-appears-size-300-ellipsis-false-1-firefox-linux.png index 61affb5ea5..1f45413e62 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Link-Trigger-without-ellipsis-Verify-no-hint-appears-size-300-ellipsis-false-1-firefox-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Link-Trigger-without-ellipsis-Verify-no-hint-appears-size-300-ellipsis-false-1-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Link-Trigger-without-ellipsis-Verify-no-hint-appears-size-300-ellipsis-false-1-webkit-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Link-Trigger-without-ellipsis-Verify-no-hint-appears-size-300-ellipsis-false-1-webkit-linux.png index 508929e262..04513f9dbe 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Link-Trigger-without-ellipsis-Verify-no-hint-appears-size-300-ellipsis-false-1-webkit-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Link-Trigger-without-ellipsis-Verify-no-hint-appears-size-300-ellipsis-false-1-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-disabled-with-counter-addon-1-chromium-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-disabled-with-counter-addon-1-chromium-linux.png index 47d769be03..f4382a9391 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-disabled-with-counter-addon-1-chromium-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-disabled-with-counter-addon-1-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-disabled-with-counter-addon-1-firefox-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-disabled-with-counter-addon-1-firefox-linux.png index 0b8107ebe3..e872135f5b 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-disabled-with-counter-addon-1-firefox-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-disabled-with-counter-addon-1-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-disabled-with-counter-addon-1-webkit-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-disabled-with-counter-addon-1-webkit-linux.png index 9bc3d7ac79..70d3608c35 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-disabled-with-counter-addon-1-webkit-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-disabled-with-counter-addon-1-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-loading-1-chromium-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-loading-1-chromium-linux.png index edf147c119..f62e11b5a7 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-loading-1-chromium-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-loading-1-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-loading-1-firefox-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-loading-1-firefox-linux.png index 6016fbd219..c4a7d38c57 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-loading-1-firefox-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-loading-1-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-loading-1-webkit-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-loading-1-webkit-linux.png index a3687d66ce..429ebd48ec 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-loading-1-webkit-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-loading-1-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-mixed-addon-types-1-chromium-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-mixed-addon-types-1-chromium-linux.png index 2fd2ee19ec..d0573f8ef9 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-mixed-addon-types-1-chromium-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-mixed-addon-types-1-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-mixed-addon-types-1-firefox-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-mixed-addon-types-1-firefox-linux.png index 86426176bd..d2426a43b6 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-mixed-addon-types-1-firefox-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-mixed-addon-types-1-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-mixed-addon-types-1-webkit-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-mixed-addon-types-1-webkit-linux.png index 954f0b15e6..3e3bd655b8 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-mixed-addon-types-1-webkit-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-mixed-addon-types-1-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-mixed-addon-types-2-chromium-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-mixed-addon-types-2-chromium-linux.png index 28f263a949..4ac629d318 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-mixed-addon-types-2-chromium-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-mixed-addon-types-2-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-mixed-addon-types-2-firefox-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-mixed-addon-types-2-firefox-linux.png index 789231f7cd..dcb2ab8bf2 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-mixed-addon-types-2-firefox-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-mixed-addon-types-2-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-mixed-addon-types-2-webkit-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-mixed-addon-types-2-webkit-linux.png index 4660e16c80..d6b5011112 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-mixed-addon-types-2-webkit-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-mixed-addon-types-2-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-100-addonLeft-cropPosition-middle-1-chromium-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-100-addonLeft-cropPosition-middle-1-chromium-linux.png index ec8eba577d..7d7401b15c 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-100-addonLeft-cropPosition-middle-1-chromium-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-100-addonLeft-cropPosition-middle-1-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-100-addonLeft-cropPosition-middle-1-firefox-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-100-addonLeft-cropPosition-middle-1-firefox-linux.png index 4a07003a02..0235db78c9 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-100-addonLeft-cropPosition-middle-1-firefox-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-100-addonLeft-cropPosition-middle-1-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-100-addonLeft-cropPosition-middle-1-webkit-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-100-addonLeft-cropPosition-middle-1-webkit-linux.png index 51b8570082..1456d107a8 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-100-addonLeft-cropPosition-middle-1-webkit-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-100-addonLeft-cropPosition-middle-1-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-100-addonLeft-cropPosition-middle-2-chromium-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-100-addonLeft-cropPosition-middle-2-chromium-linux.png index 01bdec93e0..58301530fd 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-100-addonLeft-cropPosition-middle-2-chromium-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-100-addonLeft-cropPosition-middle-2-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-100-addonLeft-cropPosition-middle-2-firefox-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-100-addonLeft-cropPosition-middle-2-firefox-linux.png index 9ab5733b4a..a638aa8fc4 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-100-addonLeft-cropPosition-middle-2-firefox-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-100-addonLeft-cropPosition-middle-2-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-100-addonLeft-cropPosition-middle-2-webkit-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-100-addonLeft-cropPosition-middle-2-webkit-linux.png index d0cb9d7449..f9e18b6d54 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-100-addonLeft-cropPosition-middle-2-webkit-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-100-addonLeft-cropPosition-middle-2-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-100-addonRight-badge-middle-lastRequired-2-1-chromium-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-100-addonRight-badge-middle-lastRequired-2-1-chromium-linux.png index 69dd1e285e..8c4d5fafd6 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-100-addonRight-badge-middle-lastRequired-2-1-chromium-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-100-addonRight-badge-middle-lastRequired-2-1-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-100-addonRight-badge-middle-lastRequired-2-1-firefox-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-100-addonRight-badge-middle-lastRequired-2-1-firefox-linux.png index 423d67754f..a9d3fea080 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-100-addonRight-badge-middle-lastRequired-2-1-firefox-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-100-addonRight-badge-middle-lastRequired-2-1-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-100-addonRight-badge-middle-lastRequired-2-1-webkit-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-100-addonRight-badge-middle-lastRequired-2-1-webkit-linux.png index 7d08999c42..4cab6ca1a1 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-100-addonRight-badge-middle-lastRequired-2-1-webkit-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-100-addonRight-badge-middle-lastRequired-2-1-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-100-addonRight-badge-middle-lastRequired-2-2-chromium-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-100-addonRight-badge-middle-lastRequired-2-2-chromium-linux.png index 3a347a9047..5af04137dc 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-100-addonRight-badge-middle-lastRequired-2-2-chromium-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-100-addonRight-badge-middle-lastRequired-2-2-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-100-addonRight-badge-middle-lastRequired-2-2-firefox-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-100-addonRight-badge-middle-lastRequired-2-2-firefox-linux.png index ec3b744cb5..a37863250f 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-100-addonRight-badge-middle-lastRequired-2-2-firefox-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-100-addonRight-badge-middle-lastRequired-2-2-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-100-addonRight-badge-middle-lastRequired-2-2-webkit-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-100-addonRight-badge-middle-lastRequired-2-2-webkit-linux.png index e5f6386a5b..dc6c8fc572 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-100-addonRight-badge-middle-lastRequired-2-2-webkit-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-100-addonRight-badge-middle-lastRequired-2-2-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-100-both-addons-counter-undefined-1-chromium-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-100-both-addons-counter-undefined-1-chromium-linux.png index bef6678735..7f29fee929 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-100-both-addons-counter-undefined-1-chromium-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-100-both-addons-counter-undefined-1-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-100-both-addons-counter-undefined-1-firefox-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-100-both-addons-counter-undefined-1-firefox-linux.png index 2695f1e9c6..ecd6e5f5aa 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-100-both-addons-counter-undefined-1-firefox-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-100-both-addons-counter-undefined-1-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-100-both-addons-counter-undefined-1-webkit-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-100-both-addons-counter-undefined-1-webkit-linux.png index d12fba1b4c..de1e2658a6 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-100-both-addons-counter-undefined-1-webkit-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-100-both-addons-counter-undefined-1-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-100-both-addons-counter-undefined-2-chromium-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-100-both-addons-counter-undefined-2-chromium-linux.png index 1858764d6b..987deda399 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-100-both-addons-counter-undefined-2-chromium-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-100-both-addons-counter-undefined-2-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-100-both-addons-counter-undefined-2-firefox-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-100-both-addons-counter-undefined-2-firefox-linux.png index 2d0812502f..72b38d8fa9 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-100-both-addons-counter-undefined-2-firefox-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-100-both-addons-counter-undefined-2-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-100-both-addons-counter-undefined-2-webkit-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-100-both-addons-counter-undefined-2-webkit-linux.png index c9b098551b..8cd5267ea0 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-100-both-addons-counter-undefined-2-webkit-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-100-both-addons-counter-undefined-2-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-100-no-addons-ellipsis-true-1-chromium-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-100-no-addons-ellipsis-true-1-chromium-linux.png index 42187c8001..9295f590a4 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-100-no-addons-ellipsis-true-1-chromium-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-100-no-addons-ellipsis-true-1-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-100-no-addons-ellipsis-true-1-firefox-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-100-no-addons-ellipsis-true-1-firefox-linux.png index caa2dc2e22..30d031182e 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-100-no-addons-ellipsis-true-1-firefox-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-100-no-addons-ellipsis-true-1-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-100-no-addons-ellipsis-true-1-webkit-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-100-no-addons-ellipsis-true-1-webkit-linux.png index 5af93ef681..722204dccc 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-100-no-addons-ellipsis-true-1-webkit-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-100-no-addons-ellipsis-true-1-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-100-no-addons-ellipsis-true-2-chromium-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-100-no-addons-ellipsis-true-2-chromium-linux.png index c19d6b461b..70f2548b52 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-100-no-addons-ellipsis-true-2-chromium-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-100-no-addons-ellipsis-true-2-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-100-no-addons-ellipsis-true-2-firefox-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-100-no-addons-ellipsis-true-2-firefox-linux.png index 8d6db947b6..cabfdf268c 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-100-no-addons-ellipsis-true-2-firefox-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-100-no-addons-ellipsis-true-2-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-100-no-addons-ellipsis-true-2-webkit-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-100-no-addons-ellipsis-true-2-webkit-linux.png index 16fb453191..d9a7844d80 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-100-no-addons-ellipsis-true-2-webkit-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-100-no-addons-ellipsis-true-2-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-100-no-addons-ellipsis-true-3-chromium-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-100-no-addons-ellipsis-true-3-chromium-linux.png index 1cee3c2ea8..3191f9268d 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-100-no-addons-ellipsis-true-3-chromium-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-100-no-addons-ellipsis-true-3-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-100-no-addons-ellipsis-true-3-firefox-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-100-no-addons-ellipsis-true-3-firefox-linux.png index 4753dce457..9ff4188a92 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-100-no-addons-ellipsis-true-3-firefox-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-100-no-addons-ellipsis-true-3-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-100-no-addons-ellipsis-true-3-webkit-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-100-no-addons-ellipsis-true-3-webkit-linux.png index 53b0fc4ff6..79350c0e48 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-100-no-addons-ellipsis-true-3-webkit-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-100-no-addons-ellipsis-true-3-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-200-addonLeft-badge-cropPosition-middle-1-chromium-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-200-addonLeft-badge-cropPosition-middle-1-chromium-linux.png index f9f7ecdc44..3d45ba8cf7 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-200-addonLeft-badge-cropPosition-middle-1-chromium-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-200-addonLeft-badge-cropPosition-middle-1-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-200-addonLeft-badge-cropPosition-middle-1-firefox-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-200-addonLeft-badge-cropPosition-middle-1-firefox-linux.png index 25f1de72f3..fdc701c7c8 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-200-addonLeft-badge-cropPosition-middle-1-firefox-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-200-addonLeft-badge-cropPosition-middle-1-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-200-addonLeft-badge-cropPosition-middle-1-webkit-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-200-addonLeft-badge-cropPosition-middle-1-webkit-linux.png index 9d6a43755c..2f1df13649 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-200-addonLeft-badge-cropPosition-middle-1-webkit-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-200-addonLeft-badge-cropPosition-middle-1-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-200-addonLeft-badge-cropPosition-middle-2-chromium-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-200-addonLeft-badge-cropPosition-middle-2-chromium-linux.png index 1ef0a01faf..4641d3f3d9 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-200-addonLeft-badge-cropPosition-middle-2-chromium-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-200-addonLeft-badge-cropPosition-middle-2-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-200-addonLeft-badge-cropPosition-middle-2-firefox-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-200-addonLeft-badge-cropPosition-middle-2-firefox-linux.png index 6946bcb913..a47a1e9590 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-200-addonLeft-badge-cropPosition-middle-2-firefox-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-200-addonLeft-badge-cropPosition-middle-2-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-200-addonLeft-badge-cropPosition-middle-2-webkit-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-200-addonLeft-badge-cropPosition-middle-2-webkit-linux.png index 46eb5edb7c..564b1f3b96 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-200-addonLeft-badge-cropPosition-middle-2-webkit-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-200-addonLeft-badge-cropPosition-middle-2-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-200-addonRight-counter-middle-lastRequired-2-1-chromium-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-200-addonRight-counter-middle-lastRequired-2-1-chromium-linux.png index 96f5dddc05..a74cedeab3 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-200-addonRight-counter-middle-lastRequired-2-1-chromium-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-200-addonRight-counter-middle-lastRequired-2-1-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-200-addonRight-counter-middle-lastRequired-2-1-firefox-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-200-addonRight-counter-middle-lastRequired-2-1-firefox-linux.png index 9781996196..1e65c30f2f 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-200-addonRight-counter-middle-lastRequired-2-1-firefox-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-200-addonRight-counter-middle-lastRequired-2-1-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-200-addonRight-counter-middle-lastRequired-2-1-webkit-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-200-addonRight-counter-middle-lastRequired-2-1-webkit-linux.png index 77d473309f..e9edb3920b 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-200-addonRight-counter-middle-lastRequired-2-1-webkit-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-200-addonRight-counter-middle-lastRequired-2-1-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-200-addonRight-counter-middle-lastRequired-2-2-chromium-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-200-addonRight-counter-middle-lastRequired-2-2-chromium-linux.png index ed5e7e197a..6dc82470c8 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-200-addonRight-counter-middle-lastRequired-2-2-chromium-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-200-addonRight-counter-middle-lastRequired-2-2-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-200-addonRight-counter-middle-lastRequired-2-2-firefox-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-200-addonRight-counter-middle-lastRequired-2-2-firefox-linux.png index 4b0ebfd050..8576208855 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-200-addonRight-counter-middle-lastRequired-2-2-firefox-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-200-addonRight-counter-middle-lastRequired-2-2-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-200-addonRight-counter-middle-lastRequired-2-2-webkit-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-200-addonRight-counter-middle-lastRequired-2-2-webkit-linux.png index 297d8fb3d9..ae2a51bce5 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-200-addonRight-counter-middle-lastRequired-2-2-webkit-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-200-addonRight-counter-middle-lastRequired-2-2-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-200-both-addons-tag-undefined-1-chromium-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-200-both-addons-tag-undefined-1-chromium-linux.png index 55f942d812..c13bf20d80 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-200-both-addons-tag-undefined-1-chromium-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-200-both-addons-tag-undefined-1-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-200-both-addons-tag-undefined-1-firefox-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-200-both-addons-tag-undefined-1-firefox-linux.png index 41ec0561b4..239e789fdb 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-200-both-addons-tag-undefined-1-firefox-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-200-both-addons-tag-undefined-1-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-200-both-addons-tag-undefined-1-webkit-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-200-both-addons-tag-undefined-1-webkit-linux.png index 9ddc722867..832625773e 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-200-both-addons-tag-undefined-1-webkit-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-200-both-addons-tag-undefined-1-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-200-both-addons-tag-undefined-2-chromium-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-200-both-addons-tag-undefined-2-chromium-linux.png index a86fe02e4d..17af7e993a 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-200-both-addons-tag-undefined-2-chromium-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-200-both-addons-tag-undefined-2-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-200-both-addons-tag-undefined-2-firefox-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-200-both-addons-tag-undefined-2-firefox-linux.png index 401f946cd5..8c59c06408 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-200-both-addons-tag-undefined-2-firefox-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-200-both-addons-tag-undefined-2-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-200-both-addons-tag-undefined-2-webkit-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-200-both-addons-tag-undefined-2-webkit-linux.png index 326135b16f..a1d40b52a5 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-200-both-addons-tag-undefined-2-webkit-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-200-both-addons-tag-undefined-2-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-200-no-addons-text-success-ellipsis-true-1-chromium-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-200-no-addons-text-success-ellipsis-true-1-chromium-linux.png index 2c0176f55e..dedf654942 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-200-no-addons-text-success-ellipsis-true-1-chromium-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-200-no-addons-text-success-ellipsis-true-1-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-200-no-addons-text-success-ellipsis-true-1-firefox-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-200-no-addons-text-success-ellipsis-true-1-firefox-linux.png index 439b66f151..71bebab5bd 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-200-no-addons-text-success-ellipsis-true-1-firefox-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-200-no-addons-text-success-ellipsis-true-1-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-200-no-addons-text-success-ellipsis-true-1-webkit-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-200-no-addons-text-success-ellipsis-true-1-webkit-linux.png index cf1927b2e5..d9e95f7021 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-200-no-addons-text-success-ellipsis-true-1-webkit-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-200-no-addons-text-success-ellipsis-true-1-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-200-no-addons-text-success-ellipsis-true-2-chromium-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-200-no-addons-text-success-ellipsis-true-2-chromium-linux.png index 8b2943d48c..caeb542648 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-200-no-addons-text-success-ellipsis-true-2-chromium-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-200-no-addons-text-success-ellipsis-true-2-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-200-no-addons-text-success-ellipsis-true-2-firefox-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-200-no-addons-text-success-ellipsis-true-2-firefox-linux.png index 5a83cb6ba4..276ff2cb8b 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-200-no-addons-text-success-ellipsis-true-2-firefox-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-200-no-addons-text-success-ellipsis-true-2-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-200-no-addons-text-success-ellipsis-true-2-webkit-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-200-no-addons-text-success-ellipsis-true-2-webkit-linux.png index f0d1a8a7f5..286c5ac246 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-200-no-addons-text-success-ellipsis-true-2-webkit-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-200-no-addons-text-success-ellipsis-true-2-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-200-no-addons-text-success-ellipsis-true-3-chromium-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-200-no-addons-text-success-ellipsis-true-3-chromium-linux.png index 189acc5ed2..d17d344d4d 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-200-no-addons-text-success-ellipsis-true-3-chromium-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-200-no-addons-text-success-ellipsis-true-3-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-300-addonLeft-counter-cropPosition-middle-1-chromium-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-300-addonLeft-counter-cropPosition-middle-1-chromium-linux.png index 6abbeee073..b1d645900f 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-300-addonLeft-counter-cropPosition-middle-1-chromium-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-300-addonLeft-counter-cropPosition-middle-1-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-300-addonLeft-counter-cropPosition-middle-1-firefox-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-300-addonLeft-counter-cropPosition-middle-1-firefox-linux.png index 8de8238944..4715b2d2a8 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-300-addonLeft-counter-cropPosition-middle-1-firefox-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-300-addonLeft-counter-cropPosition-middle-1-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-300-addonLeft-counter-cropPosition-middle-1-webkit-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-300-addonLeft-counter-cropPosition-middle-1-webkit-linux.png index b9813e175d..2f3cb29a6a 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-300-addonLeft-counter-cropPosition-middle-1-webkit-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-300-addonLeft-counter-cropPosition-middle-1-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-300-addonLeft-counter-cropPosition-middle-2-chromium-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-300-addonLeft-counter-cropPosition-middle-2-chromium-linux.png index 0318a97bdc..56cfbbff5c 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-300-addonLeft-counter-cropPosition-middle-2-chromium-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-300-addonLeft-counter-cropPosition-middle-2-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-300-addonLeft-counter-cropPosition-middle-2-firefox-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-300-addonLeft-counter-cropPosition-middle-2-firefox-linux.png index 4b34c1813e..c88785f4fe 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-300-addonLeft-counter-cropPosition-middle-2-firefox-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-300-addonLeft-counter-cropPosition-middle-2-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-300-addonLeft-counter-cropPosition-middle-2-webkit-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-300-addonLeft-counter-cropPosition-middle-2-webkit-linux.png index 2047645d8d..6b7d637d3a 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-300-addonLeft-counter-cropPosition-middle-2-webkit-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-300-addonLeft-counter-cropPosition-middle-2-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-300-addonRight-tag-middle-lastRequired-2-1-chromium-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-300-addonRight-tag-middle-lastRequired-2-1-chromium-linux.png index 2a189a3620..aa2a8a5de2 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-300-addonRight-tag-middle-lastRequired-2-1-chromium-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-300-addonRight-tag-middle-lastRequired-2-1-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-300-addonRight-tag-middle-lastRequired-2-1-firefox-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-300-addonRight-tag-middle-lastRequired-2-1-firefox-linux.png index 9710cecc65..78965d5f6a 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-300-addonRight-tag-middle-lastRequired-2-1-firefox-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-300-addonRight-tag-middle-lastRequired-2-1-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-300-addonRight-tag-middle-lastRequired-2-1-webkit-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-300-addonRight-tag-middle-lastRequired-2-1-webkit-linux.png index 5e70b8bee1..9949305442 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-300-addonRight-tag-middle-lastRequired-2-1-webkit-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-300-addonRight-tag-middle-lastRequired-2-1-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-300-addonRight-tag-middle-lastRequired-2-2-chromium-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-300-addonRight-tag-middle-lastRequired-2-2-chromium-linux.png index cf1e48ccef..fb7e593eb7 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-300-addonRight-tag-middle-lastRequired-2-2-chromium-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-300-addonRight-tag-middle-lastRequired-2-2-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-300-addonRight-tag-middle-lastRequired-2-2-firefox-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-300-addonRight-tag-middle-lastRequired-2-2-firefox-linux.png index 5f8a0b0b18..64f92745c9 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-300-addonRight-tag-middle-lastRequired-2-2-firefox-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-300-addonRight-tag-middle-lastRequired-2-2-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-300-addonRight-tag-middle-lastRequired-2-2-webkit-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-300-addonRight-tag-middle-lastRequired-2-2-webkit-linux.png index fbfed096bf..38677b935b 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-300-addonRight-tag-middle-lastRequired-2-2-webkit-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-300-addonRight-tag-middle-lastRequired-2-2-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-300-both-addons-undefined-1-chromium-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-300-both-addons-undefined-1-chromium-linux.png index 1d57bb68ce..370c5257e5 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-300-both-addons-undefined-1-chromium-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-300-both-addons-undefined-1-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-300-both-addons-undefined-1-firefox-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-300-both-addons-undefined-1-firefox-linux.png index bd6bc447c3..a9d7958132 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-300-both-addons-undefined-1-firefox-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-300-both-addons-undefined-1-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-300-both-addons-undefined-1-webkit-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-300-both-addons-undefined-1-webkit-linux.png index 50f7c4584e..b638b917b7 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-300-both-addons-undefined-1-webkit-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-300-both-addons-undefined-1-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-300-both-addons-undefined-2-chromium-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-300-both-addons-undefined-2-chromium-linux.png index dc479b84b9..2dc0bf4d82 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-300-both-addons-undefined-2-chromium-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-300-both-addons-undefined-2-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-300-both-addons-undefined-2-firefox-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-300-both-addons-undefined-2-firefox-linux.png index 22e412c672..6319fbc354 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-300-both-addons-undefined-2-firefox-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-300-both-addons-undefined-2-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-300-both-addons-undefined-2-webkit-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-300-both-addons-undefined-2-webkit-linux.png index d52b040fa5..e35b22d2c2 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-300-both-addons-undefined-2-webkit-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-300-both-addons-undefined-2-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-300-no-addons-text-critical-ellipsis-true-1-chromium-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-300-no-addons-text-critical-ellipsis-true-1-chromium-linux.png index e6113fbad1..71c7726e25 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-300-no-addons-text-critical-ellipsis-true-1-chromium-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-300-no-addons-text-critical-ellipsis-true-1-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-300-no-addons-text-critical-ellipsis-true-1-firefox-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-300-no-addons-text-critical-ellipsis-true-1-firefox-linux.png index 2b14e38474..f69c204759 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-300-no-addons-text-critical-ellipsis-true-1-firefox-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-300-no-addons-text-critical-ellipsis-true-1-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-300-no-addons-text-critical-ellipsis-true-1-webkit-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-300-no-addons-text-critical-ellipsis-true-1-webkit-linux.png index a932e05a48..b1e421e41c 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-300-no-addons-text-critical-ellipsis-true-1-webkit-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-300-no-addons-text-critical-ellipsis-true-1-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-300-no-addons-text-critical-ellipsis-true-2-chromium-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-300-no-addons-text-critical-ellipsis-true-2-chromium-linux.png index 816aa5ccba..4b13d28038 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-300-no-addons-text-critical-ellipsis-true-2-chromium-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-300-no-addons-text-critical-ellipsis-true-2-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-300-no-addons-text-critical-ellipsis-true-2-firefox-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-300-no-addons-text-critical-ellipsis-true-2-firefox-linux.png index 563e9cecb2..d4eb70e38b 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-300-no-addons-text-critical-ellipsis-true-2-firefox-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-300-no-addons-text-critical-ellipsis-true-2-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-300-no-addons-text-critical-ellipsis-true-2-webkit-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-300-no-addons-text-critical-ellipsis-true-2-webkit-linux.png index 6a0bd9796d..fd8eccdbc9 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-300-no-addons-text-critical-ellipsis-true-2-webkit-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-300-no-addons-text-critical-ellipsis-true-2-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-300-no-addons-text-critical-ellipsis-true-3-chromium-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-300-no-addons-text-critical-ellipsis-true-3-chromium-linux.png index 51a2f22cdd..33a109dcef 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-300-no-addons-text-critical-ellipsis-true-3-chromium-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-300-no-addons-text-critical-ellipsis-true-3-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-400-addonLeft-tag-cropPosition-middle-1-chromium-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-400-addonLeft-tag-cropPosition-middle-1-chromium-linux.png index 81a0c2e345..6225cdb57c 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-400-addonLeft-tag-cropPosition-middle-1-chromium-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-400-addonLeft-tag-cropPosition-middle-1-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-400-addonLeft-tag-cropPosition-middle-1-firefox-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-400-addonLeft-tag-cropPosition-middle-1-firefox-linux.png index 543e05d421..438d096655 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-400-addonLeft-tag-cropPosition-middle-1-firefox-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-400-addonLeft-tag-cropPosition-middle-1-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-400-addonLeft-tag-cropPosition-middle-1-webkit-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-400-addonLeft-tag-cropPosition-middle-1-webkit-linux.png index 8c7ffc8788..77de6fe5b4 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-400-addonLeft-tag-cropPosition-middle-1-webkit-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-400-addonLeft-tag-cropPosition-middle-1-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-400-addonLeft-tag-cropPosition-middle-2-chromium-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-400-addonLeft-tag-cropPosition-middle-2-chromium-linux.png index 168fc253be..f9200bd78e 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-400-addonLeft-tag-cropPosition-middle-2-chromium-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-400-addonLeft-tag-cropPosition-middle-2-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-400-addonLeft-tag-cropPosition-middle-2-firefox-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-400-addonLeft-tag-cropPosition-middle-2-firefox-linux.png index b780337696..8d5774314d 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-400-addonLeft-tag-cropPosition-middle-2-firefox-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-400-addonLeft-tag-cropPosition-middle-2-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-400-addonLeft-tag-cropPosition-middle-2-webkit-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-400-addonLeft-tag-cropPosition-middle-2-webkit-linux.png index ae14c42b5f..9f0b6b37d1 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-400-addonLeft-tag-cropPosition-middle-2-webkit-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-400-addonLeft-tag-cropPosition-middle-2-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-400-addonRight-middle-lastRequired-2-1-chromium-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-400-addonRight-middle-lastRequired-2-1-chromium-linux.png index 1b5a62c4c0..97b87f405a 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-400-addonRight-middle-lastRequired-2-1-chromium-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-400-addonRight-middle-lastRequired-2-1-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-400-addonRight-middle-lastRequired-2-1-firefox-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-400-addonRight-middle-lastRequired-2-1-firefox-linux.png index c8f35df247..977c3fccfa 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-400-addonRight-middle-lastRequired-2-1-firefox-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-400-addonRight-middle-lastRequired-2-1-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-400-addonRight-middle-lastRequired-2-1-webkit-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-400-addonRight-middle-lastRequired-2-1-webkit-linux.png index 57b63983dc..0923e97d1a 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-400-addonRight-middle-lastRequired-2-1-webkit-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-400-addonRight-middle-lastRequired-2-1-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-400-addonRight-middle-lastRequired-2-2-chromium-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-400-addonRight-middle-lastRequired-2-2-chromium-linux.png index 32e2866a98..89d23810a6 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-400-addonRight-middle-lastRequired-2-2-chromium-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-400-addonRight-middle-lastRequired-2-2-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-400-addonRight-middle-lastRequired-2-2-firefox-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-400-addonRight-middle-lastRequired-2-2-firefox-linux.png index 999ced4fac..758d2b65bc 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-400-addonRight-middle-lastRequired-2-2-firefox-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-400-addonRight-middle-lastRequired-2-2-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-400-addonRight-middle-lastRequired-2-2-webkit-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-400-addonRight-middle-lastRequired-2-2-webkit-linux.png index 094ef29d20..392319d102 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-400-addonRight-middle-lastRequired-2-2-webkit-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-400-addonRight-middle-lastRequired-2-2-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-400-both-addons-badge-undefined-1-chromium-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-400-both-addons-badge-undefined-1-chromium-linux.png index 680ebfdf60..05968c0237 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-400-both-addons-badge-undefined-1-chromium-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-400-both-addons-badge-undefined-1-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-400-both-addons-badge-undefined-1-firefox-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-400-both-addons-badge-undefined-1-firefox-linux.png index 1e1a40d963..90dcf02dd3 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-400-both-addons-badge-undefined-1-firefox-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-400-both-addons-badge-undefined-1-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-400-both-addons-badge-undefined-1-webkit-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-400-both-addons-badge-undefined-1-webkit-linux.png index 090295d7d9..6ec4c93411 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-400-both-addons-badge-undefined-1-webkit-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-400-both-addons-badge-undefined-1-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-400-both-addons-badge-undefined-2-chromium-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-400-both-addons-badge-undefined-2-chromium-linux.png index 65d6e730c4..3a2e1f875d 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-400-both-addons-badge-undefined-2-chromium-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-400-both-addons-badge-undefined-2-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-400-both-addons-badge-undefined-2-firefox-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-400-both-addons-badge-undefined-2-firefox-linux.png index 1a1552c64f..1ee3b19b69 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-400-both-addons-badge-undefined-2-firefox-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-400-both-addons-badge-undefined-2-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-400-both-addons-badge-undefined-2-webkit-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-400-both-addons-badge-undefined-2-webkit-linux.png index 14ae4ee503..891c674d54 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-400-both-addons-badge-undefined-2-webkit-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-400-both-addons-badge-undefined-2-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-400-no-addons-ellipsis-true-1-chromium-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-400-no-addons-ellipsis-true-1-chromium-linux.png index e76f0e7711..6e2bbf82b3 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-400-no-addons-ellipsis-true-1-chromium-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-400-no-addons-ellipsis-true-1-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-400-no-addons-ellipsis-true-1-firefox-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-400-no-addons-ellipsis-true-1-firefox-linux.png index 2937e68c40..70146093b2 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-400-no-addons-ellipsis-true-1-firefox-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-400-no-addons-ellipsis-true-1-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-400-no-addons-ellipsis-true-1-webkit-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-400-no-addons-ellipsis-true-1-webkit-linux.png index a3475c207c..d1cf42c3f8 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-400-no-addons-ellipsis-true-1-webkit-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-400-no-addons-ellipsis-true-1-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-400-no-addons-ellipsis-true-2-chromium-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-400-no-addons-ellipsis-true-2-chromium-linux.png index 40a020f8b9..c0fab10f18 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-400-no-addons-ellipsis-true-2-chromium-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-400-no-addons-ellipsis-true-2-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-400-no-addons-ellipsis-true-2-firefox-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-400-no-addons-ellipsis-true-2-firefox-linux.png index 50170995f7..22b1481390 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-400-no-addons-ellipsis-true-2-firefox-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-400-no-addons-ellipsis-true-2-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-400-no-addons-ellipsis-true-2-webkit-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-400-no-addons-ellipsis-true-2-webkit-linux.png index 49857b7d6e..632aefb696 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-400-no-addons-ellipsis-true-2-webkit-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-400-no-addons-ellipsis-true-2-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-400-no-addons-ellipsis-true-3-chromium-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-400-no-addons-ellipsis-true-3-chromium-linux.png index 3c8e0d9aa1..9c59330bf1 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-400-no-addons-ellipsis-true-3-chromium-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-400-no-addons-ellipsis-true-3-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-400-no-addons-ellipsis-true-3-firefox-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-400-no-addons-ellipsis-true-3-firefox-linux.png index b06c63bdc9..c331207a52 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-400-no-addons-ellipsis-true-3-firefox-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-400-no-addons-ellipsis-true-3-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-400-no-addons-ellipsis-true-3-webkit-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-400-no-addons-ellipsis-true-3-webkit-linux.png index 7bd81dc9f5..d42c6728ff 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-400-no-addons-ellipsis-true-3-webkit-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-400-no-addons-ellipsis-true-3-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-500-addonLeft-cropPosition-middle-1-chromium-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-500-addonLeft-cropPosition-middle-1-chromium-linux.png index 62f6c63e4c..1e31143dfd 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-500-addonLeft-cropPosition-middle-1-chromium-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-500-addonLeft-cropPosition-middle-1-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-500-addonLeft-cropPosition-middle-1-firefox-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-500-addonLeft-cropPosition-middle-1-firefox-linux.png index cba49ef5e3..e66d5223a1 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-500-addonLeft-cropPosition-middle-1-firefox-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-500-addonLeft-cropPosition-middle-1-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-500-addonLeft-cropPosition-middle-1-webkit-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-500-addonLeft-cropPosition-middle-1-webkit-linux.png index 751ea71f96..1a9d7665a8 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-500-addonLeft-cropPosition-middle-1-webkit-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-500-addonLeft-cropPosition-middle-1-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-500-addonLeft-cropPosition-middle-2-chromium-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-500-addonLeft-cropPosition-middle-2-chromium-linux.png index a5ac74db11..6b185c6e15 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-500-addonLeft-cropPosition-middle-2-chromium-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-500-addonLeft-cropPosition-middle-2-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-500-addonLeft-cropPosition-middle-2-firefox-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-500-addonLeft-cropPosition-middle-2-firefox-linux.png index 1797191165..256801003d 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-500-addonLeft-cropPosition-middle-2-firefox-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-500-addonLeft-cropPosition-middle-2-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-500-addonLeft-cropPosition-middle-2-webkit-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-500-addonLeft-cropPosition-middle-2-webkit-linux.png index 3277084f4e..60c71bede1 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-500-addonLeft-cropPosition-middle-2-webkit-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-500-addonLeft-cropPosition-middle-2-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-500-addonRight-badge-middle-lastRequired-2-1-chromium-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-500-addonRight-badge-middle-lastRequired-2-1-chromium-linux.png index 37e4605da4..8dbd833123 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-500-addonRight-badge-middle-lastRequired-2-1-chromium-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-500-addonRight-badge-middle-lastRequired-2-1-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-500-addonRight-badge-middle-lastRequired-2-1-firefox-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-500-addonRight-badge-middle-lastRequired-2-1-firefox-linux.png index b22a526811..8160cc843e 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-500-addonRight-badge-middle-lastRequired-2-1-firefox-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-500-addonRight-badge-middle-lastRequired-2-1-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-500-addonRight-badge-middle-lastRequired-2-1-webkit-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-500-addonRight-badge-middle-lastRequired-2-1-webkit-linux.png index da89566c24..06fdee5f61 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-500-addonRight-badge-middle-lastRequired-2-1-webkit-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-500-addonRight-badge-middle-lastRequired-2-1-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-500-addonRight-badge-middle-lastRequired-2-2-chromium-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-500-addonRight-badge-middle-lastRequired-2-2-chromium-linux.png index 1313599ca0..0666bc1687 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-500-addonRight-badge-middle-lastRequired-2-2-chromium-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-500-addonRight-badge-middle-lastRequired-2-2-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-500-addonRight-badge-middle-lastRequired-2-2-firefox-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-500-addonRight-badge-middle-lastRequired-2-2-firefox-linux.png index 8182f2efe4..93e036517e 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-500-addonRight-badge-middle-lastRequired-2-2-firefox-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-500-addonRight-badge-middle-lastRequired-2-2-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-500-addonRight-badge-middle-lastRequired-2-2-webkit-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-500-addonRight-badge-middle-lastRequired-2-2-webkit-linux.png index 28fbfcac6b..ff03e4c505 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-500-addonRight-badge-middle-lastRequired-2-2-webkit-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-500-addonRight-badge-middle-lastRequired-2-2-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-500-both-addons-counter-undefined-1-chromium-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-500-both-addons-counter-undefined-1-chromium-linux.png index 87fcfacfc0..1d18356f29 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-500-both-addons-counter-undefined-1-chromium-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-500-both-addons-counter-undefined-1-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-500-both-addons-counter-undefined-1-firefox-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-500-both-addons-counter-undefined-1-firefox-linux.png index bcd2df3a98..35ff52754f 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-500-both-addons-counter-undefined-1-firefox-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-500-both-addons-counter-undefined-1-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-500-both-addons-counter-undefined-1-webkit-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-500-both-addons-counter-undefined-1-webkit-linux.png index c6e81c44be..c90a0e8ee5 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-500-both-addons-counter-undefined-1-webkit-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-500-both-addons-counter-undefined-1-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-500-both-addons-counter-undefined-2-chromium-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-500-both-addons-counter-undefined-2-chromium-linux.png index fc7dadcc56..c7c979e6f9 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-500-both-addons-counter-undefined-2-chromium-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-500-both-addons-counter-undefined-2-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-500-both-addons-counter-undefined-2-firefox-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-500-both-addons-counter-undefined-2-firefox-linux.png index 9b03fe1907..1cf904121a 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-500-both-addons-counter-undefined-2-firefox-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-500-both-addons-counter-undefined-2-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-500-both-addons-counter-undefined-2-webkit-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-500-both-addons-counter-undefined-2-webkit-linux.png index 9fb1f03ae5..f7f45f9c9b 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-500-both-addons-counter-undefined-2-webkit-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-500-both-addons-counter-undefined-2-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-500-no-addons-ellipsis-true-1-chromium-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-500-no-addons-ellipsis-true-1-chromium-linux.png index d88e3a74a4..1f349b4735 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-500-no-addons-ellipsis-true-1-chromium-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-500-no-addons-ellipsis-true-1-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-500-no-addons-ellipsis-true-1-firefox-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-500-no-addons-ellipsis-true-1-firefox-linux.png index 4fcff3ec57..f2b49797a8 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-500-no-addons-ellipsis-true-1-firefox-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-500-no-addons-ellipsis-true-1-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-500-no-addons-ellipsis-true-1-webkit-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-500-no-addons-ellipsis-true-1-webkit-linux.png index ea5d66ce15..34e9c57dd6 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-500-no-addons-ellipsis-true-1-webkit-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-500-no-addons-ellipsis-true-1-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-500-no-addons-ellipsis-true-2-chromium-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-500-no-addons-ellipsis-true-2-chromium-linux.png index 41e6f65e79..425426b160 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-500-no-addons-ellipsis-true-2-chromium-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-500-no-addons-ellipsis-true-2-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-500-no-addons-ellipsis-true-2-firefox-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-500-no-addons-ellipsis-true-2-firefox-linux.png index 9dbb67dde7..5cb1c7e3e8 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-500-no-addons-ellipsis-true-2-firefox-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-500-no-addons-ellipsis-true-2-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-500-no-addons-ellipsis-true-2-webkit-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-500-no-addons-ellipsis-true-2-webkit-linux.png index e8cf5124dd..f31a61c38a 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-500-no-addons-ellipsis-true-2-webkit-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-500-no-addons-ellipsis-true-2-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-500-no-addons-ellipsis-true-3-chromium-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-500-no-addons-ellipsis-true-3-chromium-linux.png index 5db6bbc337..4c1d80e6a1 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-500-no-addons-ellipsis-true-3-chromium-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-500-no-addons-ellipsis-true-3-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-500-no-addons-ellipsis-true-3-firefox-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-500-no-addons-ellipsis-true-3-firefox-linux.png index e4c524e141..9a8cd61548 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-500-no-addons-ellipsis-true-3-firefox-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-500-no-addons-ellipsis-true-3-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-500-no-addons-ellipsis-true-3-webkit-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-500-no-addons-ellipsis-true-3-webkit-linux.png index c108f54a17..8da70da77a 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-500-no-addons-ellipsis-true-3-webkit-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-500-no-addons-ellipsis-true-3-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-600-addonLeft-badge-cropPosition-middle-1-chromium-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-600-addonLeft-badge-cropPosition-middle-1-chromium-linux.png index 3777147b21..ab85fc6e07 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-600-addonLeft-badge-cropPosition-middle-1-chromium-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-600-addonLeft-badge-cropPosition-middle-1-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-600-addonLeft-badge-cropPosition-middle-1-firefox-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-600-addonLeft-badge-cropPosition-middle-1-firefox-linux.png index 72edc02a35..f8f2f07ea9 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-600-addonLeft-badge-cropPosition-middle-1-firefox-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-600-addonLeft-badge-cropPosition-middle-1-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-600-addonLeft-badge-cropPosition-middle-1-webkit-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-600-addonLeft-badge-cropPosition-middle-1-webkit-linux.png index 2dd78d58e5..45c173b0cc 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-600-addonLeft-badge-cropPosition-middle-1-webkit-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-600-addonLeft-badge-cropPosition-middle-1-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-600-addonLeft-badge-cropPosition-middle-2-chromium-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-600-addonLeft-badge-cropPosition-middle-2-chromium-linux.png index b543d8ab0c..dcea68ca06 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-600-addonLeft-badge-cropPosition-middle-2-chromium-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-600-addonLeft-badge-cropPosition-middle-2-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-600-addonLeft-badge-cropPosition-middle-2-firefox-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-600-addonLeft-badge-cropPosition-middle-2-firefox-linux.png index b3dc99b848..8262cf2bdc 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-600-addonLeft-badge-cropPosition-middle-2-firefox-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-600-addonLeft-badge-cropPosition-middle-2-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-600-addonLeft-badge-cropPosition-middle-2-webkit-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-600-addonLeft-badge-cropPosition-middle-2-webkit-linux.png index e7e33c698c..9d68652ec2 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-600-addonLeft-badge-cropPosition-middle-2-webkit-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-600-addonLeft-badge-cropPosition-middle-2-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-600-addonRight-counter-middle-lastRequired-2-1-chromium-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-600-addonRight-counter-middle-lastRequired-2-1-chromium-linux.png index 2b24fe6ae3..9b64f71ae3 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-600-addonRight-counter-middle-lastRequired-2-1-chromium-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-600-addonRight-counter-middle-lastRequired-2-1-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-600-addonRight-counter-middle-lastRequired-2-1-firefox-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-600-addonRight-counter-middle-lastRequired-2-1-firefox-linux.png index 3e8f230396..e79543cc99 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-600-addonRight-counter-middle-lastRequired-2-1-firefox-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-600-addonRight-counter-middle-lastRequired-2-1-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-600-addonRight-counter-middle-lastRequired-2-1-webkit-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-600-addonRight-counter-middle-lastRequired-2-1-webkit-linux.png index 29a96feba0..3db0df85db 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-600-addonRight-counter-middle-lastRequired-2-1-webkit-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-600-addonRight-counter-middle-lastRequired-2-1-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-600-addonRight-counter-middle-lastRequired-2-2-chromium-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-600-addonRight-counter-middle-lastRequired-2-2-chromium-linux.png index ed3e8aba69..97ad51a91a 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-600-addonRight-counter-middle-lastRequired-2-2-chromium-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-600-addonRight-counter-middle-lastRequired-2-2-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-600-addonRight-counter-middle-lastRequired-2-2-firefox-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-600-addonRight-counter-middle-lastRequired-2-2-firefox-linux.png index 85e614d29c..78f8cfe0e9 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-600-addonRight-counter-middle-lastRequired-2-2-firefox-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-600-addonRight-counter-middle-lastRequired-2-2-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-600-addonRight-counter-middle-lastRequired-2-2-webkit-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-600-addonRight-counter-middle-lastRequired-2-2-webkit-linux.png index 9e7941e050..5fe6573397 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-600-addonRight-counter-middle-lastRequired-2-2-webkit-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-600-addonRight-counter-middle-lastRequired-2-2-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-600-both-addons-tag-undefined-1-chromium-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-600-both-addons-tag-undefined-1-chromium-linux.png index b42e014fc0..9030b377bc 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-600-both-addons-tag-undefined-1-chromium-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-600-both-addons-tag-undefined-1-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-600-both-addons-tag-undefined-1-firefox-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-600-both-addons-tag-undefined-1-firefox-linux.png index ff69e96fe3..bb2d43153f 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-600-both-addons-tag-undefined-1-firefox-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-600-both-addons-tag-undefined-1-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-600-both-addons-tag-undefined-1-webkit-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-600-both-addons-tag-undefined-1-webkit-linux.png index 610aef8d41..be8b9d16e2 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-600-both-addons-tag-undefined-1-webkit-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-600-both-addons-tag-undefined-1-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-600-both-addons-tag-undefined-2-chromium-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-600-both-addons-tag-undefined-2-chromium-linux.png index fad9cb6cf4..74032a708f 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-600-both-addons-tag-undefined-2-chromium-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-600-both-addons-tag-undefined-2-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-600-both-addons-tag-undefined-2-firefox-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-600-both-addons-tag-undefined-2-firefox-linux.png index b88c2e74fb..4f5f1f545f 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-600-both-addons-tag-undefined-2-firefox-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-600-both-addons-tag-undefined-2-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-600-both-addons-tag-undefined-2-webkit-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-600-both-addons-tag-undefined-2-webkit-linux.png index bfadded1ca..ef62938ceb 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-600-both-addons-tag-undefined-2-webkit-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-600-both-addons-tag-undefined-2-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-600-no-addons-text-success-ellipsis-true-1-chromium-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-600-no-addons-text-success-ellipsis-true-1-chromium-linux.png index fb6bac1298..d336228f4c 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-600-no-addons-text-success-ellipsis-true-1-chromium-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-600-no-addons-text-success-ellipsis-true-1-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-600-no-addons-text-success-ellipsis-true-1-firefox-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-600-no-addons-text-success-ellipsis-true-1-firefox-linux.png index 3ef0587fc3..5b7b8f587b 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-600-no-addons-text-success-ellipsis-true-1-firefox-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-600-no-addons-text-success-ellipsis-true-1-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-600-no-addons-text-success-ellipsis-true-1-webkit-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-600-no-addons-text-success-ellipsis-true-1-webkit-linux.png index cb7ac9407f..ab4cd265f1 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-600-no-addons-text-success-ellipsis-true-1-webkit-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-600-no-addons-text-success-ellipsis-true-1-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-600-no-addons-text-success-ellipsis-true-2-chromium-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-600-no-addons-text-success-ellipsis-true-2-chromium-linux.png index f6710b998e..70a144470e 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-600-no-addons-text-success-ellipsis-true-2-chromium-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-600-no-addons-text-success-ellipsis-true-2-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-600-no-addons-text-success-ellipsis-true-2-firefox-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-600-no-addons-text-success-ellipsis-true-2-firefox-linux.png index 148a22d1c0..22d7067d26 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-600-no-addons-text-success-ellipsis-true-2-firefox-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-600-no-addons-text-success-ellipsis-true-2-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-600-no-addons-text-success-ellipsis-true-2-webkit-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-600-no-addons-text-success-ellipsis-true-2-webkit-linux.png index d377a04420..87cf4cded0 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-600-no-addons-text-success-ellipsis-true-2-webkit-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-600-no-addons-text-success-ellipsis-true-2-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-600-no-addons-text-success-ellipsis-true-3-chromium-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-600-no-addons-text-success-ellipsis-true-3-chromium-linux.png index 2827300828..ca22cc2efe 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-600-no-addons-text-success-ellipsis-true-3-chromium-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-600-no-addons-text-success-ellipsis-true-3-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-700-addonLeft-counter-cropPosition-middle-1-chromium-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-700-addonLeft-counter-cropPosition-middle-1-chromium-linux.png index 9810f7bfb9..de431ad7eb 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-700-addonLeft-counter-cropPosition-middle-1-chromium-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-700-addonLeft-counter-cropPosition-middle-1-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-700-addonLeft-counter-cropPosition-middle-1-firefox-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-700-addonLeft-counter-cropPosition-middle-1-firefox-linux.png index e9fadfd79e..a078ed3382 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-700-addonLeft-counter-cropPosition-middle-1-firefox-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-700-addonLeft-counter-cropPosition-middle-1-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-700-addonLeft-counter-cropPosition-middle-1-webkit-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-700-addonLeft-counter-cropPosition-middle-1-webkit-linux.png index fe2e97782f..13310a44aa 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-700-addonLeft-counter-cropPosition-middle-1-webkit-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-700-addonLeft-counter-cropPosition-middle-1-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-700-addonLeft-counter-cropPosition-middle-2-chromium-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-700-addonLeft-counter-cropPosition-middle-2-chromium-linux.png index 3b69be78fa..82ba078023 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-700-addonLeft-counter-cropPosition-middle-2-chromium-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-700-addonLeft-counter-cropPosition-middle-2-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-700-addonLeft-counter-cropPosition-middle-2-firefox-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-700-addonLeft-counter-cropPosition-middle-2-firefox-linux.png index dffa231525..bdd53d1adb 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-700-addonLeft-counter-cropPosition-middle-2-firefox-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-700-addonLeft-counter-cropPosition-middle-2-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-700-addonLeft-counter-cropPosition-middle-2-webkit-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-700-addonLeft-counter-cropPosition-middle-2-webkit-linux.png index 9994fcdf72..8c0f7e8b86 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-700-addonLeft-counter-cropPosition-middle-2-webkit-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-700-addonLeft-counter-cropPosition-middle-2-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-700-addonRight-tag-middle-lastRequired-2-1-chromium-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-700-addonRight-tag-middle-lastRequired-2-1-chromium-linux.png index 3863f8ae7d..4e47321f89 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-700-addonRight-tag-middle-lastRequired-2-1-chromium-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-700-addonRight-tag-middle-lastRequired-2-1-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-700-addonRight-tag-middle-lastRequired-2-1-firefox-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-700-addonRight-tag-middle-lastRequired-2-1-firefox-linux.png index 43c3b53f18..66cfa050bb 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-700-addonRight-tag-middle-lastRequired-2-1-firefox-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-700-addonRight-tag-middle-lastRequired-2-1-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-700-addonRight-tag-middle-lastRequired-2-1-webkit-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-700-addonRight-tag-middle-lastRequired-2-1-webkit-linux.png index cc359cc31b..2d707d4b2a 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-700-addonRight-tag-middle-lastRequired-2-1-webkit-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-700-addonRight-tag-middle-lastRequired-2-1-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-700-addonRight-tag-middle-lastRequired-2-2-chromium-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-700-addonRight-tag-middle-lastRequired-2-2-chromium-linux.png index cc62de7478..ddc5d99de0 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-700-addonRight-tag-middle-lastRequired-2-2-chromium-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-700-addonRight-tag-middle-lastRequired-2-2-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-700-addonRight-tag-middle-lastRequired-2-2-firefox-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-700-addonRight-tag-middle-lastRequired-2-2-firefox-linux.png index 9f2e44f39e..c7b3156acb 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-700-addonRight-tag-middle-lastRequired-2-2-firefox-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-700-addonRight-tag-middle-lastRequired-2-2-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-700-addonRight-tag-middle-lastRequired-2-2-webkit-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-700-addonRight-tag-middle-lastRequired-2-2-webkit-linux.png index 1c3d303599..5d9e7960e9 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-700-addonRight-tag-middle-lastRequired-2-2-webkit-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-700-addonRight-tag-middle-lastRequired-2-2-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-700-both-addons-undefined-1-chromium-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-700-both-addons-undefined-1-chromium-linux.png index 4251e3ff74..adaeeb3795 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-700-both-addons-undefined-1-chromium-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-700-both-addons-undefined-1-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-700-both-addons-undefined-1-firefox-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-700-both-addons-undefined-1-firefox-linux.png index b0b256fdab..d26d6d9fbe 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-700-both-addons-undefined-1-firefox-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-700-both-addons-undefined-1-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-700-both-addons-undefined-1-webkit-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-700-both-addons-undefined-1-webkit-linux.png index 37ab782f85..f65e96ccb0 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-700-both-addons-undefined-1-webkit-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-700-both-addons-undefined-1-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-700-both-addons-undefined-2-chromium-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-700-both-addons-undefined-2-chromium-linux.png index c4d5b4914c..cb07e0417a 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-700-both-addons-undefined-2-chromium-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-700-both-addons-undefined-2-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-700-both-addons-undefined-2-firefox-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-700-both-addons-undefined-2-firefox-linux.png index 4746e38095..dbd52414f9 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-700-both-addons-undefined-2-firefox-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-700-both-addons-undefined-2-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-700-both-addons-undefined-2-webkit-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-700-both-addons-undefined-2-webkit-linux.png index 3dd5eddb07..18aa92d325 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-700-both-addons-undefined-2-webkit-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-700-both-addons-undefined-2-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-700-no-addons-text-critical-ellipsis-true-1-chromium-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-700-no-addons-text-critical-ellipsis-true-1-chromium-linux.png index e9183e8f6b..f6153f1aec 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-700-no-addons-text-critical-ellipsis-true-1-chromium-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-700-no-addons-text-critical-ellipsis-true-1-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-700-no-addons-text-critical-ellipsis-true-1-firefox-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-700-no-addons-text-critical-ellipsis-true-1-firefox-linux.png index 26b608eed7..86156815b2 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-700-no-addons-text-critical-ellipsis-true-1-firefox-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-700-no-addons-text-critical-ellipsis-true-1-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-700-no-addons-text-critical-ellipsis-true-1-webkit-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-700-no-addons-text-critical-ellipsis-true-1-webkit-linux.png index b27b7f4e9f..f27141cf13 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-700-no-addons-text-critical-ellipsis-true-1-webkit-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-700-no-addons-text-critical-ellipsis-true-1-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-700-no-addons-text-critical-ellipsis-true-2-chromium-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-700-no-addons-text-critical-ellipsis-true-2-chromium-linux.png index 23825ac3ae..8b4ad64f65 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-700-no-addons-text-critical-ellipsis-true-2-chromium-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-700-no-addons-text-critical-ellipsis-true-2-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-700-no-addons-text-critical-ellipsis-true-2-firefox-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-700-no-addons-text-critical-ellipsis-true-2-firefox-linux.png index 30ee8a253f..02b899ab5b 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-700-no-addons-text-critical-ellipsis-true-2-firefox-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-700-no-addons-text-critical-ellipsis-true-2-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-700-no-addons-text-critical-ellipsis-true-2-webkit-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-700-no-addons-text-critical-ellipsis-true-2-webkit-linux.png index d125fb5cee..4d08f23699 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-700-no-addons-text-critical-ellipsis-true-2-webkit-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-700-no-addons-text-critical-ellipsis-true-2-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-700-no-addons-text-critical-ellipsis-true-3-chromium-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-700-no-addons-text-critical-ellipsis-true-3-chromium-linux.png index 62de8565d9..3e93e5c443 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-700-no-addons-text-critical-ellipsis-true-3-chromium-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-700-no-addons-text-critical-ellipsis-true-3-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-800-addonLeft-tag-cropPosition-middle-1-chromium-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-800-addonLeft-tag-cropPosition-middle-1-chromium-linux.png index 68d120ddb0..2b9662d97f 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-800-addonLeft-tag-cropPosition-middle-1-chromium-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-800-addonLeft-tag-cropPosition-middle-1-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-800-addonLeft-tag-cropPosition-middle-1-firefox-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-800-addonLeft-tag-cropPosition-middle-1-firefox-linux.png index 535da8c80f..150a9d3f9d 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-800-addonLeft-tag-cropPosition-middle-1-firefox-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-800-addonLeft-tag-cropPosition-middle-1-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-800-addonLeft-tag-cropPosition-middle-1-webkit-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-800-addonLeft-tag-cropPosition-middle-1-webkit-linux.png index 71a4c93875..f3695a5d7e 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-800-addonLeft-tag-cropPosition-middle-1-webkit-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-800-addonLeft-tag-cropPosition-middle-1-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-800-addonLeft-tag-cropPosition-middle-2-chromium-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-800-addonLeft-tag-cropPosition-middle-2-chromium-linux.png index 4b84ce2926..87e1b15bd9 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-800-addonLeft-tag-cropPosition-middle-2-chromium-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-800-addonLeft-tag-cropPosition-middle-2-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-800-addonLeft-tag-cropPosition-middle-2-firefox-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-800-addonLeft-tag-cropPosition-middle-2-firefox-linux.png index 518b29afdc..591651a573 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-800-addonLeft-tag-cropPosition-middle-2-firefox-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-800-addonLeft-tag-cropPosition-middle-2-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-800-addonLeft-tag-cropPosition-middle-2-webkit-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-800-addonLeft-tag-cropPosition-middle-2-webkit-linux.png index e11b3c4f47..c6340a2585 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-800-addonLeft-tag-cropPosition-middle-2-webkit-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-800-addonLeft-tag-cropPosition-middle-2-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-800-addonRight-merged-middle-lastRequired-2-1-chromium-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-800-addonRight-merged-middle-lastRequired-2-1-chromium-linux.png index a4aac828ec..abe025e6c1 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-800-addonRight-merged-middle-lastRequired-2-1-chromium-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-800-addonRight-merged-middle-lastRequired-2-1-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-800-addonRight-merged-middle-lastRequired-2-1-firefox-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-800-addonRight-merged-middle-lastRequired-2-1-firefox-linux.png index 9426a01db0..24b6259f22 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-800-addonRight-merged-middle-lastRequired-2-1-firefox-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-800-addonRight-merged-middle-lastRequired-2-1-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-800-addonRight-merged-middle-lastRequired-2-1-webkit-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-800-addonRight-merged-middle-lastRequired-2-1-webkit-linux.png index 80fddf5182..98f33c6a59 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-800-addonRight-merged-middle-lastRequired-2-1-webkit-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-800-addonRight-merged-middle-lastRequired-2-1-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-800-addonRight-merged-middle-lastRequired-2-2-chromium-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-800-addonRight-merged-middle-lastRequired-2-2-chromium-linux.png index 3e7084d769..8fca9c341a 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-800-addonRight-merged-middle-lastRequired-2-2-chromium-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-800-addonRight-merged-middle-lastRequired-2-2-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-800-addonRight-merged-middle-lastRequired-2-2-firefox-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-800-addonRight-merged-middle-lastRequired-2-2-firefox-linux.png index c99ed81601..f563cc6737 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-800-addonRight-merged-middle-lastRequired-2-2-firefox-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-800-addonRight-merged-middle-lastRequired-2-2-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-800-addonRight-merged-middle-lastRequired-2-2-webkit-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-800-addonRight-merged-middle-lastRequired-2-2-webkit-linux.png index fcc9706a0e..af1a167f3a 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-800-addonRight-merged-middle-lastRequired-2-2-webkit-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-800-addonRight-merged-middle-lastRequired-2-2-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-800-both-addons-badge-undefined-1-chromium-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-800-both-addons-badge-undefined-1-chromium-linux.png index 39b7b37a30..5eda6ef672 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-800-both-addons-badge-undefined-1-chromium-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-800-both-addons-badge-undefined-1-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-800-both-addons-badge-undefined-1-firefox-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-800-both-addons-badge-undefined-1-firefox-linux.png index b013e54314..0fdcfd410f 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-800-both-addons-badge-undefined-1-firefox-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-800-both-addons-badge-undefined-1-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-800-both-addons-badge-undefined-1-webkit-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-800-both-addons-badge-undefined-1-webkit-linux.png index b601c624c2..57a57f3a5a 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-800-both-addons-badge-undefined-1-webkit-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-800-both-addons-badge-undefined-1-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-800-both-addons-badge-undefined-2-chromium-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-800-both-addons-badge-undefined-2-chromium-linux.png index 2e6c4f2e88..5b6da1ee8c 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-800-both-addons-badge-undefined-2-chromium-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-800-both-addons-badge-undefined-2-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-800-both-addons-badge-undefined-2-firefox-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-800-both-addons-badge-undefined-2-firefox-linux.png index 1d39218e76..defa2d9419 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-800-both-addons-badge-undefined-2-firefox-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-800-both-addons-badge-undefined-2-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-800-both-addons-badge-undefined-2-webkit-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-800-both-addons-badge-undefined-2-webkit-linux.png index de7045175f..d0660b3dd3 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-800-both-addons-badge-undefined-2-webkit-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-800-both-addons-badge-undefined-2-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-800-no-addons-ellipsis-true-1-chromium-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-800-no-addons-ellipsis-true-1-chromium-linux.png index b2546eee8d..6fe4055a3d 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-800-no-addons-ellipsis-true-1-chromium-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-800-no-addons-ellipsis-true-1-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-800-no-addons-ellipsis-true-1-firefox-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-800-no-addons-ellipsis-true-1-firefox-linux.png index f802673d38..21d70ee310 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-800-no-addons-ellipsis-true-1-firefox-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-800-no-addons-ellipsis-true-1-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-800-no-addons-ellipsis-true-1-webkit-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-800-no-addons-ellipsis-true-1-webkit-linux.png index 22ef4bc1cd..80d36cbe72 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-800-no-addons-ellipsis-true-1-webkit-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-800-no-addons-ellipsis-true-1-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-800-no-addons-ellipsis-true-2-chromium-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-800-no-addons-ellipsis-true-2-chromium-linux.png index 7c6d41fb37..441d112420 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-800-no-addons-ellipsis-true-2-chromium-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-800-no-addons-ellipsis-true-2-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-800-no-addons-ellipsis-true-2-firefox-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-800-no-addons-ellipsis-true-2-firefox-linux.png index e4f98f2df9..ea8b97e4cf 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-800-no-addons-ellipsis-true-2-firefox-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-800-no-addons-ellipsis-true-2-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-800-no-addons-ellipsis-true-2-webkit-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-800-no-addons-ellipsis-true-2-webkit-linux.png index e32d42a1d3..4f83110f37 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-800-no-addons-ellipsis-true-2-webkit-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-800-no-addons-ellipsis-true-2-webkit-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-800-no-addons-ellipsis-true-3-chromium-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-800-no-addons-ellipsis-true-3-chromium-linux.png index f6d5c2cc63..0d0d1eb0a8 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-800-no-addons-ellipsis-true-3-chromium-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-800-no-addons-ellipsis-true-3-chromium-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-800-no-addons-ellipsis-true-3-firefox-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-800-no-addons-ellipsis-true-3-firefox-linux.png index ca8105a460..933fce3a2c 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-800-no-addons-ellipsis-true-3-firefox-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-800-no-addons-ellipsis-true-3-firefox-linux.png differ diff --git a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-800-no-addons-ellipsis-true-3-webkit-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-800-no-addons-ellipsis-true-3-webkit-linux.png index 92ffea5349..3a27b57e93 100644 Binary files a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-800-no-addons-ellipsis-true-3-webkit-linux.png and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-800-no-addons-ellipsis-true-3-webkit-linux.png differ diff --git a/semcore/base-trigger/src/style/base-trigger.shadow.css b/semcore/base-trigger/src/style/base-trigger.shadow.css index 93335b2862..2046743fc6 100644 --- a/semcore/base-trigger/src/style/base-trigger.shadow.css +++ b/semcore/base-trigger/src/style/base-trigger.shadow.css @@ -19,7 +19,7 @@ SBaseTrigger { font-family: inherit; cursor: pointer; - background: var(--intergalactic-bg-primary-neutral, oklch(1 0 0)); + background: var(--intergalactic-bg-primary-neutral, oklch(1 0 0)); /* TODO: --intergalactic-control-select-trigger-normal */ font-weight: var(--intergalactic-regular, 400); border: 1px solid var(--intergalactic-border-primary, oklch(0.137 0.026 175.7 / 0.161)); @@ -40,13 +40,13 @@ SBaseTrigger { } &:hover { - background-color: var(--intergalactic-bg-primary-neutral-hover, oklch(0.98 0.001 180)); + background-color: var(--intergalactic-bg-primary-neutral-hover, oklch(0.98 0.001 180)); /* TODO: --intergalactic-control-select-trigger-hover */ } &:active, &[active] { border-color: var(--intergalactic-border-info-active, oklch(0.7 0.131 275.2)); - background-color: var(--intergalactic-bg-primary-neutral, oklch(1 0 0)); + background-color: var(--intergalactic-bg-primary-neutral, oklch(1 0 0)); /* TODO: --intergalactic-control-select-trigger-active */ } } @@ -91,8 +91,8 @@ SBaseAddon { } SBaseTrigger[size='m'] { - min-width: 26px; - height: 28px; + min-width: var(--intergalactic-form-control-m, 32px); + height: var(--intergalactic-form-control-m, 32px); border-radius: var(--intergalactic-control-rounded, 6px); padding: 0 var(--intergalactic-spacing-2x, 8px); font-size: var(--intergalactic-fs-200, 14px); @@ -114,8 +114,8 @@ SBaseTrigger[size='m'] { } SBaseTrigger[size='l'] { - min-width: 32px; - height: 40px; + min-width: var(--intergalactic-form-control-l, 44px); + height: var(--intergalactic-form-control-l, 44px); border-radius: var(--intergalactic-control-rounded, 6px); padding: 0 var(--intergalactic-spacing-3x, 12px); font-size: var(--intergalactic-fs-300, 16px); diff --git a/semcore/breadcrumbs/__tests__/breadcrumbs.browser-test.tsx b/semcore/breadcrumbs/__tests__/breadcrumbs.browser-test.tsx index 24a9b9642e..4f9da9e07a 100644 --- a/semcore/breadcrumbs/__tests__/breadcrumbs.browser-test.tsx +++ b/semcore/breadcrumbs/__tests__/breadcrumbs.browser-test.tsx @@ -8,9 +8,9 @@ Visual states, hover and focus styles, paddings, margins, and snapshots. ===================================================== */ test.describe(`${TAG.VISUAL}`, () => { test('Verify links and icons styles', { - tag: [`${TAG.PRIORITY_HIGH}, - @breadcrumbs, - @ellipsis`], + tag: [TAG.PRIORITY_HIGH, + '@breadcrumbs', + '@ellipsis'], }, async ({ page, browserName }) => { await loadPage(page, 'stories/components/breadcrumbs/docs/examples/usage_example.tsx', 'en'); @@ -116,7 +116,7 @@ test.describe(`${TAG.VISUAL}`, () => { test(`Verify ellipsis in the middle and last item is active=${item.active}`, { tag: [TAG.PRIORITY_HIGH, '@breadcrumbs', - '@ellipis'], + '@ellipsis'], }, async ({ page }) => { await loadPage(page, 'stories/components/breadcrumbs/advanced/examples/trim_middle.tsx', 'en', item); await page.waitForTimeout(200); // wait for finish ellipsis calculation diff --git a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-Enter-or-pas-60e08-Rows-2-maxRows-10-maxLines-10-autoFocus-false-3-chromium-linux.png b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-Enter-or-pas-60e08-Rows-2-maxRows-10-maxLines-10-autoFocus-false-3-chromium-linux.png index 82e61aba6f..fcbd1477b4 100644 Binary files a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-Enter-or-pas-60e08-Rows-2-maxRows-10-maxLines-10-autoFocus-false-3-chromium-linux.png and b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-Enter-or-pas-60e08-Rows-2-maxRows-10-maxLines-10-autoFocus-false-3-chromium-linux.png differ diff --git a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-Enter-or-pas-60e08-Rows-2-maxRows-10-maxLines-10-autoFocus-false-3-firefox-linux.png b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-Enter-or-pas-60e08-Rows-2-maxRows-10-maxLines-10-autoFocus-false-3-firefox-linux.png index 18ae9f8fc0..e6200db2d7 100644 Binary files a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-Enter-or-pas-60e08-Rows-2-maxRows-10-maxLines-10-autoFocus-false-3-firefox-linux.png and b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-Enter-or-pas-60e08-Rows-2-maxRows-10-maxLines-10-autoFocus-false-3-firefox-linux.png differ diff --git a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-Enter-or-pas-60e08-Rows-2-maxRows-10-maxLines-10-autoFocus-false-3-webkit-linux.png b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-Enter-or-pas-60e08-Rows-2-maxRows-10-maxLines-10-autoFocus-false-3-webkit-linux.png index e481795956..f12ad326bf 100644 Binary files a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-Enter-or-pas-60e08-Rows-2-maxRows-10-maxLines-10-autoFocus-false-3-webkit-linux.png and b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-Enter-or-pas-60e08-Rows-2-maxRows-10-maxLines-10-autoFocus-false-3-webkit-linux.png differ diff --git a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-Enter-or-pas-6b87c-Rows-2-maxRows-10-maxLines-10-autoFocus-false-2-chromium-linux.png b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-Enter-or-pas-6b87c-Rows-2-maxRows-10-maxLines-10-autoFocus-false-2-chromium-linux.png index 08c2d93c40..218a9127c7 100644 Binary files a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-Enter-or-pas-6b87c-Rows-2-maxRows-10-maxLines-10-autoFocus-false-2-chromium-linux.png and b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-Enter-or-pas-6b87c-Rows-2-maxRows-10-maxLines-10-autoFocus-false-2-chromium-linux.png differ diff --git a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-Enter-or-pas-6b87c-Rows-2-maxRows-10-maxLines-10-autoFocus-false-2-firefox-linux.png b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-Enter-or-pas-6b87c-Rows-2-maxRows-10-maxLines-10-autoFocus-false-2-firefox-linux.png index 39cc6ee50a..7cac183e0a 100644 Binary files a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-Enter-or-pas-6b87c-Rows-2-maxRows-10-maxLines-10-autoFocus-false-2-firefox-linux.png and b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-Enter-or-pas-6b87c-Rows-2-maxRows-10-maxLines-10-autoFocus-false-2-firefox-linux.png differ diff --git a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-Enter-or-pas-6b87c-Rows-2-maxRows-10-maxLines-10-autoFocus-false-2-webkit-linux.png b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-Enter-or-pas-6b87c-Rows-2-maxRows-10-maxLines-10-autoFocus-false-2-webkit-linux.png index 31bb195346..a81964ae0d 100644 Binary files a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-Enter-or-pas-6b87c-Rows-2-maxRows-10-maxLines-10-autoFocus-false-2-webkit-linux.png and b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-Enter-or-pas-6b87c-Rows-2-maxRows-10-maxLines-10-autoFocus-false-2-webkit-linux.png differ diff --git a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-Enter-or-pas-e60b9-Rows-2-maxRows-10-maxLines-10-autoFocus-false-4-chromium-linux.png b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-Enter-or-pas-e60b9-Rows-2-maxRows-10-maxLines-10-autoFocus-false-4-chromium-linux.png index 33583f7abe..dedc768ec5 100644 Binary files a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-Enter-or-pas-e60b9-Rows-2-maxRows-10-maxLines-10-autoFocus-false-4-chromium-linux.png and b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-Enter-or-pas-e60b9-Rows-2-maxRows-10-maxLines-10-autoFocus-false-4-chromium-linux.png differ diff --git a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-Enter-or-pas-e60b9-Rows-2-maxRows-10-maxLines-10-autoFocus-false-4-firefox-linux.png b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-Enter-or-pas-e60b9-Rows-2-maxRows-10-maxLines-10-autoFocus-false-4-firefox-linux.png index fdc64a92f4..f222fc7653 100644 Binary files a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-Enter-or-pas-e60b9-Rows-2-maxRows-10-maxLines-10-autoFocus-false-4-firefox-linux.png and b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-Enter-or-pas-e60b9-Rows-2-maxRows-10-maxLines-10-autoFocus-false-4-firefox-linux.png differ diff --git a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-Enter-or-pas-e60b9-Rows-2-maxRows-10-maxLines-10-autoFocus-false-4-webkit-linux.png b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-Enter-or-pas-e60b9-Rows-2-maxRows-10-maxLines-10-autoFocus-false-4-webkit-linux.png index fcbb52fb44..3cf2d56f77 100644 Binary files a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-Enter-or-pas-e60b9-Rows-2-maxRows-10-maxLines-10-autoFocus-false-4-webkit-linux.png and b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-Enter-or-pas-e60b9-Rows-2-maxRows-10-maxLines-10-autoFocus-false-4-webkit-linux.png differ diff --git a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-Enter-or-pas-fcf90-Rows-2-maxRows-10-maxLines-10-autoFocus-false-1-chromium-linux.png b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-Enter-or-pas-fcf90-Rows-2-maxRows-10-maxLines-10-autoFocus-false-1-chromium-linux.png index 6fc878fe93..3cc689e41d 100644 Binary files a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-Enter-or-pas-fcf90-Rows-2-maxRows-10-maxLines-10-autoFocus-false-1-chromium-linux.png and b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-Enter-or-pas-fcf90-Rows-2-maxRows-10-maxLines-10-autoFocus-false-1-chromium-linux.png differ diff --git a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-Enter-or-pas-fcf90-Rows-2-maxRows-10-maxLines-10-autoFocus-false-1-firefox-linux.png b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-Enter-or-pas-fcf90-Rows-2-maxRows-10-maxLines-10-autoFocus-false-1-firefox-linux.png index f174787dcf..02905b72c3 100644 Binary files a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-Enter-or-pas-fcf90-Rows-2-maxRows-10-maxLines-10-autoFocus-false-1-firefox-linux.png and b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-Enter-or-pas-fcf90-Rows-2-maxRows-10-maxLines-10-autoFocus-false-1-firefox-linux.png differ diff --git a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-Enter-or-pas-fcf90-Rows-2-maxRows-10-maxLines-10-autoFocus-false-1-webkit-linux.png b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-Enter-or-pas-fcf90-Rows-2-maxRows-10-maxLines-10-autoFocus-false-1-webkit-linux.png index ec58647b91..9e0c4bb213 100644 Binary files a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-Enter-or-pas-fcf90-Rows-2-maxRows-10-maxLines-10-autoFocus-false-1-webkit-linux.png and b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-Enter-or-pas-fcf90-Rows-2-maxRows-10-maxLines-10-autoFocus-false-1-webkit-linux.png differ diff --git a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-16199-inRows-1-maxRows-1-maxLines-5-autoFocus-false-1-chromium-linux.png b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-16199-inRows-1-maxRows-1-maxLines-5-autoFocus-false-1-chromium-linux.png index 2cf76b9224..c752b05018 100644 Binary files a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-16199-inRows-1-maxRows-1-maxLines-5-autoFocus-false-1-chromium-linux.png and b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-16199-inRows-1-maxRows-1-maxLines-5-autoFocus-false-1-chromium-linux.png differ diff --git a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-16199-inRows-1-maxRows-1-maxLines-5-autoFocus-false-1-firefox-linux.png b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-16199-inRows-1-maxRows-1-maxLines-5-autoFocus-false-1-firefox-linux.png index 8ebf131db6..fcecbd2d95 100644 Binary files a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-16199-inRows-1-maxRows-1-maxLines-5-autoFocus-false-1-firefox-linux.png and b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-16199-inRows-1-maxRows-1-maxLines-5-autoFocus-false-1-firefox-linux.png differ diff --git a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-16199-inRows-1-maxRows-1-maxLines-5-autoFocus-false-1-webkit-linux.png b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-16199-inRows-1-maxRows-1-maxLines-5-autoFocus-false-1-webkit-linux.png index cfef6f6201..6f443c665b 100644 Binary files a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-16199-inRows-1-maxRows-1-maxLines-5-autoFocus-false-1-webkit-linux.png and b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-16199-inRows-1-maxRows-1-maxLines-5-autoFocus-false-1-webkit-linux.png differ diff --git a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-6c192-inRows-1-maxRows-1-maxLines-5-autoFocus-false-4-chromium-linux.png b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-6c192-inRows-1-maxRows-1-maxLines-5-autoFocus-false-4-chromium-linux.png index 6078226233..874203b6ef 100644 Binary files a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-6c192-inRows-1-maxRows-1-maxLines-5-autoFocus-false-4-chromium-linux.png and b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-6c192-inRows-1-maxRows-1-maxLines-5-autoFocus-false-4-chromium-linux.png differ diff --git a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-6c192-inRows-1-maxRows-1-maxLines-5-autoFocus-false-4-firefox-linux.png b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-6c192-inRows-1-maxRows-1-maxLines-5-autoFocus-false-4-firefox-linux.png index aeb8a1605f..9ff7e4d75e 100644 Binary files a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-6c192-inRows-1-maxRows-1-maxLines-5-autoFocus-false-4-firefox-linux.png and b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-6c192-inRows-1-maxRows-1-maxLines-5-autoFocus-false-4-firefox-linux.png differ diff --git a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-6c192-inRows-1-maxRows-1-maxLines-5-autoFocus-false-4-webkit-linux.png b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-6c192-inRows-1-maxRows-1-maxLines-5-autoFocus-false-4-webkit-linux.png index d60f50ea08..6b769acd7b 100644 Binary files a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-6c192-inRows-1-maxRows-1-maxLines-5-autoFocus-false-4-webkit-linux.png and b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-6c192-inRows-1-maxRows-1-maxLines-5-autoFocus-false-4-webkit-linux.png differ diff --git a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-bd682-inRows-1-maxRows-1-maxLines-5-autoFocus-false-2-chromium-linux.png b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-bd682-inRows-1-maxRows-1-maxLines-5-autoFocus-false-2-chromium-linux.png index ebba69d3fe..ac2d7414ee 100644 Binary files a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-bd682-inRows-1-maxRows-1-maxLines-5-autoFocus-false-2-chromium-linux.png and b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-bd682-inRows-1-maxRows-1-maxLines-5-autoFocus-false-2-chromium-linux.png differ diff --git a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-bd682-inRows-1-maxRows-1-maxLines-5-autoFocus-false-2-firefox-linux.png b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-bd682-inRows-1-maxRows-1-maxLines-5-autoFocus-false-2-firefox-linux.png index 0eafbea4d2..c622442fae 100644 Binary files a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-bd682-inRows-1-maxRows-1-maxLines-5-autoFocus-false-2-firefox-linux.png and b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-bd682-inRows-1-maxRows-1-maxLines-5-autoFocus-false-2-firefox-linux.png differ diff --git a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-bd682-inRows-1-maxRows-1-maxLines-5-autoFocus-false-2-webkit-linux.png b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-bd682-inRows-1-maxRows-1-maxLines-5-autoFocus-false-2-webkit-linux.png index 751641b3b2..0835fa2076 100644 Binary files a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-bd682-inRows-1-maxRows-1-maxLines-5-autoFocus-false-2-webkit-linux.png and b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-bd682-inRows-1-maxRows-1-maxLines-5-autoFocus-false-2-webkit-linux.png differ diff --git a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-c8da5-inRows-1-maxRows-1-maxLines-5-autoFocus-false-1-chromium-linux.png b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-c8da5-inRows-1-maxRows-1-maxLines-5-autoFocus-false-1-chromium-linux.png index 2cf76b9224..c752b05018 100644 Binary files a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-c8da5-inRows-1-maxRows-1-maxLines-5-autoFocus-false-1-chromium-linux.png and b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-c8da5-inRows-1-maxRows-1-maxLines-5-autoFocus-false-1-chromium-linux.png differ diff --git a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-c8da5-inRows-1-maxRows-1-maxLines-5-autoFocus-false-1-firefox-linux.png b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-c8da5-inRows-1-maxRows-1-maxLines-5-autoFocus-false-1-firefox-linux.png index 8ebf131db6..fcecbd2d95 100644 Binary files a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-c8da5-inRows-1-maxRows-1-maxLines-5-autoFocus-false-1-firefox-linux.png and b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-c8da5-inRows-1-maxRows-1-maxLines-5-autoFocus-false-1-firefox-linux.png differ diff --git a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-c8da5-inRows-1-maxRows-1-maxLines-5-autoFocus-false-1-webkit-linux.png b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-c8da5-inRows-1-maxRows-1-maxLines-5-autoFocus-false-1-webkit-linux.png index cfef6f6201..6f443c665b 100644 Binary files a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-c8da5-inRows-1-maxRows-1-maxLines-5-autoFocus-false-1-webkit-linux.png and b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-c8da5-inRows-1-maxRows-1-maxLines-5-autoFocus-false-1-webkit-linux.png differ diff --git a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-f1b95-inRows-1-maxRows-1-maxLines-5-autoFocus-false-3-chromium-linux.png b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-f1b95-inRows-1-maxRows-1-maxLines-5-autoFocus-false-3-chromium-linux.png index 9b83e480e0..bd235a7f8c 100644 Binary files a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-f1b95-inRows-1-maxRows-1-maxLines-5-autoFocus-false-3-chromium-linux.png and b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-f1b95-inRows-1-maxRows-1-maxLines-5-autoFocus-false-3-chromium-linux.png differ diff --git a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-f1b95-inRows-1-maxRows-1-maxLines-5-autoFocus-false-3-firefox-linux.png b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-f1b95-inRows-1-maxRows-1-maxLines-5-autoFocus-false-3-firefox-linux.png index abfd2a288a..5ad63034f6 100644 Binary files a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-f1b95-inRows-1-maxRows-1-maxLines-5-autoFocus-false-3-firefox-linux.png and b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-f1b95-inRows-1-maxRows-1-maxLines-5-autoFocus-false-3-firefox-linux.png differ diff --git a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-f1b95-inRows-1-maxRows-1-maxLines-5-autoFocus-false-3-webkit-linux.png b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-f1b95-inRows-1-maxRows-1-maxLines-5-autoFocus-false-3-webkit-linux.png index 6c2f7b4730..c4355c49a2 100644 Binary files a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-f1b95-inRows-1-maxRows-1-maxLines-5-autoFocus-false-3-webkit-linux.png and b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-f1b95-inRows-1-maxRows-1-maxLines-5-autoFocus-false-3-webkit-linux.png differ diff --git a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-f40b3-inRows-1-maxRows-1-maxLines-5-autoFocus-false-1-chromium-linux.png b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-f40b3-inRows-1-maxRows-1-maxLines-5-autoFocus-false-1-chromium-linux.png index cebee3015d..92854ae551 100644 Binary files a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-f40b3-inRows-1-maxRows-1-maxLines-5-autoFocus-false-1-chromium-linux.png and b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-f40b3-inRows-1-maxRows-1-maxLines-5-autoFocus-false-1-chromium-linux.png differ diff --git a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-f40b3-inRows-1-maxRows-1-maxLines-5-autoFocus-false-1-firefox-linux.png b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-f40b3-inRows-1-maxRows-1-maxLines-5-autoFocus-false-1-firefox-linux.png index 826a0f8d17..79a563450e 100644 Binary files a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-f40b3-inRows-1-maxRows-1-maxLines-5-autoFocus-false-1-firefox-linux.png and b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-f40b3-inRows-1-maxRows-1-maxLines-5-autoFocus-false-1-firefox-linux.png differ diff --git a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-f40b3-inRows-1-maxRows-1-maxLines-5-autoFocus-false-1-webkit-linux.png b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-f40b3-inRows-1-maxRows-1-maxLines-5-autoFocus-false-1-webkit-linux.png index a40c20b3bd..1bf413f17d 100644 Binary files a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-f40b3-inRows-1-maxRows-1-maxLines-5-autoFocus-false-1-webkit-linux.png and b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-f40b3-inRows-1-maxRows-1-maxLines-5-autoFocus-false-1-webkit-linux.png differ diff --git a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-2bf0b-nRows-2-maxRows-10-maxLines-10-autoFocus-true-4-chromium-linux.png b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-2bf0b-nRows-2-maxRows-10-maxLines-10-autoFocus-true-4-chromium-linux.png index 14346e2de8..741dd713a6 100644 Binary files a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-2bf0b-nRows-2-maxRows-10-maxLines-10-autoFocus-true-4-chromium-linux.png and b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-2bf0b-nRows-2-maxRows-10-maxLines-10-autoFocus-true-4-chromium-linux.png differ diff --git a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-2bf0b-nRows-2-maxRows-10-maxLines-10-autoFocus-true-4-firefox-linux.png b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-2bf0b-nRows-2-maxRows-10-maxLines-10-autoFocus-true-4-firefox-linux.png index a126b77d97..e2bd29058b 100644 Binary files a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-2bf0b-nRows-2-maxRows-10-maxLines-10-autoFocus-true-4-firefox-linux.png and b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-2bf0b-nRows-2-maxRows-10-maxLines-10-autoFocus-true-4-firefox-linux.png differ diff --git a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-2bf0b-nRows-2-maxRows-10-maxLines-10-autoFocus-true-4-webkit-linux.png b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-2bf0b-nRows-2-maxRows-10-maxLines-10-autoFocus-true-4-webkit-linux.png index b951a0427e..9e88fc530a 100644 Binary files a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-2bf0b-nRows-2-maxRows-10-maxLines-10-autoFocus-true-4-webkit-linux.png and b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-2bf0b-nRows-2-maxRows-10-maxLines-10-autoFocus-true-4-webkit-linux.png differ diff --git a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-3d5af-nRows-2-maxRows-10-maxLines-10-autoFocus-true-1-chromium-linux.png b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-3d5af-nRows-2-maxRows-10-maxLines-10-autoFocus-true-1-chromium-linux.png index e85cabbde5..07a73e002f 100644 Binary files a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-3d5af-nRows-2-maxRows-10-maxLines-10-autoFocus-true-1-chromium-linux.png and b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-3d5af-nRows-2-maxRows-10-maxLines-10-autoFocus-true-1-chromium-linux.png differ diff --git a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-3d5af-nRows-2-maxRows-10-maxLines-10-autoFocus-true-1-firefox-linux.png b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-3d5af-nRows-2-maxRows-10-maxLines-10-autoFocus-true-1-firefox-linux.png index d1239fb800..783d0c5290 100644 Binary files a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-3d5af-nRows-2-maxRows-10-maxLines-10-autoFocus-true-1-firefox-linux.png and b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-3d5af-nRows-2-maxRows-10-maxLines-10-autoFocus-true-1-firefox-linux.png differ diff --git a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-3d5af-nRows-2-maxRows-10-maxLines-10-autoFocus-true-1-webkit-linux.png b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-3d5af-nRows-2-maxRows-10-maxLines-10-autoFocus-true-1-webkit-linux.png index c905d58451..10ef8d1d23 100644 Binary files a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-3d5af-nRows-2-maxRows-10-maxLines-10-autoFocus-true-1-webkit-linux.png and b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-3d5af-nRows-2-maxRows-10-maxLines-10-autoFocus-true-1-webkit-linux.png differ diff --git a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-49d5e-nRows-2-maxRows-10-maxLines-10-autoFocus-true-3-chromium-linux.png b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-49d5e-nRows-2-maxRows-10-maxLines-10-autoFocus-true-3-chromium-linux.png index d33739bfbf..7034a987b5 100644 Binary files a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-49d5e-nRows-2-maxRows-10-maxLines-10-autoFocus-true-3-chromium-linux.png and b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-49d5e-nRows-2-maxRows-10-maxLines-10-autoFocus-true-3-chromium-linux.png differ diff --git a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-49d5e-nRows-2-maxRows-10-maxLines-10-autoFocus-true-3-firefox-linux.png b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-49d5e-nRows-2-maxRows-10-maxLines-10-autoFocus-true-3-firefox-linux.png index 9c8b8c183d..8f26d2a661 100644 Binary files a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-49d5e-nRows-2-maxRows-10-maxLines-10-autoFocus-true-3-firefox-linux.png and b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-49d5e-nRows-2-maxRows-10-maxLines-10-autoFocus-true-3-firefox-linux.png differ diff --git a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-49d5e-nRows-2-maxRows-10-maxLines-10-autoFocus-true-3-webkit-linux.png b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-49d5e-nRows-2-maxRows-10-maxLines-10-autoFocus-true-3-webkit-linux.png index 26e50f46f4..1546769970 100644 Binary files a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-49d5e-nRows-2-maxRows-10-maxLines-10-autoFocus-true-3-webkit-linux.png and b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-49d5e-nRows-2-maxRows-10-maxLines-10-autoFocus-true-3-webkit-linux.png differ diff --git a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-85c97-nRows-2-maxRows-10-maxLines-10-autoFocus-true-2-chromium-linux.png b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-85c97-nRows-2-maxRows-10-maxLines-10-autoFocus-true-2-chromium-linux.png index 31ef038a86..af9eefeed6 100644 Binary files a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-85c97-nRows-2-maxRows-10-maxLines-10-autoFocus-true-2-chromium-linux.png and b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-85c97-nRows-2-maxRows-10-maxLines-10-autoFocus-true-2-chromium-linux.png differ diff --git a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-85c97-nRows-2-maxRows-10-maxLines-10-autoFocus-true-2-firefox-linux.png b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-85c97-nRows-2-maxRows-10-maxLines-10-autoFocus-true-2-firefox-linux.png index 9cb35b4636..a9fc1a0128 100644 Binary files a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-85c97-nRows-2-maxRows-10-maxLines-10-autoFocus-true-2-firefox-linux.png and b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-85c97-nRows-2-maxRows-10-maxLines-10-autoFocus-true-2-firefox-linux.png differ diff --git a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-85c97-nRows-2-maxRows-10-maxLines-10-autoFocus-true-2-webkit-linux.png b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-85c97-nRows-2-maxRows-10-maxLines-10-autoFocus-true-2-webkit-linux.png index 61c1f4ae5a..e419f5ee34 100644 Binary files a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-85c97-nRows-2-maxRows-10-maxLines-10-autoFocus-true-2-webkit-linux.png and b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-85c97-nRows-2-maxRows-10-maxLines-10-autoFocus-true-2-webkit-linux.png differ diff --git a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-8fbcd-nRows-2-maxRows-10-maxLines-10-autoFocus-true-1-chromium-linux.png b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-8fbcd-nRows-2-maxRows-10-maxLines-10-autoFocus-true-1-chromium-linux.png index c43448be6f..e143313bd5 100644 Binary files a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-8fbcd-nRows-2-maxRows-10-maxLines-10-autoFocus-true-1-chromium-linux.png and b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-8fbcd-nRows-2-maxRows-10-maxLines-10-autoFocus-true-1-chromium-linux.png differ diff --git a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-8fbcd-nRows-2-maxRows-10-maxLines-10-autoFocus-true-1-firefox-linux.png b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-8fbcd-nRows-2-maxRows-10-maxLines-10-autoFocus-true-1-firefox-linux.png index 9f57e62df3..f18803d701 100644 Binary files a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-8fbcd-nRows-2-maxRows-10-maxLines-10-autoFocus-true-1-firefox-linux.png and b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-8fbcd-nRows-2-maxRows-10-maxLines-10-autoFocus-true-1-firefox-linux.png differ diff --git a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-8fbcd-nRows-2-maxRows-10-maxLines-10-autoFocus-true-1-webkit-linux.png b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-8fbcd-nRows-2-maxRows-10-maxLines-10-autoFocus-true-1-webkit-linux.png index bd55107744..af22c37b2f 100644 Binary files a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-8fbcd-nRows-2-maxRows-10-maxLines-10-autoFocus-true-1-webkit-linux.png and b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-8fbcd-nRows-2-maxRows-10-maxLines-10-autoFocus-true-1-webkit-linux.png differ diff --git a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-a10b1-nRows-2-maxRows-10-maxLines-10-autoFocus-true-1-chromium-linux.png b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-a10b1-nRows-2-maxRows-10-maxLines-10-autoFocus-true-1-chromium-linux.png index c43448be6f..e143313bd5 100644 Binary files a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-a10b1-nRows-2-maxRows-10-maxLines-10-autoFocus-true-1-chromium-linux.png and b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-a10b1-nRows-2-maxRows-10-maxLines-10-autoFocus-true-1-chromium-linux.png differ diff --git a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-a10b1-nRows-2-maxRows-10-maxLines-10-autoFocus-true-1-firefox-linux.png b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-a10b1-nRows-2-maxRows-10-maxLines-10-autoFocus-true-1-firefox-linux.png index 9f57e62df3..f18803d701 100644 Binary files a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-a10b1-nRows-2-maxRows-10-maxLines-10-autoFocus-true-1-firefox-linux.png and b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-a10b1-nRows-2-maxRows-10-maxLines-10-autoFocus-true-1-firefox-linux.png differ diff --git a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-a10b1-nRows-2-maxRows-10-maxLines-10-autoFocus-true-1-webkit-linux.png b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-a10b1-nRows-2-maxRows-10-maxLines-10-autoFocus-true-1-webkit-linux.png index bd55107744..af22c37b2f 100644 Binary files a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-a10b1-nRows-2-maxRows-10-maxLines-10-autoFocus-true-1-webkit-linux.png and b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-a10b1-nRows-2-maxRows-10-maxLines-10-autoFocus-true-1-webkit-linux.png differ diff --git a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-undefined-w-38264-minRows-1-maxRows-5-maxLines-3-autoFocus-true-2-chromium-linux.png b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-undefined-w-38264-minRows-1-maxRows-5-maxLines-3-autoFocus-true-2-chromium-linux.png index 5ad4614cf0..21b7f4f25d 100644 Binary files a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-undefined-w-38264-minRows-1-maxRows-5-maxLines-3-autoFocus-true-2-chromium-linux.png and b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-undefined-w-38264-minRows-1-maxRows-5-maxLines-3-autoFocus-true-2-chromium-linux.png differ diff --git a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-undefined-w-38264-minRows-1-maxRows-5-maxLines-3-autoFocus-true-2-firefox-linux.png b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-undefined-w-38264-minRows-1-maxRows-5-maxLines-3-autoFocus-true-2-firefox-linux.png index 218beddfcf..fa4656bd63 100644 Binary files a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-undefined-w-38264-minRows-1-maxRows-5-maxLines-3-autoFocus-true-2-firefox-linux.png and b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-undefined-w-38264-minRows-1-maxRows-5-maxLines-3-autoFocus-true-2-firefox-linux.png differ diff --git a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-undefined-w-38264-minRows-1-maxRows-5-maxLines-3-autoFocus-true-2-webkit-linux.png b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-undefined-w-38264-minRows-1-maxRows-5-maxLines-3-autoFocus-true-2-webkit-linux.png index 75a7a05eba..11569f05c4 100644 Binary files a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-undefined-w-38264-minRows-1-maxRows-5-maxLines-3-autoFocus-true-2-webkit-linux.png and b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-undefined-w-38264-minRows-1-maxRows-5-maxLines-3-autoFocus-true-2-webkit-linux.png differ diff --git a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-undefined-w-b374f-minRows-1-maxRows-5-maxLines-3-autoFocus-true-4-chromium-linux.png b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-undefined-w-b374f-minRows-1-maxRows-5-maxLines-3-autoFocus-true-4-chromium-linux.png index 6a851d103c..20d0e6eb3b 100644 Binary files a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-undefined-w-b374f-minRows-1-maxRows-5-maxLines-3-autoFocus-true-4-chromium-linux.png and b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-undefined-w-b374f-minRows-1-maxRows-5-maxLines-3-autoFocus-true-4-chromium-linux.png differ diff --git a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-undefined-w-b374f-minRows-1-maxRows-5-maxLines-3-autoFocus-true-4-firefox-linux.png b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-undefined-w-b374f-minRows-1-maxRows-5-maxLines-3-autoFocus-true-4-firefox-linux.png index 9fd993d471..689e5b4b01 100644 Binary files a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-undefined-w-b374f-minRows-1-maxRows-5-maxLines-3-autoFocus-true-4-firefox-linux.png and b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-undefined-w-b374f-minRows-1-maxRows-5-maxLines-3-autoFocus-true-4-firefox-linux.png differ diff --git a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-undefined-w-b374f-minRows-1-maxRows-5-maxLines-3-autoFocus-true-4-webkit-linux.png b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-undefined-w-b374f-minRows-1-maxRows-5-maxLines-3-autoFocus-true-4-webkit-linux.png index dd4377559a..2040adba41 100644 Binary files a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-undefined-w-b374f-minRows-1-maxRows-5-maxLines-3-autoFocus-true-4-webkit-linux.png and b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-undefined-w-b374f-minRows-1-maxRows-5-maxLines-3-autoFocus-true-4-webkit-linux.png differ diff --git a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-undefined-w-c7174-minRows-1-maxRows-5-maxLines-3-autoFocus-true-3-chromium-linux.png b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-undefined-w-c7174-minRows-1-maxRows-5-maxLines-3-autoFocus-true-3-chromium-linux.png index f9966baf33..373319cb98 100644 Binary files a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-undefined-w-c7174-minRows-1-maxRows-5-maxLines-3-autoFocus-true-3-chromium-linux.png and b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-undefined-w-c7174-minRows-1-maxRows-5-maxLines-3-autoFocus-true-3-chromium-linux.png differ diff --git a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-undefined-w-c7174-minRows-1-maxRows-5-maxLines-3-autoFocus-true-3-firefox-linux.png b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-undefined-w-c7174-minRows-1-maxRows-5-maxLines-3-autoFocus-true-3-firefox-linux.png index dfe6156cd5..8936a1889a 100644 Binary files a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-undefined-w-c7174-minRows-1-maxRows-5-maxLines-3-autoFocus-true-3-firefox-linux.png and b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-undefined-w-c7174-minRows-1-maxRows-5-maxLines-3-autoFocus-true-3-firefox-linux.png differ diff --git a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-undefined-w-c7174-minRows-1-maxRows-5-maxLines-3-autoFocus-true-3-webkit-linux.png b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-undefined-w-c7174-minRows-1-maxRows-5-maxLines-3-autoFocus-true-3-webkit-linux.png index 25a33fcb46..95e796f837 100644 Binary files a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-undefined-w-c7174-minRows-1-maxRows-5-maxLines-3-autoFocus-true-3-webkit-linux.png and b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-undefined-w-c7174-minRows-1-maxRows-5-maxLines-3-autoFocus-true-3-webkit-linux.png differ diff --git a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-undefined-w-cc833-minRows-1-maxRows-5-maxLines-3-autoFocus-true-1-chromium-linux.png b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-undefined-w-cc833-minRows-1-maxRows-5-maxLines-3-autoFocus-true-1-chromium-linux.png index bd0dfee59a..31ee15390f 100644 Binary files a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-undefined-w-cc833-minRows-1-maxRows-5-maxLines-3-autoFocus-true-1-chromium-linux.png and b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-undefined-w-cc833-minRows-1-maxRows-5-maxLines-3-autoFocus-true-1-chromium-linux.png differ diff --git a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-undefined-w-cc833-minRows-1-maxRows-5-maxLines-3-autoFocus-true-1-firefox-linux.png b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-undefined-w-cc833-minRows-1-maxRows-5-maxLines-3-autoFocus-true-1-firefox-linux.png index e54880063d..d61493714d 100644 Binary files a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-undefined-w-cc833-minRows-1-maxRows-5-maxLines-3-autoFocus-true-1-firefox-linux.png and b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-undefined-w-cc833-minRows-1-maxRows-5-maxLines-3-autoFocus-true-1-firefox-linux.png differ diff --git a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-undefined-w-cc833-minRows-1-maxRows-5-maxLines-3-autoFocus-true-1-webkit-linux.png b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-undefined-w-cc833-minRows-1-maxRows-5-maxLines-3-autoFocus-true-1-webkit-linux.png index dcc19b064a..c0c8e5778a 100644 Binary files a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-undefined-w-cc833-minRows-1-maxRows-5-maxLines-3-autoFocus-true-1-webkit-linux.png and b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-undefined-w-cc833-minRows-1-maxRows-5-maxLines-3-autoFocus-true-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx b/semcore/button/__tests__/button-link.browser-test.tsx index c208eaf2e5..a693266169 100644 --- a/semcore/button/__tests__/button-link.browser-test.tsx +++ b/semcore/button/__tests__/button-link.browser-test.tsx @@ -89,7 +89,7 @@ test.describe(` ${TAG.VISUAL}`, () => { if (merged) descParts.push('merged'); test(`Verify ButtonLink size=${size}, ${descParts.join(', ')}, ${ellipsisDesc}`, { - tag: [TAG.PRIORITY_HIGH, '@button-link', '@ellipsis'], + tag: [TAG.PRIORITY_HIGH, '@button-link', '@ellipsis', '@badge', '@counter', '@spin', '@typography'], }, async ({ page }) => { await loadPage(page, storyPath, 'en', { size, ...addonVars, text: longText, ...ellipsisVars, ...extraVars, @@ -140,7 +140,7 @@ test.describe(` ${TAG.VISUAL}`, () => { // Section 2: Residual tests - disabled, loading, mixed addon types test('Verify ButtonLink: disabled with counter addon', { - tag: [TAG.PRIORITY_HIGH, '@button-link'], + tag: [TAG.PRIORITY_HIGH, '@button-link', '@counter', '@typography'], }, async ({ page }) => { await loadPage(page, storyPath, 'en', { size: 300, disabled: true, showAddonLeft: true, addonLeftType: 'counter', @@ -150,7 +150,7 @@ test.describe(` ${TAG.VISUAL}`, () => { }); test('Verify ButtonLink: disabled+active with success and addons', { - tag: [TAG.PRIORITY_HIGH, '@button-link'], + tag: [TAG.PRIORITY_HIGH, '@button-link', '@typography'], }, async ({ page }) => { await loadPage(page, storyPath, 'en', { size: 300, disabled: true, active: true, showAddonLeft: true, showAddonRight: true, @@ -161,7 +161,7 @@ test.describe(` ${TAG.VISUAL}`, () => { }); test('Verify ButtonLink: mixed addon types', { - tag: [TAG.PRIORITY_HIGH, '@button-link'], + tag: [TAG.PRIORITY_HIGH, '@button-link', '@badge', '@counter', '@spin', '@typography'], }, async ({ page }) => { await loadPage(page, storyPath, 'en', { size: 300, showAddonLeft: true, addonLeftType: 'badge', @@ -221,7 +221,7 @@ test.describe(` ${TAG.VISUAL}`, () => { // Section 4: Icon-only ButtonLink test('Verify ButtonLink: icon-only with hint', { - tag: [TAG.PRIORITY_HIGH, '@button-link'], + tag: [TAG.PRIORITY_HIGH, '@button-link', '@base-components', '@flex-box'], }, async ({ page }) => { await loadPage(page, iconOnlyPath, 'en', { use: 'primary' }); await locators.button(page).first().waitFor({ state: 'visible' }); @@ -241,7 +241,7 @@ test.describe(` ${TAG.VISUAL}`, () => { }); test('Verify ButtonLink: icon-only disabled', { - tag: [TAG.PRIORITY_HIGH, '@button-link'], + tag: [TAG.PRIORITY_HIGH, '@button-link', '@base-components', '@flex-box'], }, async ({ page }) => { await loadPage(page, iconOnlyPath, 'en', { disabled: true, size: 300 }); await locators.button(page).first().waitFor({ state: 'visible' }); @@ -250,7 +250,7 @@ test.describe(` ${TAG.VISUAL}`, () => { // Section 5: In-text test('Verify ButtonLink inside text', { - tag: [TAG.PRIORITY_HIGH, '@button-link', '@typography'], + tag: [TAG.PRIORITY_HIGH, '@button-link', '@base-components', '@flex-box', '@typography'], }, async ({ page }) => { await loadPage(page, inTextPath, 'en', { size: 300 }); @@ -262,7 +262,7 @@ test.describe(` ${TAG.VISUAL}`, () => { }); test('Verify ButtonLink inside text disabled', { - tag: [TAG.PRIORITY_HIGH, '@button-link', '@typography'], + tag: [TAG.PRIORITY_HIGH, '@button-link', '@base-components', '@flex-box', '@typography'], }, async ({ page }) => { await loadPage(page, inTextPath, 'en', { size: 300, disabled: true }); await expect(page).toHaveScreenshot(); diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-ButtonLink-without-ellipsis-Verify-no-8f981-rs-size-100-maxLine-9-text-not-truncated-1-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-ButtonLink-without-ellipsis-Verify-no-8f981-rs-size-100-maxLine-9-text-not-truncated-1-chromium-linux.png index e69455f654..ebc173e22e 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-ButtonLink-without-ellipsis-Verify-no-8f981-rs-size-100-maxLine-9-text-not-truncated-1-chromium-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-ButtonLink-without-ellipsis-Verify-no-8f981-rs-size-100-maxLine-9-text-not-truncated-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-ButtonLink-without-ellipsis-Verify-no-8f981-rs-size-100-maxLine-9-text-not-truncated-1-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-ButtonLink-without-ellipsis-Verify-no-8f981-rs-size-100-maxLine-9-text-not-truncated-1-firefox-linux.png index f58038d039..ad140cad5f 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-ButtonLink-without-ellipsis-Verify-no-8f981-rs-size-100-maxLine-9-text-not-truncated-1-firefox-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-ButtonLink-without-ellipsis-Verify-no-8f981-rs-size-100-maxLine-9-text-not-truncated-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-ButtonLink-without-ellipsis-Verify-no-8f981-rs-size-100-maxLine-9-text-not-truncated-1-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-ButtonLink-without-ellipsis-Verify-no-8f981-rs-size-100-maxLine-9-text-not-truncated-1-webkit-linux.png index 47a97c25ed..8e149eb5c4 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-ButtonLink-without-ellipsis-Verify-no-8f981-rs-size-100-maxLine-9-text-not-truncated-1-webkit-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-ButtonLink-without-ellipsis-Verify-no-8f981-rs-size-100-maxLine-9-text-not-truncated-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-ButtonLink-without-ellipsis-Verify-no-cb6f2-rs-size-300-maxLine-9-text-not-truncated-1-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-ButtonLink-without-ellipsis-Verify-no-cb6f2-rs-size-300-maxLine-9-text-not-truncated-1-chromium-linux.png index 8eb9b41998..3601b7a946 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-ButtonLink-without-ellipsis-Verify-no-cb6f2-rs-size-300-maxLine-9-text-not-truncated-1-chromium-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-ButtonLink-without-ellipsis-Verify-no-cb6f2-rs-size-300-maxLine-9-text-not-truncated-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-ButtonLink-without-ellipsis-Verify-no-cb6f2-rs-size-300-maxLine-9-text-not-truncated-1-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-ButtonLink-without-ellipsis-Verify-no-cb6f2-rs-size-300-maxLine-9-text-not-truncated-1-firefox-linux.png index 24700fa576..7f8cfc3356 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-ButtonLink-without-ellipsis-Verify-no-cb6f2-rs-size-300-maxLine-9-text-not-truncated-1-firefox-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-ButtonLink-without-ellipsis-Verify-no-cb6f2-rs-size-300-maxLine-9-text-not-truncated-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-ButtonLink-without-ellipsis-Verify-no-cb6f2-rs-size-300-maxLine-9-text-not-truncated-1-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-ButtonLink-without-ellipsis-Verify-no-cb6f2-rs-size-300-maxLine-9-text-not-truncated-1-webkit-linux.png index fae3a60222..7da0885357 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-ButtonLink-without-ellipsis-Verify-no-cb6f2-rs-size-300-maxLine-9-text-not-truncated-1-webkit-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-ButtonLink-without-ellipsis-Verify-no-cb6f2-rs-size-300-maxLine-9-text-not-truncated-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-ButtonLink-without-ellipsis-Verify-no-hint-appears-size-100-ellipsis-false-1-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-ButtonLink-without-ellipsis-Verify-no-hint-appears-size-100-ellipsis-false-1-chromium-linux.png index dd64089bef..579033719a 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-ButtonLink-without-ellipsis-Verify-no-hint-appears-size-100-ellipsis-false-1-chromium-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-ButtonLink-without-ellipsis-Verify-no-hint-appears-size-100-ellipsis-false-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-ButtonLink-without-ellipsis-Verify-no-hint-appears-size-100-ellipsis-false-1-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-ButtonLink-without-ellipsis-Verify-no-hint-appears-size-100-ellipsis-false-1-firefox-linux.png index 835b769c70..8baa35d88e 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-ButtonLink-without-ellipsis-Verify-no-hint-appears-size-100-ellipsis-false-1-firefox-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-ButtonLink-without-ellipsis-Verify-no-hint-appears-size-100-ellipsis-false-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-ButtonLink-without-ellipsis-Verify-no-hint-appears-size-100-ellipsis-false-1-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-ButtonLink-without-ellipsis-Verify-no-hint-appears-size-100-ellipsis-false-1-webkit-linux.png index ebaf23e1dd..6b57853769 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-ButtonLink-without-ellipsis-Verify-no-hint-appears-size-100-ellipsis-false-1-webkit-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-ButtonLink-without-ellipsis-Verify-no-hint-appears-size-100-ellipsis-false-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-ButtonLink-without-ellipsis-Verify-no-hint-appears-size-300-ellipsis-false-1-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-ButtonLink-without-ellipsis-Verify-no-hint-appears-size-300-ellipsis-false-1-chromium-linux.png index a51b778880..bf9ab9e24d 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-ButtonLink-without-ellipsis-Verify-no-hint-appears-size-300-ellipsis-false-1-chromium-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-ButtonLink-without-ellipsis-Verify-no-hint-appears-size-300-ellipsis-false-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-ButtonLink-without-ellipsis-Verify-no-hint-appears-size-300-ellipsis-false-1-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-ButtonLink-without-ellipsis-Verify-no-hint-appears-size-300-ellipsis-false-1-firefox-linux.png index 4d1a6f2679..f335c8f537 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-ButtonLink-without-ellipsis-Verify-no-hint-appears-size-300-ellipsis-false-1-firefox-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-ButtonLink-without-ellipsis-Verify-no-hint-appears-size-300-ellipsis-false-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-ButtonLink-without-ellipsis-Verify-no-hint-appears-size-300-ellipsis-false-1-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-ButtonLink-without-ellipsis-Verify-no-hint-appears-size-300-ellipsis-false-1-webkit-linux.png index fb6f1e36e6..200edd30d8 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-ButtonLink-without-ellipsis-Verify-no-hint-appears-size-300-ellipsis-false-1-webkit-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-ButtonLink-without-ellipsis-Verify-no-hint-appears-size-300-ellipsis-false-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-disabled-with-counter-addon-1-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-disabled-with-counter-addon-1-chromium-linux.png index 3187f086ff..4a861abc9f 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-disabled-with-counter-addon-1-chromium-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-disabled-with-counter-addon-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-disabled-with-counter-addon-1-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-disabled-with-counter-addon-1-firefox-linux.png index 69881115ae..10e609f0d3 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-disabled-with-counter-addon-1-firefox-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-disabled-with-counter-addon-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-disabled-with-counter-addon-1-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-disabled-with-counter-addon-1-webkit-linux.png index 639c0f0be5..826c1a0cb0 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-disabled-with-counter-addon-1-webkit-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-disabled-with-counter-addon-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-icon-only-disabled-1-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-icon-only-disabled-1-chromium-linux.png index 05c5eb880b..b89e7468f7 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-icon-only-disabled-1-chromium-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-icon-only-disabled-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-icon-only-disabled-1-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-icon-only-disabled-1-firefox-linux.png index 233f935a2f..2d840ec12f 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-icon-only-disabled-1-firefox-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-icon-only-disabled-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-icon-only-disabled-1-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-icon-only-disabled-1-webkit-linux.png index f89032cbf2..b4e07b5a78 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-icon-only-disabled-1-webkit-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-icon-only-disabled-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-icon-only-with-hint-1-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-icon-only-with-hint-1-chromium-linux.png index 67ddcf8b2e..a393013c3e 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-icon-only-with-hint-1-chromium-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-icon-only-with-hint-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-icon-only-with-hint-1-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-icon-only-with-hint-1-firefox-linux.png index 802f344826..f1f6723a09 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-icon-only-with-hint-1-firefox-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-icon-only-with-hint-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-icon-only-with-hint-1-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-icon-only-with-hint-1-webkit-linux.png index d48e474070..31cfd37e53 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-icon-only-with-hint-1-webkit-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-icon-only-with-hint-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-inside-text-1-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-inside-text-1-chromium-linux.png index 4a21dea76b..26c2389249 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-inside-text-1-chromium-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-inside-text-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-inside-text-1-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-inside-text-1-firefox-linux.png index 1951f4fbe8..cbe8836678 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-inside-text-1-firefox-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-inside-text-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-inside-text-1-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-inside-text-1-webkit-linux.png index e0d450d6f4..be3a0a1983 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-inside-text-1-webkit-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-inside-text-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-inside-text-disabled-1-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-inside-text-disabled-1-chromium-linux.png index 56487b606a..30cb02b71f 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-inside-text-disabled-1-chromium-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-inside-text-disabled-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-inside-text-disabled-1-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-inside-text-disabled-1-firefox-linux.png index d4bde72899..7be650a85f 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-inside-text-disabled-1-firefox-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-inside-text-disabled-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-inside-text-disabled-1-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-inside-text-disabled-1-webkit-linux.png index b0ee880155..4bfa825886 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-inside-text-disabled-1-webkit-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-inside-text-disabled-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-mixed-addon-types-1-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-mixed-addon-types-1-chromium-linux.png index 682e85e530..d994e45647 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-mixed-addon-types-1-chromium-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-mixed-addon-types-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-mixed-addon-types-1-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-mixed-addon-types-1-firefox-linux.png index 8513c24cf4..e95d006642 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-mixed-addon-types-1-firefox-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-mixed-addon-types-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-mixed-addon-types-1-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-mixed-addon-types-1-webkit-linux.png index 3c8f9e3d01..f4cc30b1a1 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-mixed-addon-types-1-webkit-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-mixed-addon-types-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-mixed-addon-types-2-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-mixed-addon-types-2-chromium-linux.png index f9d22231d6..274bcaf385 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-mixed-addon-types-2-chromium-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-mixed-addon-types-2-chromium-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-mixed-addon-types-2-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-mixed-addon-types-2-firefox-linux.png index db49b857cd..210611a40b 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-mixed-addon-types-2-firefox-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-mixed-addon-types-2-firefox-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-mixed-addon-types-2-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-mixed-addon-types-2-webkit-linux.png index 1c403aa08b..92507df6ff 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-mixed-addon-types-2-webkit-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-mixed-addon-types-2-webkit-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-100-addonLeft-cropPosition-middle-1-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-100-addonLeft-cropPosition-middle-1-chromium-linux.png index c9ebbeea63..906a5b3478 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-100-addonLeft-cropPosition-middle-1-chromium-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-100-addonLeft-cropPosition-middle-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-100-addonLeft-cropPosition-middle-1-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-100-addonLeft-cropPosition-middle-1-firefox-linux.png index 1e6c1901b3..78cbcf09a9 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-100-addonLeft-cropPosition-middle-1-firefox-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-100-addonLeft-cropPosition-middle-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-100-addonLeft-cropPosition-middle-1-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-100-addonLeft-cropPosition-middle-1-webkit-linux.png index 750a1cde5e..df1e28b28d 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-100-addonLeft-cropPosition-middle-1-webkit-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-100-addonLeft-cropPosition-middle-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-100-addonLeft-cropPosition-middle-2-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-100-addonLeft-cropPosition-middle-2-chromium-linux.png index d9a779fec2..32ea9e00bb 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-100-addonLeft-cropPosition-middle-2-chromium-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-100-addonLeft-cropPosition-middle-2-chromium-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-100-addonLeft-cropPosition-middle-2-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-100-addonLeft-cropPosition-middle-2-firefox-linux.png index d51dad43aa..eda43b9ec2 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-100-addonLeft-cropPosition-middle-2-firefox-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-100-addonLeft-cropPosition-middle-2-firefox-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-100-addonLeft-cropPosition-middle-2-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-100-addonLeft-cropPosition-middle-2-webkit-linux.png index e70d7ad6fd..78fe34de9a 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-100-addonLeft-cropPosition-middle-2-webkit-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-100-addonLeft-cropPosition-middle-2-webkit-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-100-addonRight-badge-middle-lastRequired-2-1-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-100-addonRight-badge-middle-lastRequired-2-1-chromium-linux.png index 7018b664d9..09c8d6d788 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-100-addonRight-badge-middle-lastRequired-2-1-chromium-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-100-addonRight-badge-middle-lastRequired-2-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-100-addonRight-badge-middle-lastRequired-2-1-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-100-addonRight-badge-middle-lastRequired-2-1-firefox-linux.png index 669564ca66..3353069fec 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-100-addonRight-badge-middle-lastRequired-2-1-firefox-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-100-addonRight-badge-middle-lastRequired-2-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-100-addonRight-badge-middle-lastRequired-2-1-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-100-addonRight-badge-middle-lastRequired-2-1-webkit-linux.png index 299bc1ba54..e0f7e707c0 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-100-addonRight-badge-middle-lastRequired-2-1-webkit-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-100-addonRight-badge-middle-lastRequired-2-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-100-addonRight-badge-middle-lastRequired-2-2-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-100-addonRight-badge-middle-lastRequired-2-2-chromium-linux.png index c7a9afc9e6..e49dfb1d74 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-100-addonRight-badge-middle-lastRequired-2-2-chromium-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-100-addonRight-badge-middle-lastRequired-2-2-chromium-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-100-addonRight-badge-middle-lastRequired-2-2-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-100-addonRight-badge-middle-lastRequired-2-2-firefox-linux.png index 847adbdb1e..175385f2ab 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-100-addonRight-badge-middle-lastRequired-2-2-firefox-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-100-addonRight-badge-middle-lastRequired-2-2-firefox-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-100-addonRight-badge-middle-lastRequired-2-2-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-100-addonRight-badge-middle-lastRequired-2-2-webkit-linux.png index 9bfb77a882..8b9a366379 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-100-addonRight-badge-middle-lastRequired-2-2-webkit-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-100-addonRight-badge-middle-lastRequired-2-2-webkit-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-100-both-addons-counter-end-maxLine-2-1-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-100-both-addons-counter-end-maxLine-2-1-chromium-linux.png index 5ea0a14262..69e30f03d9 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-100-both-addons-counter-end-maxLine-2-1-chromium-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-100-both-addons-counter-end-maxLine-2-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-100-both-addons-counter-end-maxLine-2-1-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-100-both-addons-counter-end-maxLine-2-1-firefox-linux.png index 7d7cd3e155..fcfab3dcd3 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-100-both-addons-counter-end-maxLine-2-1-firefox-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-100-both-addons-counter-end-maxLine-2-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-100-both-addons-counter-end-maxLine-2-1-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-100-both-addons-counter-end-maxLine-2-1-webkit-linux.png index f15c007585..e295c52d58 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-100-both-addons-counter-end-maxLine-2-1-webkit-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-100-both-addons-counter-end-maxLine-2-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-100-both-addons-counter-end-maxLine-2-2-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-100-both-addons-counter-end-maxLine-2-2-chromium-linux.png index b752be9eed..7918aac6fe 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-100-both-addons-counter-end-maxLine-2-2-chromium-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-100-both-addons-counter-end-maxLine-2-2-chromium-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-100-both-addons-counter-end-maxLine-2-2-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-100-both-addons-counter-end-maxLine-2-2-firefox-linux.png index 07f7a9217b..8d6f56eb6c 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-100-both-addons-counter-end-maxLine-2-2-firefox-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-100-both-addons-counter-end-maxLine-2-2-firefox-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-100-both-addons-counter-end-maxLine-2-2-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-100-both-addons-counter-end-maxLine-2-2-webkit-linux.png index b6242fecdc..42f5f708b6 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-100-both-addons-counter-end-maxLine-2-2-webkit-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-100-both-addons-counter-end-maxLine-2-2-webkit-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-100-no-addons-ellipsis-true-1-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-100-no-addons-ellipsis-true-1-chromium-linux.png index 5fc7ac0f16..be3b811c61 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-100-no-addons-ellipsis-true-1-chromium-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-100-no-addons-ellipsis-true-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-100-no-addons-ellipsis-true-1-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-100-no-addons-ellipsis-true-1-firefox-linux.png index 4775cd3d3e..f96ac32ff8 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-100-no-addons-ellipsis-true-1-firefox-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-100-no-addons-ellipsis-true-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-100-no-addons-ellipsis-true-1-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-100-no-addons-ellipsis-true-1-webkit-linux.png index 9e8c2cc627..ae8f1bb490 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-100-no-addons-ellipsis-true-1-webkit-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-100-no-addons-ellipsis-true-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-100-no-addons-ellipsis-true-2-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-100-no-addons-ellipsis-true-2-chromium-linux.png index d1ed0d1266..0ac95d6765 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-100-no-addons-ellipsis-true-2-chromium-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-100-no-addons-ellipsis-true-2-chromium-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-100-no-addons-ellipsis-true-2-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-100-no-addons-ellipsis-true-2-firefox-linux.png index 03a7fbfdb8..1cdb41ce24 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-100-no-addons-ellipsis-true-2-firefox-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-100-no-addons-ellipsis-true-2-firefox-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-100-no-addons-ellipsis-true-2-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-100-no-addons-ellipsis-true-2-webkit-linux.png index b0d5ad1885..c8e1d2810e 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-100-no-addons-ellipsis-true-2-webkit-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-100-no-addons-ellipsis-true-2-webkit-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-100-no-addons-ellipsis-true-3-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-100-no-addons-ellipsis-true-3-chromium-linux.png index 570f1ed3c7..4e27469ee7 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-100-no-addons-ellipsis-true-3-chromium-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-100-no-addons-ellipsis-true-3-chromium-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-100-no-addons-ellipsis-true-3-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-100-no-addons-ellipsis-true-3-firefox-linux.png index 2296a693c0..a16fa64a5a 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-100-no-addons-ellipsis-true-3-firefox-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-100-no-addons-ellipsis-true-3-firefox-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-100-no-addons-ellipsis-true-3-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-100-no-addons-ellipsis-true-3-webkit-linux.png index 4dfc36fb00..d571097edf 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-100-no-addons-ellipsis-true-3-webkit-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-100-no-addons-ellipsis-true-3-webkit-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-addonLeft-badge-secondary-cropPosition-middle-1-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-addonLeft-badge-secondary-cropPosition-middle-1-chromium-linux.png index f194029474..2a71687e65 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-addonLeft-badge-secondary-cropPosition-middle-1-chromium-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-addonLeft-badge-secondary-cropPosition-middle-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-addonLeft-badge-secondary-cropPosition-middle-1-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-addonLeft-badge-secondary-cropPosition-middle-1-firefox-linux.png index d4d24f05c7..b363c6aadf 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-addonLeft-badge-secondary-cropPosition-middle-1-firefox-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-addonLeft-badge-secondary-cropPosition-middle-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-addonLeft-badge-secondary-cropPosition-middle-1-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-addonLeft-badge-secondary-cropPosition-middle-1-webkit-linux.png index 33a4c08789..8773fad718 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-addonLeft-badge-secondary-cropPosition-middle-1-webkit-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-addonLeft-badge-secondary-cropPosition-middle-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-addonLeft-badge-secondary-cropPosition-middle-2-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-addonLeft-badge-secondary-cropPosition-middle-2-chromium-linux.png index 2c5ce1c088..c03420af08 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-addonLeft-badge-secondary-cropPosition-middle-2-chromium-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-addonLeft-badge-secondary-cropPosition-middle-2-chromium-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-addonRight-counter-secondary-middle-lastRequired-2-1-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-addonRight-counter-secondary-middle-lastRequired-2-1-chromium-linux.png index e26623ad64..b48137326d 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-addonRight-counter-secondary-middle-lastRequired-2-1-chromium-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-addonRight-counter-secondary-middle-lastRequired-2-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-addonRight-counter-secondary-middle-lastRequired-2-1-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-addonRight-counter-secondary-middle-lastRequired-2-1-firefox-linux.png index 7b18729888..84ef11619b 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-addonRight-counter-secondary-middle-lastRequired-2-1-firefox-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-addonRight-counter-secondary-middle-lastRequired-2-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-addonRight-counter-secondary-middle-lastRequired-2-1-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-addonRight-counter-secondary-middle-lastRequired-2-1-webkit-linux.png index 13a020d33b..337f0d9c36 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-addonRight-counter-secondary-middle-lastRequired-2-1-webkit-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-addonRight-counter-secondary-middle-lastRequired-2-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-addonRight-counter-secondary-middle-lastRequired-2-2-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-addonRight-counter-secondary-middle-lastRequired-2-2-chromium-linux.png index 341234facf..df2866b423 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-addonRight-counter-secondary-middle-lastRequired-2-2-chromium-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-addonRight-counter-secondary-middle-lastRequired-2-2-chromium-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-both-addons-spin-secondary-end-maxLine-2-1-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-both-addons-spin-secondary-end-maxLine-2-1-chromium-linux.png index 369eca0aa2..54e8d78b72 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-both-addons-spin-secondary-end-maxLine-2-1-chromium-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-both-addons-spin-secondary-end-maxLine-2-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-both-addons-spin-secondary-end-maxLine-2-1-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-both-addons-spin-secondary-end-maxLine-2-1-firefox-linux.png index a809150bc9..e223b1b6ab 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-both-addons-spin-secondary-end-maxLine-2-1-firefox-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-both-addons-spin-secondary-end-maxLine-2-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-both-addons-spin-secondary-end-maxLine-2-1-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-both-addons-spin-secondary-end-maxLine-2-1-webkit-linux.png index fbee497623..e00c10ee6d 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-both-addons-spin-secondary-end-maxLine-2-1-webkit-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-both-addons-spin-secondary-end-maxLine-2-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-both-addons-spin-secondary-end-maxLine-2-2-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-both-addons-spin-secondary-end-maxLine-2-2-chromium-linux.png index c8ddc9ae2e..91662fd43a 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-both-addons-spin-secondary-end-maxLine-2-2-chromium-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-both-addons-spin-secondary-end-maxLine-2-2-chromium-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-no-addons-text-success-secondary-ellipsis-true-1-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-no-addons-text-success-secondary-ellipsis-true-1-chromium-linux.png index e7271a5361..ba5eb418a8 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-no-addons-text-success-secondary-ellipsis-true-1-chromium-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-no-addons-text-success-secondary-ellipsis-true-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-no-addons-text-success-secondary-ellipsis-true-1-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-no-addons-text-success-secondary-ellipsis-true-1-firefox-linux.png index 68c01cf162..1e24207435 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-no-addons-text-success-secondary-ellipsis-true-1-firefox-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-no-addons-text-success-secondary-ellipsis-true-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-no-addons-text-success-secondary-ellipsis-true-1-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-no-addons-text-success-secondary-ellipsis-true-1-webkit-linux.png index f9a50e6549..a0411314d0 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-no-addons-text-success-secondary-ellipsis-true-1-webkit-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-no-addons-text-success-secondary-ellipsis-true-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-no-addons-text-success-secondary-ellipsis-true-2-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-no-addons-text-success-secondary-ellipsis-true-2-chromium-linux.png index edbd9cb69a..f5812e493b 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-no-addons-text-success-secondary-ellipsis-true-2-chromium-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-no-addons-text-success-secondary-ellipsis-true-2-chromium-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-no-addons-text-success-secondary-ellipsis-true-2-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-no-addons-text-success-secondary-ellipsis-true-2-firefox-linux.png index 8aca4bb253..22f196805d 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-no-addons-text-success-secondary-ellipsis-true-2-firefox-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-no-addons-text-success-secondary-ellipsis-true-2-firefox-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-no-addons-text-success-secondary-ellipsis-true-2-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-no-addons-text-success-secondary-ellipsis-true-2-webkit-linux.png index 2d20e8a8d5..33d202e5a1 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-no-addons-text-success-secondary-ellipsis-true-2-webkit-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-no-addons-text-success-secondary-ellipsis-true-2-webkit-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-no-addons-text-success-secondary-ellipsis-true-3-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-no-addons-text-success-secondary-ellipsis-true-3-chromium-linux.png index b96b66bcbd..f453026245 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-no-addons-text-success-secondary-ellipsis-true-3-chromium-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-no-addons-text-success-secondary-ellipsis-true-3-chromium-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-300-addonLeft-counter-cropPosition-middle-1-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-300-addonLeft-counter-cropPosition-middle-1-chromium-linux.png index e728c53421..3315d317ff 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-300-addonLeft-counter-cropPosition-middle-1-chromium-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-300-addonLeft-counter-cropPosition-middle-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-300-addonLeft-counter-cropPosition-middle-1-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-300-addonLeft-counter-cropPosition-middle-1-firefox-linux.png index 5d84837d10..b8e183376d 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-300-addonLeft-counter-cropPosition-middle-1-firefox-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-300-addonLeft-counter-cropPosition-middle-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-300-addonLeft-counter-cropPosition-middle-1-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-300-addonLeft-counter-cropPosition-middle-1-webkit-linux.png index c2310630b6..d1694ba3c4 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-300-addonLeft-counter-cropPosition-middle-1-webkit-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-300-addonLeft-counter-cropPosition-middle-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-300-addonLeft-counter-cropPosition-middle-2-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-300-addonLeft-counter-cropPosition-middle-2-chromium-linux.png index 7a5caf9e82..9aed95a57a 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-300-addonLeft-counter-cropPosition-middle-2-chromium-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-300-addonLeft-counter-cropPosition-middle-2-chromium-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-300-addonLeft-counter-cropPosition-middle-2-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-300-addonLeft-counter-cropPosition-middle-2-firefox-linux.png index 4164f1f3b4..4088abfe95 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-300-addonLeft-counter-cropPosition-middle-2-firefox-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-300-addonLeft-counter-cropPosition-middle-2-firefox-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-300-addonLeft-counter-cropPosition-middle-2-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-300-addonLeft-counter-cropPosition-middle-2-webkit-linux.png index 6568034ff9..699748767c 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-300-addonLeft-counter-cropPosition-middle-2-webkit-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-300-addonLeft-counter-cropPosition-middle-2-webkit-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-300-addonRight-spin-middle-lastRequired-2-1-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-300-addonRight-spin-middle-lastRequired-2-1-chromium-linux.png index 04e5ef5a3c..29ccef4d59 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-300-addonRight-spin-middle-lastRequired-2-1-chromium-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-300-addonRight-spin-middle-lastRequired-2-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-300-addonRight-spin-middle-lastRequired-2-1-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-300-addonRight-spin-middle-lastRequired-2-1-firefox-linux.png index 153e27c741..0e3ac8406b 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-300-addonRight-spin-middle-lastRequired-2-1-firefox-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-300-addonRight-spin-middle-lastRequired-2-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-300-addonRight-spin-middle-lastRequired-2-1-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-300-addonRight-spin-middle-lastRequired-2-1-webkit-linux.png index 7013c4e965..7c2a99800f 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-300-addonRight-spin-middle-lastRequired-2-1-webkit-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-300-addonRight-spin-middle-lastRequired-2-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-300-addonRight-spin-middle-lastRequired-2-2-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-300-addonRight-spin-middle-lastRequired-2-2-chromium-linux.png index aff0de3d5c..798bc2af0a 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-300-addonRight-spin-middle-lastRequired-2-2-chromium-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-300-addonRight-spin-middle-lastRequired-2-2-chromium-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-300-addonRight-spin-middle-lastRequired-2-2-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-300-addonRight-spin-middle-lastRequired-2-2-firefox-linux.png index bc0366fc51..d4f17a743d 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-300-addonRight-spin-middle-lastRequired-2-2-firefox-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-300-addonRight-spin-middle-lastRequired-2-2-firefox-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-300-addonRight-spin-middle-lastRequired-2-2-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-300-addonRight-spin-middle-lastRequired-2-2-webkit-linux.png index ebc1ab06be..898cd13823 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-300-addonRight-spin-middle-lastRequired-2-2-webkit-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-300-addonRight-spin-middle-lastRequired-2-2-webkit-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-300-both-addons-end-maxLine-2-1-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-300-both-addons-end-maxLine-2-1-chromium-linux.png index 8f8bd8f625..efe77894e7 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-300-both-addons-end-maxLine-2-1-chromium-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-300-both-addons-end-maxLine-2-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-300-both-addons-end-maxLine-2-1-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-300-both-addons-end-maxLine-2-1-firefox-linux.png index 7e551b527d..dee2144e3c 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-300-both-addons-end-maxLine-2-1-firefox-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-300-both-addons-end-maxLine-2-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-300-both-addons-end-maxLine-2-1-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-300-both-addons-end-maxLine-2-1-webkit-linux.png index 485a0fbff8..092b604e2d 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-300-both-addons-end-maxLine-2-1-webkit-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-300-both-addons-end-maxLine-2-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-300-both-addons-end-maxLine-2-2-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-300-both-addons-end-maxLine-2-2-chromium-linux.png index dc16a9eca1..07bb0d293d 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-300-both-addons-end-maxLine-2-2-chromium-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-300-both-addons-end-maxLine-2-2-chromium-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-300-both-addons-end-maxLine-2-2-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-300-both-addons-end-maxLine-2-2-firefox-linux.png index b00c25dda9..1b8d7e2b65 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-300-both-addons-end-maxLine-2-2-firefox-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-300-both-addons-end-maxLine-2-2-firefox-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-300-both-addons-end-maxLine-2-2-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-300-both-addons-end-maxLine-2-2-webkit-linux.png index 25cc30a4e0..340e9e5fc9 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-300-both-addons-end-maxLine-2-2-webkit-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-300-both-addons-end-maxLine-2-2-webkit-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-300-no-addons-text-critical-ellipsis-true-1-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-300-no-addons-text-critical-ellipsis-true-1-chromium-linux.png index ba62a01d81..2ee54ad40d 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-300-no-addons-text-critical-ellipsis-true-1-chromium-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-300-no-addons-text-critical-ellipsis-true-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-300-no-addons-text-critical-ellipsis-true-1-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-300-no-addons-text-critical-ellipsis-true-1-firefox-linux.png index 2f3f76fc74..85fee381b8 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-300-no-addons-text-critical-ellipsis-true-1-firefox-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-300-no-addons-text-critical-ellipsis-true-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-300-no-addons-text-critical-ellipsis-true-1-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-300-no-addons-text-critical-ellipsis-true-1-webkit-linux.png index 3b9d277ba8..d22ecd5569 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-300-no-addons-text-critical-ellipsis-true-1-webkit-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-300-no-addons-text-critical-ellipsis-true-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-300-no-addons-text-critical-ellipsis-true-2-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-300-no-addons-text-critical-ellipsis-true-2-chromium-linux.png index a0e1ba646e..2f308c8a25 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-300-no-addons-text-critical-ellipsis-true-2-chromium-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-300-no-addons-text-critical-ellipsis-true-2-chromium-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-300-no-addons-text-critical-ellipsis-true-2-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-300-no-addons-text-critical-ellipsis-true-2-firefox-linux.png index c942224df4..f58da5c422 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-300-no-addons-text-critical-ellipsis-true-2-firefox-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-300-no-addons-text-critical-ellipsis-true-2-firefox-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-300-no-addons-text-critical-ellipsis-true-2-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-300-no-addons-text-critical-ellipsis-true-2-webkit-linux.png index cef92dfe6a..3dbceeab45 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-300-no-addons-text-critical-ellipsis-true-2-webkit-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-300-no-addons-text-critical-ellipsis-true-2-webkit-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-300-no-addons-text-critical-ellipsis-true-3-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-300-no-addons-text-critical-ellipsis-true-3-chromium-linux.png index 647643ced0..5070ae8e2b 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-300-no-addons-text-critical-ellipsis-true-3-chromium-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-300-no-addons-text-critical-ellipsis-true-3-chromium-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-400-addonLeft-spin-cropPosition-middle-1-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-400-addonLeft-spin-cropPosition-middle-1-chromium-linux.png index 5a951cfd56..0f14d8021f 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-400-addonLeft-spin-cropPosition-middle-1-chromium-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-400-addonLeft-spin-cropPosition-middle-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-400-addonLeft-spin-cropPosition-middle-1-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-400-addonLeft-spin-cropPosition-middle-1-firefox-linux.png index 6465b198c7..81b9635cc4 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-400-addonLeft-spin-cropPosition-middle-1-firefox-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-400-addonLeft-spin-cropPosition-middle-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-400-addonLeft-spin-cropPosition-middle-1-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-400-addonLeft-spin-cropPosition-middle-1-webkit-linux.png index 223f2c644f..666ffb3463 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-400-addonLeft-spin-cropPosition-middle-1-webkit-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-400-addonLeft-spin-cropPosition-middle-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-400-addonLeft-spin-cropPosition-middle-2-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-400-addonLeft-spin-cropPosition-middle-2-chromium-linux.png index 483e7f4234..dd57ab9424 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-400-addonLeft-spin-cropPosition-middle-2-chromium-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-400-addonLeft-spin-cropPosition-middle-2-chromium-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-400-addonLeft-spin-cropPosition-middle-2-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-400-addonLeft-spin-cropPosition-middle-2-firefox-linux.png index 017a9c54a0..479b5f4d99 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-400-addonLeft-spin-cropPosition-middle-2-firefox-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-400-addonLeft-spin-cropPosition-middle-2-firefox-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-400-addonLeft-spin-cropPosition-middle-2-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-400-addonLeft-spin-cropPosition-middle-2-webkit-linux.png index 552c42cd94..dcd62b7242 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-400-addonLeft-spin-cropPosition-middle-2-webkit-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-400-addonLeft-spin-cropPosition-middle-2-webkit-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-400-addonRight-middle-lastRequired-2-1-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-400-addonRight-middle-lastRequired-2-1-chromium-linux.png index 4fe0b48f9d..8265022169 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-400-addonRight-middle-lastRequired-2-1-chromium-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-400-addonRight-middle-lastRequired-2-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-400-addonRight-middle-lastRequired-2-1-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-400-addonRight-middle-lastRequired-2-1-firefox-linux.png index 9e9741d758..68d9ac1061 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-400-addonRight-middle-lastRequired-2-1-firefox-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-400-addonRight-middle-lastRequired-2-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-400-addonRight-middle-lastRequired-2-1-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-400-addonRight-middle-lastRequired-2-1-webkit-linux.png index 5b8aa46cbd..a5a4781b3d 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-400-addonRight-middle-lastRequired-2-1-webkit-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-400-addonRight-middle-lastRequired-2-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-400-addonRight-middle-lastRequired-2-2-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-400-addonRight-middle-lastRequired-2-2-chromium-linux.png index 446b438d28..935de7c139 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-400-addonRight-middle-lastRequired-2-2-chromium-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-400-addonRight-middle-lastRequired-2-2-chromium-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-400-addonRight-middle-lastRequired-2-2-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-400-addonRight-middle-lastRequired-2-2-firefox-linux.png index aee0b03957..fa3aae88ac 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-400-addonRight-middle-lastRequired-2-2-firefox-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-400-addonRight-middle-lastRequired-2-2-firefox-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-400-addonRight-middle-lastRequired-2-2-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-400-addonRight-middle-lastRequired-2-2-webkit-linux.png index 5b4340d654..f74f521470 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-400-addonRight-middle-lastRequired-2-2-webkit-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-400-addonRight-middle-lastRequired-2-2-webkit-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-400-both-addons-badge-end-maxLine-2-1-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-400-both-addons-badge-end-maxLine-2-1-chromium-linux.png index 150835d0cb..e45e5a4e70 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-400-both-addons-badge-end-maxLine-2-1-chromium-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-400-both-addons-badge-end-maxLine-2-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-400-both-addons-badge-end-maxLine-2-1-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-400-both-addons-badge-end-maxLine-2-1-firefox-linux.png index 0147e334dd..57d06e0f35 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-400-both-addons-badge-end-maxLine-2-1-firefox-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-400-both-addons-badge-end-maxLine-2-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-400-both-addons-badge-end-maxLine-2-1-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-400-both-addons-badge-end-maxLine-2-1-webkit-linux.png index 6f0cf16dfe..167f975571 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-400-both-addons-badge-end-maxLine-2-1-webkit-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-400-both-addons-badge-end-maxLine-2-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-400-both-addons-badge-end-maxLine-2-2-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-400-both-addons-badge-end-maxLine-2-2-chromium-linux.png index 0a828beaba..d3fdf25129 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-400-both-addons-badge-end-maxLine-2-2-chromium-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-400-both-addons-badge-end-maxLine-2-2-chromium-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-400-both-addons-badge-end-maxLine-2-2-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-400-both-addons-badge-end-maxLine-2-2-firefox-linux.png index 98738a4ecd..0b4cdd90eb 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-400-both-addons-badge-end-maxLine-2-2-firefox-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-400-both-addons-badge-end-maxLine-2-2-firefox-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-400-both-addons-badge-end-maxLine-2-2-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-400-both-addons-badge-end-maxLine-2-2-webkit-linux.png index 65819fd363..c102cc8b20 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-400-both-addons-badge-end-maxLine-2-2-webkit-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-400-both-addons-badge-end-maxLine-2-2-webkit-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-400-no-addons-ellipsis-true-1-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-400-no-addons-ellipsis-true-1-chromium-linux.png index e01a3151d7..06ed479bd4 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-400-no-addons-ellipsis-true-1-chromium-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-400-no-addons-ellipsis-true-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-400-no-addons-ellipsis-true-1-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-400-no-addons-ellipsis-true-1-firefox-linux.png index 4930875661..7f560c91e0 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-400-no-addons-ellipsis-true-1-firefox-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-400-no-addons-ellipsis-true-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-400-no-addons-ellipsis-true-1-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-400-no-addons-ellipsis-true-1-webkit-linux.png index 0b0ca20ee1..10c785f712 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-400-no-addons-ellipsis-true-1-webkit-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-400-no-addons-ellipsis-true-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-400-no-addons-ellipsis-true-2-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-400-no-addons-ellipsis-true-2-chromium-linux.png index 93aa08a406..8eb92d8aea 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-400-no-addons-ellipsis-true-2-chromium-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-400-no-addons-ellipsis-true-2-chromium-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-400-no-addons-ellipsis-true-2-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-400-no-addons-ellipsis-true-2-firefox-linux.png index f5ebfc0f63..e7ac2af633 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-400-no-addons-ellipsis-true-2-firefox-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-400-no-addons-ellipsis-true-2-firefox-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-400-no-addons-ellipsis-true-2-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-400-no-addons-ellipsis-true-2-webkit-linux.png index e4bd8b89c0..2b89e47877 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-400-no-addons-ellipsis-true-2-webkit-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-400-no-addons-ellipsis-true-2-webkit-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-400-no-addons-ellipsis-true-3-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-400-no-addons-ellipsis-true-3-chromium-linux.png index 8a43046be3..4ce315e9eb 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-400-no-addons-ellipsis-true-3-chromium-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-400-no-addons-ellipsis-true-3-chromium-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-400-no-addons-ellipsis-true-3-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-400-no-addons-ellipsis-true-3-firefox-linux.png index f352f7a0d4..dddd61e446 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-400-no-addons-ellipsis-true-3-firefox-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-400-no-addons-ellipsis-true-3-firefox-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-400-no-addons-ellipsis-true-3-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-400-no-addons-ellipsis-true-3-webkit-linux.png index 437fc08bb0..6acd5002a6 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-400-no-addons-ellipsis-true-3-webkit-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-400-no-addons-ellipsis-true-3-webkit-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-500-addonLeft-cropPosition-middle-1-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-500-addonLeft-cropPosition-middle-1-chromium-linux.png index 252c378a76..b21feb9e70 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-500-addonLeft-cropPosition-middle-1-chromium-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-500-addonLeft-cropPosition-middle-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-500-addonLeft-cropPosition-middle-1-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-500-addonLeft-cropPosition-middle-1-firefox-linux.png index be60c88799..3e5ef5e53c 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-500-addonLeft-cropPosition-middle-1-firefox-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-500-addonLeft-cropPosition-middle-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-500-addonLeft-cropPosition-middle-1-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-500-addonLeft-cropPosition-middle-1-webkit-linux.png index b97ec965eb..d134bf4955 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-500-addonLeft-cropPosition-middle-1-webkit-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-500-addonLeft-cropPosition-middle-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-500-addonLeft-cropPosition-middle-2-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-500-addonLeft-cropPosition-middle-2-chromium-linux.png index dd519c166a..c1e1871656 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-500-addonLeft-cropPosition-middle-2-chromium-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-500-addonLeft-cropPosition-middle-2-chromium-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-500-addonLeft-cropPosition-middle-2-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-500-addonLeft-cropPosition-middle-2-firefox-linux.png index 70c60214bd..5f6a7e15c6 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-500-addonLeft-cropPosition-middle-2-firefox-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-500-addonLeft-cropPosition-middle-2-firefox-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-500-addonLeft-cropPosition-middle-2-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-500-addonLeft-cropPosition-middle-2-webkit-linux.png index 47cfb26186..74400c003d 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-500-addonLeft-cropPosition-middle-2-webkit-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-500-addonLeft-cropPosition-middle-2-webkit-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-500-addonRight-badge-middle-lastRequired-2-1-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-500-addonRight-badge-middle-lastRequired-2-1-chromium-linux.png index 5f77a62017..8ed93df39c 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-500-addonRight-badge-middle-lastRequired-2-1-chromium-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-500-addonRight-badge-middle-lastRequired-2-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-500-addonRight-badge-middle-lastRequired-2-1-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-500-addonRight-badge-middle-lastRequired-2-1-firefox-linux.png index 2ca40ce515..f9c0536350 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-500-addonRight-badge-middle-lastRequired-2-1-firefox-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-500-addonRight-badge-middle-lastRequired-2-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-500-addonRight-badge-middle-lastRequired-2-1-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-500-addonRight-badge-middle-lastRequired-2-1-webkit-linux.png index 4bc5c42755..3fb4d7e60d 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-500-addonRight-badge-middle-lastRequired-2-1-webkit-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-500-addonRight-badge-middle-lastRequired-2-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-500-addonRight-badge-middle-lastRequired-2-2-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-500-addonRight-badge-middle-lastRequired-2-2-chromium-linux.png index 5440509441..1a79b0a862 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-500-addonRight-badge-middle-lastRequired-2-2-chromium-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-500-addonRight-badge-middle-lastRequired-2-2-chromium-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-500-addonRight-badge-middle-lastRequired-2-2-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-500-addonRight-badge-middle-lastRequired-2-2-firefox-linux.png index 11786694cd..20434d3569 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-500-addonRight-badge-middle-lastRequired-2-2-firefox-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-500-addonRight-badge-middle-lastRequired-2-2-firefox-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-500-addonRight-badge-middle-lastRequired-2-2-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-500-addonRight-badge-middle-lastRequired-2-2-webkit-linux.png index 1d16b87a9c..5bb3d14746 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-500-addonRight-badge-middle-lastRequired-2-2-webkit-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-500-addonRight-badge-middle-lastRequired-2-2-webkit-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-500-both-addons-counter-end-maxLine-2-1-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-500-both-addons-counter-end-maxLine-2-1-chromium-linux.png index 1a8a1f87bf..ae4c58a0ee 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-500-both-addons-counter-end-maxLine-2-1-chromium-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-500-both-addons-counter-end-maxLine-2-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-500-both-addons-counter-end-maxLine-2-1-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-500-both-addons-counter-end-maxLine-2-1-firefox-linux.png index 30552da520..5e91155265 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-500-both-addons-counter-end-maxLine-2-1-firefox-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-500-both-addons-counter-end-maxLine-2-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-500-both-addons-counter-end-maxLine-2-1-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-500-both-addons-counter-end-maxLine-2-1-webkit-linux.png index e1ea656a3d..9a00f6492d 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-500-both-addons-counter-end-maxLine-2-1-webkit-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-500-both-addons-counter-end-maxLine-2-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-500-both-addons-counter-end-maxLine-2-2-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-500-both-addons-counter-end-maxLine-2-2-chromium-linux.png index c5397740b4..2c69d092f5 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-500-both-addons-counter-end-maxLine-2-2-chromium-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-500-both-addons-counter-end-maxLine-2-2-chromium-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-500-both-addons-counter-end-maxLine-2-2-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-500-both-addons-counter-end-maxLine-2-2-firefox-linux.png index 18432b4ec0..f8e7e84866 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-500-both-addons-counter-end-maxLine-2-2-firefox-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-500-both-addons-counter-end-maxLine-2-2-firefox-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-500-both-addons-counter-end-maxLine-2-2-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-500-both-addons-counter-end-maxLine-2-2-webkit-linux.png index 810270c25f..380442b67a 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-500-both-addons-counter-end-maxLine-2-2-webkit-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-500-both-addons-counter-end-maxLine-2-2-webkit-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-500-no-addons-ellipsis-true-1-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-500-no-addons-ellipsis-true-1-chromium-linux.png index 615d71959c..d3babc384a 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-500-no-addons-ellipsis-true-1-chromium-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-500-no-addons-ellipsis-true-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-500-no-addons-ellipsis-true-1-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-500-no-addons-ellipsis-true-1-firefox-linux.png index cb1182a7fd..0c2f07997c 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-500-no-addons-ellipsis-true-1-firefox-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-500-no-addons-ellipsis-true-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-500-no-addons-ellipsis-true-1-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-500-no-addons-ellipsis-true-1-webkit-linux.png index cb4d54dbd0..580054e217 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-500-no-addons-ellipsis-true-1-webkit-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-500-no-addons-ellipsis-true-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-500-no-addons-ellipsis-true-2-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-500-no-addons-ellipsis-true-2-chromium-linux.png index afc2662148..e41da20a9b 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-500-no-addons-ellipsis-true-2-chromium-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-500-no-addons-ellipsis-true-2-chromium-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-500-no-addons-ellipsis-true-2-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-500-no-addons-ellipsis-true-2-firefox-linux.png index 7a64112ea3..1848db9ce1 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-500-no-addons-ellipsis-true-2-firefox-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-500-no-addons-ellipsis-true-2-firefox-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-500-no-addons-ellipsis-true-2-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-500-no-addons-ellipsis-true-2-webkit-linux.png index 78544c28f2..86d243e560 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-500-no-addons-ellipsis-true-2-webkit-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-500-no-addons-ellipsis-true-2-webkit-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-500-no-addons-ellipsis-true-3-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-500-no-addons-ellipsis-true-3-chromium-linux.png index 6d16312cc8..8d5cfa682d 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-500-no-addons-ellipsis-true-3-chromium-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-500-no-addons-ellipsis-true-3-chromium-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-500-no-addons-ellipsis-true-3-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-500-no-addons-ellipsis-true-3-firefox-linux.png index f0cbdbd217..72ce6c6681 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-500-no-addons-ellipsis-true-3-firefox-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-500-no-addons-ellipsis-true-3-firefox-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-500-no-addons-ellipsis-true-3-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-500-no-addons-ellipsis-true-3-webkit-linux.png index be06afc98b..2c43157efb 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-500-no-addons-ellipsis-true-3-webkit-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-500-no-addons-ellipsis-true-3-webkit-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-addonLeft-badge-secondary-cropPosition-middle-1-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-addonLeft-badge-secondary-cropPosition-middle-1-chromium-linux.png index a57ffce50f..3749b59436 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-addonLeft-badge-secondary-cropPosition-middle-1-chromium-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-addonLeft-badge-secondary-cropPosition-middle-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-addonLeft-badge-secondary-cropPosition-middle-1-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-addonLeft-badge-secondary-cropPosition-middle-1-firefox-linux.png index 932d67b0bb..a3d4c7cda2 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-addonLeft-badge-secondary-cropPosition-middle-1-firefox-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-addonLeft-badge-secondary-cropPosition-middle-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-addonLeft-badge-secondary-cropPosition-middle-1-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-addonLeft-badge-secondary-cropPosition-middle-1-webkit-linux.png index e039110cab..c10f5ad6dd 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-addonLeft-badge-secondary-cropPosition-middle-1-webkit-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-addonLeft-badge-secondary-cropPosition-middle-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-addonLeft-badge-secondary-cropPosition-middle-2-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-addonLeft-badge-secondary-cropPosition-middle-2-chromium-linux.png index 7d97af8632..94d4e5d034 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-addonLeft-badge-secondary-cropPosition-middle-2-chromium-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-addonLeft-badge-secondary-cropPosition-middle-2-chromium-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-addonRight-counter-secondary-middle-lastRequired-2-1-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-addonRight-counter-secondary-middle-lastRequired-2-1-chromium-linux.png index e77cf0b91d..ead7debdd8 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-addonRight-counter-secondary-middle-lastRequired-2-1-chromium-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-addonRight-counter-secondary-middle-lastRequired-2-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-addonRight-counter-secondary-middle-lastRequired-2-1-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-addonRight-counter-secondary-middle-lastRequired-2-1-firefox-linux.png index e0e536b0d9..0b5a5f6de5 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-addonRight-counter-secondary-middle-lastRequired-2-1-firefox-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-addonRight-counter-secondary-middle-lastRequired-2-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-addonRight-counter-secondary-middle-lastRequired-2-1-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-addonRight-counter-secondary-middle-lastRequired-2-1-webkit-linux.png index c0698f6054..551c1c9b65 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-addonRight-counter-secondary-middle-lastRequired-2-1-webkit-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-addonRight-counter-secondary-middle-lastRequired-2-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-addonRight-counter-secondary-middle-lastRequired-2-2-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-addonRight-counter-secondary-middle-lastRequired-2-2-chromium-linux.png index aed3455c43..bee315e547 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-addonRight-counter-secondary-middle-lastRequired-2-2-chromium-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-addonRight-counter-secondary-middle-lastRequired-2-2-chromium-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-both-addons-spin-secondary-end-maxLine-2-1-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-both-addons-spin-secondary-end-maxLine-2-1-chromium-linux.png index 39ee5f0b18..c7865b5bd7 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-both-addons-spin-secondary-end-maxLine-2-1-chromium-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-both-addons-spin-secondary-end-maxLine-2-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-both-addons-spin-secondary-end-maxLine-2-1-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-both-addons-spin-secondary-end-maxLine-2-1-firefox-linux.png index 53273f19fd..0c67d463dd 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-both-addons-spin-secondary-end-maxLine-2-1-firefox-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-both-addons-spin-secondary-end-maxLine-2-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-both-addons-spin-secondary-end-maxLine-2-1-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-both-addons-spin-secondary-end-maxLine-2-1-webkit-linux.png index b4f3a32fd1..d58a308361 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-both-addons-spin-secondary-end-maxLine-2-1-webkit-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-both-addons-spin-secondary-end-maxLine-2-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-both-addons-spin-secondary-end-maxLine-2-2-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-both-addons-spin-secondary-end-maxLine-2-2-chromium-linux.png index a33c3849b7..404fbaa999 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-both-addons-spin-secondary-end-maxLine-2-2-chromium-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-both-addons-spin-secondary-end-maxLine-2-2-chromium-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-no-addons-text-success-secondary-ellipsis-true-1-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-no-addons-text-success-secondary-ellipsis-true-1-chromium-linux.png index 60b92915b2..63feb69f70 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-no-addons-text-success-secondary-ellipsis-true-1-chromium-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-no-addons-text-success-secondary-ellipsis-true-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-no-addons-text-success-secondary-ellipsis-true-1-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-no-addons-text-success-secondary-ellipsis-true-1-firefox-linux.png index 7345ce03d9..aef0cebb44 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-no-addons-text-success-secondary-ellipsis-true-1-firefox-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-no-addons-text-success-secondary-ellipsis-true-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-no-addons-text-success-secondary-ellipsis-true-1-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-no-addons-text-success-secondary-ellipsis-true-1-webkit-linux.png index bd39be21be..27ebd4475a 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-no-addons-text-success-secondary-ellipsis-true-1-webkit-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-no-addons-text-success-secondary-ellipsis-true-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-no-addons-text-success-secondary-ellipsis-true-2-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-no-addons-text-success-secondary-ellipsis-true-2-chromium-linux.png index 0d6addb079..ce9de8d591 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-no-addons-text-success-secondary-ellipsis-true-2-chromium-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-no-addons-text-success-secondary-ellipsis-true-2-chromium-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-no-addons-text-success-secondary-ellipsis-true-2-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-no-addons-text-success-secondary-ellipsis-true-2-firefox-linux.png index 2ff12f8ea8..8eeb0f34ac 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-no-addons-text-success-secondary-ellipsis-true-2-firefox-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-no-addons-text-success-secondary-ellipsis-true-2-firefox-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-no-addons-text-success-secondary-ellipsis-true-2-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-no-addons-text-success-secondary-ellipsis-true-2-webkit-linux.png index 4804d3009e..165beaad61 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-no-addons-text-success-secondary-ellipsis-true-2-webkit-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-no-addons-text-success-secondary-ellipsis-true-2-webkit-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-no-addons-text-success-secondary-ellipsis-true-3-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-no-addons-text-success-secondary-ellipsis-true-3-chromium-linux.png index 29e978a740..82fc8c90d2 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-no-addons-text-success-secondary-ellipsis-true-3-chromium-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-no-addons-text-success-secondary-ellipsis-true-3-chromium-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-700-addonLeft-counter-cropPosition-middle-1-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-700-addonLeft-counter-cropPosition-middle-1-chromium-linux.png index 9d6b51681d..a6655cb99f 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-700-addonLeft-counter-cropPosition-middle-1-chromium-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-700-addonLeft-counter-cropPosition-middle-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-700-addonLeft-counter-cropPosition-middle-1-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-700-addonLeft-counter-cropPosition-middle-1-firefox-linux.png index 74a8d067c2..a017b520c2 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-700-addonLeft-counter-cropPosition-middle-1-firefox-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-700-addonLeft-counter-cropPosition-middle-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-700-addonLeft-counter-cropPosition-middle-1-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-700-addonLeft-counter-cropPosition-middle-1-webkit-linux.png index 1dc6f7d7aa..1adec3918b 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-700-addonLeft-counter-cropPosition-middle-1-webkit-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-700-addonLeft-counter-cropPosition-middle-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-700-addonLeft-counter-cropPosition-middle-2-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-700-addonLeft-counter-cropPosition-middle-2-chromium-linux.png index a2775d5296..f81c240a75 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-700-addonLeft-counter-cropPosition-middle-2-chromium-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-700-addonLeft-counter-cropPosition-middle-2-chromium-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-700-addonLeft-counter-cropPosition-middle-2-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-700-addonLeft-counter-cropPosition-middle-2-firefox-linux.png index 1a3ae8ac55..0202e23042 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-700-addonLeft-counter-cropPosition-middle-2-firefox-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-700-addonLeft-counter-cropPosition-middle-2-firefox-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-700-addonLeft-counter-cropPosition-middle-2-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-700-addonLeft-counter-cropPosition-middle-2-webkit-linux.png index 44b9499195..8e57cd0ccd 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-700-addonLeft-counter-cropPosition-middle-2-webkit-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-700-addonLeft-counter-cropPosition-middle-2-webkit-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-700-addonRight-spin-middle-lastRequired-2-1-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-700-addonRight-spin-middle-lastRequired-2-1-chromium-linux.png index 08ac3c0868..4e3a41c70d 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-700-addonRight-spin-middle-lastRequired-2-1-chromium-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-700-addonRight-spin-middle-lastRequired-2-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-700-addonRight-spin-middle-lastRequired-2-1-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-700-addonRight-spin-middle-lastRequired-2-1-firefox-linux.png index ed62d37e83..27fc1fa833 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-700-addonRight-spin-middle-lastRequired-2-1-firefox-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-700-addonRight-spin-middle-lastRequired-2-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-700-addonRight-spin-middle-lastRequired-2-1-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-700-addonRight-spin-middle-lastRequired-2-1-webkit-linux.png index 0e1ad1d29d..3e180d0bbc 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-700-addonRight-spin-middle-lastRequired-2-1-webkit-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-700-addonRight-spin-middle-lastRequired-2-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-700-addonRight-spin-middle-lastRequired-2-2-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-700-addonRight-spin-middle-lastRequired-2-2-chromium-linux.png index c76cebdefa..2bccfe0bcf 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-700-addonRight-spin-middle-lastRequired-2-2-chromium-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-700-addonRight-spin-middle-lastRequired-2-2-chromium-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-700-addonRight-spin-middle-lastRequired-2-2-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-700-addonRight-spin-middle-lastRequired-2-2-firefox-linux.png index bdaaa2bb4f..18a39fa190 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-700-addonRight-spin-middle-lastRequired-2-2-firefox-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-700-addonRight-spin-middle-lastRequired-2-2-firefox-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-700-addonRight-spin-middle-lastRequired-2-2-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-700-addonRight-spin-middle-lastRequired-2-2-webkit-linux.png index 1c8293050f..7c0da28c08 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-700-addonRight-spin-middle-lastRequired-2-2-webkit-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-700-addonRight-spin-middle-lastRequired-2-2-webkit-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-700-both-addons-end-maxLine-2-1-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-700-both-addons-end-maxLine-2-1-chromium-linux.png index c4434bc54f..e1549ba9c6 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-700-both-addons-end-maxLine-2-1-chromium-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-700-both-addons-end-maxLine-2-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-700-both-addons-end-maxLine-2-1-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-700-both-addons-end-maxLine-2-1-firefox-linux.png index 94f888a149..fc99c3c1e8 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-700-both-addons-end-maxLine-2-1-firefox-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-700-both-addons-end-maxLine-2-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-700-both-addons-end-maxLine-2-1-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-700-both-addons-end-maxLine-2-1-webkit-linux.png index 19683cee44..db695ec026 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-700-both-addons-end-maxLine-2-1-webkit-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-700-both-addons-end-maxLine-2-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-700-both-addons-end-maxLine-2-2-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-700-both-addons-end-maxLine-2-2-chromium-linux.png index f7378026c8..aa99c428cc 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-700-both-addons-end-maxLine-2-2-chromium-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-700-both-addons-end-maxLine-2-2-chromium-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-700-both-addons-end-maxLine-2-2-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-700-both-addons-end-maxLine-2-2-firefox-linux.png index e94a27527d..5e10bbbd52 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-700-both-addons-end-maxLine-2-2-firefox-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-700-both-addons-end-maxLine-2-2-firefox-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-700-both-addons-end-maxLine-2-2-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-700-both-addons-end-maxLine-2-2-webkit-linux.png index 469aace7eb..20010396e1 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-700-both-addons-end-maxLine-2-2-webkit-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-700-both-addons-end-maxLine-2-2-webkit-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-700-no-addons-text-critical-ellipsis-true-1-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-700-no-addons-text-critical-ellipsis-true-1-chromium-linux.png index d9d73dfc5a..e606b43d32 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-700-no-addons-text-critical-ellipsis-true-1-chromium-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-700-no-addons-text-critical-ellipsis-true-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-700-no-addons-text-critical-ellipsis-true-1-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-700-no-addons-text-critical-ellipsis-true-1-firefox-linux.png index e87aa264eb..0a6e95f716 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-700-no-addons-text-critical-ellipsis-true-1-firefox-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-700-no-addons-text-critical-ellipsis-true-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-700-no-addons-text-critical-ellipsis-true-1-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-700-no-addons-text-critical-ellipsis-true-1-webkit-linux.png index 1d2c4c0383..c54dc54a28 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-700-no-addons-text-critical-ellipsis-true-1-webkit-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-700-no-addons-text-critical-ellipsis-true-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-700-no-addons-text-critical-ellipsis-true-2-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-700-no-addons-text-critical-ellipsis-true-2-chromium-linux.png index c5f473606c..deffe80ce8 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-700-no-addons-text-critical-ellipsis-true-2-chromium-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-700-no-addons-text-critical-ellipsis-true-2-chromium-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-700-no-addons-text-critical-ellipsis-true-2-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-700-no-addons-text-critical-ellipsis-true-2-firefox-linux.png index a6428e444d..fda6312557 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-700-no-addons-text-critical-ellipsis-true-2-firefox-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-700-no-addons-text-critical-ellipsis-true-2-firefox-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-700-no-addons-text-critical-ellipsis-true-2-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-700-no-addons-text-critical-ellipsis-true-2-webkit-linux.png index e61ca16255..bf1d22ec77 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-700-no-addons-text-critical-ellipsis-true-2-webkit-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-700-no-addons-text-critical-ellipsis-true-2-webkit-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-700-no-addons-text-critical-ellipsis-true-3-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-700-no-addons-text-critical-ellipsis-true-3-chromium-linux.png index 3bebe1c4b8..b4d47fc959 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-700-no-addons-text-critical-ellipsis-true-3-chromium-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-700-no-addons-text-critical-ellipsis-true-3-chromium-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-800-addonLeft-spin-cropPosition-middle-1-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-800-addonLeft-spin-cropPosition-middle-1-chromium-linux.png index 2e8804130b..88bdaad2c3 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-800-addonLeft-spin-cropPosition-middle-1-chromium-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-800-addonLeft-spin-cropPosition-middle-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-800-addonLeft-spin-cropPosition-middle-1-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-800-addonLeft-spin-cropPosition-middle-1-firefox-linux.png index 4616c3ba08..6a789dcd92 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-800-addonLeft-spin-cropPosition-middle-1-firefox-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-800-addonLeft-spin-cropPosition-middle-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-800-addonLeft-spin-cropPosition-middle-1-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-800-addonLeft-spin-cropPosition-middle-1-webkit-linux.png index dee2fd4a0c..c330eb7344 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-800-addonLeft-spin-cropPosition-middle-1-webkit-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-800-addonLeft-spin-cropPosition-middle-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-800-addonLeft-spin-cropPosition-middle-2-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-800-addonLeft-spin-cropPosition-middle-2-chromium-linux.png index 8e4f2bbfa5..599e313688 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-800-addonLeft-spin-cropPosition-middle-2-chromium-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-800-addonLeft-spin-cropPosition-middle-2-chromium-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-800-addonLeft-spin-cropPosition-middle-2-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-800-addonLeft-spin-cropPosition-middle-2-firefox-linux.png index 614710576a..79f7e7474f 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-800-addonLeft-spin-cropPosition-middle-2-firefox-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-800-addonLeft-spin-cropPosition-middle-2-firefox-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-800-addonLeft-spin-cropPosition-middle-2-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-800-addonLeft-spin-cropPosition-middle-2-webkit-linux.png index d77a8fd534..605a121ccc 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-800-addonLeft-spin-cropPosition-middle-2-webkit-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-800-addonLeft-spin-cropPosition-middle-2-webkit-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-800-addonRight-merged-middle-lastRequired-2-1-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-800-addonRight-merged-middle-lastRequired-2-1-chromium-linux.png index 3f98269a64..815ef201a3 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-800-addonRight-merged-middle-lastRequired-2-1-chromium-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-800-addonRight-merged-middle-lastRequired-2-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-800-addonRight-merged-middle-lastRequired-2-1-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-800-addonRight-merged-middle-lastRequired-2-1-firefox-linux.png index 117fa7fa6e..21124a037f 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-800-addonRight-merged-middle-lastRequired-2-1-firefox-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-800-addonRight-merged-middle-lastRequired-2-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-800-addonRight-merged-middle-lastRequired-2-1-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-800-addonRight-merged-middle-lastRequired-2-1-webkit-linux.png index 6943b77d71..7cd9f89a63 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-800-addonRight-merged-middle-lastRequired-2-1-webkit-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-800-addonRight-merged-middle-lastRequired-2-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-800-addonRight-merged-middle-lastRequired-2-2-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-800-addonRight-merged-middle-lastRequired-2-2-chromium-linux.png index 904cc2188e..38b2d4cc40 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-800-addonRight-merged-middle-lastRequired-2-2-chromium-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-800-addonRight-merged-middle-lastRequired-2-2-chromium-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-800-addonRight-merged-middle-lastRequired-2-2-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-800-addonRight-merged-middle-lastRequired-2-2-firefox-linux.png index 946eff5174..cf04409982 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-800-addonRight-merged-middle-lastRequired-2-2-firefox-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-800-addonRight-merged-middle-lastRequired-2-2-firefox-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-800-addonRight-merged-middle-lastRequired-2-2-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-800-addonRight-merged-middle-lastRequired-2-2-webkit-linux.png index cf15dfa72b..d9d62f3c14 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-800-addonRight-merged-middle-lastRequired-2-2-webkit-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-800-addonRight-merged-middle-lastRequired-2-2-webkit-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-800-both-addons-badge-end-maxLine-2-1-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-800-both-addons-badge-end-maxLine-2-1-chromium-linux.png index 357abb4d2e..72f51f1301 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-800-both-addons-badge-end-maxLine-2-1-chromium-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-800-both-addons-badge-end-maxLine-2-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-800-both-addons-badge-end-maxLine-2-1-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-800-both-addons-badge-end-maxLine-2-1-firefox-linux.png index 454c9fdd08..0c1e48bc0d 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-800-both-addons-badge-end-maxLine-2-1-firefox-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-800-both-addons-badge-end-maxLine-2-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-800-both-addons-badge-end-maxLine-2-1-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-800-both-addons-badge-end-maxLine-2-1-webkit-linux.png index 702965df56..518388b285 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-800-both-addons-badge-end-maxLine-2-1-webkit-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-800-both-addons-badge-end-maxLine-2-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-800-both-addons-badge-end-maxLine-2-2-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-800-both-addons-badge-end-maxLine-2-2-chromium-linux.png index c8714fa5a1..54f7bca04a 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-800-both-addons-badge-end-maxLine-2-2-chromium-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-800-both-addons-badge-end-maxLine-2-2-chromium-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-800-both-addons-badge-end-maxLine-2-2-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-800-both-addons-badge-end-maxLine-2-2-firefox-linux.png index 9e5bb542b6..61195dbceb 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-800-both-addons-badge-end-maxLine-2-2-firefox-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-800-both-addons-badge-end-maxLine-2-2-firefox-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-800-both-addons-badge-end-maxLine-2-2-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-800-both-addons-badge-end-maxLine-2-2-webkit-linux.png index 54e9e12daf..aa05c9c36a 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-800-both-addons-badge-end-maxLine-2-2-webkit-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-800-both-addons-badge-end-maxLine-2-2-webkit-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-800-no-addons-ellipsis-true-1-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-800-no-addons-ellipsis-true-1-chromium-linux.png index 65864d134e..f323dfa1ef 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-800-no-addons-ellipsis-true-1-chromium-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-800-no-addons-ellipsis-true-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-800-no-addons-ellipsis-true-1-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-800-no-addons-ellipsis-true-1-firefox-linux.png index 87090c782c..171b1db59a 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-800-no-addons-ellipsis-true-1-firefox-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-800-no-addons-ellipsis-true-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-800-no-addons-ellipsis-true-1-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-800-no-addons-ellipsis-true-1-webkit-linux.png index f783ca6023..940f75a1c8 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-800-no-addons-ellipsis-true-1-webkit-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-800-no-addons-ellipsis-true-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-800-no-addons-ellipsis-true-2-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-800-no-addons-ellipsis-true-2-chromium-linux.png index 84d882d6de..ce1d39eedf 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-800-no-addons-ellipsis-true-2-chromium-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-800-no-addons-ellipsis-true-2-chromium-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-800-no-addons-ellipsis-true-2-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-800-no-addons-ellipsis-true-2-firefox-linux.png index 7ded6089a2..25957d1fef 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-800-no-addons-ellipsis-true-2-firefox-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-800-no-addons-ellipsis-true-2-firefox-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-800-no-addons-ellipsis-true-2-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-800-no-addons-ellipsis-true-2-webkit-linux.png index 911d8f72b3..2d41e57997 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-800-no-addons-ellipsis-true-2-webkit-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-800-no-addons-ellipsis-true-2-webkit-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-800-no-addons-ellipsis-true-3-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-800-no-addons-ellipsis-true-3-chromium-linux.png index 2c1c80f52e..dccda20ae9 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-800-no-addons-ellipsis-true-3-chromium-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-800-no-addons-ellipsis-true-3-chromium-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-800-no-addons-ellipsis-true-3-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-800-no-addons-ellipsis-true-3-firefox-linux.png index b538b7121e..2c2d6273ca 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-800-no-addons-ellipsis-true-3-firefox-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-800-no-addons-ellipsis-true-3-firefox-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-800-no-addons-ellipsis-true-3-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-800-no-addons-ellipsis-true-3-webkit-linux.png index 2f4ed676d0..2b136e747e 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-800-no-addons-ellipsis-true-3-webkit-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-800-no-addons-ellipsis-true-3-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx b/semcore/button/__tests__/button.browser-test.tsx index 7c3ee0d300..641ecb8e9f 100644 --- a/semcore/button/__tests__/button.browser-test.tsx +++ b/semcore/button/__tests__/button.browser-test.tsx @@ -73,7 +73,10 @@ test.describe(`${TAG.VISUAL} `, () => { variablesPrimary.forEach((item) => { test(`Verify Base example size=${item.size} theme=${item.theme} disabled=${item.disabled} active=${item.active} loading=${item.loading}`, { tag: [TAG.PRIORITY_HIGH, - '@button'], + '@button', + '@base-components', + '@flex-box', + '@badge'], }, async ({ page }) => { await loadPage(page, 'stories/components/button/tests/examples/button-base.tsx', 'en', normalizeThemeProps(item)); @@ -91,8 +94,8 @@ test.describe(`${TAG.VISUAL} `, () => { const hasAddon = await addon.count(); if (hasText && !hasAddon) { - await expect(text).toHaveCSS('margin-left', item.size === 'm' ? '8px' : '12px'); - await expect(text).toHaveCSS('margin-right', item.size === 'm' ? '8px' : '12px'); + await expect(text).toHaveCSS('margin-left', '12px'); + await expect(text).toHaveCSS('margin-right', '12px'); await expect(text).toHaveCSS('font-size', item.size === 'm' ? '14px' : '16px'); } } @@ -133,7 +136,8 @@ test.describe(`${TAG.VISUAL} `, () => { tag: [TAG.PRIORITY_HIGH, '@button', '@base-components', - '@neighbor-location'], + '@neighbor-location', + '@flex-box'], }, async ({ page }) => { await loadPage(page, 'stories/components/button/tests/examples/button-neighbor-location.tsx', 'en', normalizeThemeProps(item)); @@ -151,8 +155,8 @@ test.describe(`${TAG.VISUAL} `, () => { const hasAddon = await addon.count(); if (hasText && !hasAddon) { - await expect(text).toHaveCSS('margin-left', item.size === 'm' ? '8px' : '12px'); - await expect(text).toHaveCSS('margin-right', item.size === 'm' ? '8px' : '12px'); + await expect(text).toHaveCSS('margin-left', '12px'); + await expect(text).toHaveCSS('margin-right', '12px'); await expect(text).toHaveCSS('font-size', item.size === 'm' ? '14px' : '16px'); } } @@ -193,7 +197,10 @@ test.describe(`${TAG.VISUAL} `, () => { test(`Verify Addon only example size=${item.size} theme=${item.theme} disabled=${item.disabled} active=${item.active} loading=${item.loading} hintPlacement=${item.hintPlacement}`, { tag: [TAG.PRIORITY_HIGH, '@button', - '@base-components'], + '@base-components', + '@flex-box', + '@tooltip', + '@hint'], }, async ({ page }) => { await loadPage(page, 'stories/components/button/tests/examples/button-icon-only.tsx', 'en', normalizeThemeProps(item)); const hint = page.locator('div[data-ui-name="Hint"]'); @@ -279,8 +286,8 @@ test.describe(`${TAG.VISUAL} `, () => { const hasAddon = await addon.count(); if (hasText && !hasAddon) { - await expect(text).toHaveCSS('margin-left', item.size === 'm' ? '8px' : '12px'); - await expect(text).toHaveCSS('margin-right', item.size === 'm' ? '8px' : '12px'); + await expect(text).toHaveCSS('margin-left', '12px'); + await expect(text).toHaveCSS('margin-right', '12px'); await expect(text).toHaveCSS('font-size', item.size === 'm' ? '14px' : '16px'); } } @@ -340,8 +347,8 @@ test.describe(`${TAG.VISUAL} `, () => { const hasAddon = await addon.count(); if (hasText && !hasAddon) { - await expect(text).toHaveCSS('margin-left', item.size === 'm' ? '8px' : '12px'); - await expect(text).toHaveCSS('margin-right', item.size === 'm' ? '8px' : '12px'); + await expect(text).toHaveCSS('margin-left', '12px'); + await expect(text).toHaveCSS('margin-right', '12px'); await expect(text).toHaveCSS('font-size', item.size === 'm' ? '14px' : '16px'); } } @@ -469,8 +476,8 @@ test.describe(`${TAG.VISUAL} `, () => { const hasAddon = await addon.count(); if (hasText && !hasAddon) { - await expect(text).toHaveCSS('margin-left', item.size === 'm' ? '8px' : '12px'); - await expect(text).toHaveCSS('margin-right', item.size === 'm' ? '8px' : '12px'); + await expect(text).toHaveCSS('margin-left', '12px'); + await expect(text).toHaveCSS('margin-right', '12px'); await expect(text).toHaveCSS('font-size', item.size === 'm' ? '14px' : '16px'); } } @@ -530,8 +537,8 @@ test.describe(`${TAG.VISUAL} `, () => { const hasAddon = await addon.count(); if (hasText && !hasAddon) { - await expect(text).toHaveCSS('margin-left', item.size === 'm' ? '8px' : '12px'); - await expect(text).toHaveCSS('margin-right', item.size === 'm' ? '8px' : '12px'); + await expect(text).toHaveCSS('margin-left', '12px'); + await expect(text).toHaveCSS('margin-right', '12px'); await expect(text).toHaveCSS('font-size', item.size === 'm' ? '14px' : '16px'); } } diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-08fcb--active-false-loading-false-hintPlacement-top-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-08fcb--active-false-loading-false-hintPlacement-top-1-chromium-linux.png index 6bd791f2c3..ee99ae0879 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-08fcb--active-false-loading-false-hintPlacement-top-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-08fcb--active-false-loading-false-hintPlacement-top-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-08fcb--active-false-loading-false-hintPlacement-top-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-08fcb--active-false-loading-false-hintPlacement-top-1-firefox-linux.png index a25dec0f2e..ee92faf6c1 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-08fcb--active-false-loading-false-hintPlacement-top-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-08fcb--active-false-loading-false-hintPlacement-top-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-08fcb--active-false-loading-false-hintPlacement-top-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-08fcb--active-false-loading-false-hintPlacement-top-1-webkit-linux.png index 89790a0f2e..4219deec51 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-08fcb--active-false-loading-false-hintPlacement-top-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-08fcb--active-false-loading-false-hintPlacement-top-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-10e40--active-false-loading-false-hintPlacement-top-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-10e40--active-false-loading-false-hintPlacement-top-1-chromium-linux.png index 4836a1b50b..c35b5cbc7e 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-10e40--active-false-loading-false-hintPlacement-top-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-10e40--active-false-loading-false-hintPlacement-top-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-10e40--active-false-loading-false-hintPlacement-top-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-10e40--active-false-loading-false-hintPlacement-top-1-firefox-linux.png index 6780d031ea..1ec52de1ae 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-10e40--active-false-loading-false-hintPlacement-top-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-10e40--active-false-loading-false-hintPlacement-top-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-10e40--active-false-loading-false-hintPlacement-top-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-10e40--active-false-loading-false-hintPlacement-top-1-webkit-linux.png index ddee13fb76..07a374346c 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-10e40--active-false-loading-false-hintPlacement-top-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-10e40--active-false-loading-false-hintPlacement-top-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-189fc--active-false-loading-false-hintPlacement-top-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-189fc--active-false-loading-false-hintPlacement-top-1-chromium-linux.png index 7417cc9acd..acaa915e3a 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-189fc--active-false-loading-false-hintPlacement-top-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-189fc--active-false-loading-false-hintPlacement-top-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-189fc--active-false-loading-false-hintPlacement-top-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-189fc--active-false-loading-false-hintPlacement-top-1-firefox-linux.png index 589e245171..e3c662cfba 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-189fc--active-false-loading-false-hintPlacement-top-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-189fc--active-false-loading-false-hintPlacement-top-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-189fc--active-false-loading-false-hintPlacement-top-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-189fc--active-false-loading-false-hintPlacement-top-1-webkit-linux.png index 5cd72d37eb..643ab80a79 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-189fc--active-false-loading-false-hintPlacement-top-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-189fc--active-false-loading-false-hintPlacement-top-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-34c71--active-false-loading-false-hintPlacement-top-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-34c71--active-false-loading-false-hintPlacement-top-1-chromium-linux.png index f709f77858..7c15f21d74 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-34c71--active-false-loading-false-hintPlacement-top-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-34c71--active-false-loading-false-hintPlacement-top-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-34c71--active-false-loading-false-hintPlacement-top-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-34c71--active-false-loading-false-hintPlacement-top-1-firefox-linux.png index aeee8a8c4c..5f1eb71a4d 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-34c71--active-false-loading-false-hintPlacement-top-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-34c71--active-false-loading-false-hintPlacement-top-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-34c71--active-false-loading-false-hintPlacement-top-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-34c71--active-false-loading-false-hintPlacement-top-1-webkit-linux.png index d9f943d462..a2ca6b0715 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-34c71--active-false-loading-false-hintPlacement-top-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-34c71--active-false-loading-false-hintPlacement-top-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-3838f-ctive-false-loading-false-hintPlacement-right-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-3838f-ctive-false-loading-false-hintPlacement-right-1-chromium-linux.png index 430bf247f4..0a91520887 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-3838f-ctive-false-loading-false-hintPlacement-right-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-3838f-ctive-false-loading-false-hintPlacement-right-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-3838f-ctive-false-loading-false-hintPlacement-right-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-3838f-ctive-false-loading-false-hintPlacement-right-1-firefox-linux.png index 3f5b3e9718..11701827e1 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-3838f-ctive-false-loading-false-hintPlacement-right-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-3838f-ctive-false-loading-false-hintPlacement-right-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-3838f-ctive-false-loading-false-hintPlacement-right-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-3838f-ctive-false-loading-false-hintPlacement-right-1-webkit-linux.png index fcf299e655..0ce2b6da03 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-3838f-ctive-false-loading-false-hintPlacement-right-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-3838f-ctive-false-loading-false-hintPlacement-right-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-3ddf6--active-false-loading-false-hintPlacement-top-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-3ddf6--active-false-loading-false-hintPlacement-top-1-chromium-linux.png index fe677dcb13..37f9dc31a5 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-3ddf6--active-false-loading-false-hintPlacement-top-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-3ddf6--active-false-loading-false-hintPlacement-top-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-3ddf6--active-false-loading-false-hintPlacement-top-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-3ddf6--active-false-loading-false-hintPlacement-top-1-firefox-linux.png index 811c0b5a7d..5a23a7ec1d 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-3ddf6--active-false-loading-false-hintPlacement-top-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-3ddf6--active-false-loading-false-hintPlacement-top-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-3ddf6--active-false-loading-false-hintPlacement-top-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-3ddf6--active-false-loading-false-hintPlacement-top-1-webkit-linux.png index 327cacc932..9b6ce5efde 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-3ddf6--active-false-loading-false-hintPlacement-top-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-3ddf6--active-false-loading-false-hintPlacement-top-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-42c15--active-false-loading-false-hintPlacement-top-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-42c15--active-false-loading-false-hintPlacement-top-1-chromium-linux.png index 0732cec930..ffb8d55bfe 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-42c15--active-false-loading-false-hintPlacement-top-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-42c15--active-false-loading-false-hintPlacement-top-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-42c15--active-false-loading-false-hintPlacement-top-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-42c15--active-false-loading-false-hintPlacement-top-1-firefox-linux.png index 1e6c56a99e..02b41edcce 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-42c15--active-false-loading-false-hintPlacement-top-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-42c15--active-false-loading-false-hintPlacement-top-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-42c15--active-false-loading-false-hintPlacement-top-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-42c15--active-false-loading-false-hintPlacement-top-1-webkit-linux.png index 8196c49f1d..f30efd203b 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-42c15--active-false-loading-false-hintPlacement-top-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-42c15--active-false-loading-false-hintPlacement-top-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-50434-e-active-false-loading-true-hintPlacement-top-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-50434-e-active-false-loading-true-hintPlacement-top-1-chromium-linux.png index 33be4190a8..51fb4d8b65 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-50434-e-active-false-loading-true-hintPlacement-top-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-50434-e-active-false-loading-true-hintPlacement-top-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-50434-e-active-false-loading-true-hintPlacement-top-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-50434-e-active-false-loading-true-hintPlacement-top-1-firefox-linux.png index 57066e04f4..6c7d5fd6ba 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-50434-e-active-false-loading-true-hintPlacement-top-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-50434-e-active-false-loading-true-hintPlacement-top-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-50434-e-active-false-loading-true-hintPlacement-top-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-50434-e-active-false-loading-true-hintPlacement-top-1-webkit-linux.png index 995e931b02..a790f2a561 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-50434-e-active-false-loading-true-hintPlacement-top-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-50434-e-active-false-loading-true-hintPlacement-top-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-56d1c--active-false-loading-true-hintPlacement-left-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-56d1c--active-false-loading-true-hintPlacement-left-1-chromium-linux.png index 1271f7fc8e..585c3f5280 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-56d1c--active-false-loading-true-hintPlacement-left-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-56d1c--active-false-loading-true-hintPlacement-left-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-56d1c--active-false-loading-true-hintPlacement-left-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-56d1c--active-false-loading-true-hintPlacement-left-1-firefox-linux.png index e38e27ac46..75134e389f 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-56d1c--active-false-loading-true-hintPlacement-left-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-56d1c--active-false-loading-true-hintPlacement-left-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-56d1c--active-false-loading-true-hintPlacement-left-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-56d1c--active-false-loading-true-hintPlacement-left-1-webkit-linux.png index 4c03dcc0c5..b1cf0b7d62 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-56d1c--active-false-loading-true-hintPlacement-left-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-56d1c--active-false-loading-true-hintPlacement-left-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-57478-ctive-false-loading-false-hintPlacement-right-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-57478-ctive-false-loading-false-hintPlacement-right-1-chromium-linux.png index 150588ee13..9a9d99a515 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-57478-ctive-false-loading-false-hintPlacement-right-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-57478-ctive-false-loading-false-hintPlacement-right-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-57478-ctive-false-loading-false-hintPlacement-right-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-57478-ctive-false-loading-false-hintPlacement-right-1-firefox-linux.png index 0c757b74fb..d43a4caf48 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-57478-ctive-false-loading-false-hintPlacement-right-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-57478-ctive-false-loading-false-hintPlacement-right-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-57478-ctive-false-loading-false-hintPlacement-right-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-57478-ctive-false-loading-false-hintPlacement-right-1-webkit-linux.png index c5bccfb556..07be0528b9 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-57478-ctive-false-loading-false-hintPlacement-right-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-57478-ctive-false-loading-false-hintPlacement-right-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-65b53--active-false-loading-false-hintPlacement-top-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-65b53--active-false-loading-false-hintPlacement-top-1-chromium-linux.png index 237c03bbe4..84079ed79f 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-65b53--active-false-loading-false-hintPlacement-top-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-65b53--active-false-loading-false-hintPlacement-top-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-65b53--active-false-loading-false-hintPlacement-top-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-65b53--active-false-loading-false-hintPlacement-top-1-firefox-linux.png index 6274c5ed30..22b912d873 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-65b53--active-false-loading-false-hintPlacement-top-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-65b53--active-false-loading-false-hintPlacement-top-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-65b53--active-false-loading-false-hintPlacement-top-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-65b53--active-false-loading-false-hintPlacement-top-1-webkit-linux.png index 150800fa97..1e8ac53bb3 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-65b53--active-false-loading-false-hintPlacement-top-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-65b53--active-false-loading-false-hintPlacement-top-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-6fa39--active-false-loading-false-hintPlacement-top-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-6fa39--active-false-loading-false-hintPlacement-top-1-chromium-linux.png index 60e95c27cb..363a738305 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-6fa39--active-false-loading-false-hintPlacement-top-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-6fa39--active-false-loading-false-hintPlacement-top-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-6fa39--active-false-loading-false-hintPlacement-top-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-6fa39--active-false-loading-false-hintPlacement-top-1-firefox-linux.png index 6ba74cce38..8a29a3d757 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-6fa39--active-false-loading-false-hintPlacement-top-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-6fa39--active-false-loading-false-hintPlacement-top-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-6fa39--active-false-loading-false-hintPlacement-top-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-6fa39--active-false-loading-false-hintPlacement-top-1-webkit-linux.png index e9c0fd7d14..be624f55d7 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-6fa39--active-false-loading-false-hintPlacement-top-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-6fa39--active-false-loading-false-hintPlacement-top-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-77aa6--active-false-loading-false-hintPlacement-top-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-77aa6--active-false-loading-false-hintPlacement-top-1-chromium-linux.png index e0e0d99d10..0ba2f34058 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-77aa6--active-false-loading-false-hintPlacement-top-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-77aa6--active-false-loading-false-hintPlacement-top-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-77aa6--active-false-loading-false-hintPlacement-top-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-77aa6--active-false-loading-false-hintPlacement-top-1-firefox-linux.png index 77943d9f33..fc81f1788f 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-77aa6--active-false-loading-false-hintPlacement-top-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-77aa6--active-false-loading-false-hintPlacement-top-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-77aa6--active-false-loading-false-hintPlacement-top-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-77aa6--active-false-loading-false-hintPlacement-top-1-webkit-linux.png index 38a9c54814..c088e1826d 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-77aa6--active-false-loading-false-hintPlacement-top-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-77aa6--active-false-loading-false-hintPlacement-top-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-7956e-e-active-false-loading-true-hintPlacement-top-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-7956e-e-active-false-loading-true-hintPlacement-top-1-chromium-linux.png index 1c65741c90..41759a6174 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-7956e-e-active-false-loading-true-hintPlacement-top-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-7956e-e-active-false-loading-true-hintPlacement-top-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-7956e-e-active-false-loading-true-hintPlacement-top-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-7956e-e-active-false-loading-true-hintPlacement-top-1-firefox-linux.png index 8007ad5edb..4bb9f7c4ab 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-7956e-e-active-false-loading-true-hintPlacement-top-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-7956e-e-active-false-loading-true-hintPlacement-top-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-7956e-e-active-false-loading-true-hintPlacement-top-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-7956e-e-active-false-loading-true-hintPlacement-top-1-webkit-linux.png index 4e682c9e34..63be33d7e8 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-7956e-e-active-false-loading-true-hintPlacement-top-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-7956e-e-active-false-loading-true-hintPlacement-top-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-8a4c2-e-active-false-loading-true-hintPlacement-top-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-8a4c2-e-active-false-loading-true-hintPlacement-top-1-chromium-linux.png index 27428e5e77..230aa79a73 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-8a4c2-e-active-false-loading-true-hintPlacement-top-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-8a4c2-e-active-false-loading-true-hintPlacement-top-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-8a4c2-e-active-false-loading-true-hintPlacement-top-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-8a4c2-e-active-false-loading-true-hintPlacement-top-1-firefox-linux.png index 40f930df1e..b63336438c 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-8a4c2-e-active-false-loading-true-hintPlacement-top-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-8a4c2-e-active-false-loading-true-hintPlacement-top-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-8a4c2-e-active-false-loading-true-hintPlacement-top-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-8a4c2-e-active-false-loading-true-hintPlacement-top-1-webkit-linux.png index 6a0b608b6e..582fd4aeeb 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-8a4c2-e-active-false-loading-true-hintPlacement-top-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-8a4c2-e-active-false-loading-true-hintPlacement-top-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-8ef67--active-false-loading-false-hintPlacement-top-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-8ef67--active-false-loading-false-hintPlacement-top-1-chromium-linux.png index 150588ee13..c87619872b 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-8ef67--active-false-loading-false-hintPlacement-top-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-8ef67--active-false-loading-false-hintPlacement-top-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-8ef67--active-false-loading-false-hintPlacement-top-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-8ef67--active-false-loading-false-hintPlacement-top-1-firefox-linux.png index 0c757b74fb..190845990a 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-8ef67--active-false-loading-false-hintPlacement-top-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-8ef67--active-false-loading-false-hintPlacement-top-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-8ef67--active-false-loading-false-hintPlacement-top-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-8ef67--active-false-loading-false-hintPlacement-top-1-webkit-linux.png index 38d81bce6f..2d5bb90c88 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-8ef67--active-false-loading-false-hintPlacement-top-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-8ef67--active-false-loading-false-hintPlacement-top-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-900c8-active-false-loading-false-hintPlacement-left-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-900c8-active-false-loading-false-hintPlacement-left-1-chromium-linux.png index 150588ee13..a697f4f3a3 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-900c8-active-false-loading-false-hintPlacement-left-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-900c8-active-false-loading-false-hintPlacement-left-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-900c8-active-false-loading-false-hintPlacement-left-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-900c8-active-false-loading-false-hintPlacement-left-1-firefox-linux.png index 0c757b74fb..b266842356 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-900c8-active-false-loading-false-hintPlacement-left-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-900c8-active-false-loading-false-hintPlacement-left-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-900c8-active-false-loading-false-hintPlacement-left-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-900c8-active-false-loading-false-hintPlacement-left-1-webkit-linux.png index b42007114c..d4591bd767 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-900c8-active-false-loading-false-hintPlacement-left-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-900c8-active-false-loading-false-hintPlacement-left-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-9dab7-tive-false-loading-false-hintPlacement-bottom-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-9dab7-tive-false-loading-false-hintPlacement-bottom-1-chromium-linux.png index 1045367fed..61f2c3fd6c 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-9dab7-tive-false-loading-false-hintPlacement-bottom-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-9dab7-tive-false-loading-false-hintPlacement-bottom-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-9dab7-tive-false-loading-false-hintPlacement-bottom-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-9dab7-tive-false-loading-false-hintPlacement-bottom-1-firefox-linux.png index 18d8de4afd..6edf3e84de 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-9dab7-tive-false-loading-false-hintPlacement-bottom-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-9dab7-tive-false-loading-false-hintPlacement-bottom-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-9dab7-tive-false-loading-false-hintPlacement-bottom-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-9dab7-tive-false-loading-false-hintPlacement-bottom-1-webkit-linux.png index c87ccaf38f..7e29650c52 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-9dab7-tive-false-loading-false-hintPlacement-bottom-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-9dab7-tive-false-loading-false-hintPlacement-bottom-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-b1d80--active-false-loading-false-hintPlacement-top-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-b1d80--active-false-loading-false-hintPlacement-top-1-chromium-linux.png index eec1c6aa3d..8a174c19a5 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-b1d80--active-false-loading-false-hintPlacement-top-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-b1d80--active-false-loading-false-hintPlacement-top-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-b1d80--active-false-loading-false-hintPlacement-top-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-b1d80--active-false-loading-false-hintPlacement-top-1-firefox-linux.png index 5c98e3bbc1..acb7c9a86e 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-b1d80--active-false-loading-false-hintPlacement-top-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-b1d80--active-false-loading-false-hintPlacement-top-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-b1d80--active-false-loading-false-hintPlacement-top-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-b1d80--active-false-loading-false-hintPlacement-top-1-webkit-linux.png index 17249e3369..7fb4bcc969 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-b1d80--active-false-loading-false-hintPlacement-top-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-b1d80--active-false-loading-false-hintPlacement-top-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-b9302-ctive-false-loading-true-hintPlacement-bottom-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-b9302-ctive-false-loading-true-hintPlacement-bottom-1-chromium-linux.png index 9cfc901b04..e92615d8e5 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-b9302-ctive-false-loading-true-hintPlacement-bottom-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-b9302-ctive-false-loading-true-hintPlacement-bottom-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-b9302-ctive-false-loading-true-hintPlacement-bottom-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-b9302-ctive-false-loading-true-hintPlacement-bottom-1-firefox-linux.png index 462be4ac8a..46ead432f8 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-b9302-ctive-false-loading-true-hintPlacement-bottom-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-b9302-ctive-false-loading-true-hintPlacement-bottom-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-b9302-ctive-false-loading-true-hintPlacement-bottom-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-b9302-ctive-false-loading-true-hintPlacement-bottom-1-webkit-linux.png index 009c699da5..2085898461 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-b9302-ctive-false-loading-true-hintPlacement-bottom-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-b9302-ctive-false-loading-true-hintPlacement-bottom-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-cbef9-active-false-loading-false-hintPlacement-left-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-cbef9-active-false-loading-false-hintPlacement-left-1-chromium-linux.png index 1219c78bac..b6974884bf 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-cbef9-active-false-loading-false-hintPlacement-left-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-cbef9-active-false-loading-false-hintPlacement-left-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-cbef9-active-false-loading-false-hintPlacement-left-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-cbef9-active-false-loading-false-hintPlacement-left-1-firefox-linux.png index 00319f927c..312797833c 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-cbef9-active-false-loading-false-hintPlacement-left-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-cbef9-active-false-loading-false-hintPlacement-left-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-cbef9-active-false-loading-false-hintPlacement-left-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-cbef9-active-false-loading-false-hintPlacement-left-1-webkit-linux.png index de7153404b..5945c2e273 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-cbef9-active-false-loading-false-hintPlacement-left-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-cbef9-active-false-loading-false-hintPlacement-left-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-ebf18--active-false-loading-false-hintPlacement-top-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-ebf18--active-false-loading-false-hintPlacement-top-1-chromium-linux.png index cf725febb0..2a230f7515 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-ebf18--active-false-loading-false-hintPlacement-top-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-ebf18--active-false-loading-false-hintPlacement-top-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-ebf18--active-false-loading-false-hintPlacement-top-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-ebf18--active-false-loading-false-hintPlacement-top-1-firefox-linux.png index 0be498d2e3..2f1b352401 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-ebf18--active-false-loading-false-hintPlacement-top-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-ebf18--active-false-loading-false-hintPlacement-top-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-ebf18--active-false-loading-false-hintPlacement-top-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-ebf18--active-false-loading-false-hintPlacement-top-1-webkit-linux.png index 1169776268..b5ff6bd7c2 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-ebf18--active-false-loading-false-hintPlacement-top-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-ebf18--active-false-loading-false-hintPlacement-top-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-f17b7-tive-false-loading-false-hintPlacement-bottom-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-f17b7-tive-false-loading-false-hintPlacement-bottom-1-chromium-linux.png index 150588ee13..ed2132c226 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-f17b7-tive-false-loading-false-hintPlacement-bottom-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-f17b7-tive-false-loading-false-hintPlacement-bottom-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-f17b7-tive-false-loading-false-hintPlacement-bottom-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-f17b7-tive-false-loading-false-hintPlacement-bottom-1-firefox-linux.png index 0c757b74fb..29ea1bfacf 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-f17b7-tive-false-loading-false-hintPlacement-bottom-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-f17b7-tive-false-loading-false-hintPlacement-bottom-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-f17b7-tive-false-loading-false-hintPlacement-bottom-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-f17b7-tive-false-loading-false-hintPlacement-bottom-1-webkit-linux.png index 4c256e8036..48df9bcdff 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-f17b7-tive-false-loading-false-hintPlacement-bottom-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-them-f17b7-tive-false-loading-false-hintPlacement-bottom-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-0423d-e-active-false-loading-true-hintPlacement-top-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-0423d-e-active-false-loading-true-hintPlacement-top-1-chromium-linux.png index 01558e0140..e67a842c1c 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-0423d-e-active-false-loading-true-hintPlacement-top-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-0423d-e-active-false-loading-true-hintPlacement-top-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-0423d-e-active-false-loading-true-hintPlacement-top-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-0423d-e-active-false-loading-true-hintPlacement-top-1-firefox-linux.png index 4175f80f57..dec1a9cdb5 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-0423d-e-active-false-loading-true-hintPlacement-top-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-0423d-e-active-false-loading-true-hintPlacement-top-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-0423d-e-active-false-loading-true-hintPlacement-top-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-0423d-e-active-false-loading-true-hintPlacement-top-1-webkit-linux.png index 634ff774e5..b7e3327e53 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-0423d-e-active-false-loading-true-hintPlacement-top-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-0423d-e-active-false-loading-true-hintPlacement-top-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-06a71-active-true-loading-false-hintPlacement-right-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-06a71-active-true-loading-false-hintPlacement-right-1-chromium-linux.png index e5b5243f39..8cdb0cbc7f 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-06a71-active-true-loading-false-hintPlacement-right-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-06a71-active-true-loading-false-hintPlacement-right-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-06a71-active-true-loading-false-hintPlacement-right-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-06a71-active-true-loading-false-hintPlacement-right-1-firefox-linux.png index 717884a99b..b1e32a644a 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-06a71-active-true-loading-false-hintPlacement-right-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-06a71-active-true-loading-false-hintPlacement-right-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-06a71-active-true-loading-false-hintPlacement-right-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-06a71-active-true-loading-false-hintPlacement-right-1-webkit-linux.png index 5d84811e4a..ef39a6b6f6 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-06a71-active-true-loading-false-hintPlacement-right-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-06a71-active-true-loading-false-hintPlacement-right-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-13b18--active-false-loading-false-hintPlacement-top-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-13b18--active-false-loading-false-hintPlacement-top-1-chromium-linux.png index d9f9b5ef54..a312e9e65e 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-13b18--active-false-loading-false-hintPlacement-top-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-13b18--active-false-loading-false-hintPlacement-top-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-13b18--active-false-loading-false-hintPlacement-top-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-13b18--active-false-loading-false-hintPlacement-top-1-firefox-linux.png index e63ea26b49..c62e3dbe73 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-13b18--active-false-loading-false-hintPlacement-top-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-13b18--active-false-loading-false-hintPlacement-top-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-13b18--active-false-loading-false-hintPlacement-top-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-13b18--active-false-loading-false-hintPlacement-top-1-webkit-linux.png index 5ab34ca2b1..b6dc761f5f 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-13b18--active-false-loading-false-hintPlacement-top-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-13b18--active-false-loading-false-hintPlacement-top-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-26666-active-false-loading-false-hintPlacement-left-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-26666-active-false-loading-false-hintPlacement-left-1-chromium-linux.png index 39e5a4556e..22dca913ea 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-26666-active-false-loading-false-hintPlacement-left-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-26666-active-false-loading-false-hintPlacement-left-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-26666-active-false-loading-false-hintPlacement-left-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-26666-active-false-loading-false-hintPlacement-left-1-firefox-linux.png index fd8471e3eb..5e99c745ee 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-26666-active-false-loading-false-hintPlacement-left-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-26666-active-false-loading-false-hintPlacement-left-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-26666-active-false-loading-false-hintPlacement-left-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-26666-active-false-loading-false-hintPlacement-left-1-webkit-linux.png index 4ac3a05010..673314c525 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-26666-active-false-loading-false-hintPlacement-left-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-26666-active-false-loading-false-hintPlacement-left-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-2d1b1--active-false-loading-false-hintPlacement-top-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-2d1b1--active-false-loading-false-hintPlacement-top-1-chromium-linux.png index 82435a0672..bbf1fda06f 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-2d1b1--active-false-loading-false-hintPlacement-top-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-2d1b1--active-false-loading-false-hintPlacement-top-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-2d1b1--active-false-loading-false-hintPlacement-top-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-2d1b1--active-false-loading-false-hintPlacement-top-1-firefox-linux.png index 6120b1af33..fc8f5d1cc0 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-2d1b1--active-false-loading-false-hintPlacement-top-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-2d1b1--active-false-loading-false-hintPlacement-top-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-2d1b1--active-false-loading-false-hintPlacement-top-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-2d1b1--active-false-loading-false-hintPlacement-top-1-webkit-linux.png index 421afd95d1..cd73201468 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-2d1b1--active-false-loading-false-hintPlacement-top-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-2d1b1--active-false-loading-false-hintPlacement-top-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-2ee6c--active-false-loading-false-hintPlacement-top-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-2ee6c--active-false-loading-false-hintPlacement-top-1-chromium-linux.png index a6fde1d88f..afd12f29a7 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-2ee6c--active-false-loading-false-hintPlacement-top-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-2ee6c--active-false-loading-false-hintPlacement-top-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-2ee6c--active-false-loading-false-hintPlacement-top-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-2ee6c--active-false-loading-false-hintPlacement-top-1-firefox-linux.png index 67e591500c..da1af7f51e 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-2ee6c--active-false-loading-false-hintPlacement-top-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-2ee6c--active-false-loading-false-hintPlacement-top-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-2ee6c--active-false-loading-false-hintPlacement-top-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-2ee6c--active-false-loading-false-hintPlacement-top-1-webkit-linux.png index a5ec3c89af..1368817e7f 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-2ee6c--active-false-loading-false-hintPlacement-top-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-2ee6c--active-false-loading-false-hintPlacement-top-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-3796e-e-active-true-loading-false-hintPlacement-top-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-3796e-e-active-true-loading-false-hintPlacement-top-1-chromium-linux.png index a5a9dfd3b6..cbccf73065 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-3796e-e-active-true-loading-false-hintPlacement-top-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-3796e-e-active-true-loading-false-hintPlacement-top-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-3796e-e-active-true-loading-false-hintPlacement-top-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-3796e-e-active-true-loading-false-hintPlacement-top-1-firefox-linux.png index 11a2ab3d25..4f3772cf3f 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-3796e-e-active-true-loading-false-hintPlacement-top-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-3796e-e-active-true-loading-false-hintPlacement-top-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-3796e-e-active-true-loading-false-hintPlacement-top-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-3796e-e-active-true-loading-false-hintPlacement-top-1-webkit-linux.png index e2ac1f2027..cc5a76c97b 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-3796e-e-active-true-loading-false-hintPlacement-top-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-3796e-e-active-true-loading-false-hintPlacement-top-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-3ec54-ctive-true-loading-false-hintPlacement-bottom-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-3ec54-ctive-true-loading-false-hintPlacement-bottom-1-chromium-linux.png index 3a487dcf32..e1bfba49af 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-3ec54-ctive-true-loading-false-hintPlacement-bottom-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-3ec54-ctive-true-loading-false-hintPlacement-bottom-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-3ec54-ctive-true-loading-false-hintPlacement-bottom-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-3ec54-ctive-true-loading-false-hintPlacement-bottom-1-firefox-linux.png index 55a3302afb..8968e6334a 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-3ec54-ctive-true-loading-false-hintPlacement-bottom-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-3ec54-ctive-true-loading-false-hintPlacement-bottom-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-3ec54-ctive-true-loading-false-hintPlacement-bottom-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-3ec54-ctive-true-loading-false-hintPlacement-bottom-1-webkit-linux.png index 936bf3dc38..68d0511d67 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-3ec54-ctive-true-loading-false-hintPlacement-bottom-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-3ec54-ctive-true-loading-false-hintPlacement-bottom-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-45f0b-e-active-false-loading-true-hintPlacement-top-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-45f0b-e-active-false-loading-true-hintPlacement-top-1-chromium-linux.png index bb407417c9..0530430456 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-45f0b-e-active-false-loading-true-hintPlacement-top-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-45f0b-e-active-false-loading-true-hintPlacement-top-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-45f0b-e-active-false-loading-true-hintPlacement-top-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-45f0b-e-active-false-loading-true-hintPlacement-top-1-firefox-linux.png index fe1f57931a..ab75de846b 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-45f0b-e-active-false-loading-true-hintPlacement-top-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-45f0b-e-active-false-loading-true-hintPlacement-top-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-45f0b-e-active-false-loading-true-hintPlacement-top-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-45f0b-e-active-false-loading-true-hintPlacement-top-1-webkit-linux.png index fdab07707a..8d526e7056 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-45f0b-e-active-false-loading-true-hintPlacement-top-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-45f0b-e-active-false-loading-true-hintPlacement-top-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-49928-e-active-true-loading-false-hintPlacement-top-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-49928-e-active-true-loading-false-hintPlacement-top-1-chromium-linux.png index 3d66ab0320..530dc6dd8c 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-49928-e-active-true-loading-false-hintPlacement-top-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-49928-e-active-true-loading-false-hintPlacement-top-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-49928-e-active-true-loading-false-hintPlacement-top-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-49928-e-active-true-loading-false-hintPlacement-top-1-firefox-linux.png index f13af65d2f..fcc70a66c2 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-49928-e-active-true-loading-false-hintPlacement-top-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-49928-e-active-true-loading-false-hintPlacement-top-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-49928-e-active-true-loading-false-hintPlacement-top-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-49928-e-active-true-loading-false-hintPlacement-top-1-webkit-linux.png index d49638408d..58abdd0209 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-49928-e-active-true-loading-false-hintPlacement-top-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-49928-e-active-true-loading-false-hintPlacement-top-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-51d54-active-false-loading-true-hintPlacement-right-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-51d54-active-false-loading-true-hintPlacement-right-1-chromium-linux.png index 94e0d55060..9b8531c298 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-51d54-active-false-loading-true-hintPlacement-right-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-51d54-active-false-loading-true-hintPlacement-right-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-51d54-active-false-loading-true-hintPlacement-right-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-51d54-active-false-loading-true-hintPlacement-right-1-firefox-linux.png index 12e0f83ffd..f8936338fd 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-51d54-active-false-loading-true-hintPlacement-right-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-51d54-active-false-loading-true-hintPlacement-right-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-51d54-active-false-loading-true-hintPlacement-right-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-51d54-active-false-loading-true-hintPlacement-right-1-webkit-linux.png index f7d878ac77..dbc3ef04a0 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-51d54-active-false-loading-true-hintPlacement-right-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-51d54-active-false-loading-true-hintPlacement-right-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-5aa1e--active-true-loading-false-hintPlacement-left-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-5aa1e--active-true-loading-false-hintPlacement-left-1-chromium-linux.png index 0137edf593..906c13697e 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-5aa1e--active-true-loading-false-hintPlacement-left-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-5aa1e--active-true-loading-false-hintPlacement-left-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-5aa1e--active-true-loading-false-hintPlacement-left-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-5aa1e--active-true-loading-false-hintPlacement-left-1-firefox-linux.png index b05692f151..a2f01583b8 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-5aa1e--active-true-loading-false-hintPlacement-left-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-5aa1e--active-true-loading-false-hintPlacement-left-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-5aa1e--active-true-loading-false-hintPlacement-left-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-5aa1e--active-true-loading-false-hintPlacement-left-1-webkit-linux.png index 23101354fa..4c8c7bde6c 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-5aa1e--active-true-loading-false-hintPlacement-left-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-5aa1e--active-true-loading-false-hintPlacement-left-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-5d758--active-false-loading-false-hintPlacement-top-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-5d758--active-false-loading-false-hintPlacement-top-1-chromium-linux.png index 02a66ad16d..e4f141a7ce 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-5d758--active-false-loading-false-hintPlacement-top-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-5d758--active-false-loading-false-hintPlacement-top-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-5d758--active-false-loading-false-hintPlacement-top-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-5d758--active-false-loading-false-hintPlacement-top-1-firefox-linux.png index 7099de381b..22a5999dc7 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-5d758--active-false-loading-false-hintPlacement-top-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-5d758--active-false-loading-false-hintPlacement-top-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-5d758--active-false-loading-false-hintPlacement-top-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-5d758--active-false-loading-false-hintPlacement-top-1-webkit-linux.png index 53cca85341..616a9ab76d 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-5d758--active-false-loading-false-hintPlacement-top-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-5d758--active-false-loading-false-hintPlacement-top-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-7bbee--active-false-loading-true-hintPlacement-left-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-7bbee--active-false-loading-true-hintPlacement-left-1-chromium-linux.png index d59cec4ace..b5425a2ee8 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-7bbee--active-false-loading-true-hintPlacement-left-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-7bbee--active-false-loading-true-hintPlacement-left-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-7bbee--active-false-loading-true-hintPlacement-left-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-7bbee--active-false-loading-true-hintPlacement-left-1-firefox-linux.png index b733b50ced..f6d792e27c 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-7bbee--active-false-loading-true-hintPlacement-left-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-7bbee--active-false-loading-true-hintPlacement-left-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-7bbee--active-false-loading-true-hintPlacement-left-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-7bbee--active-false-loading-true-hintPlacement-left-1-webkit-linux.png index 01bbe8ae97..812e65b161 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-7bbee--active-false-loading-true-hintPlacement-left-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-7bbee--active-false-loading-true-hintPlacement-left-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-833ee--active-false-loading-false-hintPlacement-top-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-833ee--active-false-loading-false-hintPlacement-top-1-chromium-linux.png index 78229ee4f1..7e223c6c16 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-833ee--active-false-loading-false-hintPlacement-top-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-833ee--active-false-loading-false-hintPlacement-top-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-833ee--active-false-loading-false-hintPlacement-top-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-833ee--active-false-loading-false-hintPlacement-top-1-firefox-linux.png index df36fd3354..01dbeae620 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-833ee--active-false-loading-false-hintPlacement-top-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-833ee--active-false-loading-false-hintPlacement-top-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-833ee--active-false-loading-false-hintPlacement-top-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-833ee--active-false-loading-false-hintPlacement-top-1-webkit-linux.png index 29e7e6bafd..d4297013cb 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-833ee--active-false-loading-false-hintPlacement-top-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-833ee--active-false-loading-false-hintPlacement-top-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-8e208-e-active-false-loading-true-hintPlacement-top-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-8e208-e-active-false-loading-true-hintPlacement-top-1-chromium-linux.png index cfaba5543f..bab89815d9 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-8e208-e-active-false-loading-true-hintPlacement-top-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-8e208-e-active-false-loading-true-hintPlacement-top-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-8e208-e-active-false-loading-true-hintPlacement-top-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-8e208-e-active-false-loading-true-hintPlacement-top-1-firefox-linux.png index 918501ca46..5bce685dc0 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-8e208-e-active-false-loading-true-hintPlacement-top-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-8e208-e-active-false-loading-true-hintPlacement-top-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-8e208-e-active-false-loading-true-hintPlacement-top-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-8e208-e-active-false-loading-true-hintPlacement-top-1-webkit-linux.png index 675e2d7225..c6c7d16332 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-8e208-e-active-false-loading-true-hintPlacement-top-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-8e208-e-active-false-loading-true-hintPlacement-top-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-94ded-e-active-true-loading-false-hintPlacement-top-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-94ded-e-active-true-loading-false-hintPlacement-top-1-chromium-linux.png index 36bf170835..d04dcc8beb 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-94ded-e-active-true-loading-false-hintPlacement-top-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-94ded-e-active-true-loading-false-hintPlacement-top-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-94ded-e-active-true-loading-false-hintPlacement-top-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-94ded-e-active-true-loading-false-hintPlacement-top-1-firefox-linux.png index 2b9ec38c32..281ca22dc6 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-94ded-e-active-true-loading-false-hintPlacement-top-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-94ded-e-active-true-loading-false-hintPlacement-top-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-94ded-e-active-true-loading-false-hintPlacement-top-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-94ded-e-active-true-loading-false-hintPlacement-top-1-webkit-linux.png index cef2521fd8..21ed3d511a 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-94ded-e-active-true-loading-false-hintPlacement-top-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-94ded-e-active-true-loading-false-hintPlacement-top-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-9abf1-e-active-true-loading-false-hintPlacement-top-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-9abf1-e-active-true-loading-false-hintPlacement-top-1-chromium-linux.png index 87cc5e72c9..9bc509fc1b 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-9abf1-e-active-true-loading-false-hintPlacement-top-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-9abf1-e-active-true-loading-false-hintPlacement-top-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-9abf1-e-active-true-loading-false-hintPlacement-top-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-9abf1-e-active-true-loading-false-hintPlacement-top-1-firefox-linux.png index aa3c3a3d2f..2d9892a4d3 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-9abf1-e-active-true-loading-false-hintPlacement-top-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-9abf1-e-active-true-loading-false-hintPlacement-top-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-9abf1-e-active-true-loading-false-hintPlacement-top-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-9abf1-e-active-true-loading-false-hintPlacement-top-1-webkit-linux.png index e206ad707a..fe0c168e6f 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-9abf1-e-active-true-loading-false-hintPlacement-top-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-9abf1-e-active-true-loading-false-hintPlacement-top-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-a0c88-tive-false-loading-false-hintPlacement-bottom-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-a0c88-tive-false-loading-false-hintPlacement-bottom-1-chromium-linux.png index 197b65d88f..6b75dd80f5 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-a0c88-tive-false-loading-false-hintPlacement-bottom-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-a0c88-tive-false-loading-false-hintPlacement-bottom-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-a0c88-tive-false-loading-false-hintPlacement-bottom-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-a0c88-tive-false-loading-false-hintPlacement-bottom-1-firefox-linux.png index 7d6fd3b3a4..09797e9fe7 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-a0c88-tive-false-loading-false-hintPlacement-bottom-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-a0c88-tive-false-loading-false-hintPlacement-bottom-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-a0c88-tive-false-loading-false-hintPlacement-bottom-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-a0c88-tive-false-loading-false-hintPlacement-bottom-1-webkit-linux.png index 373e12e488..f297916b86 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-a0c88-tive-false-loading-false-hintPlacement-bottom-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-a0c88-tive-false-loading-false-hintPlacement-bottom-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-a45f9-e-active-true-loading-false-hintPlacement-top-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-a45f9-e-active-true-loading-false-hintPlacement-top-1-chromium-linux.png index acbb36fbaf..eb352ad543 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-a45f9-e-active-true-loading-false-hintPlacement-top-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-a45f9-e-active-true-loading-false-hintPlacement-top-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-a45f9-e-active-true-loading-false-hintPlacement-top-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-a45f9-e-active-true-loading-false-hintPlacement-top-1-firefox-linux.png index 0491394586..092f20e46f 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-a45f9-e-active-true-loading-false-hintPlacement-top-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-a45f9-e-active-true-loading-false-hintPlacement-top-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-a45f9-e-active-true-loading-false-hintPlacement-top-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-a45f9-e-active-true-loading-false-hintPlacement-top-1-webkit-linux.png index 7d08b2cb07..68b0186c0c 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-a45f9-e-active-true-loading-false-hintPlacement-top-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-a45f9-e-active-true-loading-false-hintPlacement-top-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-afa44-e-active-true-loading-false-hintPlacement-top-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-afa44-e-active-true-loading-false-hintPlacement-top-1-chromium-linux.png index e82b69d6b7..d82e2d59b3 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-afa44-e-active-true-loading-false-hintPlacement-top-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-afa44-e-active-true-loading-false-hintPlacement-top-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-afa44-e-active-true-loading-false-hintPlacement-top-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-afa44-e-active-true-loading-false-hintPlacement-top-1-firefox-linux.png index 50131c6a77..f7069fd6d2 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-afa44-e-active-true-loading-false-hintPlacement-top-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-afa44-e-active-true-loading-false-hintPlacement-top-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-afa44-e-active-true-loading-false-hintPlacement-top-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-afa44-e-active-true-loading-false-hintPlacement-top-1-webkit-linux.png index 125c858615..27b0c0134a 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-afa44-e-active-true-loading-false-hintPlacement-top-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-afa44-e-active-true-loading-false-hintPlacement-top-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-cf7df-ctive-false-loading-false-hintPlacement-right-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-cf7df-ctive-false-loading-false-hintPlacement-right-1-chromium-linux.png index 6d0e883f71..3194e9a76e 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-cf7df-ctive-false-loading-false-hintPlacement-right-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-cf7df-ctive-false-loading-false-hintPlacement-right-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-cf7df-ctive-false-loading-false-hintPlacement-right-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-cf7df-ctive-false-loading-false-hintPlacement-right-1-firefox-linux.png index c3977ae6ad..77c21de4eb 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-cf7df-ctive-false-loading-false-hintPlacement-right-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-cf7df-ctive-false-loading-false-hintPlacement-right-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-cf7df-ctive-false-loading-false-hintPlacement-right-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-cf7df-ctive-false-loading-false-hintPlacement-right-1-webkit-linux.png index 4edf57d41e..86a5e55d09 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-cf7df-ctive-false-loading-false-hintPlacement-right-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-cf7df-ctive-false-loading-false-hintPlacement-right-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-cff73--active-false-loading-false-hintPlacement-top-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-cff73--active-false-loading-false-hintPlacement-top-1-chromium-linux.png index ffd58ee0f4..0e2102365e 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-cff73--active-false-loading-false-hintPlacement-top-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-cff73--active-false-loading-false-hintPlacement-top-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-cff73--active-false-loading-false-hintPlacement-top-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-cff73--active-false-loading-false-hintPlacement-top-1-firefox-linux.png index a0ed6ae550..a597b90197 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-cff73--active-false-loading-false-hintPlacement-top-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-cff73--active-false-loading-false-hintPlacement-top-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-cff73--active-false-loading-false-hintPlacement-top-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-cff73--active-false-loading-false-hintPlacement-top-1-webkit-linux.png index 3d4fca7566..3548923b22 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-cff73--active-false-loading-false-hintPlacement-top-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-m-them-cff73--active-false-loading-false-hintPlacement-top-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-prim-1197c-ess-disabled-false-active-false-loading-false-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-prim-1197c-ess-disabled-false-active-false-loading-false-1-chromium-linux.png index 68e6600f88..119df23274 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-prim-1197c-ess-disabled-false-active-false-loading-false-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-prim-1197c-ess-disabled-false-active-false-loading-false-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-prim-1197c-ess-disabled-false-active-false-loading-false-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-prim-1197c-ess-disabled-false-active-false-loading-false-1-firefox-linux.png index b4acd376f1..970674ed66 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-prim-1197c-ess-disabled-false-active-false-loading-false-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-prim-1197c-ess-disabled-false-active-false-loading-false-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-prim-1197c-ess-disabled-false-active-false-loading-false-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-prim-1197c-ess-disabled-false-active-false-loading-false-1-webkit-linux.png index c639958694..fc0cdc89cf 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-prim-1197c-ess-disabled-false-active-false-loading-false-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-prim-1197c-ess-disabled-false-active-false-loading-false-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-brand-disabled-false-active-false-loading-false-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-brand-disabled-false-active-false-loading-false-1-chromium-linux.png index 1ecf3c987e..270aa10894 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-brand-disabled-false-active-false-loading-false-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-brand-disabled-false-active-false-loading-false-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-brand-disabled-false-active-false-loading-false-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-brand-disabled-false-active-false-loading-false-1-firefox-linux.png index 171019f041..87daf5056e 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-brand-disabled-false-active-false-loading-false-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-brand-disabled-false-active-false-loading-false-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-brand-disabled-false-active-false-loading-false-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-brand-disabled-false-active-false-loading-false-1-webkit-linux.png index 1345ffa1f6..a6146e32e7 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-brand-disabled-false-active-false-loading-false-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-brand-disabled-false-active-false-loading-false-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-brand-disabled-false-active-false-loading-true-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-brand-disabled-false-active-false-loading-true-1-chromium-linux.png index 1c34a99bc6..9e76e07f90 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-brand-disabled-false-active-false-loading-true-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-brand-disabled-false-active-false-loading-true-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-brand-disabled-false-active-false-loading-true-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-brand-disabled-false-active-false-loading-true-1-firefox-linux.png index aab37b608b..6f2da9ee01 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-brand-disabled-false-active-false-loading-true-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-brand-disabled-false-active-false-loading-true-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-brand-disabled-false-active-false-loading-true-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-brand-disabled-false-active-false-loading-true-1-webkit-linux.png index ef3b6e9338..da13d49db5 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-brand-disabled-false-active-false-loading-true-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-brand-disabled-false-active-false-loading-true-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-brand-disabled-true-active-false-loading-false-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-brand-disabled-true-active-false-loading-false-1-chromium-linux.png index 25073e7dab..fef1700faf 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-brand-disabled-true-active-false-loading-false-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-brand-disabled-true-active-false-loading-false-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-brand-disabled-true-active-false-loading-false-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-brand-disabled-true-active-false-loading-false-1-firefox-linux.png index 07b2280e65..636fc682f3 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-brand-disabled-true-active-false-loading-false-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-brand-disabled-true-active-false-loading-false-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-brand-disabled-true-active-false-loading-false-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-brand-disabled-true-active-false-loading-false-1-webkit-linux.png index f46df1dca6..51d5d9a7e6 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-brand-disabled-true-active-false-loading-false-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-brand-disabled-true-active-false-loading-false-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-danger-disabled-false-active-false-loading-false-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-danger-disabled-false-active-false-loading-false-1-chromium-linux.png index 8729537876..d0f37518c6 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-danger-disabled-false-active-false-loading-false-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-danger-disabled-false-active-false-loading-false-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-danger-disabled-false-active-false-loading-false-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-danger-disabled-false-active-false-loading-false-1-firefox-linux.png index ddb4214ef2..4e787e1106 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-danger-disabled-false-active-false-loading-false-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-danger-disabled-false-active-false-loading-false-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-danger-disabled-false-active-false-loading-false-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-danger-disabled-false-active-false-loading-false-1-webkit-linux.png index cdf34a5b0d..3ae1488e2e 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-danger-disabled-false-active-false-loading-false-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-danger-disabled-false-active-false-loading-false-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-danger-disabled-true-active-false-loading-false-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-danger-disabled-true-active-false-loading-false-1-chromium-linux.png index 25073e7dab..66202f2bc1 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-danger-disabled-true-active-false-loading-false-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-danger-disabled-true-active-false-loading-false-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-danger-disabled-true-active-false-loading-false-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-danger-disabled-true-active-false-loading-false-1-firefox-linux.png index 07b2280e65..cd205fb9e3 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-danger-disabled-true-active-false-loading-false-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-danger-disabled-true-active-false-loading-false-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-danger-disabled-true-active-false-loading-false-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-danger-disabled-true-active-false-loading-false-1-webkit-linux.png index bec5687e21..91de8dd8c5 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-danger-disabled-true-active-false-loading-false-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-danger-disabled-true-active-false-loading-false-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-info-disabled-false-active-false-loading-false-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-info-disabled-false-active-false-loading-false-1-chromium-linux.png index b08237b82b..ff2193d506 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-info-disabled-false-active-false-loading-false-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-info-disabled-false-active-false-loading-false-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-info-disabled-false-active-false-loading-false-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-info-disabled-false-active-false-loading-false-1-firefox-linux.png index f00f6f0950..3cfcf26723 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-info-disabled-false-active-false-loading-false-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-info-disabled-false-active-false-loading-false-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-info-disabled-false-active-false-loading-false-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-info-disabled-false-active-false-loading-false-1-webkit-linux.png index 3b3cc85f99..b91b3c5d3a 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-info-disabled-false-active-false-loading-false-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-info-disabled-false-active-false-loading-false-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-info-disabled-false-active-false-loading-true-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-info-disabled-false-active-false-loading-true-1-chromium-linux.png index 27acc7e4a7..f04790fcc5 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-info-disabled-false-active-false-loading-true-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-info-disabled-false-active-false-loading-true-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-info-disabled-false-active-false-loading-true-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-info-disabled-false-active-false-loading-true-1-firefox-linux.png index 19a5e95036..091a6e655c 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-info-disabled-false-active-false-loading-true-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-info-disabled-false-active-false-loading-true-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-info-disabled-false-active-false-loading-true-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-info-disabled-false-active-false-loading-true-1-webkit-linux.png index 2af5979427..4f28d7337b 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-info-disabled-false-active-false-loading-true-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-info-disabled-false-active-false-loading-true-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-info-disabled-true-active-false-loading-false-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-info-disabled-true-active-false-loading-false-1-chromium-linux.png index 25073e7dab..f31f410e9b 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-info-disabled-true-active-false-loading-false-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-info-disabled-true-active-false-loading-false-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-info-disabled-true-active-false-loading-false-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-info-disabled-true-active-false-loading-false-1-firefox-linux.png index 07b2280e65..23a22d3dfb 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-info-disabled-true-active-false-loading-false-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-info-disabled-true-active-false-loading-false-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-info-disabled-true-active-false-loading-false-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-info-disabled-true-active-false-loading-false-1-webkit-linux.png index 26bf942d0e..a1eb02ae21 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-info-disabled-true-active-false-loading-false-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-info-disabled-true-active-false-loading-false-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-invert-disabled-false-active-false-loading-false-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-invert-disabled-false-active-false-loading-false-1-chromium-linux.png index 625be8e037..5577887210 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-invert-disabled-false-active-false-loading-false-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-invert-disabled-false-active-false-loading-false-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-invert-disabled-false-active-false-loading-false-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-invert-disabled-false-active-false-loading-false-1-firefox-linux.png index 89d9ed113b..3d50c5514b 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-invert-disabled-false-active-false-loading-false-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-invert-disabled-false-active-false-loading-false-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-invert-disabled-false-active-false-loading-false-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-invert-disabled-false-active-false-loading-false-1-webkit-linux.png index 853ed28e3c..32e64df869 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-invert-disabled-false-active-false-loading-false-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-invert-disabled-false-active-false-loading-false-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-invert-disabled-true-active-false-loading-false-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-invert-disabled-true-active-false-loading-false-1-chromium-linux.png index d726bf5219..d1be6757d3 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-invert-disabled-true-active-false-loading-false-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-invert-disabled-true-active-false-loading-false-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-invert-disabled-true-active-false-loading-false-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-invert-disabled-true-active-false-loading-false-1-firefox-linux.png index 9c757b7ce6..48426e30d7 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-invert-disabled-true-active-false-loading-false-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-invert-disabled-true-active-false-loading-false-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-invert-disabled-true-active-false-loading-false-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-invert-disabled-true-active-false-loading-false-1-webkit-linux.png index 17f2b1e29f..fa99231b36 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-invert-disabled-true-active-false-loading-false-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-invert-disabled-true-active-false-loading-false-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-success-disabled-false-active-false-loading-true-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-success-disabled-false-active-false-loading-true-1-chromium-linux.png index 4abe5541c9..d60d459690 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-success-disabled-false-active-false-loading-true-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-success-disabled-false-active-false-loading-true-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-success-disabled-false-active-false-loading-true-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-success-disabled-false-active-false-loading-true-1-firefox-linux.png index ff408170e9..69eac241ec 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-success-disabled-false-active-false-loading-true-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-success-disabled-false-active-false-loading-true-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-success-disabled-false-active-false-loading-true-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-success-disabled-false-active-false-loading-true-1-webkit-linux.png index 9342f38b5b..44d1113bd6 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-success-disabled-false-active-false-loading-true-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-success-disabled-false-active-false-loading-true-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-success-disabled-true-active-false-loading-false-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-success-disabled-true-active-false-loading-false-1-chromium-linux.png index 25073e7dab..a38612fdfc 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-success-disabled-true-active-false-loading-false-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-success-disabled-true-active-false-loading-false-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-success-disabled-true-active-false-loading-false-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-success-disabled-true-active-false-loading-false-1-firefox-linux.png index 07b2280e65..a20a2ae5e2 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-success-disabled-true-active-false-loading-false-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-success-disabled-true-active-false-loading-false-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-success-disabled-true-active-false-loading-false-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-success-disabled-true-active-false-loading-false-1-webkit-linux.png index 28177f323b..6c66f8071e 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-success-disabled-true-active-false-loading-false-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-primary-success-disabled-true-active-false-loading-false-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-seco-6f322-vert-disabled-true-active-false-loading-false-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-seco-6f322-vert-disabled-true-active-false-loading-false-1-chromium-linux.png index c191fc65b6..5b81795048 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-seco-6f322-vert-disabled-true-active-false-loading-false-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-seco-6f322-vert-disabled-true-active-false-loading-false-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-seco-6f322-vert-disabled-true-active-false-loading-false-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-seco-6f322-vert-disabled-true-active-false-loading-false-1-firefox-linux.png index 8700b5c1b0..6b819726cd 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-seco-6f322-vert-disabled-true-active-false-loading-false-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-seco-6f322-vert-disabled-true-active-false-loading-false-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-seco-6f322-vert-disabled-true-active-false-loading-false-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-seco-6f322-vert-disabled-true-active-false-loading-false-1-webkit-linux.png index de26a81616..33714932f2 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-seco-6f322-vert-disabled-true-active-false-loading-false-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-seco-6f322-vert-disabled-true-active-false-loading-false-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-seco-bb3a5-ted-disabled-false-active-false-loading-false-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-seco-bb3a5-ted-disabled-false-active-false-loading-false-1-chromium-linux.png index 7d80b94a02..2b518f429a 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-seco-bb3a5-ted-disabled-false-active-false-loading-false-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-seco-bb3a5-ted-disabled-false-active-false-loading-false-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-seco-bb3a5-ted-disabled-false-active-false-loading-false-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-seco-bb3a5-ted-disabled-false-active-false-loading-false-1-firefox-linux.png index 0ece8622f5..4741e7ed1c 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-seco-bb3a5-ted-disabled-false-active-false-loading-false-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-seco-bb3a5-ted-disabled-false-active-false-loading-false-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-seco-bb3a5-ted-disabled-false-active-false-loading-false-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-seco-bb3a5-ted-disabled-false-active-false-loading-false-1-webkit-linux.png index 8214a43489..cf40d86593 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-seco-bb3a5-ted-disabled-false-active-false-loading-false-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-seco-bb3a5-ted-disabled-false-active-false-loading-false-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-seco-f4543-ert-disabled-false-active-false-loading-false-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-seco-f4543-ert-disabled-false-active-false-loading-false-1-chromium-linux.png index 27c2592a73..3bbe0bf92f 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-seco-f4543-ert-disabled-false-active-false-loading-false-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-seco-f4543-ert-disabled-false-active-false-loading-false-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-seco-f4543-ert-disabled-false-active-false-loading-false-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-seco-f4543-ert-disabled-false-active-false-loading-false-1-firefox-linux.png index 511e1845e3..5606f80b1a 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-seco-f4543-ert-disabled-false-active-false-loading-false-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-seco-f4543-ert-disabled-false-active-false-loading-false-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-seco-f4543-ert-disabled-false-active-false-loading-false-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-seco-f4543-ert-disabled-false-active-false-loading-false-1-webkit-linux.png index de346cb4e3..6bce10bd7e 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-seco-f4543-ert-disabled-false-active-false-loading-false-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-seco-f4543-ert-disabled-false-active-false-loading-false-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-secondary-muted-disabled-false-active-false-loading-true-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-secondary-muted-disabled-false-active-false-loading-true-1-chromium-linux.png index 91ef41b0a2..66108a5f2a 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-secondary-muted-disabled-false-active-false-loading-true-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-secondary-muted-disabled-false-active-false-loading-true-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-secondary-muted-disabled-false-active-false-loading-true-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-secondary-muted-disabled-false-active-false-loading-true-1-firefox-linux.png index f0ab23c2bf..7cad29bca2 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-secondary-muted-disabled-false-active-false-loading-true-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-secondary-muted-disabled-false-active-false-loading-true-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-secondary-muted-disabled-false-active-false-loading-true-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-secondary-muted-disabled-false-active-false-loading-true-1-webkit-linux.png index 6064a0cb2a..4b8620aedb 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-secondary-muted-disabled-false-active-false-loading-true-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-secondary-muted-disabled-false-active-false-loading-true-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-secondary-muted-disabled-true-active-false-loading-false-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-secondary-muted-disabled-true-active-false-loading-false-1-chromium-linux.png index b02fd2265e..f2f03aee05 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-secondary-muted-disabled-true-active-false-loading-false-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-secondary-muted-disabled-true-active-false-loading-false-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-secondary-muted-disabled-true-active-false-loading-false-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-secondary-muted-disabled-true-active-false-loading-false-1-firefox-linux.png index c41018cb1f..f16185211d 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-secondary-muted-disabled-true-active-false-loading-false-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-secondary-muted-disabled-true-active-false-loading-false-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-secondary-muted-disabled-true-active-false-loading-false-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-secondary-muted-disabled-true-active-false-loading-false-1-webkit-linux.png index 7d0661e366..d6e2c08573 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-secondary-muted-disabled-true-active-false-loading-false-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-secondary-muted-disabled-true-active-false-loading-false-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-tert-cf04d-ert-disabled-false-active-false-loading-false-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-tert-cf04d-ert-disabled-false-active-false-loading-false-1-chromium-linux.png index 88181da989..6695a5d64d 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-tert-cf04d-ert-disabled-false-active-false-loading-false-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-tert-cf04d-ert-disabled-false-active-false-loading-false-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-tert-cf04d-ert-disabled-false-active-false-loading-false-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-tert-cf04d-ert-disabled-false-active-false-loading-false-1-firefox-linux.png index b3c9cb79b9..19f4773aaf 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-tert-cf04d-ert-disabled-false-active-false-loading-false-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-tert-cf04d-ert-disabled-false-active-false-loading-false-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-tert-cf04d-ert-disabled-false-active-false-loading-false-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-tert-cf04d-ert-disabled-false-active-false-loading-false-1-webkit-linux.png index df857cdfa7..2b2f9e6d5c 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-tert-cf04d-ert-disabled-false-active-false-loading-false-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-tert-cf04d-ert-disabled-false-active-false-loading-false-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-tertiary-invert-disabled-true-active-false-loading-false-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-tertiary-invert-disabled-true-active-false-loading-false-1-chromium-linux.png index c191fc65b6..2340143903 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-tertiary-invert-disabled-true-active-false-loading-false-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-tertiary-invert-disabled-true-active-false-loading-false-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-tertiary-invert-disabled-true-active-false-loading-false-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-tertiary-invert-disabled-true-active-false-loading-false-1-firefox-linux.png index 31425f87be..83741e61cc 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-tertiary-invert-disabled-true-active-false-loading-false-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-tertiary-invert-disabled-true-active-false-loading-false-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-tertiary-invert-disabled-true-active-false-loading-false-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-tertiary-invert-disabled-true-active-false-loading-false-1-webkit-linux.png index 468bd20f2a..a2d203207a 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-tertiary-invert-disabled-true-active-false-loading-false-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-tertiary-invert-disabled-true-active-false-loading-false-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-tertiary-muted-disabled-false-active-false-loading-false-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-tertiary-muted-disabled-false-active-false-loading-false-1-chromium-linux.png index 788721ff75..535d5cc2df 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-tertiary-muted-disabled-false-active-false-loading-false-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-tertiary-muted-disabled-false-active-false-loading-false-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-tertiary-muted-disabled-false-active-false-loading-false-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-tertiary-muted-disabled-false-active-false-loading-false-1-firefox-linux.png index 865c10cff1..b4032eef62 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-tertiary-muted-disabled-false-active-false-loading-false-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-tertiary-muted-disabled-false-active-false-loading-false-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-tertiary-muted-disabled-false-active-false-loading-false-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-tertiary-muted-disabled-false-active-false-loading-false-1-webkit-linux.png index 330dd53a15..777c66fe4b 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-tertiary-muted-disabled-false-active-false-loading-false-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-tertiary-muted-disabled-false-active-false-loading-false-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-tertiary-muted-disabled-false-active-false-loading-true-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-tertiary-muted-disabled-false-active-false-loading-true-1-chromium-linux.png index 8cc16b6d3f..475146dba8 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-tertiary-muted-disabled-false-active-false-loading-true-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-tertiary-muted-disabled-false-active-false-loading-true-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-tertiary-muted-disabled-false-active-false-loading-true-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-tertiary-muted-disabled-false-active-false-loading-true-1-firefox-linux.png index 11a01d4f58..5b0148cfe0 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-tertiary-muted-disabled-false-active-false-loading-true-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-tertiary-muted-disabled-false-active-false-loading-true-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-tertiary-muted-disabled-false-active-false-loading-true-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-tertiary-muted-disabled-false-active-false-loading-true-1-webkit-linux.png index 3eb1903a48..14bc37328a 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-tertiary-muted-disabled-false-active-false-loading-true-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-tertiary-muted-disabled-false-active-false-loading-true-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-tertiary-muted-disabled-true-active-false-loading-false-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-tertiary-muted-disabled-true-active-false-loading-false-1-chromium-linux.png index f39cd8b111..938ba5a0ff 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-tertiary-muted-disabled-true-active-false-loading-false-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-tertiary-muted-disabled-true-active-false-loading-false-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-tertiary-muted-disabled-true-active-false-loading-false-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-tertiary-muted-disabled-true-active-false-loading-false-1-firefox-linux.png index 9a71ce075d..27275a29c3 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-tertiary-muted-disabled-true-active-false-loading-false-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-tertiary-muted-disabled-true-active-false-loading-false-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-tertiary-muted-disabled-true-active-false-loading-false-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-tertiary-muted-disabled-true-active-false-loading-false-1-webkit-linux.png index dbbcf7806f..28e6fc8570 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-tertiary-muted-disabled-true-active-false-loading-false-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-l-theme-tertiary-muted-disabled-true-active-false-loading-false-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-prim-b3d54-ess-disabled-false-active-false-loading-false-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-prim-b3d54-ess-disabled-false-active-false-loading-false-1-chromium-linux.png index 2a72e07b17..1e1b4bf17d 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-prim-b3d54-ess-disabled-false-active-false-loading-false-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-prim-b3d54-ess-disabled-false-active-false-loading-false-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-prim-b3d54-ess-disabled-false-active-false-loading-false-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-prim-b3d54-ess-disabled-false-active-false-loading-false-1-firefox-linux.png index 0ac9263caf..7d97c8f1d5 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-prim-b3d54-ess-disabled-false-active-false-loading-false-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-prim-b3d54-ess-disabled-false-active-false-loading-false-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-prim-b3d54-ess-disabled-false-active-false-loading-false-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-prim-b3d54-ess-disabled-false-active-false-loading-false-1-webkit-linux.png index 6f0e180f4d..7b0011c1df 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-prim-b3d54-ess-disabled-false-active-false-loading-false-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-prim-b3d54-ess-disabled-false-active-false-loading-false-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-brand-disabled-false-active-false-loading-false-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-brand-disabled-false-active-false-loading-false-1-chromium-linux.png index e16c265b2f..3e9a89880c 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-brand-disabled-false-active-false-loading-false-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-brand-disabled-false-active-false-loading-false-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-brand-disabled-false-active-false-loading-false-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-brand-disabled-false-active-false-loading-false-1-firefox-linux.png index a66f6e7772..57c6ee34b0 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-brand-disabled-false-active-false-loading-false-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-brand-disabled-false-active-false-loading-false-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-brand-disabled-false-active-false-loading-false-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-brand-disabled-false-active-false-loading-false-1-webkit-linux.png index bd20af448c..51c841018f 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-brand-disabled-false-active-false-loading-false-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-brand-disabled-false-active-false-loading-false-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-brand-disabled-false-active-false-loading-true-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-brand-disabled-false-active-false-loading-true-1-chromium-linux.png index 2bb687fc35..b88621eafc 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-brand-disabled-false-active-false-loading-true-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-brand-disabled-false-active-false-loading-true-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-brand-disabled-false-active-false-loading-true-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-brand-disabled-false-active-false-loading-true-1-firefox-linux.png index e86c3e59aa..dac1f90dc7 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-brand-disabled-false-active-false-loading-true-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-brand-disabled-false-active-false-loading-true-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-brand-disabled-false-active-false-loading-true-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-brand-disabled-false-active-false-loading-true-1-webkit-linux.png index 28144541ea..00dacc8adf 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-brand-disabled-false-active-false-loading-true-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-brand-disabled-false-active-false-loading-true-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-brand-disabled-false-active-true-loading-false-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-brand-disabled-false-active-true-loading-false-1-chromium-linux.png index 73e886bd92..f3fac22ed1 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-brand-disabled-false-active-true-loading-false-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-brand-disabled-false-active-true-loading-false-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-brand-disabled-false-active-true-loading-false-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-brand-disabled-false-active-true-loading-false-1-firefox-linux.png index 3636a0c9d1..c9d0c8b755 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-brand-disabled-false-active-true-loading-false-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-brand-disabled-false-active-true-loading-false-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-brand-disabled-false-active-true-loading-false-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-brand-disabled-false-active-true-loading-false-1-webkit-linux.png index f1efca1cbb..3645b8cf3c 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-brand-disabled-false-active-true-loading-false-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-brand-disabled-false-active-true-loading-false-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-danger-disabled-false-active-false-loading-false-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-danger-disabled-false-active-false-loading-false-1-chromium-linux.png index 8d143290f0..6edd6718d4 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-danger-disabled-false-active-false-loading-false-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-danger-disabled-false-active-false-loading-false-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-danger-disabled-false-active-false-loading-false-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-danger-disabled-false-active-false-loading-false-1-firefox-linux.png index f7b00097d2..acd8a71bdf 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-danger-disabled-false-active-false-loading-false-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-danger-disabled-false-active-false-loading-false-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-danger-disabled-false-active-false-loading-false-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-danger-disabled-false-active-false-loading-false-1-webkit-linux.png index 2ae7e69fdb..08782f197f 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-danger-disabled-false-active-false-loading-false-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-danger-disabled-false-active-false-loading-false-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-danger-disabled-false-active-false-loading-true-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-danger-disabled-false-active-false-loading-true-1-chromium-linux.png index fd6002aea6..91cfebd7a1 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-danger-disabled-false-active-false-loading-true-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-danger-disabled-false-active-false-loading-true-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-danger-disabled-false-active-false-loading-true-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-danger-disabled-false-active-false-loading-true-1-firefox-linux.png index 4025f3bd90..8e10f18291 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-danger-disabled-false-active-false-loading-true-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-danger-disabled-false-active-false-loading-true-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-danger-disabled-false-active-false-loading-true-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-danger-disabled-false-active-false-loading-true-1-webkit-linux.png index 0a6d62431a..f0210bfc48 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-danger-disabled-false-active-false-loading-true-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-danger-disabled-false-active-false-loading-true-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-danger-disabled-false-active-true-loading-false-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-danger-disabled-false-active-true-loading-false-1-chromium-linux.png index 7f3db368d0..a1f0e99a1e 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-danger-disabled-false-active-true-loading-false-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-danger-disabled-false-active-true-loading-false-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-danger-disabled-false-active-true-loading-false-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-danger-disabled-false-active-true-loading-false-1-firefox-linux.png index cd97a9ab3f..3a603e3591 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-danger-disabled-false-active-true-loading-false-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-danger-disabled-false-active-true-loading-false-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-danger-disabled-false-active-true-loading-false-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-danger-disabled-false-active-true-loading-false-1-webkit-linux.png index 6f9076b58e..e883926b83 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-danger-disabled-false-active-true-loading-false-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-danger-disabled-false-active-true-loading-false-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-info-disabled-false-active-false-loading-false-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-info-disabled-false-active-false-loading-false-1-chromium-linux.png index 8276504394..25ad91ccb2 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-info-disabled-false-active-false-loading-false-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-info-disabled-false-active-false-loading-false-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-info-disabled-false-active-false-loading-false-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-info-disabled-false-active-false-loading-false-1-firefox-linux.png index 83b78b84f6..75119156b5 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-info-disabled-false-active-false-loading-false-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-info-disabled-false-active-false-loading-false-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-info-disabled-false-active-false-loading-false-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-info-disabled-false-active-false-loading-false-1-webkit-linux.png index b877fd8137..afb41b237b 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-info-disabled-false-active-false-loading-false-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-info-disabled-false-active-false-loading-false-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-info-disabled-false-active-true-loading-false-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-info-disabled-false-active-true-loading-false-1-chromium-linux.png index 757f22330a..68418ce955 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-info-disabled-false-active-true-loading-false-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-info-disabled-false-active-true-loading-false-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-info-disabled-false-active-true-loading-false-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-info-disabled-false-active-true-loading-false-1-firefox-linux.png index 57b06a9891..98e183f809 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-info-disabled-false-active-true-loading-false-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-info-disabled-false-active-true-loading-false-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-info-disabled-false-active-true-loading-false-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-info-disabled-false-active-true-loading-false-1-webkit-linux.png index c66bc68b65..d49434b091 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-info-disabled-false-active-true-loading-false-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-info-disabled-false-active-true-loading-false-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-invert-disabled-false-active-false-loading-false-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-invert-disabled-false-active-false-loading-false-1-chromium-linux.png index 7cf2f3b522..7abecf4e54 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-invert-disabled-false-active-false-loading-false-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-invert-disabled-false-active-false-loading-false-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-invert-disabled-false-active-false-loading-false-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-invert-disabled-false-active-false-loading-false-1-firefox-linux.png index 930af4d16d..3768200606 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-invert-disabled-false-active-false-loading-false-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-invert-disabled-false-active-false-loading-false-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-invert-disabled-false-active-false-loading-false-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-invert-disabled-false-active-false-loading-false-1-webkit-linux.png index f8a2082f15..c5278a254c 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-invert-disabled-false-active-false-loading-false-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-invert-disabled-false-active-false-loading-false-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-invert-disabled-false-active-false-loading-true-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-invert-disabled-false-active-false-loading-true-1-chromium-linux.png index fe21214d95..1f60ee8b5d 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-invert-disabled-false-active-false-loading-true-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-invert-disabled-false-active-false-loading-true-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-invert-disabled-false-active-false-loading-true-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-invert-disabled-false-active-false-loading-true-1-firefox-linux.png index bbcb0ccea0..90ff7e9745 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-invert-disabled-false-active-false-loading-true-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-invert-disabled-false-active-false-loading-true-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-invert-disabled-false-active-false-loading-true-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-invert-disabled-false-active-false-loading-true-1-webkit-linux.png index 8cc94ee41a..a7ea5fd139 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-invert-disabled-false-active-false-loading-true-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-invert-disabled-false-active-false-loading-true-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-invert-disabled-false-active-true-loading-false-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-invert-disabled-false-active-true-loading-false-1-chromium-linux.png index 6e615859bf..de4faa5486 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-invert-disabled-false-active-true-loading-false-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-invert-disabled-false-active-true-loading-false-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-invert-disabled-false-active-true-loading-false-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-invert-disabled-false-active-true-loading-false-1-firefox-linux.png index 7b2084a2a0..1c1bccb0ef 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-invert-disabled-false-active-true-loading-false-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-invert-disabled-false-active-true-loading-false-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-invert-disabled-false-active-true-loading-false-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-invert-disabled-false-active-true-loading-false-1-webkit-linux.png index 8bf0c99310..1eff73b973 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-invert-disabled-false-active-true-loading-false-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-invert-disabled-false-active-true-loading-false-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-success-disabled-false-active-true-loading-false-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-success-disabled-false-active-true-loading-false-1-chromium-linux.png index 96a4b0cf85..bd0a4bf259 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-success-disabled-false-active-true-loading-false-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-success-disabled-false-active-true-loading-false-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-success-disabled-false-active-true-loading-false-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-success-disabled-false-active-true-loading-false-1-firefox-linux.png index 54dad32d2a..d304d00398 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-success-disabled-false-active-true-loading-false-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-success-disabled-false-active-true-loading-false-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-success-disabled-false-active-true-loading-false-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-success-disabled-false-active-true-loading-false-1-webkit-linux.png index a7ae41ffe7..879d0fc2ba 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-success-disabled-false-active-true-loading-false-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-primary-success-disabled-false-active-true-loading-false-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-seco-3f966-vert-disabled-false-active-false-loading-true-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-seco-3f966-vert-disabled-false-active-false-loading-true-1-chromium-linux.png index 199c8edb1f..dd006d07cd 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-seco-3f966-vert-disabled-false-active-false-loading-true-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-seco-3f966-vert-disabled-false-active-false-loading-true-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-seco-3f966-vert-disabled-false-active-false-loading-true-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-seco-3f966-vert-disabled-false-active-false-loading-true-1-firefox-linux.png index 060d260783..0480955c44 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-seco-3f966-vert-disabled-false-active-false-loading-true-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-seco-3f966-vert-disabled-false-active-false-loading-true-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-seco-3f966-vert-disabled-false-active-false-loading-true-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-seco-3f966-vert-disabled-false-active-false-loading-true-1-webkit-linux.png index a7dd43bd8b..2654c77eb9 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-seco-3f966-vert-disabled-false-active-false-loading-true-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-seco-3f966-vert-disabled-false-active-false-loading-true-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-seco-75f74-ted-disabled-false-active-false-loading-false-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-seco-75f74-ted-disabled-false-active-false-loading-false-1-chromium-linux.png index 5a28a0bd2f..955c2b1461 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-seco-75f74-ted-disabled-false-active-false-loading-false-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-seco-75f74-ted-disabled-false-active-false-loading-false-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-seco-75f74-ted-disabled-false-active-false-loading-false-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-seco-75f74-ted-disabled-false-active-false-loading-false-1-firefox-linux.png index 7a96951086..8d720d1934 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-seco-75f74-ted-disabled-false-active-false-loading-false-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-seco-75f74-ted-disabled-false-active-false-loading-false-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-seco-75f74-ted-disabled-false-active-false-loading-false-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-seco-75f74-ted-disabled-false-active-false-loading-false-1-webkit-linux.png index e932245170..6435c5a929 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-seco-75f74-ted-disabled-false-active-false-loading-false-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-seco-75f74-ted-disabled-false-active-false-loading-false-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-seco-ef38a-vert-disabled-false-active-true-loading-false-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-seco-ef38a-vert-disabled-false-active-true-loading-false-1-chromium-linux.png index 34ed77aede..623a29f11e 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-seco-ef38a-vert-disabled-false-active-true-loading-false-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-seco-ef38a-vert-disabled-false-active-true-loading-false-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-seco-ef38a-vert-disabled-false-active-true-loading-false-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-seco-ef38a-vert-disabled-false-active-true-loading-false-1-firefox-linux.png index 48c0ef132d..e5b5fbc8f5 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-seco-ef38a-vert-disabled-false-active-true-loading-false-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-seco-ef38a-vert-disabled-false-active-true-loading-false-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-seco-ef38a-vert-disabled-false-active-true-loading-false-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-seco-ef38a-vert-disabled-false-active-true-loading-false-1-webkit-linux.png index 04ae63b28a..ca7d5a747d 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-seco-ef38a-vert-disabled-false-active-true-loading-false-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-seco-ef38a-vert-disabled-false-active-true-loading-false-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-seco-f7a75-ert-disabled-false-active-false-loading-false-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-seco-f7a75-ert-disabled-false-active-false-loading-false-1-chromium-linux.png index 670d1b90fd..5182694f19 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-seco-f7a75-ert-disabled-false-active-false-loading-false-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-seco-f7a75-ert-disabled-false-active-false-loading-false-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-seco-f7a75-ert-disabled-false-active-false-loading-false-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-seco-f7a75-ert-disabled-false-active-false-loading-false-1-firefox-linux.png index fa11ce95b3..6c2a8d7bfc 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-seco-f7a75-ert-disabled-false-active-false-loading-false-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-seco-f7a75-ert-disabled-false-active-false-loading-false-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-seco-f7a75-ert-disabled-false-active-false-loading-false-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-seco-f7a75-ert-disabled-false-active-false-loading-false-1-webkit-linux.png index 0baee3f62e..9093cccb71 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-seco-f7a75-ert-disabled-false-active-false-loading-false-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-seco-f7a75-ert-disabled-false-active-false-loading-false-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-secondary-muted-disabled-false-active-true-loading-false-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-secondary-muted-disabled-false-active-true-loading-false-1-chromium-linux.png index fdf0a24b87..92db614ec4 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-secondary-muted-disabled-false-active-true-loading-false-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-secondary-muted-disabled-false-active-true-loading-false-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-secondary-muted-disabled-false-active-true-loading-false-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-secondary-muted-disabled-false-active-true-loading-false-1-firefox-linux.png index 848fce6683..cfb91e7c9b 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-secondary-muted-disabled-false-active-true-loading-false-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-secondary-muted-disabled-false-active-true-loading-false-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-secondary-muted-disabled-false-active-true-loading-false-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-secondary-muted-disabled-false-active-true-loading-false-1-webkit-linux.png index 3530183f77..90aa54607c 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-secondary-muted-disabled-false-active-true-loading-false-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-secondary-muted-disabled-false-active-true-loading-false-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-tert-3c573-ert-disabled-false-active-false-loading-false-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-tert-3c573-ert-disabled-false-active-false-loading-false-1-chromium-linux.png index eca0e7f2c1..8c087a4cad 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-tert-3c573-ert-disabled-false-active-false-loading-false-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-tert-3c573-ert-disabled-false-active-false-loading-false-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-tert-3c573-ert-disabled-false-active-false-loading-false-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-tert-3c573-ert-disabled-false-active-false-loading-false-1-firefox-linux.png index 6b55521028..80f6461882 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-tert-3c573-ert-disabled-false-active-false-loading-false-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-tert-3c573-ert-disabled-false-active-false-loading-false-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-tert-3c573-ert-disabled-false-active-false-loading-false-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-tert-3c573-ert-disabled-false-active-false-loading-false-1-webkit-linux.png index a09479c8dd..d385b91854 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-tert-3c573-ert-disabled-false-active-false-loading-false-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-tert-3c573-ert-disabled-false-active-false-loading-false-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-tertiary-invert-disabled-false-active-false-loading-true-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-tertiary-invert-disabled-false-active-false-loading-true-1-chromium-linux.png index 4c64036e16..b38af4f087 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-tertiary-invert-disabled-false-active-false-loading-true-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-tertiary-invert-disabled-false-active-false-loading-true-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-tertiary-invert-disabled-false-active-false-loading-true-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-tertiary-invert-disabled-false-active-false-loading-true-1-firefox-linux.png index 76cb12f87e..87697286be 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-tertiary-invert-disabled-false-active-false-loading-true-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-tertiary-invert-disabled-false-active-false-loading-true-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-tertiary-invert-disabled-false-active-false-loading-true-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-tertiary-invert-disabled-false-active-false-loading-true-1-webkit-linux.png index f844c60dc1..d66ae0e8ea 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-tertiary-invert-disabled-false-active-false-loading-true-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-tertiary-invert-disabled-false-active-false-loading-true-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-tertiary-invert-disabled-false-active-true-loading-false-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-tertiary-invert-disabled-false-active-true-loading-false-1-chromium-linux.png index e34cabdf21..0be7723ea1 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-tertiary-invert-disabled-false-active-true-loading-false-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-tertiary-invert-disabled-false-active-true-loading-false-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-tertiary-invert-disabled-false-active-true-loading-false-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-tertiary-invert-disabled-false-active-true-loading-false-1-firefox-linux.png index be4d4ed7c8..e5b5fbc8f5 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-tertiary-invert-disabled-false-active-true-loading-false-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-tertiary-invert-disabled-false-active-true-loading-false-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-tertiary-invert-disabled-false-active-true-loading-false-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-tertiary-invert-disabled-false-active-true-loading-false-1-webkit-linux.png index 8b176b5b25..ca7d5a747d 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-tertiary-invert-disabled-false-active-true-loading-false-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-tertiary-invert-disabled-false-active-true-loading-false-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-tertiary-muted-disabled-false-active-false-loading-false-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-tertiary-muted-disabled-false-active-false-loading-false-1-chromium-linux.png index 66055e99f4..1ff43aef8d 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-tertiary-muted-disabled-false-active-false-loading-false-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-tertiary-muted-disabled-false-active-false-loading-false-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-tertiary-muted-disabled-false-active-false-loading-false-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-tertiary-muted-disabled-false-active-false-loading-false-1-firefox-linux.png index 7bce1c0566..d6c73bda0c 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-tertiary-muted-disabled-false-active-false-loading-false-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-tertiary-muted-disabled-false-active-false-loading-false-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-tertiary-muted-disabled-false-active-false-loading-false-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-tertiary-muted-disabled-false-active-false-loading-false-1-webkit-linux.png index 86028ff54c..2413a4c6c6 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-tertiary-muted-disabled-false-active-false-loading-false-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-tertiary-muted-disabled-false-active-false-loading-false-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-tertiary-muted-disabled-false-active-true-loading-false-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-tertiary-muted-disabled-false-active-true-loading-false-1-chromium-linux.png index c3b366aad5..4a3459147d 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-tertiary-muted-disabled-false-active-true-loading-false-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-tertiary-muted-disabled-false-active-true-loading-false-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-tertiary-muted-disabled-false-active-true-loading-false-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-tertiary-muted-disabled-false-active-true-loading-false-1-firefox-linux.png index ccba903090..7b98beb101 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-tertiary-muted-disabled-false-active-true-loading-false-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-tertiary-muted-disabled-false-active-true-loading-false-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-tertiary-muted-disabled-false-active-true-loading-false-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-tertiary-muted-disabled-false-active-true-loading-false-1-webkit-linux.png index d5c3be6ae4..ac9bee368b 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-tertiary-muted-disabled-false-active-true-loading-false-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-m-theme-tertiary-muted-disabled-false-active-true-loading-false-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-Hint-visual-cropPosition-end-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-Hint-visual-cropPosition-end-1-chromium-linux.png index 61f12fb720..cf920e8bd6 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-Hint-visual-cropPosition-end-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-Hint-visual-cropPosition-end-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-Hint-visual-cropPosition-end-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-Hint-visual-cropPosition-end-1-firefox-linux.png index 59fe61470e..6ab5933013 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-Hint-visual-cropPosition-end-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-Hint-visual-cropPosition-end-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-Hint-visual-cropPosition-end-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-Hint-visual-cropPosition-end-1-webkit-linux.png index 78d6712d5e..c0fb53c42b 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-Hint-visual-cropPosition-end-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-Hint-visual-cropPosition-end-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-Hint-visual-cropPosition-middle-lastRequiredSymbols-2-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-Hint-visual-cropPosition-middle-lastRequiredSymbols-2-1-chromium-linux.png index da448c1efd..4aa42423e9 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-Hint-visual-cropPosition-middle-lastRequiredSymbols-2-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-Hint-visual-cropPosition-middle-lastRequiredSymbols-2-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-Hint-visual-cropPosition-middle-lastRequiredSymbols-2-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-Hint-visual-cropPosition-middle-lastRequiredSymbols-2-1-firefox-linux.png index 7e4bcb90a8..dc4dadcd82 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-Hint-visual-cropPosition-middle-lastRequiredSymbols-2-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-Hint-visual-cropPosition-middle-lastRequiredSymbols-2-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-Hint-visual-cropPosition-middle-lastRequiredSymbols-2-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-Hint-visual-cropPosition-middle-lastRequiredSymbols-2-1-webkit-linux.png index 3d4868de35..581a06d8a9 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-Hint-visual-cropPosition-middle-lastRequiredSymbols-2-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-Hint-visual-cropPosition-middle-lastRequiredSymbols-2-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-Hint-visual-cropPosition-middle-size-l-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-Hint-visual-cropPosition-middle-size-l-1-chromium-linux.png index 37a9f2c601..0241946dc7 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-Hint-visual-cropPosition-middle-size-l-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-Hint-visual-cropPosition-middle-size-l-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-Hint-visual-cropPosition-middle-size-l-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-Hint-visual-cropPosition-middle-size-l-1-firefox-linux.png index 1987a9287d..89bea54182 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-Hint-visual-cropPosition-middle-size-l-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-Hint-visual-cropPosition-middle-size-l-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-Hint-visual-cropPosition-middle-size-l-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-Hint-visual-cropPosition-middle-size-l-1-webkit-linux.png index 4ac7cfbf05..790fbc03f3 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-Hint-visual-cropPosition-middle-size-l-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-Hint-visual-cropPosition-middle-size-l-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-05dc6-cess-disabled-false-active-false-loading-true-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-05dc6-cess-disabled-false-active-false-loading-true-1-chromium-linux.png index 53a7c502b5..297258adb5 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-05dc6-cess-disabled-false-active-false-loading-true-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-05dc6-cess-disabled-false-active-false-loading-true-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-05dc6-cess-disabled-false-active-false-loading-true-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-05dc6-cess-disabled-false-active-false-loading-true-1-firefox-linux.png index 7fee7e435a..c7102274cd 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-05dc6-cess-disabled-false-active-false-loading-true-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-05dc6-cess-disabled-false-active-false-loading-true-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-05dc6-cess-disabled-false-active-false-loading-true-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-05dc6-cess-disabled-false-active-false-loading-true-1-webkit-linux.png index 40a7f4cf39..ec3fb20555 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-05dc6-cess-disabled-false-active-false-loading-true-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-05dc6-cess-disabled-false-active-false-loading-true-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-07aa9-and-disabled-false-active-false-loading-false-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-07aa9-and-disabled-false-active-false-loading-false-1-chromium-linux.png index effffbf731..b11ce03763 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-07aa9-and-disabled-false-active-false-loading-false-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-07aa9-and-disabled-false-active-false-loading-false-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-07aa9-and-disabled-false-active-false-loading-false-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-07aa9-and-disabled-false-active-false-loading-false-1-firefox-linux.png index f42d8d97bb..9147f6d5c9 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-07aa9-and-disabled-false-active-false-loading-false-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-07aa9-and-disabled-false-active-false-loading-false-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-07aa9-and-disabled-false-active-false-loading-false-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-07aa9-and-disabled-false-active-false-loading-false-1-webkit-linux.png index 76566033af..1eab93e1ba 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-07aa9-and-disabled-false-active-false-loading-false-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-07aa9-and-disabled-false-active-false-loading-false-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-07dad-vert-disabled-false-active-false-loading-true-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-07dad-vert-disabled-false-active-false-loading-true-1-chromium-linux.png index 18c546d9d8..e132e24d0f 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-07dad-vert-disabled-false-active-false-loading-true-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-07dad-vert-disabled-false-active-false-loading-true-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-07dad-vert-disabled-false-active-false-loading-true-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-07dad-vert-disabled-false-active-false-loading-true-1-firefox-linux.png index b2e8234483..f06283f1bf 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-07dad-vert-disabled-false-active-false-loading-true-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-07dad-vert-disabled-false-active-false-loading-true-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-07dad-vert-disabled-false-active-false-loading-true-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-07dad-vert-disabled-false-active-false-loading-true-1-webkit-linux.png index 67c966e362..decda6136e 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-07dad-vert-disabled-false-active-false-loading-true-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-07dad-vert-disabled-false-active-false-loading-true-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-0aa81-rand-disabled-true-active-false-loading-false-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-0aa81-rand-disabled-true-active-false-loading-false-1-chromium-linux.png index 58af4a2b4d..438e9a0c2e 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-0aa81-rand-disabled-true-active-false-loading-false-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-0aa81-rand-disabled-true-active-false-loading-false-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-0aa81-rand-disabled-true-active-false-loading-false-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-0aa81-rand-disabled-true-active-false-loading-false-1-firefox-linux.png index c9c77d283f..ffce5f1713 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-0aa81-rand-disabled-true-active-false-loading-false-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-0aa81-rand-disabled-true-active-false-loading-false-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-0aa81-rand-disabled-true-active-false-loading-false-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-0aa81-rand-disabled-true-active-false-loading-false-1-webkit-linux.png index 3b8c6d8a76..829ac93bf7 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-0aa81-rand-disabled-true-active-false-loading-false-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-0aa81-rand-disabled-true-active-false-loading-false-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-0dca3-info-disabled-false-active-false-loading-true-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-0dca3-info-disabled-false-active-false-loading-true-1-chromium-linux.png index 5814e3a3f1..6372b1da08 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-0dca3-info-disabled-false-active-false-loading-true-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-0dca3-info-disabled-false-active-false-loading-true-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-0dca3-info-disabled-false-active-false-loading-true-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-0dca3-info-disabled-false-active-false-loading-true-1-firefox-linux.png index 3fd525b8bc..9b8ceff070 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-0dca3-info-disabled-false-active-false-loading-true-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-0dca3-info-disabled-false-active-false-loading-true-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-0dca3-info-disabled-false-active-false-loading-true-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-0dca3-info-disabled-false-active-false-loading-true-1-webkit-linux.png index 15aa5b0579..c046229f07 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-0dca3-info-disabled-false-active-false-loading-true-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-0dca3-info-disabled-false-active-false-loading-true-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-22afc-vert-disabled-true-active-false-loading-false-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-22afc-vert-disabled-true-active-false-loading-false-1-chromium-linux.png index 4cf1b84f29..403e034b8d 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-22afc-vert-disabled-true-active-false-loading-false-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-22afc-vert-disabled-true-active-false-loading-false-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-22afc-vert-disabled-true-active-false-loading-false-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-22afc-vert-disabled-true-active-false-loading-false-1-firefox-linux.png index 3fd9c65112..18c4cfb8e7 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-22afc-vert-disabled-true-active-false-loading-false-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-22afc-vert-disabled-true-active-false-loading-false-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-22afc-vert-disabled-true-active-false-loading-false-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-22afc-vert-disabled-true-active-false-loading-false-1-webkit-linux.png index bba5284d94..1ce17c0ae2 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-22afc-vert-disabled-true-active-false-loading-false-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-22afc-vert-disabled-true-active-false-loading-false-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-277fc-vert-disabled-false-active-false-loading-true-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-277fc-vert-disabled-false-active-false-loading-true-1-chromium-linux.png index e4969bb118..63d6d715dd 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-277fc-vert-disabled-false-active-false-loading-true-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-277fc-vert-disabled-false-active-false-loading-true-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-277fc-vert-disabled-false-active-false-loading-true-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-277fc-vert-disabled-false-active-false-loading-true-1-firefox-linux.png index 01a2cf4297..6ada5233bb 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-277fc-vert-disabled-false-active-false-loading-true-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-277fc-vert-disabled-false-active-false-loading-true-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-277fc-vert-disabled-false-active-false-loading-true-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-277fc-vert-disabled-false-active-false-loading-true-1-webkit-linux.png index cfe7ea290a..bceebdd05e 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-277fc-vert-disabled-false-active-false-loading-true-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-277fc-vert-disabled-false-active-false-loading-true-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-34697-nfo-disabled-false-active-false-loading-false-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-34697-nfo-disabled-false-active-false-loading-false-1-chromium-linux.png index edfeab3ab6..2ac70daf27 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-34697-nfo-disabled-false-active-false-loading-false-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-34697-nfo-disabled-false-active-false-loading-false-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-34697-nfo-disabled-false-active-false-loading-false-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-34697-nfo-disabled-false-active-false-loading-false-1-firefox-linux.png index 04c9e0895d..5bb02abe21 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-34697-nfo-disabled-false-active-false-loading-false-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-34697-nfo-disabled-false-active-false-loading-false-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-34697-nfo-disabled-false-active-false-loading-false-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-34697-nfo-disabled-false-active-false-loading-false-1-webkit-linux.png index df1c12eee1..36cf7a42e4 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-34697-nfo-disabled-false-active-false-loading-false-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-34697-nfo-disabled-false-active-false-loading-false-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-432ce-ess-disabled-false-active-false-loading-false-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-432ce-ess-disabled-false-active-false-loading-false-1-chromium-linux.png index 953df019a8..7b2b87cef3 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-432ce-ess-disabled-false-active-false-loading-false-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-432ce-ess-disabled-false-active-false-loading-false-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-432ce-ess-disabled-false-active-false-loading-false-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-432ce-ess-disabled-false-active-false-loading-false-1-firefox-linux.png index 28543f34bc..25c801e78d 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-432ce-ess-disabled-false-active-false-loading-false-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-432ce-ess-disabled-false-active-false-loading-false-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-432ce-ess-disabled-false-active-false-loading-false-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-432ce-ess-disabled-false-active-false-loading-false-1-webkit-linux.png index 4c7792ac10..fcc1752e23 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-432ce-ess-disabled-false-active-false-loading-false-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-432ce-ess-disabled-false-active-false-loading-false-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-43321-ted-disabled-false-active-false-loading-false-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-43321-ted-disabled-false-active-false-loading-false-1-chromium-linux.png index f36dcd6b71..bc805cbdc4 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-43321-ted-disabled-false-active-false-loading-false-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-43321-ted-disabled-false-active-false-loading-false-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-43321-ted-disabled-false-active-false-loading-false-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-43321-ted-disabled-false-active-false-loading-false-1-firefox-linux.png index 0cce10fa5b..c9f8f18365 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-43321-ted-disabled-false-active-false-loading-false-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-43321-ted-disabled-false-active-false-loading-false-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-43321-ted-disabled-false-active-false-loading-false-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-43321-ted-disabled-false-active-false-loading-false-1-webkit-linux.png index 59759973b1..258512efd5 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-43321-ted-disabled-false-active-false-loading-false-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-43321-ted-disabled-false-active-false-loading-false-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-483b9-rand-disabled-false-active-true-loading-false-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-483b9-rand-disabled-false-active-true-loading-false-1-chromium-linux.png index 233e521fb9..200df807cd 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-483b9-rand-disabled-false-active-true-loading-false-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-483b9-rand-disabled-false-active-true-loading-false-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-483b9-rand-disabled-false-active-true-loading-false-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-483b9-rand-disabled-false-active-true-loading-false-1-firefox-linux.png index cbb87a17ad..bfea0227af 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-483b9-rand-disabled-false-active-true-loading-false-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-483b9-rand-disabled-false-active-true-loading-false-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-483b9-rand-disabled-false-active-true-loading-false-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-483b9-rand-disabled-false-active-true-loading-false-1-webkit-linux.png index bfe083fc71..7167233c5f 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-483b9-rand-disabled-false-active-true-loading-false-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-483b9-rand-disabled-false-active-true-loading-false-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-508f4-rand-disabled-false-active-false-loading-true-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-508f4-rand-disabled-false-active-false-loading-true-1-chromium-linux.png index 699857ff3c..12a44c56d8 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-508f4-rand-disabled-false-active-false-loading-true-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-508f4-rand-disabled-false-active-false-loading-true-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-508f4-rand-disabled-false-active-false-loading-true-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-508f4-rand-disabled-false-active-false-loading-true-1-firefox-linux.png index 5af251a95f..789b25cd1d 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-508f4-rand-disabled-false-active-false-loading-true-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-508f4-rand-disabled-false-active-false-loading-true-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-508f4-rand-disabled-false-active-false-loading-true-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-508f4-rand-disabled-false-active-false-loading-true-1-webkit-linux.png index 8d79427b35..e3c0bbe45d 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-508f4-rand-disabled-false-active-false-loading-true-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-508f4-rand-disabled-false-active-false-loading-true-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-5e4e1-rand-disabled-false-active-false-loading-true-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-5e4e1-rand-disabled-false-active-false-loading-true-1-chromium-linux.png index cfb9b2cbef..a6f74af16e 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-5e4e1-rand-disabled-false-active-false-loading-true-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-5e4e1-rand-disabled-false-active-false-loading-true-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-5e4e1-rand-disabled-false-active-false-loading-true-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-5e4e1-rand-disabled-false-active-false-loading-true-1-firefox-linux.png index 0ccf394499..d69bb18ffb 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-5e4e1-rand-disabled-false-active-false-loading-true-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-5e4e1-rand-disabled-false-active-false-loading-true-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-5e4e1-rand-disabled-false-active-false-loading-true-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-5e4e1-rand-disabled-false-active-false-loading-true-1-webkit-linux.png index 531bb99bd4..8226226b6c 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-5e4e1-rand-disabled-false-active-false-loading-true-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-5e4e1-rand-disabled-false-active-false-loading-true-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-78a24-vert-disabled-false-active-false-loading-true-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-78a24-vert-disabled-false-active-false-loading-true-1-chromium-linux.png index 07f1b87ce5..33c94f14bb 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-78a24-vert-disabled-false-active-false-loading-true-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-78a24-vert-disabled-false-active-false-loading-true-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-78a24-vert-disabled-false-active-false-loading-true-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-78a24-vert-disabled-false-active-false-loading-true-1-firefox-linux.png index 2cdf340408..bb8cd92fd9 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-78a24-vert-disabled-false-active-false-loading-true-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-78a24-vert-disabled-false-active-false-loading-true-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-78a24-vert-disabled-false-active-false-loading-true-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-78a24-vert-disabled-false-active-false-loading-true-1-webkit-linux.png index cb3a7a5b7a..fb7706a810 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-78a24-vert-disabled-false-active-false-loading-true-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-78a24-vert-disabled-false-active-false-loading-true-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-7d1ec-ert-disabled-false-active-false-loading-false-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-7d1ec-ert-disabled-false-active-false-loading-false-1-chromium-linux.png index b81d09313c..6094e2bca0 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-7d1ec-ert-disabled-false-active-false-loading-false-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-7d1ec-ert-disabled-false-active-false-loading-false-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-7d1ec-ert-disabled-false-active-false-loading-false-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-7d1ec-ert-disabled-false-active-false-loading-false-1-firefox-linux.png index 0ad4e2dde6..6744747588 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-7d1ec-ert-disabled-false-active-false-loading-false-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-7d1ec-ert-disabled-false-active-false-loading-false-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-7d1ec-ert-disabled-false-active-false-loading-false-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-7d1ec-ert-disabled-false-active-false-loading-false-1-webkit-linux.png index b3f24e1761..5f7ee8106b 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-7d1ec-ert-disabled-false-active-false-loading-false-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-7d1ec-ert-disabled-false-active-false-loading-false-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-7dd96-ert-disabled-false-active-false-loading-false-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-7dd96-ert-disabled-false-active-false-loading-false-1-chromium-linux.png index 2e235788ed..2fc55869c8 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-7dd96-ert-disabled-false-active-false-loading-false-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-7dd96-ert-disabled-false-active-false-loading-false-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-7dd96-ert-disabled-false-active-false-loading-false-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-7dd96-ert-disabled-false-active-false-loading-false-1-firefox-linux.png index d33fe824c4..419007253e 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-7dd96-ert-disabled-false-active-false-loading-false-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-7dd96-ert-disabled-false-active-false-loading-false-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-7dd96-ert-disabled-false-active-false-loading-false-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-7dd96-ert-disabled-false-active-false-loading-false-1-webkit-linux.png index 1a8676e35c..05cd95d859 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-7dd96-ert-disabled-false-active-false-loading-false-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-7dd96-ert-disabled-false-active-false-loading-false-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-7e085-ger-disabled-false-active-false-loading-false-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-7e085-ger-disabled-false-active-false-loading-false-1-chromium-linux.png index 1f26f2e323..d51844e5c8 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-7e085-ger-disabled-false-active-false-loading-false-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-7e085-ger-disabled-false-active-false-loading-false-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-7e085-ger-disabled-false-active-false-loading-false-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-7e085-ger-disabled-false-active-false-loading-false-1-firefox-linux.png index 6b6a2b4c4d..9b6921e5c4 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-7e085-ger-disabled-false-active-false-loading-false-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-7e085-ger-disabled-false-active-false-loading-false-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-7e085-ger-disabled-false-active-false-loading-false-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-7e085-ger-disabled-false-active-false-loading-false-1-webkit-linux.png index 9d0d881ccb..f42c170d49 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-7e085-ger-disabled-false-active-false-loading-false-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-7e085-ger-disabled-false-active-false-loading-false-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-9701b-vert-disabled-false-active-true-loading-false-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-9701b-vert-disabled-false-active-true-loading-false-1-chromium-linux.png index 33cffa7844..e5fdd76e6d 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-9701b-vert-disabled-false-active-true-loading-false-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-9701b-vert-disabled-false-active-true-loading-false-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-9701b-vert-disabled-false-active-true-loading-false-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-9701b-vert-disabled-false-active-true-loading-false-1-firefox-linux.png index 6b228c0732..915d5bb545 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-9701b-vert-disabled-false-active-true-loading-false-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-9701b-vert-disabled-false-active-true-loading-false-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-9701b-vert-disabled-false-active-true-loading-false-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-9701b-vert-disabled-false-active-true-loading-false-1-webkit-linux.png index fd3d2305a9..ce3a792da1 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-9701b-vert-disabled-false-active-true-loading-false-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-9701b-vert-disabled-false-active-true-loading-false-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-98d41-ger-disabled-false-active-false-loading-false-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-98d41-ger-disabled-false-active-false-loading-false-1-chromium-linux.png index 0d9f0c0556..fca3adfe5c 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-98d41-ger-disabled-false-active-false-loading-false-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-98d41-ger-disabled-false-active-false-loading-false-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-98d41-ger-disabled-false-active-false-loading-false-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-98d41-ger-disabled-false-active-false-loading-false-1-firefox-linux.png index 255214e0e8..51c141533c 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-98d41-ger-disabled-false-active-false-loading-false-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-98d41-ger-disabled-false-active-false-loading-false-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-98d41-ger-disabled-false-active-false-loading-false-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-98d41-ger-disabled-false-active-false-loading-false-1-webkit-linux.png index 0235e4a234..c72d71077d 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-98d41-ger-disabled-false-active-false-loading-false-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-98d41-ger-disabled-false-active-false-loading-false-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-9ab6b-uted-disabled-true-active-false-loading-false-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-9ab6b-uted-disabled-true-active-false-loading-false-1-chromium-linux.png index c708dc1362..b4e4df68af 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-9ab6b-uted-disabled-true-active-false-loading-false-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-9ab6b-uted-disabled-true-active-false-loading-false-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-9ab6b-uted-disabled-true-active-false-loading-false-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-9ab6b-uted-disabled-true-active-false-loading-false-1-firefox-linux.png index 9aca52da50..894e893f77 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-9ab6b-uted-disabled-true-active-false-loading-false-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-9ab6b-uted-disabled-true-active-false-loading-false-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-9ab6b-uted-disabled-true-active-false-loading-false-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-9ab6b-uted-disabled-true-active-false-loading-false-1-webkit-linux.png index 3ba570888a..31294b8931 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-9ab6b-uted-disabled-true-active-false-loading-false-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-9ab6b-uted-disabled-true-active-false-loading-false-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-9e1d1-vert-disabled-true-active-false-loading-false-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-9e1d1-vert-disabled-true-active-false-loading-false-1-chromium-linux.png index e8fbc9b34b..b797548c85 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-9e1d1-vert-disabled-true-active-false-loading-false-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-9e1d1-vert-disabled-true-active-false-loading-false-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-9e1d1-vert-disabled-true-active-false-loading-false-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-9e1d1-vert-disabled-true-active-false-loading-false-1-firefox-linux.png index 8943c634cc..5e942bf13b 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-9e1d1-vert-disabled-true-active-false-loading-false-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-9e1d1-vert-disabled-true-active-false-loading-false-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-9e1d1-vert-disabled-true-active-false-loading-false-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-9e1d1-vert-disabled-true-active-false-loading-false-1-webkit-linux.png index 715f0d5525..490ce2f6b6 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-9e1d1-vert-disabled-true-active-false-loading-false-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-9e1d1-vert-disabled-true-active-false-loading-false-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-a2984-vert-disabled-false-active-true-loading-false-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-a2984-vert-disabled-false-active-true-loading-false-1-chromium-linux.png index 97a15a833c..a2824e92c8 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-a2984-vert-disabled-false-active-true-loading-false-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-a2984-vert-disabled-false-active-true-loading-false-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-a2984-vert-disabled-false-active-true-loading-false-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-a2984-vert-disabled-false-active-true-loading-false-1-firefox-linux.png index dd8371f2df..960995ae18 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-a2984-vert-disabled-false-active-true-loading-false-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-a2984-vert-disabled-false-active-true-loading-false-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-a2984-vert-disabled-false-active-true-loading-false-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-a2984-vert-disabled-false-active-true-loading-false-1-webkit-linux.png index 6da796c5e8..8f6f233954 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-a2984-vert-disabled-false-active-true-loading-false-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-a2984-vert-disabled-false-active-true-loading-false-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-a2ddd-and-disabled-false-active-false-loading-false-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-a2ddd-and-disabled-false-active-false-loading-false-1-chromium-linux.png index abe6eddfc2..e7b4a24683 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-a2ddd-and-disabled-false-active-false-loading-false-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-a2ddd-and-disabled-false-active-false-loading-false-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-a2ddd-and-disabled-false-active-false-loading-false-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-a2ddd-and-disabled-false-active-false-loading-false-1-firefox-linux.png index 7dd937a0db..20f0da2c77 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-a2ddd-and-disabled-false-active-false-loading-false-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-a2ddd-and-disabled-false-active-false-loading-false-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-a2ddd-and-disabled-false-active-false-loading-false-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-a2ddd-and-disabled-false-active-false-loading-false-1-webkit-linux.png index f1e023078b..3d74ad23d6 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-a2ddd-and-disabled-false-active-false-loading-false-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-a2ddd-and-disabled-false-active-false-loading-false-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-aba4f-info-disabled-false-active-true-loading-false-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-aba4f-info-disabled-false-active-true-loading-false-1-chromium-linux.png index 9dbd2dc6d5..7c94d8412f 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-aba4f-info-disabled-false-active-true-loading-false-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-aba4f-info-disabled-false-active-true-loading-false-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-aba4f-info-disabled-false-active-true-loading-false-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-aba4f-info-disabled-false-active-true-loading-false-1-firefox-linux.png index 6da1d93607..06b9770a60 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-aba4f-info-disabled-false-active-true-loading-false-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-aba4f-info-disabled-false-active-true-loading-false-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-aba4f-info-disabled-false-active-true-loading-false-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-aba4f-info-disabled-false-active-true-loading-false-1-webkit-linux.png index ea4927d2d4..529b547940 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-aba4f-info-disabled-false-active-true-loading-false-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-aba4f-info-disabled-false-active-true-loading-false-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-af4db-nfo-disabled-false-active-false-loading-false-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-af4db-nfo-disabled-false-active-false-loading-false-1-chromium-linux.png index d05b74b855..b36c59f702 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-af4db-nfo-disabled-false-active-false-loading-false-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-af4db-nfo-disabled-false-active-false-loading-false-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-af4db-nfo-disabled-false-active-false-loading-false-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-af4db-nfo-disabled-false-active-false-loading-false-1-firefox-linux.png index e5c85078fa..5d45b56dce 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-af4db-nfo-disabled-false-active-false-loading-false-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-af4db-nfo-disabled-false-active-false-loading-false-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-af4db-nfo-disabled-false-active-false-loading-false-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-af4db-nfo-disabled-false-active-false-loading-false-1-webkit-linux.png index 1a815a53f5..4d3b34f012 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-af4db-nfo-disabled-false-active-false-loading-false-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-af4db-nfo-disabled-false-active-false-loading-false-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-b1dbf-uted-disabled-false-active-true-loading-false-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-b1dbf-uted-disabled-false-active-true-loading-false-1-chromium-linux.png index 3aebbc8494..ef75c9f5d3 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-b1dbf-uted-disabled-false-active-true-loading-false-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-b1dbf-uted-disabled-false-active-true-loading-false-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-b1dbf-uted-disabled-false-active-true-loading-false-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-b1dbf-uted-disabled-false-active-true-loading-false-1-firefox-linux.png index 91deb47bef..2a87b93b4a 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-b1dbf-uted-disabled-false-active-true-loading-false-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-b1dbf-uted-disabled-false-active-true-loading-false-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-b1dbf-uted-disabled-false-active-true-loading-false-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-b1dbf-uted-disabled-false-active-true-loading-false-1-webkit-linux.png index 2809c28cdc..8e47323e94 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-b1dbf-uted-disabled-false-active-true-loading-false-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-b1dbf-uted-disabled-false-active-true-loading-false-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-b291c-ert-disabled-false-active-false-loading-false-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-b291c-ert-disabled-false-active-false-loading-false-1-chromium-linux.png index efd47d6199..a36717f0df 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-b291c-ert-disabled-false-active-false-loading-false-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-b291c-ert-disabled-false-active-false-loading-false-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-b291c-ert-disabled-false-active-false-loading-false-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-b291c-ert-disabled-false-active-false-loading-false-1-firefox-linux.png index 20e2a81580..afa6cf2e18 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-b291c-ert-disabled-false-active-false-loading-false-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-b291c-ert-disabled-false-active-false-loading-false-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-b291c-ert-disabled-false-active-false-loading-false-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-b291c-ert-disabled-false-active-false-loading-false-1-webkit-linux.png index 7fc14dc74d..af52864b78 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-b291c-ert-disabled-false-active-false-loading-false-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-b291c-ert-disabled-false-active-false-loading-false-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-b79c1-ert-disabled-false-active-false-loading-false-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-b79c1-ert-disabled-false-active-false-loading-false-1-chromium-linux.png index 477f1fda94..f39809c6d5 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-b79c1-ert-disabled-false-active-false-loading-false-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-b79c1-ert-disabled-false-active-false-loading-false-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-b79c1-ert-disabled-false-active-false-loading-false-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-b79c1-ert-disabled-false-active-false-loading-false-1-firefox-linux.png index 9f5b87a45a..f8312611da 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-b79c1-ert-disabled-false-active-false-loading-false-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-b79c1-ert-disabled-false-active-false-loading-false-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-b79c1-ert-disabled-false-active-false-loading-false-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-b79c1-ert-disabled-false-active-false-loading-false-1-webkit-linux.png index c6a6f57a71..44756cbf1e 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-b79c1-ert-disabled-false-active-false-loading-false-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-b79c1-ert-disabled-false-active-false-loading-false-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-b7a57-vert-disabled-false-active-true-loading-false-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-b7a57-vert-disabled-false-active-true-loading-false-1-chromium-linux.png index a3d6147924..e5fdd76e6d 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-b7a57-vert-disabled-false-active-true-loading-false-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-b7a57-vert-disabled-false-active-true-loading-false-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-b7a57-vert-disabled-false-active-true-loading-false-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-b7a57-vert-disabled-false-active-true-loading-false-1-firefox-linux.png index 17049e5b24..915d5bb545 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-b7a57-vert-disabled-false-active-true-loading-false-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-b7a57-vert-disabled-false-active-true-loading-false-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-b7a57-vert-disabled-false-active-true-loading-false-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-b7a57-vert-disabled-false-active-true-loading-false-1-webkit-linux.png index 3b7047991d..ce3a792da1 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-b7a57-vert-disabled-false-active-true-loading-false-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-b7a57-vert-disabled-false-active-true-loading-false-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-be292-uted-disabled-true-active-false-loading-false-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-be292-uted-disabled-true-active-false-loading-false-1-chromium-linux.png index f607144881..064fa970b0 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-be292-uted-disabled-true-active-false-loading-false-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-be292-uted-disabled-true-active-false-loading-false-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-be292-uted-disabled-true-active-false-loading-false-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-be292-uted-disabled-true-active-false-loading-false-1-firefox-linux.png index 687298a49c..638d43c6fb 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-be292-uted-disabled-true-active-false-loading-false-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-be292-uted-disabled-true-active-false-loading-false-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-be292-uted-disabled-true-active-false-loading-false-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-be292-uted-disabled-true-active-false-loading-false-1-webkit-linux.png index 29071a070a..ad9bb5bc24 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-be292-uted-disabled-true-active-false-loading-false-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-be292-uted-disabled-true-active-false-loading-false-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-c0b30-ert-disabled-false-active-false-loading-false-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-c0b30-ert-disabled-false-active-false-loading-false-1-chromium-linux.png index 0646bd318d..9a1ee17506 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-c0b30-ert-disabled-false-active-false-loading-false-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-c0b30-ert-disabled-false-active-false-loading-false-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-c0b30-ert-disabled-false-active-false-loading-false-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-c0b30-ert-disabled-false-active-false-loading-false-1-firefox-linux.png index 142f766edc..19b7a76d1f 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-c0b30-ert-disabled-false-active-false-loading-false-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-c0b30-ert-disabled-false-active-false-loading-false-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-c0b30-ert-disabled-false-active-false-loading-false-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-c0b30-ert-disabled-false-active-false-loading-false-1-webkit-linux.png index 5b3da367b3..59273a7d18 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-c0b30-ert-disabled-false-active-false-loading-false-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-c0b30-ert-disabled-false-active-false-loading-false-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-c4150-cess-disabled-true-active-false-loading-false-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-c4150-cess-disabled-true-active-false-loading-false-1-chromium-linux.png index 10394270db..470cfc64af 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-c4150-cess-disabled-true-active-false-loading-false-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-c4150-cess-disabled-true-active-false-loading-false-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-c4150-cess-disabled-true-active-false-loading-false-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-c4150-cess-disabled-true-active-false-loading-false-1-firefox-linux.png index 5db1545cd9..896c873e68 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-c4150-cess-disabled-true-active-false-loading-false-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-c4150-cess-disabled-true-active-false-loading-false-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-c4150-cess-disabled-true-active-false-loading-false-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-c4150-cess-disabled-true-active-false-loading-false-1-webkit-linux.png index 3745341ce8..1ec4f4cd93 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-c4150-cess-disabled-true-active-false-loading-false-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-c4150-cess-disabled-true-active-false-loading-false-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-c6200-cess-disabled-false-active-true-loading-false-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-c6200-cess-disabled-false-active-true-loading-false-1-chromium-linux.png index 9846f6df56..009d5ce88b 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-c6200-cess-disabled-false-active-true-loading-false-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-c6200-cess-disabled-false-active-true-loading-false-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-c6200-cess-disabled-false-active-true-loading-false-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-c6200-cess-disabled-false-active-true-loading-false-1-firefox-linux.png index 3b01336bc2..ef545d8870 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-c6200-cess-disabled-false-active-true-loading-false-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-c6200-cess-disabled-false-active-true-loading-false-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-c6200-cess-disabled-false-active-true-loading-false-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-c6200-cess-disabled-false-active-true-loading-false-1-webkit-linux.png index 84c2e826f7..4fc3511909 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-c6200-cess-disabled-false-active-true-loading-false-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-c6200-cess-disabled-false-active-true-loading-false-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-c9b87-ted-disabled-false-active-false-loading-false-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-c9b87-ted-disabled-false-active-false-loading-false-1-chromium-linux.png index 88d37002a2..dd2a5ca56c 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-c9b87-ted-disabled-false-active-false-loading-false-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-c9b87-ted-disabled-false-active-false-loading-false-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-c9b87-ted-disabled-false-active-false-loading-false-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-c9b87-ted-disabled-false-active-false-loading-false-1-firefox-linux.png index d5615f9a6e..97373c20b3 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-c9b87-ted-disabled-false-active-false-loading-false-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-c9b87-ted-disabled-false-active-false-loading-false-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-c9b87-ted-disabled-false-active-false-loading-false-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-c9b87-ted-disabled-false-active-false-loading-false-1-webkit-linux.png index f0e038b126..f11cc320a7 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-c9b87-ted-disabled-false-active-false-loading-false-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-c9b87-ted-disabled-false-active-false-loading-false-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-cb03a-ted-disabled-false-active-false-loading-false-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-cb03a-ted-disabled-false-active-false-loading-false-1-chromium-linux.png index fe86356f6e..3e3fcf83e9 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-cb03a-ted-disabled-false-active-false-loading-false-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-cb03a-ted-disabled-false-active-false-loading-false-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-cb03a-ted-disabled-false-active-false-loading-false-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-cb03a-ted-disabled-false-active-false-loading-false-1-firefox-linux.png index 7d2aaa8527..b3cc11dbdd 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-cb03a-ted-disabled-false-active-false-loading-false-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-cb03a-ted-disabled-false-active-false-loading-false-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-cb03a-ted-disabled-false-active-false-loading-false-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-cb03a-ted-disabled-false-active-false-loading-false-1-webkit-linux.png index e6052caa9a..3f04f2ef15 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-cb03a-ted-disabled-false-active-false-loading-false-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-cb03a-ted-disabled-false-active-false-loading-false-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-d042a-nger-disabled-false-active-false-loading-true-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-d042a-nger-disabled-false-active-false-loading-true-1-chromium-linux.png index 2227653cd0..acc5dc7859 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-d042a-nger-disabled-false-active-false-loading-true-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-d042a-nger-disabled-false-active-false-loading-true-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-d042a-nger-disabled-false-active-false-loading-true-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-d042a-nger-disabled-false-active-false-loading-true-1-firefox-linux.png index 62e26cc52c..1bebc62464 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-d042a-nger-disabled-false-active-false-loading-true-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-d042a-nger-disabled-false-active-false-loading-true-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-d042a-nger-disabled-false-active-false-loading-true-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-d042a-nger-disabled-false-active-false-loading-true-1-webkit-linux.png index 0a0fd183af..2b3e73c0de 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-d042a-nger-disabled-false-active-false-loading-true-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-d042a-nger-disabled-false-active-false-loading-true-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-d1057-uted-disabled-false-active-true-loading-false-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-d1057-uted-disabled-false-active-true-loading-false-1-chromium-linux.png index b586d1a031..1e26f002a2 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-d1057-uted-disabled-false-active-true-loading-false-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-d1057-uted-disabled-false-active-true-loading-false-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-d1057-uted-disabled-false-active-true-loading-false-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-d1057-uted-disabled-false-active-true-loading-false-1-firefox-linux.png index c7cf847fa1..5fb9a581ad 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-d1057-uted-disabled-false-active-true-loading-false-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-d1057-uted-disabled-false-active-true-loading-false-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-d1057-uted-disabled-false-active-true-loading-false-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-d1057-uted-disabled-false-active-true-loading-false-1-webkit-linux.png index 28142dcaf5..5a9b29096b 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-d1057-uted-disabled-false-active-true-loading-false-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-d1057-uted-disabled-false-active-true-loading-false-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-e6256-uted-disabled-false-active-false-loading-true-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-e6256-uted-disabled-false-active-false-loading-true-1-chromium-linux.png index 0b0a56b96c..b4410e8366 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-e6256-uted-disabled-false-active-false-loading-true-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-e6256-uted-disabled-false-active-false-loading-true-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-e6256-uted-disabled-false-active-false-loading-true-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-e6256-uted-disabled-false-active-false-loading-true-1-firefox-linux.png index 4780d41599..270965651f 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-e6256-uted-disabled-false-active-false-loading-true-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-e6256-uted-disabled-false-active-false-loading-true-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-e6256-uted-disabled-false-active-false-loading-true-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-e6256-uted-disabled-false-active-false-loading-true-1-webkit-linux.png index c6c1a82032..6189797aca 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-e6256-uted-disabled-false-active-false-loading-true-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-e6256-uted-disabled-false-active-false-loading-true-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-e70ee-ess-disabled-false-active-false-loading-false-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-e70ee-ess-disabled-false-active-false-loading-false-1-chromium-linux.png index edbe2d74fc..d74272b36c 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-e70ee-ess-disabled-false-active-false-loading-false-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-e70ee-ess-disabled-false-active-false-loading-false-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-e70ee-ess-disabled-false-active-false-loading-false-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-e70ee-ess-disabled-false-active-false-loading-false-1-firefox-linux.png index a58c383622..a9984fccb9 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-e70ee-ess-disabled-false-active-false-loading-false-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-e70ee-ess-disabled-false-active-false-loading-false-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-e70ee-ess-disabled-false-active-false-loading-false-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-e70ee-ess-disabled-false-active-false-loading-false-1-webkit-linux.png index 22d4503053..0ef48ec57b 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-e70ee-ess-disabled-false-active-false-loading-false-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-e70ee-ess-disabled-false-active-false-loading-false-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-e8163-info-disabled-true-active-false-loading-false-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-e8163-info-disabled-true-active-false-loading-false-1-chromium-linux.png index e41b7fb406..e501ef5b4c 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-e8163-info-disabled-true-active-false-loading-false-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-e8163-info-disabled-true-active-false-loading-false-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-e8163-info-disabled-true-active-false-loading-false-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-e8163-info-disabled-true-active-false-loading-false-1-firefox-linux.png index c1b0679ee2..14f690a2e4 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-e8163-info-disabled-true-active-false-loading-false-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-e8163-info-disabled-true-active-false-loading-false-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-e8163-info-disabled-true-active-false-loading-false-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-e8163-info-disabled-true-active-false-loading-false-1-webkit-linux.png index 604b8ca070..1c83dad283 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-e8163-info-disabled-true-active-false-loading-false-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-e8163-info-disabled-true-active-false-loading-false-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-e8b39-nger-disabled-false-active-true-loading-false-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-e8b39-nger-disabled-false-active-true-loading-false-1-chromium-linux.png index 15046d7993..13df6dd12d 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-e8b39-nger-disabled-false-active-true-loading-false-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-e8b39-nger-disabled-false-active-true-loading-false-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-e8b39-nger-disabled-false-active-true-loading-false-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-e8b39-nger-disabled-false-active-true-loading-false-1-firefox-linux.png index 4e39d54792..b879731c5a 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-e8b39-nger-disabled-false-active-true-loading-false-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-e8b39-nger-disabled-false-active-true-loading-false-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-e8b39-nger-disabled-false-active-true-loading-false-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-e8b39-nger-disabled-false-active-true-loading-false-1-webkit-linux.png index 91560c7ee1..e37ef90301 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-e8b39-nger-disabled-false-active-true-loading-false-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-e8b39-nger-disabled-false-active-true-loading-false-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-f2334-ert-disabled-false-active-false-loading-false-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-f2334-ert-disabled-false-active-false-loading-false-1-chromium-linux.png index e16ed1969b..35766222d9 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-f2334-ert-disabled-false-active-false-loading-false-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-f2334-ert-disabled-false-active-false-loading-false-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-f2334-ert-disabled-false-active-false-loading-false-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-f2334-ert-disabled-false-active-false-loading-false-1-firefox-linux.png index a8fb55dcdf..582537cc93 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-f2334-ert-disabled-false-active-false-loading-false-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-f2334-ert-disabled-false-active-false-loading-false-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-f2334-ert-disabled-false-active-false-loading-false-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-f2334-ert-disabled-false-active-false-loading-false-1-webkit-linux.png index ff41b0049c..e17066a154 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-f2334-ert-disabled-false-active-false-loading-false-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-f2334-ert-disabled-false-active-false-loading-false-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-f260b-ted-disabled-false-active-false-loading-false-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-f260b-ted-disabled-false-active-false-loading-false-1-chromium-linux.png index 7eef90d95f..8324805232 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-f260b-ted-disabled-false-active-false-loading-false-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-f260b-ted-disabled-false-active-false-loading-false-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-f260b-ted-disabled-false-active-false-loading-false-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-f260b-ted-disabled-false-active-false-loading-false-1-firefox-linux.png index c67bb03d8b..42973a85cd 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-f260b-ted-disabled-false-active-false-loading-false-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-f260b-ted-disabled-false-active-false-loading-false-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-f260b-ted-disabled-false-active-false-loading-false-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-f260b-ted-disabled-false-active-false-loading-false-1-webkit-linux.png index 43014fa15b..5bef190d3e 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-f260b-ted-disabled-false-active-false-loading-false-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-f260b-ted-disabled-false-active-false-loading-false-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-f30db-vert-disabled-true-active-false-loading-false-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-f30db-vert-disabled-true-active-false-loading-false-1-chromium-linux.png index e015468074..6428846d5f 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-f30db-vert-disabled-true-active-false-loading-false-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-f30db-vert-disabled-true-active-false-loading-false-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-f30db-vert-disabled-true-active-false-loading-false-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-f30db-vert-disabled-true-active-false-loading-false-1-firefox-linux.png index e66e319a19..11583272b2 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-f30db-vert-disabled-true-active-false-loading-false-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-f30db-vert-disabled-true-active-false-loading-false-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-f30db-vert-disabled-true-active-false-loading-false-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-f30db-vert-disabled-true-active-false-loading-false-1-webkit-linux.png index 2d4c16e1f8..83a883f49f 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-f30db-vert-disabled-true-active-false-loading-false-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-f30db-vert-disabled-true-active-false-loading-false-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-f692a-nger-disabled-true-active-false-loading-false-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-f692a-nger-disabled-true-active-false-loading-false-1-chromium-linux.png index 807bcda3e5..79816a17dd 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-f692a-nger-disabled-true-active-false-loading-false-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-f692a-nger-disabled-true-active-false-loading-false-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-f692a-nger-disabled-true-active-false-loading-false-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-f692a-nger-disabled-true-active-false-loading-false-1-firefox-linux.png index 859ef162a5..0d50dfc8ff 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-f692a-nger-disabled-true-active-false-loading-false-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-f692a-nger-disabled-true-active-false-loading-false-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-f692a-nger-disabled-true-active-false-loading-false-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-f692a-nger-disabled-true-active-false-loading-false-1-webkit-linux.png index 7bf59e8aaa..be5748e6f8 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-f692a-nger-disabled-true-active-false-loading-false-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-f692a-nger-disabled-true-active-false-loading-false-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-fd4b3-uted-disabled-false-active-false-loading-true-1-chromium-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-fd4b3-uted-disabled-false-active-false-loading-true-1-chromium-linux.png index 6a5310f6dd..625e800672 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-fd4b3-uted-disabled-false-active-false-loading-true-1-chromium-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-fd4b3-uted-disabled-false-active-false-loading-true-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-fd4b3-uted-disabled-false-active-false-loading-true-1-firefox-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-fd4b3-uted-disabled-false-active-false-loading-true-1-firefox-linux.png index 3092582b8d..08ae0bb770 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-fd4b3-uted-disabled-false-active-false-loading-true-1-firefox-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-fd4b3-uted-disabled-false-active-false-loading-true-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-fd4b3-uted-disabled-false-active-false-loading-true-1-webkit-linux.png b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-fd4b3-uted-disabled-false-active-false-loading-true-1-webkit-linux.png index 01214f747e..e289298909 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-fd4b3-uted-disabled-false-active-false-loading-true-1-webkit-linux.png and b/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Neignbor-location-example-size-fd4b3-uted-disabled-false-active-false-loading-true-1-webkit-linux.png differ diff --git a/semcore/button/src/component/Button/button.shadow.css b/semcore/button/src/component/Button/button.shadow.css index cc7d5f67d5..4f65425bb8 100644 --- a/semcore/button/src/component/Button/button.shadow.css +++ b/semcore/button/src/component/Button/button.shadow.css @@ -11,7 +11,7 @@ SButton { text-decoration: none; text-align: center; vertical-align: middle; - border: 1px solid transparent; + border: none; box-shadow: none; cursor: pointer; box-sizing: border-box; @@ -20,7 +20,7 @@ SButton { touch-action: manipulation; -webkit-tap-highlight-color: transparent; font-weight: var(--intergalactic-medium, 500); - color: var(--intergalactic-text-secondary, oklch(0.088 0.026 147.7 / 0.583)); + color: var(--intergalactic-control-text-secondary, oklch(0.088 0.026 147.7 / 0.583)); min-width: fit-content; &::-moz-focus-inner { @@ -49,213 +49,204 @@ SButton[size='s'] { } SButton[size='m'] { - height: var(--intergalactic-form-control-m, 28px); + height: var(--intergalactic-form-control-m, 32px); border-radius: var(--intergalactic-control-rounded, 6px); font-size: var(--intergalactic-fs-200, 14px); } +SButton[size='m']:has(SAddon:only-child) { + width: var(--intergalactic-form-control-m, 32px); + min-width: var(--intergalactic-form-control-m, 32px); +} + SButton[size='l'] { - height: var(--intergalactic-form-control-l, 40px); + height: var(--intergalactic-form-control-l, 44px); border-radius: var(--intergalactic-control-rounded, 6px); font-size: var(--intergalactic-fs-300, 16px); } +SButton[size='l']:has(SAddon:only-child) { + width: var(--intergalactic-form-control-l, 44px); + min-width: var(--intergalactic-form-control-l, 44px); +} + SButton[theme='primary-info'] { - color: var(--intergalactic-text-primary-invert, oklch(0.999 0.001 180 / 0.949)); + color: var(--intergalactic-control-text-primary-invert, oklch(0.999 0.001 180 / 0.949)); background-color: var(--intergalactic-control-primary-info, oklch(0.23 0.01 140)); &:hover { - color: var(--intergalactic-text-primary-invert, oklch(0.999 0.001 180 / 0.949)); + color: var(--intergalactic-control-text-primary-invert, oklch(0.999 0.001 180 / 0.949)); background-color: var(--intergalactic-control-primary-info-hover, oklch(0.32 0.007 140)); } &:active, &[active] { - color: var(--intergalactic-text-primary-invert, oklch(0.999 0.001 180 / 0.949)); + color: var(--intergalactic-control-text-primary-invert, oklch(0.999 0.001 180 / 0.949)); background-color: var(--intergalactic-control-primary-info-active, oklch(0 0 140)); } } SButton[theme='primary-success'] { - color: var(--intergalactic-text-primary-invert, oklch(0.999 0.001 180 / 0.949)); + color: var(--intergalactic-control-text-primary-invert, oklch(0.999 0.001 180 / 0.949)); background-color: var(--intergalactic-control-primary-success, oklch(0.64 0.161 170)); &:hover { - color: var(--intergalactic-text-primary-invert, oklch(0.999 0.001 180 / 0.949)); + color: var(--intergalactic-control-text-primary-invert, oklch(0.999 0.001 180 / 0.949)); background-color: var(--intergalactic-control-primary-success-hover, oklch(0.6 0.155 170)); } &:active, &[active] { - color: var(--intergalactic-text-primary-invert, oklch(0.999 0.001 180 / 0.949)); + color: var(--intergalactic-control-text-primary-invert, oklch(0.999 0.001 180 / 0.949)); background-color: var(--intergalactic-control-primary-success-active, oklch(0.58 0.151 170)); } } SButton[theme='primary-brand'] { - color: var(--intergalactic-text-primary-invert, oklch(0.999 0.001 180 / 0.949)); - background-color: var(--intergalactic-control-primary-brand, oklch(0.64 0.223 299.3)); + color: var(--intergalactic-control-text-primary, oklch(0.1 0.03 137 / 0.899)); + background-color: var(--intergalactic-control-primary-brand, oklch(0.74 0.17 303)); &:hover { - color: var(--intergalactic-text-primary-invert, oklch(0.999 0.001 180 / 0.949)); - background-color: var(--intergalactic-control-primary-brand-hover, oklch(0.6 0.244 297.8)); + color: var(--intergalactic-control-text-primary, oklch(0.1 0.03 137 / 0.899)); + background-color: var(--intergalactic-control-primary-brand-hover, oklch(0.72 0.181 302.3)); } &:active, &[active] { - color: var(--intergalactic-text-primary-invert, oklch(0.999 0.001 180 / 0.949)); - background-color: var(--intergalactic-control-primary-brand-active, oklch(0.58 0.254 297.1)); + color: var(--intergalactic-control-text-primary, oklch(0.1 0.03 137 / 0.899)); + background-color: var(--intergalactic-control-primary-brand-active, oklch(0.7 0.191 301.5)); } } SButton[theme='primary-warning'] { - color: var(--intergalactic-text-primary-invert, oklch(0.999 0.001 180 / 0.949)); - background-color: var(--intergalactic-control-primary-brand, oklch(0.64 0.223 299.3)); + color: var(--intergalactic-control-text-primary-invert, oklch(0.999 0.001 180 / 0.949)); + background-color: var(--intergalactic-control-primary-brand, oklch(0.74 0.17 303)); &:hover { - color: var(--intergalactic-text-primary-invert, oklch(0.999 0.001 180 / 0.949)); - background-color: var(--intergalactic-control-primary-brand-hover, oklch(0.6 0.244 297.8)); + color: var(--intergalactic-control-text-primary-invert, oklch(0.999 0.001 180 / 0.949)); + background-color: var(--intergalactic-control-primary-brand-hover, oklch(0.72 0.181 302.3)); } &:active, &[active] { - color: var(--intergalactic-text-primary-invert, oklch(0.999 0.001 180 / 0.949)); - background-color: var(--intergalactic-control-primary-brand-active, oklch(0.58 0.254 297.1)); + color: var(--intergalactic-control-text-primary-invert, oklch(0.999 0.001 180 / 0.949)); + background-color: var(--intergalactic-control-primary-brand-active, oklch(0.7 0.191 301.5)); } } SButton[theme='primary-danger'] { - color: var(--intergalactic-text-primary-invert, oklch(0.999 0.001 180 / 0.949)); + color: var(--intergalactic-control-text-primary-invert, oklch(0.999 0.001 180 / 0.949)); background-color: var(--intergalactic-control-primary-critical, oklch(0.64 0.226 24.5)); &:hover { - color: var(--intergalactic-text-primary-invert, oklch(0.999 0.001 180 / 0.949)); + color: var(--intergalactic-control-text-primary-invert, oklch(0.999 0.001 180 / 0.949)); background-color: var(--intergalactic-control-primary-critical-hover, oklch(0.6 0.219 25.5)); } &:active, &[active] { - color: var(--intergalactic-text-primary-invert, oklch(0.999 0.001 180 / 0.949)); + color: var(--intergalactic-control-text-primary-invert, oklch(0.999 0.001 180 / 0.949)); background-color: var(--intergalactic-control-primary-critical-active, oklch(0.58 0.215 26)); } } SButton[theme='primary-invert'] { - color: var(--intergalactic-text-primary, oklch(0.1 0.03 137 / 0.899)); + color: var(--intergalactic-control-text-primary, oklch(0.1 0.03 137 / 0.899)); background-color: var(--intergalactic-control-primary-invert, oklch(1 0 0)); &:hover { - color: var(--intergalactic-text-primary, oklch(0.1 0.03 137 / 0.899)); + color: var(--intergalactic-control-text-primary, oklch(0.1 0.03 137 / 0.899)); background-color: var(--intergalactic-control-primary-invert-hover, oklch(0.96 0.001 180)); } &:active, &[active] { - color: var(--intergalactic-text-primary, oklch(0.1 0.03 137 / 0.899)); + color: var(--intergalactic-control-text-primary, oklch(0.1 0.03 137 / 0.899)); background-color: var(--intergalactic-control-primary-invert-active, oklch(0.94 0.002 180)); } } SButton[theme='secondary-muted'] { - color: var(--intergalactic-text-secondary, oklch(0.088 0.026 147.7 / 0.583)); - border-color: var(--intergalactic-border-primary, oklch(0.137 0.026 175.7 / 0.161)); - background-color: var(--intergalactic-control-secondary-neutral, oklch(0.177 0.033 175.6 / 0.028)); + color: var(--intergalactic-control-text-primary, oklch(0.1 0.03 137 / 0.899)); + background-color: var(--intergalactic-control-secondary-neutral, oklch(0.176 0.033 175.7 / 0.07)); &:hover { background-color: var(--intergalactic-control-secondary-neutral-hover, - oklch(0.176 0.033 175.6 / 0.056)); - color: var(--intergalactic-text-primary, oklch(0.1 0.03 137 / 0.899)); + oklch(0.166 0.031 175.8 / 0.097)); + color: var(--intergalactic-control-text-primary, oklch(0.1 0.03 137 / 0.899)); } &:active, &[active] { background-color: var(--intergalactic-control-secondary-neutral-active, - oklch(0.176 0.033 175.7 / 0.084)); - color: var(--intergalactic-text-primary, oklch(0.1 0.03 137 / 0.899)); - } -} - -SButton[theme='secondary-info'] { - background-color: var(--intergalactic-control-secondary-info, oklch(0.527 0.264 262.9 / 0.039)); - color: var(--intergalactic-text-link, oklch(0.53 0.21 263)); - border-color: var(--intergalactic-control-primary-info, oklch(0.23 0.01 140)); - - &:hover { - color: var(--intergalactic-text-link, oklch(0.53 0.21 263)); - background-color: var(--intergalactic-control-secondary-info-hover, oklch(0.525 0.265 263 / 0.077)); - } - - &:active, - &[active] { - color: var(--intergalactic-text-link, oklch(0.53 0.21 263)); - background-color: var(--intergalactic-control-secondary-info-active, oklch(0.524 0.266 263.1 / 0.116)); + oklch(0.151 0.028 176.1 / 0.123)); + color: var(--intergalactic-control-text-primary, oklch(0.1 0.03 137 / 0.899)); } } SButton[theme='secondary-invert'] { - color: var(--intergalactic-text-primary-invert, oklch(0.999 0.001 180 / 0.949)); - border-color: var(--intergalactic-border-primary-invert, oklch(0.995 0.008 147.4 / 0.391)); - background-color: var(--intergalactic-control-secondary-invert, oklch(0.969 0.057 140 / 0.118)); + color: var(--intergalactic-control-text-primary-invert, oklch(0.999 0.001 180 / 0.949)); + background-color: var(--intergalactic-control-secondary-invert, oklch(0.983 0.03 140 / 0.183)); &:hover { - color: var(--intergalactic-text-primary-invert, oklch(0.999 0.001 180 / 0.949)); - background-color: var(--intergalactic-control-secondary-invert-hover, oklch(0.976 0.043 140 / 0.145)); + color: var(--intergalactic-control-text-primary-invert, oklch(0.999 0.001 180 / 0.949)); + background-color: var(--intergalactic-control-secondary-invert-hover, oklch(0.986 0.025 140 / 0.203)); } &:active, &[active] { - color: var(--intergalactic-text-primary-invert, oklch(0.999 0.001 180 / 0.949)); + color: var(--intergalactic-control-text-primary-invert, oklch(0.999 0.001 180 / 0.949)); background-color: var(--intergalactic-control-secondary-invert-active, - oklch(0.983 0.03 140 / 0.183)); + oklch(0.988 0.021 140 / 0.222)); } } SButton[theme='tertiary-info'] { - color: var(--intergalactic-text-link, oklch(0.53 0.21 263)); + color: var(--intergalactic-text-link-accent, oklch(0.6 0.166 277.7)); background-color: var(--intergalactic-control-tertiary-info, transparent); &:hover { - color: var(--intergalactic-text-link, oklch(0.53 0.21 263)); + color: var(--intergalactic-text-link-accent, oklch(0.6 0.166 277.7)); background-color: var(--intergalactic-control-tertiary-info-hover, oklch(0.525 0.265 263 / 0.077)); } &:active, &[active] { - color: var(--intergalactic-text-link, oklch(0.53 0.21 263)); + color: var(--intergalactic-text-link-accent, oklch(0.6 0.166 277.7)); background-color: var(--intergalactic-control-tertiary-info-active, oklch(0.524 0.266 263.1 / 0.116)); } } SButton[theme='tertiary-muted'] { - color: var(--intergalactic-text-secondary, oklch(0.088 0.026 147.7 / 0.583)); + color: var(--intergalactic-control-text-secondary, oklch(0.088 0.026 147.7 / 0.583)); background-color: var(--intergalactic-control-tertiary-neutral, transparent); &:hover { background-color: var(--intergalactic-control-tertiary-neutral-hover, oklch(0.176 0.033 175.6 / 0.056)); - color: var(--intergalactic-text-primary, oklch(0.1 0.03 137 / 0.899)); + color: var(--intergalactic-control-text-primary, oklch(0.1 0.03 137 / 0.899)); } &:active, &[active] { background-color: var(--intergalactic-control-tertiary-neutral-active, oklch(0.176 0.033 175.7 / 0.084)); - color: var(--intergalactic-text-primary, oklch(0.1 0.03 137 / 0.899)); + color: var(--intergalactic-control-text-primary, oklch(0.1 0.03 137 / 0.899)); } } SButton[theme='tertiary-invert'] { - color: var(--intergalactic-text-primary-invert, oklch(0.999 0.001 180 / 0.949)); + color: var(--intergalactic-control-text-primary-invert, oklch(0.999 0.001 180 / 0.949)); background-color: var(--intergalactic-control-tertiary-invert, transparent); &:hover { - color: var(--intergalactic-text-primary-invert, oklch(0.999 0.001 180 / 0.949)); - background-color: var(--intergalactic-control-tertiary-invert-hover, oklch(0.976 0.043 140 / 0.145)); + color: var(--intergalactic-control-text-primary-invert, oklch(0.999 0.001 180 / 0.949)); + background-color: var(--intergalactic-control-tertiary-invert-hover, oklch(0.986 0.025 140 / 0.203)); } &:active, &[active] { - color: var(--intergalactic-text-primary-invert, oklch(0.999 0.001 180 / 0.949)); - background-color: var(--intergalactic-control-tertiary-invert-active, oklch(0.983 0.03 140 / 0.183)); + color: var(--intergalactic-control-text-primary-invert, oklch(0.999 0.001 180 / 0.949)); + background-color: var(--intergalactic-control-tertiary-invert-active, oklch(0.988 0.021 140 / 0.222)); } } @@ -266,15 +257,11 @@ SButton[neighborLocation='right'] { SButton[neighborLocation='both'] { border-radius: 0; - /* disable-tokens-validator */ - margin-left: -1px; } SButton[neighborLocation='left'] { border-top-left-radius: 0; border-bottom-left-radius: 0; - /* disable-tokens-validator */ - margin-left: -1px; } SButton[neighborLocation='both'], @@ -283,11 +270,11 @@ SButton[neighborLocation='left'] { &:after { background-color: var(--intergalactic-border-primary-invert, oklch(0.995 0.008 147.4 / 0.391)); - } + } /* TODO: need to add a new variables for neighbor location borders based on the final UI */ &[theme='secondary-muted'] { &:after { - background-color: var(--intergalactic-border-primary, oklch(0.137 0.026 175.7 / 0.161)); + background-color: var(--intergalactic-border-primary, oklch(0.137 0.026 175.7 / 0.161)); /* TODO: need to add a new variables for neighbor location borders based on the final UI */ } } } @@ -296,10 +283,10 @@ SButton+SButton[neighborLocation='both']:after, SButton+SButton[neighborLocation='left']:after { content: ''; position: absolute; - top: -1px; - left: -1px; + top: 0; + left: 0; width: 1px; - height: calc(100% + 2px); + height: 100%; } SSpin { @@ -328,27 +315,40 @@ SText { } SText[size='m'] { - margin-left: var(--intergalactic-spacing-2x, 8px); - margin-right: var(--intergalactic-spacing-2x, 8px); + margin-left: var(--intergalactic-spacing-content-gap-medium, 6px); + margin-right: var(--intergalactic-spacing-content-gap-medium, 6px); line-height: var(--intergalactic-lh-200, 142%); + + &:only-child { + margin-left: var(--intergalactic-spacing-content-inset-inline, 12px); + margin-right: var(--intergalactic-spacing-content-inset-inline, 12px); + } + + &:first-child { + margin-left: var(--intergalactic-spacing-content-inset-inline, 12px); + } + + &:last-child { + margin-right: var(--intergalactic-spacing-content-inset-inline, 12px); + } } SText[size='l'] { - margin-left: var(--intergalactic-spacing-2x, 8px); - margin-right: var(--intergalactic-spacing-2x, 8px); + margin-left: var(--intergalactic-spacing-content-gap-medium, 6px); + margin-right: var(--intergalactic-spacing-content-gap-medium, 6px); line-height: var(--intergalactic-lh-300, 150%); &:only-child { - margin-left: var(--intergalactic-spacing-3x, 12px); - margin-right: var(--intergalactic-spacing-3x, 12px); + margin-left: var(--intergalactic-spacing-content-inset-inline, 12px); + margin-right: var(--intergalactic-spacing-content-inset-inline, 12px); } &:first-child { - margin-left: var(--intergalactic-spacing-3x, 12px); + margin-left: var(--intergalactic-spacing-content-inset-inline, 12px); } &:last-child { - margin-right: var(--intergalactic-spacing-3x, 12px); + margin-right: var(--intergalactic-spacing-content-inset-inline, 12px); } } @@ -361,38 +361,30 @@ SAddon { SAddon[size='m'] { &:not(:only-child):first-child { - margin-left: calc(var(--intergalactic-spacing-2x, 8px) - 1px); - /* -1px - for border width */ + margin-left: var(--intergalactic-spacing-content-inset-inline, 12px); } &:not(:only-child):last-child { - margin-right: calc(var(--intergalactic-spacing-2x, 8px) - 1px); - /* -1px - for border width */ + margin-right: var(--intergalactic-spacing-content-inset-inline, 12px); } &:only-child { - margin-left: calc(1.5 * var(--intergalactic-spacing-1x, 4px) - 1px); - /* -1px - for border width */ - margin-right: calc(1.5 * var(--intergalactic-spacing-1x, 4px) - 1px); - /* -1px - for border width */ + margin-left: var(--intergalactic-spacing-content-gap-large, 8px); + margin-right: var(--intergalactic-spacing-content-gap-large, 8px); } } SAddon[size='l'] { &:not(:only-child):first-child { - margin-left: calc(var(--intergalactic-spacing-3x, 12px) - 1px); - /* -1px - for border width */ + margin-left: var(--intergalactic-spacing-content-inset-inline, 12px); } &:not(:only-child):last-child { - margin-right: calc(var(--intergalactic-spacing-3x, 12px) - 1px); - /* -1px - for border width */ + margin-right: var(--intergalactic-spacing-content-inset-inline, 12px); } &:only-child { - margin-left: calc(3 * var(--intergalactic-spacing-1x, 4px) - 1px); - /* -1px - for border width */ - margin-right: calc(3 * var(--intergalactic-spacing-1x, 4px) - 1px); - /* -1px - for border width */ + margin-left: var(--intergalactic-spacing-content-inset-inline, 12px); + margin-right: var(--intergalactic-spacing-content-inset-inline, 12px); } } diff --git a/semcore/button/src/component/ButtonLink/buttonLink.shadow.css b/semcore/button/src/component/ButtonLink/buttonLink.shadow.css index 37e85010d8..82e845746c 100644 --- a/semcore/button/src/component/ButtonLink/buttonLink.shadow.css +++ b/semcore/button/src/component/ButtonLink/buttonLink.shadow.css @@ -4,12 +4,12 @@ SButtonLink { } SButtonLink[use='primary']:not([color]) { - color: var(--intergalactic-text-link, oklch(0.53 0.21 263)); + color: var(--intergalactic-text-link, oklch(0.1 0.03 137 / 0.899)); /* TODO: --intergalactic-text-link-primary */ &[active], &:active, &:hover { - color: var(--intergalactic-text-link-hover-active, oklch(0.51 0.202 263)); + color: var(--intergalactic-text-link-hover-active, oklch(0.1 0.03 137 / 0.899)); /* TODO: --intergalactic-text-link-primary-hover-active */ } } diff --git a/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-Base-example-margins-and-paddings-1-chromium-linux.png b/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-Base-example-margins-and-paddings-1-chromium-linux.png index 57b4eff02d..21370eebea 100644 Binary files a/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-Base-example-margins-and-paddings-1-chromium-linux.png and b/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-Base-example-margins-and-paddings-1-chromium-linux.png differ diff --git a/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-Base-example-margins-and-paddings-1-firefox-linux.png b/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-Base-example-margins-and-paddings-1-firefox-linux.png index e2411b89c2..d2072208dc 100644 Binary files a/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-Base-example-margins-and-paddings-1-firefox-linux.png and b/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-Base-example-margins-and-paddings-1-firefox-linux.png differ diff --git a/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-Base-example-margins-and-paddings-1-webkit-linux.png b/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-Base-example-margins-and-paddings-1-webkit-linux.png index 2be9cdf1ad..be88fa9825 100644 Binary files a/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-Base-example-margins-and-paddings-1-webkit-linux.png and b/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-Base-example-margins-and-paddings-1-webkit-linux.png differ diff --git a/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-Base-example-margins-and-paddings-2-chromium-linux.png b/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-Base-example-margins-and-paddings-2-chromium-linux.png index ede7f2a7fd..2e20511685 100644 Binary files a/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-Base-example-margins-and-paddings-2-chromium-linux.png and b/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-Base-example-margins-and-paddings-2-chromium-linux.png differ diff --git a/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-Base-example-margins-and-paddings-2-firefox-linux.png b/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-Base-example-margins-and-paddings-2-firefox-linux.png index 8d155b09e7..71fdf30855 100644 Binary files a/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-Base-example-margins-and-paddings-2-firefox-linux.png and b/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-Base-example-margins-and-paddings-2-firefox-linux.png differ diff --git a/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-Base-example-margins-and-paddings-2-webkit-linux.png b/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-Base-example-margins-and-paddings-2-webkit-linux.png index 8e538d3da4..2946ae6d1b 100644 Binary files a/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-Base-example-margins-and-paddings-2-webkit-linux.png and b/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-Base-example-margins-and-paddings-2-webkit-linux.png differ diff --git a/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-Base-example-margins-and-paddings-3-chromium-linux.png b/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-Base-example-margins-and-paddings-3-chromium-linux.png index 46ad51542f..28b33b1376 100644 Binary files a/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-Base-example-margins-and-paddings-3-chromium-linux.png and b/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-Base-example-margins-and-paddings-3-chromium-linux.png differ diff --git a/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-Base-example-margins-and-paddings-3-firefox-linux.png b/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-Base-example-margins-and-paddings-3-firefox-linux.png index f9e55116a8..fe4354dd9b 100644 Binary files a/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-Base-example-margins-and-paddings-3-firefox-linux.png and b/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-Base-example-margins-and-paddings-3-firefox-linux.png differ diff --git a/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-Base-example-margins-and-paddings-3-webkit-linux.png b/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-Base-example-margins-and-paddings-3-webkit-linux.png index 3e52a9bc24..9433b86ca2 100644 Binary files a/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-Base-example-margins-and-paddings-3-webkit-linux.png and b/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-Base-example-margins-and-paddings-3-webkit-linux.png differ diff --git a/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-Base-example-margins-and-paddings-4-chromium-linux.png b/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-Base-example-margins-and-paddings-4-chromium-linux.png index 725b06eec2..a604274ed7 100644 Binary files a/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-Base-example-margins-and-paddings-4-chromium-linux.png and b/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-Base-example-margins-and-paddings-4-chromium-linux.png differ diff --git a/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-Base-example-margins-and-paddings-4-firefox-linux.png b/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-Base-example-margins-and-paddings-4-firefox-linux.png index dfc7d060d3..ffcb2e5977 100644 Binary files a/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-Base-example-margins-and-paddings-4-firefox-linux.png and b/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-Base-example-margins-and-paddings-4-firefox-linux.png differ diff --git a/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-Base-example-margins-and-paddings-4-webkit-linux.png b/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-Base-example-margins-and-paddings-4-webkit-linux.png index a9d0c17861..7cfcf2c162 100644 Binary files a/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-Base-example-margins-and-paddings-4-webkit-linux.png and b/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-Base-example-margins-and-paddings-4-webkit-linux.png differ diff --git a/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-different-card-componens-styles-7-chromium-linux.png b/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-different-card-componens-styles-7-chromium-linux.png index 7cb0885ad2..18a4eec46b 100644 Binary files a/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-different-card-componens-styles-7-chromium-linux.png and b/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-different-card-componens-styles-7-chromium-linux.png differ diff --git a/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-different-card-componens-styles-7-firefox-linux.png b/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-different-card-componens-styles-7-firefox-linux.png index c7d9a32360..d78e50a776 100644 Binary files a/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-different-card-componens-styles-7-firefox-linux.png and b/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-different-card-componens-styles-7-firefox-linux.png differ diff --git a/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-different-card-componens-styles-7-webkit-linux.png b/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-different-card-componens-styles-7-webkit-linux.png index ad8fd06b22..1a86f6eba8 100644 Binary files a/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-different-card-componens-styles-7-webkit-linux.png and b/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-different-card-componens-styles-7-webkit-linux.png differ diff --git a/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-different-card-componens-styles-9-chromium-linux.png b/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-different-card-componens-styles-9-chromium-linux.png index e0d40db0e0..ac62348c79 100644 Binary files a/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-different-card-componens-styles-9-chromium-linux.png and b/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-different-card-componens-styles-9-chromium-linux.png differ diff --git a/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-different-card-componens-styles-9-firefox-linux.png b/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-different-card-componens-styles-9-firefox-linux.png index 554afdb78e..951bcf5d26 100644 Binary files a/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-different-card-componens-styles-9-firefox-linux.png and b/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-different-card-componens-styles-9-firefox-linux.png differ diff --git a/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-different-card-componens-styles-9-webkit-linux.png b/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-different-card-componens-styles-9-webkit-linux.png index da88eb2d48..5b8aa5db44 100644 Binary files a/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-different-card-componens-styles-9-webkit-linux.png and b/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-different-card-componens-styles-9-webkit-linux.png differ diff --git a/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-complex-card-styles-1-chromium-linux.png b/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-complex-card-styles-1-chromium-linux.png index f89dd64c4a..186a65d629 100644 Binary files a/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-complex-card-styles-1-chromium-linux.png and b/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-complex-card-styles-1-chromium-linux.png differ diff --git a/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-complex-card-styles-1-firefox-linux.png b/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-complex-card-styles-1-firefox-linux.png index 04535a42cc..35a0a604eb 100644 Binary files a/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-complex-card-styles-1-firefox-linux.png and b/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-complex-card-styles-1-firefox-linux.png differ diff --git a/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-complex-card-styles-1-webkit-linux.png b/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-complex-card-styles-1-webkit-linux.png index c09159eaeb..6df46fe4f2 100644 Binary files a/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-complex-card-styles-1-webkit-linux.png and b/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-complex-card-styles-1-webkit-linux.png differ diff --git a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-prev-and-next-buttons-when-indicators-default-bounded-true-1-chromium-linux.png b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-prev-and-next-buttons-when-indicators-default-bounded-true-1-chromium-linux.png index 0faf3725d6..8f3448c757 100644 Binary files a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-prev-and-next-buttons-when-indicators-default-bounded-true-1-chromium-linux.png and b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-prev-and-next-buttons-when-indicators-default-bounded-true-1-chromium-linux.png differ diff --git a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-prev-and-next-buttons-when-indicators-default-bounded-true-1-firefox-linux.png b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-prev-and-next-buttons-when-indicators-default-bounded-true-1-firefox-linux.png index 0d4d0c7151..e304045cd6 100644 Binary files a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-prev-and-next-buttons-when-indicators-default-bounded-true-1-firefox-linux.png and b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-prev-and-next-buttons-when-indicators-default-bounded-true-1-firefox-linux.png differ diff --git a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-prev-and-next-buttons-when-indicators-default-bounded-true-1-webkit-linux.png b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-prev-and-next-buttons-when-indicators-default-bounded-true-1-webkit-linux.png index f35f6ab403..e7de41315a 100644 Binary files a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-prev-and-next-buttons-when-indicators-default-bounded-true-1-webkit-linux.png and b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-prev-and-next-buttons-when-indicators-default-bounded-true-1-webkit-linux.png differ diff --git a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-prev-and-next-buttons-when-indicators-default-bounded-true-2-chromium-linux.png b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-prev-and-next-buttons-when-indicators-default-bounded-true-2-chromium-linux.png index c15c47f461..c071148826 100644 Binary files a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-prev-and-next-buttons-when-indicators-default-bounded-true-2-chromium-linux.png and b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-prev-and-next-buttons-when-indicators-default-bounded-true-2-chromium-linux.png differ diff --git a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-prev-and-next-buttons-when-indicators-default-bounded-true-2-firefox-linux.png b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-prev-and-next-buttons-when-indicators-default-bounded-true-2-firefox-linux.png index dfec1d17a6..42f54e01fb 100644 Binary files a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-prev-and-next-buttons-when-indicators-default-bounded-true-2-firefox-linux.png and b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-prev-and-next-buttons-when-indicators-default-bounded-true-2-firefox-linux.png differ diff --git a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-prev-and-next-buttons-when-indicators-default-bounded-true-2-webkit-linux.png b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-prev-and-next-buttons-when-indicators-default-bounded-true-2-webkit-linux.png index 20bca6ea68..1b8deae59a 100644 Binary files a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-prev-and-next-buttons-when-indicators-default-bounded-true-2-webkit-linux.png and b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-prev-and-next-buttons-when-indicators-default-bounded-true-2-webkit-linux.png differ diff --git a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-prev-and-next-buttons-when-indicators-preview-bounded-true-1-chromium-linux.png b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-prev-and-next-buttons-when-indicators-preview-bounded-true-1-chromium-linux.png index 64fea3b078..01a36aaca7 100644 Binary files a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-prev-and-next-buttons-when-indicators-preview-bounded-true-1-chromium-linux.png and b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-prev-and-next-buttons-when-indicators-preview-bounded-true-1-chromium-linux.png differ diff --git a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-prev-and-next-buttons-when-indicators-preview-bounded-true-1-firefox-linux.png b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-prev-and-next-buttons-when-indicators-preview-bounded-true-1-firefox-linux.png index b7327a2cde..905803645d 100644 Binary files a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-prev-and-next-buttons-when-indicators-preview-bounded-true-1-firefox-linux.png and b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-prev-and-next-buttons-when-indicators-preview-bounded-true-1-firefox-linux.png differ diff --git a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-prev-and-next-buttons-when-indicators-preview-bounded-true-1-webkit-linux.png b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-prev-and-next-buttons-when-indicators-preview-bounded-true-1-webkit-linux.png index f7b6733eee..8d8a2d61ee 100644 Binary files a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-prev-and-next-buttons-when-indicators-preview-bounded-true-1-webkit-linux.png and b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-prev-and-next-buttons-when-indicators-preview-bounded-true-1-webkit-linux.png differ diff --git a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-prev-and-next-buttons-when-indicators-preview-bounded-true-2-chromium-linux.png b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-prev-and-next-buttons-when-indicators-preview-bounded-true-2-chromium-linux.png index 86a6513fd2..a724fd2384 100644 Binary files a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-prev-and-next-buttons-when-indicators-preview-bounded-true-2-chromium-linux.png and b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-prev-and-next-buttons-when-indicators-preview-bounded-true-2-chromium-linux.png differ diff --git a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-prev-and-next-buttons-when-indicators-preview-bounded-true-2-firefox-linux.png b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-prev-and-next-buttons-when-indicators-preview-bounded-true-2-firefox-linux.png index 91668fd3a8..42ef7f47e6 100644 Binary files a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-prev-and-next-buttons-when-indicators-preview-bounded-true-2-firefox-linux.png and b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-prev-and-next-buttons-when-indicators-preview-bounded-true-2-firefox-linux.png differ diff --git a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-prev-and-next-buttons-when-indicators-preview-bounded-true-2-webkit-linux.png b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-prev-and-next-buttons-when-indicators-preview-bounded-true-2-webkit-linux.png index d74d9b7c16..e123ca03f8 100644 Binary files a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-prev-and-next-buttons-when-indicators-preview-bounded-true-2-webkit-linux.png and b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-prev-and-next-buttons-when-indicators-preview-bounded-true-2-webkit-linux.png differ diff --git a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-defa-20a10--defaultIndex-undefined-or-index-undefined-1-chromium-linux.png b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-defa-20a10--defaultIndex-undefined-or-index-undefined-1-chromium-linux.png index e65f8c66bd..4238595a8e 100644 Binary files a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-defa-20a10--defaultIndex-undefined-or-index-undefined-1-chromium-linux.png and b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-defa-20a10--defaultIndex-undefined-or-index-undefined-1-chromium-linux.png differ diff --git a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-defa-20a10--defaultIndex-undefined-or-index-undefined-1-firefox-linux.png b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-defa-20a10--defaultIndex-undefined-or-index-undefined-1-firefox-linux.png index 84477a7710..8421dff345 100644 Binary files a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-defa-20a10--defaultIndex-undefined-or-index-undefined-1-firefox-linux.png and b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-defa-20a10--defaultIndex-undefined-or-index-undefined-1-firefox-linux.png differ diff --git a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-defa-20a10--defaultIndex-undefined-or-index-undefined-1-webkit-linux.png b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-defa-20a10--defaultIndex-undefined-or-index-undefined-1-webkit-linux.png index bc88a7460b..f88963f059 100644 Binary files a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-defa-20a10--defaultIndex-undefined-or-index-undefined-1-webkit-linux.png and b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-defa-20a10--defaultIndex-undefined-or-index-undefined-1-webkit-linux.png differ diff --git a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-defa-4727c--defaultIndex-undefined-or-index-undefined-6-chromium-linux.png b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-defa-4727c--defaultIndex-undefined-or-index-undefined-6-chromium-linux.png index f734ca50a6..eb9190e60c 100644 Binary files a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-defa-4727c--defaultIndex-undefined-or-index-undefined-6-chromium-linux.png and b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-defa-4727c--defaultIndex-undefined-or-index-undefined-6-chromium-linux.png differ diff --git a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-defa-4727c--defaultIndex-undefined-or-index-undefined-6-firefox-linux.png b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-defa-4727c--defaultIndex-undefined-or-index-undefined-6-firefox-linux.png index 328dee2cbc..e39d0b0999 100644 Binary files a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-defa-4727c--defaultIndex-undefined-or-index-undefined-6-firefox-linux.png and b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-defa-4727c--defaultIndex-undefined-or-index-undefined-6-firefox-linux.png differ diff --git a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-defa-4727c--defaultIndex-undefined-or-index-undefined-6-webkit-linux.png b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-defa-4727c--defaultIndex-undefined-or-index-undefined-6-webkit-linux.png index 27400dd6d1..69f35350cd 100644 Binary files a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-defa-4727c--defaultIndex-undefined-or-index-undefined-6-webkit-linux.png and b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-defa-4727c--defaultIndex-undefined-or-index-undefined-6-webkit-linux.png differ diff --git a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-defa-50fbc--defaultIndex-undefined-or-index-undefined-2-chromium-linux.png b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-defa-50fbc--defaultIndex-undefined-or-index-undefined-2-chromium-linux.png index 039ffd5b54..3f7f2a18ce 100644 Binary files a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-defa-50fbc--defaultIndex-undefined-or-index-undefined-2-chromium-linux.png and b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-defa-50fbc--defaultIndex-undefined-or-index-undefined-2-chromium-linux.png differ diff --git a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-defa-50fbc--defaultIndex-undefined-or-index-undefined-2-firefox-linux.png b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-defa-50fbc--defaultIndex-undefined-or-index-undefined-2-firefox-linux.png index 16805a9688..6ef75e4a26 100644 Binary files a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-defa-50fbc--defaultIndex-undefined-or-index-undefined-2-firefox-linux.png and b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-defa-50fbc--defaultIndex-undefined-or-index-undefined-2-firefox-linux.png differ diff --git a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-defa-50fbc--defaultIndex-undefined-or-index-undefined-2-webkit-linux.png b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-defa-50fbc--defaultIndex-undefined-or-index-undefined-2-webkit-linux.png index 1f865ed63d..d022148da0 100644 Binary files a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-defa-50fbc--defaultIndex-undefined-or-index-undefined-2-webkit-linux.png and b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-defa-50fbc--defaultIndex-undefined-or-index-undefined-2-webkit-linux.png differ diff --git a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-defa-6499d--defaultIndex-undefined-or-index-undefined-3-chromium-linux.png b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-defa-6499d--defaultIndex-undefined-or-index-undefined-3-chromium-linux.png index fe047fa92d..9cf39bc547 100644 Binary files a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-defa-6499d--defaultIndex-undefined-or-index-undefined-3-chromium-linux.png and b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-defa-6499d--defaultIndex-undefined-or-index-undefined-3-chromium-linux.png differ diff --git a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-defa-6499d--defaultIndex-undefined-or-index-undefined-3-firefox-linux.png b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-defa-6499d--defaultIndex-undefined-or-index-undefined-3-firefox-linux.png index 5dca331e6f..a4f21d737a 100644 Binary files a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-defa-6499d--defaultIndex-undefined-or-index-undefined-3-firefox-linux.png and b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-defa-6499d--defaultIndex-undefined-or-index-undefined-3-firefox-linux.png differ diff --git a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-defa-6499d--defaultIndex-undefined-or-index-undefined-3-webkit-linux.png b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-defa-6499d--defaultIndex-undefined-or-index-undefined-3-webkit-linux.png index 91e864f9c9..cca327741d 100644 Binary files a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-defa-6499d--defaultIndex-undefined-or-index-undefined-3-webkit-linux.png and b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-defa-6499d--defaultIndex-undefined-or-index-undefined-3-webkit-linux.png differ diff --git a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-defa-99f1c--defaultIndex-undefined-or-index-undefined-5-chromium-linux.png b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-defa-99f1c--defaultIndex-undefined-or-index-undefined-5-chromium-linux.png index 00424ecd93..ff0f8c6f01 100644 Binary files a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-defa-99f1c--defaultIndex-undefined-or-index-undefined-5-chromium-linux.png and b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-defa-99f1c--defaultIndex-undefined-or-index-undefined-5-chromium-linux.png differ diff --git a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-defa-99f1c--defaultIndex-undefined-or-index-undefined-5-firefox-linux.png b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-defa-99f1c--defaultIndex-undefined-or-index-undefined-5-firefox-linux.png index a2be0076c6..213a9ffcbc 100644 Binary files a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-defa-99f1c--defaultIndex-undefined-or-index-undefined-5-firefox-linux.png and b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-defa-99f1c--defaultIndex-undefined-or-index-undefined-5-firefox-linux.png differ diff --git a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-defa-99f1c--defaultIndex-undefined-or-index-undefined-5-webkit-linux.png b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-defa-99f1c--defaultIndex-undefined-or-index-undefined-5-webkit-linux.png index 9e5e560eea..4fcf9dccfd 100644 Binary files a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-defa-99f1c--defaultIndex-undefined-or-index-undefined-5-webkit-linux.png and b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-defa-99f1c--defaultIndex-undefined-or-index-undefined-5-webkit-linux.png differ diff --git a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-defa-b6de1--defaultIndex-undefined-or-index-undefined-4-chromium-linux.png b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-defa-b6de1--defaultIndex-undefined-or-index-undefined-4-chromium-linux.png index 413e5d15af..3db442a2e7 100644 Binary files a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-defa-b6de1--defaultIndex-undefined-or-index-undefined-4-chromium-linux.png and b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-defa-b6de1--defaultIndex-undefined-or-index-undefined-4-chromium-linux.png differ diff --git a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-defa-b6de1--defaultIndex-undefined-or-index-undefined-4-firefox-linux.png b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-defa-b6de1--defaultIndex-undefined-or-index-undefined-4-firefox-linux.png index 1c8318dca0..3f151097c9 100644 Binary files a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-defa-b6de1--defaultIndex-undefined-or-index-undefined-4-firefox-linux.png and b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-defa-b6de1--defaultIndex-undefined-or-index-undefined-4-firefox-linux.png differ diff --git a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-defa-b6de1--defaultIndex-undefined-or-index-undefined-4-webkit-linux.png b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-defa-b6de1--defaultIndex-undefined-or-index-undefined-4-webkit-linux.png index b97f4bbe71..1bad65c5cd 100644 Binary files a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-defa-b6de1--defaultIndex-undefined-or-index-undefined-4-webkit-linux.png and b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-defa-b6de1--defaultIndex-undefined-or-index-undefined-4-webkit-linux.png differ diff --git a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-hide-2d3a7--300-and-defaultIndex-undefined-or-index-1-2-chromium-linux.png b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-hide-2d3a7--300-and-defaultIndex-undefined-or-index-1-2-chromium-linux.png index 88164aa59d..641fefe9bc 100644 Binary files a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-hide-2d3a7--300-and-defaultIndex-undefined-or-index-1-2-chromium-linux.png and b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-hide-2d3a7--300-and-defaultIndex-undefined-or-index-1-2-chromium-linux.png differ diff --git a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-hide-2d3a7--300-and-defaultIndex-undefined-or-index-1-2-firefox-linux.png b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-hide-2d3a7--300-and-defaultIndex-undefined-or-index-1-2-firefox-linux.png index 15c3455b1d..1ce8fda7a6 100644 Binary files a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-hide-2d3a7--300-and-defaultIndex-undefined-or-index-1-2-firefox-linux.png and b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-hide-2d3a7--300-and-defaultIndex-undefined-or-index-1-2-firefox-linux.png differ diff --git a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-hide-2d3a7--300-and-defaultIndex-undefined-or-index-1-2-webkit-linux.png b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-hide-2d3a7--300-and-defaultIndex-undefined-or-index-1-2-webkit-linux.png index 9b1a7e59d1..c5083e607f 100644 Binary files a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-hide-2d3a7--300-and-defaultIndex-undefined-or-index-1-2-webkit-linux.png and b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-hide-2d3a7--300-and-defaultIndex-undefined-or-index-1-2-webkit-linux.png differ diff --git a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-hide-57de8--300-and-defaultIndex-undefined-or-index-1-5-chromium-linux.png b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-hide-57de8--300-and-defaultIndex-undefined-or-index-1-5-chromium-linux.png index b7cb08a1c5..405f7a6fc3 100644 Binary files a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-hide-57de8--300-and-defaultIndex-undefined-or-index-1-5-chromium-linux.png and b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-hide-57de8--300-and-defaultIndex-undefined-or-index-1-5-chromium-linux.png differ diff --git a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-hide-57de8--300-and-defaultIndex-undefined-or-index-1-5-firefox-linux.png b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-hide-57de8--300-and-defaultIndex-undefined-or-index-1-5-firefox-linux.png index 40c6ea8442..2db88a5ae8 100644 Binary files a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-hide-57de8--300-and-defaultIndex-undefined-or-index-1-5-firefox-linux.png and b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-hide-57de8--300-and-defaultIndex-undefined-or-index-1-5-firefox-linux.png differ diff --git a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-hide-57de8--300-and-defaultIndex-undefined-or-index-1-5-webkit-linux.png b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-hide-57de8--300-and-defaultIndex-undefined-or-index-1-5-webkit-linux.png index 8446589473..fb262c1f68 100644 Binary files a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-hide-57de8--300-and-defaultIndex-undefined-or-index-1-5-webkit-linux.png and b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-hide-57de8--300-and-defaultIndex-undefined-or-index-1-5-webkit-linux.png differ diff --git a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-hide-6328e--300-and-defaultIndex-undefined-or-index-1-1-chromium-linux.png b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-hide-6328e--300-and-defaultIndex-undefined-or-index-1-1-chromium-linux.png index b7413fcf0b..2eb4a8197a 100644 Binary files a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-hide-6328e--300-and-defaultIndex-undefined-or-index-1-1-chromium-linux.png and b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-hide-6328e--300-and-defaultIndex-undefined-or-index-1-1-chromium-linux.png differ diff --git a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-hide-6328e--300-and-defaultIndex-undefined-or-index-1-1-firefox-linux.png b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-hide-6328e--300-and-defaultIndex-undefined-or-index-1-1-firefox-linux.png index 3cb285ff49..89769e5742 100644 Binary files a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-hide-6328e--300-and-defaultIndex-undefined-or-index-1-1-firefox-linux.png and b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-hide-6328e--300-and-defaultIndex-undefined-or-index-1-1-firefox-linux.png differ diff --git a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-hide-6328e--300-and-defaultIndex-undefined-or-index-1-1-webkit-linux.png b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-hide-6328e--300-and-defaultIndex-undefined-or-index-1-1-webkit-linux.png index 2fa60cc1c0..6299d116c1 100644 Binary files a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-hide-6328e--300-and-defaultIndex-undefined-or-index-1-1-webkit-linux.png and b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-hide-6328e--300-and-defaultIndex-undefined-or-index-1-1-webkit-linux.png differ diff --git a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-hide-6773c--300-and-defaultIndex-undefined-or-index-1-4-chromium-linux.png b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-hide-6773c--300-and-defaultIndex-undefined-or-index-1-4-chromium-linux.png index 651ae42032..383e53e43b 100644 Binary files a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-hide-6773c--300-and-defaultIndex-undefined-or-index-1-4-chromium-linux.png and b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-hide-6773c--300-and-defaultIndex-undefined-or-index-1-4-chromium-linux.png differ diff --git a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-hide-6773c--300-and-defaultIndex-undefined-or-index-1-4-firefox-linux.png b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-hide-6773c--300-and-defaultIndex-undefined-or-index-1-4-firefox-linux.png index c0642b56ec..ab1c419635 100644 Binary files a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-hide-6773c--300-and-defaultIndex-undefined-or-index-1-4-firefox-linux.png and b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-hide-6773c--300-and-defaultIndex-undefined-or-index-1-4-firefox-linux.png differ diff --git a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-hide-6773c--300-and-defaultIndex-undefined-or-index-1-4-webkit-linux.png b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-hide-6773c--300-and-defaultIndex-undefined-or-index-1-4-webkit-linux.png index 7e1414a278..2367af3695 100644 Binary files a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-hide-6773c--300-and-defaultIndex-undefined-or-index-1-4-webkit-linux.png and b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-hide-6773c--300-and-defaultIndex-undefined-or-index-1-4-webkit-linux.png differ diff --git a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-hide-a98e7--300-and-defaultIndex-undefined-or-index-1-3-chromium-linux.png b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-hide-a98e7--300-and-defaultIndex-undefined-or-index-1-3-chromium-linux.png index 40cf86da71..5cb21bd4f5 100644 Binary files a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-hide-a98e7--300-and-defaultIndex-undefined-or-index-1-3-chromium-linux.png and b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-hide-a98e7--300-and-defaultIndex-undefined-or-index-1-3-chromium-linux.png differ diff --git a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-hide-a98e7--300-and-defaultIndex-undefined-or-index-1-3-firefox-linux.png b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-hide-a98e7--300-and-defaultIndex-undefined-or-index-1-3-firefox-linux.png index e8398c9909..93ad6256fb 100644 Binary files a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-hide-a98e7--300-and-defaultIndex-undefined-or-index-1-3-firefox-linux.png and b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-hide-a98e7--300-and-defaultIndex-undefined-or-index-1-3-firefox-linux.png differ diff --git a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-hide-a98e7--300-and-defaultIndex-undefined-or-index-1-3-webkit-linux.png b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-hide-a98e7--300-and-defaultIndex-undefined-or-index-1-3-webkit-linux.png index 6c24160a7a..f7ed44a049 100644 Binary files a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-hide-a98e7--300-and-defaultIndex-undefined-or-index-1-3-webkit-linux.png and b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-hide-a98e7--300-and-defaultIndex-undefined-or-index-1-3-webkit-linux.png differ diff --git a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-prev-14412--500-and-defaultIndex-2-or-index-undefined-4-chromium-linux.png b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-prev-14412--500-and-defaultIndex-2-or-index-undefined-4-chromium-linux.png index 015371af88..368704c960 100644 Binary files a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-prev-14412--500-and-defaultIndex-2-or-index-undefined-4-chromium-linux.png and b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-prev-14412--500-and-defaultIndex-2-or-index-undefined-4-chromium-linux.png differ diff --git a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-prev-14412--500-and-defaultIndex-2-or-index-undefined-4-firefox-linux.png b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-prev-14412--500-and-defaultIndex-2-or-index-undefined-4-firefox-linux.png index 556b03b0cb..13e5c986f5 100644 Binary files a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-prev-14412--500-and-defaultIndex-2-or-index-undefined-4-firefox-linux.png and b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-prev-14412--500-and-defaultIndex-2-or-index-undefined-4-firefox-linux.png differ diff --git a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-prev-14412--500-and-defaultIndex-2-or-index-undefined-4-webkit-linux.png b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-prev-14412--500-and-defaultIndex-2-or-index-undefined-4-webkit-linux.png index c978c9f475..9a7ba78b58 100644 Binary files a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-prev-14412--500-and-defaultIndex-2-or-index-undefined-4-webkit-linux.png and b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-prev-14412--500-and-defaultIndex-2-or-index-undefined-4-webkit-linux.png differ diff --git a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-prev-42424--500-and-defaultIndex-2-or-index-undefined-3-chromium-linux.png b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-prev-42424--500-and-defaultIndex-2-or-index-undefined-3-chromium-linux.png index 14d960fe8e..6b8adc0044 100644 Binary files a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-prev-42424--500-and-defaultIndex-2-or-index-undefined-3-chromium-linux.png and b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-prev-42424--500-and-defaultIndex-2-or-index-undefined-3-chromium-linux.png differ diff --git a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-prev-42424--500-and-defaultIndex-2-or-index-undefined-3-firefox-linux.png b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-prev-42424--500-and-defaultIndex-2-or-index-undefined-3-firefox-linux.png index f9dcdc474d..f1a517ca83 100644 Binary files a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-prev-42424--500-and-defaultIndex-2-or-index-undefined-3-firefox-linux.png and b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-prev-42424--500-and-defaultIndex-2-or-index-undefined-3-firefox-linux.png differ diff --git a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-prev-42424--500-and-defaultIndex-2-or-index-undefined-3-webkit-linux.png b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-prev-42424--500-and-defaultIndex-2-or-index-undefined-3-webkit-linux.png index 6df4dfce0d..8d9e55ccd5 100644 Binary files a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-prev-42424--500-and-defaultIndex-2-or-index-undefined-3-webkit-linux.png and b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-prev-42424--500-and-defaultIndex-2-or-index-undefined-3-webkit-linux.png differ diff --git a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-prev-494d7--500-and-defaultIndex-2-or-index-undefined-1-chromium-linux.png b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-prev-494d7--500-and-defaultIndex-2-or-index-undefined-1-chromium-linux.png index f0a2554cc0..1b07e8f4eb 100644 Binary files a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-prev-494d7--500-and-defaultIndex-2-or-index-undefined-1-chromium-linux.png and b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-prev-494d7--500-and-defaultIndex-2-or-index-undefined-1-chromium-linux.png differ diff --git a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-prev-494d7--500-and-defaultIndex-2-or-index-undefined-1-firefox-linux.png b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-prev-494d7--500-and-defaultIndex-2-or-index-undefined-1-firefox-linux.png index e41b167820..3ce2fc05f4 100644 Binary files a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-prev-494d7--500-and-defaultIndex-2-or-index-undefined-1-firefox-linux.png and b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-prev-494d7--500-and-defaultIndex-2-or-index-undefined-1-firefox-linux.png differ diff --git a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-prev-494d7--500-and-defaultIndex-2-or-index-undefined-1-webkit-linux.png b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-prev-494d7--500-and-defaultIndex-2-or-index-undefined-1-webkit-linux.png index d8d64ecdab..b93a5776b8 100644 Binary files a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-prev-494d7--500-and-defaultIndex-2-or-index-undefined-1-webkit-linux.png and b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-prev-494d7--500-and-defaultIndex-2-or-index-undefined-1-webkit-linux.png differ diff --git a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-prev-8b027--500-and-defaultIndex-2-or-index-undefined-6-chromium-linux.png b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-prev-8b027--500-and-defaultIndex-2-or-index-undefined-6-chromium-linux.png index f6b0b3568b..c18ac9d04f 100644 Binary files a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-prev-8b027--500-and-defaultIndex-2-or-index-undefined-6-chromium-linux.png and b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-prev-8b027--500-and-defaultIndex-2-or-index-undefined-6-chromium-linux.png differ diff --git a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-prev-8b027--500-and-defaultIndex-2-or-index-undefined-6-firefox-linux.png b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-prev-8b027--500-and-defaultIndex-2-or-index-undefined-6-firefox-linux.png index 9593846eb8..e705ec27ba 100644 Binary files a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-prev-8b027--500-and-defaultIndex-2-or-index-undefined-6-firefox-linux.png and b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-prev-8b027--500-and-defaultIndex-2-or-index-undefined-6-firefox-linux.png differ diff --git a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-prev-8b027--500-and-defaultIndex-2-or-index-undefined-6-webkit-linux.png b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-prev-8b027--500-and-defaultIndex-2-or-index-undefined-6-webkit-linux.png index 6fcac40f37..c903bb1e01 100644 Binary files a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-prev-8b027--500-and-defaultIndex-2-or-index-undefined-6-webkit-linux.png and b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-prev-8b027--500-and-defaultIndex-2-or-index-undefined-6-webkit-linux.png differ diff --git a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-prev-b2aeb--500-and-defaultIndex-2-or-index-undefined-5-chromium-linux.png b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-prev-b2aeb--500-and-defaultIndex-2-or-index-undefined-5-chromium-linux.png index 05fc7dee23..9922b74fa0 100644 Binary files a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-prev-b2aeb--500-and-defaultIndex-2-or-index-undefined-5-chromium-linux.png and b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-prev-b2aeb--500-and-defaultIndex-2-or-index-undefined-5-chromium-linux.png differ diff --git a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-prev-b2aeb--500-and-defaultIndex-2-or-index-undefined-5-firefox-linux.png b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-prev-b2aeb--500-and-defaultIndex-2-or-index-undefined-5-firefox-linux.png index 0dc6f18b12..bce5faade9 100644 Binary files a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-prev-b2aeb--500-and-defaultIndex-2-or-index-undefined-5-firefox-linux.png and b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-prev-b2aeb--500-and-defaultIndex-2-or-index-undefined-5-firefox-linux.png differ diff --git a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-prev-b2aeb--500-and-defaultIndex-2-or-index-undefined-5-webkit-linux.png b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-prev-b2aeb--500-and-defaultIndex-2-or-index-undefined-5-webkit-linux.png index b7c0f7f3a2..09e0874502 100644 Binary files a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-prev-b2aeb--500-and-defaultIndex-2-or-index-undefined-5-webkit-linux.png and b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-prev-b2aeb--500-and-defaultIndex-2-or-index-undefined-5-webkit-linux.png differ diff --git a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-prev-e9bf7--500-and-defaultIndex-2-or-index-undefined-2-chromium-linux.png b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-prev-e9bf7--500-and-defaultIndex-2-or-index-undefined-2-chromium-linux.png index f57fda2aec..bfae5c48ae 100644 Binary files a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-prev-e9bf7--500-and-defaultIndex-2-or-index-undefined-2-chromium-linux.png and b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-prev-e9bf7--500-and-defaultIndex-2-or-index-undefined-2-chromium-linux.png differ diff --git a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-prev-e9bf7--500-and-defaultIndex-2-or-index-undefined-2-firefox-linux.png b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-prev-e9bf7--500-and-defaultIndex-2-or-index-undefined-2-firefox-linux.png index 087a78528e..d122bf2c70 100644 Binary files a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-prev-e9bf7--500-and-defaultIndex-2-or-index-undefined-2-firefox-linux.png and b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-prev-e9bf7--500-and-defaultIndex-2-or-index-undefined-2-firefox-linux.png differ diff --git a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-prev-e9bf7--500-and-defaultIndex-2-or-index-undefined-2-webkit-linux.png b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-prev-e9bf7--500-and-defaultIndex-2-or-index-undefined-2-webkit-linux.png index d0980a23b1..72792229f5 100644 Binary files a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-prev-e9bf7--500-and-defaultIndex-2-or-index-undefined-2-webkit-linux.png and b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-Carousel-with-indicators-prev-e9bf7--500-and-defaultIndex-2-or-index-undefined-2-webkit-linux.png differ diff --git a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-carousel-with-custom-Prev-and-Next-1-chromium-linux.png b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-carousel-with-custom-Prev-and-Next-1-chromium-linux.png index a7a36cf6ee..5a66584c3f 100644 Binary files a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-carousel-with-custom-Prev-and-Next-1-chromium-linux.png and b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-carousel-with-custom-Prev-and-Next-1-chromium-linux.png differ diff --git a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-carousel-with-custom-Prev-and-Next-1-firefox-linux.png b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-carousel-with-custom-Prev-and-Next-1-firefox-linux.png index 112a68c931..6742203057 100644 Binary files a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-carousel-with-custom-Prev-and-Next-1-firefox-linux.png and b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-carousel-with-custom-Prev-and-Next-1-firefox-linux.png differ diff --git a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-carousel-with-custom-Prev-and-Next-1-webkit-linux.png b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-carousel-with-custom-Prev-and-Next-1-webkit-linux.png index b6ed6a3b41..6980cb4d34 100644 Binary files a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-carousel-with-custom-Prev-and-Next-1-webkit-linux.png and b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-carousel-with-custom-Prev-and-Next-1-webkit-linux.png differ diff --git a/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-Checkbox-with-onther-elements-keyboard-interactions-1-chromium-linux.png b/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-Checkbox-with-onther-elements-keyboard-interactions-1-chromium-linux.png index 416dbb4cea..5c91929855 100644 Binary files a/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-Checkbox-with-onther-elements-keyboard-interactions-1-chromium-linux.png and b/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-Checkbox-with-onther-elements-keyboard-interactions-1-chromium-linux.png differ diff --git a/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-Checkbox-with-onther-elements-keyboard-interactions-1-firefox-linux.png b/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-Checkbox-with-onther-elements-keyboard-interactions-1-firefox-linux.png index 4c0826175e..49b5c0c6f7 100644 Binary files a/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-Checkbox-with-onther-elements-keyboard-interactions-1-firefox-linux.png and b/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-Checkbox-with-onther-elements-keyboard-interactions-1-firefox-linux.png differ diff --git a/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-Checkbox-with-onther-elements-keyboard-interactions-1-webkit-linux.png b/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-Checkbox-with-onther-elements-keyboard-interactions-1-webkit-linux.png index c091a4819c..d5fe619439 100644 Binary files a/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-Checkbox-with-onther-elements-keyboard-interactions-1-webkit-linux.png and b/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-Checkbox-with-onther-elements-keyboard-interactions-1-webkit-linux.png differ diff --git a/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-Partial-selection-keyboard-interactions-1-chromium-linux.png b/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-Partial-selection-keyboard-interactions-1-chromium-linux.png index 2fe12a1b7f..f4aa09e14d 100644 Binary files a/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-Partial-selection-keyboard-interactions-1-chromium-linux.png and b/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-Partial-selection-keyboard-interactions-1-chromium-linux.png differ diff --git a/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-Partial-selection-mouse-interactions-1-chromium-linux.png b/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-Partial-selection-mouse-interactions-1-chromium-linux.png index 1780e9f706..3e29e53fb2 100644 Binary files a/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-Partial-selection-mouse-interactions-1-chromium-linux.png and b/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-Partial-selection-mouse-interactions-1-chromium-linux.png differ diff --git a/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-l-state-invalid-theme-unde-d065d-abled-false-checked-false-indeterminate-false-1-chromium-linux.png b/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-l-state-invalid-theme-unde-d065d-abled-false-checked-false-indeterminate-false-1-chromium-linux.png index d66f87b08e..ab4e7f326a 100644 Binary files a/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-l-state-invalid-theme-unde-d065d-abled-false-checked-false-indeterminate-false-1-chromium-linux.png and b/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-l-state-invalid-theme-unde-d065d-abled-false-checked-false-indeterminate-false-1-chromium-linux.png differ diff --git a/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-l-state-invalid-theme-unde-d065d-abled-false-checked-false-indeterminate-false-1-webkit-linux.png b/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-l-state-invalid-theme-unde-d065d-abled-false-checked-false-indeterminate-false-1-webkit-linux.png index 6a8dea41d3..9ded6532aa 100644 Binary files a/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-l-state-invalid-theme-unde-d065d-abled-false-checked-false-indeterminate-false-1-webkit-linux.png and b/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-l-state-invalid-theme-unde-d065d-abled-false-checked-false-indeterminate-false-1-webkit-linux.png differ diff --git a/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-l-state-normal-theme-pink--943a1-abled-false-checked-false-indeterminate-false-1-chromium-linux.png b/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-l-state-normal-theme-pink--943a1-abled-false-checked-false-indeterminate-false-1-chromium-linux.png index 24e9f8887b..3e77004d9f 100644 Binary files a/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-l-state-normal-theme-pink--943a1-abled-false-checked-false-indeterminate-false-1-chromium-linux.png and b/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-l-state-normal-theme-pink--943a1-abled-false-checked-false-indeterminate-false-1-chromium-linux.png differ diff --git a/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-l-state-normal-theme-undef-91171-abled-false-checked-false-indeterminate-false-1-chromium-linux.png b/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-l-state-normal-theme-undef-91171-abled-false-checked-false-indeterminate-false-1-chromium-linux.png index ee9f99e287..794fc5dbc5 100644 Binary files a/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-l-state-normal-theme-undef-91171-abled-false-checked-false-indeterminate-false-1-chromium-linux.png and b/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-l-state-normal-theme-undef-91171-abled-false-checked-false-indeterminate-false-1-chromium-linux.png differ diff --git a/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-l-state-normal-theme-undef-92cd8-sabled-false-checked-true-indeterminate-false-1-chromium-linux.png b/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-l-state-normal-theme-undef-92cd8-sabled-false-checked-true-indeterminate-false-1-chromium-linux.png index 1d9ab111f4..409d9b2a49 100644 Binary files a/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-l-state-normal-theme-undef-92cd8-sabled-false-checked-true-indeterminate-false-1-chromium-linux.png and b/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-l-state-normal-theme-undef-92cd8-sabled-false-checked-true-indeterminate-false-1-chromium-linux.png differ diff --git a/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-l-state-normal-theme-undef-db120-abled-false-checked-false-indeterminate-false-1-chromium-linux.png b/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-l-state-normal-theme-undef-db120-abled-false-checked-false-indeterminate-false-1-chromium-linux.png index 24e9f8887b..3e77004d9f 100644 Binary files a/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-l-state-normal-theme-undef-db120-abled-false-checked-false-indeterminate-false-1-chromium-linux.png and b/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-l-state-normal-theme-undef-db120-abled-false-checked-false-indeterminate-false-1-chromium-linux.png differ diff --git a/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-l-state-normal-theme-undef-e9f72-sabled-false-checked-false-indeterminate-true-1-chromium-linux.png b/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-l-state-normal-theme-undef-e9f72-sabled-false-checked-false-indeterminate-true-1-chromium-linux.png index 7001763990..ecda84e9d3 100644 Binary files a/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-l-state-normal-theme-undef-e9f72-sabled-false-checked-false-indeterminate-true-1-chromium-linux.png and b/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-l-state-normal-theme-undef-e9f72-sabled-false-checked-false-indeterminate-true-1-chromium-linux.png differ diff --git a/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-m-state-invalid-theme-unde-d2fa7-abled-false-checked-false-indeterminate-false-1-chromium-linux.png b/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-m-state-invalid-theme-unde-d2fa7-abled-false-checked-false-indeterminate-false-1-chromium-linux.png index de5a55618b..ca4a018c37 100644 Binary files a/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-m-state-invalid-theme-unde-d2fa7-abled-false-checked-false-indeterminate-false-1-chromium-linux.png and b/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-m-state-invalid-theme-unde-d2fa7-abled-false-checked-false-indeterminate-false-1-chromium-linux.png differ diff --git a/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-m-state-invalid-theme-unde-d2fa7-abled-false-checked-false-indeterminate-false-1-webkit-linux.png b/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-m-state-invalid-theme-unde-d2fa7-abled-false-checked-false-indeterminate-false-1-webkit-linux.png index 7866edc4e7..5bdfd1a87d 100644 Binary files a/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-m-state-invalid-theme-unde-d2fa7-abled-false-checked-false-indeterminate-false-1-webkit-linux.png and b/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-m-state-invalid-theme-unde-d2fa7-abled-false-checked-false-indeterminate-false-1-webkit-linux.png differ diff --git a/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-m-state-normal-theme-pink--0c71a-sabled-false-checked-true-indeterminate-false-1-chromium-linux.png b/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-m-state-normal-theme-pink--0c71a-sabled-false-checked-true-indeterminate-false-1-chromium-linux.png index 1a0ff30a7b..0bba51c932 100644 Binary files a/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-m-state-normal-theme-pink--0c71a-sabled-false-checked-true-indeterminate-false-1-chromium-linux.png and b/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-m-state-normal-theme-pink--0c71a-sabled-false-checked-true-indeterminate-false-1-chromium-linux.png differ diff --git a/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-m-state-normal-theme-pink--20a5d-abled-false-checked-false-indeterminate-false-1-chromium-linux.png b/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-m-state-normal-theme-pink--20a5d-abled-false-checked-false-indeterminate-false-1-chromium-linux.png index 8cba02799e..afd38b8c9b 100644 Binary files a/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-m-state-normal-theme-pink--20a5d-abled-false-checked-false-indeterminate-false-1-chromium-linux.png and b/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-m-state-normal-theme-pink--20a5d-abled-false-checked-false-indeterminate-false-1-chromium-linux.png differ diff --git a/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-m-state-normal-theme-pink--69a82-sabled-false-checked-false-indeterminate-true-1-chromium-linux.png b/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-m-state-normal-theme-pink--69a82-sabled-false-checked-false-indeterminate-true-1-chromium-linux.png index de9787d7f2..25cf5b020c 100644 Binary files a/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-m-state-normal-theme-pink--69a82-sabled-false-checked-false-indeterminate-true-1-chromium-linux.png and b/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-m-state-normal-theme-pink--69a82-sabled-false-checked-false-indeterminate-true-1-chromium-linux.png differ diff --git a/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-m-state-normal-theme-undef-1b697-sabled-false-checked-true-indeterminate-false-1-chromium-linux.png b/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-m-state-normal-theme-undef-1b697-sabled-false-checked-true-indeterminate-false-1-chromium-linux.png index 64fd32930d..2fc3e37c87 100644 Binary files a/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-m-state-normal-theme-undef-1b697-sabled-false-checked-true-indeterminate-false-1-chromium-linux.png and b/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-m-state-normal-theme-undef-1b697-sabled-false-checked-true-indeterminate-false-1-chromium-linux.png differ diff --git a/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-m-state-normal-theme-undef-27ffc-abled-false-checked-false-indeterminate-false-1-chromium-linux.png b/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-m-state-normal-theme-undef-27ffc-abled-false-checked-false-indeterminate-false-1-chromium-linux.png index 06dba70b0d..269d66a007 100644 Binary files a/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-m-state-normal-theme-undef-27ffc-abled-false-checked-false-indeterminate-false-1-chromium-linux.png and b/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-m-state-normal-theme-undef-27ffc-abled-false-checked-false-indeterminate-false-1-chromium-linux.png differ diff --git a/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-m-state-normal-theme-undef-dd92e-abled-false-checked-false-indeterminate-false-1-chromium-linux.png b/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-m-state-normal-theme-undef-dd92e-abled-false-checked-false-indeterminate-false-1-chromium-linux.png index 8cba02799e..afd38b8c9b 100644 Binary files a/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-m-state-normal-theme-undef-dd92e-abled-false-checked-false-indeterminate-false-1-chromium-linux.png and b/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-m-state-normal-theme-undef-dd92e-abled-false-checked-false-indeterminate-false-1-chromium-linux.png differ diff --git a/semcore/checkbox/src/style/checkbox.shadow.css b/semcore/checkbox/src/style/checkbox.shadow.css index 2cc6c1746f..079fa1add8 100644 --- a/semcore/checkbox/src/style/checkbox.shadow.css +++ b/semcore/checkbox/src/style/checkbox.shadow.css @@ -44,9 +44,9 @@ SCheckbox { left: 0; right: 0; bottom: 0; - background: var(--intergalactic-bg-primary-neutral, oklch(1 0 0)); + background: var(--intergalactic-bg-primary-neutral, oklch(1 0 0)); /* TODO: --intergalactic-control-checkbox-bg-normal */ border: 1px solid; - border-radius: var(--intergalactic-addon-rounded, 4px); + border-radius: var(--intergalactic-addon-rounded, 4px); /* TODO: --intergalactic-checkbox-rounded */ transition: calc(var(--intergalactic-duration-control, 200) * 1ms) all ease-in-out; outline-color: transparent; } @@ -64,11 +64,11 @@ SCheckbox { } &[state='normal']:before { - border-color: var(--intergalactic-border-primary, oklch(0.137 0.026 175.7 / 0.161)); + border-color: var(--intergalactic-border-primary, oklch(0.137 0.026 175.7 / 0.161)); /* TODO: --intergalactic-control-checkbox-border */ } &[state='normal']:focus-visible:before { - border-color: var(--intergalactic-border-info-active, oklch(0.7 0.131 275.2)); + border-color: var(--intergalactic-border-info-active, oklch(0.7 0.131 275.2)); /* TODO: ...? do we need this? checkbox get focus outline from Box and these color is rewritten */ } } @@ -106,19 +106,19 @@ SText[size='m'] { SControl[checked]~SCheckbox[state='normal']:before, SControl[checked]~SCheckbox[state='invalid']:before { - background-color: var(--intergalactic-control-primary-info, oklch(0.23 0.01 140)); - border-color: var(--intergalactic-control-primary-info, oklch(0.23 0.01 140)); + background-color: var(--intergalactic-control-primary-info, oklch(0.23 0.01 140)); /* TODO: --intergalactic-control-checkbox-bg-selected */ + border-color: var(--intergalactic-control-primary-info, oklch(0.23 0.01 140)); /* TODO: --intergalactic-control-checkbox-bg-selected */ } SControl[indeterminate]~SCheckbox[state='normal']:before { - background-color: var(--intergalactic-control-primary-info, oklch(0.23 0.01 140)); - border-color: var(--intergalactic-control-primary-info, oklch(0.23 0.01 140)); + background-color: var(--intergalactic-control-primary-info, oklch(0.23 0.01 140)); /* TODO: --intergalactic-control-checkbox-bg-selected */ + border-color: var(--intergalactic-control-primary-info, oklch(0.23 0.01 140)); /* TODO: --intergalactic-control-checkbox-bg-selected */ } SCheckbox[state='invalid'], SControl[checked]~SCheckbox[state='invalid'] { &:before { - border-color: var(--intergalactic-border-critical-active, oklch(0.7 0.21 23)); + border-color: var(--intergalactic-border-critical-active, oklch(0.7 0.21 23)); /* TODO: ...? not sure if we need to add special vars for invalid checkbox */ } } @@ -139,13 +139,13 @@ SControl[disabled] ~ SCheckbox[state='invalid'] > SInvalidPattern { SControl[checked]~SCheckbox { &[state='invalid']:before { - background-color: var(--intergalactic-control-primary-critical, oklch(0.64 0.226 24.5)); - border-color: var(--intergalactic-control-primary-critical, oklch(0.64 0.226 24.5)); + background-color: var(--intergalactic-control-primary-critical, oklch(0.64 0.226 24.5)); /* TODO: ...? not sure if we need to add separate vars for invalid checkbox and radio inputs*/ + border-color: var(--intergalactic-control-primary-critical, oklch(0.64 0.226 24.5)); /* TODO: ...? not sure if we need to add separate vars for invalid checkbox and radio inputs*/ } } SControl[indeterminate]~SCheckbox:after { - background-color: #ffffff; + background-color: #ffffff; /* TODO: --gray-white? */ margin: auto; /* disable-tokens-validator */ border-radius: 1px; @@ -162,8 +162,8 @@ SControl[indeterminate]~SCheckbox[size='m']:after { } SControl[indeterminate]~SCheckbox[state='invalid']:before { - background-color: var(--intergalactic-control-primary-critical, oklch(0.64 0.226 24.5)); - border-color: var(--intergalactic-control-primary-critical, oklch(0.64 0.226 24.5)); + background-color: var(--intergalactic-control-primary-critical, oklch(0.64 0.226 24.5)); /* TODO: ...? not sure if we need to add separate vars for invalid checkbox and radio inputs*/ + border-color: var(--intergalactic-control-primary-critical, oklch(0.64 0.226 24.5)); /* TODO: ...? not sure if we need to add separate vars for invalid checkbox and radio inputs*/ } SCheckbox[checked][theme][state='normal']:before { diff --git a/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-ColorPicker-Colors-1-chromium-linux.png b/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-ColorPicker-Colors-1-chromium-linux.png index 30996b9389..7a2e2e0db7 100644 Binary files a/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-ColorPicker-Colors-1-chromium-linux.png and b/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-ColorPicker-Colors-1-chromium-linux.png differ diff --git a/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-ColorPicker-Colors-1-firefox-linux.png b/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-ColorPicker-Colors-1-firefox-linux.png index 7c5a233f53..3acca07bf2 100644 Binary files a/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-ColorPicker-Colors-1-firefox-linux.png and b/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-ColorPicker-Colors-1-firefox-linux.png differ diff --git a/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-ColorPicker-Colors-1-webkit-linux.png b/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-ColorPicker-Colors-1-webkit-linux.png index 583b606b08..8ab8783b53 100644 Binary files a/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-ColorPicker-Colors-1-webkit-linux.png and b/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-ColorPicker-Colors-1-webkit-linux.png differ diff --git a/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-ColorPicker-Item-PaletteManager-Item-and-ColorPicker-Input-1-chromium-linux.png b/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-ColorPicker-Item-PaletteManager-Item-and-ColorPicker-Input-1-chromium-linux.png index 7e4587403d..bba2fb46aa 100644 Binary files a/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-ColorPicker-Item-PaletteManager-Item-and-ColorPicker-Input-1-chromium-linux.png and b/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-ColorPicker-Item-PaletteManager-Item-and-ColorPicker-Input-1-chromium-linux.png differ diff --git a/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-ColorPicker-Item-PaletteManager-Item-and-ColorPicker-Input-1-firefox-linux.png b/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-ColorPicker-Item-PaletteManager-Item-and-ColorPicker-Input-1-firefox-linux.png index cde8df8213..fab7ac82b8 100644 Binary files a/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-ColorPicker-Item-PaletteManager-Item-and-ColorPicker-Input-1-firefox-linux.png and b/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-ColorPicker-Item-PaletteManager-Item-and-ColorPicker-Input-1-firefox-linux.png differ diff --git a/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-ColorPicker-Item-PaletteManager-Item-and-ColorPicker-Input-1-webkit-linux.png b/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-ColorPicker-Item-PaletteManager-Item-and-ColorPicker-Input-1-webkit-linux.png index 3c05b165d8..757f41c64d 100644 Binary files a/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-ColorPicker-Item-PaletteManager-Item-and-ColorPicker-Input-1-webkit-linux.png and b/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-ColorPicker-Item-PaletteManager-Item-and-ColorPicker-Input-1-webkit-linux.png differ diff --git a/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-ColorPicker-Item-PaletteManager-Item-and-ColorPicker-Input-2-chromium-linux.png b/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-ColorPicker-Item-PaletteManager-Item-and-ColorPicker-Input-2-chromium-linux.png index ec0f2031ce..da2c32db0a 100644 Binary files a/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-ColorPicker-Item-PaletteManager-Item-and-ColorPicker-Input-2-chromium-linux.png and b/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-ColorPicker-Item-PaletteManager-Item-and-ColorPicker-Input-2-chromium-linux.png differ diff --git a/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-ColorPicker-Item-PaletteManager-Item-and-ColorPicker-Input-2-firefox-linux.png b/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-ColorPicker-Item-PaletteManager-Item-and-ColorPicker-Input-2-firefox-linux.png index 32c8996f1b..3d39d1279d 100644 Binary files a/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-ColorPicker-Item-PaletteManager-Item-and-ColorPicker-Input-2-firefox-linux.png and b/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-ColorPicker-Item-PaletteManager-Item-and-ColorPicker-Input-2-firefox-linux.png differ diff --git a/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-ColorPicker-Item-PaletteManager-Item-and-ColorPicker-Input-2-webkit-linux.png b/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-ColorPicker-Item-PaletteManager-Item-and-ColorPicker-Input-2-webkit-linux.png index 7e6245d121..45dfdaec0d 100644 Binary files a/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-ColorPicker-Item-PaletteManager-Item-and-ColorPicker-Input-2-webkit-linux.png and b/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-ColorPicker-Item-PaletteManager-Item-and-ColorPicker-Input-2-webkit-linux.png differ diff --git a/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-Keyboard-navigation-when-No-palette-1-chromium-linux.png b/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-Keyboard-navigation-when-No-palette-1-chromium-linux.png index ed0e3ab381..0126bab129 100644 Binary files a/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-Keyboard-navigation-when-No-palette-1-chromium-linux.png and b/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-Keyboard-navigation-when-No-palette-1-chromium-linux.png differ diff --git a/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-default-item-states-for-active-and-background-colors-1-chromium-linux.png b/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-default-item-states-for-active-and-background-colors-1-chromium-linux.png index e8c023a545..9022df9dff 100644 Binary files a/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-default-item-states-for-active-and-background-colors-1-chromium-linux.png and b/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-default-item-states-for-active-and-background-colors-1-chromium-linux.png differ diff --git a/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-default-item-states-for-active-and-background-colors-1-firefox-linux.png b/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-default-item-states-for-active-and-background-colors-1-firefox-linux.png index b183680b7f..b32b71c283 100644 Binary files a/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-default-item-states-for-active-and-background-colors-1-firefox-linux.png and b/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-default-item-states-for-active-and-background-colors-1-firefox-linux.png differ diff --git a/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-default-item-states-for-active-and-background-colors-1-webkit-linux.png b/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-default-item-states-for-active-and-background-colors-1-webkit-linux.png index bd2e12b5be..2f47c2ae1c 100644 Binary files a/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-default-item-states-for-active-and-background-colors-1-webkit-linux.png and b/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-default-item-states-for-active-and-background-colors-1-webkit-linux.png differ diff --git a/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-default-item-states-for-active-and-background-colors-2-chromium-linux.png b/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-default-item-states-for-active-and-background-colors-2-chromium-linux.png index d4d5191731..ebd0cbf995 100644 Binary files a/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-default-item-states-for-active-and-background-colors-2-chromium-linux.png and b/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-default-item-states-for-active-and-background-colors-2-chromium-linux.png differ diff --git a/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-default-item-states-for-active-and-background-colors-2-firefox-linux.png b/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-default-item-states-for-active-and-background-colors-2-firefox-linux.png index 2f62ef09e3..cf3f99929f 100644 Binary files a/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-default-item-states-for-active-and-background-colors-2-firefox-linux.png and b/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-default-item-states-for-active-and-background-colors-2-firefox-linux.png differ diff --git a/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-default-item-states-for-active-and-background-colors-2-webkit-linux.png b/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-default-item-states-for-active-and-background-colors-2-webkit-linux.png index 6424b118d9..32338ba4aa 100644 Binary files a/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-default-item-states-for-active-and-background-colors-2-webkit-linux.png and b/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-default-item-states-for-active-and-background-colors-2-webkit-linux.png differ diff --git a/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-default-item-states-for-active-and-background-colors-3-chromium-linux.png b/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-default-item-states-for-active-and-background-colors-3-chromium-linux.png index 8fdaa9ffdf..9889777534 100644 Binary files a/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-default-item-states-for-active-and-background-colors-3-chromium-linux.png and b/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-default-item-states-for-active-and-background-colors-3-chromium-linux.png differ diff --git a/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-default-item-states-for-active-and-background-colors-3-firefox-linux.png b/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-default-item-states-for-active-and-background-colors-3-firefox-linux.png index 56a3716e1b..97d95f51a8 100644 Binary files a/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-default-item-states-for-active-and-background-colors-3-firefox-linux.png and b/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-default-item-states-for-active-and-background-colors-3-firefox-linux.png differ diff --git a/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-default-item-states-for-active-and-background-colors-3-webkit-linux.png b/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-default-item-states-for-active-and-background-colors-3-webkit-linux.png index b3e682deed..08733f9981 100644 Binary files a/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-default-item-states-for-active-and-background-colors-3-webkit-linux.png and b/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-default-item-states-for-active-and-background-colors-3-webkit-linux.png differ diff --git a/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-default-item-states-for-active-and-background-colors-4-chromium-linux.png b/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-default-item-states-for-active-and-background-colors-4-chromium-linux.png index a9bc7e94af..7cfc6018fc 100644 Binary files a/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-default-item-states-for-active-and-background-colors-4-chromium-linux.png and b/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-default-item-states-for-active-and-background-colors-4-chromium-linux.png differ diff --git a/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-default-item-states-for-active-and-background-colors-4-firefox-linux.png b/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-default-item-states-for-active-and-background-colors-4-firefox-linux.png index b183680b7f..b32b71c283 100644 Binary files a/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-default-item-states-for-active-and-background-colors-4-firefox-linux.png and b/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-default-item-states-for-active-and-background-colors-4-firefox-linux.png differ diff --git a/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-default-item-states-for-active-and-background-colors-4-webkit-linux.png b/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-default-item-states-for-active-and-background-colors-4-webkit-linux.png index 91ef01b41a..f1ec4214ca 100644 Binary files a/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-default-item-states-for-active-and-background-colors-4-webkit-linux.png and b/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-default-item-states-for-active-and-background-colors-4-webkit-linux.png differ diff --git a/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-input-validation-in-palette-manager-1-chromium-linux.png b/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-input-validation-in-palette-manager-1-chromium-linux.png index ceddd9b77a..19fd629030 100644 Binary files a/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-input-validation-in-palette-manager-1-chromium-linux.png and b/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-input-validation-in-palette-manager-1-chromium-linux.png differ diff --git a/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-input-validation-in-palette-manager-1-firefox-linux.png b/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-input-validation-in-palette-manager-1-firefox-linux.png index de65afba6d..65b953217e 100644 Binary files a/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-input-validation-in-palette-manager-1-firefox-linux.png and b/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-input-validation-in-palette-manager-1-firefox-linux.png differ diff --git a/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-input-validation-in-palette-manager-1-webkit-linux.png b/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-input-validation-in-palette-manager-1-webkit-linux.png index 43da3728a0..a5a9ad2157 100644 Binary files a/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-input-validation-in-palette-manager-1-webkit-linux.png and b/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-input-validation-in-palette-manager-1-webkit-linux.png differ diff --git a/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-predefined-palette-1-chromium-linux.png b/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-predefined-palette-1-chromium-linux.png index 44716df36b..6b9b7e8448 100644 Binary files a/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-predefined-palette-1-chromium-linux.png and b/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-predefined-palette-1-chromium-linux.png differ diff --git a/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-predefined-palette-1-firefox-linux.png b/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-predefined-palette-1-firefox-linux.png index ef02d8b7f0..f00463678d 100644 Binary files a/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-predefined-palette-1-firefox-linux.png and b/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-predefined-palette-1-firefox-linux.png differ diff --git a/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-predefined-palette-1-webkit-linux.png b/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-predefined-palette-1-webkit-linux.png index 61beb1a1f8..eec2579921 100644 Binary files a/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-predefined-palette-1-webkit-linux.png and b/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-predefined-palette-1-webkit-linux.png differ diff --git a/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-predefined-palette-2-chromium-linux.png b/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-predefined-palette-2-chromium-linux.png index e5e43ecabd..78774f55b7 100644 Binary files a/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-predefined-palette-2-chromium-linux.png and b/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-predefined-palette-2-chromium-linux.png differ diff --git a/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-predefined-palette-2-firefox-linux.png b/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-predefined-palette-2-firefox-linux.png index 2320704ab0..a952ef9bc1 100644 Binary files a/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-predefined-palette-2-firefox-linux.png and b/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-predefined-palette-2-firefox-linux.png differ diff --git a/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-predefined-palette-2-webkit-linux.png b/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-predefined-palette-2-webkit-linux.png index dd63e2df76..17974f21b1 100644 Binary files a/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-predefined-palette-2-webkit-linux.png and b/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-predefined-palette-2-webkit-linux.png differ diff --git a/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-predefined-palette-3-chromium-linux.png b/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-predefined-palette-3-chromium-linux.png index 96b42c2402..cb3a2f4a92 100644 Binary files a/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-predefined-palette-3-chromium-linux.png and b/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-predefined-palette-3-chromium-linux.png differ diff --git a/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-predefined-palette-3-firefox-linux.png b/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-predefined-palette-3-firefox-linux.png index 55b3abffd8..7c503f6461 100644 Binary files a/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-predefined-palette-3-firefox-linux.png and b/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-predefined-palette-3-firefox-linux.png differ diff --git a/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-predefined-palette-3-webkit-linux.png b/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-predefined-palette-3-webkit-linux.png index f46622a724..42b0f791bc 100644 Binary files a/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-predefined-palette-3-webkit-linux.png and b/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-predefined-palette-3-webkit-linux.png differ diff --git a/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-trigger-variations-keyboards-interactions-1-chromium-linux.png b/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-trigger-variations-keyboards-interactions-1-chromium-linux.png index 6332f2cada..1b0ccb63ec 100644 Binary files a/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-trigger-variations-keyboards-interactions-1-chromium-linux.png and b/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-trigger-variations-keyboards-interactions-1-chromium-linux.png differ diff --git a/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-trigger-variations-keyboards-interactions-1-firefox-linux.png b/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-trigger-variations-keyboards-interactions-1-firefox-linux.png index 6a5f6c76ff..2ddb1e1569 100644 Binary files a/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-trigger-variations-keyboards-interactions-1-firefox-linux.png and b/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-trigger-variations-keyboards-interactions-1-firefox-linux.png differ diff --git a/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-trigger-variations-keyboards-interactions-1-webkit-linux.png b/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-trigger-variations-keyboards-interactions-1-webkit-linux.png index 8d8736fdf0..0c61aec456 100644 Binary files a/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-trigger-variations-keyboards-interactions-1-webkit-linux.png and b/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-trigger-variations-keyboards-interactions-1-webkit-linux.png differ diff --git a/semcore/color-picker/src/style/color-picker.shadow.css b/semcore/color-picker/src/style/color-picker.shadow.css index 02932ae50e..930545a99a 100644 --- a/semcore/color-picker/src/style/color-picker.shadow.css +++ b/semcore/color-picker/src/style/color-picker.shadow.css @@ -88,8 +88,8 @@ SPlusButton { display: flex; align-items: center; justify-content: center; - width: 28px; - height: 28px; + width: var(--intergalactic-form-control-m, 32px); + height: var(--intergalactic-form-control-m, 32px); border-radius: 50%; cursor: pointer; diff --git a/semcore/d3-chart/__tests__/area-chart.browser-test.tsx-snapshots/-visual-Verify-area-chart-with-null-undefined-and-negative-values-1-chromium-linux.png b/semcore/d3-chart/__tests__/area-chart.browser-test.tsx-snapshots/-visual-Verify-area-chart-with-null-undefined-and-negative-values-1-chromium-linux.png index 36a415fcf1..ce428a6a5f 100644 Binary files a/semcore/d3-chart/__tests__/area-chart.browser-test.tsx-snapshots/-visual-Verify-area-chart-with-null-undefined-and-negative-values-1-chromium-linux.png and b/semcore/d3-chart/__tests__/area-chart.browser-test.tsx-snapshots/-visual-Verify-area-chart-with-null-undefined-and-negative-values-1-chromium-linux.png differ diff --git a/semcore/d3-chart/__tests__/area-chart.browser-test.tsx-snapshots/-visual-Verify-chart-with-no-data-and-single-data-1-chromium-linux.png b/semcore/d3-chart/__tests__/area-chart.browser-test.tsx-snapshots/-visual-Verify-chart-with-no-data-and-single-data-1-chromium-linux.png index 7b9e05d6cf..df8e56874a 100644 Binary files a/semcore/d3-chart/__tests__/area-chart.browser-test.tsx-snapshots/-visual-Verify-chart-with-no-data-and-single-data-1-chromium-linux.png and b/semcore/d3-chart/__tests__/area-chart.browser-test.tsx-snapshots/-visual-Verify-chart-with-no-data-and-single-data-1-chromium-linux.png differ diff --git a/semcore/d3-chart/__tests__/area-chart.browser-test.tsx-snapshots/-visual-Verify-legend-and-pattern-fill-hover-and-focus-styles-1-webkit-linux.png b/semcore/d3-chart/__tests__/area-chart.browser-test.tsx-snapshots/-visual-Verify-legend-and-pattern-fill-hover-and-focus-styles-1-webkit-linux.png index 95b209cd2d..cdeefdb140 100644 Binary files a/semcore/d3-chart/__tests__/area-chart.browser-test.tsx-snapshots/-visual-Verify-legend-and-pattern-fill-hover-and-focus-styles-1-webkit-linux.png and b/semcore/d3-chart/__tests__/area-chart.browser-test.tsx-snapshots/-visual-Verify-legend-and-pattern-fill-hover-and-focus-styles-1-webkit-linux.png differ diff --git a/semcore/d3-chart/__tests__/area-chart.browser-test.tsx-snapshots/-visual-Verify-legend-and-pattern-fill-hover-and-focus-styles-2-webkit-linux.png b/semcore/d3-chart/__tests__/area-chart.browser-test.tsx-snapshots/-visual-Verify-legend-and-pattern-fill-hover-and-focus-styles-2-webkit-linux.png index 57139ee25c..eed362aa35 100644 Binary files a/semcore/d3-chart/__tests__/area-chart.browser-test.tsx-snapshots/-visual-Verify-legend-and-pattern-fill-hover-and-focus-styles-2-webkit-linux.png and b/semcore/d3-chart/__tests__/area-chart.browser-test.tsx-snapshots/-visual-Verify-legend-and-pattern-fill-hover-and-focus-styles-2-webkit-linux.png differ diff --git a/semcore/d3-chart/__tests__/area-chart.browser-test.tsx-snapshots/-visual-Verify-legend-and-pattern-fill-hover-and-focus-styles-3-webkit-linux.png b/semcore/d3-chart/__tests__/area-chart.browser-test.tsx-snapshots/-visual-Verify-legend-and-pattern-fill-hover-and-focus-styles-3-webkit-linux.png index 72c82c2f01..4f9e3aea2e 100644 Binary files a/semcore/d3-chart/__tests__/area-chart.browser-test.tsx-snapshots/-visual-Verify-legend-and-pattern-fill-hover-and-focus-styles-3-webkit-linux.png and b/semcore/d3-chart/__tests__/area-chart.browser-test.tsx-snapshots/-visual-Verify-legend-and-pattern-fill-hover-and-focus-styles-3-webkit-linux.png differ diff --git a/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Bar-chart---Legend-and-interactions-Ve-e8cb8--legend-and-pattern-fill-keyboard-interaction-1-webkit-linux.png b/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Bar-chart---Legend-and-interactions-Ve-e8cb8--legend-and-pattern-fill-keyboard-interaction-1-webkit-linux.png index b390dbb39e..dfb26faf4d 100644 Binary files a/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Bar-chart---Legend-and-interactions-Ve-e8cb8--legend-and-pattern-fill-keyboard-interaction-1-webkit-linux.png and b/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Bar-chart---Legend-and-interactions-Ve-e8cb8--legend-and-pattern-fill-keyboard-interaction-1-webkit-linux.png differ diff --git a/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Bar-chart---Legend-and-interactions-Verify-bar-legend-and-pattern-fill-mouse-interaction-2-webkit-linux.png b/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Bar-chart---Legend-and-interactions-Verify-bar-legend-and-pattern-fill-mouse-interaction-2-webkit-linux.png index 21df220d19..dfe515bbdf 100644 Binary files a/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Bar-chart---Legend-and-interactions-Verify-bar-legend-and-pattern-fill-mouse-interaction-2-webkit-linux.png and b/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Bar-chart---Legend-and-interactions-Verify-bar-legend-and-pattern-fill-mouse-interaction-2-webkit-linux.png differ diff --git a/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Data-variations-Verify-bar-chart-with-null-and-undefined-values-1-chromium-linux.png b/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Data-variations-Verify-bar-chart-with-null-and-undefined-values-1-chromium-linux.png index fccb4665b5..fed69480d9 100644 Binary files a/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Data-variations-Verify-bar-chart-with-null-and-undefined-values-1-chromium-linux.png and b/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Data-variations-Verify-bar-chart-with-null-and-undefined-values-1-chromium-linux.png differ diff --git a/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Data-variations-Verify-bar-chart-with-single-data-point-1-chromium-linux.png b/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Data-variations-Verify-bar-chart-with-single-data-point-1-chromium-linux.png index 5ed4c62bea..4a24ccc26f 100644 Binary files a/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Data-variations-Verify-bar-chart-with-single-data-point-1-chromium-linux.png and b/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Data-variations-Verify-bar-chart-with-single-data-point-1-chromium-linux.png differ diff --git a/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Grouped-and-stacked-bars-Verify-bar-chart-with-grouped-bars-vertical-1-chromium-linux.png b/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Grouped-and-stacked-bars-Verify-bar-chart-with-grouped-bars-vertical-1-chromium-linux.png index a9249214cc..07903e4165 100644 Binary files a/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Grouped-and-stacked-bars-Verify-bar-chart-with-grouped-bars-vertical-1-chromium-linux.png and b/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Grouped-and-stacked-bars-Verify-bar-chart-with-grouped-bars-vertical-1-chromium-linux.png differ diff --git a/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Grouped-and-stacked-bars-Verify-bar-chart-with-stacked-bars-horizontal-1-chromium-linux.png b/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Grouped-and-stacked-bars-Verify-bar-chart-with-stacked-bars-horizontal-1-chromium-linux.png index ec4c08d9e5..a78f72b9fa 100644 Binary files a/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Grouped-and-stacked-bars-Verify-bar-chart-with-stacked-bars-horizontal-1-chromium-linux.png and b/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Grouped-and-stacked-bars-Verify-bar-chart-with-stacked-bars-horizontal-1-chromium-linux.png differ diff --git a/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Grouped-and-stacked-bars-Verify-bar-chart-with-stacked-bars-horizontal-2-chromium-linux.png b/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Grouped-and-stacked-bars-Verify-bar-chart-with-stacked-bars-horizontal-2-chromium-linux.png index a0f4d3ffc0..0d83281c49 100644 Binary files a/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Grouped-and-stacked-bars-Verify-bar-chart-with-stacked-bars-horizontal-2-chromium-linux.png and b/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Grouped-and-stacked-bars-Verify-bar-chart-with-stacked-bars-horizontal-2-chromium-linux.png differ diff --git a/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Horizontal-bars-Verify-horizontal-bar-legend-and-pattern-fill-keyboard-interaction-1-chromium-linux.png b/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Horizontal-bars-Verify-horizontal-bar-legend-and-pattern-fill-keyboard-interaction-1-chromium-linux.png index 3c3c1aef38..db51faf42a 100644 Binary files a/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Horizontal-bars-Verify-horizontal-bar-legend-and-pattern-fill-keyboard-interaction-1-chromium-linux.png and b/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Horizontal-bars-Verify-horizontal-bar-legend-and-pattern-fill-keyboard-interaction-1-chromium-linux.png differ diff --git a/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Horizontal-bars-Verify-horizontal-bar-legend-and-pattern-fill-keyboard-interaction-2-webkit-linux.png b/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Horizontal-bars-Verify-horizontal-bar-legend-and-pattern-fill-keyboard-interaction-2-webkit-linux.png index b45d42c33e..57590e2ccf 100644 Binary files a/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Horizontal-bars-Verify-horizontal-bar-legend-and-pattern-fill-keyboard-interaction-2-webkit-linux.png and b/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Horizontal-bars-Verify-horizontal-bar-legend-and-pattern-fill-keyboard-interaction-2-webkit-linux.png differ diff --git a/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Horizontal-bars-Verify-horizontal-bar-legend-and-pattern-fill-mouse-interaction-1-webkit-linux.png b/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Horizontal-bars-Verify-horizontal-bar-legend-and-pattern-fill-mouse-interaction-1-webkit-linux.png index c7536ddbba..44b5393bdf 100644 Binary files a/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Horizontal-bars-Verify-horizontal-bar-legend-and-pattern-fill-mouse-interaction-1-webkit-linux.png and b/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Horizontal-bars-Verify-horizontal-bar-legend-and-pattern-fill-mouse-interaction-1-webkit-linux.png differ diff --git a/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Horizontal-bars-Verify-horizontal-bar-legend-and-pattern-fill-mouse-interaction-2-webkit-linux.png b/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Horizontal-bars-Verify-horizontal-bar-legend-and-pattern-fill-mouse-interaction-2-webkit-linux.png index 5b52a5d6d5..6e2531ec80 100644 Binary files a/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Horizontal-bars-Verify-horizontal-bar-legend-and-pattern-fill-mouse-interaction-2-webkit-linux.png and b/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Horizontal-bars-Verify-horizontal-bar-legend-and-pattern-fill-mouse-interaction-2-webkit-linux.png differ diff --git a/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Stacked-bars-Verify-stacked-bar-legend-and-pattern-fill-keyboard-interaction-1-chromium-linux.png b/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Stacked-bars-Verify-stacked-bar-legend-and-pattern-fill-keyboard-interaction-1-chromium-linux.png index cedf3a4905..7a1c6bd78f 100644 Binary files a/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Stacked-bars-Verify-stacked-bar-legend-and-pattern-fill-keyboard-interaction-1-chromium-linux.png and b/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Stacked-bars-Verify-stacked-bar-legend-and-pattern-fill-keyboard-interaction-1-chromium-linux.png differ diff --git a/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Stacked-bars-Verify-stacked-bar-legend-and-pattern-fill-keyboard-interaction-2-webkit-linux.png b/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Stacked-bars-Verify-stacked-bar-legend-and-pattern-fill-keyboard-interaction-2-webkit-linux.png index c6918674b7..5f95c78885 100644 Binary files a/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Stacked-bars-Verify-stacked-bar-legend-and-pattern-fill-keyboard-interaction-2-webkit-linux.png and b/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Stacked-bars-Verify-stacked-bar-legend-and-pattern-fill-keyboard-interaction-2-webkit-linux.png differ diff --git a/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Stacked-bars-Verify-stacked-bar-legend-and-pattern-fill-mouse-interaction-1-webkit-linux.png b/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Stacked-bars-Verify-stacked-bar-legend-and-pattern-fill-mouse-interaction-1-webkit-linux.png index f5db7c589d..d17f490726 100644 Binary files a/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Stacked-bars-Verify-stacked-bar-legend-and-pattern-fill-mouse-interaction-1-webkit-linux.png and b/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Stacked-bars-Verify-stacked-bar-legend-and-pattern-fill-mouse-interaction-1-webkit-linux.png differ diff --git a/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Stacked-horizontal-bars-Verify-stacked-db8da-bar-legend-and-pattern-fill-mouse-interaction-1-webkit-linux.png b/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Stacked-horizontal-bars-Verify-stacked-db8da-bar-legend-and-pattern-fill-mouse-interaction-1-webkit-linux.png index e30ecd17d3..8757bff1fe 100644 Binary files a/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Stacked-horizontal-bars-Verify-stacked-db8da-bar-legend-and-pattern-fill-mouse-interaction-1-webkit-linux.png and b/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Stacked-horizontal-bars-Verify-stacked-db8da-bar-legend-and-pattern-fill-mouse-interaction-1-webkit-linux.png differ diff --git a/semcore/d3-chart/__tests__/bar-horizontal-compact.browser-test.tsx-snapshots/-visual-Verify-bar-horizontal-compact-with-con-2dbb9-terns-no-margins-no-axis-patterns-enabled-1-webkit-linux.png b/semcore/d3-chart/__tests__/bar-horizontal-compact.browser-test.tsx-snapshots/-visual-Verify-bar-horizontal-compact-with-con-2dbb9-terns-no-margins-no-axis-patterns-enabled-1-webkit-linux.png index 73fddd33f3..896133b845 100644 Binary files a/semcore/d3-chart/__tests__/bar-horizontal-compact.browser-test.tsx-snapshots/-visual-Verify-bar-horizontal-compact-with-con-2dbb9-terns-no-margins-no-axis-patterns-enabled-1-webkit-linux.png and b/semcore/d3-chart/__tests__/bar-horizontal-compact.browser-test.tsx-snapshots/-visual-Verify-bar-horizontal-compact-with-con-2dbb9-terns-no-margins-no-axis-patterns-enabled-1-webkit-linux.png differ diff --git a/semcore/d3-chart/__tests__/bar-horizontal-compact.browser-test.tsx-snapshots/-visual-Verify-bar-horizontal-compact-with-links-1-chromium-linux.png b/semcore/d3-chart/__tests__/bar-horizontal-compact.browser-test.tsx-snapshots/-visual-Verify-bar-horizontal-compact-with-links-1-chromium-linux.png index 3f07d815f1..14547776e7 100644 Binary files a/semcore/d3-chart/__tests__/bar-horizontal-compact.browser-test.tsx-snapshots/-visual-Verify-bar-horizontal-compact-with-links-1-chromium-linux.png and b/semcore/d3-chart/__tests__/bar-horizontal-compact.browser-test.tsx-snapshots/-visual-Verify-bar-horizontal-compact-with-links-1-chromium-linux.png differ diff --git a/semcore/d3-chart/__tests__/bar-horizontal-compact.browser-test.tsx-snapshots/-visual-Verify-bar-horizontal-compact-with-links-1-firefox-linux.png b/semcore/d3-chart/__tests__/bar-horizontal-compact.browser-test.tsx-snapshots/-visual-Verify-bar-horizontal-compact-with-links-1-firefox-linux.png index 86d2962407..198a01698d 100644 Binary files a/semcore/d3-chart/__tests__/bar-horizontal-compact.browser-test.tsx-snapshots/-visual-Verify-bar-horizontal-compact-with-links-1-firefox-linux.png and b/semcore/d3-chart/__tests__/bar-horizontal-compact.browser-test.tsx-snapshots/-visual-Verify-bar-horizontal-compact-with-links-1-firefox-linux.png differ diff --git a/semcore/d3-chart/__tests__/bar-horizontal-compact.browser-test.tsx-snapshots/-visual-Verify-bar-horizontal-compact-with-links-1-webkit-linux.png b/semcore/d3-chart/__tests__/bar-horizontal-compact.browser-test.tsx-snapshots/-visual-Verify-bar-horizontal-compact-with-links-1-webkit-linux.png index a5bd9c13e5..d056275172 100644 Binary files a/semcore/d3-chart/__tests__/bar-horizontal-compact.browser-test.tsx-snapshots/-visual-Verify-bar-horizontal-compact-with-links-1-webkit-linux.png and b/semcore/d3-chart/__tests__/bar-horizontal-compact.browser-test.tsx-snapshots/-visual-Verify-bar-horizontal-compact-with-links-1-webkit-linux.png differ diff --git a/semcore/d3-chart/__tests__/bubble-chart.browser-test.tsx-snapshots/-visual-Verify-bubble-chart-Patterns-no-axes-patterns-enabled-large-size-1-webkit-linux.png b/semcore/d3-chart/__tests__/bubble-chart.browser-test.tsx-snapshots/-visual-Verify-bubble-chart-Patterns-no-axes-patterns-enabled-large-size-1-webkit-linux.png index 0a6805220d..b13607f620 100644 Binary files a/semcore/d3-chart/__tests__/bubble-chart.browser-test.tsx-snapshots/-visual-Verify-bubble-chart-Patterns-no-axes-patterns-enabled-large-size-1-webkit-linux.png and b/semcore/d3-chart/__tests__/bubble-chart.browser-test.tsx-snapshots/-visual-Verify-bubble-chart-Patterns-no-axes-patterns-enabled-large-size-1-webkit-linux.png differ diff --git a/semcore/d3-chart/__tests__/bubble-chart.browser-test.tsx-snapshots/-visual-Verify-bubble-chart-Standard-all-features-enabled-medium-size-1-chromium-linux.png b/semcore/d3-chart/__tests__/bubble-chart.browser-test.tsx-snapshots/-visual-Verify-bubble-chart-Standard-all-features-enabled-medium-size-1-chromium-linux.png index 2cc02c56ed..43e6379ff2 100644 Binary files a/semcore/d3-chart/__tests__/bubble-chart.browser-test.tsx-snapshots/-visual-Verify-bubble-chart-Standard-all-features-enabled-medium-size-1-chromium-linux.png and b/semcore/d3-chart/__tests__/bubble-chart.browser-test.tsx-snapshots/-visual-Verify-bubble-chart-Standard-all-features-enabled-medium-size-1-chromium-linux.png differ diff --git a/semcore/d3-chart/__tests__/bubble-chart.browser-test.tsx-snapshots/-visual-Verify-legend-and-pattern-interactions-by-mouse-1-webkit-linux.png b/semcore/d3-chart/__tests__/bubble-chart.browser-test.tsx-snapshots/-visual-Verify-legend-and-pattern-interactions-by-mouse-1-webkit-linux.png index 4026f992df..b1a4a31e89 100644 Binary files a/semcore/d3-chart/__tests__/bubble-chart.browser-test.tsx-snapshots/-visual-Verify-legend-and-pattern-interactions-by-mouse-1-webkit-linux.png and b/semcore/d3-chart/__tests__/bubble-chart.browser-test.tsx-snapshots/-visual-Verify-legend-and-pattern-interactions-by-mouse-1-webkit-linux.png differ diff --git a/semcore/d3-chart/__tests__/cigarette-chart.browser-test.tsx-snapshots/-visual-Verify-no-tooltip-when-showTooltip-false-1-chromium-linux.png b/semcore/d3-chart/__tests__/cigarette-chart.browser-test.tsx-snapshots/-visual-Verify-no-tooltip-when-showTooltip-false-1-chromium-linux.png index 9d46166a91..2388f77997 100644 Binary files a/semcore/d3-chart/__tests__/cigarette-chart.browser-test.tsx-snapshots/-visual-Verify-no-tooltip-when-showTooltip-false-1-chromium-linux.png and b/semcore/d3-chart/__tests__/cigarette-chart.browser-test.tsx-snapshots/-visual-Verify-no-tooltip-when-showTooltip-false-1-chromium-linux.png differ diff --git a/semcore/d3-chart/__tests__/d3-chart-base.browser-test.tsx-snapshots/-visual-Pattern-fills-dots-and-lines-Verify-enforcing-patterns-1-webkit-linux.png b/semcore/d3-chart/__tests__/d3-chart-base.browser-test.tsx-snapshots/-visual-Pattern-fills-dots-and-lines-Verify-enforcing-patterns-1-webkit-linux.png index bc8c5869cf..d89037019d 100644 Binary files a/semcore/d3-chart/__tests__/d3-chart-base.browser-test.tsx-snapshots/-visual-Pattern-fills-dots-and-lines-Verify-enforcing-patterns-1-webkit-linux.png and b/semcore/d3-chart/__tests__/d3-chart-base.browser-test.tsx-snapshots/-visual-Pattern-fills-dots-and-lines-Verify-enforcing-patterns-1-webkit-linux.png differ diff --git a/semcore/d3-chart/__tests__/donut-chart.browser-test.tsx-snapshots/-visual-Verify-donut-chart-Patterns-patterns-enabled-no-tooltip-1-webkit-linux.png b/semcore/d3-chart/__tests__/donut-chart.browser-test.tsx-snapshots/-visual-Verify-donut-chart-Patterns-patterns-enabled-no-tooltip-1-webkit-linux.png index 91642f2c4d..7689d117e7 100644 Binary files a/semcore/d3-chart/__tests__/donut-chart.browser-test.tsx-snapshots/-visual-Verify-donut-chart-Patterns-patterns-enabled-no-tooltip-1-webkit-linux.png and b/semcore/d3-chart/__tests__/donut-chart.browser-test.tsx-snapshots/-visual-Verify-donut-chart-Patterns-patterns-enabled-no-tooltip-1-webkit-linux.png differ diff --git a/semcore/d3-chart/__tests__/donut-chart.browser-test.tsx-snapshots/-visual-Verify-donut-chart-Patterns-patterns-enabled-no-tooltip-2-webkit-linux.png b/semcore/d3-chart/__tests__/donut-chart.browser-test.tsx-snapshots/-visual-Verify-donut-chart-Patterns-patterns-enabled-no-tooltip-2-webkit-linux.png index 91642f2c4d..7689d117e7 100644 Binary files a/semcore/d3-chart/__tests__/donut-chart.browser-test.tsx-snapshots/-visual-Verify-donut-chart-Patterns-patterns-enabled-no-tooltip-2-webkit-linux.png and b/semcore/d3-chart/__tests__/donut-chart.browser-test.tsx-snapshots/-visual-Verify-donut-chart-Patterns-patterns-enabled-no-tooltip-2-webkit-linux.png differ diff --git a/semcore/d3-chart/__tests__/line-chart.browser-test.tsx-snapshots/-visual-Verify-patterns-and-symbols-for-dots-keyboard-interactions-1-chromium-linux.png b/semcore/d3-chart/__tests__/line-chart.browser-test.tsx-snapshots/-visual-Verify-patterns-and-symbols-for-dots-keyboard-interactions-1-chromium-linux.png index 066668c958..947c550a5b 100644 Binary files a/semcore/d3-chart/__tests__/line-chart.browser-test.tsx-snapshots/-visual-Verify-patterns-and-symbols-for-dots-keyboard-interactions-1-chromium-linux.png and b/semcore/d3-chart/__tests__/line-chart.browser-test.tsx-snapshots/-visual-Verify-patterns-and-symbols-for-dots-keyboard-interactions-1-chromium-linux.png differ diff --git a/semcore/d3-chart/__tests__/radar-chart.browser-test.tsx-snapshots/-visual-Verify-basic-usage-2-chromium-linux.png b/semcore/d3-chart/__tests__/radar-chart.browser-test.tsx-snapshots/-visual-Verify-basic-usage-2-chromium-linux.png index 649abf07a0..8645124f3c 100644 Binary files a/semcore/d3-chart/__tests__/radar-chart.browser-test.tsx-snapshots/-visual-Verify-basic-usage-2-chromium-linux.png and b/semcore/d3-chart/__tests__/radar-chart.browser-test.tsx-snapshots/-visual-Verify-basic-usage-2-chromium-linux.png differ diff --git a/semcore/d3-chart/__tests__/radar-chart.browser-test.tsx-snapshots/-visual-Verify-legend-and-pattern-fill-1-webkit-linux.png b/semcore/d3-chart/__tests__/radar-chart.browser-test.tsx-snapshots/-visual-Verify-legend-and-pattern-fill-1-webkit-linux.png index 0ed263be95..181c5956f8 100644 Binary files a/semcore/d3-chart/__tests__/radar-chart.browser-test.tsx-snapshots/-visual-Verify-legend-and-pattern-fill-1-webkit-linux.png and b/semcore/d3-chart/__tests__/radar-chart.browser-test.tsx-snapshots/-visual-Verify-legend-and-pattern-fill-1-webkit-linux.png differ diff --git a/semcore/d3-chart/__tests__/radar-chart.browser-test.tsx-snapshots/-visual-Verify-rotation-1-chromium-linux.png b/semcore/d3-chart/__tests__/radar-chart.browser-test.tsx-snapshots/-visual-Verify-rotation-1-chromium-linux.png index 65cf0d263e..94060cc86a 100644 Binary files a/semcore/d3-chart/__tests__/radar-chart.browser-test.tsx-snapshots/-visual-Verify-rotation-1-chromium-linux.png and b/semcore/d3-chart/__tests__/radar-chart.browser-test.tsx-snapshots/-visual-Verify-rotation-1-chromium-linux.png differ diff --git a/semcore/d3-chart/__tests__/venn-chart.browser-test.tsx-snapshots/-visual-Verify-setting-orientation-1-chromium-linux.png b/semcore/d3-chart/__tests__/venn-chart.browser-test.tsx-snapshots/-visual-Verify-setting-orientation-1-chromium-linux.png index 1933c514a5..f95127a735 100644 Binary files a/semcore/d3-chart/__tests__/venn-chart.browser-test.tsx-snapshots/-visual-Verify-setting-orientation-1-chromium-linux.png and b/semcore/d3-chart/__tests__/venn-chart.browser-test.tsx-snapshots/-visual-Verify-setting-orientation-1-chromium-linux.png differ diff --git a/semcore/d3-chart/__tests__/venn-chart.browser-test.tsx-snapshots/-visual-Verify-setting-orientation-1-firefox-linux.png b/semcore/d3-chart/__tests__/venn-chart.browser-test.tsx-snapshots/-visual-Verify-setting-orientation-1-firefox-linux.png index a2751551b1..1210057744 100644 Binary files a/semcore/d3-chart/__tests__/venn-chart.browser-test.tsx-snapshots/-visual-Verify-setting-orientation-1-firefox-linux.png and b/semcore/d3-chart/__tests__/venn-chart.browser-test.tsx-snapshots/-visual-Verify-setting-orientation-1-firefox-linux.png differ diff --git a/semcore/d3-chart/__tests__/venn-chart.browser-test.tsx-snapshots/-visual-Verify-setting-orientation-1-webkit-linux.png b/semcore/d3-chart/__tests__/venn-chart.browser-test.tsx-snapshots/-visual-Verify-setting-orientation-1-webkit-linux.png index 4ec14e95cd..dd2a0ebb74 100644 Binary files a/semcore/d3-chart/__tests__/venn-chart.browser-test.tsx-snapshots/-visual-Verify-setting-orientation-1-webkit-linux.png and b/semcore/d3-chart/__tests__/venn-chart.browser-test.tsx-snapshots/-visual-Verify-setting-orientation-1-webkit-linux.png differ diff --git a/semcore/d3-chart/__tests__/venn-chart.browser-test.tsx-snapshots/-visual-Verify-setting-orientation-2-chromium-linux.png b/semcore/d3-chart/__tests__/venn-chart.browser-test.tsx-snapshots/-visual-Verify-setting-orientation-2-chromium-linux.png index b712d8f633..52cf0b985c 100644 Binary files a/semcore/d3-chart/__tests__/venn-chart.browser-test.tsx-snapshots/-visual-Verify-setting-orientation-2-chromium-linux.png and b/semcore/d3-chart/__tests__/venn-chart.browser-test.tsx-snapshots/-visual-Verify-setting-orientation-2-chromium-linux.png differ diff --git a/semcore/d3-chart/__tests__/venn-chart.browser-test.tsx-snapshots/-visual-Verify-setting-orientation-2-firefox-linux.png b/semcore/d3-chart/__tests__/venn-chart.browser-test.tsx-snapshots/-visual-Verify-setting-orientation-2-firefox-linux.png index f8739fce70..ec50a8a089 100644 Binary files a/semcore/d3-chart/__tests__/venn-chart.browser-test.tsx-snapshots/-visual-Verify-setting-orientation-2-firefox-linux.png and b/semcore/d3-chart/__tests__/venn-chart.browser-test.tsx-snapshots/-visual-Verify-setting-orientation-2-firefox-linux.png differ diff --git a/semcore/d3-chart/__tests__/venn-chart.browser-test.tsx-snapshots/-visual-Verify-setting-orientation-2-webkit-linux.png b/semcore/d3-chart/__tests__/venn-chart.browser-test.tsx-snapshots/-visual-Verify-setting-orientation-2-webkit-linux.png index d84e30db19..5e93b44a48 100644 Binary files a/semcore/d3-chart/__tests__/venn-chart.browser-test.tsx-snapshots/-visual-Verify-setting-orientation-2-webkit-linux.png and b/semcore/d3-chart/__tests__/venn-chart.browser-test.tsx-snapshots/-visual-Verify-setting-orientation-2-webkit-linux.png differ diff --git a/semcore/d3-chart/__tests__/venn-chart.browser-test.tsx-snapshots/-visual-Verify-setting-orientation-3-chromium-linux.png b/semcore/d3-chart/__tests__/venn-chart.browser-test.tsx-snapshots/-visual-Verify-setting-orientation-3-chromium-linux.png index 933bd8a0f7..6c1897032c 100644 Binary files a/semcore/d3-chart/__tests__/venn-chart.browser-test.tsx-snapshots/-visual-Verify-setting-orientation-3-chromium-linux.png and b/semcore/d3-chart/__tests__/venn-chart.browser-test.tsx-snapshots/-visual-Verify-setting-orientation-3-chromium-linux.png differ diff --git a/semcore/d3-chart/__tests__/venn-chart.browser-test.tsx-snapshots/-visual-Verify-setting-orientation-3-firefox-linux.png b/semcore/d3-chart/__tests__/venn-chart.browser-test.tsx-snapshots/-visual-Verify-setting-orientation-3-firefox-linux.png index 244cc7627a..f632e0d581 100644 Binary files a/semcore/d3-chart/__tests__/venn-chart.browser-test.tsx-snapshots/-visual-Verify-setting-orientation-3-firefox-linux.png and b/semcore/d3-chart/__tests__/venn-chart.browser-test.tsx-snapshots/-visual-Verify-setting-orientation-3-firefox-linux.png differ diff --git a/semcore/d3-chart/__tests__/venn-chart.browser-test.tsx-snapshots/-visual-Verify-setting-orientation-3-webkit-linux.png b/semcore/d3-chart/__tests__/venn-chart.browser-test.tsx-snapshots/-visual-Verify-setting-orientation-3-webkit-linux.png index 80d92e268c..7904df20b3 100644 Binary files a/semcore/d3-chart/__tests__/venn-chart.browser-test.tsx-snapshots/-visual-Verify-setting-orientation-3-webkit-linux.png and b/semcore/d3-chart/__tests__/venn-chart.browser-test.tsx-snapshots/-visual-Verify-setting-orientation-3-webkit-linux.png differ diff --git a/semcore/d3-chart/src/style/bubble.shadow.css b/semcore/d3-chart/src/style/bubble.shadow.css index a0fc502333..1b9dc48d0f 100644 --- a/semcore/d3-chart/src/style/bubble.shadow.css +++ b/semcore/d3-chart/src/style/bubble.shadow.css @@ -2,7 +2,7 @@ SBubble { fill: var(--intergalactic-chart-palette-order-1, oklch(0.58 0.168 278.2)); - stroke: var(--intergalactic-chart-grid-border, #fff); + stroke: var(--intergalactic-chart-grid-border, #ffffff); stroke-width: 2px; transition-property: cx, cy; transition-duration: var(--duration); diff --git a/semcore/d3-chart/src/style/donut.shadow.css b/semcore/d3-chart/src/style/donut.shadow.css index afddadf31b..2a36c8d566 100644 --- a/semcore/d3-chart/src/style/donut.shadow.css +++ b/semcore/d3-chart/src/style/donut.shadow.css @@ -1,7 +1,7 @@ @import './var.css'; SPie { - stroke: var(--intergalactic-chart-grid-border, #fff); + stroke: var(--intergalactic-chart-grid-border, #ffffff); fill: var(--intergalactic-chart-palette-order-1, oklch(0.58 0.168 278.2)); } diff --git a/semcore/d3-chart/src/style/dot.shadow.css b/semcore/d3-chart/src/style/dot.shadow.css index 18c0d21ae1..ebcb1d42c9 100644 --- a/semcore/d3-chart/src/style/dot.shadow.css +++ b/semcore/d3-chart/src/style/dot.shadow.css @@ -8,7 +8,7 @@ SDots { SDot { stroke-width: 1px; - stroke: var(--intergalactic-chart-grid-border, #fff); + stroke: var(--intergalactic-chart-grid-border, #ffffff); fill: var(--intergalactic-chart-palette-order-1, oklch(0.58 0.168 278.2)); transition-property: cx, cy, x, y; transition-timing-function: ease-in-out; diff --git a/semcore/d3-chart/src/style/radar.shadow.css b/semcore/d3-chart/src/style/radar.shadow.css index 05a7e1bfe8..f74de46b38 100644 --- a/semcore/d3-chart/src/style/radar.shadow.css +++ b/semcore/d3-chart/src/style/radar.shadow.css @@ -47,7 +47,7 @@ SPolygon[pattern][color] { SPolygonDot { stroke-width: 2px; - stroke: var(--intergalactic-chart-grid-border, #fff); + stroke: var(--intergalactic-chart-grid-border, #ffffff); r: 6px; fill: var(--intergalactic-chart-palette-order-1, oklch(0.58 0.168 278.2)); } diff --git a/semcore/d3-chart/src/style/radial-tree.shadow.css b/semcore/d3-chart/src/style/radial-tree.shadow.css index f2fb411b23..ff5590d853 100644 --- a/semcore/d3-chart/src/style/radial-tree.shadow.css +++ b/semcore/d3-chart/src/style/radial-tree.shadow.css @@ -2,11 +2,11 @@ SRadian { cursor: pointer; - fill: var(--intergalactic-text-large-info, oklch(0.53 0.157 279.2)); + fill: var(--intergalactic-text-large-info, oklch(0.6 0.166 277.7)); } SLine { - stroke: var(--intergalactic-text-large-info, oklch(0.53 0.157 279.2)); + stroke: var(--intergalactic-text-large-info, oklch(0.6 0.166 277.7)); } SLine[stroke] { @@ -22,7 +22,7 @@ SCap { } SCap[pattern] { - stroke: var(--intergalactic-chart-grid-border, #fff); + stroke: var(--intergalactic-chart-grid-border, #ffffff); stroke-width: 1px; } diff --git a/semcore/d3-chart/src/style/venn.shadow.css b/semcore/d3-chart/src/style/venn.shadow.css index 7d10e659c5..417b260e2f 100644 --- a/semcore/d3-chart/src/style/venn.shadow.css +++ b/semcore/d3-chart/src/style/venn.shadow.css @@ -2,7 +2,7 @@ SCircle { fill: var(--intergalactic-chart-palette-order-2, oklch(0.82 0.15 170)); - stroke: var(--intergalactic-chart-grid-border, #fff); + stroke: var(--intergalactic-chart-grid-border, #ffffff); stroke-width: 2px; fill-opacity: 0.5; transition-property: cx, cy; @@ -34,7 +34,7 @@ SCircle[transparent] { } SIntersection { - stroke: var(--intergalactic-chart-grid-border, #fff); + stroke: var(--intergalactic-chart-grid-border, #ffffff); stroke-width: 2px; fill-opacity: 0; diff --git a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx index ac84716092..c38e6a67fa 100644 --- a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx +++ b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx @@ -99,6 +99,8 @@ test.describe(`${TAG.VISUAL}`, () => { await loadPage(page, 'stories/components/data-table/tests/examples/accordion-tests/with-component/with-button-not-in-accordion-cell.tsx', 'en', { h: '100%' }); await page.keyboard.press('Tab'); + await expect(locators.toggle(page).nth(0)).toBeFocused(); + await page.keyboard.press('Enter'); await locators.chart(page, 'Chart').waitFor({ state: 'visible' }); await page.waitForTimeout(500); // for chart animation is finished (webkit needs more time) @@ -107,6 +109,7 @@ test.describe(`${TAG.VISUAL}`, () => { await expect(page).toHaveScreenshot(); await page.keyboard.press('ArrowUp'); + await expect(locators.toggle(page).nth(0)).toBeFocused(); await page.keyboard.press('Enter'); await locators.chart(page, 'Chart').waitFor({ state: 'hidden' }); await expect(page).toHaveScreenshot(); diff --git a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-accordion-an-56c5d-component-inside-after-keyboard-interactions-2-chromium-linux.png b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-accordion-an-56c5d-component-inside-after-keyboard-interactions-2-chromium-linux.png index 51c74380c0..81dcd2246d 100644 Binary files a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-accordion-an-56c5d-component-inside-after-keyboard-interactions-2-chromium-linux.png and b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-accordion-an-56c5d-component-inside-after-keyboard-interactions-2-chromium-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-accordion-an-56c5d-component-inside-after-keyboard-interactions-2-firefox-linux.png b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-accordion-an-56c5d-component-inside-after-keyboard-interactions-2-firefox-linux.png index a63f382a6b..2abbd3e759 100644 Binary files a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-accordion-an-56c5d-component-inside-after-keyboard-interactions-2-firefox-linux.png and b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-accordion-an-56c5d-component-inside-after-keyboard-interactions-2-firefox-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-accordion-an-56c5d-component-inside-after-keyboard-interactions-2-webkit-linux.png b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-accordion-an-56c5d-component-inside-after-keyboard-interactions-2-webkit-linux.png index 76d5507cb5..c2f107aa1c 100644 Binary files a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-accordion-an-56c5d-component-inside-after-keyboard-interactions-2-webkit-linux.png and b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-accordion-an-56c5d-component-inside-after-keyboard-interactions-2-webkit-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-accordion-an-c64f1-component-inside-after-keyboard-interactions-1-chromium-linux.png b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-accordion-an-c64f1-component-inside-after-keyboard-interactions-1-chromium-linux.png index e2243ad689..38ac01cd24 100644 Binary files a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-accordion-an-c64f1-component-inside-after-keyboard-interactions-1-chromium-linux.png and b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-accordion-an-c64f1-component-inside-after-keyboard-interactions-1-chromium-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-accordion-an-c64f1-component-inside-after-keyboard-interactions-1-firefox-linux.png b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-accordion-an-c64f1-component-inside-after-keyboard-interactions-1-firefox-linux.png index 4b9fe5b80f..9f7df96075 100644 Binary files a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-accordion-an-c64f1-component-inside-after-keyboard-interactions-1-firefox-linux.png and b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-accordion-an-c64f1-component-inside-after-keyboard-interactions-1-firefox-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-accordion-an-c64f1-component-inside-after-keyboard-interactions-1-webkit-linux.png b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-accordion-an-c64f1-component-inside-after-keyboard-interactions-1-webkit-linux.png index 14c0c839a7..6068bced02 100644 Binary files a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-accordion-an-c64f1-component-inside-after-keyboard-interactions-1-webkit-linux.png and b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-accordion-an-c64f1-component-inside-after-keyboard-interactions-1-webkit-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-accordion-with-fixed-Column-withScrollBar-false-1-chromium-linux.png b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-accordion-with-fixed-Column-withScrollBar-false-1-chromium-linux.png index 1118ced150..e9fcdb0bbd 100644 Binary files a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-accordion-with-fixed-Column-withScrollBar-false-1-chromium-linux.png and b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-accordion-with-fixed-Column-withScrollBar-false-1-chromium-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-accordion-with-fixed-Column-withScrollBar-false-1-firefox-linux.png b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-accordion-with-fixed-Column-withScrollBar-false-1-firefox-linux.png index f7d51cdb57..c71049d926 100644 Binary files a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-accordion-with-fixed-Column-withScrollBar-false-1-firefox-linux.png and b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-accordion-with-fixed-Column-withScrollBar-false-1-firefox-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-accordion-with-fixed-Column-withScrollBar-false-1-webkit-linux.png b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-accordion-with-fixed-Column-withScrollBar-false-1-webkit-linux.png index 5e1271a391..48d4e7ea80 100644 Binary files a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-accordion-with-fixed-Column-withScrollBar-false-1-webkit-linux.png and b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-accordion-with-fixed-Column-withScrollBar-false-1-webkit-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-accordion-with-fixed-Column-withScrollBar-true-1-chromium-linux.png b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-accordion-with-fixed-Column-withScrollBar-true-1-chromium-linux.png index fb19cb829b..d36c052f7c 100644 Binary files a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-accordion-with-fixed-Column-withScrollBar-true-1-chromium-linux.png and b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-accordion-with-fixed-Column-withScrollBar-true-1-chromium-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-accordion-with-fixed-Column-withScrollBar-true-1-firefox-linux.png b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-accordion-with-fixed-Column-withScrollBar-true-1-firefox-linux.png index b09ca6fc6a..6d75050af5 100644 Binary files a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-accordion-with-fixed-Column-withScrollBar-true-1-firefox-linux.png and b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-accordion-with-fixed-Column-withScrollBar-true-1-firefox-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-accordion-with-fixed-Column-withScrollBar-true-1-webkit-linux.png b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-accordion-with-fixed-Column-withScrollBar-true-1-webkit-linux.png index 84e7fb921b..76d1e31529 100644 Binary files a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-accordion-with-fixed-Column-withScrollBar-true-1-webkit-linux.png and b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-accordion-with-fixed-Column-withScrollBar-true-1-webkit-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-accordion-with-renderCell-function-for-parent-1-chromium-linux.png b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-accordion-with-renderCell-function-for-parent-1-chromium-linux.png index 16ecb686f7..e1e8535cb1 100644 Binary files a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-accordion-with-renderCell-function-for-parent-1-chromium-linux.png and b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-accordion-with-renderCell-function-for-parent-1-chromium-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-accordion-with-renderCell-function-for-parent-1-firefox-linux.png b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-accordion-with-renderCell-function-for-parent-1-firefox-linux.png index 4c8c2c46ff..bea964fdeb 100644 Binary files a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-accordion-with-renderCell-function-for-parent-1-firefox-linux.png and b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-accordion-with-renderCell-function-for-parent-1-firefox-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-accordion-with-renderCell-function-for-parent-1-webkit-linux.png b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-accordion-with-renderCell-function-for-parent-1-webkit-linux.png index 1680323574..d625a3a7ad 100644 Binary files a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-accordion-with-renderCell-function-for-parent-1-webkit-linux.png and b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-accordion-with-renderCell-function-for-parent-1-webkit-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-table-with-checkbox-and-accordion-not-in-1st-cell-1-chromium-linux.png b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-table-with-checkbox-and-accordion-not-in-1st-cell-1-chromium-linux.png index 470c2beb56..9e4dfba1c2 100644 Binary files a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-table-with-checkbox-and-accordion-not-in-1st-cell-1-chromium-linux.png and b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-table-with-checkbox-and-accordion-not-in-1st-cell-1-chromium-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-table-with-checkbox-and-accordion-not-in-1st-cell-1-firefox-linux.png b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-table-with-checkbox-and-accordion-not-in-1st-cell-1-firefox-linux.png index cdeb48f115..10e9ce4296 100644 Binary files a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-table-with-checkbox-and-accordion-not-in-1st-cell-1-firefox-linux.png and b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-table-with-checkbox-and-accordion-not-in-1st-cell-1-firefox-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-table-with-checkbox-and-accordion-not-in-1st-cell-1-webkit-linux.png b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-table-with-checkbox-and-accordion-not-in-1st-cell-1-webkit-linux.png index 18437e5500..865bb910a9 100644 Binary files a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-table-with-checkbox-and-accordion-not-in-1st-cell-1-webkit-linux.png and b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-table-with-checkbox-and-accordion-not-in-1st-cell-1-webkit-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Table-in-table-Verify-accordion-with-fixed-column-withScrollBar-false-1-chromium-linux.png b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Table-in-table-Verify-accordion-with-fixed-column-withScrollBar-false-1-chromium-linux.png index b87cdcc5fc..c00dc846dc 100644 Binary files a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Table-in-table-Verify-accordion-with-fixed-column-withScrollBar-false-1-chromium-linux.png and b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Table-in-table-Verify-accordion-with-fixed-column-withScrollBar-false-1-chromium-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Table-in-table-Verify-accordion-with-fixed-column-withScrollBar-false-1-firefox-linux.png b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Table-in-table-Verify-accordion-with-fixed-column-withScrollBar-false-1-firefox-linux.png index 6ba4093890..b63ea044e5 100644 Binary files a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Table-in-table-Verify-accordion-with-fixed-column-withScrollBar-false-1-firefox-linux.png and b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Table-in-table-Verify-accordion-with-fixed-column-withScrollBar-false-1-firefox-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Table-in-table-Verify-accordion-with-fixed-column-withScrollBar-false-1-webkit-linux.png b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Table-in-table-Verify-accordion-with-fixed-column-withScrollBar-false-1-webkit-linux.png index bae7f78d89..ddf4d6fd1d 100644 Binary files a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Table-in-table-Verify-accordion-with-fixed-column-withScrollBar-false-1-webkit-linux.png and b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Table-in-table-Verify-accordion-with-fixed-column-withScrollBar-false-1-webkit-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Table-in-table-Verify-accordion-with-fixed-column-withScrollBar-true-1-chromium-linux.png b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Table-in-table-Verify-accordion-with-fixed-column-withScrollBar-true-1-chromium-linux.png index 9ff922a186..c3096491c5 100644 Binary files a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Table-in-table-Verify-accordion-with-fixed-column-withScrollBar-true-1-chromium-linux.png and b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Table-in-table-Verify-accordion-with-fixed-column-withScrollBar-true-1-chromium-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Table-in-table-Verify-accordion-with-fixed-column-withScrollBar-true-1-firefox-linux.png b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Table-in-table-Verify-accordion-with-fixed-column-withScrollBar-true-1-firefox-linux.png index 233c7cca4a..f4b830581c 100644 Binary files a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Table-in-table-Verify-accordion-with-fixed-column-withScrollBar-true-1-firefox-linux.png and b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Table-in-table-Verify-accordion-with-fixed-column-withScrollBar-true-1-firefox-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Table-in-table-Verify-accordion-with-fixed-column-withScrollBar-true-1-webkit-linux.png b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Table-in-table-Verify-accordion-with-fixed-column-withScrollBar-true-1-webkit-linux.png index 742c75520d..4f7123d10b 100644 Binary files a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Table-in-table-Verify-accordion-with-fixed-column-withScrollBar-true-1-webkit-linux.png and b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Table-in-table-Verify-accordion-with-fixed-column-withScrollBar-true-1-webkit-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Table-in-table-Verify-accordion-with-justifyContent-center-1-chromium-linux.png b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Table-in-table-Verify-accordion-with-justifyContent-center-1-chromium-linux.png index 33d2c1ca50..6719c9a536 100644 Binary files a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Table-in-table-Verify-accordion-with-justifyContent-center-1-chromium-linux.png and b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Table-in-table-Verify-accordion-with-justifyContent-center-1-chromium-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Table-in-table-Verify-accordion-with-justifyContent-center-1-firefox-linux.png b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Table-in-table-Verify-accordion-with-justifyContent-center-1-firefox-linux.png index d093b2ec42..6cdbbb5e1c 100644 Binary files a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Table-in-table-Verify-accordion-with-justifyContent-center-1-firefox-linux.png and b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Table-in-table-Verify-accordion-with-justifyContent-center-1-firefox-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Table-in-table-Verify-accordion-with-justifyContent-center-1-webkit-linux.png b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Table-in-table-Verify-accordion-with-justifyContent-center-1-webkit-linux.png index 8984fa2066..fac47a3a49 100644 Binary files a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Table-in-table-Verify-accordion-with-justifyContent-center-1-webkit-linux.png and b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Table-in-table-Verify-accordion-with-justifyContent-center-1-webkit-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Table-in-table-Verify-accordion-with-justifyContent-flex-end-1-chromium-linux.png b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Table-in-table-Verify-accordion-with-justifyContent-flex-end-1-chromium-linux.png index 4aa56a3220..9de9254ee7 100644 Binary files a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Table-in-table-Verify-accordion-with-justifyContent-flex-end-1-chromium-linux.png and b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Table-in-table-Verify-accordion-with-justifyContent-flex-end-1-chromium-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Table-in-table-Verify-accordion-with-justifyContent-flex-end-1-firefox-linux.png b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Table-in-table-Verify-accordion-with-justifyContent-flex-end-1-firefox-linux.png index 016bb029e9..7609efce85 100644 Binary files a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Table-in-table-Verify-accordion-with-justifyContent-flex-end-1-firefox-linux.png and b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Table-in-table-Verify-accordion-with-justifyContent-flex-end-1-firefox-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Table-in-table-Verify-accordion-with-justifyContent-flex-end-1-webkit-linux.png b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Table-in-table-Verify-accordion-with-justifyContent-flex-end-1-webkit-linux.png index 68071b1274..460993fa7c 100644 Binary files a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Table-in-table-Verify-accordion-with-justifyContent-flex-end-1-webkit-linux.png and b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Table-in-table-Verify-accordion-with-justifyContent-flex-end-1-webkit-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Table-in-table-Verify-accordion-with-justifyContent-flex-start-1-chromium-linux.png b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Table-in-table-Verify-accordion-with-justifyContent-flex-start-1-chromium-linux.png index 18719955dd..363a42e822 100644 Binary files a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Table-in-table-Verify-accordion-with-justifyContent-flex-start-1-chromium-linux.png and b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Table-in-table-Verify-accordion-with-justifyContent-flex-start-1-chromium-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Table-in-table-Verify-accordion-with-justifyContent-flex-start-1-firefox-linux.png b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Table-in-table-Verify-accordion-with-justifyContent-flex-start-1-firefox-linux.png index 01b7d737c0..ce19f32ba4 100644 Binary files a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Table-in-table-Verify-accordion-with-justifyContent-flex-start-1-firefox-linux.png and b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Table-in-table-Verify-accordion-with-justifyContent-flex-start-1-firefox-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Table-in-table-Verify-accordion-with-justifyContent-flex-start-1-webkit-linux.png b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Table-in-table-Verify-accordion-with-justifyContent-flex-start-1-webkit-linux.png index 95e3ce44a8..90a44d2950 100644 Binary files a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Table-in-table-Verify-accordion-with-justifyContent-flex-start-1-webkit-linux.png and b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Table-in-table-Verify-accordion-with-justifyContent-flex-start-1-webkit-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Table-in-table-Verify-table-in-table-with-sorting-1-chromium-linux.png b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Table-in-table-Verify-table-in-table-with-sorting-1-chromium-linux.png index ce056c84e8..13faee69d2 100644 Binary files a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Table-in-table-Verify-table-in-table-with-sorting-1-chromium-linux.png and b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Table-in-table-Verify-table-in-table-with-sorting-1-chromium-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Table-in-table-Verify-table-in-table-with-sorting-1-firefox-linux.png b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Table-in-table-Verify-table-in-table-with-sorting-1-firefox-linux.png index ffebbee169..378ab33a9a 100644 Binary files a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Table-in-table-Verify-table-in-table-with-sorting-1-firefox-linux.png and b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Table-in-table-Verify-table-in-table-with-sorting-1-firefox-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Table-in-table-Verify-table-in-table-with-sorting-1-webkit-linux.png b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Table-in-table-Verify-table-in-table-with-sorting-1-webkit-linux.png index e39a382067..29765a0656 100644 Binary files a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Table-in-table-Verify-table-in-table-with-sorting-1-webkit-linux.png and b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Table-in-table-Verify-table-in-table-with-sorting-1-webkit-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Table-in-table-Verify-table-in-table-with-sorting-2-chromium-linux.png b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Table-in-table-Verify-table-in-table-with-sorting-2-chromium-linux.png index 7f35538bf3..531420e2e2 100644 Binary files a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Table-in-table-Verify-table-in-table-with-sorting-2-chromium-linux.png and b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Table-in-table-Verify-table-in-table-with-sorting-2-chromium-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Table-in-table-Verify-table-in-table-with-sorting-2-firefox-linux.png b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Table-in-table-Verify-table-in-table-with-sorting-2-firefox-linux.png index 300723ef33..db58ba7519 100644 Binary files a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Table-in-table-Verify-table-in-table-with-sorting-2-firefox-linux.png and b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Table-in-table-Verify-table-in-table-with-sorting-2-firefox-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Table-in-table-Verify-table-in-table-with-sorting-2-webkit-linux.png b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Table-in-table-Verify-table-in-table-with-sorting-2-webkit-linux.png index 8cb9be695f..eb48689915 100644 Binary files a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Table-in-table-Verify-table-in-table-with-sorting-2-webkit-linux.png and b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Table-in-table-Verify-table-in-table-with-sorting-2-webkit-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Table-in-table-Verify-table-in-table-with-sorting-3-chromium-linux.png b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Table-in-table-Verify-table-in-table-with-sorting-3-chromium-linux.png index 6da3329993..8b42e987bc 100644 Binary files a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Table-in-table-Verify-table-in-table-with-sorting-3-chromium-linux.png and b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Table-in-table-Verify-table-in-table-with-sorting-3-chromium-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Table-in-table-Verify-table-in-table-with-sorting-3-firefox-linux.png b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Table-in-table-Verify-table-in-table-with-sorting-3-firefox-linux.png index ec56766d85..1bef1a4de9 100644 Binary files a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Table-in-table-Verify-table-in-table-with-sorting-3-firefox-linux.png and b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Table-in-table-Verify-table-in-table-with-sorting-3-firefox-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Table-in-table-Verify-table-in-table-with-sorting-3-webkit-linux.png b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Table-in-table-Verify-table-in-table-with-sorting-3-webkit-linux.png index be0bd35d99..da974e3364 100644 Binary files a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Table-in-table-Verify-table-in-table-with-sorting-3-webkit-linux.png and b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Table-in-table-Verify-table-in-table-with-sorting-3-webkit-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-cells.browser-test.tsx-snapshots/-visual-Verify-long-text-in-cells-and-wrap-and-ellipsis-1-chromium-linux.png b/semcore/data-table/__tests__/data-table-cells.browser-test.tsx-snapshots/-visual-Verify-long-text-in-cells-and-wrap-and-ellipsis-1-chromium-linux.png index 79502e716a..83ac7363e8 100644 Binary files a/semcore/data-table/__tests__/data-table-cells.browser-test.tsx-snapshots/-visual-Verify-long-text-in-cells-and-wrap-and-ellipsis-1-chromium-linux.png and b/semcore/data-table/__tests__/data-table-cells.browser-test.tsx-snapshots/-visual-Verify-long-text-in-cells-and-wrap-and-ellipsis-1-chromium-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-cells.browser-test.tsx-snapshots/-visual-Verify-long-text-in-cells-and-wrap-and-ellipsis-1-firefox-linux.png b/semcore/data-table/__tests__/data-table-cells.browser-test.tsx-snapshots/-visual-Verify-long-text-in-cells-and-wrap-and-ellipsis-1-firefox-linux.png index 990014f79d..76f4035592 100644 Binary files a/semcore/data-table/__tests__/data-table-cells.browser-test.tsx-snapshots/-visual-Verify-long-text-in-cells-and-wrap-and-ellipsis-1-firefox-linux.png and b/semcore/data-table/__tests__/data-table-cells.browser-test.tsx-snapshots/-visual-Verify-long-text-in-cells-and-wrap-and-ellipsis-1-firefox-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-cells.browser-test.tsx-snapshots/-visual-Verify-long-text-in-cells-and-wrap-and-ellipsis-1-webkit-linux.png b/semcore/data-table/__tests__/data-table-cells.browser-test.tsx-snapshots/-visual-Verify-long-text-in-cells-and-wrap-and-ellipsis-1-webkit-linux.png index a6d55a963e..de44ec8f42 100644 Binary files a/semcore/data-table/__tests__/data-table-cells.browser-test.tsx-snapshots/-visual-Verify-long-text-in-cells-and-wrap-and-ellipsis-1-webkit-linux.png and b/semcore/data-table/__tests__/data-table-cells.browser-test.tsx-snapshots/-visual-Verify-long-text-in-cells-and-wrap-and-ellipsis-1-webkit-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-cells.browser-test.tsx-snapshots/-visual-Verify-overflow-hidden-visual-finctionality-1-chromium-linux.png b/semcore/data-table/__tests__/data-table-cells.browser-test.tsx-snapshots/-visual-Verify-overflow-hidden-visual-finctionality-1-chromium-linux.png index eb5a7bcdec..9faf154e84 100644 Binary files a/semcore/data-table/__tests__/data-table-cells.browser-test.tsx-snapshots/-visual-Verify-overflow-hidden-visual-finctionality-1-chromium-linux.png and b/semcore/data-table/__tests__/data-table-cells.browser-test.tsx-snapshots/-visual-Verify-overflow-hidden-visual-finctionality-1-chromium-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-cells.browser-test.tsx-snapshots/-visual-Verify-overflow-hidden-visual-finctionality-1-firefox-linux.png b/semcore/data-table/__tests__/data-table-cells.browser-test.tsx-snapshots/-visual-Verify-overflow-hidden-visual-finctionality-1-firefox-linux.png index 9b0b6759f4..9052a7986f 100644 Binary files a/semcore/data-table/__tests__/data-table-cells.browser-test.tsx-snapshots/-visual-Verify-overflow-hidden-visual-finctionality-1-firefox-linux.png and b/semcore/data-table/__tests__/data-table-cells.browser-test.tsx-snapshots/-visual-Verify-overflow-hidden-visual-finctionality-1-firefox-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-cells.browser-test.tsx-snapshots/-visual-Verify-overflow-hidden-visual-finctionality-1-webkit-linux.png b/semcore/data-table/__tests__/data-table-cells.browser-test.tsx-snapshots/-visual-Verify-overflow-hidden-visual-finctionality-1-webkit-linux.png index 8162a1ea0e..fa61ae338b 100644 Binary files a/semcore/data-table/__tests__/data-table-cells.browser-test.tsx-snapshots/-visual-Verify-overflow-hidden-visual-finctionality-1-webkit-linux.png and b/semcore/data-table/__tests__/data-table-cells.browser-test.tsx-snapshots/-visual-Verify-overflow-hidden-visual-finctionality-1-webkit-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-Multi-level-Header-Verify-mouse-intera-1f131-h-hint-checkbox-description-tooltip-select-1-chromium-linux.png b/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-Multi-level-Header-Verify-mouse-intera-1f131-h-hint-checkbox-description-tooltip-select-1-chromium-linux.png index 754eb889e6..e4b7cf8545 100644 Binary files a/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-Multi-level-Header-Verify-mouse-intera-1f131-h-hint-checkbox-description-tooltip-select-1-chromium-linux.png and b/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-Multi-level-Header-Verify-mouse-intera-1f131-h-hint-checkbox-description-tooltip-select-1-chromium-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-Multi-level-Header-Verify-mouse-intera-1f131-h-hint-checkbox-description-tooltip-select-1-firefox-linux.png b/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-Multi-level-Header-Verify-mouse-intera-1f131-h-hint-checkbox-description-tooltip-select-1-firefox-linux.png index 73b54e23f9..65e2b3b1ae 100644 Binary files a/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-Multi-level-Header-Verify-mouse-intera-1f131-h-hint-checkbox-description-tooltip-select-1-firefox-linux.png and b/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-Multi-level-Header-Verify-mouse-intera-1f131-h-hint-checkbox-description-tooltip-select-1-firefox-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-Multi-level-Header-Verify-mouse-intera-1f131-h-hint-checkbox-description-tooltip-select-1-webkit-linux.png b/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-Multi-level-Header-Verify-mouse-intera-1f131-h-hint-checkbox-description-tooltip-select-1-webkit-linux.png index c8097c21b6..88322a1eb9 100644 Binary files a/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-Multi-level-Header-Verify-mouse-intera-1f131-h-hint-checkbox-description-tooltip-select-1-webkit-linux.png and b/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-Multi-level-Header-Verify-mouse-intera-1f131-h-hint-checkbox-description-tooltip-select-1-webkit-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-Multi-level-Header-Verify-sorting-styles-1-chromium-linux.png b/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-Multi-level-Header-Verify-sorting-styles-1-chromium-linux.png index 86da84de65..98b32a8558 100644 Binary files a/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-Multi-level-Header-Verify-sorting-styles-1-chromium-linux.png and b/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-Multi-level-Header-Verify-sorting-styles-1-chromium-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-Multi-level-Header-Verify-sorting-styles-1-firefox-linux.png b/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-Multi-level-Header-Verify-sorting-styles-1-firefox-linux.png index be09a86531..a05210f31c 100644 Binary files a/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-Multi-level-Header-Verify-sorting-styles-1-firefox-linux.png and b/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-Multi-level-Header-Verify-sorting-styles-1-firefox-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-Multi-level-Header-Verify-sorting-styles-1-webkit-linux.png b/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-Multi-level-Header-Verify-sorting-styles-1-webkit-linux.png index 9c33133687..7ba07f7b80 100644 Binary files a/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-Multi-level-Header-Verify-sorting-styles-1-webkit-linux.png and b/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-Multi-level-Header-Verify-sorting-styles-1-webkit-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-keyboard-interactions-when-Select-and-Tooltip-in-header-1-chromium-linux.png b/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-keyboard-interactions-when-Select-and-Tooltip-in-header-1-chromium-linux.png index f056d4184f..da81dc3af1 100644 Binary files a/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-keyboard-interactions-when-Select-and-Tooltip-in-header-1-chromium-linux.png and b/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-keyboard-interactions-when-Select-and-Tooltip-in-header-1-chromium-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-keyboard-interactions-when-Select-and-Tooltip-in-header-1-firefox-linux.png b/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-keyboard-interactions-when-Select-and-Tooltip-in-header-1-firefox-linux.png index 3f663990a0..f732b66848 100644 Binary files a/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-keyboard-interactions-when-Select-and-Tooltip-in-header-1-firefox-linux.png and b/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-keyboard-interactions-when-Select-and-Tooltip-in-header-1-firefox-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-keyboard-interactions-when-Select-and-Tooltip-in-header-1-webkit-linux.png b/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-keyboard-interactions-when-Select-and-Tooltip-in-header-1-webkit-linux.png index 6bcab5d528..1efebc72e8 100644 Binary files a/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-keyboard-interactions-when-Select-and-Tooltip-in-header-1-webkit-linux.png and b/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-keyboard-interactions-when-Select-and-Tooltip-in-header-1-webkit-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-keyboard-interactions-when-Select-and-Tooltip-in-header-2-chromium-linux.png b/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-keyboard-interactions-when-Select-and-Tooltip-in-header-2-chromium-linux.png index 7bede093b1..d7413f0e8d 100644 Binary files a/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-keyboard-interactions-when-Select-and-Tooltip-in-header-2-chromium-linux.png and b/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-keyboard-interactions-when-Select-and-Tooltip-in-header-2-chromium-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-keyboard-interactions-when-Select-and-Tooltip-in-header-2-firefox-linux.png b/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-keyboard-interactions-when-Select-and-Tooltip-in-header-2-firefox-linux.png index be5cef0d6b..90d6fbc906 100644 Binary files a/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-keyboard-interactions-when-Select-and-Tooltip-in-header-2-firefox-linux.png and b/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-keyboard-interactions-when-Select-and-Tooltip-in-header-2-firefox-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-keyboard-interactions-when-Select-and-Tooltip-in-header-2-webkit-linux.png b/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-keyboard-interactions-when-Select-and-Tooltip-in-header-2-webkit-linux.png index e75eac1651..59dd0d7ee1 100644 Binary files a/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-keyboard-interactions-when-Select-and-Tooltip-in-header-2-webkit-linux.png and b/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-keyboard-interactions-when-Select-and-Tooltip-in-header-2-webkit-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-keyboard-sorting-with-changing-size-when-use-primary-1-chromium-linux.png b/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-keyboard-sorting-with-changing-size-when-use-primary-1-chromium-linux.png index 66e5875f5f..20b11a27f9 100644 Binary files a/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-keyboard-sorting-with-changing-size-when-use-primary-1-chromium-linux.png and b/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-keyboard-sorting-with-changing-size-when-use-primary-1-chromium-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-keyboard-sorting-with-changing-size-when-use-primary-1-firefox-linux.png b/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-keyboard-sorting-with-changing-size-when-use-primary-1-firefox-linux.png index 08abf8a9d5..2bfec733c8 100644 Binary files a/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-keyboard-sorting-with-changing-size-when-use-primary-1-firefox-linux.png and b/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-keyboard-sorting-with-changing-size-when-use-primary-1-firefox-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-keyboard-sorting-with-changing-size-when-use-primary-1-webkit-linux.png b/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-keyboard-sorting-with-changing-size-when-use-primary-1-webkit-linux.png index e5969c998a..85f3404750 100644 Binary files a/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-keyboard-sorting-with-changing-size-when-use-primary-1-webkit-linux.png and b/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-keyboard-sorting-with-changing-size-when-use-primary-1-webkit-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-keyboard-sorting-with-changing-size-when-use-primary-2-chromium-linux.png b/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-keyboard-sorting-with-changing-size-when-use-primary-2-chromium-linux.png index e48326b3f9..7e0a7ab8a2 100644 Binary files a/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-keyboard-sorting-with-changing-size-when-use-primary-2-chromium-linux.png and b/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-keyboard-sorting-with-changing-size-when-use-primary-2-chromium-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-keyboard-sorting-with-changing-size-when-use-primary-2-firefox-linux.png b/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-keyboard-sorting-with-changing-size-when-use-primary-2-firefox-linux.png index 8e5ecad179..e248e61d10 100644 Binary files a/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-keyboard-sorting-with-changing-size-when-use-primary-2-firefox-linux.png and b/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-keyboard-sorting-with-changing-size-when-use-primary-2-firefox-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-keyboard-sorting-with-changing-size-when-use-primary-2-webkit-linux.png b/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-keyboard-sorting-with-changing-size-when-use-primary-2-webkit-linux.png index f9b7141ce8..3ed65f16ba 100644 Binary files a/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-keyboard-sorting-with-changing-size-when-use-primary-2-webkit-linux.png and b/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-keyboard-sorting-with-changing-size-when-use-primary-2-webkit-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-keyboard-sorting-with-changing-size-when-use-secondary-1-chromium-linux.png b/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-keyboard-sorting-with-changing-size-when-use-secondary-1-chromium-linux.png index c8a7942d22..95ed1b648d 100644 Binary files a/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-keyboard-sorting-with-changing-size-when-use-secondary-1-chromium-linux.png and b/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-keyboard-sorting-with-changing-size-when-use-secondary-1-chromium-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-keyboard-sorting-with-changing-size-when-use-secondary-1-firefox-linux.png b/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-keyboard-sorting-with-changing-size-when-use-secondary-1-firefox-linux.png index 40de4901a7..d130d81115 100644 Binary files a/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-keyboard-sorting-with-changing-size-when-use-secondary-1-firefox-linux.png and b/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-keyboard-sorting-with-changing-size-when-use-secondary-1-firefox-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-keyboard-sorting-with-changing-size-when-use-secondary-1-webkit-linux.png b/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-keyboard-sorting-with-changing-size-when-use-secondary-1-webkit-linux.png index 32224d8483..4d1968cc8f 100644 Binary files a/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-keyboard-sorting-with-changing-size-when-use-secondary-1-webkit-linux.png and b/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-keyboard-sorting-with-changing-size-when-use-secondary-1-webkit-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-keyboard-sorting-with-changing-size-when-use-secondary-2-chromium-linux.png b/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-keyboard-sorting-with-changing-size-when-use-secondary-2-chromium-linux.png index f29f2c6aae..e50220e6f1 100644 Binary files a/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-keyboard-sorting-with-changing-size-when-use-secondary-2-chromium-linux.png and b/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-keyboard-sorting-with-changing-size-when-use-secondary-2-chromium-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-keyboard-sorting-with-changing-size-when-use-secondary-2-firefox-linux.png b/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-keyboard-sorting-with-changing-size-when-use-secondary-2-firefox-linux.png index f5633a54a8..d2fce68cdc 100644 Binary files a/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-keyboard-sorting-with-changing-size-when-use-secondary-2-firefox-linux.png and b/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-keyboard-sorting-with-changing-size-when-use-secondary-2-firefox-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-keyboard-sorting-with-changing-size-when-use-secondary-2-webkit-linux.png b/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-keyboard-sorting-with-changing-size-when-use-secondary-2-webkit-linux.png index ecbc6a2547..51d7a9bd2d 100644 Binary files a/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-keyboard-sorting-with-changing-size-when-use-secondary-2-webkit-linux.png and b/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-keyboard-sorting-with-changing-size-when-use-secondary-2-webkit-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-mouse-sorting-with-changing-size-when-use-primary-1-chromium-linux.png b/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-mouse-sorting-with-changing-size-when-use-primary-1-chromium-linux.png index 66e5875f5f..20b11a27f9 100644 Binary files a/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-mouse-sorting-with-changing-size-when-use-primary-1-chromium-linux.png and b/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-mouse-sorting-with-changing-size-when-use-primary-1-chromium-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-mouse-sorting-with-changing-size-when-use-primary-1-firefox-linux.png b/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-mouse-sorting-with-changing-size-when-use-primary-1-firefox-linux.png index 08abf8a9d5..2bfec733c8 100644 Binary files a/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-mouse-sorting-with-changing-size-when-use-primary-1-firefox-linux.png and b/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-mouse-sorting-with-changing-size-when-use-primary-1-firefox-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-mouse-sorting-with-changing-size-when-use-primary-1-webkit-linux.png b/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-mouse-sorting-with-changing-size-when-use-primary-1-webkit-linux.png index e5969c998a..85f3404750 100644 Binary files a/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-mouse-sorting-with-changing-size-when-use-primary-1-webkit-linux.png and b/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-mouse-sorting-with-changing-size-when-use-primary-1-webkit-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-mouse-sorting-with-changing-size-when-use-primary-2-chromium-linux.png b/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-mouse-sorting-with-changing-size-when-use-primary-2-chromium-linux.png index e48326b3f9..7e0a7ab8a2 100644 Binary files a/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-mouse-sorting-with-changing-size-when-use-primary-2-chromium-linux.png and b/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-mouse-sorting-with-changing-size-when-use-primary-2-chromium-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-mouse-sorting-with-changing-size-when-use-primary-2-firefox-linux.png b/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-mouse-sorting-with-changing-size-when-use-primary-2-firefox-linux.png index 8e5ecad179..e248e61d10 100644 Binary files a/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-mouse-sorting-with-changing-size-when-use-primary-2-firefox-linux.png and b/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-mouse-sorting-with-changing-size-when-use-primary-2-firefox-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-mouse-sorting-with-changing-size-when-use-primary-2-webkit-linux.png b/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-mouse-sorting-with-changing-size-when-use-primary-2-webkit-linux.png index f9b7141ce8..3ed65f16ba 100644 Binary files a/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-mouse-sorting-with-changing-size-when-use-primary-2-webkit-linux.png and b/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-mouse-sorting-with-changing-size-when-use-primary-2-webkit-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-mouse-sorting-with-changing-size-when-use-secondary-1-chromium-linux.png b/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-mouse-sorting-with-changing-size-when-use-secondary-1-chromium-linux.png index c8a7942d22..95ed1b648d 100644 Binary files a/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-mouse-sorting-with-changing-size-when-use-secondary-1-chromium-linux.png and b/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-mouse-sorting-with-changing-size-when-use-secondary-1-chromium-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-mouse-sorting-with-changing-size-when-use-secondary-1-firefox-linux.png b/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-mouse-sorting-with-changing-size-when-use-secondary-1-firefox-linux.png index 40de4901a7..d130d81115 100644 Binary files a/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-mouse-sorting-with-changing-size-when-use-secondary-1-firefox-linux.png and b/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-mouse-sorting-with-changing-size-when-use-secondary-1-firefox-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-mouse-sorting-with-changing-size-when-use-secondary-1-webkit-linux.png b/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-mouse-sorting-with-changing-size-when-use-secondary-1-webkit-linux.png index 32224d8483..4d1968cc8f 100644 Binary files a/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-mouse-sorting-with-changing-size-when-use-secondary-1-webkit-linux.png and b/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-mouse-sorting-with-changing-size-when-use-secondary-1-webkit-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-mouse-sorting-with-changing-size-when-use-secondary-2-chromium-linux.png b/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-mouse-sorting-with-changing-size-when-use-secondary-2-chromium-linux.png index f29f2c6aae..e50220e6f1 100644 Binary files a/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-mouse-sorting-with-changing-size-when-use-secondary-2-chromium-linux.png and b/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-mouse-sorting-with-changing-size-when-use-secondary-2-chromium-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-mouse-sorting-with-changing-size-when-use-secondary-2-firefox-linux.png b/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-mouse-sorting-with-changing-size-when-use-secondary-2-firefox-linux.png index f5633a54a8..d2fce68cdc 100644 Binary files a/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-mouse-sorting-with-changing-size-when-use-secondary-2-firefox-linux.png and b/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-mouse-sorting-with-changing-size-when-use-secondary-2-firefox-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-mouse-sorting-with-changing-size-when-use-secondary-2-webkit-linux.png b/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-mouse-sorting-with-changing-size-when-use-secondary-2-webkit-linux.png index ecbc6a2547..51d7a9bd2d 100644 Binary files a/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-mouse-sorting-with-changing-size-when-use-secondary-2-webkit-linux.png and b/semcore/data-table/__tests__/data-table-header.browser-test.tsx-snapshots/-visual-One-level-Header-Verify-mouse-sorting-with-changing-size-when-use-secondary-2-webkit-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-states.browser-test.tsx b/semcore/data-table/__tests__/data-table-states.browser-test.tsx index 413eb924f6..316480c8b9 100644 --- a/semcore/data-table/__tests__/data-table-states.browser-test.tsx +++ b/semcore/data-table/__tests__/data-table-states.browser-test.tsx @@ -646,7 +646,7 @@ test.describe(`${TAG.VISUAL}`, () => { await firstRowCheckbox.click(); await locators.collapse(page).waitFor({ state: 'visible' }); for (let row = 2; row <= 3; row++) { - await checkStyles(locators.getCell(page, row, 1), { 'background-color': cellSelectedHoverBg }); + await checkStyles(locators.getCell(page, row, 1), { 'background-color': cellSelectedBg }); } }); diff --git a/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Ellipsis-Ellipsis-with-cropPosition-middle-1-chromium-linux.png b/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Ellipsis-Ellipsis-with-cropPosition-middle-1-chromium-linux.png index 8cae780ec4..00631df311 100644 Binary files a/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Ellipsis-Ellipsis-with-cropPosition-middle-1-chromium-linux.png and b/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Ellipsis-Ellipsis-with-cropPosition-middle-1-chromium-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Ellipsis-Ellipsis-with-cropPosition-middle-1-firefox-linux.png b/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Ellipsis-Ellipsis-with-cropPosition-middle-1-firefox-linux.png index bb2f46a131..ffd86cf222 100644 Binary files a/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Ellipsis-Ellipsis-with-cropPosition-middle-1-firefox-linux.png and b/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Ellipsis-Ellipsis-with-cropPosition-middle-1-firefox-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Ellipsis-Ellipsis-with-cropPosition-middle-1-webkit-linux.png b/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Ellipsis-Ellipsis-with-cropPosition-middle-1-webkit-linux.png index 41f762fa7d..075764a072 100644 Binary files a/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Ellipsis-Ellipsis-with-cropPosition-middle-1-webkit-linux.png and b/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Ellipsis-Ellipsis-with-cropPosition-middle-1-webkit-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Limited-mode-Verify-limited-state-for-checkbox-in-table-1-chromium-linux.png b/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Limited-mode-Verify-limited-state-for-checkbox-in-table-1-chromium-linux.png index de5700cd1c..224e897d55 100644 Binary files a/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Limited-mode-Verify-limited-state-for-checkbox-in-table-1-chromium-linux.png and b/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Limited-mode-Verify-limited-state-for-checkbox-in-table-1-chromium-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Limited-mode-Verify-limited-state-for-checkbox-in-table-1-firefox-linux.png b/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Limited-mode-Verify-limited-state-for-checkbox-in-table-1-firefox-linux.png index d26cddf1df..437cac59eb 100644 Binary files a/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Limited-mode-Verify-limited-state-for-checkbox-in-table-1-firefox-linux.png and b/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Limited-mode-Verify-limited-state-for-checkbox-in-table-1-firefox-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Limited-mode-Verify-limited-state-for-checkbox-in-table-1-webkit-linux.png b/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Limited-mode-Verify-limited-state-for-checkbox-in-table-1-webkit-linux.png index ed0657ba2e..d1f25dc790 100644 Binary files a/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Limited-mode-Verify-limited-state-for-checkbox-in-table-1-webkit-linux.png and b/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Limited-mode-Verify-limited-state-for-checkbox-in-table-1-webkit-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Limited-mode-Verify-limited-state-for-table-with-accordion-keyboard-and-mouse-interactions-1-chromium-linux.png b/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Limited-mode-Verify-limited-state-for-table-with-accordion-keyboard-and-mouse-interactions-1-chromium-linux.png index 5dc73ba103..52ecf7cbdc 100644 Binary files a/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Limited-mode-Verify-limited-state-for-table-with-accordion-keyboard-and-mouse-interactions-1-chromium-linux.png and b/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Limited-mode-Verify-limited-state-for-table-with-accordion-keyboard-and-mouse-interactions-1-chromium-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Limited-mode-Verify-limited-state-for-table-with-accordion-keyboard-and-mouse-interactions-1-firefox-linux.png b/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Limited-mode-Verify-limited-state-for-table-with-accordion-keyboard-and-mouse-interactions-1-firefox-linux.png index 029a2d341e..643269ed95 100644 Binary files a/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Limited-mode-Verify-limited-state-for-table-with-accordion-keyboard-and-mouse-interactions-1-firefox-linux.png and b/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Limited-mode-Verify-limited-state-for-table-with-accordion-keyboard-and-mouse-interactions-1-firefox-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Limited-mode-Verify-limited-state-for-table-with-accordion-keyboard-and-mouse-interactions-1-webkit-linux.png b/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Limited-mode-Verify-limited-state-for-table-with-accordion-keyboard-and-mouse-interactions-1-webkit-linux.png index 9e6490d236..9455cfbbf8 100644 Binary files a/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Limited-mode-Verify-limited-state-for-table-with-accordion-keyboard-and-mouse-interactions-1-webkit-linux.png and b/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Limited-mode-Verify-limited-state-for-table-with-accordion-keyboard-and-mouse-interactions-1-webkit-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Limited-mode-Verify-limited-state-for-table-with-accordion-keyboard-and-mouse-interactions-2-chromium-linux.png b/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Limited-mode-Verify-limited-state-for-table-with-accordion-keyboard-and-mouse-interactions-2-chromium-linux.png index 91814dfe07..2b66a23c30 100644 Binary files a/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Limited-mode-Verify-limited-state-for-table-with-accordion-keyboard-and-mouse-interactions-2-chromium-linux.png and b/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Limited-mode-Verify-limited-state-for-table-with-accordion-keyboard-and-mouse-interactions-2-chromium-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Limited-mode-Verify-limited-state-for-table-with-accordion-keyboard-and-mouse-interactions-2-firefox-linux.png b/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Limited-mode-Verify-limited-state-for-table-with-accordion-keyboard-and-mouse-interactions-2-firefox-linux.png index 3ad455f7f9..27a58f6f38 100644 Binary files a/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Limited-mode-Verify-limited-state-for-table-with-accordion-keyboard-and-mouse-interactions-2-firefox-linux.png and b/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Limited-mode-Verify-limited-state-for-table-with-accordion-keyboard-and-mouse-interactions-2-firefox-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Limited-mode-Verify-limited-state-for-table-with-accordion-keyboard-and-mouse-interactions-2-webkit-linux.png b/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Limited-mode-Verify-limited-state-for-table-with-accordion-keyboard-and-mouse-interactions-2-webkit-linux.png index 6df789e15e..a57000c32b 100644 Binary files a/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Limited-mode-Verify-limited-state-for-table-with-accordion-keyboard-and-mouse-interactions-2-webkit-linux.png and b/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Limited-mode-Verify-limited-state-for-table-with-accordion-keyboard-and-mouse-interactions-2-webkit-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Limited-mode-Verify-limited-state-for-table-with-accordion-keyboard-and-mouse-interactions-3-chromium-linux.png b/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Limited-mode-Verify-limited-state-for-table-with-accordion-keyboard-and-mouse-interactions-3-chromium-linux.png index 9b64b87623..404fd09f26 100644 Binary files a/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Limited-mode-Verify-limited-state-for-table-with-accordion-keyboard-and-mouse-interactions-3-chromium-linux.png and b/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Limited-mode-Verify-limited-state-for-table-with-accordion-keyboard-and-mouse-interactions-3-chromium-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Limited-mode-Verify-limited-state-for-table-with-accordion-keyboard-and-mouse-interactions-3-firefox-linux.png b/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Limited-mode-Verify-limited-state-for-table-with-accordion-keyboard-and-mouse-interactions-3-firefox-linux.png index 06f6d117e1..a82e9a5431 100644 Binary files a/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Limited-mode-Verify-limited-state-for-table-with-accordion-keyboard-and-mouse-interactions-3-firefox-linux.png and b/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Limited-mode-Verify-limited-state-for-table-with-accordion-keyboard-and-mouse-interactions-3-firefox-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Limited-mode-Verify-limited-state-for-table-with-accordion-keyboard-and-mouse-interactions-3-webkit-linux.png b/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Limited-mode-Verify-limited-state-for-table-with-accordion-keyboard-and-mouse-interactions-3-webkit-linux.png index 7144915d6d..57ca892bc6 100644 Binary files a/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Limited-mode-Verify-limited-state-for-table-with-accordion-keyboard-and-mouse-interactions-3-webkit-linux.png and b/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Limited-mode-Verify-limited-state-for-table-with-accordion-keyboard-and-mouse-interactions-3-webkit-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Loading-states-Verify-empty-table-state-1-chromium-linux.png b/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Loading-states-Verify-empty-table-state-1-chromium-linux.png index e097ab09d1..315ed2414f 100644 Binary files a/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Loading-states-Verify-empty-table-state-1-chromium-linux.png and b/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Loading-states-Verify-empty-table-state-1-chromium-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Loading-states-Verify-empty-table-state-1-firefox-linux.png b/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Loading-states-Verify-empty-table-state-1-firefox-linux.png index c7d2b0b5a8..972b073f1b 100644 Binary files a/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Loading-states-Verify-empty-table-state-1-firefox-linux.png and b/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Loading-states-Verify-empty-table-state-1-firefox-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Loading-states-Verify-empty-table-state-1-webkit-linux.png b/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Loading-states-Verify-empty-table-state-1-webkit-linux.png index 10b76f6de1..0bf831297c 100644 Binary files a/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Loading-states-Verify-empty-table-state-1-webkit-linux.png and b/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Loading-states-Verify-empty-table-state-1-webkit-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Loading-states-Verify-loading-state-in-with-sticky-header-1-chromium-linux.png b/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Loading-states-Verify-loading-state-in-with-sticky-header-1-chromium-linux.png index 4e27261516..04b20e3eae 100644 Binary files a/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Loading-states-Verify-loading-state-in-with-sticky-header-1-chromium-linux.png and b/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Loading-states-Verify-loading-state-in-with-sticky-header-1-chromium-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Loading-states-Verify-loading-state-in-with-sticky-header-1-firefox-linux.png b/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Loading-states-Verify-loading-state-in-with-sticky-header-1-firefox-linux.png index 6812d9bea1..0f6d424782 100644 Binary files a/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Loading-states-Verify-loading-state-in-with-sticky-header-1-firefox-linux.png and b/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Loading-states-Verify-loading-state-in-with-sticky-header-1-firefox-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Loading-states-Verify-loading-state-in-with-sticky-header-1-webkit-linux.png b/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Loading-states-Verify-loading-state-in-with-sticky-header-1-webkit-linux.png index cfc9bea81f..db0b340e0e 100644 Binary files a/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Loading-states-Verify-loading-state-in-with-sticky-header-1-webkit-linux.png and b/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Loading-states-Verify-loading-state-in-with-sticky-header-1-webkit-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Loading-states-Verify-loading-state-in-with-sticky-header-2-chromium-linux.png b/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Loading-states-Verify-loading-state-in-with-sticky-header-2-chromium-linux.png index 9d41966d14..8435cee080 100644 Binary files a/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Loading-states-Verify-loading-state-in-with-sticky-header-2-chromium-linux.png and b/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Loading-states-Verify-loading-state-in-with-sticky-header-2-chromium-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Loading-states-Verify-loading-state-in-with-sticky-header-2-firefox-linux.png b/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Loading-states-Verify-loading-state-in-with-sticky-header-2-firefox-linux.png index d458112cc5..33d491cf97 100644 Binary files a/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Loading-states-Verify-loading-state-in-with-sticky-header-2-firefox-linux.png and b/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Loading-states-Verify-loading-state-in-with-sticky-header-2-firefox-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Loading-states-Verify-loading-state-in-with-sticky-header-2-webkit-linux.png b/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Loading-states-Verify-loading-state-in-with-sticky-header-2-webkit-linux.png index 2f72a55734..14762153a6 100644 Binary files a/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Loading-states-Verify-loading-state-in-with-sticky-header-2-webkit-linux.png and b/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Loading-states-Verify-loading-state-in-with-sticky-header-2-webkit-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Loading-states-Verify-loading-state-of-table-1-chromium-linux.png b/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Loading-states-Verify-loading-state-of-table-1-chromium-linux.png index ad62671f4e..9c8c5bd56d 100644 Binary files a/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Loading-states-Verify-loading-state-of-table-1-chromium-linux.png and b/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Loading-states-Verify-loading-state-of-table-1-chromium-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Loading-states-Verify-loading-state-of-table-1-firefox-linux.png b/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Loading-states-Verify-loading-state-of-table-1-firefox-linux.png index 38347240f8..b4b39ff21d 100644 Binary files a/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Loading-states-Verify-loading-state-of-table-1-firefox-linux.png and b/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Loading-states-Verify-loading-state-of-table-1-firefox-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Loading-states-Verify-loading-state-of-table-1-webkit-linux.png b/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Loading-states-Verify-loading-state-of-table-1-webkit-linux.png index ef99b95c0d..c7f2c44a3d 100644 Binary files a/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Loading-states-Verify-loading-state-of-table-1-webkit-linux.png and b/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Loading-states-Verify-loading-state-of-table-1-webkit-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Loading-states-Verify-skeleton-in-table-1-chromium-linux.png b/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Loading-states-Verify-skeleton-in-table-1-chromium-linux.png index b7b8279a3a..5e73f569bb 100644 Binary files a/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Loading-states-Verify-skeleton-in-table-1-chromium-linux.png and b/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Loading-states-Verify-skeleton-in-table-1-chromium-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Loading-states-Verify-skeleton-in-table-1-firefox-linux.png b/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Loading-states-Verify-skeleton-in-table-1-firefox-linux.png index 9eaad65994..f5ba86c6a2 100644 Binary files a/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Loading-states-Verify-skeleton-in-table-1-firefox-linux.png and b/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Loading-states-Verify-skeleton-in-table-1-firefox-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Loading-states-Verify-skeleton-in-table-1-webkit-linux.png b/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Loading-states-Verify-skeleton-in-table-1-webkit-linux.png index 4ccb1b93c9..efaa473a31 100644 Binary files a/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Loading-states-Verify-skeleton-in-table-1-webkit-linux.png and b/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Loading-states-Verify-skeleton-in-table-1-webkit-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-SelectableRows-Verify-styles-when-checkbox-in-merged-cells-checked-by-keyboard-1-chromium-linux.png b/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-SelectableRows-Verify-styles-when-checkbox-in-merged-cells-checked-by-keyboard-1-chromium-linux.png index 3bd4d103ac..722f4d8826 100644 Binary files a/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-SelectableRows-Verify-styles-when-checkbox-in-merged-cells-checked-by-keyboard-1-chromium-linux.png and b/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-SelectableRows-Verify-styles-when-checkbox-in-merged-cells-checked-by-keyboard-1-chromium-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-SelectableRows-Verify-styles-when-checkbox-in-merged-cells-checked-by-keyboard-1-firefox-linux.png b/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-SelectableRows-Verify-styles-when-checkbox-in-merged-cells-checked-by-keyboard-1-firefox-linux.png index 33e70bbaf3..dd8a024f50 100644 Binary files a/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-SelectableRows-Verify-styles-when-checkbox-in-merged-cells-checked-by-keyboard-1-firefox-linux.png and b/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-SelectableRows-Verify-styles-when-checkbox-in-merged-cells-checked-by-keyboard-1-firefox-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-SelectableRows-Verify-styles-when-checkbox-in-merged-cells-checked-by-keyboard-1-webkit-linux.png b/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-SelectableRows-Verify-styles-when-checkbox-in-merged-cells-checked-by-keyboard-1-webkit-linux.png index 2c2a1aebe6..ee7a7a8b88 100644 Binary files a/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-SelectableRows-Verify-styles-when-checkbox-in-merged-cells-checked-by-keyboard-1-webkit-linux.png and b/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-SelectableRows-Verify-styles-when-checkbox-in-merged-cells-checked-by-keyboard-1-webkit-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-SelectableRows-legacy-API-Verify-SelectableRows-row-highlight-on-selection-1-chromium-linux.png b/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-SelectableRows-legacy-API-Verify-SelectableRows-row-highlight-on-selection-1-chromium-linux.png index b1374d1ad0..cb68f562f4 100644 Binary files a/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-SelectableRows-legacy-API-Verify-SelectableRows-row-highlight-on-selection-1-chromium-linux.png and b/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-SelectableRows-legacy-API-Verify-SelectableRows-row-highlight-on-selection-1-chromium-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-SelectableRows-legacy-API-Verify-SelectableRows-row-highlight-on-selection-1-webkit-linux.png b/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-SelectableRows-legacy-API-Verify-SelectableRows-row-highlight-on-selection-1-webkit-linux.png index 8b5f305dca..dd0216dd8c 100644 Binary files a/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-SelectableRows-legacy-API-Verify-SelectableRows-row-highlight-on-selection-1-webkit-linux.png and b/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-SelectableRows-legacy-API-Verify-SelectableRows-row-highlight-on-selection-1-webkit-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-virtual-scroll.browser-test.tsx-snapshots/-visual-Verify-Keyboard-scroll-1-chromium-linux.png b/semcore/data-table/__tests__/data-table-virtual-scroll.browser-test.tsx-snapshots/-visual-Verify-Keyboard-scroll-1-chromium-linux.png index 88a871e6dc..fe252fc35c 100644 Binary files a/semcore/data-table/__tests__/data-table-virtual-scroll.browser-test.tsx-snapshots/-visual-Verify-Keyboard-scroll-1-chromium-linux.png and b/semcore/data-table/__tests__/data-table-virtual-scroll.browser-test.tsx-snapshots/-visual-Verify-Keyboard-scroll-1-chromium-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-virtual-scroll.browser-test.tsx-snapshots/-visual-Verify-Keyboard-scroll-1-firefox-linux.png b/semcore/data-table/__tests__/data-table-virtual-scroll.browser-test.tsx-snapshots/-visual-Verify-Keyboard-scroll-1-firefox-linux.png index afe5507f44..7635030d1c 100644 Binary files a/semcore/data-table/__tests__/data-table-virtual-scroll.browser-test.tsx-snapshots/-visual-Verify-Keyboard-scroll-1-firefox-linux.png and b/semcore/data-table/__tests__/data-table-virtual-scroll.browser-test.tsx-snapshots/-visual-Verify-Keyboard-scroll-1-firefox-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-virtual-scroll.browser-test.tsx-snapshots/-visual-Verify-Keyboard-scroll-1-webkit-linux.png b/semcore/data-table/__tests__/data-table-virtual-scroll.browser-test.tsx-snapshots/-visual-Verify-Keyboard-scroll-1-webkit-linux.png index 973e8a0d76..51251f3b49 100644 Binary files a/semcore/data-table/__tests__/data-table-virtual-scroll.browser-test.tsx-snapshots/-visual-Verify-Keyboard-scroll-1-webkit-linux.png and b/semcore/data-table/__tests__/data-table-virtual-scroll.browser-test.tsx-snapshots/-visual-Verify-Keyboard-scroll-1-webkit-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-virtual-scroll.browser-test.tsx-snapshots/-visual-Verify-Mouse-scroll-1-chromium-linux.png b/semcore/data-table/__tests__/data-table-virtual-scroll.browser-test.tsx-snapshots/-visual-Verify-Mouse-scroll-1-chromium-linux.png index 371ad2b8ad..de7f6d2d42 100644 Binary files a/semcore/data-table/__tests__/data-table-virtual-scroll.browser-test.tsx-snapshots/-visual-Verify-Mouse-scroll-1-chromium-linux.png and b/semcore/data-table/__tests__/data-table-virtual-scroll.browser-test.tsx-snapshots/-visual-Verify-Mouse-scroll-1-chromium-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-virtual-scroll.browser-test.tsx-snapshots/-visual-Verify-Mouse-scroll-1-firefox-linux.png b/semcore/data-table/__tests__/data-table-virtual-scroll.browser-test.tsx-snapshots/-visual-Verify-Mouse-scroll-1-firefox-linux.png index c130faf62c..fd47fa8286 100644 Binary files a/semcore/data-table/__tests__/data-table-virtual-scroll.browser-test.tsx-snapshots/-visual-Verify-Mouse-scroll-1-firefox-linux.png and b/semcore/data-table/__tests__/data-table-virtual-scroll.browser-test.tsx-snapshots/-visual-Verify-Mouse-scroll-1-firefox-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-virtual-scroll.browser-test.tsx-snapshots/-visual-Verify-Mouse-scroll-1-webkit-linux.png b/semcore/data-table/__tests__/data-table-virtual-scroll.browser-test.tsx-snapshots/-visual-Verify-Mouse-scroll-1-webkit-linux.png index e91d79bba3..20611999d5 100644 Binary files a/semcore/data-table/__tests__/data-table-virtual-scroll.browser-test.tsx-snapshots/-visual-Verify-Mouse-scroll-1-webkit-linux.png and b/semcore/data-table/__tests__/data-table-virtual-scroll.browser-test.tsx-snapshots/-visual-Verify-Mouse-scroll-1-webkit-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-virtual-scroll.browser-test.tsx-snapshots/-visual-Verify-Mouse-scroll-when-cells-have-different-height-1-chromium-linux.png b/semcore/data-table/__tests__/data-table-virtual-scroll.browser-test.tsx-snapshots/-visual-Verify-Mouse-scroll-when-cells-have-different-height-1-chromium-linux.png index c90a2c5198..ee36a67fcb 100644 Binary files a/semcore/data-table/__tests__/data-table-virtual-scroll.browser-test.tsx-snapshots/-visual-Verify-Mouse-scroll-when-cells-have-different-height-1-chromium-linux.png and b/semcore/data-table/__tests__/data-table-virtual-scroll.browser-test.tsx-snapshots/-visual-Verify-Mouse-scroll-when-cells-have-different-height-1-chromium-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-virtual-scroll.browser-test.tsx-snapshots/-visual-Verify-Mouse-scroll-when-cells-have-different-height-1-firefox-linux.png b/semcore/data-table/__tests__/data-table-virtual-scroll.browser-test.tsx-snapshots/-visual-Verify-Mouse-scroll-when-cells-have-different-height-1-firefox-linux.png index 3a0db005bb..94d3224183 100644 Binary files a/semcore/data-table/__tests__/data-table-virtual-scroll.browser-test.tsx-snapshots/-visual-Verify-Mouse-scroll-when-cells-have-different-height-1-firefox-linux.png and b/semcore/data-table/__tests__/data-table-virtual-scroll.browser-test.tsx-snapshots/-visual-Verify-Mouse-scroll-when-cells-have-different-height-1-firefox-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-virtual-scroll.browser-test.tsx-snapshots/-visual-Verify-Mouse-scroll-when-cells-have-different-height-1-webkit-linux.png b/semcore/data-table/__tests__/data-table-virtual-scroll.browser-test.tsx-snapshots/-visual-Verify-Mouse-scroll-when-cells-have-different-height-1-webkit-linux.png index a9c8d4394e..0d1f4d747a 100644 Binary files a/semcore/data-table/__tests__/data-table-virtual-scroll.browser-test.tsx-snapshots/-visual-Verify-Mouse-scroll-when-cells-have-different-height-1-webkit-linux.png and b/semcore/data-table/__tests__/data-table-virtual-scroll.browser-test.tsx-snapshots/-visual-Verify-Mouse-scroll-when-cells-have-different-height-1-webkit-linux.png differ diff --git a/semcore/data-table/src/components/Body/style.shadow.css b/semcore/data-table/src/components/Body/style.shadow.css index 2ab50dd985..d2d98fd64d 100644 --- a/semcore/data-table/src/components/Body/style.shadow.css +++ b/semcore/data-table/src/components/Body/style.shadow.css @@ -59,7 +59,7 @@ SCollapseRow[gridArea] > SCellWrapper, SRow[isAccordionRow] > SCellWrapper { SCollapseRow[gridArea] > SCellWrapper > SCell:not([withoutBorder]), SAccordionRows > SRow[isAccordionRow]:last-child > SCellWrapper > SCell:not([withoutBorder]) { - border-bottom: 1px solid var(--intergalactic-border-table-accent, oklch(0.137 0.026 175.7 / 0.161)); + border-bottom: 1px solid var(--intergalactic-border-table-accent, oklch(0.137 0.026 175.7 / 0.161)); /* TODO: --intergalactic-table-border-accent */ } SCollapseRow > SCellWrapper > SCell { diff --git a/semcore/data-table/src/components/Head/style.shadow.css b/semcore/data-table/src/components/Head/style.shadow.css index c5340d3492..124491bc5c 100644 --- a/semcore/data-table/src/components/Head/style.shadow.css +++ b/semcore/data-table/src/components/Head/style.shadow.css @@ -130,7 +130,7 @@ SColumn[use='primary'] { SColumn[use='secondary'] { padding: var(--intergalactic-spacing-2x, 8px); - border-bottom: 1px solid var(--intergalactic-border-table-accent, oklch(0.137 0.026 175.7 / 0.161)); + border-bottom: 1px solid var(--intergalactic-border-table-accent, oklch(0.137 0.026 175.7 / 0.161)); /* TODO: --intergalactic-table-border-accent */ background-color: var(--intergalactic-table-th-secondary-cell, oklch(1 0 0)); SSortWrapper::before { diff --git a/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Calendar-props-and-date-picker-Verify-all-calendar-props-work-good-1-chromium-linux.png b/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Calendar-props-and-date-picker-Verify-all-calendar-props-work-good-1-chromium-linux.png index 70d5f60c61..d7b675ef87 100644 Binary files a/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Calendar-props-and-date-picker-Verify-all-calendar-props-work-good-1-chromium-linux.png and b/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Calendar-props-and-date-picker-Verify-all-calendar-props-work-good-1-chromium-linux.png differ diff --git a/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Calendar-props-and-date-picker-Verify-all-calendar-props-work-good-1-firefox-linux.png b/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Calendar-props-and-date-picker-Verify-all-calendar-props-work-good-1-firefox-linux.png index 5888d4fbe9..c3e532b5e4 100644 Binary files a/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Calendar-props-and-date-picker-Verify-all-calendar-props-work-good-1-firefox-linux.png and b/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Calendar-props-and-date-picker-Verify-all-calendar-props-work-good-1-firefox-linux.png differ diff --git a/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Calendar-props-and-date-picker-Verify-all-calendar-props-work-good-1-webkit-linux.png b/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Calendar-props-and-date-picker-Verify-all-calendar-props-work-good-1-webkit-linux.png index caac9204cc..445c2c3ef7 100644 Binary files a/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Calendar-props-and-date-picker-Verify-all-calendar-props-work-good-1-webkit-linux.png and b/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Calendar-props-and-date-picker-Verify-all-calendar-props-work-good-1-webkit-linux.png differ diff --git a/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Calendar-props-and-date-picker-Verify-all-date-picker-props-work-good-1-chromium-linux.png b/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Calendar-props-and-date-picker-Verify-all-date-picker-props-work-good-1-chromium-linux.png index 2ffb54165d..51b19f25e4 100644 Binary files a/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Calendar-props-and-date-picker-Verify-all-date-picker-props-work-good-1-chromium-linux.png and b/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Calendar-props-and-date-picker-Verify-all-date-picker-props-work-good-1-chromium-linux.png differ diff --git a/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Calendar-props-and-date-picker-Verify-all-date-picker-props-work-good-1-firefox-linux.png b/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Calendar-props-and-date-picker-Verify-all-date-picker-props-work-good-1-firefox-linux.png index 9b9b3ed32e..90a2689497 100644 Binary files a/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Calendar-props-and-date-picker-Verify-all-date-picker-props-work-good-1-firefox-linux.png and b/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Calendar-props-and-date-picker-Verify-all-date-picker-props-work-good-1-firefox-linux.png differ diff --git a/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Calendar-props-and-date-picker-Verify-all-date-picker-props-work-good-1-webkit-linux.png b/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Calendar-props-and-date-picker-Verify-all-date-picker-props-work-good-1-webkit-linux.png index d7e598763d..4227d86d39 100644 Binary files a/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Calendar-props-and-date-picker-Verify-all-date-picker-props-work-good-1-webkit-linux.png and b/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Calendar-props-and-date-picker-Verify-all-date-picker-props-work-good-1-webkit-linux.png differ diff --git a/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Date-Picker-Trigger-Verify-trigger-input-width-grows-after-entering-date-with-locale-pt-1-chromium-linux.png b/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Date-Picker-Trigger-Verify-trigger-input-width-grows-after-entering-date-with-locale-pt-1-chromium-linux.png index ea3bd00ae0..d14edf469b 100644 Binary files a/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Date-Picker-Trigger-Verify-trigger-input-width-grows-after-entering-date-with-locale-pt-1-chromium-linux.png and b/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Date-Picker-Trigger-Verify-trigger-input-width-grows-after-entering-date-with-locale-pt-1-chromium-linux.png differ diff --git a/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Date-Picker-Trigger-Verify-trigger-input-width-grows-after-entering-date-with-locale-pt-1-firefox-linux.png b/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Date-Picker-Trigger-Verify-trigger-input-width-grows-after-entering-date-with-locale-pt-1-firefox-linux.png index 48706e8eb8..653213d43e 100644 Binary files a/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Date-Picker-Trigger-Verify-trigger-input-width-grows-after-entering-date-with-locale-pt-1-firefox-linux.png and b/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Date-Picker-Trigger-Verify-trigger-input-width-grows-after-entering-date-with-locale-pt-1-firefox-linux.png differ diff --git a/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Date-Picker-Trigger-Verify-trigger-input-width-grows-after-entering-date-with-locale-pt-1-webkit-linux.png b/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Date-Picker-Trigger-Verify-trigger-input-width-grows-after-entering-date-with-locale-pt-1-webkit-linux.png index c4f456aa54..49fb65cc64 100644 Binary files a/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Date-Picker-Trigger-Verify-trigger-input-width-grows-after-entering-date-with-locale-pt-1-webkit-linux.png and b/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Date-Picker-Trigger-Verify-trigger-input-width-grows-after-entering-date-with-locale-pt-1-webkit-linux.png differ diff --git a/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Date-Picker-Trigger-Verify-trigger-siz-4ee61--normal-disabled-false-neighborLocation-right-1-chromium-linux.png b/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Date-Picker-Trigger-Verify-trigger-siz-4ee61--normal-disabled-false-neighborLocation-right-1-chromium-linux.png index 4009e2b448..2b949c9508 100644 Binary files a/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Date-Picker-Trigger-Verify-trigger-siz-4ee61--normal-disabled-false-neighborLocation-right-1-chromium-linux.png and b/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Date-Picker-Trigger-Verify-trigger-siz-4ee61--normal-disabled-false-neighborLocation-right-1-chromium-linux.png differ diff --git a/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Date-Picker-Trigger-Verify-trigger-siz-4ee61--normal-disabled-false-neighborLocation-right-1-firefox-linux.png b/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Date-Picker-Trigger-Verify-trigger-siz-4ee61--normal-disabled-false-neighborLocation-right-1-firefox-linux.png index 1cc104053f..5987058ff2 100644 Binary files a/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Date-Picker-Trigger-Verify-trigger-siz-4ee61--normal-disabled-false-neighborLocation-right-1-firefox-linux.png and b/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Date-Picker-Trigger-Verify-trigger-siz-4ee61--normal-disabled-false-neighborLocation-right-1-firefox-linux.png differ diff --git a/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Date-Picker-Trigger-Verify-trigger-siz-4ee61--normal-disabled-false-neighborLocation-right-1-webkit-linux.png b/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Date-Picker-Trigger-Verify-trigger-siz-4ee61--normal-disabled-false-neighborLocation-right-1-webkit-linux.png index f467541a4e..7c26f94230 100644 Binary files a/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Date-Picker-Trigger-Verify-trigger-siz-4ee61--normal-disabled-false-neighborLocation-right-1-webkit-linux.png and b/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Date-Picker-Trigger-Verify-trigger-siz-4ee61--normal-disabled-false-neighborLocation-right-1-webkit-linux.png differ diff --git a/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Date-Picker-Trigger-Verify-trigger-siz-59ce5-invalid-disabled-false-neighborLocation-right-1-chromium-linux.png b/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Date-Picker-Trigger-Verify-trigger-siz-59ce5-invalid-disabled-false-neighborLocation-right-1-chromium-linux.png index c9cdb6e67c..7c60a6e8ce 100644 Binary files a/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Date-Picker-Trigger-Verify-trigger-siz-59ce5-invalid-disabled-false-neighborLocation-right-1-chromium-linux.png and b/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Date-Picker-Trigger-Verify-trigger-siz-59ce5-invalid-disabled-false-neighborLocation-right-1-chromium-linux.png differ diff --git a/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Date-Picker-Trigger-Verify-trigger-siz-59ce5-invalid-disabled-false-neighborLocation-right-1-firefox-linux.png b/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Date-Picker-Trigger-Verify-trigger-siz-59ce5-invalid-disabled-false-neighborLocation-right-1-firefox-linux.png index 59bd1e4df8..bf0112c41a 100644 Binary files a/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Date-Picker-Trigger-Verify-trigger-siz-59ce5-invalid-disabled-false-neighborLocation-right-1-firefox-linux.png and b/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Date-Picker-Trigger-Verify-trigger-siz-59ce5-invalid-disabled-false-neighborLocation-right-1-firefox-linux.png differ diff --git a/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Date-Picker-Trigger-Verify-trigger-siz-59ce5-invalid-disabled-false-neighborLocation-right-1-webkit-linux.png b/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Date-Picker-Trigger-Verify-trigger-siz-59ce5-invalid-disabled-false-neighborLocation-right-1-webkit-linux.png index bf07c4f168..b0219614cd 100644 Binary files a/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Date-Picker-Trigger-Verify-trigger-siz-59ce5-invalid-disabled-false-neighborLocation-right-1-webkit-linux.png and b/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Date-Picker-Trigger-Verify-trigger-siz-59ce5-invalid-disabled-false-neighborLocation-right-1-webkit-linux.png differ diff --git a/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Date-Picker-Trigger-Verify-trigger-siz-92a58--normal-disabled-false-neighborLocation-right-1-chromium-linux.png b/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Date-Picker-Trigger-Verify-trigger-siz-92a58--normal-disabled-false-neighborLocation-right-1-chromium-linux.png index 19e711911b..0a368a1965 100644 Binary files a/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Date-Picker-Trigger-Verify-trigger-siz-92a58--normal-disabled-false-neighborLocation-right-1-chromium-linux.png and b/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Date-Picker-Trigger-Verify-trigger-siz-92a58--normal-disabled-false-neighborLocation-right-1-chromium-linux.png differ diff --git a/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Date-Picker-Trigger-Verify-trigger-siz-92a58--normal-disabled-false-neighborLocation-right-1-firefox-linux.png b/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Date-Picker-Trigger-Verify-trigger-siz-92a58--normal-disabled-false-neighborLocation-right-1-firefox-linux.png index ab657dde32..d26e27f42a 100644 Binary files a/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Date-Picker-Trigger-Verify-trigger-siz-92a58--normal-disabled-false-neighborLocation-right-1-firefox-linux.png and b/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Date-Picker-Trigger-Verify-trigger-siz-92a58--normal-disabled-false-neighborLocation-right-1-firefox-linux.png differ diff --git a/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Date-Picker-Trigger-Verify-trigger-siz-92a58--normal-disabled-false-neighborLocation-right-1-webkit-linux.png b/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Date-Picker-Trigger-Verify-trigger-siz-92a58--normal-disabled-false-neighborLocation-right-1-webkit-linux.png index c0b6478cd8..fb79e1587b 100644 Binary files a/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Date-Picker-Trigger-Verify-trigger-siz-92a58--normal-disabled-false-neighborLocation-right-1-webkit-linux.png and b/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Date-Picker-Trigger-Verify-trigger-siz-92a58--normal-disabled-false-neighborLocation-right-1-webkit-linux.png differ diff --git a/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Date-Picker-Trigger-Verify-trigger-size-m-state-normal-disabled-true-neighborLocation-both-1-chromium-linux.png b/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Date-Picker-Trigger-Verify-trigger-size-m-state-normal-disabled-true-neighborLocation-both-1-chromium-linux.png index 1f90731adb..d7ee289a5f 100644 Binary files a/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Date-Picker-Trigger-Verify-trigger-size-m-state-normal-disabled-true-neighborLocation-both-1-chromium-linux.png and b/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Date-Picker-Trigger-Verify-trigger-size-m-state-normal-disabled-true-neighborLocation-both-1-chromium-linux.png differ diff --git a/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Date-Picker-Trigger-Verify-trigger-size-m-state-normal-disabled-true-neighborLocation-both-1-firefox-linux.png b/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Date-Picker-Trigger-Verify-trigger-size-m-state-normal-disabled-true-neighborLocation-both-1-firefox-linux.png index d8ccd2c4f3..6b36601cb2 100644 Binary files a/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Date-Picker-Trigger-Verify-trigger-size-m-state-normal-disabled-true-neighborLocation-both-1-firefox-linux.png and b/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Date-Picker-Trigger-Verify-trigger-size-m-state-normal-disabled-true-neighborLocation-both-1-firefox-linux.png differ diff --git a/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Date-Picker-Trigger-Verify-trigger-size-m-state-normal-disabled-true-neighborLocation-both-1-webkit-linux.png b/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Date-Picker-Trigger-Verify-trigger-size-m-state-normal-disabled-true-neighborLocation-both-1-webkit-linux.png index a15e715883..6ef311ea39 100644 Binary files a/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Date-Picker-Trigger-Verify-trigger-size-m-state-normal-disabled-true-neighborLocation-both-1-webkit-linux.png and b/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Date-Picker-Trigger-Verify-trigger-size-m-state-normal-disabled-true-neighborLocation-both-1-webkit-linux.png differ diff --git a/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Date-Picker-Trigger-Verify-trigger-size-m-state-valid-disabled-false-neighborLocation-left-1-chromium-linux.png b/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Date-Picker-Trigger-Verify-trigger-size-m-state-valid-disabled-false-neighborLocation-left-1-chromium-linux.png index ddc3e596d9..a6bd8bdec3 100644 Binary files a/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Date-Picker-Trigger-Verify-trigger-size-m-state-valid-disabled-false-neighborLocation-left-1-chromium-linux.png and b/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Date-Picker-Trigger-Verify-trigger-size-m-state-valid-disabled-false-neighborLocation-left-1-chromium-linux.png differ diff --git a/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Date-Picker-Trigger-Verify-trigger-size-m-state-valid-disabled-false-neighborLocation-left-1-firefox-linux.png b/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Date-Picker-Trigger-Verify-trigger-size-m-state-valid-disabled-false-neighborLocation-left-1-firefox-linux.png index c3e79d9fa2..0f18b540a6 100644 Binary files a/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Date-Picker-Trigger-Verify-trigger-size-m-state-valid-disabled-false-neighborLocation-left-1-firefox-linux.png and b/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Date-Picker-Trigger-Verify-trigger-size-m-state-valid-disabled-false-neighborLocation-left-1-firefox-linux.png differ diff --git a/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Date-Picker-Trigger-Verify-trigger-size-m-state-valid-disabled-false-neighborLocation-left-1-webkit-linux.png b/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Date-Picker-Trigger-Verify-trigger-size-m-state-valid-disabled-false-neighborLocation-left-1-webkit-linux.png index 1617eef4b0..e9dea33878 100644 Binary files a/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Date-Picker-Trigger-Verify-trigger-size-m-state-valid-disabled-false-neighborLocation-left-1-webkit-linux.png and b/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Date-Picker-Trigger-Verify-trigger-size-m-state-valid-disabled-false-neighborLocation-left-1-webkit-linux.png differ diff --git a/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Date-Picker-Trigger-Verify-trigger-states-when-entering-date-manually-1-chromium-linux.png b/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Date-Picker-Trigger-Verify-trigger-states-when-entering-date-manually-1-chromium-linux.png index c65204220e..6afd04ea15 100644 Binary files a/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Date-Picker-Trigger-Verify-trigger-states-when-entering-date-manually-1-chromium-linux.png and b/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Date-Picker-Trigger-Verify-trigger-states-when-entering-date-manually-1-chromium-linux.png differ diff --git a/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Date-Picker-Trigger-Verify-trigger-states-when-entering-date-manually-1-firefox-linux.png b/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Date-Picker-Trigger-Verify-trigger-states-when-entering-date-manually-1-firefox-linux.png index 9787b910cd..a918e63ab6 100644 Binary files a/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Date-Picker-Trigger-Verify-trigger-states-when-entering-date-manually-1-firefox-linux.png and b/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Date-Picker-Trigger-Verify-trigger-states-when-entering-date-manually-1-firefox-linux.png differ diff --git a/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Date-Picker-Trigger-Verify-trigger-states-when-entering-date-manually-1-webkit-linux.png b/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Date-Picker-Trigger-Verify-trigger-states-when-entering-date-manually-1-webkit-linux.png index 8b78602245..4d14d40c11 100644 Binary files a/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Date-Picker-Trigger-Verify-trigger-states-when-entering-date-manually-1-webkit-linux.png and b/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Date-Picker-Trigger-Verify-trigger-states-when-entering-date-manually-1-webkit-linux.png differ diff --git a/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Date-Picker-Trigger-Verify-trigger-states-when-entering-date-manually-2-chromium-linux.png b/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Date-Picker-Trigger-Verify-trigger-states-when-entering-date-manually-2-chromium-linux.png index f8e468c88f..f89d2f22cb 100644 Binary files a/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Date-Picker-Trigger-Verify-trigger-states-when-entering-date-manually-2-chromium-linux.png and b/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Date-Picker-Trigger-Verify-trigger-states-when-entering-date-manually-2-chromium-linux.png differ diff --git a/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Date-Picker-Trigger-Verify-trigger-states-when-entering-date-manually-2-firefox-linux.png b/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Date-Picker-Trigger-Verify-trigger-states-when-entering-date-manually-2-firefox-linux.png index da4d7264ef..3189d32a9b 100644 Binary files a/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Date-Picker-Trigger-Verify-trigger-states-when-entering-date-manually-2-firefox-linux.png and b/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Date-Picker-Trigger-Verify-trigger-states-when-entering-date-manually-2-firefox-linux.png differ diff --git a/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Date-Picker-Trigger-Verify-trigger-states-when-entering-date-manually-2-webkit-linux.png b/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Date-Picker-Trigger-Verify-trigger-states-when-entering-date-manually-2-webkit-linux.png index dbdbb83938..309b0c6e3b 100644 Binary files a/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Date-Picker-Trigger-Verify-trigger-states-when-entering-date-manually-2-webkit-linux.png and b/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Date-Picker-Trigger-Verify-trigger-states-when-entering-date-manually-2-webkit-linux.png differ diff --git a/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Date-Picker-Trigger-Verify-trigger-states-when-entering-date-manually-3-chromium-linux.png b/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Date-Picker-Trigger-Verify-trigger-states-when-entering-date-manually-3-chromium-linux.png index c65204220e..8802cf4f9f 100644 Binary files a/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Date-Picker-Trigger-Verify-trigger-states-when-entering-date-manually-3-chromium-linux.png and b/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Date-Picker-Trigger-Verify-trigger-states-when-entering-date-manually-3-chromium-linux.png differ diff --git a/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Date-Picker-Trigger-Verify-trigger-states-when-entering-date-manually-3-firefox-linux.png b/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Date-Picker-Trigger-Verify-trigger-states-when-entering-date-manually-3-firefox-linux.png index 9787b910cd..a918e63ab6 100644 Binary files a/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Date-Picker-Trigger-Verify-trigger-states-when-entering-date-manually-3-firefox-linux.png and b/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Date-Picker-Trigger-Verify-trigger-states-when-entering-date-manually-3-firefox-linux.png differ diff --git a/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Date-Picker-Trigger-Verify-trigger-states-when-entering-date-manually-3-webkit-linux.png b/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Date-Picker-Trigger-Verify-trigger-states-when-entering-date-manually-3-webkit-linux.png index 8b78602245..4d14d40c11 100644 Binary files a/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Date-Picker-Trigger-Verify-trigger-states-when-entering-date-manually-3-webkit-linux.png and b/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-Date-Picker-Trigger-Verify-trigger-states-when-entering-date-manually-3-webkit-linux.png differ diff --git a/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-DayPicker-with-today-button-Verify-datepicker-with-Today-button-styles-1-chromium-linux.png b/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-DayPicker-with-today-button-Verify-datepicker-with-Today-button-styles-1-chromium-linux.png index b904e5cfd8..b6f91dfe3c 100644 Binary files a/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-DayPicker-with-today-button-Verify-datepicker-with-Today-button-styles-1-chromium-linux.png and b/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-DayPicker-with-today-button-Verify-datepicker-with-Today-button-styles-1-chromium-linux.png differ diff --git a/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-DayPicker-with-today-button-Verify-datepicker-with-Today-button-styles-1-firefox-linux.png b/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-DayPicker-with-today-button-Verify-datepicker-with-Today-button-styles-1-firefox-linux.png index e0f8414c85..522a1b96bc 100644 Binary files a/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-DayPicker-with-today-button-Verify-datepicker-with-Today-button-styles-1-firefox-linux.png and b/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-DayPicker-with-today-button-Verify-datepicker-with-Today-button-styles-1-firefox-linux.png differ diff --git a/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-DayPicker-with-today-button-Verify-datepicker-with-Today-button-styles-1-webkit-linux.png b/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-DayPicker-with-today-button-Verify-datepicker-with-Today-button-styles-1-webkit-linux.png index b3fa8414f5..0bcc7b0fc6 100644 Binary files a/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-DayPicker-with-today-button-Verify-datepicker-with-Today-button-styles-1-webkit-linux.png and b/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-DayPicker-with-today-button-Verify-datepicker-with-Today-button-styles-1-webkit-linux.png differ diff --git a/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-DayPicker-with-today-button-Verify-datepicker-with-Today-button-styles-2-chromium-linux.png b/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-DayPicker-with-today-button-Verify-datepicker-with-Today-button-styles-2-chromium-linux.png index 080dcd8cd4..0296b8f64e 100644 Binary files a/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-DayPicker-with-today-button-Verify-datepicker-with-Today-button-styles-2-chromium-linux.png and b/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-DayPicker-with-today-button-Verify-datepicker-with-Today-button-styles-2-chromium-linux.png differ diff --git a/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-DayPicker-with-today-button-Verify-datepicker-with-Today-button-styles-2-firefox-linux.png b/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-DayPicker-with-today-button-Verify-datepicker-with-Today-button-styles-2-firefox-linux.png index e0f8414c85..522a1b96bc 100644 Binary files a/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-DayPicker-with-today-button-Verify-datepicker-with-Today-button-styles-2-firefox-linux.png and b/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-DayPicker-with-today-button-Verify-datepicker-with-Today-button-styles-2-firefox-linux.png differ diff --git a/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-DayPicker-with-today-button-Verify-datepicker-with-Today-button-styles-2-webkit-linux.png b/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-DayPicker-with-today-button-Verify-datepicker-with-Today-button-styles-2-webkit-linux.png index 78b7f65f49..dd5da860f2 100644 Binary files a/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-DayPicker-with-today-button-Verify-datepicker-with-Today-button-styles-2-webkit-linux.png and b/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-DayPicker-with-today-button-Verify-datepicker-with-Today-button-styles-2-webkit-linux.png differ diff --git a/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-DayPicker-with-today-button-Verify-datepicker-with-Today-button-styles-3-chromium-linux.png b/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-DayPicker-with-today-button-Verify-datepicker-with-Today-button-styles-3-chromium-linux.png index a04e551940..02858d1db7 100644 Binary files a/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-DayPicker-with-today-button-Verify-datepicker-with-Today-button-styles-3-chromium-linux.png and b/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-DayPicker-with-today-button-Verify-datepicker-with-Today-button-styles-3-chromium-linux.png differ diff --git a/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-DayPicker-with-today-button-Verify-datepicker-with-Today-button-styles-3-firefox-linux.png b/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-DayPicker-with-today-button-Verify-datepicker-with-Today-button-styles-3-firefox-linux.png index e0f8414c85..522a1b96bc 100644 Binary files a/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-DayPicker-with-today-button-Verify-datepicker-with-Today-button-styles-3-firefox-linux.png and b/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-DayPicker-with-today-button-Verify-datepicker-with-Today-button-styles-3-firefox-linux.png differ diff --git a/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-DayPicker-with-today-button-Verify-datepicker-with-Today-button-styles-3-webkit-linux.png b/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-DayPicker-with-today-button-Verify-datepicker-with-Today-button-styles-3-webkit-linux.png index a1117bf05a..5084606ffa 100644 Binary files a/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-DayPicker-with-today-button-Verify-datepicker-with-Today-button-styles-3-webkit-linux.png and b/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-DayPicker-with-today-button-Verify-datepicker-with-Today-button-styles-3-webkit-linux.png differ diff --git a/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-DayPicker-with-today-button-Verify-datepicker-with-Today-button-styles-4-chromium-linux.png b/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-DayPicker-with-today-button-Verify-datepicker-with-Today-button-styles-4-chromium-linux.png index dc2d91dd0e..5a976ff224 100644 Binary files a/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-DayPicker-with-today-button-Verify-datepicker-with-Today-button-styles-4-chromium-linux.png and b/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-DayPicker-with-today-button-Verify-datepicker-with-Today-button-styles-4-chromium-linux.png differ diff --git a/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-DayPicker-with-today-button-Verify-datepicker-with-Today-button-styles-4-firefox-linux.png b/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-DayPicker-with-today-button-Verify-datepicker-with-Today-button-styles-4-firefox-linux.png index e0f8414c85..522a1b96bc 100644 Binary files a/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-DayPicker-with-today-button-Verify-datepicker-with-Today-button-styles-4-firefox-linux.png and b/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-DayPicker-with-today-button-Verify-datepicker-with-Today-button-styles-4-firefox-linux.png differ diff --git a/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-DayPicker-with-today-button-Verify-datepicker-with-Today-button-styles-4-webkit-linux.png b/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-DayPicker-with-today-button-Verify-datepicker-with-Today-button-styles-4-webkit-linux.png index d5ad47bdad..9fb4cba188 100644 Binary files a/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-DayPicker-with-today-button-Verify-datepicker-with-Today-button-styles-4-webkit-linux.png and b/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-DayPicker-with-today-button-Verify-datepicker-with-Today-button-styles-4-webkit-linux.png differ diff --git a/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-DayPikcer-trigger-and-popper-Verify-mo-ed14f-en-component-uses-expanded-trigger-and-popper-1-chromium-linux.png b/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-DayPikcer-trigger-and-popper-Verify-mo-ed14f-en-component-uses-expanded-trigger-and-popper-1-chromium-linux.png index ea4696c597..9330aae4fb 100644 Binary files a/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-DayPikcer-trigger-and-popper-Verify-mo-ed14f-en-component-uses-expanded-trigger-and-popper-1-chromium-linux.png and b/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-DayPikcer-trigger-and-popper-Verify-mo-ed14f-en-component-uses-expanded-trigger-and-popper-1-chromium-linux.png differ diff --git a/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-DayPikcer-trigger-and-popper-Verify-mo-ed14f-en-component-uses-expanded-trigger-and-popper-1-firefox-linux.png b/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-DayPikcer-trigger-and-popper-Verify-mo-ed14f-en-component-uses-expanded-trigger-and-popper-1-firefox-linux.png index 1543bb17d2..a42af22037 100644 Binary files a/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-DayPikcer-trigger-and-popper-Verify-mo-ed14f-en-component-uses-expanded-trigger-and-popper-1-firefox-linux.png and b/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-DayPikcer-trigger-and-popper-Verify-mo-ed14f-en-component-uses-expanded-trigger-and-popper-1-firefox-linux.png differ diff --git a/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-DayPikcer-trigger-and-popper-Verify-mo-ed14f-en-component-uses-expanded-trigger-and-popper-1-webkit-linux.png b/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-DayPikcer-trigger-and-popper-Verify-mo-ed14f-en-component-uses-expanded-trigger-and-popper-1-webkit-linux.png index f36d2b772d..ad9bb9ae59 100644 Binary files a/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-DayPikcer-trigger-and-popper-Verify-mo-ed14f-en-component-uses-expanded-trigger-and-popper-1-webkit-linux.png and b/semcore/date-picker/__tests__/date-picker.browser-test.tsx-snapshots/-visual-DayPikcer-trigger-and-popper-Verify-mo-ed14f-en-component-uses-expanded-trigger-and-popper-1-webkit-linux.png differ diff --git a/semcore/date-picker/__tests__/date-range-comparator.browser-test.tsx b/semcore/date-picker/__tests__/date-range-comparator.browser-test.tsx index 352c7ae510..32b9f4e7b8 100644 --- a/semcore/date-picker/__tests__/date-range-comparator.browser-test.tsx +++ b/semcore/date-picker/__tests__/date-range-comparator.browser-test.tsx @@ -73,8 +73,8 @@ test.describe(`${TAG.VISUAL}`, () => { await expect(calendar).toHaveAttribute('width', '16'); await expect(calendar).toHaveAttribute('height', '16'); await checkStyle(calendar, { - paddingLeft: '8px', - paddingRight: '8px', + paddingLeft: '12px', + paddingRight: '6px', }); } }); diff --git a/semcore/date-picker/__tests__/date-range-comparator.browser-test.tsx-snapshots/-visual-Date-Range-comparator-with-advanced-us-f1256-mouse-intearctions-and-styles-of-advanced-use-1-chromium-linux.png b/semcore/date-picker/__tests__/date-range-comparator.browser-test.tsx-snapshots/-visual-Date-Range-comparator-with-advanced-us-f1256-mouse-intearctions-and-styles-of-advanced-use-1-chromium-linux.png index 44c258e2d3..4fb679555d 100644 Binary files a/semcore/date-picker/__tests__/date-range-comparator.browser-test.tsx-snapshots/-visual-Date-Range-comparator-with-advanced-us-f1256-mouse-intearctions-and-styles-of-advanced-use-1-chromium-linux.png and b/semcore/date-picker/__tests__/date-range-comparator.browser-test.tsx-snapshots/-visual-Date-Range-comparator-with-advanced-us-f1256-mouse-intearctions-and-styles-of-advanced-use-1-chromium-linux.png differ diff --git a/semcore/date-picker/__tests__/date-range-comparator.browser-test.tsx-snapshots/-visual-Date-Range-comparator-with-advanced-us-f1256-mouse-intearctions-and-styles-of-advanced-use-1-firefox-linux.png b/semcore/date-picker/__tests__/date-range-comparator.browser-test.tsx-snapshots/-visual-Date-Range-comparator-with-advanced-us-f1256-mouse-intearctions-and-styles-of-advanced-use-1-firefox-linux.png index ad433d6b37..802ff526a9 100644 Binary files a/semcore/date-picker/__tests__/date-range-comparator.browser-test.tsx-snapshots/-visual-Date-Range-comparator-with-advanced-us-f1256-mouse-intearctions-and-styles-of-advanced-use-1-firefox-linux.png and b/semcore/date-picker/__tests__/date-range-comparator.browser-test.tsx-snapshots/-visual-Date-Range-comparator-with-advanced-us-f1256-mouse-intearctions-and-styles-of-advanced-use-1-firefox-linux.png differ diff --git a/semcore/date-picker/__tests__/date-range-comparator.browser-test.tsx-snapshots/-visual-Date-Range-comparator-with-advanced-us-f1256-mouse-intearctions-and-styles-of-advanced-use-1-webkit-linux.png b/semcore/date-picker/__tests__/date-range-comparator.browser-test.tsx-snapshots/-visual-Date-Range-comparator-with-advanced-us-f1256-mouse-intearctions-and-styles-of-advanced-use-1-webkit-linux.png index ac7d81355c..586882a145 100644 Binary files a/semcore/date-picker/__tests__/date-range-comparator.browser-test.tsx-snapshots/-visual-Date-Range-comparator-with-advanced-us-f1256-mouse-intearctions-and-styles-of-advanced-use-1-webkit-linux.png and b/semcore/date-picker/__tests__/date-range-comparator.browser-test.tsx-snapshots/-visual-Date-Range-comparator-with-advanced-us-f1256-mouse-intearctions-and-styles-of-advanced-use-1-webkit-linux.png differ diff --git a/semcore/date-picker/__tests__/date-range-comparator.browser-test.tsx-snapshots/-visual-Date-range-comparator-props-Verify-all-date-range-comparator-props-work-1-chromium-linux.png b/semcore/date-picker/__tests__/date-range-comparator.browser-test.tsx-snapshots/-visual-Date-range-comparator-props-Verify-all-date-range-comparator-props-work-1-chromium-linux.png index 516c8eff26..59fce3c212 100644 Binary files a/semcore/date-picker/__tests__/date-range-comparator.browser-test.tsx-snapshots/-visual-Date-range-comparator-props-Verify-all-date-range-comparator-props-work-1-chromium-linux.png and b/semcore/date-picker/__tests__/date-range-comparator.browser-test.tsx-snapshots/-visual-Date-range-comparator-props-Verify-all-date-range-comparator-props-work-1-chromium-linux.png differ diff --git a/semcore/date-picker/__tests__/date-range-comparator.browser-test.tsx-snapshots/-visual-Date-range-comparator-props-Verify-all-date-range-comparator-props-work-1-firefox-linux.png b/semcore/date-picker/__tests__/date-range-comparator.browser-test.tsx-snapshots/-visual-Date-range-comparator-props-Verify-all-date-range-comparator-props-work-1-firefox-linux.png index 9866aea9b6..76f628b1ba 100644 Binary files a/semcore/date-picker/__tests__/date-range-comparator.browser-test.tsx-snapshots/-visual-Date-range-comparator-props-Verify-all-date-range-comparator-props-work-1-firefox-linux.png and b/semcore/date-picker/__tests__/date-range-comparator.browser-test.tsx-snapshots/-visual-Date-range-comparator-props-Verify-all-date-range-comparator-props-work-1-firefox-linux.png differ diff --git a/semcore/date-picker/__tests__/date-range-comparator.browser-test.tsx-snapshots/-visual-Date-range-comparator-props-Verify-all-date-range-comparator-props-work-1-webkit-linux.png b/semcore/date-picker/__tests__/date-range-comparator.browser-test.tsx-snapshots/-visual-Date-range-comparator-props-Verify-all-date-range-comparator-props-work-1-webkit-linux.png index b12c5cfe56..1009126f79 100644 Binary files a/semcore/date-picker/__tests__/date-range-comparator.browser-test.tsx-snapshots/-visual-Date-range-comparator-props-Verify-all-date-range-comparator-props-work-1-webkit-linux.png and b/semcore/date-picker/__tests__/date-range-comparator.browser-test.tsx-snapshots/-visual-Date-range-comparator-props-Verify-all-date-range-comparator-props-work-1-webkit-linux.png differ diff --git a/semcore/date-picker/__tests__/date-range-comparator.browser-test.tsx-snapshots/-visual-Date-range-comparator-props-Verify-all-date-range-comparator-props-work-2-chromium-linux.png b/semcore/date-picker/__tests__/date-range-comparator.browser-test.tsx-snapshots/-visual-Date-range-comparator-props-Verify-all-date-range-comparator-props-work-2-chromium-linux.png index 4123af066a..e879dfd11d 100644 Binary files a/semcore/date-picker/__tests__/date-range-comparator.browser-test.tsx-snapshots/-visual-Date-range-comparator-props-Verify-all-date-range-comparator-props-work-2-chromium-linux.png and b/semcore/date-picker/__tests__/date-range-comparator.browser-test.tsx-snapshots/-visual-Date-range-comparator-props-Verify-all-date-range-comparator-props-work-2-chromium-linux.png differ diff --git a/semcore/date-picker/__tests__/date-range-comparator.browser-test.tsx-snapshots/-visual-Date-range-comparator-props-Verify-all-date-range-comparator-props-work-2-firefox-linux.png b/semcore/date-picker/__tests__/date-range-comparator.browser-test.tsx-snapshots/-visual-Date-range-comparator-props-Verify-all-date-range-comparator-props-work-2-firefox-linux.png index 9866aea9b6..76f628b1ba 100644 Binary files a/semcore/date-picker/__tests__/date-range-comparator.browser-test.tsx-snapshots/-visual-Date-range-comparator-props-Verify-all-date-range-comparator-props-work-2-firefox-linux.png and b/semcore/date-picker/__tests__/date-range-comparator.browser-test.tsx-snapshots/-visual-Date-range-comparator-props-Verify-all-date-range-comparator-props-work-2-firefox-linux.png differ diff --git a/semcore/date-picker/__tests__/date-range-comparator.browser-test.tsx-snapshots/-visual-Date-range-comparator-props-Verify-all-date-range-comparator-props-work-2-webkit-linux.png b/semcore/date-picker/__tests__/date-range-comparator.browser-test.tsx-snapshots/-visual-Date-range-comparator-props-Verify-all-date-range-comparator-props-work-2-webkit-linux.png index a7aae01c65..cc8de86bea 100644 Binary files a/semcore/date-picker/__tests__/date-range-comparator.browser-test.tsx-snapshots/-visual-Date-range-comparator-props-Verify-all-date-range-comparator-props-work-2-webkit-linux.png and b/semcore/date-picker/__tests__/date-range-comparator.browser-test.tsx-snapshots/-visual-Date-range-comparator-props-Verify-all-date-range-comparator-props-work-2-webkit-linux.png differ diff --git a/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx b/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx index dfb2151d17..a84007b8cb 100644 --- a/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx +++ b/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx @@ -155,14 +155,14 @@ test.describe(`${TAG.VISUAL}`, () => { await test.step('Verify svg dimensions', async () => { const svg = locators.dateRangePickerTrigger(page, 4).locator('svg'); - await checkStyle(svg, { paddingLeft: '8px', paddingRight: '8px' }); + await checkStyle(svg, { paddingLeft: '12px', paddingRight: '6px' }); await expect(svg).toHaveAttribute('width', '16'); await expect(svg).toHaveAttribute('height', '16'); }); await test.step('Verify trigger separator padding', async () => { const separator = page.locator('[data-ui-name="DateRange.RangeSep"]').nth(1); - await checkStyle(separator, { paddingRight: '8px' }); + await checkStyle(separator, { paddingRight: '12px' }); }); await test.step('Enter dates and open popper', async () => { diff --git a/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-Range-Trigger-Verify-trigger-input-width-grows-after-entering-date-with-locale-pt-1-chromium-linux.png b/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-Range-Trigger-Verify-trigger-input-width-grows-after-entering-date-with-locale-pt-1-chromium-linux.png index 50b1687b4a..a06e490e9c 100644 Binary files a/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-Range-Trigger-Verify-trigger-input-width-grows-after-entering-date-with-locale-pt-1-chromium-linux.png and b/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-Range-Trigger-Verify-trigger-input-width-grows-after-entering-date-with-locale-pt-1-chromium-linux.png differ diff --git a/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-Range-Trigger-Verify-trigger-input-width-grows-after-entering-date-with-locale-pt-1-firefox-linux.png b/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-Range-Trigger-Verify-trigger-input-width-grows-after-entering-date-with-locale-pt-1-firefox-linux.png index 1c2e68bbc7..e3a9d6f32b 100644 Binary files a/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-Range-Trigger-Verify-trigger-input-width-grows-after-entering-date-with-locale-pt-1-firefox-linux.png and b/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-Range-Trigger-Verify-trigger-input-width-grows-after-entering-date-with-locale-pt-1-firefox-linux.png differ diff --git a/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-Range-Trigger-Verify-trigger-input-width-grows-after-entering-date-with-locale-pt-1-webkit-linux.png b/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-Range-Trigger-Verify-trigger-input-width-grows-after-entering-date-with-locale-pt-1-webkit-linux.png index 7fbdb4a817..ced9a1845c 100644 Binary files a/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-Range-Trigger-Verify-trigger-input-width-grows-after-entering-date-with-locale-pt-1-webkit-linux.png and b/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-Range-Trigger-Verify-trigger-input-width-grows-after-entering-date-with-locale-pt-1-webkit-linux.png differ diff --git a/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-Range-Trigger-Verify-trigger-size-5004d--normal-disabled-false-neighborLocation-right-1-chromium-linux.png b/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-Range-Trigger-Verify-trigger-size-5004d--normal-disabled-false-neighborLocation-right-1-chromium-linux.png index c464c5d01d..1269554bb3 100644 Binary files a/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-Range-Trigger-Verify-trigger-size-5004d--normal-disabled-false-neighborLocation-right-1-chromium-linux.png and b/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-Range-Trigger-Verify-trigger-size-5004d--normal-disabled-false-neighborLocation-right-1-chromium-linux.png differ diff --git a/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-Range-Trigger-Verify-trigger-size-5004d--normal-disabled-false-neighborLocation-right-1-firefox-linux.png b/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-Range-Trigger-Verify-trigger-size-5004d--normal-disabled-false-neighborLocation-right-1-firefox-linux.png index 3d3ec44266..842e892cdc 100644 Binary files a/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-Range-Trigger-Verify-trigger-size-5004d--normal-disabled-false-neighborLocation-right-1-firefox-linux.png and b/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-Range-Trigger-Verify-trigger-size-5004d--normal-disabled-false-neighborLocation-right-1-firefox-linux.png differ diff --git a/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-Range-Trigger-Verify-trigger-size-5004d--normal-disabled-false-neighborLocation-right-1-webkit-linux.png b/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-Range-Trigger-Verify-trigger-size-5004d--normal-disabled-false-neighborLocation-right-1-webkit-linux.png index 8640577b44..f67aa11120 100644 Binary files a/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-Range-Trigger-Verify-trigger-size-5004d--normal-disabled-false-neighborLocation-right-1-webkit-linux.png and b/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-Range-Trigger-Verify-trigger-size-5004d--normal-disabled-false-neighborLocation-right-1-webkit-linux.png differ diff --git a/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-Range-Trigger-Verify-trigger-size-8f018-invalid-disabled-false-neighborLocation-right-1-chromium-linux.png b/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-Range-Trigger-Verify-trigger-size-8f018-invalid-disabled-false-neighborLocation-right-1-chromium-linux.png index fc885f34bf..b9fd5ea659 100644 Binary files a/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-Range-Trigger-Verify-trigger-size-8f018-invalid-disabled-false-neighborLocation-right-1-chromium-linux.png and b/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-Range-Trigger-Verify-trigger-size-8f018-invalid-disabled-false-neighborLocation-right-1-chromium-linux.png differ diff --git a/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-Range-Trigger-Verify-trigger-size-8f018-invalid-disabled-false-neighborLocation-right-1-firefox-linux.png b/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-Range-Trigger-Verify-trigger-size-8f018-invalid-disabled-false-neighborLocation-right-1-firefox-linux.png index 4809fd31c3..24826e388c 100644 Binary files a/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-Range-Trigger-Verify-trigger-size-8f018-invalid-disabled-false-neighborLocation-right-1-firefox-linux.png and b/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-Range-Trigger-Verify-trigger-size-8f018-invalid-disabled-false-neighborLocation-right-1-firefox-linux.png differ diff --git a/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-Range-Trigger-Verify-trigger-size-8f018-invalid-disabled-false-neighborLocation-right-1-webkit-linux.png b/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-Range-Trigger-Verify-trigger-size-8f018-invalid-disabled-false-neighborLocation-right-1-webkit-linux.png index a35a01e885..229b14fb6a 100644 Binary files a/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-Range-Trigger-Verify-trigger-size-8f018-invalid-disabled-false-neighborLocation-right-1-webkit-linux.png and b/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-Range-Trigger-Verify-trigger-size-8f018-invalid-disabled-false-neighborLocation-right-1-webkit-linux.png differ diff --git a/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-Range-Trigger-Verify-trigger-size-caba6--normal-disabled-false-neighborLocation-right-1-chromium-linux.png b/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-Range-Trigger-Verify-trigger-size-caba6--normal-disabled-false-neighborLocation-right-1-chromium-linux.png index 7126923302..92f902f616 100644 Binary files a/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-Range-Trigger-Verify-trigger-size-caba6--normal-disabled-false-neighborLocation-right-1-chromium-linux.png and b/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-Range-Trigger-Verify-trigger-size-caba6--normal-disabled-false-neighborLocation-right-1-chromium-linux.png differ diff --git a/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-Range-Trigger-Verify-trigger-size-caba6--normal-disabled-false-neighborLocation-right-1-firefox-linux.png b/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-Range-Trigger-Verify-trigger-size-caba6--normal-disabled-false-neighborLocation-right-1-firefox-linux.png index a21898d78f..eb864fd049 100644 Binary files a/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-Range-Trigger-Verify-trigger-size-caba6--normal-disabled-false-neighborLocation-right-1-firefox-linux.png and b/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-Range-Trigger-Verify-trigger-size-caba6--normal-disabled-false-neighborLocation-right-1-firefox-linux.png differ diff --git a/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-Range-Trigger-Verify-trigger-size-caba6--normal-disabled-false-neighborLocation-right-1-webkit-linux.png b/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-Range-Trigger-Verify-trigger-size-caba6--normal-disabled-false-neighborLocation-right-1-webkit-linux.png index 7971c73560..6f864ddbb6 100644 Binary files a/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-Range-Trigger-Verify-trigger-size-caba6--normal-disabled-false-neighborLocation-right-1-webkit-linux.png and b/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-Range-Trigger-Verify-trigger-size-caba6--normal-disabled-false-neighborLocation-right-1-webkit-linux.png differ diff --git a/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-Range-Trigger-Verify-trigger-size-m-state-normal-disabled-true-neighborLocation-both-1-chromium-linux.png b/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-Range-Trigger-Verify-trigger-size-m-state-normal-disabled-true-neighborLocation-both-1-chromium-linux.png index 75f53d7ac0..46b0b050ed 100644 Binary files a/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-Range-Trigger-Verify-trigger-size-m-state-normal-disabled-true-neighborLocation-both-1-chromium-linux.png and b/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-Range-Trigger-Verify-trigger-size-m-state-normal-disabled-true-neighborLocation-both-1-chromium-linux.png differ diff --git a/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-Range-Trigger-Verify-trigger-size-m-state-normal-disabled-true-neighborLocation-both-1-firefox-linux.png b/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-Range-Trigger-Verify-trigger-size-m-state-normal-disabled-true-neighborLocation-both-1-firefox-linux.png index 007388fd37..8cba03f24a 100644 Binary files a/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-Range-Trigger-Verify-trigger-size-m-state-normal-disabled-true-neighborLocation-both-1-firefox-linux.png and b/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-Range-Trigger-Verify-trigger-size-m-state-normal-disabled-true-neighborLocation-both-1-firefox-linux.png differ diff --git a/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-Range-Trigger-Verify-trigger-size-m-state-normal-disabled-true-neighborLocation-both-1-webkit-linux.png b/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-Range-Trigger-Verify-trigger-size-m-state-normal-disabled-true-neighborLocation-both-1-webkit-linux.png index 171f514c83..60858fc213 100644 Binary files a/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-Range-Trigger-Verify-trigger-size-m-state-normal-disabled-true-neighborLocation-both-1-webkit-linux.png and b/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-Range-Trigger-Verify-trigger-size-m-state-normal-disabled-true-neighborLocation-both-1-webkit-linux.png differ diff --git a/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-Range-Trigger-Verify-trigger-size-m-state-valid-disabled-false-neighborLocation-left-1-chromium-linux.png b/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-Range-Trigger-Verify-trigger-size-m-state-valid-disabled-false-neighborLocation-left-1-chromium-linux.png index 0b8d596801..0da7929707 100644 Binary files a/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-Range-Trigger-Verify-trigger-size-m-state-valid-disabled-false-neighborLocation-left-1-chromium-linux.png and b/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-Range-Trigger-Verify-trigger-size-m-state-valid-disabled-false-neighborLocation-left-1-chromium-linux.png differ diff --git a/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-Range-Trigger-Verify-trigger-size-m-state-valid-disabled-false-neighborLocation-left-1-firefox-linux.png b/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-Range-Trigger-Verify-trigger-size-m-state-valid-disabled-false-neighborLocation-left-1-firefox-linux.png index 77fd0519a8..869b4d040b 100644 Binary files a/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-Range-Trigger-Verify-trigger-size-m-state-valid-disabled-false-neighborLocation-left-1-firefox-linux.png and b/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-Range-Trigger-Verify-trigger-size-m-state-valid-disabled-false-neighborLocation-left-1-firefox-linux.png differ diff --git a/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-Range-Trigger-Verify-trigger-size-m-state-valid-disabled-false-neighborLocation-left-1-webkit-linux.png b/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-Range-Trigger-Verify-trigger-size-m-state-valid-disabled-false-neighborLocation-left-1-webkit-linux.png index 6fd15c842b..629a9936e3 100644 Binary files a/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-Range-Trigger-Verify-trigger-size-m-state-valid-disabled-false-neighborLocation-left-1-webkit-linux.png and b/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-Range-Trigger-Verify-trigger-size-m-state-valid-disabled-false-neighborLocation-left-1-webkit-linux.png differ diff --git a/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-Range-Trigger-Verify-trigger-states-when-entering-sate-manually-1-chromium-linux.png b/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-Range-Trigger-Verify-trigger-states-when-entering-sate-manually-1-chromium-linux.png index d0fc63143f..622dfb0b51 100644 Binary files a/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-Range-Trigger-Verify-trigger-states-when-entering-sate-manually-1-chromium-linux.png and b/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-Range-Trigger-Verify-trigger-states-when-entering-sate-manually-1-chromium-linux.png differ diff --git a/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-Range-Trigger-Verify-trigger-states-when-entering-sate-manually-1-firefox-linux.png b/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-Range-Trigger-Verify-trigger-states-when-entering-sate-manually-1-firefox-linux.png index 85f491eef7..fa47143a11 100644 Binary files a/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-Range-Trigger-Verify-trigger-states-when-entering-sate-manually-1-firefox-linux.png and b/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-Range-Trigger-Verify-trigger-states-when-entering-sate-manually-1-firefox-linux.png differ diff --git a/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-Range-Trigger-Verify-trigger-states-when-entering-sate-manually-1-webkit-linux.png b/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-Range-Trigger-Verify-trigger-states-when-entering-sate-manually-1-webkit-linux.png index 82ef87f8e6..1cff161ea4 100644 Binary files a/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-Range-Trigger-Verify-trigger-states-when-entering-sate-manually-1-webkit-linux.png and b/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-Range-Trigger-Verify-trigger-states-when-entering-sate-manually-1-webkit-linux.png differ diff --git a/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-Range-Trigger-Verify-trigger-states-when-entering-sate-manually-2-chromium-linux.png b/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-Range-Trigger-Verify-trigger-states-when-entering-sate-manually-2-chromium-linux.png index ad799e6630..5a41fbdc1a 100644 Binary files a/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-Range-Trigger-Verify-trigger-states-when-entering-sate-manually-2-chromium-linux.png and b/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-Range-Trigger-Verify-trigger-states-when-entering-sate-manually-2-chromium-linux.png differ diff --git a/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-Range-Trigger-Verify-trigger-states-when-entering-sate-manually-2-firefox-linux.png b/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-Range-Trigger-Verify-trigger-states-when-entering-sate-manually-2-firefox-linux.png index e4744f88dc..a8df016a91 100644 Binary files a/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-Range-Trigger-Verify-trigger-states-when-entering-sate-manually-2-firefox-linux.png and b/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-Range-Trigger-Verify-trigger-states-when-entering-sate-manually-2-firefox-linux.png differ diff --git a/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-Range-Trigger-Verify-trigger-states-when-entering-sate-manually-2-webkit-linux.png b/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-Range-Trigger-Verify-trigger-states-when-entering-sate-manually-2-webkit-linux.png index 49cbf1852f..2190b5beb1 100644 Binary files a/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-Range-Trigger-Verify-trigger-states-when-entering-sate-manually-2-webkit-linux.png and b/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-Range-Trigger-Verify-trigger-states-when-entering-sate-manually-2-webkit-linux.png differ diff --git a/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-Range-Trigger-Verify-trigger-states-when-entering-sate-manually-3-chromium-linux.png b/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-Range-Trigger-Verify-trigger-states-when-entering-sate-manually-3-chromium-linux.png index bd4d8bbdec..d368a430e9 100644 Binary files a/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-Range-Trigger-Verify-trigger-states-when-entering-sate-manually-3-chromium-linux.png and b/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-Range-Trigger-Verify-trigger-states-when-entering-sate-manually-3-chromium-linux.png differ diff --git a/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-Range-Trigger-Verify-trigger-states-when-entering-sate-manually-3-firefox-linux.png b/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-Range-Trigger-Verify-trigger-states-when-entering-sate-manually-3-firefox-linux.png index a7dc839aca..186f3eca71 100644 Binary files a/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-Range-Trigger-Verify-trigger-states-when-entering-sate-manually-3-firefox-linux.png and b/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-Range-Trigger-Verify-trigger-states-when-entering-sate-manually-3-firefox-linux.png differ diff --git a/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-Range-Trigger-Verify-trigger-states-when-entering-sate-manually-3-webkit-linux.png b/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-Range-Trigger-Verify-trigger-states-when-entering-sate-manually-3-webkit-linux.png index cb2018f09c..c9a29fbff2 100644 Binary files a/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-Range-Trigger-Verify-trigger-states-when-entering-sate-manually-3-webkit-linux.png and b/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-Range-Trigger-Verify-trigger-states-when-entering-sate-manually-3-webkit-linux.png differ diff --git a/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-range-picker-props-Verify-all-date-range-picker-props-work-good-1-chromium-linux.png b/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-range-picker-props-Verify-all-date-range-picker-props-work-good-1-chromium-linux.png index 26e0d35cd0..383998e909 100644 Binary files a/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-range-picker-props-Verify-all-date-range-picker-props-work-good-1-chromium-linux.png and b/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-range-picker-props-Verify-all-date-range-picker-props-work-good-1-chromium-linux.png differ diff --git a/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-range-picker-props-Verify-all-date-range-picker-props-work-good-1-firefox-linux.png b/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-range-picker-props-Verify-all-date-range-picker-props-work-good-1-firefox-linux.png index f56f93d28f..fbb0544b16 100644 Binary files a/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-range-picker-props-Verify-all-date-range-picker-props-work-good-1-firefox-linux.png and b/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-range-picker-props-Verify-all-date-range-picker-props-work-good-1-firefox-linux.png differ diff --git a/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-range-picker-props-Verify-all-date-range-picker-props-work-good-1-webkit-linux.png b/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-range-picker-props-Verify-all-date-range-picker-props-work-good-1-webkit-linux.png index 5876c0cd0d..86cf2ab763 100644 Binary files a/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-range-picker-props-Verify-all-date-range-picker-props-work-good-1-webkit-linux.png and b/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-range-picker-props-Verify-all-date-range-picker-props-work-good-1-webkit-linux.png differ diff --git a/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-range-picker-props-Verify-all-date-range-picker-props-work-good-2-chromium-linux.png b/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-range-picker-props-Verify-all-date-range-picker-props-work-good-2-chromium-linux.png index 1e02389f4e..01bf3b06bd 100644 Binary files a/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-range-picker-props-Verify-all-date-range-picker-props-work-good-2-chromium-linux.png and b/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-range-picker-props-Verify-all-date-range-picker-props-work-good-2-chromium-linux.png differ diff --git a/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-range-picker-props-Verify-all-date-range-picker-props-work-good-2-firefox-linux.png b/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-range-picker-props-Verify-all-date-range-picker-props-work-good-2-firefox-linux.png index d52f640d3d..105cc8bc2c 100644 Binary files a/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-range-picker-props-Verify-all-date-range-picker-props-work-good-2-firefox-linux.png and b/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-range-picker-props-Verify-all-date-range-picker-props-work-good-2-firefox-linux.png differ diff --git a/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-range-picker-props-Verify-all-date-range-picker-props-work-good-2-webkit-linux.png b/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-range-picker-props-Verify-all-date-range-picker-props-work-good-2-webkit-linux.png index d1f691f62b..8ec9df7cec 100644 Binary files a/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-range-picker-props-Verify-all-date-range-picker-props-work-good-2-webkit-linux.png and b/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-range-picker-props-Verify-all-date-range-picker-props-work-good-2-webkit-linux.png differ diff --git a/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-range-picker-props-Verify-all-date-range-picker-props-work-good-3-chromium-linux.png b/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-range-picker-props-Verify-all-date-range-picker-props-work-good-3-chromium-linux.png index 2c13f31001..d4cf18e628 100644 Binary files a/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-range-picker-props-Verify-all-date-range-picker-props-work-good-3-chromium-linux.png and b/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-range-picker-props-Verify-all-date-range-picker-props-work-good-3-chromium-linux.png differ diff --git a/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-range-picker-props-Verify-all-date-range-picker-props-work-good-3-firefox-linux.png b/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-range-picker-props-Verify-all-date-range-picker-props-work-good-3-firefox-linux.png index d963185195..6e925f207a 100644 Binary files a/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-range-picker-props-Verify-all-date-range-picker-props-work-good-3-firefox-linux.png and b/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-range-picker-props-Verify-all-date-range-picker-props-work-good-3-firefox-linux.png differ diff --git a/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-range-picker-props-Verify-all-date-range-picker-props-work-good-3-webkit-linux.png b/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-range-picker-props-Verify-all-date-range-picker-props-work-good-3-webkit-linux.png index 386701bacf..fcaaf308d5 100644 Binary files a/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-range-picker-props-Verify-all-date-range-picker-props-work-good-3-webkit-linux.png and b/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-range-picker-props-Verify-all-date-range-picker-props-work-good-3-webkit-linux.png differ diff --git a/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-range-picker-props-Verify-date-range-picker-period-work-good-1-chromium-linux.png b/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-range-picker-props-Verify-date-range-picker-period-work-good-1-chromium-linux.png index 376df8bb74..2f453f65ed 100644 Binary files a/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-range-picker-props-Verify-date-range-picker-period-work-good-1-chromium-linux.png and b/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-range-picker-props-Verify-date-range-picker-period-work-good-1-chromium-linux.png differ diff --git a/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-range-picker-props-Verify-date-range-picker-period-work-good-1-firefox-linux.png b/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-range-picker-props-Verify-date-range-picker-period-work-good-1-firefox-linux.png index 40b9b277a5..ee905ac016 100644 Binary files a/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-range-picker-props-Verify-date-range-picker-period-work-good-1-firefox-linux.png and b/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-range-picker-props-Verify-date-range-picker-period-work-good-1-firefox-linux.png differ diff --git a/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-range-picker-props-Verify-date-range-picker-period-work-good-1-webkit-linux.png b/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-range-picker-props-Verify-date-range-picker-period-work-good-1-webkit-linux.png index c8de4a7cd9..35d32d72f1 100644 Binary files a/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-range-picker-props-Verify-date-range-picker-period-work-good-1-webkit-linux.png and b/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-range-picker-props-Verify-date-range-picker-period-work-good-1-webkit-linux.png differ diff --git a/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-range-with-standart-ranges-Verify-date-range-picker-opened-by-keyboard-1-chromium-linux.png b/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-range-with-standart-ranges-Verify-date-range-picker-opened-by-keyboard-1-chromium-linux.png index 1f31ecb5f2..8af6ca7426 100644 Binary files a/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-range-with-standart-ranges-Verify-date-range-picker-opened-by-keyboard-1-chromium-linux.png and b/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-range-with-standart-ranges-Verify-date-range-picker-opened-by-keyboard-1-chromium-linux.png differ diff --git a/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-range-with-standart-ranges-Verify-date-range-picker-opened-by-keyboard-1-firefox-linux.png b/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-range-with-standart-ranges-Verify-date-range-picker-opened-by-keyboard-1-firefox-linux.png index 3af59e066b..1a66b4b1f2 100644 Binary files a/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-range-with-standart-ranges-Verify-date-range-picker-opened-by-keyboard-1-firefox-linux.png and b/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-range-with-standart-ranges-Verify-date-range-picker-opened-by-keyboard-1-firefox-linux.png differ diff --git a/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-range-with-standart-ranges-Verify-date-range-picker-opened-by-keyboard-1-webkit-linux.png b/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-range-with-standart-ranges-Verify-date-range-picker-opened-by-keyboard-1-webkit-linux.png index 4b6fe56267..118c926130 100644 Binary files a/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-range-with-standart-ranges-Verify-date-range-picker-opened-by-keyboard-1-webkit-linux.png and b/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Date-range-with-standart-ranges-Verify-date-range-picker-opened-by-keyboard-1-webkit-linux.png differ diff --git a/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Week-picker-Verify-Week-picker-trigger-when-entering-date-manually-1-chromium-linux.png b/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Week-picker-Verify-Week-picker-trigger-when-entering-date-manually-1-chromium-linux.png index 5b3ac3ec34..e572193694 100644 Binary files a/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Week-picker-Verify-Week-picker-trigger-when-entering-date-manually-1-chromium-linux.png and b/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Week-picker-Verify-Week-picker-trigger-when-entering-date-manually-1-chromium-linux.png differ diff --git a/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Week-picker-Verify-Week-picker-trigger-when-entering-date-manually-1-firefox-linux.png b/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Week-picker-Verify-Week-picker-trigger-when-entering-date-manually-1-firefox-linux.png index 72892a7807..971f793f80 100644 Binary files a/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Week-picker-Verify-Week-picker-trigger-when-entering-date-manually-1-firefox-linux.png and b/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Week-picker-Verify-Week-picker-trigger-when-entering-date-manually-1-firefox-linux.png differ diff --git a/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Week-picker-Verify-Week-picker-trigger-when-entering-date-manually-1-webkit-linux.png b/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Week-picker-Verify-Week-picker-trigger-when-entering-date-manually-1-webkit-linux.png index e8dfa39ade..0aff798b43 100644 Binary files a/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Week-picker-Verify-Week-picker-trigger-when-entering-date-manually-1-webkit-linux.png and b/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Week-picker-Verify-Week-picker-trigger-when-entering-date-manually-1-webkit-linux.png differ diff --git a/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Week-picker-Verify-Week-picker-trigger-when-entering-date-manually-2-chromium-linux.png b/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Week-picker-Verify-Week-picker-trigger-when-entering-date-manually-2-chromium-linux.png index da0cdafd46..7130ec34b1 100644 Binary files a/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Week-picker-Verify-Week-picker-trigger-when-entering-date-manually-2-chromium-linux.png and b/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Week-picker-Verify-Week-picker-trigger-when-entering-date-manually-2-chromium-linux.png differ diff --git a/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Week-picker-Verify-Week-picker-trigger-when-entering-date-manually-2-firefox-linux.png b/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Week-picker-Verify-Week-picker-trigger-when-entering-date-manually-2-firefox-linux.png index 72892a7807..971f793f80 100644 Binary files a/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Week-picker-Verify-Week-picker-trigger-when-entering-date-manually-2-firefox-linux.png and b/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Week-picker-Verify-Week-picker-trigger-when-entering-date-manually-2-firefox-linux.png differ diff --git a/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Week-picker-Verify-Week-picker-trigger-when-entering-date-manually-2-webkit-linux.png b/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Week-picker-Verify-Week-picker-trigger-when-entering-date-manually-2-webkit-linux.png index be6ec6e146..f643696c85 100644 Binary files a/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Week-picker-Verify-Week-picker-trigger-when-entering-date-manually-2-webkit-linux.png and b/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Week-picker-Verify-Week-picker-trigger-when-entering-date-manually-2-webkit-linux.png differ diff --git a/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Week-picker-Verify-week-picker-interacting-by-mouse-1-chromium-linux.png b/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Week-picker-Verify-week-picker-interacting-by-mouse-1-chromium-linux.png index 881add74cc..c8cb4ee420 100644 Binary files a/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Week-picker-Verify-week-picker-interacting-by-mouse-1-chromium-linux.png and b/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Week-picker-Verify-week-picker-interacting-by-mouse-1-chromium-linux.png differ diff --git a/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Week-picker-Verify-week-picker-interacting-by-mouse-1-firefox-linux.png b/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Week-picker-Verify-week-picker-interacting-by-mouse-1-firefox-linux.png index af2c0101db..36a229f48b 100644 Binary files a/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Week-picker-Verify-week-picker-interacting-by-mouse-1-firefox-linux.png and b/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Week-picker-Verify-week-picker-interacting-by-mouse-1-firefox-linux.png differ diff --git a/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Week-picker-Verify-week-picker-interacting-by-mouse-1-webkit-linux.png b/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Week-picker-Verify-week-picker-interacting-by-mouse-1-webkit-linux.png index d587f2a705..7e70dd1dca 100644 Binary files a/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Week-picker-Verify-week-picker-interacting-by-mouse-1-webkit-linux.png and b/semcore/date-picker/__tests__/date-range-picker.browser-test.tsx-snapshots/-visual-Week-picker-Verify-week-picker-interacting-by-mouse-1-webkit-linux.png differ diff --git a/semcore/date-picker/__tests__/month-picker.browser-test.tsx-snapshots/-visual-Month-Picker-Trigger-Verify-trigger-entering-date-manually-1-chromium-linux.png b/semcore/date-picker/__tests__/month-picker.browser-test.tsx-snapshots/-visual-Month-Picker-Trigger-Verify-trigger-entering-date-manually-1-chromium-linux.png index 9fef405a9d..c04e81be31 100644 Binary files a/semcore/date-picker/__tests__/month-picker.browser-test.tsx-snapshots/-visual-Month-Picker-Trigger-Verify-trigger-entering-date-manually-1-chromium-linux.png and b/semcore/date-picker/__tests__/month-picker.browser-test.tsx-snapshots/-visual-Month-Picker-Trigger-Verify-trigger-entering-date-manually-1-chromium-linux.png differ diff --git a/semcore/date-picker/__tests__/month-picker.browser-test.tsx-snapshots/-visual-Month-Picker-Trigger-Verify-trigger-entering-date-manually-1-firefox-linux.png b/semcore/date-picker/__tests__/month-picker.browser-test.tsx-snapshots/-visual-Month-Picker-Trigger-Verify-trigger-entering-date-manually-1-firefox-linux.png index 70a861a365..8fc9a705eb 100644 Binary files a/semcore/date-picker/__tests__/month-picker.browser-test.tsx-snapshots/-visual-Month-Picker-Trigger-Verify-trigger-entering-date-manually-1-firefox-linux.png and b/semcore/date-picker/__tests__/month-picker.browser-test.tsx-snapshots/-visual-Month-Picker-Trigger-Verify-trigger-entering-date-manually-1-firefox-linux.png differ diff --git a/semcore/date-picker/__tests__/month-picker.browser-test.tsx-snapshots/-visual-Month-Picker-Trigger-Verify-trigger-entering-date-manually-1-webkit-linux.png b/semcore/date-picker/__tests__/month-picker.browser-test.tsx-snapshots/-visual-Month-Picker-Trigger-Verify-trigger-entering-date-manually-1-webkit-linux.png index a2d0e2540a..287accbcfe 100644 Binary files a/semcore/date-picker/__tests__/month-picker.browser-test.tsx-snapshots/-visual-Month-Picker-Trigger-Verify-trigger-entering-date-manually-1-webkit-linux.png and b/semcore/date-picker/__tests__/month-picker.browser-test.tsx-snapshots/-visual-Month-Picker-Trigger-Verify-trigger-entering-date-manually-1-webkit-linux.png differ diff --git a/semcore/date-picker/__tests__/month-picker.browser-test.tsx-snapshots/-visual-Month-Picker-Trigger-Verify-trigger-entering-date-manually-2-chromium-linux.png b/semcore/date-picker/__tests__/month-picker.browser-test.tsx-snapshots/-visual-Month-Picker-Trigger-Verify-trigger-entering-date-manually-2-chromium-linux.png index 161e901dd1..c029876913 100644 Binary files a/semcore/date-picker/__tests__/month-picker.browser-test.tsx-snapshots/-visual-Month-Picker-Trigger-Verify-trigger-entering-date-manually-2-chromium-linux.png and b/semcore/date-picker/__tests__/month-picker.browser-test.tsx-snapshots/-visual-Month-Picker-Trigger-Verify-trigger-entering-date-manually-2-chromium-linux.png differ diff --git a/semcore/date-picker/__tests__/month-picker.browser-test.tsx-snapshots/-visual-Month-Picker-Trigger-Verify-trigger-entering-date-manually-2-firefox-linux.png b/semcore/date-picker/__tests__/month-picker.browser-test.tsx-snapshots/-visual-Month-Picker-Trigger-Verify-trigger-entering-date-manually-2-firefox-linux.png index 42a24b92a4..7ae7a67aec 100644 Binary files a/semcore/date-picker/__tests__/month-picker.browser-test.tsx-snapshots/-visual-Month-Picker-Trigger-Verify-trigger-entering-date-manually-2-firefox-linux.png and b/semcore/date-picker/__tests__/month-picker.browser-test.tsx-snapshots/-visual-Month-Picker-Trigger-Verify-trigger-entering-date-manually-2-firefox-linux.png differ diff --git a/semcore/date-picker/__tests__/month-picker.browser-test.tsx-snapshots/-visual-Month-Picker-Trigger-Verify-trigger-entering-date-manually-2-webkit-linux.png b/semcore/date-picker/__tests__/month-picker.browser-test.tsx-snapshots/-visual-Month-Picker-Trigger-Verify-trigger-entering-date-manually-2-webkit-linux.png index 85b74f1fbd..eb2eceded7 100644 Binary files a/semcore/date-picker/__tests__/month-picker.browser-test.tsx-snapshots/-visual-Month-Picker-Trigger-Verify-trigger-entering-date-manually-2-webkit-linux.png and b/semcore/date-picker/__tests__/month-picker.browser-test.tsx-snapshots/-visual-Month-Picker-Trigger-Verify-trigger-entering-date-manually-2-webkit-linux.png differ diff --git a/semcore/date-picker/__tests__/month-picker.browser-test.tsx-snapshots/-visual-Month-Picker-Trigger-Verify-trigger-entering-date-manually-3-chromium-linux.png b/semcore/date-picker/__tests__/month-picker.browser-test.tsx-snapshots/-visual-Month-Picker-Trigger-Verify-trigger-entering-date-manually-3-chromium-linux.png index 9ff7e22761..20e0ccbaa3 100644 Binary files a/semcore/date-picker/__tests__/month-picker.browser-test.tsx-snapshots/-visual-Month-Picker-Trigger-Verify-trigger-entering-date-manually-3-chromium-linux.png and b/semcore/date-picker/__tests__/month-picker.browser-test.tsx-snapshots/-visual-Month-Picker-Trigger-Verify-trigger-entering-date-manually-3-chromium-linux.png differ diff --git a/semcore/date-picker/__tests__/month-picker.browser-test.tsx-snapshots/-visual-Month-Picker-Trigger-Verify-trigger-entering-date-manually-3-firefox-linux.png b/semcore/date-picker/__tests__/month-picker.browser-test.tsx-snapshots/-visual-Month-Picker-Trigger-Verify-trigger-entering-date-manually-3-firefox-linux.png index 17fed3981b..99169d7f71 100644 Binary files a/semcore/date-picker/__tests__/month-picker.browser-test.tsx-snapshots/-visual-Month-Picker-Trigger-Verify-trigger-entering-date-manually-3-firefox-linux.png and b/semcore/date-picker/__tests__/month-picker.browser-test.tsx-snapshots/-visual-Month-Picker-Trigger-Verify-trigger-entering-date-manually-3-firefox-linux.png differ diff --git a/semcore/date-picker/__tests__/month-picker.browser-test.tsx-snapshots/-visual-Month-Picker-Trigger-Verify-trigger-entering-date-manually-3-webkit-linux.png b/semcore/date-picker/__tests__/month-picker.browser-test.tsx-snapshots/-visual-Month-Picker-Trigger-Verify-trigger-entering-date-manually-3-webkit-linux.png index 6cf8766f7d..b026c237fd 100644 Binary files a/semcore/date-picker/__tests__/month-picker.browser-test.tsx-snapshots/-visual-Month-Picker-Trigger-Verify-trigger-entering-date-manually-3-webkit-linux.png and b/semcore/date-picker/__tests__/month-picker.browser-test.tsx-snapshots/-visual-Month-Picker-Trigger-Verify-trigger-entering-date-manually-3-webkit-linux.png differ diff --git a/semcore/date-picker/__tests__/month-picker.browser-test.tsx-snapshots/-visual-Month-Picker-Trigger-Verify-trigger-si-a11fd-te-normal-disabled-true-neighborLocation-both-1-chromium-linux.png b/semcore/date-picker/__tests__/month-picker.browser-test.tsx-snapshots/-visual-Month-Picker-Trigger-Verify-trigger-si-a11fd-te-normal-disabled-true-neighborLocation-both-1-chromium-linux.png index 3fe6dcb538..4d9dd226ad 100644 Binary files a/semcore/date-picker/__tests__/month-picker.browser-test.tsx-snapshots/-visual-Month-Picker-Trigger-Verify-trigger-si-a11fd-te-normal-disabled-true-neighborLocation-both-1-chromium-linux.png and b/semcore/date-picker/__tests__/month-picker.browser-test.tsx-snapshots/-visual-Month-Picker-Trigger-Verify-trigger-si-a11fd-te-normal-disabled-true-neighborLocation-both-1-chromium-linux.png differ diff --git a/semcore/date-picker/__tests__/month-picker.browser-test.tsx-snapshots/-visual-Month-Picker-Trigger-Verify-trigger-si-a11fd-te-normal-disabled-true-neighborLocation-both-1-firefox-linux.png b/semcore/date-picker/__tests__/month-picker.browser-test.tsx-snapshots/-visual-Month-Picker-Trigger-Verify-trigger-si-a11fd-te-normal-disabled-true-neighborLocation-both-1-firefox-linux.png index e3d4fddd31..592c15da4e 100644 Binary files a/semcore/date-picker/__tests__/month-picker.browser-test.tsx-snapshots/-visual-Month-Picker-Trigger-Verify-trigger-si-a11fd-te-normal-disabled-true-neighborLocation-both-1-firefox-linux.png and b/semcore/date-picker/__tests__/month-picker.browser-test.tsx-snapshots/-visual-Month-Picker-Trigger-Verify-trigger-si-a11fd-te-normal-disabled-true-neighborLocation-both-1-firefox-linux.png differ diff --git a/semcore/date-picker/__tests__/month-picker.browser-test.tsx-snapshots/-visual-Month-Picker-Trigger-Verify-trigger-si-a11fd-te-normal-disabled-true-neighborLocation-both-1-webkit-linux.png b/semcore/date-picker/__tests__/month-picker.browser-test.tsx-snapshots/-visual-Month-Picker-Trigger-Verify-trigger-si-a11fd-te-normal-disabled-true-neighborLocation-both-1-webkit-linux.png index 391b693c8c..fcf3e0f187 100644 Binary files a/semcore/date-picker/__tests__/month-picker.browser-test.tsx-snapshots/-visual-Month-Picker-Trigger-Verify-trigger-si-a11fd-te-normal-disabled-true-neighborLocation-both-1-webkit-linux.png and b/semcore/date-picker/__tests__/month-picker.browser-test.tsx-snapshots/-visual-Month-Picker-Trigger-Verify-trigger-si-a11fd-te-normal-disabled-true-neighborLocation-both-1-webkit-linux.png differ diff --git a/semcore/date-picker/__tests__/month-picker.browser-test.tsx-snapshots/-visual-Month-Picker-Trigger-Verify-trigger-si-beaa7--normal-disabled-false-neighborLocation-right-1-chromium-linux.png b/semcore/date-picker/__tests__/month-picker.browser-test.tsx-snapshots/-visual-Month-Picker-Trigger-Verify-trigger-si-beaa7--normal-disabled-false-neighborLocation-right-1-chromium-linux.png index 6f3fc4d982..8418b89ebc 100644 Binary files a/semcore/date-picker/__tests__/month-picker.browser-test.tsx-snapshots/-visual-Month-Picker-Trigger-Verify-trigger-si-beaa7--normal-disabled-false-neighborLocation-right-1-chromium-linux.png and b/semcore/date-picker/__tests__/month-picker.browser-test.tsx-snapshots/-visual-Month-Picker-Trigger-Verify-trigger-si-beaa7--normal-disabled-false-neighborLocation-right-1-chromium-linux.png differ diff --git a/semcore/date-picker/__tests__/month-picker.browser-test.tsx-snapshots/-visual-Month-Picker-Trigger-Verify-trigger-si-beaa7--normal-disabled-false-neighborLocation-right-1-firefox-linux.png b/semcore/date-picker/__tests__/month-picker.browser-test.tsx-snapshots/-visual-Month-Picker-Trigger-Verify-trigger-si-beaa7--normal-disabled-false-neighborLocation-right-1-firefox-linux.png index ed29e7358e..8dd26b211c 100644 Binary files a/semcore/date-picker/__tests__/month-picker.browser-test.tsx-snapshots/-visual-Month-Picker-Trigger-Verify-trigger-si-beaa7--normal-disabled-false-neighborLocation-right-1-firefox-linux.png and b/semcore/date-picker/__tests__/month-picker.browser-test.tsx-snapshots/-visual-Month-Picker-Trigger-Verify-trigger-si-beaa7--normal-disabled-false-neighborLocation-right-1-firefox-linux.png differ diff --git a/semcore/date-picker/__tests__/month-picker.browser-test.tsx-snapshots/-visual-Month-Picker-Trigger-Verify-trigger-si-beaa7--normal-disabled-false-neighborLocation-right-1-webkit-linux.png b/semcore/date-picker/__tests__/month-picker.browser-test.tsx-snapshots/-visual-Month-Picker-Trigger-Verify-trigger-si-beaa7--normal-disabled-false-neighborLocation-right-1-webkit-linux.png index bb8465f70d..020c86cbae 100644 Binary files a/semcore/date-picker/__tests__/month-picker.browser-test.tsx-snapshots/-visual-Month-Picker-Trigger-Verify-trigger-si-beaa7--normal-disabled-false-neighborLocation-right-1-webkit-linux.png and b/semcore/date-picker/__tests__/month-picker.browser-test.tsx-snapshots/-visual-Month-Picker-Trigger-Verify-trigger-si-beaa7--normal-disabled-false-neighborLocation-right-1-webkit-linux.png differ diff --git a/semcore/date-picker/__tests__/month-picker.browser-test.tsx-snapshots/-visual-Month-Picker-Trigger-Verify-trigger-si-e104c--normal-disabled-false-neighborLocation-right-1-chromium-linux.png b/semcore/date-picker/__tests__/month-picker.browser-test.tsx-snapshots/-visual-Month-Picker-Trigger-Verify-trigger-si-e104c--normal-disabled-false-neighborLocation-right-1-chromium-linux.png index 7ec643fc9e..5bfb6f9a22 100644 Binary files a/semcore/date-picker/__tests__/month-picker.browser-test.tsx-snapshots/-visual-Month-Picker-Trigger-Verify-trigger-si-e104c--normal-disabled-false-neighborLocation-right-1-chromium-linux.png and b/semcore/date-picker/__tests__/month-picker.browser-test.tsx-snapshots/-visual-Month-Picker-Trigger-Verify-trigger-si-e104c--normal-disabled-false-neighborLocation-right-1-chromium-linux.png differ diff --git a/semcore/date-picker/__tests__/month-picker.browser-test.tsx-snapshots/-visual-Month-Picker-Trigger-Verify-trigger-si-e104c--normal-disabled-false-neighborLocation-right-1-firefox-linux.png b/semcore/date-picker/__tests__/month-picker.browser-test.tsx-snapshots/-visual-Month-Picker-Trigger-Verify-trigger-si-e104c--normal-disabled-false-neighborLocation-right-1-firefox-linux.png index 8b618bbd53..3e893823ad 100644 Binary files a/semcore/date-picker/__tests__/month-picker.browser-test.tsx-snapshots/-visual-Month-Picker-Trigger-Verify-trigger-si-e104c--normal-disabled-false-neighborLocation-right-1-firefox-linux.png and b/semcore/date-picker/__tests__/month-picker.browser-test.tsx-snapshots/-visual-Month-Picker-Trigger-Verify-trigger-si-e104c--normal-disabled-false-neighborLocation-right-1-firefox-linux.png differ diff --git a/semcore/date-picker/__tests__/month-picker.browser-test.tsx-snapshots/-visual-Month-Picker-Trigger-Verify-trigger-si-e104c--normal-disabled-false-neighborLocation-right-1-webkit-linux.png b/semcore/date-picker/__tests__/month-picker.browser-test.tsx-snapshots/-visual-Month-Picker-Trigger-Verify-trigger-si-e104c--normal-disabled-false-neighborLocation-right-1-webkit-linux.png index 18ecce9434..597a50e5f1 100644 Binary files a/semcore/date-picker/__tests__/month-picker.browser-test.tsx-snapshots/-visual-Month-Picker-Trigger-Verify-trigger-si-e104c--normal-disabled-false-neighborLocation-right-1-webkit-linux.png and b/semcore/date-picker/__tests__/month-picker.browser-test.tsx-snapshots/-visual-Month-Picker-Trigger-Verify-trigger-si-e104c--normal-disabled-false-neighborLocation-right-1-webkit-linux.png differ diff --git a/semcore/date-picker/__tests__/month-picker.browser-test.tsx-snapshots/-visual-Month-Picker-Trigger-Verify-trigger-si-e450b-invalid-disabled-false-neighborLocation-right-1-chromium-linux.png b/semcore/date-picker/__tests__/month-picker.browser-test.tsx-snapshots/-visual-Month-Picker-Trigger-Verify-trigger-si-e450b-invalid-disabled-false-neighborLocation-right-1-chromium-linux.png index 92bc1f803e..54789efb50 100644 Binary files a/semcore/date-picker/__tests__/month-picker.browser-test.tsx-snapshots/-visual-Month-Picker-Trigger-Verify-trigger-si-e450b-invalid-disabled-false-neighborLocation-right-1-chromium-linux.png and b/semcore/date-picker/__tests__/month-picker.browser-test.tsx-snapshots/-visual-Month-Picker-Trigger-Verify-trigger-si-e450b-invalid-disabled-false-neighborLocation-right-1-chromium-linux.png differ diff --git a/semcore/date-picker/__tests__/month-picker.browser-test.tsx-snapshots/-visual-Month-Picker-Trigger-Verify-trigger-si-e450b-invalid-disabled-false-neighborLocation-right-1-firefox-linux.png b/semcore/date-picker/__tests__/month-picker.browser-test.tsx-snapshots/-visual-Month-Picker-Trigger-Verify-trigger-si-e450b-invalid-disabled-false-neighborLocation-right-1-firefox-linux.png index de98c4df70..d70f615cf8 100644 Binary files a/semcore/date-picker/__tests__/month-picker.browser-test.tsx-snapshots/-visual-Month-Picker-Trigger-Verify-trigger-si-e450b-invalid-disabled-false-neighborLocation-right-1-firefox-linux.png and b/semcore/date-picker/__tests__/month-picker.browser-test.tsx-snapshots/-visual-Month-Picker-Trigger-Verify-trigger-si-e450b-invalid-disabled-false-neighborLocation-right-1-firefox-linux.png differ diff --git a/semcore/date-picker/__tests__/month-picker.browser-test.tsx-snapshots/-visual-Month-Picker-Trigger-Verify-trigger-si-e450b-invalid-disabled-false-neighborLocation-right-1-webkit-linux.png b/semcore/date-picker/__tests__/month-picker.browser-test.tsx-snapshots/-visual-Month-Picker-Trigger-Verify-trigger-si-e450b-invalid-disabled-false-neighborLocation-right-1-webkit-linux.png index 921566eca7..3dc810848a 100644 Binary files a/semcore/date-picker/__tests__/month-picker.browser-test.tsx-snapshots/-visual-Month-Picker-Trigger-Verify-trigger-si-e450b-invalid-disabled-false-neighborLocation-right-1-webkit-linux.png and b/semcore/date-picker/__tests__/month-picker.browser-test.tsx-snapshots/-visual-Month-Picker-Trigger-Verify-trigger-si-e450b-invalid-disabled-false-neighborLocation-right-1-webkit-linux.png differ diff --git a/semcore/date-picker/__tests__/month-picker.browser-test.tsx-snapshots/-visual-Month-Picker-Trigger-Verify-trigger-si-ec108-te-valid-disabled-false-neighborLocation-left-1-chromium-linux.png b/semcore/date-picker/__tests__/month-picker.browser-test.tsx-snapshots/-visual-Month-Picker-Trigger-Verify-trigger-si-ec108-te-valid-disabled-false-neighborLocation-left-1-chromium-linux.png index 30dd085c94..0a9b1b88e8 100644 Binary files a/semcore/date-picker/__tests__/month-picker.browser-test.tsx-snapshots/-visual-Month-Picker-Trigger-Verify-trigger-si-ec108-te-valid-disabled-false-neighborLocation-left-1-chromium-linux.png and b/semcore/date-picker/__tests__/month-picker.browser-test.tsx-snapshots/-visual-Month-Picker-Trigger-Verify-trigger-si-ec108-te-valid-disabled-false-neighborLocation-left-1-chromium-linux.png differ diff --git a/semcore/date-picker/__tests__/month-picker.browser-test.tsx-snapshots/-visual-Month-Picker-Trigger-Verify-trigger-si-ec108-te-valid-disabled-false-neighborLocation-left-1-firefox-linux.png b/semcore/date-picker/__tests__/month-picker.browser-test.tsx-snapshots/-visual-Month-Picker-Trigger-Verify-trigger-si-ec108-te-valid-disabled-false-neighborLocation-left-1-firefox-linux.png index 9403c8025e..af442fce9c 100644 Binary files a/semcore/date-picker/__tests__/month-picker.browser-test.tsx-snapshots/-visual-Month-Picker-Trigger-Verify-trigger-si-ec108-te-valid-disabled-false-neighborLocation-left-1-firefox-linux.png and b/semcore/date-picker/__tests__/month-picker.browser-test.tsx-snapshots/-visual-Month-Picker-Trigger-Verify-trigger-si-ec108-te-valid-disabled-false-neighborLocation-left-1-firefox-linux.png differ diff --git a/semcore/date-picker/__tests__/month-picker.browser-test.tsx-snapshots/-visual-Month-Picker-Trigger-Verify-trigger-si-ec108-te-valid-disabled-false-neighborLocation-left-1-webkit-linux.png b/semcore/date-picker/__tests__/month-picker.browser-test.tsx-snapshots/-visual-Month-Picker-Trigger-Verify-trigger-si-ec108-te-valid-disabled-false-neighborLocation-left-1-webkit-linux.png index c7224442ed..7dab49fc6f 100644 Binary files a/semcore/date-picker/__tests__/month-picker.browser-test.tsx-snapshots/-visual-Month-Picker-Trigger-Verify-trigger-si-ec108-te-valid-disabled-false-neighborLocation-left-1-webkit-linux.png and b/semcore/date-picker/__tests__/month-picker.browser-test.tsx-snapshots/-visual-Month-Picker-Trigger-Verify-trigger-si-ec108-te-valid-disabled-false-neighborLocation-left-1-webkit-linux.png differ diff --git a/semcore/date-picker/__tests__/month-range-comparator.browser-test.tsx b/semcore/date-picker/__tests__/month-range-comparator.browser-test.tsx index 6e21ad4162..57921dae1e 100644 --- a/semcore/date-picker/__tests__/month-range-comparator.browser-test.tsx +++ b/semcore/date-picker/__tests__/month-range-comparator.browser-test.tsx @@ -83,8 +83,8 @@ test.describe(`${TAG.VISUAL}`, () => { await expect(calendar).toHaveAttribute('width', '16'); await expect(calendar).toHaveAttribute('height', '16'); await checkStyle(calendar, { - paddingLeft: '8px', - paddingRight: '8px', + paddingLeft: '12px', + paddingRight: '6px', }); } }); diff --git a/semcore/date-picker/__tests__/month-range-comparator.browser-test.tsx-snapshots/-visual-Month-Range-comparator-with-advanced-u-22177-mouse-intearctions-and-styles-of-advanced-use-1-chromium-linux.png b/semcore/date-picker/__tests__/month-range-comparator.browser-test.tsx-snapshots/-visual-Month-Range-comparator-with-advanced-u-22177-mouse-intearctions-and-styles-of-advanced-use-1-chromium-linux.png index 0a45327c99..7d9fa6d9fb 100644 Binary files a/semcore/date-picker/__tests__/month-range-comparator.browser-test.tsx-snapshots/-visual-Month-Range-comparator-with-advanced-u-22177-mouse-intearctions-and-styles-of-advanced-use-1-chromium-linux.png and b/semcore/date-picker/__tests__/month-range-comparator.browser-test.tsx-snapshots/-visual-Month-Range-comparator-with-advanced-u-22177-mouse-intearctions-and-styles-of-advanced-use-1-chromium-linux.png differ diff --git a/semcore/date-picker/__tests__/month-range-comparator.browser-test.tsx-snapshots/-visual-Month-Range-comparator-with-advanced-u-22177-mouse-intearctions-and-styles-of-advanced-use-1-firefox-linux.png b/semcore/date-picker/__tests__/month-range-comparator.browser-test.tsx-snapshots/-visual-Month-Range-comparator-with-advanced-u-22177-mouse-intearctions-and-styles-of-advanced-use-1-firefox-linux.png index 502a254ecd..06c7aa8ca7 100644 Binary files a/semcore/date-picker/__tests__/month-range-comparator.browser-test.tsx-snapshots/-visual-Month-Range-comparator-with-advanced-u-22177-mouse-intearctions-and-styles-of-advanced-use-1-firefox-linux.png and b/semcore/date-picker/__tests__/month-range-comparator.browser-test.tsx-snapshots/-visual-Month-Range-comparator-with-advanced-u-22177-mouse-intearctions-and-styles-of-advanced-use-1-firefox-linux.png differ diff --git a/semcore/date-picker/__tests__/month-range-comparator.browser-test.tsx-snapshots/-visual-Month-Range-comparator-with-advanced-u-22177-mouse-intearctions-and-styles-of-advanced-use-1-webkit-linux.png b/semcore/date-picker/__tests__/month-range-comparator.browser-test.tsx-snapshots/-visual-Month-Range-comparator-with-advanced-u-22177-mouse-intearctions-and-styles-of-advanced-use-1-webkit-linux.png index 12720432da..4d3b885106 100644 Binary files a/semcore/date-picker/__tests__/month-range-comparator.browser-test.tsx-snapshots/-visual-Month-Range-comparator-with-advanced-u-22177-mouse-intearctions-and-styles-of-advanced-use-1-webkit-linux.png and b/semcore/date-picker/__tests__/month-range-comparator.browser-test.tsx-snapshots/-visual-Month-Range-comparator-with-advanced-u-22177-mouse-intearctions-and-styles-of-advanced-use-1-webkit-linux.png differ diff --git a/semcore/date-picker/__tests__/month-range-comparator.browser-test.tsx-snapshots/-visual-MonthRangeComparator-range-Month-range-comparator-filled-state-1-chromium-linux.png b/semcore/date-picker/__tests__/month-range-comparator.browser-test.tsx-snapshots/-visual-MonthRangeComparator-range-Month-range-comparator-filled-state-1-chromium-linux.png index ceffd96935..61185b3011 100644 Binary files a/semcore/date-picker/__tests__/month-range-comparator.browser-test.tsx-snapshots/-visual-MonthRangeComparator-range-Month-range-comparator-filled-state-1-chromium-linux.png and b/semcore/date-picker/__tests__/month-range-comparator.browser-test.tsx-snapshots/-visual-MonthRangeComparator-range-Month-range-comparator-filled-state-1-chromium-linux.png differ diff --git a/semcore/date-picker/__tests__/month-range-comparator.browser-test.tsx-snapshots/-visual-MonthRangeComparator-range-Month-range-comparator-filled-state-1-firefox-linux.png b/semcore/date-picker/__tests__/month-range-comparator.browser-test.tsx-snapshots/-visual-MonthRangeComparator-range-Month-range-comparator-filled-state-1-firefox-linux.png index a479cbe658..c8d2c0262e 100644 Binary files a/semcore/date-picker/__tests__/month-range-comparator.browser-test.tsx-snapshots/-visual-MonthRangeComparator-range-Month-range-comparator-filled-state-1-firefox-linux.png and b/semcore/date-picker/__tests__/month-range-comparator.browser-test.tsx-snapshots/-visual-MonthRangeComparator-range-Month-range-comparator-filled-state-1-firefox-linux.png differ diff --git a/semcore/date-picker/__tests__/month-range-comparator.browser-test.tsx-snapshots/-visual-MonthRangeComparator-range-Month-range-comparator-filled-state-1-webkit-linux.png b/semcore/date-picker/__tests__/month-range-comparator.browser-test.tsx-snapshots/-visual-MonthRangeComparator-range-Month-range-comparator-filled-state-1-webkit-linux.png index 36cdf53fe4..594c6b4568 100644 Binary files a/semcore/date-picker/__tests__/month-range-comparator.browser-test.tsx-snapshots/-visual-MonthRangeComparator-range-Month-range-comparator-filled-state-1-webkit-linux.png and b/semcore/date-picker/__tests__/month-range-comparator.browser-test.tsx-snapshots/-visual-MonthRangeComparator-range-Month-range-comparator-filled-state-1-webkit-linux.png differ diff --git a/semcore/date-picker/__tests__/month-range-comparator.browser-test.tsx-snapshots/-visual-MonthRangeComparator-range-Month-range-comparator-filled-state-2-chromium-linux.png b/semcore/date-picker/__tests__/month-range-comparator.browser-test.tsx-snapshots/-visual-MonthRangeComparator-range-Month-range-comparator-filled-state-2-chromium-linux.png index 4b0124a2fd..8004b201ce 100644 Binary files a/semcore/date-picker/__tests__/month-range-comparator.browser-test.tsx-snapshots/-visual-MonthRangeComparator-range-Month-range-comparator-filled-state-2-chromium-linux.png and b/semcore/date-picker/__tests__/month-range-comparator.browser-test.tsx-snapshots/-visual-MonthRangeComparator-range-Month-range-comparator-filled-state-2-chromium-linux.png differ diff --git a/semcore/date-picker/__tests__/month-range-comparator.browser-test.tsx-snapshots/-visual-MonthRangeComparator-range-Month-range-comparator-filled-state-2-firefox-linux.png b/semcore/date-picker/__tests__/month-range-comparator.browser-test.tsx-snapshots/-visual-MonthRangeComparator-range-Month-range-comparator-filled-state-2-firefox-linux.png index 6fd2114b22..7f26e70bc1 100644 Binary files a/semcore/date-picker/__tests__/month-range-comparator.browser-test.tsx-snapshots/-visual-MonthRangeComparator-range-Month-range-comparator-filled-state-2-firefox-linux.png and b/semcore/date-picker/__tests__/month-range-comparator.browser-test.tsx-snapshots/-visual-MonthRangeComparator-range-Month-range-comparator-filled-state-2-firefox-linux.png differ diff --git a/semcore/date-picker/__tests__/month-range-comparator.browser-test.tsx-snapshots/-visual-MonthRangeComparator-range-Month-range-comparator-filled-state-2-webkit-linux.png b/semcore/date-picker/__tests__/month-range-comparator.browser-test.tsx-snapshots/-visual-MonthRangeComparator-range-Month-range-comparator-filled-state-2-webkit-linux.png index 1e0db92ede..604344eb18 100644 Binary files a/semcore/date-picker/__tests__/month-range-comparator.browser-test.tsx-snapshots/-visual-MonthRangeComparator-range-Month-range-comparator-filled-state-2-webkit-linux.png and b/semcore/date-picker/__tests__/month-range-comparator.browser-test.tsx-snapshots/-visual-MonthRangeComparator-range-Month-range-comparator-filled-state-2-webkit-linux.png differ diff --git a/semcore/date-picker/__tests__/month-range-picker.browser-test.tsx b/semcore/date-picker/__tests__/month-range-picker.browser-test.tsx index 2cab05b7e2..7c27e2d7a2 100644 --- a/semcore/date-picker/__tests__/month-range-picker.browser-test.tsx +++ b/semcore/date-picker/__tests__/month-range-picker.browser-test.tsx @@ -133,15 +133,15 @@ test.describe(`${TAG.VISUAL}`, () => { await test.step('Verify SVG dimensions and paddings', async () => { const svg = locators.monthRangePickerTrigger(page).locator('svg'); await checkStyle(svg, { - paddingLeft: '8px', - paddingRight: '8px', + paddingLeft: '12px', + paddingRight: '6px', }); await expect(svg).toHaveAttribute('width', '16'); await expect(svg).toHaveAttribute('height', '16'); }); await test.step('Verify trigger separator padding', async () => { - await checkStyle(separator, { paddingRight: '8px' }); + await checkStyle(separator, { paddingRight: '12px' }); }); await test.step('Verify disabled date style', async () => { diff --git a/semcore/date-picker/__tests__/month-range-picker.browser-test.tsx-snapshots/-visual-Month-Range-Trigger-Verify-trigger-siz-16622--normal-disabled-false-neighborLocation-right-1-chromium-linux.png b/semcore/date-picker/__tests__/month-range-picker.browser-test.tsx-snapshots/-visual-Month-Range-Trigger-Verify-trigger-siz-16622--normal-disabled-false-neighborLocation-right-1-chromium-linux.png index b2cc130e90..3a47b2c132 100644 Binary files a/semcore/date-picker/__tests__/month-range-picker.browser-test.tsx-snapshots/-visual-Month-Range-Trigger-Verify-trigger-siz-16622--normal-disabled-false-neighborLocation-right-1-chromium-linux.png and b/semcore/date-picker/__tests__/month-range-picker.browser-test.tsx-snapshots/-visual-Month-Range-Trigger-Verify-trigger-siz-16622--normal-disabled-false-neighborLocation-right-1-chromium-linux.png differ diff --git a/semcore/date-picker/__tests__/month-range-picker.browser-test.tsx-snapshots/-visual-Month-Range-Trigger-Verify-trigger-siz-16622--normal-disabled-false-neighborLocation-right-1-firefox-linux.png b/semcore/date-picker/__tests__/month-range-picker.browser-test.tsx-snapshots/-visual-Month-Range-Trigger-Verify-trigger-siz-16622--normal-disabled-false-neighborLocation-right-1-firefox-linux.png index 56d250093c..01147af201 100644 Binary files a/semcore/date-picker/__tests__/month-range-picker.browser-test.tsx-snapshots/-visual-Month-Range-Trigger-Verify-trigger-siz-16622--normal-disabled-false-neighborLocation-right-1-firefox-linux.png and b/semcore/date-picker/__tests__/month-range-picker.browser-test.tsx-snapshots/-visual-Month-Range-Trigger-Verify-trigger-siz-16622--normal-disabled-false-neighborLocation-right-1-firefox-linux.png differ diff --git a/semcore/date-picker/__tests__/month-range-picker.browser-test.tsx-snapshots/-visual-Month-Range-Trigger-Verify-trigger-siz-16622--normal-disabled-false-neighborLocation-right-1-webkit-linux.png b/semcore/date-picker/__tests__/month-range-picker.browser-test.tsx-snapshots/-visual-Month-Range-Trigger-Verify-trigger-siz-16622--normal-disabled-false-neighborLocation-right-1-webkit-linux.png index 27ee3c74f8..3d35851ee4 100644 Binary files a/semcore/date-picker/__tests__/month-range-picker.browser-test.tsx-snapshots/-visual-Month-Range-Trigger-Verify-trigger-siz-16622--normal-disabled-false-neighborLocation-right-1-webkit-linux.png and b/semcore/date-picker/__tests__/month-range-picker.browser-test.tsx-snapshots/-visual-Month-Range-Trigger-Verify-trigger-siz-16622--normal-disabled-false-neighborLocation-right-1-webkit-linux.png differ diff --git a/semcore/date-picker/__tests__/month-range-picker.browser-test.tsx-snapshots/-visual-Month-Range-Trigger-Verify-trigger-siz-b4a17-invalid-disabled-false-neighborLocation-right-1-chromium-linux.png b/semcore/date-picker/__tests__/month-range-picker.browser-test.tsx-snapshots/-visual-Month-Range-Trigger-Verify-trigger-siz-b4a17-invalid-disabled-false-neighborLocation-right-1-chromium-linux.png index 6fd57151e7..a3ea886c20 100644 Binary files a/semcore/date-picker/__tests__/month-range-picker.browser-test.tsx-snapshots/-visual-Month-Range-Trigger-Verify-trigger-siz-b4a17-invalid-disabled-false-neighborLocation-right-1-chromium-linux.png and b/semcore/date-picker/__tests__/month-range-picker.browser-test.tsx-snapshots/-visual-Month-Range-Trigger-Verify-trigger-siz-b4a17-invalid-disabled-false-neighborLocation-right-1-chromium-linux.png differ diff --git a/semcore/date-picker/__tests__/month-range-picker.browser-test.tsx-snapshots/-visual-Month-Range-Trigger-Verify-trigger-siz-b4a17-invalid-disabled-false-neighborLocation-right-1-firefox-linux.png b/semcore/date-picker/__tests__/month-range-picker.browser-test.tsx-snapshots/-visual-Month-Range-Trigger-Verify-trigger-siz-b4a17-invalid-disabled-false-neighborLocation-right-1-firefox-linux.png index 76ce6b2f41..722179674d 100644 Binary files a/semcore/date-picker/__tests__/month-range-picker.browser-test.tsx-snapshots/-visual-Month-Range-Trigger-Verify-trigger-siz-b4a17-invalid-disabled-false-neighborLocation-right-1-firefox-linux.png and b/semcore/date-picker/__tests__/month-range-picker.browser-test.tsx-snapshots/-visual-Month-Range-Trigger-Verify-trigger-siz-b4a17-invalid-disabled-false-neighborLocation-right-1-firefox-linux.png differ diff --git a/semcore/date-picker/__tests__/month-range-picker.browser-test.tsx-snapshots/-visual-Month-Range-Trigger-Verify-trigger-siz-b4a17-invalid-disabled-false-neighborLocation-right-1-webkit-linux.png b/semcore/date-picker/__tests__/month-range-picker.browser-test.tsx-snapshots/-visual-Month-Range-Trigger-Verify-trigger-siz-b4a17-invalid-disabled-false-neighborLocation-right-1-webkit-linux.png index 63e7666eb5..19ec037bdf 100644 Binary files a/semcore/date-picker/__tests__/month-range-picker.browser-test.tsx-snapshots/-visual-Month-Range-Trigger-Verify-trigger-siz-b4a17-invalid-disabled-false-neighborLocation-right-1-webkit-linux.png and b/semcore/date-picker/__tests__/month-range-picker.browser-test.tsx-snapshots/-visual-Month-Range-Trigger-Verify-trigger-siz-b4a17-invalid-disabled-false-neighborLocation-right-1-webkit-linux.png differ diff --git a/semcore/date-picker/__tests__/month-range-picker.browser-test.tsx-snapshots/-visual-Month-Range-Trigger-Verify-trigger-siz-c6f25--normal-disabled-false-neighborLocation-right-1-chromium-linux.png b/semcore/date-picker/__tests__/month-range-picker.browser-test.tsx-snapshots/-visual-Month-Range-Trigger-Verify-trigger-siz-c6f25--normal-disabled-false-neighborLocation-right-1-chromium-linux.png index bc78ace312..1b0518a30c 100644 Binary files a/semcore/date-picker/__tests__/month-range-picker.browser-test.tsx-snapshots/-visual-Month-Range-Trigger-Verify-trigger-siz-c6f25--normal-disabled-false-neighborLocation-right-1-chromium-linux.png and b/semcore/date-picker/__tests__/month-range-picker.browser-test.tsx-snapshots/-visual-Month-Range-Trigger-Verify-trigger-siz-c6f25--normal-disabled-false-neighborLocation-right-1-chromium-linux.png differ diff --git a/semcore/date-picker/__tests__/month-range-picker.browser-test.tsx-snapshots/-visual-Month-Range-Trigger-Verify-trigger-siz-c6f25--normal-disabled-false-neighborLocation-right-1-firefox-linux.png b/semcore/date-picker/__tests__/month-range-picker.browser-test.tsx-snapshots/-visual-Month-Range-Trigger-Verify-trigger-siz-c6f25--normal-disabled-false-neighborLocation-right-1-firefox-linux.png index 61360ae985..a492cbfb21 100644 Binary files a/semcore/date-picker/__tests__/month-range-picker.browser-test.tsx-snapshots/-visual-Month-Range-Trigger-Verify-trigger-siz-c6f25--normal-disabled-false-neighborLocation-right-1-firefox-linux.png and b/semcore/date-picker/__tests__/month-range-picker.browser-test.tsx-snapshots/-visual-Month-Range-Trigger-Verify-trigger-siz-c6f25--normal-disabled-false-neighborLocation-right-1-firefox-linux.png differ diff --git a/semcore/date-picker/__tests__/month-range-picker.browser-test.tsx-snapshots/-visual-Month-Range-Trigger-Verify-trigger-siz-c6f25--normal-disabled-false-neighborLocation-right-1-webkit-linux.png b/semcore/date-picker/__tests__/month-range-picker.browser-test.tsx-snapshots/-visual-Month-Range-Trigger-Verify-trigger-siz-c6f25--normal-disabled-false-neighborLocation-right-1-webkit-linux.png index a1c61d00df..1c7d58c589 100644 Binary files a/semcore/date-picker/__tests__/month-range-picker.browser-test.tsx-snapshots/-visual-Month-Range-Trigger-Verify-trigger-siz-c6f25--normal-disabled-false-neighborLocation-right-1-webkit-linux.png and b/semcore/date-picker/__tests__/month-range-picker.browser-test.tsx-snapshots/-visual-Month-Range-Trigger-Verify-trigger-siz-c6f25--normal-disabled-false-neighborLocation-right-1-webkit-linux.png differ diff --git a/semcore/date-picker/__tests__/month-range-picker.browser-test.tsx-snapshots/-visual-Month-Range-Trigger-Verify-trigger-size-m-state-normal-disabled-true-neighborLocation-both-1-chromium-linux.png b/semcore/date-picker/__tests__/month-range-picker.browser-test.tsx-snapshots/-visual-Month-Range-Trigger-Verify-trigger-size-m-state-normal-disabled-true-neighborLocation-both-1-chromium-linux.png index 9b395ad4ca..6c69832551 100644 Binary files a/semcore/date-picker/__tests__/month-range-picker.browser-test.tsx-snapshots/-visual-Month-Range-Trigger-Verify-trigger-size-m-state-normal-disabled-true-neighborLocation-both-1-chromium-linux.png and b/semcore/date-picker/__tests__/month-range-picker.browser-test.tsx-snapshots/-visual-Month-Range-Trigger-Verify-trigger-size-m-state-normal-disabled-true-neighborLocation-both-1-chromium-linux.png differ diff --git a/semcore/date-picker/__tests__/month-range-picker.browser-test.tsx-snapshots/-visual-Month-Range-Trigger-Verify-trigger-size-m-state-normal-disabled-true-neighborLocation-both-1-firefox-linux.png b/semcore/date-picker/__tests__/month-range-picker.browser-test.tsx-snapshots/-visual-Month-Range-Trigger-Verify-trigger-size-m-state-normal-disabled-true-neighborLocation-both-1-firefox-linux.png index ad3ec11522..548ce79030 100644 Binary files a/semcore/date-picker/__tests__/month-range-picker.browser-test.tsx-snapshots/-visual-Month-Range-Trigger-Verify-trigger-size-m-state-normal-disabled-true-neighborLocation-both-1-firefox-linux.png and b/semcore/date-picker/__tests__/month-range-picker.browser-test.tsx-snapshots/-visual-Month-Range-Trigger-Verify-trigger-size-m-state-normal-disabled-true-neighborLocation-both-1-firefox-linux.png differ diff --git a/semcore/date-picker/__tests__/month-range-picker.browser-test.tsx-snapshots/-visual-Month-Range-Trigger-Verify-trigger-size-m-state-normal-disabled-true-neighborLocation-both-1-webkit-linux.png b/semcore/date-picker/__tests__/month-range-picker.browser-test.tsx-snapshots/-visual-Month-Range-Trigger-Verify-trigger-size-m-state-normal-disabled-true-neighborLocation-both-1-webkit-linux.png index 9600c2c1ba..db02d4ef9f 100644 Binary files a/semcore/date-picker/__tests__/month-range-picker.browser-test.tsx-snapshots/-visual-Month-Range-Trigger-Verify-trigger-size-m-state-normal-disabled-true-neighborLocation-both-1-webkit-linux.png and b/semcore/date-picker/__tests__/month-range-picker.browser-test.tsx-snapshots/-visual-Month-Range-Trigger-Verify-trigger-size-m-state-normal-disabled-true-neighborLocation-both-1-webkit-linux.png differ diff --git a/semcore/date-picker/__tests__/month-range-picker.browser-test.tsx-snapshots/-visual-Month-Range-Trigger-Verify-trigger-size-m-state-valid-disabled-false-neighborLocation-left-1-chromium-linux.png b/semcore/date-picker/__tests__/month-range-picker.browser-test.tsx-snapshots/-visual-Month-Range-Trigger-Verify-trigger-size-m-state-valid-disabled-false-neighborLocation-left-1-chromium-linux.png index 712ef04d85..ac6cf6ffe2 100644 Binary files a/semcore/date-picker/__tests__/month-range-picker.browser-test.tsx-snapshots/-visual-Month-Range-Trigger-Verify-trigger-size-m-state-valid-disabled-false-neighborLocation-left-1-chromium-linux.png and b/semcore/date-picker/__tests__/month-range-picker.browser-test.tsx-snapshots/-visual-Month-Range-Trigger-Verify-trigger-size-m-state-valid-disabled-false-neighborLocation-left-1-chromium-linux.png differ diff --git a/semcore/date-picker/__tests__/month-range-picker.browser-test.tsx-snapshots/-visual-Month-Range-Trigger-Verify-trigger-size-m-state-valid-disabled-false-neighborLocation-left-1-firefox-linux.png b/semcore/date-picker/__tests__/month-range-picker.browser-test.tsx-snapshots/-visual-Month-Range-Trigger-Verify-trigger-size-m-state-valid-disabled-false-neighborLocation-left-1-firefox-linux.png index 3e89e0a111..5952476ef0 100644 Binary files a/semcore/date-picker/__tests__/month-range-picker.browser-test.tsx-snapshots/-visual-Month-Range-Trigger-Verify-trigger-size-m-state-valid-disabled-false-neighborLocation-left-1-firefox-linux.png and b/semcore/date-picker/__tests__/month-range-picker.browser-test.tsx-snapshots/-visual-Month-Range-Trigger-Verify-trigger-size-m-state-valid-disabled-false-neighborLocation-left-1-firefox-linux.png differ diff --git a/semcore/date-picker/__tests__/month-range-picker.browser-test.tsx-snapshots/-visual-Month-Range-Trigger-Verify-trigger-size-m-state-valid-disabled-false-neighborLocation-left-1-webkit-linux.png b/semcore/date-picker/__tests__/month-range-picker.browser-test.tsx-snapshots/-visual-Month-Range-Trigger-Verify-trigger-size-m-state-valid-disabled-false-neighborLocation-left-1-webkit-linux.png index 2ea5277dec..5b515c63e1 100644 Binary files a/semcore/date-picker/__tests__/month-range-picker.browser-test.tsx-snapshots/-visual-Month-Range-Trigger-Verify-trigger-size-m-state-valid-disabled-false-neighborLocation-left-1-webkit-linux.png and b/semcore/date-picker/__tests__/month-range-picker.browser-test.tsx-snapshots/-visual-Month-Range-Trigger-Verify-trigger-size-m-state-valid-disabled-false-neighborLocation-left-1-webkit-linux.png differ diff --git a/semcore/date-picker/__tests__/month-range-picker.browser-test.tsx-snapshots/-visual-Month-Range-Trigger-Verify-trigger-when-entering-date-manually-1-chromium-linux.png b/semcore/date-picker/__tests__/month-range-picker.browser-test.tsx-snapshots/-visual-Month-Range-Trigger-Verify-trigger-when-entering-date-manually-1-chromium-linux.png index a48212f772..9cdc3ba56e 100644 Binary files a/semcore/date-picker/__tests__/month-range-picker.browser-test.tsx-snapshots/-visual-Month-Range-Trigger-Verify-trigger-when-entering-date-manually-1-chromium-linux.png and b/semcore/date-picker/__tests__/month-range-picker.browser-test.tsx-snapshots/-visual-Month-Range-Trigger-Verify-trigger-when-entering-date-manually-1-chromium-linux.png differ diff --git a/semcore/date-picker/__tests__/month-range-picker.browser-test.tsx-snapshots/-visual-Month-Range-Trigger-Verify-trigger-when-entering-date-manually-1-firefox-linux.png b/semcore/date-picker/__tests__/month-range-picker.browser-test.tsx-snapshots/-visual-Month-Range-Trigger-Verify-trigger-when-entering-date-manually-1-firefox-linux.png index 808d3eeb60..565792c4b2 100644 Binary files a/semcore/date-picker/__tests__/month-range-picker.browser-test.tsx-snapshots/-visual-Month-Range-Trigger-Verify-trigger-when-entering-date-manually-1-firefox-linux.png and b/semcore/date-picker/__tests__/month-range-picker.browser-test.tsx-snapshots/-visual-Month-Range-Trigger-Verify-trigger-when-entering-date-manually-1-firefox-linux.png differ diff --git a/semcore/date-picker/__tests__/month-range-picker.browser-test.tsx-snapshots/-visual-Month-Range-Trigger-Verify-trigger-when-entering-date-manually-1-webkit-linux.png b/semcore/date-picker/__tests__/month-range-picker.browser-test.tsx-snapshots/-visual-Month-Range-Trigger-Verify-trigger-when-entering-date-manually-1-webkit-linux.png index 1f22f26bb3..659a2e1957 100644 Binary files a/semcore/date-picker/__tests__/month-range-picker.browser-test.tsx-snapshots/-visual-Month-Range-Trigger-Verify-trigger-when-entering-date-manually-1-webkit-linux.png and b/semcore/date-picker/__tests__/month-range-picker.browser-test.tsx-snapshots/-visual-Month-Range-Trigger-Verify-trigger-when-entering-date-manually-1-webkit-linux.png differ diff --git a/semcore/date-picker/__tests__/month-range-picker.browser-test.tsx-snapshots/-visual-Month-Range-Trigger-Verify-trigger-when-entering-date-manually-2-chromium-linux.png b/semcore/date-picker/__tests__/month-range-picker.browser-test.tsx-snapshots/-visual-Month-Range-Trigger-Verify-trigger-when-entering-date-manually-2-chromium-linux.png index 8df4a039a3..002f7b9e8a 100644 Binary files a/semcore/date-picker/__tests__/month-range-picker.browser-test.tsx-snapshots/-visual-Month-Range-Trigger-Verify-trigger-when-entering-date-manually-2-chromium-linux.png and b/semcore/date-picker/__tests__/month-range-picker.browser-test.tsx-snapshots/-visual-Month-Range-Trigger-Verify-trigger-when-entering-date-manually-2-chromium-linux.png differ diff --git a/semcore/date-picker/__tests__/month-range-picker.browser-test.tsx-snapshots/-visual-Month-Range-Trigger-Verify-trigger-when-entering-date-manually-2-firefox-linux.png b/semcore/date-picker/__tests__/month-range-picker.browser-test.tsx-snapshots/-visual-Month-Range-Trigger-Verify-trigger-when-entering-date-manually-2-firefox-linux.png index 8f55c80e49..a3d39966d7 100644 Binary files a/semcore/date-picker/__tests__/month-range-picker.browser-test.tsx-snapshots/-visual-Month-Range-Trigger-Verify-trigger-when-entering-date-manually-2-firefox-linux.png and b/semcore/date-picker/__tests__/month-range-picker.browser-test.tsx-snapshots/-visual-Month-Range-Trigger-Verify-trigger-when-entering-date-manually-2-firefox-linux.png differ diff --git a/semcore/date-picker/__tests__/month-range-picker.browser-test.tsx-snapshots/-visual-Month-Range-Trigger-Verify-trigger-when-entering-date-manually-2-webkit-linux.png b/semcore/date-picker/__tests__/month-range-picker.browser-test.tsx-snapshots/-visual-Month-Range-Trigger-Verify-trigger-when-entering-date-manually-2-webkit-linux.png index 3a67393e92..3c97aa0e1e 100644 Binary files a/semcore/date-picker/__tests__/month-range-picker.browser-test.tsx-snapshots/-visual-Month-Range-Trigger-Verify-trigger-when-entering-date-manually-2-webkit-linux.png and b/semcore/date-picker/__tests__/month-range-picker.browser-test.tsx-snapshots/-visual-Month-Range-Trigger-Verify-trigger-when-entering-date-manually-2-webkit-linux.png differ diff --git a/semcore/date-picker/__tests__/month-range-picker.browser-test.tsx-snapshots/-visual-Month-Range-Trigger-Verify-trigger-when-entering-date-manually-3-chromium-linux.png b/semcore/date-picker/__tests__/month-range-picker.browser-test.tsx-snapshots/-visual-Month-Range-Trigger-Verify-trigger-when-entering-date-manually-3-chromium-linux.png index ea0594f29c..0d0d6aef27 100644 Binary files a/semcore/date-picker/__tests__/month-range-picker.browser-test.tsx-snapshots/-visual-Month-Range-Trigger-Verify-trigger-when-entering-date-manually-3-chromium-linux.png and b/semcore/date-picker/__tests__/month-range-picker.browser-test.tsx-snapshots/-visual-Month-Range-Trigger-Verify-trigger-when-entering-date-manually-3-chromium-linux.png differ diff --git a/semcore/date-picker/__tests__/month-range-picker.browser-test.tsx-snapshots/-visual-Month-Range-Trigger-Verify-trigger-when-entering-date-manually-3-firefox-linux.png b/semcore/date-picker/__tests__/month-range-picker.browser-test.tsx-snapshots/-visual-Month-Range-Trigger-Verify-trigger-when-entering-date-manually-3-firefox-linux.png index 4fbb82e74d..f66573c5ab 100644 Binary files a/semcore/date-picker/__tests__/month-range-picker.browser-test.tsx-snapshots/-visual-Month-Range-Trigger-Verify-trigger-when-entering-date-manually-3-firefox-linux.png and b/semcore/date-picker/__tests__/month-range-picker.browser-test.tsx-snapshots/-visual-Month-Range-Trigger-Verify-trigger-when-entering-date-manually-3-firefox-linux.png differ diff --git a/semcore/date-picker/__tests__/month-range-picker.browser-test.tsx-snapshots/-visual-Month-Range-Trigger-Verify-trigger-when-entering-date-manually-3-webkit-linux.png b/semcore/date-picker/__tests__/month-range-picker.browser-test.tsx-snapshots/-visual-Month-Range-Trigger-Verify-trigger-when-entering-date-manually-3-webkit-linux.png index ec92050853..bd0edce468 100644 Binary files a/semcore/date-picker/__tests__/month-range-picker.browser-test.tsx-snapshots/-visual-Month-Range-Trigger-Verify-trigger-when-entering-date-manually-3-webkit-linux.png and b/semcore/date-picker/__tests__/month-range-picker.browser-test.tsx-snapshots/-visual-Month-Range-Trigger-Verify-trigger-when-entering-date-manually-3-webkit-linux.png differ diff --git a/semcore/date-picker/src/style/calendar.shadow.css b/semcore/date-picker/src/style/calendar.shadow.css index 0d710b317c..e65d81eb3f 100644 --- a/semcore/date-picker/src/style/calendar.shadow.css +++ b/semcore/date-picker/src/style/calendar.shadow.css @@ -98,30 +98,30 @@ SCalendarUnit[today]SCalendarUnit[endSelected] { } SCalendarUnit[selected] { - background-color: var(--intergalactic-date-picker-cell-range, oklch(0.959 0.021 267.8)); + background-color: var(--intergalactic-date-picker-cell-range, oklch(0.96 0.001 180)); border-radius: 0; transition: border-radius 0s 0s; color: var(--intergalactic-text-primary, oklch(0.1 0.03 137 / 0.899)); &:hover { - background-color: var(--intergalactic-date-picker-cell-range-hover, oklch(0.898 0.054 268.3)); + background-color: var(--intergalactic-date-picker-cell-range-hover, oklch(0.9 0.002 177)); } } SCalendarUnit[highlighted] { - background-color: var(--intergalactic-date-picker-cell-range, oklch(0.959 0.021 267.8)); + background-color: var(--intergalactic-date-picker-cell-range, oklch(0.96 0.001 180)); border-radius: 0; transition: border-radius 0s 0s; color: var(--intergalactic-text-primary, oklch(0.1 0.03 137 / 0.899)); &:hover { - background-color: var(--intergalactic-date-picker-cell-range-hover, oklch(0.898 0.054 268.3)); + background-color: var(--intergalactic-date-picker-cell-range-hover, oklch(0.9 0.002 177)); } } SCalendarUnit[startSelected] { color: var(--intergalactic-text-primary-invert, oklch(0.999 0.001 180 / 0.949)); - background-color: var(--intergalactic-date-picker-cell-active, oklch(0.64 0.152 276.7)); + background-color: var(--intergalactic-date-picker-cell-active, oklch(0.23 0.089 285.4)); &:not([highlighted]) { border-bottom-left-radius: var(--intergalactic-control-rounded, 6px); @@ -132,12 +132,12 @@ SCalendarUnit[startSelected] { &:hover { color: var(--intergalactic-text-primary-invert, oklch(0.999 0.001 180 / 0.949)); - background-color: var(--intergalactic-date-picker-cell-active-hover, oklch(0.6 0.166 277.7)); + background-color: var(--intergalactic-date-picker-cell-active-hover, oklch(0.32 0.109 283.6)); } } SCalendarUnit[endSelected] { - background-color: var(--intergalactic-date-picker-cell-active, oklch(0.64 0.152 276.7)); + background-color: var(--intergalactic-date-picker-cell-active, oklch(0.23 0.089 285.4)); color: var(--intergalactic-text-primary-invert, oklch(0.999 0.001 180 / 0.949)); &:not([highlighted]) { @@ -149,7 +149,7 @@ SCalendarUnit[endSelected] { &:hover { color: var(--intergalactic-text-primary-invert, oklch(0.999 0.001 180 / 0.949)); - background-color: var(--intergalactic-date-picker-cell-active-hover, oklch(0.6 0.166 277.7)); + background-color: var(--intergalactic-date-picker-cell-active-hover, oklch(0.32 0.109 283.6)); } } @@ -182,8 +182,8 @@ SCalendarUnit[startSelected]SCalendarUnit[endSelected] { } SCalendarUnit[compareHighlighted] { - border-top: 2px dashed var(--intergalactic-date-picker-cell-comparison-active, oklch(0.64 0.223 299.3)); - border-bottom: 2px dashed var(--intergalactic-date-picker-cell-comparison-active, oklch(0.64 0.223 299.3)); + border-top: 2px dashed var(--intergalactic-date-picker-cell-comparison-active, oklch(0.74 0.117 274.1)); + border-bottom: 2px dashed var(--intergalactic-date-picker-cell-comparison-active, oklch(0.74 0.117 274.1)); border-radius: 0; transition: none; } @@ -191,19 +191,19 @@ SCalendarUnit[compareHighlighted] { SCalendarUnit[compareStartHighlighted], SCalendarUnit[compareEndHighlighted] { - border-left: 2px dashed var(--intergalactic-date-picker-cell-comparison-active, oklch(0.64 0.223 299.3)); - border-right: 2px dashed var(--intergalactic-date-picker-cell-comparison-active, oklch(0.64 0.223 299.3)); + border-left: 2px dashed var(--intergalactic-date-picker-cell-comparison-active, oklch(0.74 0.117 274.1)); + border-right: 2px dashed var(--intergalactic-date-picker-cell-comparison-active, oklch(0.74 0.117 274.1)); } SCalendarUnit[compareStart], SCalendarUnit[compareEnd] { border-radius: 0; - background-color: var(--intergalactic-date-picker-cell-comparison-active, oklch(0.64 0.223 299.3)); + background-color: var(--intergalactic-date-picker-cell-comparison-active, oklch(0.74 0.117 274.1)); color: var(--intergalactic-text-primary-invert, oklch(0.999 0.001 180 / 0.949)); &:hover { color: var(--intergalactic-text-primary-invert, oklch(0.999 0.001 180 / 0.949)); - background-color: var(--intergalactic-date-picker-cell-comparison-active-hover, oklch(0.6 0.244 297.8)); + background-color: var(--intergalactic-date-picker-cell-comparison-active-hover, oklch(0.58 0.168 278.2)); } } diff --git a/semcore/date-picker/src/style/date-picker.shadow.css b/semcore/date-picker/src/style/date-picker.shadow.css index 0b6083b8a8..224ad00c98 100644 --- a/semcore/date-picker/src/style/date-picker.shadow.css +++ b/semcore/date-picker/src/style/date-picker.shadow.css @@ -73,11 +73,11 @@ SRangeIndicator { } SRangeIndicator[range='value'] { - background-color: var(--intergalactic-date-picker-cell-active, oklch(0.64 0.152 276.7)); + background-color: var(--intergalactic-date-picker-cell-active, oklch(0.23 0.089 285.4)); } SRangeIndicator[range='compare'] { - background-color: var(--intergalactic-date-picker-cell-comparison-active, oklch(0.64 0.223 299.3)); + background-color: var(--intergalactic-date-picker-cell-comparison-active, oklch(0.74 0.117 274.1)); } SRangeIndicator[disabled] { diff --git a/semcore/divider/__tests__/divider.browser-test.tsx-snapshots/-visual-Complex-examples-Verify-horizontal-divider-renders-in-complex-examples-1-chromium-linux.png b/semcore/divider/__tests__/divider.browser-test.tsx-snapshots/-visual-Complex-examples-Verify-horizontal-divider-renders-in-complex-examples-1-chromium-linux.png index f3058532e2..23ebe0969b 100644 Binary files a/semcore/divider/__tests__/divider.browser-test.tsx-snapshots/-visual-Complex-examples-Verify-horizontal-divider-renders-in-complex-examples-1-chromium-linux.png and b/semcore/divider/__tests__/divider.browser-test.tsx-snapshots/-visual-Complex-examples-Verify-horizontal-divider-renders-in-complex-examples-1-chromium-linux.png differ diff --git a/semcore/divider/__tests__/divider.browser-test.tsx-snapshots/-visual-Complex-examples-Verify-horizontal-divider-renders-in-complex-examples-1-firefox-linux.png b/semcore/divider/__tests__/divider.browser-test.tsx-snapshots/-visual-Complex-examples-Verify-horizontal-divider-renders-in-complex-examples-1-firefox-linux.png index fa35e71e6e..671e52bbd4 100644 Binary files a/semcore/divider/__tests__/divider.browser-test.tsx-snapshots/-visual-Complex-examples-Verify-horizontal-divider-renders-in-complex-examples-1-firefox-linux.png and b/semcore/divider/__tests__/divider.browser-test.tsx-snapshots/-visual-Complex-examples-Verify-horizontal-divider-renders-in-complex-examples-1-firefox-linux.png differ diff --git a/semcore/divider/__tests__/divider.browser-test.tsx-snapshots/-visual-Complex-examples-Verify-horizontal-divider-renders-in-complex-examples-1-webkit-linux.png b/semcore/divider/__tests__/divider.browser-test.tsx-snapshots/-visual-Complex-examples-Verify-horizontal-divider-renders-in-complex-examples-1-webkit-linux.png index 70f69ba2b1..690578d095 100644 Binary files a/semcore/divider/__tests__/divider.browser-test.tsx-snapshots/-visual-Complex-examples-Verify-horizontal-divider-renders-in-complex-examples-1-webkit-linux.png and b/semcore/divider/__tests__/divider.browser-test.tsx-snapshots/-visual-Complex-examples-Verify-horizontal-divider-renders-in-complex-examples-1-webkit-linux.png differ diff --git a/semcore/divider/__tests__/divider.browser-test.tsx-snapshots/-visual-Complex-examples-Verify-vertical-divider-renders-in-complex-examples-1-chromium-linux.png b/semcore/divider/__tests__/divider.browser-test.tsx-snapshots/-visual-Complex-examples-Verify-vertical-divider-renders-in-complex-examples-1-chromium-linux.png index 464a2c0cdc..edcf19f971 100644 Binary files a/semcore/divider/__tests__/divider.browser-test.tsx-snapshots/-visual-Complex-examples-Verify-vertical-divider-renders-in-complex-examples-1-chromium-linux.png and b/semcore/divider/__tests__/divider.browser-test.tsx-snapshots/-visual-Complex-examples-Verify-vertical-divider-renders-in-complex-examples-1-chromium-linux.png differ diff --git a/semcore/divider/__tests__/divider.browser-test.tsx-snapshots/-visual-Complex-examples-Verify-vertical-divider-renders-in-complex-examples-1-firefox-linux.png b/semcore/divider/__tests__/divider.browser-test.tsx-snapshots/-visual-Complex-examples-Verify-vertical-divider-renders-in-complex-examples-1-firefox-linux.png index e622f7035e..b3f60b0f7c 100644 Binary files a/semcore/divider/__tests__/divider.browser-test.tsx-snapshots/-visual-Complex-examples-Verify-vertical-divider-renders-in-complex-examples-1-firefox-linux.png and b/semcore/divider/__tests__/divider.browser-test.tsx-snapshots/-visual-Complex-examples-Verify-vertical-divider-renders-in-complex-examples-1-firefox-linux.png differ diff --git a/semcore/divider/__tests__/divider.browser-test.tsx-snapshots/-visual-Complex-examples-Verify-vertical-divider-renders-in-complex-examples-1-webkit-linux.png b/semcore/divider/__tests__/divider.browser-test.tsx-snapshots/-visual-Complex-examples-Verify-vertical-divider-renders-in-complex-examples-1-webkit-linux.png index b749d7201a..73a20d1be4 100644 Binary files a/semcore/divider/__tests__/divider.browser-test.tsx-snapshots/-visual-Complex-examples-Verify-vertical-divider-renders-in-complex-examples-1-webkit-linux.png and b/semcore/divider/__tests__/divider.browser-test.tsx-snapshots/-visual-Complex-examples-Verify-vertical-divider-renders-in-complex-examples-1-webkit-linux.png differ diff --git a/semcore/divider/__tests__/divider.browser-test.tsx-snapshots/-visual-Verify-divider-with-orientation-horiz-4990a-order-warning-active-w-undefined-h-undefined-1-chromium-linux.png b/semcore/divider/__tests__/divider.browser-test.tsx-snapshots/-visual-Verify-divider-with-orientation-horiz-4990a-order-warning-active-w-undefined-h-undefined-1-chromium-linux.png index 87250d8a71..27bb865d95 100644 Binary files a/semcore/divider/__tests__/divider.browser-test.tsx-snapshots/-visual-Verify-divider-with-orientation-horiz-4990a-order-warning-active-w-undefined-h-undefined-1-chromium-linux.png and b/semcore/divider/__tests__/divider.browser-test.tsx-snapshots/-visual-Verify-divider-with-orientation-horiz-4990a-order-warning-active-w-undefined-h-undefined-1-chromium-linux.png differ diff --git a/semcore/divider/__tests__/divider.browser-test.tsx-snapshots/-visual-Verify-divider-with-orientation-horiz-4990a-order-warning-active-w-undefined-h-undefined-1-firefox-linux.png b/semcore/divider/__tests__/divider.browser-test.tsx-snapshots/-visual-Verify-divider-with-orientation-horiz-4990a-order-warning-active-w-undefined-h-undefined-1-firefox-linux.png index aad6262f1f..789d879793 100644 Binary files a/semcore/divider/__tests__/divider.browser-test.tsx-snapshots/-visual-Verify-divider-with-orientation-horiz-4990a-order-warning-active-w-undefined-h-undefined-1-firefox-linux.png and b/semcore/divider/__tests__/divider.browser-test.tsx-snapshots/-visual-Verify-divider-with-orientation-horiz-4990a-order-warning-active-w-undefined-h-undefined-1-firefox-linux.png differ diff --git a/semcore/divider/__tests__/divider.browser-test.tsx-snapshots/-visual-Verify-divider-with-orientation-horiz-4990a-order-warning-active-w-undefined-h-undefined-1-webkit-linux.png b/semcore/divider/__tests__/divider.browser-test.tsx-snapshots/-visual-Verify-divider-with-orientation-horiz-4990a-order-warning-active-w-undefined-h-undefined-1-webkit-linux.png index 90b5e2fcc8..4f49f42043 100644 Binary files a/semcore/divider/__tests__/divider.browser-test.tsx-snapshots/-visual-Verify-divider-with-orientation-horiz-4990a-order-warning-active-w-undefined-h-undefined-1-webkit-linux.png and b/semcore/divider/__tests__/divider.browser-test.tsx-snapshots/-visual-Verify-divider-with-orientation-horiz-4990a-order-warning-active-w-undefined-h-undefined-1-webkit-linux.png differ diff --git a/semcore/divider/__tests__/divider.browser-test.tsx-snapshots/-visual-Verify-divider-with-orientation-horizontal-use-secondary-theme-default-w-100-h-undefined-1-chromium-linux.png b/semcore/divider/__tests__/divider.browser-test.tsx-snapshots/-visual-Verify-divider-with-orientation-horizontal-use-secondary-theme-default-w-100-h-undefined-1-chromium-linux.png index 5b26eb6727..b15ae55a0e 100644 Binary files a/semcore/divider/__tests__/divider.browser-test.tsx-snapshots/-visual-Verify-divider-with-orientation-horizontal-use-secondary-theme-default-w-100-h-undefined-1-chromium-linux.png and b/semcore/divider/__tests__/divider.browser-test.tsx-snapshots/-visual-Verify-divider-with-orientation-horizontal-use-secondary-theme-default-w-100-h-undefined-1-chromium-linux.png differ diff --git a/semcore/divider/__tests__/divider.browser-test.tsx-snapshots/-visual-Verify-divider-with-orientation-horizontal-use-secondary-theme-default-w-100-h-undefined-1-firefox-linux.png b/semcore/divider/__tests__/divider.browser-test.tsx-snapshots/-visual-Verify-divider-with-orientation-horizontal-use-secondary-theme-default-w-100-h-undefined-1-firefox-linux.png index 595cc9fc38..be651012a2 100644 Binary files a/semcore/divider/__tests__/divider.browser-test.tsx-snapshots/-visual-Verify-divider-with-orientation-horizontal-use-secondary-theme-default-w-100-h-undefined-1-firefox-linux.png and b/semcore/divider/__tests__/divider.browser-test.tsx-snapshots/-visual-Verify-divider-with-orientation-horizontal-use-secondary-theme-default-w-100-h-undefined-1-firefox-linux.png differ diff --git a/semcore/divider/__tests__/divider.browser-test.tsx-snapshots/-visual-Verify-divider-with-orientation-horizontal-use-secondary-theme-default-w-100-h-undefined-1-webkit-linux.png b/semcore/divider/__tests__/divider.browser-test.tsx-snapshots/-visual-Verify-divider-with-orientation-horizontal-use-secondary-theme-default-w-100-h-undefined-1-webkit-linux.png index f9efac6aa5..da20277bdf 100644 Binary files a/semcore/divider/__tests__/divider.browser-test.tsx-snapshots/-visual-Verify-divider-with-orientation-horizontal-use-secondary-theme-default-w-100-h-undefined-1-webkit-linux.png and b/semcore/divider/__tests__/divider.browser-test.tsx-snapshots/-visual-Verify-divider-with-orientation-horizontal-use-secondary-theme-default-w-100-h-undefined-1-webkit-linux.png differ diff --git a/semcore/divider/__tests__/divider.browser-test.tsx-snapshots/-visual-Verify-divider-with-orientation-verti-c409f-order-warning-active-w-undefined-h-undefined-1-chromium-linux.png b/semcore/divider/__tests__/divider.browser-test.tsx-snapshots/-visual-Verify-divider-with-orientation-verti-c409f-order-warning-active-w-undefined-h-undefined-1-chromium-linux.png index e0463928d2..99038cbf07 100644 Binary files a/semcore/divider/__tests__/divider.browser-test.tsx-snapshots/-visual-Verify-divider-with-orientation-verti-c409f-order-warning-active-w-undefined-h-undefined-1-chromium-linux.png and b/semcore/divider/__tests__/divider.browser-test.tsx-snapshots/-visual-Verify-divider-with-orientation-verti-c409f-order-warning-active-w-undefined-h-undefined-1-chromium-linux.png differ diff --git a/semcore/divider/__tests__/divider.browser-test.tsx-snapshots/-visual-Verify-divider-with-orientation-verti-c409f-order-warning-active-w-undefined-h-undefined-1-firefox-linux.png b/semcore/divider/__tests__/divider.browser-test.tsx-snapshots/-visual-Verify-divider-with-orientation-verti-c409f-order-warning-active-w-undefined-h-undefined-1-firefox-linux.png index 1361833bbf..820618c62b 100644 Binary files a/semcore/divider/__tests__/divider.browser-test.tsx-snapshots/-visual-Verify-divider-with-orientation-verti-c409f-order-warning-active-w-undefined-h-undefined-1-firefox-linux.png and b/semcore/divider/__tests__/divider.browser-test.tsx-snapshots/-visual-Verify-divider-with-orientation-verti-c409f-order-warning-active-w-undefined-h-undefined-1-firefox-linux.png differ diff --git a/semcore/divider/__tests__/divider.browser-test.tsx-snapshots/-visual-Verify-divider-with-orientation-verti-c409f-order-warning-active-w-undefined-h-undefined-1-webkit-linux.png b/semcore/divider/__tests__/divider.browser-test.tsx-snapshots/-visual-Verify-divider-with-orientation-verti-c409f-order-warning-active-w-undefined-h-undefined-1-webkit-linux.png index afba3f4340..6e351aabfe 100644 Binary files a/semcore/divider/__tests__/divider.browser-test.tsx-snapshots/-visual-Verify-divider-with-orientation-verti-c409f-order-warning-active-w-undefined-h-undefined-1-webkit-linux.png and b/semcore/divider/__tests__/divider.browser-test.tsx-snapshots/-visual-Verify-divider-with-orientation-verti-c409f-order-warning-active-w-undefined-h-undefined-1-webkit-linux.png differ diff --git a/semcore/dot/__tests__/dot.browser-test.tsx-snapshots/-visual-Verify-dot-size-l-up-false-1-chromium-linux.png b/semcore/dot/__tests__/dot.browser-test.tsx-snapshots/-visual-Verify-dot-size-l-up-false-1-chromium-linux.png index 5359eb521e..2de547f9c8 100644 Binary files a/semcore/dot/__tests__/dot.browser-test.tsx-snapshots/-visual-Verify-dot-size-l-up-false-1-chromium-linux.png and b/semcore/dot/__tests__/dot.browser-test.tsx-snapshots/-visual-Verify-dot-size-l-up-false-1-chromium-linux.png differ diff --git a/semcore/dot/__tests__/dot.browser-test.tsx-snapshots/-visual-Verify-dot-size-l-up-false-1-firefox-linux.png b/semcore/dot/__tests__/dot.browser-test.tsx-snapshots/-visual-Verify-dot-size-l-up-false-1-firefox-linux.png index 20fc8ae8c3..246a5e976c 100644 Binary files a/semcore/dot/__tests__/dot.browser-test.tsx-snapshots/-visual-Verify-dot-size-l-up-false-1-firefox-linux.png and b/semcore/dot/__tests__/dot.browser-test.tsx-snapshots/-visual-Verify-dot-size-l-up-false-1-firefox-linux.png differ diff --git a/semcore/dot/__tests__/dot.browser-test.tsx-snapshots/-visual-Verify-dot-size-l-up-false-1-webkit-linux.png b/semcore/dot/__tests__/dot.browser-test.tsx-snapshots/-visual-Verify-dot-size-l-up-false-1-webkit-linux.png index 7d6bdd6438..4107e4d785 100644 Binary files a/semcore/dot/__tests__/dot.browser-test.tsx-snapshots/-visual-Verify-dot-size-l-up-false-1-webkit-linux.png and b/semcore/dot/__tests__/dot.browser-test.tsx-snapshots/-visual-Verify-dot-size-l-up-false-1-webkit-linux.png differ diff --git a/semcore/dot/__tests__/dot.browser-test.tsx-snapshots/-visual-Verify-dot-size-l-up-true-1-chromium-linux.png b/semcore/dot/__tests__/dot.browser-test.tsx-snapshots/-visual-Verify-dot-size-l-up-true-1-chromium-linux.png index 39e16eee6a..fdc9c5ed37 100644 Binary files a/semcore/dot/__tests__/dot.browser-test.tsx-snapshots/-visual-Verify-dot-size-l-up-true-1-chromium-linux.png and b/semcore/dot/__tests__/dot.browser-test.tsx-snapshots/-visual-Verify-dot-size-l-up-true-1-chromium-linux.png differ diff --git a/semcore/dot/__tests__/dot.browser-test.tsx-snapshots/-visual-Verify-dot-size-l-up-true-1-firefox-linux.png b/semcore/dot/__tests__/dot.browser-test.tsx-snapshots/-visual-Verify-dot-size-l-up-true-1-firefox-linux.png index 2f51363af2..68117faef1 100644 Binary files a/semcore/dot/__tests__/dot.browser-test.tsx-snapshots/-visual-Verify-dot-size-l-up-true-1-firefox-linux.png and b/semcore/dot/__tests__/dot.browser-test.tsx-snapshots/-visual-Verify-dot-size-l-up-true-1-firefox-linux.png differ diff --git a/semcore/dot/__tests__/dot.browser-test.tsx-snapshots/-visual-Verify-dot-size-l-up-true-1-webkit-linux.png b/semcore/dot/__tests__/dot.browser-test.tsx-snapshots/-visual-Verify-dot-size-l-up-true-1-webkit-linux.png index 0738064ccb..d3d511c257 100644 Binary files a/semcore/dot/__tests__/dot.browser-test.tsx-snapshots/-visual-Verify-dot-size-l-up-true-1-webkit-linux.png and b/semcore/dot/__tests__/dot.browser-test.tsx-snapshots/-visual-Verify-dot-size-l-up-true-1-webkit-linux.png differ diff --git a/semcore/dot/__tests__/dot.browser-test.tsx-snapshots/-visual-Verify-dot-size-m-up-false-1-chromium-linux.png b/semcore/dot/__tests__/dot.browser-test.tsx-snapshots/-visual-Verify-dot-size-m-up-false-1-chromium-linux.png index 8e8b180919..ca4a40ce15 100644 Binary files a/semcore/dot/__tests__/dot.browser-test.tsx-snapshots/-visual-Verify-dot-size-m-up-false-1-chromium-linux.png and b/semcore/dot/__tests__/dot.browser-test.tsx-snapshots/-visual-Verify-dot-size-m-up-false-1-chromium-linux.png differ diff --git a/semcore/dot/__tests__/dot.browser-test.tsx-snapshots/-visual-Verify-dot-size-m-up-false-1-firefox-linux.png b/semcore/dot/__tests__/dot.browser-test.tsx-snapshots/-visual-Verify-dot-size-m-up-false-1-firefox-linux.png index 0ad1ec1991..f00b72236a 100644 Binary files a/semcore/dot/__tests__/dot.browser-test.tsx-snapshots/-visual-Verify-dot-size-m-up-false-1-firefox-linux.png and b/semcore/dot/__tests__/dot.browser-test.tsx-snapshots/-visual-Verify-dot-size-m-up-false-1-firefox-linux.png differ diff --git a/semcore/dot/__tests__/dot.browser-test.tsx-snapshots/-visual-Verify-dot-size-m-up-false-1-webkit-linux.png b/semcore/dot/__tests__/dot.browser-test.tsx-snapshots/-visual-Verify-dot-size-m-up-false-1-webkit-linux.png index 59b4d962a3..f50f68fde3 100644 Binary files a/semcore/dot/__tests__/dot.browser-test.tsx-snapshots/-visual-Verify-dot-size-m-up-false-1-webkit-linux.png and b/semcore/dot/__tests__/dot.browser-test.tsx-snapshots/-visual-Verify-dot-size-m-up-false-1-webkit-linux.png differ diff --git a/semcore/dot/__tests__/dot.browser-test.tsx-snapshots/-visual-Verify-dot-size-m-up-true-1-chromium-linux.png b/semcore/dot/__tests__/dot.browser-test.tsx-snapshots/-visual-Verify-dot-size-m-up-true-1-chromium-linux.png index b386fcf1be..273250c76e 100644 Binary files a/semcore/dot/__tests__/dot.browser-test.tsx-snapshots/-visual-Verify-dot-size-m-up-true-1-chromium-linux.png and b/semcore/dot/__tests__/dot.browser-test.tsx-snapshots/-visual-Verify-dot-size-m-up-true-1-chromium-linux.png differ diff --git a/semcore/dot/__tests__/dot.browser-test.tsx-snapshots/-visual-Verify-dot-size-m-up-true-1-firefox-linux.png b/semcore/dot/__tests__/dot.browser-test.tsx-snapshots/-visual-Verify-dot-size-m-up-true-1-firefox-linux.png index e0af34f0c3..ae89d24bef 100644 Binary files a/semcore/dot/__tests__/dot.browser-test.tsx-snapshots/-visual-Verify-dot-size-m-up-true-1-firefox-linux.png and b/semcore/dot/__tests__/dot.browser-test.tsx-snapshots/-visual-Verify-dot-size-m-up-true-1-firefox-linux.png differ diff --git a/semcore/dot/__tests__/dot.browser-test.tsx-snapshots/-visual-Verify-dot-size-m-up-true-1-webkit-linux.png b/semcore/dot/__tests__/dot.browser-test.tsx-snapshots/-visual-Verify-dot-size-m-up-true-1-webkit-linux.png index 9edc87fe49..211c0139ee 100644 Binary files a/semcore/dot/__tests__/dot.browser-test.tsx-snapshots/-visual-Verify-dot-size-m-up-true-1-webkit-linux.png and b/semcore/dot/__tests__/dot.browser-test.tsx-snapshots/-visual-Verify-dot-size-m-up-true-1-webkit-linux.png differ diff --git a/semcore/dot/__tests__/dot.browser-test.tsx-snapshots/-visual-Verify-dot-with-counter-size-m-up-false-1-chromium-linux.png b/semcore/dot/__tests__/dot.browser-test.tsx-snapshots/-visual-Verify-dot-with-counter-size-m-up-false-1-chromium-linux.png index 558b7f2629..829b4890ea 100644 Binary files a/semcore/dot/__tests__/dot.browser-test.tsx-snapshots/-visual-Verify-dot-with-counter-size-m-up-false-1-chromium-linux.png and b/semcore/dot/__tests__/dot.browser-test.tsx-snapshots/-visual-Verify-dot-with-counter-size-m-up-false-1-chromium-linux.png differ diff --git a/semcore/dot/__tests__/dot.browser-test.tsx-snapshots/-visual-Verify-dot-with-counter-size-m-up-false-1-firefox-linux.png b/semcore/dot/__tests__/dot.browser-test.tsx-snapshots/-visual-Verify-dot-with-counter-size-m-up-false-1-firefox-linux.png index a4a7c0cf44..5c38f892ad 100644 Binary files a/semcore/dot/__tests__/dot.browser-test.tsx-snapshots/-visual-Verify-dot-with-counter-size-m-up-false-1-firefox-linux.png and b/semcore/dot/__tests__/dot.browser-test.tsx-snapshots/-visual-Verify-dot-with-counter-size-m-up-false-1-firefox-linux.png differ diff --git a/semcore/dot/__tests__/dot.browser-test.tsx-snapshots/-visual-Verify-dot-with-counter-size-m-up-false-1-webkit-linux.png b/semcore/dot/__tests__/dot.browser-test.tsx-snapshots/-visual-Verify-dot-with-counter-size-m-up-false-1-webkit-linux.png index 34d67de4cf..c4b831de19 100644 Binary files a/semcore/dot/__tests__/dot.browser-test.tsx-snapshots/-visual-Verify-dot-with-counter-size-m-up-false-1-webkit-linux.png and b/semcore/dot/__tests__/dot.browser-test.tsx-snapshots/-visual-Verify-dot-with-counter-size-m-up-false-1-webkit-linux.png differ diff --git a/semcore/dot/__tests__/dot.browser-test.tsx-snapshots/-visual-Verify-dot-with-counter-size-m-up-true-1-chromium-linux.png b/semcore/dot/__tests__/dot.browser-test.tsx-snapshots/-visual-Verify-dot-with-counter-size-m-up-true-1-chromium-linux.png index d10ec37447..a934155ced 100644 Binary files a/semcore/dot/__tests__/dot.browser-test.tsx-snapshots/-visual-Verify-dot-with-counter-size-m-up-true-1-chromium-linux.png and b/semcore/dot/__tests__/dot.browser-test.tsx-snapshots/-visual-Verify-dot-with-counter-size-m-up-true-1-chromium-linux.png differ diff --git a/semcore/dot/__tests__/dot.browser-test.tsx-snapshots/-visual-Verify-dot-with-counter-size-m-up-true-1-firefox-linux.png b/semcore/dot/__tests__/dot.browser-test.tsx-snapshots/-visual-Verify-dot-with-counter-size-m-up-true-1-firefox-linux.png index fa4997299b..7692410e20 100644 Binary files a/semcore/dot/__tests__/dot.browser-test.tsx-snapshots/-visual-Verify-dot-with-counter-size-m-up-true-1-firefox-linux.png and b/semcore/dot/__tests__/dot.browser-test.tsx-snapshots/-visual-Verify-dot-with-counter-size-m-up-true-1-firefox-linux.png differ diff --git a/semcore/dot/__tests__/dot.browser-test.tsx-snapshots/-visual-Verify-dot-with-counter-size-m-up-true-1-webkit-linux.png b/semcore/dot/__tests__/dot.browser-test.tsx-snapshots/-visual-Verify-dot-with-counter-size-m-up-true-1-webkit-linux.png index 920f697e78..592e0edfe1 100644 Binary files a/semcore/dot/__tests__/dot.browser-test.tsx-snapshots/-visual-Verify-dot-with-counter-size-m-up-true-1-webkit-linux.png and b/semcore/dot/__tests__/dot.browser-test.tsx-snapshots/-visual-Verify-dot-with-counter-size-m-up-true-1-webkit-linux.png differ diff --git a/semcore/dot/src/style/dot.shadow.css b/semcore/dot/src/style/dot.shadow.css index ec36b6a3f6..78e5547217 100644 --- a/semcore/dot/src/style/dot.shadow.css +++ b/semcore/dot/src/style/dot.shadow.css @@ -4,8 +4,8 @@ SDot { justify-content: center; font-size: var(--intergalactic-fs-50, 10px); line-height: normal; - background-color: var(--intergalactic-icon-primary-warning, oklch(0.728 0.188 51.8)); - color: var(--intergalactic-text-primary-invert, oklch(0.999 0.001 180 / 0.949)); + background-color: var(--intergalactic-icon-primary-warning, oklch(0.728 0.188 51.8)); /* TODO: --intergalactic-dot-bg */ + color: var(--intergalactic-text-primary-invert, oklch(0.999 0.001 180 / 0.949)); /* TODO: --intergalactic-dot-text */ box-sizing: border-box; z-index: 1; border-radius: 100%; diff --git a/semcore/drag-and-drop/__tests__/drag-and-drop.browser-test.tsx-snapshots/-visual-Verify-DnD-in-DD-menu-when-interacting-by-keyboard-1-chromium-linux.png b/semcore/drag-and-drop/__tests__/drag-and-drop.browser-test.tsx-snapshots/-visual-Verify-DnD-in-DD-menu-when-interacting-by-keyboard-1-chromium-linux.png index 0bffbccca8..4aa49bc042 100644 Binary files a/semcore/drag-and-drop/__tests__/drag-and-drop.browser-test.tsx-snapshots/-visual-Verify-DnD-in-DD-menu-when-interacting-by-keyboard-1-chromium-linux.png and b/semcore/drag-and-drop/__tests__/drag-and-drop.browser-test.tsx-snapshots/-visual-Verify-DnD-in-DD-menu-when-interacting-by-keyboard-1-chromium-linux.png differ diff --git a/semcore/drag-and-drop/__tests__/drag-and-drop.browser-test.tsx-snapshots/-visual-Verify-DnD-in-DD-menu-when-interacting-by-keyboard-1-firefox-linux.png b/semcore/drag-and-drop/__tests__/drag-and-drop.browser-test.tsx-snapshots/-visual-Verify-DnD-in-DD-menu-when-interacting-by-keyboard-1-firefox-linux.png index 575bd061d2..0383c37aff 100644 Binary files a/semcore/drag-and-drop/__tests__/drag-and-drop.browser-test.tsx-snapshots/-visual-Verify-DnD-in-DD-menu-when-interacting-by-keyboard-1-firefox-linux.png and b/semcore/drag-and-drop/__tests__/drag-and-drop.browser-test.tsx-snapshots/-visual-Verify-DnD-in-DD-menu-when-interacting-by-keyboard-1-firefox-linux.png differ diff --git a/semcore/drag-and-drop/__tests__/drag-and-drop.browser-test.tsx-snapshots/-visual-Verify-DnD-in-DD-menu-when-interacting-by-keyboard-1-webkit-linux.png b/semcore/drag-and-drop/__tests__/drag-and-drop.browser-test.tsx-snapshots/-visual-Verify-DnD-in-DD-menu-when-interacting-by-keyboard-1-webkit-linux.png index a13ddae5c7..2c3e939f07 100644 Binary files a/semcore/drag-and-drop/__tests__/drag-and-drop.browser-test.tsx-snapshots/-visual-Verify-DnD-in-DD-menu-when-interacting-by-keyboard-1-webkit-linux.png and b/semcore/drag-and-drop/__tests__/drag-and-drop.browser-test.tsx-snapshots/-visual-Verify-DnD-in-DD-menu-when-interacting-by-keyboard-1-webkit-linux.png differ diff --git a/semcore/drag-and-drop/__tests__/drag-and-drop.browser-test.tsx-snapshots/-visual-Verify-DnD-in-DD-menu-when-interacting-by-keyboard-2-chromium-linux.png b/semcore/drag-and-drop/__tests__/drag-and-drop.browser-test.tsx-snapshots/-visual-Verify-DnD-in-DD-menu-when-interacting-by-keyboard-2-chromium-linux.png index 1136402973..29c3b447c1 100644 Binary files a/semcore/drag-and-drop/__tests__/drag-and-drop.browser-test.tsx-snapshots/-visual-Verify-DnD-in-DD-menu-when-interacting-by-keyboard-2-chromium-linux.png and b/semcore/drag-and-drop/__tests__/drag-and-drop.browser-test.tsx-snapshots/-visual-Verify-DnD-in-DD-menu-when-interacting-by-keyboard-2-chromium-linux.png differ diff --git a/semcore/drag-and-drop/__tests__/drag-and-drop.browser-test.tsx-snapshots/-visual-Verify-DnD-in-DD-menu-when-interacting-by-keyboard-2-firefox-linux.png b/semcore/drag-and-drop/__tests__/drag-and-drop.browser-test.tsx-snapshots/-visual-Verify-DnD-in-DD-menu-when-interacting-by-keyboard-2-firefox-linux.png index 2c3f8808c5..4bc468203f 100644 Binary files a/semcore/drag-and-drop/__tests__/drag-and-drop.browser-test.tsx-snapshots/-visual-Verify-DnD-in-DD-menu-when-interacting-by-keyboard-2-firefox-linux.png and b/semcore/drag-and-drop/__tests__/drag-and-drop.browser-test.tsx-snapshots/-visual-Verify-DnD-in-DD-menu-when-interacting-by-keyboard-2-firefox-linux.png differ diff --git a/semcore/drag-and-drop/__tests__/drag-and-drop.browser-test.tsx-snapshots/-visual-Verify-DnD-in-DD-menu-when-interacting-by-keyboard-2-webkit-linux.png b/semcore/drag-and-drop/__tests__/drag-and-drop.browser-test.tsx-snapshots/-visual-Verify-DnD-in-DD-menu-when-interacting-by-keyboard-2-webkit-linux.png index 6f58325364..616b0b2eae 100644 Binary files a/semcore/drag-and-drop/__tests__/drag-and-drop.browser-test.tsx-snapshots/-visual-Verify-DnD-in-DD-menu-when-interacting-by-keyboard-2-webkit-linux.png and b/semcore/drag-and-drop/__tests__/drag-and-drop.browser-test.tsx-snapshots/-visual-Verify-DnD-in-DD-menu-when-interacting-by-keyboard-2-webkit-linux.png differ diff --git a/semcore/drag-and-drop/__tests__/drag-and-drop.browser-test.tsx-snapshots/-visual-Verify-DnD-in-DD-menu-when-interacting-by-keyboard-3-chromium-linux.png b/semcore/drag-and-drop/__tests__/drag-and-drop.browser-test.tsx-snapshots/-visual-Verify-DnD-in-DD-menu-when-interacting-by-keyboard-3-chromium-linux.png index 39fb11a6c0..c24aa15c70 100644 Binary files a/semcore/drag-and-drop/__tests__/drag-and-drop.browser-test.tsx-snapshots/-visual-Verify-DnD-in-DD-menu-when-interacting-by-keyboard-3-chromium-linux.png and b/semcore/drag-and-drop/__tests__/drag-and-drop.browser-test.tsx-snapshots/-visual-Verify-DnD-in-DD-menu-when-interacting-by-keyboard-3-chromium-linux.png differ diff --git a/semcore/drag-and-drop/__tests__/drag-and-drop.browser-test.tsx-snapshots/-visual-Verify-DnD-in-DD-menu-when-interacting-by-keyboard-3-firefox-linux.png b/semcore/drag-and-drop/__tests__/drag-and-drop.browser-test.tsx-snapshots/-visual-Verify-DnD-in-DD-menu-when-interacting-by-keyboard-3-firefox-linux.png index 31269b2d53..71661a61b4 100644 Binary files a/semcore/drag-and-drop/__tests__/drag-and-drop.browser-test.tsx-snapshots/-visual-Verify-DnD-in-DD-menu-when-interacting-by-keyboard-3-firefox-linux.png and b/semcore/drag-and-drop/__tests__/drag-and-drop.browser-test.tsx-snapshots/-visual-Verify-DnD-in-DD-menu-when-interacting-by-keyboard-3-firefox-linux.png differ diff --git a/semcore/drag-and-drop/__tests__/drag-and-drop.browser-test.tsx-snapshots/-visual-Verify-DnD-in-DD-menu-when-interacting-by-keyboard-3-webkit-linux.png b/semcore/drag-and-drop/__tests__/drag-and-drop.browser-test.tsx-snapshots/-visual-Verify-DnD-in-DD-menu-when-interacting-by-keyboard-3-webkit-linux.png index fd5881e4d4..d186cdacad 100644 Binary files a/semcore/drag-and-drop/__tests__/drag-and-drop.browser-test.tsx-snapshots/-visual-Verify-DnD-in-DD-menu-when-interacting-by-keyboard-3-webkit-linux.png and b/semcore/drag-and-drop/__tests__/drag-and-drop.browser-test.tsx-snapshots/-visual-Verify-DnD-in-DD-menu-when-interacting-by-keyboard-3-webkit-linux.png differ diff --git a/semcore/drag-and-drop/__tests__/drag-and-drop.browser-test.tsx-snapshots/-visual-Verify-DnD-in-DD-menu-when-interacting-by-keyboard-4-chromium-linux.png b/semcore/drag-and-drop/__tests__/drag-and-drop.browser-test.tsx-snapshots/-visual-Verify-DnD-in-DD-menu-when-interacting-by-keyboard-4-chromium-linux.png index 69f9c06468..ed07e85060 100644 Binary files a/semcore/drag-and-drop/__tests__/drag-and-drop.browser-test.tsx-snapshots/-visual-Verify-DnD-in-DD-menu-when-interacting-by-keyboard-4-chromium-linux.png and b/semcore/drag-and-drop/__tests__/drag-and-drop.browser-test.tsx-snapshots/-visual-Verify-DnD-in-DD-menu-when-interacting-by-keyboard-4-chromium-linux.png differ diff --git a/semcore/drag-and-drop/__tests__/drag-and-drop.browser-test.tsx-snapshots/-visual-Verify-DnD-in-DD-menu-when-interacting-by-keyboard-4-firefox-linux.png b/semcore/drag-and-drop/__tests__/drag-and-drop.browser-test.tsx-snapshots/-visual-Verify-DnD-in-DD-menu-when-interacting-by-keyboard-4-firefox-linux.png index f9c695c9bd..3ded6d3d0f 100644 Binary files a/semcore/drag-and-drop/__tests__/drag-and-drop.browser-test.tsx-snapshots/-visual-Verify-DnD-in-DD-menu-when-interacting-by-keyboard-4-firefox-linux.png and b/semcore/drag-and-drop/__tests__/drag-and-drop.browser-test.tsx-snapshots/-visual-Verify-DnD-in-DD-menu-when-interacting-by-keyboard-4-firefox-linux.png differ diff --git a/semcore/drag-and-drop/__tests__/drag-and-drop.browser-test.tsx-snapshots/-visual-Verify-DnD-in-DD-menu-when-interacting-by-keyboard-4-webkit-linux.png b/semcore/drag-and-drop/__tests__/drag-and-drop.browser-test.tsx-snapshots/-visual-Verify-DnD-in-DD-menu-when-interacting-by-keyboard-4-webkit-linux.png index 2cf0c035da..9c8d58764f 100644 Binary files a/semcore/drag-and-drop/__tests__/drag-and-drop.browser-test.tsx-snapshots/-visual-Verify-DnD-in-DD-menu-when-interacting-by-keyboard-4-webkit-linux.png and b/semcore/drag-and-drop/__tests__/drag-and-drop.browser-test.tsx-snapshots/-visual-Verify-DnD-in-DD-menu-when-interacting-by-keyboard-4-webkit-linux.png differ diff --git a/semcore/drag-and-drop/__tests__/drag-and-drop.browser-test.tsx-snapshots/-visual-Verify-DnD-in-DD-menu-when-interacting-by-mouse-1-chromium-linux.png b/semcore/drag-and-drop/__tests__/drag-and-drop.browser-test.tsx-snapshots/-visual-Verify-DnD-in-DD-menu-when-interacting-by-mouse-1-chromium-linux.png index b562f631c2..a640424ec9 100644 Binary files a/semcore/drag-and-drop/__tests__/drag-and-drop.browser-test.tsx-snapshots/-visual-Verify-DnD-in-DD-menu-when-interacting-by-mouse-1-chromium-linux.png and b/semcore/drag-and-drop/__tests__/drag-and-drop.browser-test.tsx-snapshots/-visual-Verify-DnD-in-DD-menu-when-interacting-by-mouse-1-chromium-linux.png differ diff --git a/semcore/drag-and-drop/__tests__/drag-and-drop.browser-test.tsx-snapshots/-visual-Verify-DnD-in-DD-menu-when-interacting-by-mouse-1-firefox-linux.png b/semcore/drag-and-drop/__tests__/drag-and-drop.browser-test.tsx-snapshots/-visual-Verify-DnD-in-DD-menu-when-interacting-by-mouse-1-firefox-linux.png index f47689c693..e039cddd36 100644 Binary files a/semcore/drag-and-drop/__tests__/drag-and-drop.browser-test.tsx-snapshots/-visual-Verify-DnD-in-DD-menu-when-interacting-by-mouse-1-firefox-linux.png and b/semcore/drag-and-drop/__tests__/drag-and-drop.browser-test.tsx-snapshots/-visual-Verify-DnD-in-DD-menu-when-interacting-by-mouse-1-firefox-linux.png differ diff --git a/semcore/drag-and-drop/__tests__/drag-and-drop.browser-test.tsx-snapshots/-visual-Verify-DnD-in-DD-menu-when-interacting-by-mouse-1-webkit-linux.png b/semcore/drag-and-drop/__tests__/drag-and-drop.browser-test.tsx-snapshots/-visual-Verify-DnD-in-DD-menu-when-interacting-by-mouse-1-webkit-linux.png index 94be34fefe..c2c9c642c9 100644 Binary files a/semcore/drag-and-drop/__tests__/drag-and-drop.browser-test.tsx-snapshots/-visual-Verify-DnD-in-DD-menu-when-interacting-by-mouse-1-webkit-linux.png and b/semcore/drag-and-drop/__tests__/drag-and-drop.browser-test.tsx-snapshots/-visual-Verify-DnD-in-DD-menu-when-interacting-by-mouse-1-webkit-linux.png differ diff --git a/semcore/drag-and-drop/__tests__/drag-and-drop.browser-test.tsx-snapshots/-visual-Verify-DnD-in-DD-menu-when-interacting-by-mouse-2-chromium-linux.png b/semcore/drag-and-drop/__tests__/drag-and-drop.browser-test.tsx-snapshots/-visual-Verify-DnD-in-DD-menu-when-interacting-by-mouse-2-chromium-linux.png index 6ef86f1bb5..ab233e722b 100644 Binary files a/semcore/drag-and-drop/__tests__/drag-and-drop.browser-test.tsx-snapshots/-visual-Verify-DnD-in-DD-menu-when-interacting-by-mouse-2-chromium-linux.png and b/semcore/drag-and-drop/__tests__/drag-and-drop.browser-test.tsx-snapshots/-visual-Verify-DnD-in-DD-menu-when-interacting-by-mouse-2-chromium-linux.png differ diff --git a/semcore/drag-and-drop/__tests__/drag-and-drop.browser-test.tsx-snapshots/-visual-Verify-DnD-in-DD-menu-when-interacting-by-mouse-2-firefox-linux.png b/semcore/drag-and-drop/__tests__/drag-and-drop.browser-test.tsx-snapshots/-visual-Verify-DnD-in-DD-menu-when-interacting-by-mouse-2-firefox-linux.png index f47689c693..e039cddd36 100644 Binary files a/semcore/drag-and-drop/__tests__/drag-and-drop.browser-test.tsx-snapshots/-visual-Verify-DnD-in-DD-menu-when-interacting-by-mouse-2-firefox-linux.png and b/semcore/drag-and-drop/__tests__/drag-and-drop.browser-test.tsx-snapshots/-visual-Verify-DnD-in-DD-menu-when-interacting-by-mouse-2-firefox-linux.png differ diff --git a/semcore/drag-and-drop/__tests__/drag-and-drop.browser-test.tsx-snapshots/-visual-Verify-DnD-in-DD-menu-when-interacting-by-mouse-2-webkit-linux.png b/semcore/drag-and-drop/__tests__/drag-and-drop.browser-test.tsx-snapshots/-visual-Verify-DnD-in-DD-menu-when-interacting-by-mouse-2-webkit-linux.png index 4299c5de93..bcea7fdd64 100644 Binary files a/semcore/drag-and-drop/__tests__/drag-and-drop.browser-test.tsx-snapshots/-visual-Verify-DnD-in-DD-menu-when-interacting-by-mouse-2-webkit-linux.png and b/semcore/drag-and-drop/__tests__/drag-and-drop.browser-test.tsx-snapshots/-visual-Verify-DnD-in-DD-menu-when-interacting-by-mouse-2-webkit-linux.png differ diff --git a/semcore/drag-and-drop/__tests__/drag-and-drop.browser-test.tsx-snapshots/-visual-Verify-DnD-in-DD-menu-when-interacting-by-mouse-3-chromium-linux.png b/semcore/drag-and-drop/__tests__/drag-and-drop.browser-test.tsx-snapshots/-visual-Verify-DnD-in-DD-menu-when-interacting-by-mouse-3-chromium-linux.png index a463ca69bd..5f8a76e202 100644 Binary files a/semcore/drag-and-drop/__tests__/drag-and-drop.browser-test.tsx-snapshots/-visual-Verify-DnD-in-DD-menu-when-interacting-by-mouse-3-chromium-linux.png and b/semcore/drag-and-drop/__tests__/drag-and-drop.browser-test.tsx-snapshots/-visual-Verify-DnD-in-DD-menu-when-interacting-by-mouse-3-chromium-linux.png differ diff --git a/semcore/drag-and-drop/__tests__/drag-and-drop.browser-test.tsx-snapshots/-visual-Verify-DnD-in-DD-menu-when-interacting-by-mouse-3-firefox-linux.png b/semcore/drag-and-drop/__tests__/drag-and-drop.browser-test.tsx-snapshots/-visual-Verify-DnD-in-DD-menu-when-interacting-by-mouse-3-firefox-linux.png index d8184ad260..d0919c8922 100644 Binary files a/semcore/drag-and-drop/__tests__/drag-and-drop.browser-test.tsx-snapshots/-visual-Verify-DnD-in-DD-menu-when-interacting-by-mouse-3-firefox-linux.png and b/semcore/drag-and-drop/__tests__/drag-and-drop.browser-test.tsx-snapshots/-visual-Verify-DnD-in-DD-menu-when-interacting-by-mouse-3-firefox-linux.png differ diff --git a/semcore/drag-and-drop/__tests__/drag-and-drop.browser-test.tsx-snapshots/-visual-Verify-DnD-in-DD-menu-when-interacting-by-mouse-3-webkit-linux.png b/semcore/drag-and-drop/__tests__/drag-and-drop.browser-test.tsx-snapshots/-visual-Verify-DnD-in-DD-menu-when-interacting-by-mouse-3-webkit-linux.png index 68fe0557b2..b8858cb406 100644 Binary files a/semcore/drag-and-drop/__tests__/drag-and-drop.browser-test.tsx-snapshots/-visual-Verify-DnD-in-DD-menu-when-interacting-by-mouse-3-webkit-linux.png and b/semcore/drag-and-drop/__tests__/drag-and-drop.browser-test.tsx-snapshots/-visual-Verify-DnD-in-DD-menu-when-interacting-by-mouse-3-webkit-linux.png differ diff --git a/semcore/drag-and-drop/__tests__/drag-and-drop.browser-test.tsx-snapshots/-visual-Verify-DnD-in-Tab-panel-1-chromium-linux.png b/semcore/drag-and-drop/__tests__/drag-and-drop.browser-test.tsx-snapshots/-visual-Verify-DnD-in-Tab-panel-1-chromium-linux.png index 65f2c6adbd..e596e095e7 100644 Binary files a/semcore/drag-and-drop/__tests__/drag-and-drop.browser-test.tsx-snapshots/-visual-Verify-DnD-in-Tab-panel-1-chromium-linux.png and b/semcore/drag-and-drop/__tests__/drag-and-drop.browser-test.tsx-snapshots/-visual-Verify-DnD-in-Tab-panel-1-chromium-linux.png differ diff --git a/semcore/drag-and-drop/__tests__/drag-and-drop.browser-test.tsx-snapshots/-visual-Verify-DnD-in-Tab-panel-1-firefox-linux.png b/semcore/drag-and-drop/__tests__/drag-and-drop.browser-test.tsx-snapshots/-visual-Verify-DnD-in-Tab-panel-1-firefox-linux.png index d9883d747f..93406910e8 100644 Binary files a/semcore/drag-and-drop/__tests__/drag-and-drop.browser-test.tsx-snapshots/-visual-Verify-DnD-in-Tab-panel-1-firefox-linux.png and b/semcore/drag-and-drop/__tests__/drag-and-drop.browser-test.tsx-snapshots/-visual-Verify-DnD-in-Tab-panel-1-firefox-linux.png differ diff --git a/semcore/drag-and-drop/__tests__/drag-and-drop.browser-test.tsx-snapshots/-visual-Verify-DnD-in-Tab-panel-1-webkit-linux.png b/semcore/drag-and-drop/__tests__/drag-and-drop.browser-test.tsx-snapshots/-visual-Verify-DnD-in-Tab-panel-1-webkit-linux.png index 9ced12d768..0ae7610cc2 100644 Binary files a/semcore/drag-and-drop/__tests__/drag-and-drop.browser-test.tsx-snapshots/-visual-Verify-DnD-in-Tab-panel-1-webkit-linux.png and b/semcore/drag-and-drop/__tests__/drag-and-drop.browser-test.tsx-snapshots/-visual-Verify-DnD-in-Tab-panel-1-webkit-linux.png differ diff --git a/semcore/drag-and-drop/__tests__/drag-and-drop.browser-test.tsx-snapshots/-visual-Verify-Dnd-when-drag-and-drop-marker-position-is-left-3-chromium-linux.png b/semcore/drag-and-drop/__tests__/drag-and-drop.browser-test.tsx-snapshots/-visual-Verify-Dnd-when-drag-and-drop-marker-position-is-left-3-chromium-linux.png index ff716cb7fe..ee731af2c9 100644 Binary files a/semcore/drag-and-drop/__tests__/drag-and-drop.browser-test.tsx-snapshots/-visual-Verify-Dnd-when-drag-and-drop-marker-position-is-left-3-chromium-linux.png and b/semcore/drag-and-drop/__tests__/drag-and-drop.browser-test.tsx-snapshots/-visual-Verify-Dnd-when-drag-and-drop-marker-position-is-left-3-chromium-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx index 28489627ec..5e84c57c6e 100644 --- a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx +++ b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx @@ -100,6 +100,18 @@ const pressKeyMultipleTimes = async (page: Page, key: string, times: number) => } }; +const scrollVirtualMenuToItem = async (page: Page, index: number) => { + const rowHeight = 52; + const scrollContainer = page.locator('[data-is-virtual="true"] [data-ui-name="ScrollArea.Container"]'); + + await scrollContainer.evaluate((el, { index, rowHeight }) => { + const element = el as HTMLElement; + + element.scrollTop = index * rowHeight; + element.dispatchEvent(new Event('scroll', { bubbles: true })); + }, { index, rowHeight }); +}; + /* ===================================================== @visual Visual states, hover and focus styles, paddings, margins, and snapshots. @@ -642,6 +654,7 @@ test.describe(`${TAG.VISUAL} `, () => { await loadPage(page, 'stories/components/dropdown-menu/advanced/examples/project-selector.tsx', 'en'); await locators.button(page).click(); + await page.waitForTimeout(200); await locators.menuitemradio(page, 'project 33').waitFor({ state: 'visible' }); await expect(locators.menuitemradio(page, 'project 33')).toHaveAttribute('aria-checked', 'true'); await expect(locators.menuitemradio(page, 'project 32')).toHaveAttribute('aria-checked', 'false'); @@ -657,7 +670,7 @@ test.describe(`${TAG.VISUAL} `, () => { await locators.menuitemradio(page, 'project 42').scrollIntoViewIfNeeded(); await expect(locators.menuitemradio(page, 'project 42')).toBeInViewport(); - await expect(locators.menuitemradio(page, 'project 36')).toBeVisible(); + await expect(locators.menuitemradio(page, 'project 44')).toBeVisible(); if (browserName === 'firefox') return; // every scroll on ff differs on some pixels(not stable) so visual regression skipped for it await expect(page).toHaveScreenshot(); }); @@ -1373,14 +1386,16 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { await page.keyboard.press('Tab'); await page.keyboard.press('Enter'); - await locators.menuitemradio(page, 'project 38').waitFor({ state: 'visible' }); - await expect(page.getByText('project 38').first()).toBeVisible(); + await scrollVirtualMenuToItem(page, 36); + await locators.menuitemradio(page, 'project 36').waitFor({ state: 'visible' }); + await expect(page.getByText('project 36').first()).toBeVisible(); + await locators.menuitemradio(page, 'project 33').focus(); await pressKeyMultipleTimes(page, 'ArrowUp', 40); await expect(locators.menuitemradio(page, 'project 0')).toBeFocused(); await page.keyboard.press('Enter'); - await locators.menuitemradio(page, 'project 10').waitFor({ state: 'visible' }); - await expect(page.getByText('project 10').first()).toBeVisible(); + await locators.menuitemradio(page, 'project 9').waitFor({ state: 'visible' }); + await expect(page.getByText('project 9').first()).toBeVisible(); }); test('Verify Focus on input search when menu opened by keyboard ', { diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-StatusItem-Verify-nothing-found-status-appearance-with-size-l-1-chromium-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-StatusItem-Verify-nothing-found-status-appearance-with-size-l-1-chromium-linux.png index a12c20585c..d122b85b3f 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-StatusItem-Verify-nothing-found-status-appearance-with-size-l-1-chromium-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-StatusItem-Verify-nothing-found-status-appearance-with-size-l-1-chromium-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-StatusItem-Verify-nothing-found-status-appearance-with-size-l-1-firefox-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-StatusItem-Verify-nothing-found-status-appearance-with-size-l-1-firefox-linux.png index 6f4806c703..b074a48ddb 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-StatusItem-Verify-nothing-found-status-appearance-with-size-l-1-firefox-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-StatusItem-Verify-nothing-found-status-appearance-with-size-l-1-firefox-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-StatusItem-Verify-nothing-found-status-appearance-with-size-l-1-webkit-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-StatusItem-Verify-nothing-found-status-appearance-with-size-l-1-webkit-linux.png index fc9c73e249..dcb1fe7bcd 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-StatusItem-Verify-nothing-found-status-appearance-with-size-l-1-webkit-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-StatusItem-Verify-nothing-found-status-appearance-with-size-l-1-webkit-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-StatusItem-Verify-nothing-found-status-appearance-with-size-m-1-chromium-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-StatusItem-Verify-nothing-found-status-appearance-with-size-m-1-chromium-linux.png index fd968a5f0a..7a63a5bba5 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-StatusItem-Verify-nothing-found-status-appearance-with-size-m-1-chromium-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-StatusItem-Verify-nothing-found-status-appearance-with-size-m-1-chromium-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-StatusItem-Verify-nothing-found-status-appearance-with-size-m-1-firefox-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-StatusItem-Verify-nothing-found-status-appearance-with-size-m-1-firefox-linux.png index a7d8c348b8..0ef3f32d7e 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-StatusItem-Verify-nothing-found-status-appearance-with-size-m-1-firefox-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-StatusItem-Verify-nothing-found-status-appearance-with-size-m-1-firefox-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-StatusItem-Verify-nothing-found-status-appearance-with-size-m-1-webkit-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-StatusItem-Verify-nothing-found-status-appearance-with-size-m-1-webkit-linux.png index 20af93e05e..cba86106ce 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-StatusItem-Verify-nothing-found-status-appearance-with-size-m-1-webkit-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-StatusItem-Verify-nothing-found-status-appearance-with-size-m-1-webkit-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Sticky-groups-Verify-keyboard-interactions-with-menu-with-sticky-groups-1-chromium-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Sticky-groups-Verify-keyboard-interactions-with-menu-with-sticky-groups-1-chromium-linux.png index 06fc04da18..a6cb3f5648 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Sticky-groups-Verify-keyboard-interactions-with-menu-with-sticky-groups-1-chromium-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Sticky-groups-Verify-keyboard-interactions-with-menu-with-sticky-groups-1-chromium-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Sticky-groups-Verify-keyboard-interactions-with-menu-with-sticky-groups-1-firefox-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Sticky-groups-Verify-keyboard-interactions-with-menu-with-sticky-groups-1-firefox-linux.png index 455ee53173..f597c978bd 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Sticky-groups-Verify-keyboard-interactions-with-menu-with-sticky-groups-1-firefox-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Sticky-groups-Verify-keyboard-interactions-with-menu-with-sticky-groups-1-firefox-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Sticky-groups-Verify-keyboard-interactions-with-menu-with-sticky-groups-1-webkit-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Sticky-groups-Verify-keyboard-interactions-with-menu-with-sticky-groups-1-webkit-linux.png index b25a65e49a..0278a33a0a 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Sticky-groups-Verify-keyboard-interactions-with-menu-with-sticky-groups-1-webkit-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Sticky-groups-Verify-keyboard-interactions-with-menu-with-sticky-groups-1-webkit-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Sticky-groups-Verify-mouse-interactions-with-menu-with-sticky-groups-1-chromium-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Sticky-groups-Verify-mouse-interactions-with-menu-with-sticky-groups-1-chromium-linux.png index ac0d9b0096..2a5b402722 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Sticky-groups-Verify-mouse-interactions-with-menu-with-sticky-groups-1-chromium-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Sticky-groups-Verify-mouse-interactions-with-menu-with-sticky-groups-1-chromium-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Sticky-groups-Verify-mouse-interactions-with-menu-with-sticky-groups-1-firefox-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Sticky-groups-Verify-mouse-interactions-with-menu-with-sticky-groups-1-firefox-linux.png index cb5c085299..e8f8c0758e 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Sticky-groups-Verify-mouse-interactions-with-menu-with-sticky-groups-1-firefox-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Sticky-groups-Verify-mouse-interactions-with-menu-with-sticky-groups-1-firefox-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Sticky-groups-Verify-mouse-interactions-with-menu-with-sticky-groups-1-webkit-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Sticky-groups-Verify-mouse-interactions-with-menu-with-sticky-groups-1-webkit-linux.png index 4b37dc6534..31797e1c1d 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Sticky-groups-Verify-mouse-interactions-with-menu-with-sticky-groups-1-webkit-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Sticky-groups-Verify-mouse-interactions-with-menu-with-sticky-groups-1-webkit-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Sticky-groups-Verify-mouse-interactions-with-menu-with-sticky-groups-2-chromium-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Sticky-groups-Verify-mouse-interactions-with-menu-with-sticky-groups-2-chromium-linux.png index 43fbf236a1..cdf280b7cb 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Sticky-groups-Verify-mouse-interactions-with-menu-with-sticky-groups-2-chromium-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Sticky-groups-Verify-mouse-interactions-with-menu-with-sticky-groups-2-chromium-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Sticky-groups-Verify-mouse-interactions-with-menu-with-sticky-groups-2-firefox-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Sticky-groups-Verify-mouse-interactions-with-menu-with-sticky-groups-2-firefox-linux.png index 6591a9fa22..79184792b0 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Sticky-groups-Verify-mouse-interactions-with-menu-with-sticky-groups-2-firefox-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Sticky-groups-Verify-mouse-interactions-with-menu-with-sticky-groups-2-firefox-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Sticky-groups-Verify-mouse-interactions-with-menu-with-sticky-groups-2-webkit-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Sticky-groups-Verify-mouse-interactions-with-menu-with-sticky-groups-2-webkit-linux.png index 6b958b7905..c8339e9bab 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Sticky-groups-Verify-mouse-interactions-with-menu-with-sticky-groups-2-webkit-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Sticky-groups-Verify-mouse-interactions-with-menu-with-sticky-groups-2-webkit-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-and-Hint-on-DD-menu-1-chromium-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-and-Hint-on-DD-menu-1-chromium-linux.png index 49026a2fa0..8bd46144ba 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-and-Hint-on-DD-menu-1-chromium-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-and-Hint-on-DD-menu-1-chromium-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-and-Hint-on-DD-menu-1-firefox-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-and-Hint-on-DD-menu-1-firefox-linux.png index 3e8dfddbb9..da6a090493 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-and-Hint-on-DD-menu-1-firefox-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-and-Hint-on-DD-menu-1-firefox-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-and-Hint-on-DD-menu-1-webkit-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-and-Hint-on-DD-menu-1-webkit-linux.png index 164be80a48..ebdc2bdd80 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-and-Hint-on-DD-menu-1-webkit-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-and-Hint-on-DD-menu-1-webkit-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-and-Hint-on-DD-menu-2-chromium-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-and-Hint-on-DD-menu-2-chromium-linux.png index 2e69876cab..3800140017 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-and-Hint-on-DD-menu-2-chromium-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-and-Hint-on-DD-menu-2-chromium-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-and-Hint-on-DD-menu-2-firefox-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-and-Hint-on-DD-menu-2-firefox-linux.png index 5ab109b349..e36144a7be 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-and-Hint-on-DD-menu-2-firefox-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-and-Hint-on-DD-menu-2-firefox-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-and-Hint-on-DD-menu-2-webkit-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-and-Hint-on-DD-menu-2-webkit-linux.png index caff5418b1..9b6dd3747c 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-and-Hint-on-DD-menu-2-webkit-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-and-Hint-on-DD-menu-2-webkit-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-Multiselect-items-focus-1-chromium-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-Multiselect-items-focus-1-chromium-linux.png index 06217eb715..b328db2198 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-Multiselect-items-focus-1-chromium-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-Multiselect-items-focus-1-chromium-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-Multiselect-items-focus-1-firefox-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-Multiselect-items-focus-1-firefox-linux.png index 129d6aefda..fd5323d8d1 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-Multiselect-items-focus-1-firefox-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-Multiselect-items-focus-1-firefox-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-Multiselect-items-focus-1-webkit-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-Multiselect-items-focus-1-webkit-linux.png index e63a158287..17d975104d 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-Multiselect-items-focus-1-webkit-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-Multiselect-items-focus-1-webkit-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-Selectable-radio-after-mouse-interaction-1-chromium-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-Selectable-radio-after-mouse-interaction-1-chromium-linux.png index b6eaec811f..86e1093bf5 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-Selectable-radio-after-mouse-interaction-1-chromium-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-Selectable-radio-after-mouse-interaction-1-chromium-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-Selectable-radio-after-mouse-interaction-1-firefox-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-Selectable-radio-after-mouse-interaction-1-firefox-linux.png index b89ec5054f..66fd765c93 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-Selectable-radio-after-mouse-interaction-1-firefox-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-Selectable-radio-after-mouse-interaction-1-firefox-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-Selectable-radio-after-mouse-interaction-1-webkit-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-Selectable-radio-after-mouse-interaction-1-webkit-linux.png index 1dce661065..75684d07aa 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-Selectable-radio-after-mouse-interaction-1-webkit-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-Selectable-radio-after-mouse-interaction-1-webkit-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-Virtual-scroll-by-Mouse-1-chromium-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-Virtual-scroll-by-Mouse-1-chromium-linux.png index bd779c46fb..d6d0454b18 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-Virtual-scroll-by-Mouse-1-chromium-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-Virtual-scroll-by-Mouse-1-chromium-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-Virtual-scroll-by-Mouse-1-webkit-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-Virtual-scroll-by-Mouse-1-webkit-linux.png index 817bdb8d4b..9b8079799b 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-Virtual-scroll-by-Mouse-1-webkit-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-Virtual-scroll-by-Mouse-1-webkit-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-base-dropdown-with-size-l-disabledAll-false-stretch-false-visible-true-1-chromium-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-base-dropdown-with-size-l-disabledAll-false-stretch-false-visible-true-1-chromium-linux.png index adb6633b44..c77fa796fa 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-base-dropdown-with-size-l-disabledAll-false-stretch-false-visible-true-1-chromium-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-base-dropdown-with-size-l-disabledAll-false-stretch-false-visible-true-1-chromium-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-base-dropdown-with-size-l-disabledAll-false-stretch-false-visible-true-1-firefox-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-base-dropdown-with-size-l-disabledAll-false-stretch-false-visible-true-1-firefox-linux.png index 1920c9cda1..d826c5077d 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-base-dropdown-with-size-l-disabledAll-false-stretch-false-visible-true-1-firefox-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-base-dropdown-with-size-l-disabledAll-false-stretch-false-visible-true-1-firefox-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-base-dropdown-with-size-l-disabledAll-false-stretch-false-visible-true-1-webkit-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-base-dropdown-with-size-l-disabledAll-false-stretch-false-visible-true-1-webkit-linux.png index 77fd8a8743..4369075784 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-base-dropdown-with-size-l-disabledAll-false-stretch-false-visible-true-1-webkit-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-base-dropdown-with-size-l-disabledAll-false-stretch-false-visible-true-1-webkit-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-base-dropdown-with-size-l-disabledAll-false-stretch-fixed-visible-true-1-chromium-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-base-dropdown-with-size-l-disabledAll-false-stretch-fixed-visible-true-1-chromium-linux.png index 5b0b76ce95..46385f09fe 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-base-dropdown-with-size-l-disabledAll-false-stretch-fixed-visible-true-1-chromium-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-base-dropdown-with-size-l-disabledAll-false-stretch-fixed-visible-true-1-chromium-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-base-dropdown-with-size-l-disabledAll-false-stretch-fixed-visible-true-1-firefox-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-base-dropdown-with-size-l-disabledAll-false-stretch-fixed-visible-true-1-firefox-linux.png index cc9559c577..5a9bb6550d 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-base-dropdown-with-size-l-disabledAll-false-stretch-fixed-visible-true-1-firefox-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-base-dropdown-with-size-l-disabledAll-false-stretch-fixed-visible-true-1-firefox-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-base-dropdown-with-size-l-disabledAll-false-stretch-fixed-visible-true-1-webkit-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-base-dropdown-with-size-l-disabledAll-false-stretch-fixed-visible-true-1-webkit-linux.png index 888c91acea..215a1a6318 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-base-dropdown-with-size-l-disabledAll-false-stretch-fixed-visible-true-1-webkit-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-base-dropdown-with-size-l-disabledAll-false-stretch-fixed-visible-true-1-webkit-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-base-dropdown-with-size-l-disabledAll-false-stretch-min-visible-true-1-chromium-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-base-dropdown-with-size-l-disabledAll-false-stretch-min-visible-true-1-chromium-linux.png index adb6633b44..c77fa796fa 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-base-dropdown-with-size-l-disabledAll-false-stretch-min-visible-true-1-chromium-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-base-dropdown-with-size-l-disabledAll-false-stretch-min-visible-true-1-chromium-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-base-dropdown-with-size-l-disabledAll-false-stretch-min-visible-true-1-firefox-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-base-dropdown-with-size-l-disabledAll-false-stretch-min-visible-true-1-firefox-linux.png index 1920c9cda1..d826c5077d 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-base-dropdown-with-size-l-disabledAll-false-stretch-min-visible-true-1-firefox-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-base-dropdown-with-size-l-disabledAll-false-stretch-min-visible-true-1-firefox-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-base-dropdown-with-size-l-disabledAll-false-stretch-min-visible-true-1-webkit-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-base-dropdown-with-size-l-disabledAll-false-stretch-min-visible-true-1-webkit-linux.png index 77fd8a8743..4369075784 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-base-dropdown-with-size-l-disabledAll-false-stretch-min-visible-true-1-webkit-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-base-dropdown-with-size-l-disabledAll-false-stretch-min-visible-true-1-webkit-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-base-dropdown-with-size-l-disabledAll-true-stretch-undefined-visible-true-1-chromium-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-base-dropdown-with-size-l-disabledAll-true-stretch-undefined-visible-true-1-chromium-linux.png index 0baeb17bbe..20f3f51849 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-base-dropdown-with-size-l-disabledAll-true-stretch-undefined-visible-true-1-chromium-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-base-dropdown-with-size-l-disabledAll-true-stretch-undefined-visible-true-1-chromium-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-base-dropdown-with-size-l-disabledAll-true-stretch-undefined-visible-true-1-firefox-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-base-dropdown-with-size-l-disabledAll-true-stretch-undefined-visible-true-1-firefox-linux.png index 88ce89bb6b..ee0794ebf3 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-base-dropdown-with-size-l-disabledAll-true-stretch-undefined-visible-true-1-firefox-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-base-dropdown-with-size-l-disabledAll-true-stretch-undefined-visible-true-1-firefox-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-base-dropdown-with-size-l-disabledAll-true-stretch-undefined-visible-true-1-webkit-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-base-dropdown-with-size-l-disabledAll-true-stretch-undefined-visible-true-1-webkit-linux.png index 3755dde1f2..f9578eb718 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-base-dropdown-with-size-l-disabledAll-true-stretch-undefined-visible-true-1-webkit-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-base-dropdown-with-size-l-disabledAll-true-stretch-undefined-visible-true-1-webkit-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-base-dropdown-with-size-m-disabledAll-false-stretch-false-visible-true-1-chromium-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-base-dropdown-with-size-m-disabledAll-false-stretch-false-visible-true-1-chromium-linux.png index 3f135d2659..d95060e751 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-base-dropdown-with-size-m-disabledAll-false-stretch-false-visible-true-1-chromium-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-base-dropdown-with-size-m-disabledAll-false-stretch-false-visible-true-1-chromium-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-base-dropdown-with-size-m-disabledAll-false-stretch-false-visible-true-1-firefox-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-base-dropdown-with-size-m-disabledAll-false-stretch-false-visible-true-1-firefox-linux.png index a611fb158d..a12b951264 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-base-dropdown-with-size-m-disabledAll-false-stretch-false-visible-true-1-firefox-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-base-dropdown-with-size-m-disabledAll-false-stretch-false-visible-true-1-firefox-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-base-dropdown-with-size-m-disabledAll-false-stretch-false-visible-true-1-webkit-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-base-dropdown-with-size-m-disabledAll-false-stretch-false-visible-true-1-webkit-linux.png index 7878df0d43..1f28b21873 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-base-dropdown-with-size-m-disabledAll-false-stretch-false-visible-true-1-webkit-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-base-dropdown-with-size-m-disabledAll-false-stretch-false-visible-true-1-webkit-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-base-dropdown-with-size-m-disabledAll-false-stretch-fixed-visible-true-1-chromium-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-base-dropdown-with-size-m-disabledAll-false-stretch-fixed-visible-true-1-chromium-linux.png index 5b24412851..5a105a3808 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-base-dropdown-with-size-m-disabledAll-false-stretch-fixed-visible-true-1-chromium-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-base-dropdown-with-size-m-disabledAll-false-stretch-fixed-visible-true-1-chromium-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-base-dropdown-with-size-m-disabledAll-false-stretch-fixed-visible-true-1-firefox-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-base-dropdown-with-size-m-disabledAll-false-stretch-fixed-visible-true-1-firefox-linux.png index e0a96621f6..3edc90b5e9 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-base-dropdown-with-size-m-disabledAll-false-stretch-fixed-visible-true-1-firefox-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-base-dropdown-with-size-m-disabledAll-false-stretch-fixed-visible-true-1-firefox-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-base-dropdown-with-size-m-disabledAll-false-stretch-fixed-visible-true-1-webkit-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-base-dropdown-with-size-m-disabledAll-false-stretch-fixed-visible-true-1-webkit-linux.png index b8bab4060e..29b8982bac 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-base-dropdown-with-size-m-disabledAll-false-stretch-fixed-visible-true-1-webkit-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-base-dropdown-with-size-m-disabledAll-false-stretch-fixed-visible-true-1-webkit-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-base-dropdown-with-size-m-disabledAll-false-stretch-min-visible-true-1-chromium-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-base-dropdown-with-size-m-disabledAll-false-stretch-min-visible-true-1-chromium-linux.png index 3f135d2659..d95060e751 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-base-dropdown-with-size-m-disabledAll-false-stretch-min-visible-true-1-chromium-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-base-dropdown-with-size-m-disabledAll-false-stretch-min-visible-true-1-chromium-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-base-dropdown-with-size-m-disabledAll-false-stretch-min-visible-true-1-firefox-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-base-dropdown-with-size-m-disabledAll-false-stretch-min-visible-true-1-firefox-linux.png index a611fb158d..a12b951264 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-base-dropdown-with-size-m-disabledAll-false-stretch-min-visible-true-1-firefox-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-base-dropdown-with-size-m-disabledAll-false-stretch-min-visible-true-1-firefox-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-base-dropdown-with-size-m-disabledAll-false-stretch-min-visible-true-1-webkit-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-base-dropdown-with-size-m-disabledAll-false-stretch-min-visible-true-1-webkit-linux.png index 7878df0d43..1f28b21873 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-base-dropdown-with-size-m-disabledAll-false-stretch-min-visible-true-1-webkit-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-base-dropdown-with-size-m-disabledAll-false-stretch-min-visible-true-1-webkit-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-base-dropdown-with-size-m-disabledAll-true-stretch-undefined-visible-true-1-chromium-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-base-dropdown-with-size-m-disabledAll-true-stretch-undefined-visible-true-1-chromium-linux.png index fd6b9daf9d..4f64dd7e3d 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-base-dropdown-with-size-m-disabledAll-true-stretch-undefined-visible-true-1-chromium-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-base-dropdown-with-size-m-disabledAll-true-stretch-undefined-visible-true-1-chromium-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-base-dropdown-with-size-m-disabledAll-true-stretch-undefined-visible-true-1-firefox-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-base-dropdown-with-size-m-disabledAll-true-stretch-undefined-visible-true-1-firefox-linux.png index b4e1235d96..c96444514e 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-base-dropdown-with-size-m-disabledAll-true-stretch-undefined-visible-true-1-firefox-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-base-dropdown-with-size-m-disabledAll-true-stretch-undefined-visible-true-1-firefox-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-base-dropdown-with-size-m-disabledAll-true-stretch-undefined-visible-true-1-webkit-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-base-dropdown-with-size-m-disabledAll-true-stretch-undefined-visible-true-1-webkit-linux.png index 6b4cda6968..90517d1fae 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-base-dropdown-with-size-m-disabledAll-true-stretch-undefined-visible-true-1-webkit-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-base-dropdown-with-size-m-disabledAll-true-stretch-undefined-visible-true-1-webkit-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-focus-on-Selectable-radio-1-chromium-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-focus-on-Selectable-radio-1-chromium-linux.png index 03c01b50dc..27fc0a040a 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-focus-on-Selectable-radio-1-chromium-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-focus-on-Selectable-radio-1-chromium-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-focus-on-Selectable-radio-1-firefox-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-focus-on-Selectable-radio-1-firefox-linux.png index 88402bf265..9e4c2395ae 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-focus-on-Selectable-radio-1-firefox-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-focus-on-Selectable-radio-1-firefox-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-focus-on-Selectable-radio-1-webkit-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-focus-on-Selectable-radio-1-webkit-linux.png index 655d703d1c..65f9c5f8d1 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-focus-on-Selectable-radio-1-webkit-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-focus-on-Selectable-radio-1-webkit-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-focus-on-Selectable-radio-2-chromium-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-focus-on-Selectable-radio-2-chromium-linux.png index 25ed3cc158..3a8f49f52b 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-focus-on-Selectable-radio-2-chromium-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-focus-on-Selectable-radio-2-chromium-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-focus-on-Selectable-radio-2-firefox-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-focus-on-Selectable-radio-2-firefox-linux.png index 9970c7ebaa..523567b42a 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-focus-on-Selectable-radio-2-firefox-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-focus-on-Selectable-radio-2-firefox-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-focus-on-Selectable-radio-2-webkit-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-focus-on-Selectable-radio-2-webkit-linux.png index 41b6a76d76..caafa93c04 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-focus-on-Selectable-radio-2-webkit-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-focus-on-Selectable-radio-2-webkit-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-focus-on-base-dropdown-menu-1-chromium-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-focus-on-base-dropdown-menu-1-chromium-linux.png index cc4ec3398e..a2bfbd466a 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-focus-on-base-dropdown-menu-1-chromium-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-focus-on-base-dropdown-menu-1-chromium-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-focus-on-base-dropdown-menu-1-firefox-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-focus-on-base-dropdown-menu-1-firefox-linux.png index ce93d1f7ae..9760f3e356 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-focus-on-base-dropdown-menu-1-firefox-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-focus-on-base-dropdown-menu-1-firefox-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-focus-on-base-dropdown-menu-1-webkit-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-focus-on-base-dropdown-menu-1-webkit-linux.png index 64b21fc46e..82b63e4280 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-focus-on-base-dropdown-menu-1-webkit-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-focus-on-base-dropdown-menu-1-webkit-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-focus-on-base-dropdown-menu-2-chromium-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-focus-on-base-dropdown-menu-2-chromium-linux.png index 6eeac56d28..92dacd4d77 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-focus-on-base-dropdown-menu-2-chromium-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-focus-on-base-dropdown-menu-2-chromium-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-focus-on-base-dropdown-menu-2-firefox-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-focus-on-base-dropdown-menu-2-firefox-linux.png index 4ab957e910..15268fce4b 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-focus-on-base-dropdown-menu-2-firefox-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-focus-on-base-dropdown-menu-2-firefox-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-focus-on-base-dropdown-menu-2-webkit-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-focus-on-base-dropdown-menu-2-webkit-linux.png index bc9537cd2b..6718ad7a11 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-focus-on-base-dropdown-menu-2-webkit-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-focus-on-base-dropdown-menu-2-webkit-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-focus-on-dropdown-menu-with-actions-in-items-1-chromium-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-focus-on-dropdown-menu-with-actions-in-items-1-chromium-linux.png index f248a7f1a7..5903abe348 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-focus-on-dropdown-menu-with-actions-in-items-1-chromium-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-focus-on-dropdown-menu-with-actions-in-items-1-chromium-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-focus-on-dropdown-menu-with-actions-in-items-1-firefox-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-focus-on-dropdown-menu-with-actions-in-items-1-firefox-linux.png index 91f66a0f02..69bc4831f5 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-focus-on-dropdown-menu-with-actions-in-items-1-firefox-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-focus-on-dropdown-menu-with-actions-in-items-1-firefox-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-focus-on-dropdown-menu-with-actions-in-items-1-webkit-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-focus-on-dropdown-menu-with-actions-in-items-1-webkit-linux.png index 101dde4a82..671c40edcc 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-focus-on-dropdown-menu-with-actions-in-items-1-webkit-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-focus-on-dropdown-menu-with-actions-in-items-1-webkit-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-focus-on-dropdown-menu-with-actions-in-items-2-chromium-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-focus-on-dropdown-menu-with-actions-in-items-2-chromium-linux.png index 951af62c65..c92e47c5dd 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-focus-on-dropdown-menu-with-actions-in-items-2-chromium-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-focus-on-dropdown-menu-with-actions-in-items-2-chromium-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-focus-on-dropdown-menu-with-actions-in-items-2-firefox-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-focus-on-dropdown-menu-with-actions-in-items-2-firefox-linux.png index 6c1ce244e0..7f46aaaeda 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-focus-on-dropdown-menu-with-actions-in-items-2-firefox-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-focus-on-dropdown-menu-with-actions-in-items-2-firefox-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-focus-on-dropdown-menu-with-actions-in-items-2-webkit-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-focus-on-dropdown-menu-with-actions-in-items-2-webkit-linux.png index 60e8a46eba..7d0c9d7da2 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-focus-on-dropdown-menu-with-actions-in-items-2-webkit-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-focus-on-dropdown-menu-with-actions-in-items-2-webkit-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-focus-on-dropdown-menu-with-actions-in-items-3-chromium-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-focus-on-dropdown-menu-with-actions-in-items-3-chromium-linux.png index 2cbbe23a01..43ab5bd238 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-focus-on-dropdown-menu-with-actions-in-items-3-chromium-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-focus-on-dropdown-menu-with-actions-in-items-3-chromium-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-focus-on-dropdown-menu-with-actions-in-items-3-firefox-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-focus-on-dropdown-menu-with-actions-in-items-3-firefox-linux.png index 297c3e280f..cf892cb9af 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-focus-on-dropdown-menu-with-actions-in-items-3-firefox-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-focus-on-dropdown-menu-with-actions-in-items-3-firefox-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-focus-on-dropdown-menu-with-actions-in-items-3-webkit-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-focus-on-dropdown-menu-with-actions-in-items-3-webkit-linux.png index 04dafbe647..dbfcf54889 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-focus-on-dropdown-menu-with-actions-in-items-3-webkit-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-focus-on-dropdown-menu-with-actions-in-items-3-webkit-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-focus-on-dropdown-menu-with-actions-in-items-4-chromium-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-focus-on-dropdown-menu-with-actions-in-items-4-chromium-linux.png index 96a842a3a9..c138ef1971 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-focus-on-dropdown-menu-with-actions-in-items-4-chromium-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-focus-on-dropdown-menu-with-actions-in-items-4-chromium-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-focus-on-dropdown-menu-with-actions-in-items-4-firefox-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-focus-on-dropdown-menu-with-actions-in-items-4-firefox-linux.png index 96a98c77a1..5ef3c24197 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-focus-on-dropdown-menu-with-actions-in-items-4-firefox-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-focus-on-dropdown-menu-with-actions-in-items-4-firefox-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-focus-on-dropdown-menu-with-actions-in-items-4-webkit-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-focus-on-dropdown-menu-with-actions-in-items-4-webkit-linux.png index ab79d61ed4..184812f75b 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-focus-on-dropdown-menu-with-actions-in-items-4-webkit-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-focus-on-dropdown-menu-with-actions-in-items-4-webkit-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-focus-when-notice-and-interactive-item-in-menu-1-chromium-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-focus-when-notice-and-interactive-item-in-menu-1-chromium-linux.png index 344b718057..038abab769 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-focus-when-notice-and-interactive-item-in-menu-1-chromium-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-focus-when-notice-and-interactive-item-in-menu-1-chromium-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-focus-when-notice-and-interactive-item-in-menu-1-firefox-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-focus-when-notice-and-interactive-item-in-menu-1-firefox-linux.png index 3656cebde1..bc14791eed 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-focus-when-notice-and-interactive-item-in-menu-1-firefox-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-focus-when-notice-and-interactive-item-in-menu-1-firefox-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-focus-when-notice-and-interactive-item-in-menu-1-webkit-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-focus-when-notice-and-interactive-item-in-menu-1-webkit-linux.png index d15906d650..b7535855d0 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-focus-when-notice-and-interactive-item-in-menu-1-webkit-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-focus-when-notice-and-interactive-item-in-menu-1-webkit-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-menu-items-types-with-badges-icons-and-other-content-1-chromium-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-menu-items-types-with-badges-icons-and-other-content-1-chromium-linux.png index b7b08ee4c6..723a12d5b1 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-menu-items-types-with-badges-icons-and-other-content-1-chromium-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-menu-items-types-with-badges-icons-and-other-content-1-chromium-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-menu-items-types-with-badges-icons-and-other-content-1-firefox-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-menu-items-types-with-badges-icons-and-other-content-1-firefox-linux.png index c59e04a7da..d34f14263a 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-menu-items-types-with-badges-icons-and-other-content-1-firefox-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-menu-items-types-with-badges-icons-and-other-content-1-firefox-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-menu-items-types-with-badges-icons-and-other-content-1-webkit-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-menu-items-types-with-badges-icons-and-other-content-1-webkit-linux.png index ccfdc9553a..1ebb588b62 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-menu-items-types-with-badges-icons-and-other-content-1-webkit-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-menu-items-types-with-badges-icons-and-other-content-1-webkit-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-multiselect-dropdown-with-size-l-disabledAll-false-stretch-false-visible-true-1-chromium-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-multiselect-dropdown-with-size-l-disabledAll-false-stretch-false-visible-true-1-chromium-linux.png index 5265cf6fa1..5ee0044f75 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-multiselect-dropdown-with-size-l-disabledAll-false-stretch-false-visible-true-1-chromium-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-multiselect-dropdown-with-size-l-disabledAll-false-stretch-false-visible-true-1-chromium-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-multiselect-dropdown-with-size-l-disabledAll-false-stretch-false-visible-true-1-firefox-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-multiselect-dropdown-with-size-l-disabledAll-false-stretch-false-visible-true-1-firefox-linux.png index 799d345f3d..094663764c 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-multiselect-dropdown-with-size-l-disabledAll-false-stretch-false-visible-true-1-firefox-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-multiselect-dropdown-with-size-l-disabledAll-false-stretch-false-visible-true-1-firefox-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-multiselect-dropdown-with-size-l-disabledAll-false-stretch-false-visible-true-1-webkit-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-multiselect-dropdown-with-size-l-disabledAll-false-stretch-false-visible-true-1-webkit-linux.png index 24ee79852a..ccaa2bf40b 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-multiselect-dropdown-with-size-l-disabledAll-false-stretch-false-visible-true-1-webkit-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-multiselect-dropdown-with-size-l-disabledAll-false-stretch-false-visible-true-1-webkit-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-multiselect-dropdown-with-size-l-disabledAll-false-stretch-fixed-visible-true-1-chromium-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-multiselect-dropdown-with-size-l-disabledAll-false-stretch-fixed-visible-true-1-chromium-linux.png index 8d38a410be..238d2aeee8 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-multiselect-dropdown-with-size-l-disabledAll-false-stretch-fixed-visible-true-1-chromium-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-multiselect-dropdown-with-size-l-disabledAll-false-stretch-fixed-visible-true-1-chromium-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-multiselect-dropdown-with-size-l-disabledAll-false-stretch-fixed-visible-true-1-firefox-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-multiselect-dropdown-with-size-l-disabledAll-false-stretch-fixed-visible-true-1-firefox-linux.png index 6fe4327ac7..a193a6a542 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-multiselect-dropdown-with-size-l-disabledAll-false-stretch-fixed-visible-true-1-firefox-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-multiselect-dropdown-with-size-l-disabledAll-false-stretch-fixed-visible-true-1-firefox-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-multiselect-dropdown-with-size-l-disabledAll-false-stretch-fixed-visible-true-1-webkit-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-multiselect-dropdown-with-size-l-disabledAll-false-stretch-fixed-visible-true-1-webkit-linux.png index 537e9e387c..6f65e87f84 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-multiselect-dropdown-with-size-l-disabledAll-false-stretch-fixed-visible-true-1-webkit-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-multiselect-dropdown-with-size-l-disabledAll-false-stretch-fixed-visible-true-1-webkit-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-multiselect-dropdown-with-size-l-disabledAll-false-stretch-min-visible-true-1-chromium-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-multiselect-dropdown-with-size-l-disabledAll-false-stretch-min-visible-true-1-chromium-linux.png index 5265cf6fa1..5ee0044f75 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-multiselect-dropdown-with-size-l-disabledAll-false-stretch-min-visible-true-1-chromium-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-multiselect-dropdown-with-size-l-disabledAll-false-stretch-min-visible-true-1-chromium-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-multiselect-dropdown-with-size-l-disabledAll-false-stretch-min-visible-true-1-firefox-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-multiselect-dropdown-with-size-l-disabledAll-false-stretch-min-visible-true-1-firefox-linux.png index 799d345f3d..094663764c 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-multiselect-dropdown-with-size-l-disabledAll-false-stretch-min-visible-true-1-firefox-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-multiselect-dropdown-with-size-l-disabledAll-false-stretch-min-visible-true-1-firefox-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-multiselect-dropdown-with-size-l-disabledAll-false-stretch-min-visible-true-1-webkit-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-multiselect-dropdown-with-size-l-disabledAll-false-stretch-min-visible-true-1-webkit-linux.png index 24ee79852a..ccaa2bf40b 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-multiselect-dropdown-with-size-l-disabledAll-false-stretch-min-visible-true-1-webkit-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-multiselect-dropdown-with-size-l-disabledAll-false-stretch-min-visible-true-1-webkit-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-multiselect-dropdown-with-size-l-disabledAll-true-stretch-undefined-visible-true-1-chromium-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-multiselect-dropdown-with-size-l-disabledAll-true-stretch-undefined-visible-true-1-chromium-linux.png index f0e633f5b3..59fe3eeac5 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-multiselect-dropdown-with-size-l-disabledAll-true-stretch-undefined-visible-true-1-chromium-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-multiselect-dropdown-with-size-l-disabledAll-true-stretch-undefined-visible-true-1-chromium-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-multiselect-dropdown-with-size-l-disabledAll-true-stretch-undefined-visible-true-1-firefox-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-multiselect-dropdown-with-size-l-disabledAll-true-stretch-undefined-visible-true-1-firefox-linux.png index 947d48a465..68ff5c859d 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-multiselect-dropdown-with-size-l-disabledAll-true-stretch-undefined-visible-true-1-firefox-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-multiselect-dropdown-with-size-l-disabledAll-true-stretch-undefined-visible-true-1-firefox-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-multiselect-dropdown-with-size-l-disabledAll-true-stretch-undefined-visible-true-1-webkit-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-multiselect-dropdown-with-size-l-disabledAll-true-stretch-undefined-visible-true-1-webkit-linux.png index ad00fedc15..db55c16237 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-multiselect-dropdown-with-size-l-disabledAll-true-stretch-undefined-visible-true-1-webkit-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-multiselect-dropdown-with-size-l-disabledAll-true-stretch-undefined-visible-true-1-webkit-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-multiselect-dropdown-with-size-m-disabledAll-false-stretch-false-visible-true-1-chromium-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-multiselect-dropdown-with-size-m-disabledAll-false-stretch-false-visible-true-1-chromium-linux.png index 6fa1a5afa7..0238cb0e86 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-multiselect-dropdown-with-size-m-disabledAll-false-stretch-false-visible-true-1-chromium-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-multiselect-dropdown-with-size-m-disabledAll-false-stretch-false-visible-true-1-chromium-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-multiselect-dropdown-with-size-m-disabledAll-false-stretch-false-visible-true-1-firefox-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-multiselect-dropdown-with-size-m-disabledAll-false-stretch-false-visible-true-1-firefox-linux.png index e62b53660c..60971e4b4c 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-multiselect-dropdown-with-size-m-disabledAll-false-stretch-false-visible-true-1-firefox-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-multiselect-dropdown-with-size-m-disabledAll-false-stretch-false-visible-true-1-firefox-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-multiselect-dropdown-with-size-m-disabledAll-false-stretch-false-visible-true-1-webkit-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-multiselect-dropdown-with-size-m-disabledAll-false-stretch-false-visible-true-1-webkit-linux.png index f1cef7306e..d858a8fe83 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-multiselect-dropdown-with-size-m-disabledAll-false-stretch-false-visible-true-1-webkit-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-multiselect-dropdown-with-size-m-disabledAll-false-stretch-false-visible-true-1-webkit-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-multiselect-dropdown-with-size-m-disabledAll-false-stretch-fixed-visible-true-1-chromium-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-multiselect-dropdown-with-size-m-disabledAll-false-stretch-fixed-visible-true-1-chromium-linux.png index e3c88b5347..03ed863a73 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-multiselect-dropdown-with-size-m-disabledAll-false-stretch-fixed-visible-true-1-chromium-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-multiselect-dropdown-with-size-m-disabledAll-false-stretch-fixed-visible-true-1-chromium-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-multiselect-dropdown-with-size-m-disabledAll-false-stretch-fixed-visible-true-1-firefox-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-multiselect-dropdown-with-size-m-disabledAll-false-stretch-fixed-visible-true-1-firefox-linux.png index c794d240f3..1221b68e1b 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-multiselect-dropdown-with-size-m-disabledAll-false-stretch-fixed-visible-true-1-firefox-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-multiselect-dropdown-with-size-m-disabledAll-false-stretch-fixed-visible-true-1-firefox-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-multiselect-dropdown-with-size-m-disabledAll-false-stretch-fixed-visible-true-1-webkit-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-multiselect-dropdown-with-size-m-disabledAll-false-stretch-fixed-visible-true-1-webkit-linux.png index 6f9705f8cd..241fd9c2d6 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-multiselect-dropdown-with-size-m-disabledAll-false-stretch-fixed-visible-true-1-webkit-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-multiselect-dropdown-with-size-m-disabledAll-false-stretch-fixed-visible-true-1-webkit-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-multiselect-dropdown-with-size-m-disabledAll-false-stretch-min-visible-true-1-chromium-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-multiselect-dropdown-with-size-m-disabledAll-false-stretch-min-visible-true-1-chromium-linux.png index 6fa1a5afa7..0238cb0e86 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-multiselect-dropdown-with-size-m-disabledAll-false-stretch-min-visible-true-1-chromium-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-multiselect-dropdown-with-size-m-disabledAll-false-stretch-min-visible-true-1-chromium-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-multiselect-dropdown-with-size-m-disabledAll-false-stretch-min-visible-true-1-firefox-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-multiselect-dropdown-with-size-m-disabledAll-false-stretch-min-visible-true-1-firefox-linux.png index e62b53660c..60971e4b4c 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-multiselect-dropdown-with-size-m-disabledAll-false-stretch-min-visible-true-1-firefox-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-multiselect-dropdown-with-size-m-disabledAll-false-stretch-min-visible-true-1-firefox-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-multiselect-dropdown-with-size-m-disabledAll-false-stretch-min-visible-true-1-webkit-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-multiselect-dropdown-with-size-m-disabledAll-false-stretch-min-visible-true-1-webkit-linux.png index f1cef7306e..d858a8fe83 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-multiselect-dropdown-with-size-m-disabledAll-false-stretch-min-visible-true-1-webkit-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-multiselect-dropdown-with-size-m-disabledAll-false-stretch-min-visible-true-1-webkit-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-multiselect-dropdown-with-size-m-disabledAll-true-stretch-undefined-visible-true-1-chromium-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-multiselect-dropdown-with-size-m-disabledAll-true-stretch-undefined-visible-true-1-chromium-linux.png index 3bb7a7a208..2f2c5cf38a 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-multiselect-dropdown-with-size-m-disabledAll-true-stretch-undefined-visible-true-1-chromium-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-multiselect-dropdown-with-size-m-disabledAll-true-stretch-undefined-visible-true-1-chromium-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-multiselect-dropdown-with-size-m-disabledAll-true-stretch-undefined-visible-true-1-firefox-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-multiselect-dropdown-with-size-m-disabledAll-true-stretch-undefined-visible-true-1-firefox-linux.png index b1f8b54927..ec5f275169 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-multiselect-dropdown-with-size-m-disabledAll-true-stretch-undefined-visible-true-1-firefox-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-multiselect-dropdown-with-size-m-disabledAll-true-stretch-undefined-visible-true-1-firefox-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-multiselect-dropdown-with-size-m-disabledAll-true-stretch-undefined-visible-true-1-webkit-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-multiselect-dropdown-with-size-m-disabledAll-true-stretch-undefined-visible-true-1-webkit-linux.png index cbc81de60d..10591e9277 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-multiselect-dropdown-with-size-m-disabledAll-true-stretch-undefined-visible-true-1-webkit-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-multiselect-dropdown-with-size-m-disabledAll-true-stretch-undefined-visible-true-1-webkit-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-selectable-radio-dropdown-with-654bb-sabledAll-true-stretch-undefined-visible-true-1-chromium-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-selectable-radio-dropdown-with-654bb-sabledAll-true-stretch-undefined-visible-true-1-chromium-linux.png index 49e592bdb5..90f74f8073 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-selectable-radio-dropdown-with-654bb-sabledAll-true-stretch-undefined-visible-true-1-chromium-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-selectable-radio-dropdown-with-654bb-sabledAll-true-stretch-undefined-visible-true-1-chromium-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-selectable-radio-dropdown-with-654bb-sabledAll-true-stretch-undefined-visible-true-1-firefox-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-selectable-radio-dropdown-with-654bb-sabledAll-true-stretch-undefined-visible-true-1-firefox-linux.png index dff9cda5f1..0b4f05a1d7 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-selectable-radio-dropdown-with-654bb-sabledAll-true-stretch-undefined-visible-true-1-firefox-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-selectable-radio-dropdown-with-654bb-sabledAll-true-stretch-undefined-visible-true-1-firefox-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-selectable-radio-dropdown-with-654bb-sabledAll-true-stretch-undefined-visible-true-1-webkit-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-selectable-radio-dropdown-with-654bb-sabledAll-true-stretch-undefined-visible-true-1-webkit-linux.png index a698748b60..4e41f42ed0 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-selectable-radio-dropdown-with-654bb-sabledAll-true-stretch-undefined-visible-true-1-webkit-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-selectable-radio-dropdown-with-654bb-sabledAll-true-stretch-undefined-visible-true-1-webkit-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-selectable-radio-dropdown-with-b70c0-sabledAll-true-stretch-undefined-visible-true-1-chromium-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-selectable-radio-dropdown-with-b70c0-sabledAll-true-stretch-undefined-visible-true-1-chromium-linux.png index 7fdef9ed6b..3f302103c0 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-selectable-radio-dropdown-with-b70c0-sabledAll-true-stretch-undefined-visible-true-1-chromium-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-selectable-radio-dropdown-with-b70c0-sabledAll-true-stretch-undefined-visible-true-1-chromium-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-selectable-radio-dropdown-with-b70c0-sabledAll-true-stretch-undefined-visible-true-1-firefox-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-selectable-radio-dropdown-with-b70c0-sabledAll-true-stretch-undefined-visible-true-1-firefox-linux.png index 504280396c..348a305663 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-selectable-radio-dropdown-with-b70c0-sabledAll-true-stretch-undefined-visible-true-1-firefox-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-selectable-radio-dropdown-with-b70c0-sabledAll-true-stretch-undefined-visible-true-1-firefox-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-selectable-radio-dropdown-with-b70c0-sabledAll-true-stretch-undefined-visible-true-1-webkit-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-selectable-radio-dropdown-with-b70c0-sabledAll-true-stretch-undefined-visible-true-1-webkit-linux.png index 679bbc86f8..685c026f08 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-selectable-radio-dropdown-with-b70c0-sabledAll-true-stretch-undefined-visible-true-1-webkit-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-selectable-radio-dropdown-with-b70c0-sabledAll-true-stretch-undefined-visible-true-1-webkit-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-selectable-radio-dropdown-with-size-l-disabledAll-false-stretch-false-visible-true-1-chromium-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-selectable-radio-dropdown-with-size-l-disabledAll-false-stretch-false-visible-true-1-chromium-linux.png index 476ff0ade4..da94e3e62d 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-selectable-radio-dropdown-with-size-l-disabledAll-false-stretch-false-visible-true-1-chromium-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-selectable-radio-dropdown-with-size-l-disabledAll-false-stretch-false-visible-true-1-chromium-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-selectable-radio-dropdown-with-size-l-disabledAll-false-stretch-false-visible-true-1-firefox-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-selectable-radio-dropdown-with-size-l-disabledAll-false-stretch-false-visible-true-1-firefox-linux.png index 9266e55461..f84a0da21c 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-selectable-radio-dropdown-with-size-l-disabledAll-false-stretch-false-visible-true-1-firefox-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-selectable-radio-dropdown-with-size-l-disabledAll-false-stretch-false-visible-true-1-firefox-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-selectable-radio-dropdown-with-size-l-disabledAll-false-stretch-false-visible-true-1-webkit-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-selectable-radio-dropdown-with-size-l-disabledAll-false-stretch-false-visible-true-1-webkit-linux.png index 39c25950fd..e4ab7fe849 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-selectable-radio-dropdown-with-size-l-disabledAll-false-stretch-false-visible-true-1-webkit-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-selectable-radio-dropdown-with-size-l-disabledAll-false-stretch-false-visible-true-1-webkit-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-selectable-radio-dropdown-with-size-l-disabledAll-false-stretch-fixed-visible-true-1-chromium-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-selectable-radio-dropdown-with-size-l-disabledAll-false-stretch-fixed-visible-true-1-chromium-linux.png index f3d14c6c22..dcc21b809f 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-selectable-radio-dropdown-with-size-l-disabledAll-false-stretch-fixed-visible-true-1-chromium-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-selectable-radio-dropdown-with-size-l-disabledAll-false-stretch-fixed-visible-true-1-chromium-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-selectable-radio-dropdown-with-size-l-disabledAll-false-stretch-fixed-visible-true-1-firefox-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-selectable-radio-dropdown-with-size-l-disabledAll-false-stretch-fixed-visible-true-1-firefox-linux.png index 3dff9e99d3..2fe84f4255 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-selectable-radio-dropdown-with-size-l-disabledAll-false-stretch-fixed-visible-true-1-firefox-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-selectable-radio-dropdown-with-size-l-disabledAll-false-stretch-fixed-visible-true-1-firefox-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-selectable-radio-dropdown-with-size-l-disabledAll-false-stretch-fixed-visible-true-1-webkit-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-selectable-radio-dropdown-with-size-l-disabledAll-false-stretch-fixed-visible-true-1-webkit-linux.png index 8179d4c45b..27b64c657b 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-selectable-radio-dropdown-with-size-l-disabledAll-false-stretch-fixed-visible-true-1-webkit-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-selectable-radio-dropdown-with-size-l-disabledAll-false-stretch-fixed-visible-true-1-webkit-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-selectable-radio-dropdown-with-size-l-disabledAll-false-stretch-min-visible-true-1-chromium-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-selectable-radio-dropdown-with-size-l-disabledAll-false-stretch-min-visible-true-1-chromium-linux.png index 476ff0ade4..da94e3e62d 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-selectable-radio-dropdown-with-size-l-disabledAll-false-stretch-min-visible-true-1-chromium-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-selectable-radio-dropdown-with-size-l-disabledAll-false-stretch-min-visible-true-1-chromium-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-selectable-radio-dropdown-with-size-l-disabledAll-false-stretch-min-visible-true-1-firefox-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-selectable-radio-dropdown-with-size-l-disabledAll-false-stretch-min-visible-true-1-firefox-linux.png index 9266e55461..f84a0da21c 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-selectable-radio-dropdown-with-size-l-disabledAll-false-stretch-min-visible-true-1-firefox-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-selectable-radio-dropdown-with-size-l-disabledAll-false-stretch-min-visible-true-1-firefox-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-selectable-radio-dropdown-with-size-l-disabledAll-false-stretch-min-visible-true-1-webkit-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-selectable-radio-dropdown-with-size-l-disabledAll-false-stretch-min-visible-true-1-webkit-linux.png index 39c25950fd..e4ab7fe849 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-selectable-radio-dropdown-with-size-l-disabledAll-false-stretch-min-visible-true-1-webkit-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-selectable-radio-dropdown-with-size-l-disabledAll-false-stretch-min-visible-true-1-webkit-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-selectable-radio-dropdown-with-size-m-disabledAll-false-stretch-false-visible-true-1-chromium-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-selectable-radio-dropdown-with-size-m-disabledAll-false-stretch-false-visible-true-1-chromium-linux.png index da43de6e93..89fb93fe3e 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-selectable-radio-dropdown-with-size-m-disabledAll-false-stretch-false-visible-true-1-chromium-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-selectable-radio-dropdown-with-size-m-disabledAll-false-stretch-false-visible-true-1-chromium-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-selectable-radio-dropdown-with-size-m-disabledAll-false-stretch-false-visible-true-1-firefox-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-selectable-radio-dropdown-with-size-m-disabledAll-false-stretch-false-visible-true-1-firefox-linux.png index 248a0edca0..d3d6cf7a94 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-selectable-radio-dropdown-with-size-m-disabledAll-false-stretch-false-visible-true-1-firefox-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-selectable-radio-dropdown-with-size-m-disabledAll-false-stretch-false-visible-true-1-firefox-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-selectable-radio-dropdown-with-size-m-disabledAll-false-stretch-false-visible-true-1-webkit-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-selectable-radio-dropdown-with-size-m-disabledAll-false-stretch-false-visible-true-1-webkit-linux.png index 38b72dc0a8..47102d2414 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-selectable-radio-dropdown-with-size-m-disabledAll-false-stretch-false-visible-true-1-webkit-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-selectable-radio-dropdown-with-size-m-disabledAll-false-stretch-false-visible-true-1-webkit-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-selectable-radio-dropdown-with-size-m-disabledAll-false-stretch-fixed-visible-true-1-chromium-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-selectable-radio-dropdown-with-size-m-disabledAll-false-stretch-fixed-visible-true-1-chromium-linux.png index dc2c083074..a3d160aaac 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-selectable-radio-dropdown-with-size-m-disabledAll-false-stretch-fixed-visible-true-1-chromium-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-selectable-radio-dropdown-with-size-m-disabledAll-false-stretch-fixed-visible-true-1-chromium-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-selectable-radio-dropdown-with-size-m-disabledAll-false-stretch-fixed-visible-true-1-firefox-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-selectable-radio-dropdown-with-size-m-disabledAll-false-stretch-fixed-visible-true-1-firefox-linux.png index 2184b530e7..5f3dc92ca4 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-selectable-radio-dropdown-with-size-m-disabledAll-false-stretch-fixed-visible-true-1-firefox-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-selectable-radio-dropdown-with-size-m-disabledAll-false-stretch-fixed-visible-true-1-firefox-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-selectable-radio-dropdown-with-size-m-disabledAll-false-stretch-fixed-visible-true-1-webkit-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-selectable-radio-dropdown-with-size-m-disabledAll-false-stretch-fixed-visible-true-1-webkit-linux.png index 9c7d134b8c..dd973484a0 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-selectable-radio-dropdown-with-size-m-disabledAll-false-stretch-fixed-visible-true-1-webkit-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-selectable-radio-dropdown-with-size-m-disabledAll-false-stretch-fixed-visible-true-1-webkit-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-selectable-radio-dropdown-with-size-m-disabledAll-false-stretch-min-visible-true-1-chromium-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-selectable-radio-dropdown-with-size-m-disabledAll-false-stretch-min-visible-true-1-chromium-linux.png index da43de6e93..89fb93fe3e 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-selectable-radio-dropdown-with-size-m-disabledAll-false-stretch-min-visible-true-1-chromium-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-selectable-radio-dropdown-with-size-m-disabledAll-false-stretch-min-visible-true-1-chromium-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-selectable-radio-dropdown-with-size-m-disabledAll-false-stretch-min-visible-true-1-firefox-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-selectable-radio-dropdown-with-size-m-disabledAll-false-stretch-min-visible-true-1-firefox-linux.png index 248a0edca0..d3d6cf7a94 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-selectable-radio-dropdown-with-size-m-disabledAll-false-stretch-min-visible-true-1-firefox-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-selectable-radio-dropdown-with-size-m-disabledAll-false-stretch-min-visible-true-1-firefox-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-selectable-radio-dropdown-with-size-m-disabledAll-false-stretch-min-visible-true-1-webkit-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-selectable-radio-dropdown-with-size-m-disabledAll-false-stretch-min-visible-true-1-webkit-linux.png index 38b72dc0a8..47102d2414 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-selectable-radio-dropdown-with-size-m-disabledAll-false-stretch-min-visible-true-1-webkit-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-selectable-radio-dropdown-with-size-m-disabledAll-false-stretch-min-visible-true-1-webkit-linux.png differ diff --git a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-virtual-scroll-by-keyboard-1-chromium-linux.png b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-virtual-scroll-by-keyboard-1-chromium-linux.png index 8da5293b50..64a25840ec 100644 Binary files a/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-virtual-scroll-by-keyboard-1-chromium-linux.png and b/semcore/dropdown-menu/__tests__/dropdown-menu.browser-test.tsx-snapshots/-visual-Verify-virtual-scroll-by-keyboard-1-chromium-linux.png differ diff --git a/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-auto-and-stretch-min-1-chromium-linux.png b/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-auto-and-stretch-min-1-chromium-linux.png index 82457655b0..914d52ac3e 100644 Binary files a/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-auto-and-stretch-min-1-chromium-linux.png and b/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-auto-and-stretch-min-1-chromium-linux.png differ diff --git a/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-auto-and-stretch-min-1-firefox-linux.png b/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-auto-and-stretch-min-1-firefox-linux.png index da43d621fb..bb3a20a942 100644 Binary files a/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-auto-and-stretch-min-1-firefox-linux.png and b/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-auto-and-stretch-min-1-firefox-linux.png differ diff --git a/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-auto-and-stretch-min-1-webkit-linux.png b/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-auto-and-stretch-min-1-webkit-linux.png index 405844e3b9..4737fdfa9f 100644 Binary files a/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-auto-and-stretch-min-1-webkit-linux.png and b/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-auto-and-stretch-min-1-webkit-linux.png differ diff --git a/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-auto-end-and-stretch-false-1-chromium-linux.png b/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-auto-end-and-stretch-false-1-chromium-linux.png index bc2d5a79d0..90aa5a11c4 100644 Binary files a/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-auto-end-and-stretch-false-1-chromium-linux.png and b/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-auto-end-and-stretch-false-1-chromium-linux.png differ diff --git a/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-auto-end-and-stretch-false-1-firefox-linux.png b/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-auto-end-and-stretch-false-1-firefox-linux.png index bab21bf9a6..20d248abac 100644 Binary files a/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-auto-end-and-stretch-false-1-firefox-linux.png and b/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-auto-end-and-stretch-false-1-firefox-linux.png differ diff --git a/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-auto-end-and-stretch-false-1-webkit-linux.png b/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-auto-end-and-stretch-false-1-webkit-linux.png index 237302ff30..bd1c119319 100644 Binary files a/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-auto-end-and-stretch-false-1-webkit-linux.png and b/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-auto-end-and-stretch-false-1-webkit-linux.png differ diff --git a/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-auto-start-and-stretch-fixed-1-chromium-linux.png b/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-auto-start-and-stretch-fixed-1-chromium-linux.png index e37d8480cb..9fc2742b63 100644 Binary files a/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-auto-start-and-stretch-fixed-1-chromium-linux.png and b/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-auto-start-and-stretch-fixed-1-chromium-linux.png differ diff --git a/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-auto-start-and-stretch-fixed-1-firefox-linux.png b/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-auto-start-and-stretch-fixed-1-firefox-linux.png index 10a6d83839..3476d8ecdb 100644 Binary files a/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-auto-start-and-stretch-fixed-1-firefox-linux.png and b/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-auto-start-and-stretch-fixed-1-firefox-linux.png differ diff --git a/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-auto-start-and-stretch-fixed-1-webkit-linux.png b/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-auto-start-and-stretch-fixed-1-webkit-linux.png index aea0f5c8de..c831df2eb4 100644 Binary files a/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-auto-start-and-stretch-fixed-1-webkit-linux.png and b/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-auto-start-and-stretch-fixed-1-webkit-linux.png differ diff --git a/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-bottom-and-stretch-min-1-chromium-linux.png b/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-bottom-and-stretch-min-1-chromium-linux.png index 1ca1a97068..48ad85e3b2 100644 Binary files a/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-bottom-and-stretch-min-1-chromium-linux.png and b/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-bottom-and-stretch-min-1-chromium-linux.png differ diff --git a/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-bottom-and-stretch-min-1-firefox-linux.png b/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-bottom-and-stretch-min-1-firefox-linux.png index fca28155cc..c8bd1439e7 100644 Binary files a/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-bottom-and-stretch-min-1-firefox-linux.png and b/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-bottom-and-stretch-min-1-firefox-linux.png differ diff --git a/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-bottom-and-stretch-min-1-webkit-linux.png b/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-bottom-and-stretch-min-1-webkit-linux.png index 3264042cf3..0dccafc486 100644 Binary files a/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-bottom-and-stretch-min-1-webkit-linux.png and b/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-bottom-and-stretch-min-1-webkit-linux.png differ diff --git a/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-bottom-end-and-stretch-false-1-chromium-linux.png b/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-bottom-end-and-stretch-false-1-chromium-linux.png index 235da29d6c..81291a39b7 100644 Binary files a/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-bottom-end-and-stretch-false-1-chromium-linux.png and b/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-bottom-end-and-stretch-false-1-chromium-linux.png differ diff --git a/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-bottom-end-and-stretch-false-1-firefox-linux.png b/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-bottom-end-and-stretch-false-1-firefox-linux.png index 97af81669e..8b9f9edbe3 100644 Binary files a/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-bottom-end-and-stretch-false-1-firefox-linux.png and b/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-bottom-end-and-stretch-false-1-firefox-linux.png differ diff --git a/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-bottom-end-and-stretch-false-1-webkit-linux.png b/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-bottom-end-and-stretch-false-1-webkit-linux.png index c55e7a63a0..3979b0d1b8 100644 Binary files a/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-bottom-end-and-stretch-false-1-webkit-linux.png and b/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-bottom-end-and-stretch-false-1-webkit-linux.png differ diff --git a/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-bottom-start-and-stretch-fixed-1-chromium-linux.png b/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-bottom-start-and-stretch-fixed-1-chromium-linux.png index cddc192d97..08b67a307b 100644 Binary files a/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-bottom-start-and-stretch-fixed-1-chromium-linux.png and b/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-bottom-start-and-stretch-fixed-1-chromium-linux.png differ diff --git a/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-bottom-start-and-stretch-fixed-1-firefox-linux.png b/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-bottom-start-and-stretch-fixed-1-firefox-linux.png index fea7da74bc..7662c10bd6 100644 Binary files a/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-bottom-start-and-stretch-fixed-1-firefox-linux.png and b/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-bottom-start-and-stretch-fixed-1-firefox-linux.png differ diff --git a/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-bottom-start-and-stretch-fixed-1-webkit-linux.png b/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-bottom-start-and-stretch-fixed-1-webkit-linux.png index ff75d93a31..31e189e4e2 100644 Binary files a/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-bottom-start-and-stretch-fixed-1-webkit-linux.png and b/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-bottom-start-and-stretch-fixed-1-webkit-linux.png differ diff --git a/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-left-and-stretch-min-1-chromium-linux.png b/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-left-and-stretch-min-1-chromium-linux.png index 97f527e54a..4bc5093ae4 100644 Binary files a/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-left-and-stretch-min-1-chromium-linux.png and b/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-left-and-stretch-min-1-chromium-linux.png differ diff --git a/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-left-and-stretch-min-1-firefox-linux.png b/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-left-and-stretch-min-1-firefox-linux.png index 2f67eec7a2..bc05a9a3cb 100644 Binary files a/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-left-and-stretch-min-1-firefox-linux.png and b/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-left-and-stretch-min-1-firefox-linux.png differ diff --git a/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-left-and-stretch-min-1-webkit-linux.png b/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-left-and-stretch-min-1-webkit-linux.png index 63f2cdc577..3c48cc3327 100644 Binary files a/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-left-and-stretch-min-1-webkit-linux.png and b/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-left-and-stretch-min-1-webkit-linux.png differ diff --git a/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-left-end-and-stretch-false-1-chromium-linux.png b/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-left-end-and-stretch-false-1-chromium-linux.png index 8c6677cfee..6da63179f2 100644 Binary files a/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-left-end-and-stretch-false-1-chromium-linux.png and b/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-left-end-and-stretch-false-1-chromium-linux.png differ diff --git a/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-left-end-and-stretch-false-1-firefox-linux.png b/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-left-end-and-stretch-false-1-firefox-linux.png index 6ea88fe730..8d88fd4913 100644 Binary files a/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-left-end-and-stretch-false-1-firefox-linux.png and b/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-left-end-and-stretch-false-1-firefox-linux.png differ diff --git a/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-left-end-and-stretch-false-1-webkit-linux.png b/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-left-end-and-stretch-false-1-webkit-linux.png index f792e5e6f9..bb79bd25d5 100644 Binary files a/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-left-end-and-stretch-false-1-webkit-linux.png and b/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-left-end-and-stretch-false-1-webkit-linux.png differ diff --git a/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-left-start-and-stretch-fixed-1-chromium-linux.png b/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-left-start-and-stretch-fixed-1-chromium-linux.png index 0aacde4d3a..e7890607c6 100644 Binary files a/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-left-start-and-stretch-fixed-1-chromium-linux.png and b/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-left-start-and-stretch-fixed-1-chromium-linux.png differ diff --git a/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-left-start-and-stretch-fixed-1-firefox-linux.png b/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-left-start-and-stretch-fixed-1-firefox-linux.png index 1b63cfa91b..3afbf7af89 100644 Binary files a/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-left-start-and-stretch-fixed-1-firefox-linux.png and b/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-left-start-and-stretch-fixed-1-firefox-linux.png differ diff --git a/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-left-start-and-stretch-fixed-1-webkit-linux.png b/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-left-start-and-stretch-fixed-1-webkit-linux.png index a0f424bb5c..c71585bf37 100644 Binary files a/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-left-start-and-stretch-fixed-1-webkit-linux.png and b/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-left-start-and-stretch-fixed-1-webkit-linux.png differ diff --git a/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-right-and-stretch-min-1-chromium-linux.png b/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-right-and-stretch-min-1-chromium-linux.png index 5e562b2b9c..fd322eaaa6 100644 Binary files a/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-right-and-stretch-min-1-chromium-linux.png and b/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-right-and-stretch-min-1-chromium-linux.png differ diff --git a/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-right-and-stretch-min-1-firefox-linux.png b/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-right-and-stretch-min-1-firefox-linux.png index 25192a3507..915a36cfdc 100644 Binary files a/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-right-and-stretch-min-1-firefox-linux.png and b/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-right-and-stretch-min-1-firefox-linux.png differ diff --git a/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-right-and-stretch-min-1-webkit-linux.png b/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-right-and-stretch-min-1-webkit-linux.png index 45bc6df2b3..16180c469d 100644 Binary files a/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-right-and-stretch-min-1-webkit-linux.png and b/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-right-and-stretch-min-1-webkit-linux.png differ diff --git a/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-right-end-and-stretch-false-1-chromium-linux.png b/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-right-end-and-stretch-false-1-chromium-linux.png index 97289967fb..0235a1b528 100644 Binary files a/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-right-end-and-stretch-false-1-chromium-linux.png and b/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-right-end-and-stretch-false-1-chromium-linux.png differ diff --git a/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-right-end-and-stretch-false-1-firefox-linux.png b/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-right-end-and-stretch-false-1-firefox-linux.png index cbe94cbf92..85e425995d 100644 Binary files a/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-right-end-and-stretch-false-1-firefox-linux.png and b/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-right-end-and-stretch-false-1-firefox-linux.png differ diff --git a/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-right-end-and-stretch-false-1-webkit-linux.png b/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-right-end-and-stretch-false-1-webkit-linux.png index 7b645536ba..72680ed6da 100644 Binary files a/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-right-end-and-stretch-false-1-webkit-linux.png and b/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-right-end-and-stretch-false-1-webkit-linux.png differ diff --git a/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-right-start-and-stretch-fixed-1-chromium-linux.png b/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-right-start-and-stretch-fixed-1-chromium-linux.png index 67d9ba5552..2c4d29f76e 100644 Binary files a/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-right-start-and-stretch-fixed-1-chromium-linux.png and b/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-right-start-and-stretch-fixed-1-chromium-linux.png differ diff --git a/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-right-start-and-stretch-fixed-1-firefox-linux.png b/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-right-start-and-stretch-fixed-1-firefox-linux.png index e3fae3608b..f0bd31a7e2 100644 Binary files a/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-right-start-and-stretch-fixed-1-firefox-linux.png and b/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-right-start-and-stretch-fixed-1-firefox-linux.png differ diff --git a/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-right-start-and-stretch-fixed-1-webkit-linux.png b/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-right-start-and-stretch-fixed-1-webkit-linux.png index 108c53f986..9932a142fe 100644 Binary files a/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-right-start-and-stretch-fixed-1-webkit-linux.png and b/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-right-start-and-stretch-fixed-1-webkit-linux.png differ diff --git a/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-top-and-stretch-min-1-chromium-linux.png b/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-top-and-stretch-min-1-chromium-linux.png index 2a5d3a7e5a..308cce4b79 100644 Binary files a/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-top-and-stretch-min-1-chromium-linux.png and b/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-top-and-stretch-min-1-chromium-linux.png differ diff --git a/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-top-and-stretch-min-1-firefox-linux.png b/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-top-and-stretch-min-1-firefox-linux.png index 67d0145d5e..090a75a32b 100644 Binary files a/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-top-and-stretch-min-1-firefox-linux.png and b/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-top-and-stretch-min-1-firefox-linux.png differ diff --git a/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-top-and-stretch-min-1-webkit-linux.png b/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-top-and-stretch-min-1-webkit-linux.png index 03637dbb22..a5e3a9a0aa 100644 Binary files a/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-top-and-stretch-min-1-webkit-linux.png and b/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-top-and-stretch-min-1-webkit-linux.png differ diff --git a/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-top-end-and-stretch-false-1-chromium-linux.png b/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-top-end-and-stretch-false-1-chromium-linux.png index b2d9901a1e..5f71139299 100644 Binary files a/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-top-end-and-stretch-false-1-chromium-linux.png and b/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-top-end-and-stretch-false-1-chromium-linux.png differ diff --git a/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-top-end-and-stretch-false-1-firefox-linux.png b/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-top-end-and-stretch-false-1-firefox-linux.png index f6878c8a1b..b8162c0542 100644 Binary files a/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-top-end-and-stretch-false-1-firefox-linux.png and b/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-top-end-and-stretch-false-1-firefox-linux.png differ diff --git a/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-top-end-and-stretch-false-1-webkit-linux.png b/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-top-end-and-stretch-false-1-webkit-linux.png index 9bc2331c21..a2689d18fa 100644 Binary files a/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-top-end-and-stretch-false-1-webkit-linux.png and b/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-top-end-and-stretch-false-1-webkit-linux.png differ diff --git a/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-top-start-and-stretch-fixed-1-chromium-linux.png b/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-top-start-and-stretch-fixed-1-chromium-linux.png index dece3c0f81..c8222c4533 100644 Binary files a/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-top-start-and-stretch-fixed-1-chromium-linux.png and b/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-top-start-and-stretch-fixed-1-chromium-linux.png differ diff --git a/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-top-start-and-stretch-fixed-1-firefox-linux.png b/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-top-start-and-stretch-fixed-1-firefox-linux.png index 13f6d39ca1..1725487229 100644 Binary files a/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-top-start-and-stretch-fixed-1-firefox-linux.png and b/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-top-start-and-stretch-fixed-1-firefox-linux.png differ diff --git a/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-top-start-and-stretch-fixed-1-webkit-linux.png b/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-top-start-and-stretch-fixed-1-webkit-linux.png index 8df1433e71..ff5bdfe55f 100644 Binary files a/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-top-start-and-stretch-fixed-1-webkit-linux.png and b/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-when-placement-top-start-and-stretch-fixed-1-webkit-linux.png differ diff --git a/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-with-offSet-1-chromium-linux.png b/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-with-offSet-1-chromium-linux.png index cc2ed53098..911ecd604a 100644 Binary files a/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-with-offSet-1-chromium-linux.png and b/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-with-offSet-1-chromium-linux.png differ diff --git a/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-with-offSet-1-firefox-linux.png b/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-with-offSet-1-firefox-linux.png index a96bd6a223..de3e4372ee 100644 Binary files a/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-with-offSet-1-firefox-linux.png and b/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-with-offSet-1-firefox-linux.png differ diff --git a/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-with-offSet-1-webkit-linux.png b/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-with-offSet-1-webkit-linux.png index 6016fbe3a2..3dc18c88df 100644 Binary files a/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-with-offSet-1-webkit-linux.png and b/semcore/dropdown/__tests__/dropdown.browser-test.tsx-snapshots/-visual-Verify-Dropdown-with-offSet-1-webkit-linux.png differ diff --git a/semcore/dropdown/__tests__/filters-with-dropdown/advanced-filters.browser-test.tsx-snapshots/-visual-Verify-advanced-filters-visual-1-chromium-linux.png b/semcore/dropdown/__tests__/filters-with-dropdown/advanced-filters.browser-test.tsx-snapshots/-visual-Verify-advanced-filters-visual-1-chromium-linux.png index 10d3e5d61a..2fa5fbffe4 100644 Binary files a/semcore/dropdown/__tests__/filters-with-dropdown/advanced-filters.browser-test.tsx-snapshots/-visual-Verify-advanced-filters-visual-1-chromium-linux.png and b/semcore/dropdown/__tests__/filters-with-dropdown/advanced-filters.browser-test.tsx-snapshots/-visual-Verify-advanced-filters-visual-1-chromium-linux.png differ diff --git a/semcore/dropdown/__tests__/filters-with-dropdown/advanced-filters.browser-test.tsx-snapshots/-visual-Verify-advanced-filters-visual-1-firefox-linux.png b/semcore/dropdown/__tests__/filters-with-dropdown/advanced-filters.browser-test.tsx-snapshots/-visual-Verify-advanced-filters-visual-1-firefox-linux.png index 0be7501d6e..87cc81726c 100644 Binary files a/semcore/dropdown/__tests__/filters-with-dropdown/advanced-filters.browser-test.tsx-snapshots/-visual-Verify-advanced-filters-visual-1-firefox-linux.png and b/semcore/dropdown/__tests__/filters-with-dropdown/advanced-filters.browser-test.tsx-snapshots/-visual-Verify-advanced-filters-visual-1-firefox-linux.png differ diff --git a/semcore/dropdown/__tests__/filters-with-dropdown/advanced-filters.browser-test.tsx-snapshots/-visual-Verify-advanced-filters-visual-1-webkit-linux.png b/semcore/dropdown/__tests__/filters-with-dropdown/advanced-filters.browser-test.tsx-snapshots/-visual-Verify-advanced-filters-visual-1-webkit-linux.png index 7c85c60c75..7a5db0a42b 100644 Binary files a/semcore/dropdown/__tests__/filters-with-dropdown/advanced-filters.browser-test.tsx-snapshots/-visual-Verify-advanced-filters-visual-1-webkit-linux.png and b/semcore/dropdown/__tests__/filters-with-dropdown/advanced-filters.browser-test.tsx-snapshots/-visual-Verify-advanced-filters-visual-1-webkit-linux.png differ diff --git a/semcore/dropdown/__tests__/filters-with-dropdown/advanced-filters.browser-test.tsx-snapshots/-visual-Verify-advanced-filters-visual-2-chromium-linux.png b/semcore/dropdown/__tests__/filters-with-dropdown/advanced-filters.browser-test.tsx-snapshots/-visual-Verify-advanced-filters-visual-2-chromium-linux.png index e0e5e5f25a..784aafa7db 100644 Binary files a/semcore/dropdown/__tests__/filters-with-dropdown/advanced-filters.browser-test.tsx-snapshots/-visual-Verify-advanced-filters-visual-2-chromium-linux.png and b/semcore/dropdown/__tests__/filters-with-dropdown/advanced-filters.browser-test.tsx-snapshots/-visual-Verify-advanced-filters-visual-2-chromium-linux.png differ diff --git a/semcore/dropdown/__tests__/filters-with-dropdown/advanced-filters.browser-test.tsx-snapshots/-visual-Verify-advanced-filters-visual-2-firefox-linux.png b/semcore/dropdown/__tests__/filters-with-dropdown/advanced-filters.browser-test.tsx-snapshots/-visual-Verify-advanced-filters-visual-2-firefox-linux.png index c7f2d3a942..4687136f9e 100644 Binary files a/semcore/dropdown/__tests__/filters-with-dropdown/advanced-filters.browser-test.tsx-snapshots/-visual-Verify-advanced-filters-visual-2-firefox-linux.png and b/semcore/dropdown/__tests__/filters-with-dropdown/advanced-filters.browser-test.tsx-snapshots/-visual-Verify-advanced-filters-visual-2-firefox-linux.png differ diff --git a/semcore/dropdown/__tests__/filters-with-dropdown/advanced-filters.browser-test.tsx-snapshots/-visual-Verify-advanced-filters-visual-2-webkit-linux.png b/semcore/dropdown/__tests__/filters-with-dropdown/advanced-filters.browser-test.tsx-snapshots/-visual-Verify-advanced-filters-visual-2-webkit-linux.png index 7d5f63e9ee..1c9e38b6bd 100644 Binary files a/semcore/dropdown/__tests__/filters-with-dropdown/advanced-filters.browser-test.tsx-snapshots/-visual-Verify-advanced-filters-visual-2-webkit-linux.png and b/semcore/dropdown/__tests__/filters-with-dropdown/advanced-filters.browser-test.tsx-snapshots/-visual-Verify-advanced-filters-visual-2-webkit-linux.png differ diff --git a/semcore/dropdown/__tests__/filters-with-dropdown/advanced-filters.browser-test.tsx-snapshots/-visual-Verify-advanced-filters-visual-3-chromium-linux.png b/semcore/dropdown/__tests__/filters-with-dropdown/advanced-filters.browser-test.tsx-snapshots/-visual-Verify-advanced-filters-visual-3-chromium-linux.png index 1f0cddabf4..278d8acd21 100644 Binary files a/semcore/dropdown/__tests__/filters-with-dropdown/advanced-filters.browser-test.tsx-snapshots/-visual-Verify-advanced-filters-visual-3-chromium-linux.png and b/semcore/dropdown/__tests__/filters-with-dropdown/advanced-filters.browser-test.tsx-snapshots/-visual-Verify-advanced-filters-visual-3-chromium-linux.png differ diff --git a/semcore/dropdown/__tests__/filters-with-dropdown/advanced-filters.browser-test.tsx-snapshots/-visual-Verify-advanced-filters-visual-3-firefox-linux.png b/semcore/dropdown/__tests__/filters-with-dropdown/advanced-filters.browser-test.tsx-snapshots/-visual-Verify-advanced-filters-visual-3-firefox-linux.png index 0e0d573e6e..2729d9b971 100644 Binary files a/semcore/dropdown/__tests__/filters-with-dropdown/advanced-filters.browser-test.tsx-snapshots/-visual-Verify-advanced-filters-visual-3-firefox-linux.png and b/semcore/dropdown/__tests__/filters-with-dropdown/advanced-filters.browser-test.tsx-snapshots/-visual-Verify-advanced-filters-visual-3-firefox-linux.png differ diff --git a/semcore/dropdown/__tests__/filters-with-dropdown/advanced-filters.browser-test.tsx-snapshots/-visual-Verify-advanced-filters-visual-3-webkit-linux.png b/semcore/dropdown/__tests__/filters-with-dropdown/advanced-filters.browser-test.tsx-snapshots/-visual-Verify-advanced-filters-visual-3-webkit-linux.png index 0f0a1c52a4..b217bd0d7e 100644 Binary files a/semcore/dropdown/__tests__/filters-with-dropdown/advanced-filters.browser-test.tsx-snapshots/-visual-Verify-advanced-filters-visual-3-webkit-linux.png and b/semcore/dropdown/__tests__/filters-with-dropdown/advanced-filters.browser-test.tsx-snapshots/-visual-Verify-advanced-filters-visual-3-webkit-linux.png differ diff --git a/semcore/dropdown/__tests__/filters-with-dropdown/advanced-filters.browser-test.tsx-snapshots/-visual-Verify-advanced-filters-visual-4-chromium-linux.png b/semcore/dropdown/__tests__/filters-with-dropdown/advanced-filters.browser-test.tsx-snapshots/-visual-Verify-advanced-filters-visual-4-chromium-linux.png index ae31d2b97e..e499185ad3 100644 Binary files a/semcore/dropdown/__tests__/filters-with-dropdown/advanced-filters.browser-test.tsx-snapshots/-visual-Verify-advanced-filters-visual-4-chromium-linux.png and b/semcore/dropdown/__tests__/filters-with-dropdown/advanced-filters.browser-test.tsx-snapshots/-visual-Verify-advanced-filters-visual-4-chromium-linux.png differ diff --git a/semcore/dropdown/__tests__/filters-with-dropdown/advanced-filters.browser-test.tsx-snapshots/-visual-Verify-advanced-filters-visual-4-firefox-linux.png b/semcore/dropdown/__tests__/filters-with-dropdown/advanced-filters.browser-test.tsx-snapshots/-visual-Verify-advanced-filters-visual-4-firefox-linux.png index 3e35cd029c..94a04917aa 100644 Binary files a/semcore/dropdown/__tests__/filters-with-dropdown/advanced-filters.browser-test.tsx-snapshots/-visual-Verify-advanced-filters-visual-4-firefox-linux.png and b/semcore/dropdown/__tests__/filters-with-dropdown/advanced-filters.browser-test.tsx-snapshots/-visual-Verify-advanced-filters-visual-4-firefox-linux.png differ diff --git a/semcore/dropdown/__tests__/filters-with-dropdown/advanced-filters.browser-test.tsx-snapshots/-visual-Verify-advanced-filters-visual-4-webkit-linux.png b/semcore/dropdown/__tests__/filters-with-dropdown/advanced-filters.browser-test.tsx-snapshots/-visual-Verify-advanced-filters-visual-4-webkit-linux.png index 0bbc505dfc..f78e6d849e 100644 Binary files a/semcore/dropdown/__tests__/filters-with-dropdown/advanced-filters.browser-test.tsx-snapshots/-visual-Verify-advanced-filters-visual-4-webkit-linux.png and b/semcore/dropdown/__tests__/filters-with-dropdown/advanced-filters.browser-test.tsx-snapshots/-visual-Verify-advanced-filters-visual-4-webkit-linux.png differ diff --git a/semcore/dropdown/__tests__/filters-with-dropdown/competitive-density.browser-test.tsx-snapshots/-visual-Verify-Competitive-density-pattern-1-chromium-linux.png b/semcore/dropdown/__tests__/filters-with-dropdown/competitive-density.browser-test.tsx-snapshots/-visual-Verify-Competitive-density-pattern-1-chromium-linux.png index b0a284467c..0009333daf 100644 Binary files a/semcore/dropdown/__tests__/filters-with-dropdown/competitive-density.browser-test.tsx-snapshots/-visual-Verify-Competitive-density-pattern-1-chromium-linux.png and b/semcore/dropdown/__tests__/filters-with-dropdown/competitive-density.browser-test.tsx-snapshots/-visual-Verify-Competitive-density-pattern-1-chromium-linux.png differ diff --git a/semcore/dropdown/__tests__/filters-with-dropdown/competitive-density.browser-test.tsx-snapshots/-visual-Verify-Competitive-density-pattern-1-firefox-linux.png b/semcore/dropdown/__tests__/filters-with-dropdown/competitive-density.browser-test.tsx-snapshots/-visual-Verify-Competitive-density-pattern-1-firefox-linux.png index 39fca9f0b6..83ee531a26 100644 Binary files a/semcore/dropdown/__tests__/filters-with-dropdown/competitive-density.browser-test.tsx-snapshots/-visual-Verify-Competitive-density-pattern-1-firefox-linux.png and b/semcore/dropdown/__tests__/filters-with-dropdown/competitive-density.browser-test.tsx-snapshots/-visual-Verify-Competitive-density-pattern-1-firefox-linux.png differ diff --git a/semcore/dropdown/__tests__/filters-with-dropdown/competitive-density.browser-test.tsx-snapshots/-visual-Verify-Competitive-density-pattern-1-webkit-linux.png b/semcore/dropdown/__tests__/filters-with-dropdown/competitive-density.browser-test.tsx-snapshots/-visual-Verify-Competitive-density-pattern-1-webkit-linux.png index 08f4d74358..32f524f4fe 100644 Binary files a/semcore/dropdown/__tests__/filters-with-dropdown/competitive-density.browser-test.tsx-snapshots/-visual-Verify-Competitive-density-pattern-1-webkit-linux.png and b/semcore/dropdown/__tests__/filters-with-dropdown/competitive-density.browser-test.tsx-snapshots/-visual-Verify-Competitive-density-pattern-1-webkit-linux.png differ diff --git a/semcore/dropdown/__tests__/filters-with-dropdown/competitive-density.browser-test.tsx-snapshots/-visual-Verify-Competitive-density-pattern-2-chromium-linux.png b/semcore/dropdown/__tests__/filters-with-dropdown/competitive-density.browser-test.tsx-snapshots/-visual-Verify-Competitive-density-pattern-2-chromium-linux.png index 9ddde21178..1b8c573443 100644 Binary files a/semcore/dropdown/__tests__/filters-with-dropdown/competitive-density.browser-test.tsx-snapshots/-visual-Verify-Competitive-density-pattern-2-chromium-linux.png and b/semcore/dropdown/__tests__/filters-with-dropdown/competitive-density.browser-test.tsx-snapshots/-visual-Verify-Competitive-density-pattern-2-chromium-linux.png differ diff --git a/semcore/dropdown/__tests__/filters-with-dropdown/competitive-density.browser-test.tsx-snapshots/-visual-Verify-Competitive-density-pattern-2-firefox-linux.png b/semcore/dropdown/__tests__/filters-with-dropdown/competitive-density.browser-test.tsx-snapshots/-visual-Verify-Competitive-density-pattern-2-firefox-linux.png index 666780b828..1e743477a5 100644 Binary files a/semcore/dropdown/__tests__/filters-with-dropdown/competitive-density.browser-test.tsx-snapshots/-visual-Verify-Competitive-density-pattern-2-firefox-linux.png and b/semcore/dropdown/__tests__/filters-with-dropdown/competitive-density.browser-test.tsx-snapshots/-visual-Verify-Competitive-density-pattern-2-firefox-linux.png differ diff --git a/semcore/dropdown/__tests__/filters-with-dropdown/competitive-density.browser-test.tsx-snapshots/-visual-Verify-Competitive-density-pattern-2-webkit-linux.png b/semcore/dropdown/__tests__/filters-with-dropdown/competitive-density.browser-test.tsx-snapshots/-visual-Verify-Competitive-density-pattern-2-webkit-linux.png index 8513c774fe..a586e0c560 100644 Binary files a/semcore/dropdown/__tests__/filters-with-dropdown/competitive-density.browser-test.tsx-snapshots/-visual-Verify-Competitive-density-pattern-2-webkit-linux.png and b/semcore/dropdown/__tests__/filters-with-dropdown/competitive-density.browser-test.tsx-snapshots/-visual-Verify-Competitive-density-pattern-2-webkit-linux.png differ diff --git a/semcore/dropdown/__tests__/filters-with-dropdown/competitive-density.browser-test.tsx-snapshots/-visual-Verify-Competitive-density-pattern-3-chromium-linux.png b/semcore/dropdown/__tests__/filters-with-dropdown/competitive-density.browser-test.tsx-snapshots/-visual-Verify-Competitive-density-pattern-3-chromium-linux.png index c858250205..2d03cec196 100644 Binary files a/semcore/dropdown/__tests__/filters-with-dropdown/competitive-density.browser-test.tsx-snapshots/-visual-Verify-Competitive-density-pattern-3-chromium-linux.png and b/semcore/dropdown/__tests__/filters-with-dropdown/competitive-density.browser-test.tsx-snapshots/-visual-Verify-Competitive-density-pattern-3-chromium-linux.png differ diff --git a/semcore/dropdown/__tests__/filters-with-dropdown/competitive-density.browser-test.tsx-snapshots/-visual-Verify-Competitive-density-pattern-3-firefox-linux.png b/semcore/dropdown/__tests__/filters-with-dropdown/competitive-density.browser-test.tsx-snapshots/-visual-Verify-Competitive-density-pattern-3-firefox-linux.png index d6eb911acb..a5389d5ed5 100644 Binary files a/semcore/dropdown/__tests__/filters-with-dropdown/competitive-density.browser-test.tsx-snapshots/-visual-Verify-Competitive-density-pattern-3-firefox-linux.png and b/semcore/dropdown/__tests__/filters-with-dropdown/competitive-density.browser-test.tsx-snapshots/-visual-Verify-Competitive-density-pattern-3-firefox-linux.png differ diff --git a/semcore/dropdown/__tests__/filters-with-dropdown/competitive-density.browser-test.tsx-snapshots/-visual-Verify-Competitive-density-pattern-3-webkit-linux.png b/semcore/dropdown/__tests__/filters-with-dropdown/competitive-density.browser-test.tsx-snapshots/-visual-Verify-Competitive-density-pattern-3-webkit-linux.png index 1e4a097138..6e9ab6e710 100644 Binary files a/semcore/dropdown/__tests__/filters-with-dropdown/competitive-density.browser-test.tsx-snapshots/-visual-Verify-Competitive-density-pattern-3-webkit-linux.png and b/semcore/dropdown/__tests__/filters-with-dropdown/competitive-density.browser-test.tsx-snapshots/-visual-Verify-Competitive-density-pattern-3-webkit-linux.png differ diff --git a/semcore/dropdown/__tests__/filters-with-dropdown/filter-include-exclude.browser-test.tsx-snapshots/-visual-Verify-Filters-include-exclude-1-chromium-linux.png b/semcore/dropdown/__tests__/filters-with-dropdown/filter-include-exclude.browser-test.tsx-snapshots/-visual-Verify-Filters-include-exclude-1-chromium-linux.png index 55135d7c53..41a2ff083e 100644 Binary files a/semcore/dropdown/__tests__/filters-with-dropdown/filter-include-exclude.browser-test.tsx-snapshots/-visual-Verify-Filters-include-exclude-1-chromium-linux.png and b/semcore/dropdown/__tests__/filters-with-dropdown/filter-include-exclude.browser-test.tsx-snapshots/-visual-Verify-Filters-include-exclude-1-chromium-linux.png differ diff --git a/semcore/dropdown/__tests__/filters-with-dropdown/filter-include-exclude.browser-test.tsx-snapshots/-visual-Verify-Filters-include-exclude-2-chromium-linux.png b/semcore/dropdown/__tests__/filters-with-dropdown/filter-include-exclude.browser-test.tsx-snapshots/-visual-Verify-Filters-include-exclude-2-chromium-linux.png index 456536f03d..2b594f1951 100644 Binary files a/semcore/dropdown/__tests__/filters-with-dropdown/filter-include-exclude.browser-test.tsx-snapshots/-visual-Verify-Filters-include-exclude-2-chromium-linux.png and b/semcore/dropdown/__tests__/filters-with-dropdown/filter-include-exclude.browser-test.tsx-snapshots/-visual-Verify-Filters-include-exclude-2-chromium-linux.png differ diff --git a/semcore/dropdown/src/style/dropdown.shadow.css b/semcore/dropdown/src/style/dropdown.shadow.css index c39f012ddb..eef34c1d96 100644 --- a/semcore/dropdown/src/style/dropdown.shadow.css +++ b/semcore/dropdown/src/style/dropdown.shadow.css @@ -57,7 +57,7 @@ SDropdownPopper { SDropdownItem[selected]:not(SDropdownItem[isMenuItemCheckbox]) { background-color: var(--intergalactic-dropdown-menu-item-selected, oklch(0.525 0.265 263 / 0.077)); - box-shadow: 2px 0px 0px 0px var(--intergalactic-control-primary-info, oklch(0.23 0.01 140)) inset; + box-shadow: 2px 0px 0px 0px var(--intergalactic-control-primary-info, oklch(0.23 0.01 140)) inset; /* TODO: --intergalactic-dropdown-menu-item-selected-border */ &:hover { background-color: var(--intergalactic-dropdown-menu-item-selected-hover, oklch(0.52 0.268 263.2 / 0.191)); diff --git a/semcore/ellipsis/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-in-Link-with-trimType-end-maxLine-1-and-tooltip-true-1-chromium-linux.png b/semcore/ellipsis/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-in-Link-with-trimType-end-maxLine-1-and-tooltip-true-1-chromium-linux.png index 077031b3a5..bfaaa732dd 100644 Binary files a/semcore/ellipsis/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-in-Link-with-trimType-end-maxLine-1-and-tooltip-true-1-chromium-linux.png and b/semcore/ellipsis/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-in-Link-with-trimType-end-maxLine-1-and-tooltip-true-1-chromium-linux.png differ diff --git a/semcore/ellipsis/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-in-Link-with-trimType-end-maxLine-1-and-tooltip-true-1-firefox-linux.png b/semcore/ellipsis/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-in-Link-with-trimType-end-maxLine-1-and-tooltip-true-1-firefox-linux.png index 6afe2a329b..6b0f0cadfd 100644 Binary files a/semcore/ellipsis/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-in-Link-with-trimType-end-maxLine-1-and-tooltip-true-1-firefox-linux.png and b/semcore/ellipsis/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-in-Link-with-trimType-end-maxLine-1-and-tooltip-true-1-firefox-linux.png differ diff --git a/semcore/ellipsis/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-in-Link-with-trimType-end-maxLine-1-and-tooltip-true-1-webkit-linux.png b/semcore/ellipsis/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-in-Link-with-trimType-end-maxLine-1-and-tooltip-true-1-webkit-linux.png index e7cf7cdd88..2ef7023477 100644 Binary files a/semcore/ellipsis/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-in-Link-with-trimType-end-maxLine-1-and-tooltip-true-1-webkit-linux.png and b/semcore/ellipsis/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-in-Link-with-trimType-end-maxLine-1-and-tooltip-true-1-webkit-linux.png differ diff --git a/semcore/ellipsis/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-in-Link-with-trimType-end-maxLine-2-and-tooltip-undefined-1-chromium-linux.png b/semcore/ellipsis/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-in-Link-with-trimType-end-maxLine-2-and-tooltip-undefined-1-chromium-linux.png index e2f357f9ae..68893bee41 100644 Binary files a/semcore/ellipsis/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-in-Link-with-trimType-end-maxLine-2-and-tooltip-undefined-1-chromium-linux.png and b/semcore/ellipsis/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-in-Link-with-trimType-end-maxLine-2-and-tooltip-undefined-1-chromium-linux.png differ diff --git a/semcore/ellipsis/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-in-Link-with-trimType-end-maxLine-2-and-tooltip-undefined-1-firefox-linux.png b/semcore/ellipsis/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-in-Link-with-trimType-end-maxLine-2-and-tooltip-undefined-1-firefox-linux.png index be98bd8dff..b408dc00bc 100644 Binary files a/semcore/ellipsis/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-in-Link-with-trimType-end-maxLine-2-and-tooltip-undefined-1-firefox-linux.png and b/semcore/ellipsis/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-in-Link-with-trimType-end-maxLine-2-and-tooltip-undefined-1-firefox-linux.png differ diff --git a/semcore/ellipsis/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-in-Link-with-trimType-end-maxLine-2-and-tooltip-undefined-1-webkit-linux.png b/semcore/ellipsis/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-in-Link-with-trimType-end-maxLine-2-and-tooltip-undefined-1-webkit-linux.png index 76ec2081b4..4cfeff4c8a 100644 Binary files a/semcore/ellipsis/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-in-Link-with-trimType-end-maxLine-2-and-tooltip-undefined-1-webkit-linux.png and b/semcore/ellipsis/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-in-Link-with-trimType-end-maxLine-2-and-tooltip-undefined-1-webkit-linux.png differ diff --git a/semcore/ellipsis/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-in-Link-with-trimType-end-maxLine-4-and-tooltip-true-1-chromium-linux.png b/semcore/ellipsis/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-in-Link-with-trimType-end-maxLine-4-and-tooltip-true-1-chromium-linux.png index a501aa4d46..ac5f901cdb 100644 Binary files a/semcore/ellipsis/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-in-Link-with-trimType-end-maxLine-4-and-tooltip-true-1-chromium-linux.png and b/semcore/ellipsis/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-in-Link-with-trimType-end-maxLine-4-and-tooltip-true-1-chromium-linux.png differ diff --git a/semcore/ellipsis/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-in-Link-with-trimType-end-maxLine-4-and-tooltip-true-1-firefox-linux.png b/semcore/ellipsis/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-in-Link-with-trimType-end-maxLine-4-and-tooltip-true-1-firefox-linux.png index 830be5fe6e..4fcd00d917 100644 Binary files a/semcore/ellipsis/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-in-Link-with-trimType-end-maxLine-4-and-tooltip-true-1-firefox-linux.png and b/semcore/ellipsis/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-in-Link-with-trimType-end-maxLine-4-and-tooltip-true-1-firefox-linux.png differ diff --git a/semcore/ellipsis/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-in-Link-with-trimType-end-maxLine-undefined-and-tooltip-false-1-chromium-linux.png b/semcore/ellipsis/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-in-Link-with-trimType-end-maxLine-undefined-and-tooltip-false-1-chromium-linux.png index b2a7bc9830..70296132bf 100644 Binary files a/semcore/ellipsis/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-in-Link-with-trimType-end-maxLine-undefined-and-tooltip-false-1-chromium-linux.png and b/semcore/ellipsis/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-in-Link-with-trimType-end-maxLine-undefined-and-tooltip-false-1-chromium-linux.png differ diff --git a/semcore/ellipsis/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-in-Link-with-trimType-end-maxLine-undefined-and-tooltip-false-1-firefox-linux.png b/semcore/ellipsis/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-in-Link-with-trimType-end-maxLine-undefined-and-tooltip-false-1-firefox-linux.png index 4ec552aff3..6932239ffe 100644 Binary files a/semcore/ellipsis/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-in-Link-with-trimType-end-maxLine-undefined-and-tooltip-false-1-firefox-linux.png and b/semcore/ellipsis/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-in-Link-with-trimType-end-maxLine-undefined-and-tooltip-false-1-firefox-linux.png differ diff --git a/semcore/ellipsis/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-in-Link-with-trimType-middle-maxLine-1-and-tooltip-true-1-chromium-linux.png b/semcore/ellipsis/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-in-Link-with-trimType-middle-maxLine-1-and-tooltip-true-1-chromium-linux.png index 150458d75e..3f847b7a53 100644 Binary files a/semcore/ellipsis/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-in-Link-with-trimType-middle-maxLine-1-and-tooltip-true-1-chromium-linux.png and b/semcore/ellipsis/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-in-Link-with-trimType-middle-maxLine-1-and-tooltip-true-1-chromium-linux.png differ diff --git a/semcore/ellipsis/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-in-Link-with-trimType-middle-maxLine-1-and-tooltip-true-1-firefox-linux.png b/semcore/ellipsis/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-in-Link-with-trimType-middle-maxLine-1-and-tooltip-true-1-firefox-linux.png index de0f2fe1bd..b2a40f6f5d 100644 Binary files a/semcore/ellipsis/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-in-Link-with-trimType-middle-maxLine-1-and-tooltip-true-1-firefox-linux.png and b/semcore/ellipsis/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-in-Link-with-trimType-middle-maxLine-1-and-tooltip-true-1-firefox-linux.png differ diff --git a/semcore/ellipsis/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-in-Link-with-trimType-middle-maxLine-1-and-tooltip-true-1-webkit-linux.png b/semcore/ellipsis/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-in-Link-with-trimType-middle-maxLine-1-and-tooltip-true-1-webkit-linux.png index 577c84325f..404a456a86 100644 Binary files a/semcore/ellipsis/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-in-Link-with-trimType-middle-maxLine-1-and-tooltip-true-1-webkit-linux.png and b/semcore/ellipsis/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-in-Link-with-trimType-middle-maxLine-1-and-tooltip-true-1-webkit-linux.png differ diff --git a/semcore/ellipsis/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-in-Link-with-trimType-middle-maxLine-3-and-tooltip-false-1-chromium-linux.png b/semcore/ellipsis/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-in-Link-with-trimType-middle-maxLine-3-and-tooltip-false-1-chromium-linux.png index 577cbcd0f6..8ba9219d2a 100644 Binary files a/semcore/ellipsis/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-in-Link-with-trimType-middle-maxLine-3-and-tooltip-false-1-chromium-linux.png and b/semcore/ellipsis/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-in-Link-with-trimType-middle-maxLine-3-and-tooltip-false-1-chromium-linux.png differ diff --git a/semcore/ellipsis/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-in-Link-with-trimType-middle-maxLine-3-and-tooltip-false-1-firefox-linux.png b/semcore/ellipsis/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-in-Link-with-trimType-middle-maxLine-3-and-tooltip-false-1-firefox-linux.png index 27b9891017..f5afc8a5a5 100644 Binary files a/semcore/ellipsis/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-in-Link-with-trimType-middle-maxLine-3-and-tooltip-false-1-firefox-linux.png and b/semcore/ellipsis/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-in-Link-with-trimType-middle-maxLine-3-and-tooltip-false-1-firefox-linux.png differ diff --git a/semcore/ellipsis/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-in-table-cell-with-Link-and-trimType-end-1-chromium-linux.png b/semcore/ellipsis/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-in-table-cell-with-Link-and-trimType-end-1-chromium-linux.png index b44992abcc..b743214047 100644 Binary files a/semcore/ellipsis/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-in-table-cell-with-Link-and-trimType-end-1-chromium-linux.png and b/semcore/ellipsis/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-in-table-cell-with-Link-and-trimType-end-1-chromium-linux.png differ diff --git a/semcore/ellipsis/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-in-table-cell-with-Link-and-trimType-end-1-firefox-linux.png b/semcore/ellipsis/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-in-table-cell-with-Link-and-trimType-end-1-firefox-linux.png index ea5969e8c0..d742e67e91 100644 Binary files a/semcore/ellipsis/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-in-table-cell-with-Link-and-trimType-end-1-firefox-linux.png and b/semcore/ellipsis/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-in-table-cell-with-Link-and-trimType-end-1-firefox-linux.png differ diff --git a/semcore/ellipsis/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-in-table-cell-with-Link-and-trimType-end-1-webkit-linux.png b/semcore/ellipsis/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-in-table-cell-with-Link-and-trimType-end-1-webkit-linux.png index 54aa05f5fe..b1efaafea0 100644 Binary files a/semcore/ellipsis/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-in-table-cell-with-Link-and-trimType-end-1-webkit-linux.png and b/semcore/ellipsis/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-in-table-cell-with-Link-and-trimType-end-1-webkit-linux.png differ diff --git a/semcore/ellipsis/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-in-table-cell-with-Link-and-trimType-middle-1-chromium-linux.png b/semcore/ellipsis/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-in-table-cell-with-Link-and-trimType-middle-1-chromium-linux.png index 444ba24277..2b212392b1 100644 Binary files a/semcore/ellipsis/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-in-table-cell-with-Link-and-trimType-middle-1-chromium-linux.png and b/semcore/ellipsis/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-in-table-cell-with-Link-and-trimType-middle-1-chromium-linux.png differ diff --git a/semcore/ellipsis/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-in-table-cell-with-Link-and-trimType-middle-1-firefox-linux.png b/semcore/ellipsis/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-in-table-cell-with-Link-and-trimType-middle-1-firefox-linux.png index 21084c1511..52beaef82b 100644 Binary files a/semcore/ellipsis/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-in-table-cell-with-Link-and-trimType-middle-1-firefox-linux.png and b/semcore/ellipsis/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-in-table-cell-with-Link-and-trimType-middle-1-firefox-linux.png differ diff --git a/semcore/ellipsis/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-in-table-cell-with-Link-and-trimType-middle-1-webkit-linux.png b/semcore/ellipsis/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-in-table-cell-with-Link-and-trimType-middle-1-webkit-linux.png index 2532e6b50f..4f9c5f43a5 100644 Binary files a/semcore/ellipsis/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-in-table-cell-with-Link-and-trimType-middle-1-webkit-linux.png and b/semcore/ellipsis/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-in-table-cell-with-Link-and-trimType-middle-1-webkit-linux.png differ diff --git a/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/AccessDenied-chromium-linux.png b/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/AccessDenied-chromium-linux.png index 4308ebb870..20057e2e7f 100644 Binary files a/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/AccessDenied-chromium-linux.png and b/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/AccessDenied-chromium-linux.png differ diff --git a/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/AccessDenied-firefox-linux.png b/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/AccessDenied-firefox-linux.png index 47a3a16ad0..2c75afa7cf 100644 Binary files a/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/AccessDenied-firefox-linux.png and b/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/AccessDenied-firefox-linux.png differ diff --git a/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/AccessDenied-webkit-linux.png b/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/AccessDenied-webkit-linux.png index ca06ac51f0..c922d59b8a 100644 Binary files a/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/AccessDenied-webkit-linux.png and b/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/AccessDenied-webkit-linux.png differ diff --git a/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/AccessDenied648px-chromium-linux.png b/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/AccessDenied648px-chromium-linux.png index 5826fee8b5..ff619ac8d9 100644 Binary files a/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/AccessDenied648px-chromium-linux.png and b/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/AccessDenied648px-chromium-linux.png differ diff --git a/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/AccessDenied648px-firefox-linux.png b/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/AccessDenied648px-firefox-linux.png index 76d2b22e0f..6fab69bb45 100644 Binary files a/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/AccessDenied648px-firefox-linux.png and b/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/AccessDenied648px-firefox-linux.png differ diff --git a/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/AccessDenied648px-webkit-linux.png b/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/AccessDenied648px-webkit-linux.png index 7fb0b25f36..7491c126bd 100644 Binary files a/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/AccessDenied648px-webkit-linux.png and b/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/AccessDenied648px-webkit-linux.png differ diff --git a/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/Custom-description-controls-chromium-linux.png b/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/Custom-description-controls-chromium-linux.png index 4dbddef64f..e933e4b18b 100644 Binary files a/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/Custom-description-controls-chromium-linux.png and b/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/Custom-description-controls-chromium-linux.png differ diff --git a/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/Custom-description-controls-firefox-linux.png b/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/Custom-description-controls-firefox-linux.png index 6055141139..033b9f6ec3 100644 Binary files a/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/Custom-description-controls-firefox-linux.png and b/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/Custom-description-controls-firefox-linux.png differ diff --git a/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/Custom-description-controls-webkit-linux.png b/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/Custom-description-controls-webkit-linux.png index 52cc77fb5a..a46f0244e2 100644 Binary files a/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/Custom-description-controls-webkit-linux.png and b/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/Custom-description-controls-webkit-linux.png differ diff --git a/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/Custom-icon-title-controls-chromium-linux.png b/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/Custom-icon-title-controls-chromium-linux.png index 2f602501f7..7ab0739c99 100644 Binary files a/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/Custom-icon-title-controls-chromium-linux.png and b/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/Custom-icon-title-controls-chromium-linux.png differ diff --git a/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/Custom-icon-title-controls-firefox-linux.png b/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/Custom-icon-title-controls-firefox-linux.png index b3a7a15373..1bb007aa57 100644 Binary files a/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/Custom-icon-title-controls-firefox-linux.png and b/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/Custom-icon-title-controls-firefox-linux.png differ diff --git a/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/Custom-icon-title-controls-webkit-linux.png b/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/Custom-icon-title-controls-webkit-linux.png index 8902d4fc0a..4b01561f21 100644 Binary files a/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/Custom-icon-title-controls-webkit-linux.png and b/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/Custom-icon-title-controls-webkit-linux.png differ diff --git a/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/Custom-icon-title-description-controls-chromium-linux.png b/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/Custom-icon-title-description-controls-chromium-linux.png index 46e29315ba..61c247f548 100644 Binary files a/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/Custom-icon-title-description-controls-chromium-linux.png and b/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/Custom-icon-title-description-controls-chromium-linux.png differ diff --git a/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/Custom-icon-title-description-controls-firefox-linux.png b/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/Custom-icon-title-description-controls-firefox-linux.png index 27db13660a..f00bbee2a2 100644 Binary files a/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/Custom-icon-title-description-controls-firefox-linux.png and b/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/Custom-icon-title-description-controls-firefox-linux.png differ diff --git a/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/Custom-icon-title-description-controls-webkit-linux.png b/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/Custom-icon-title-description-controls-webkit-linux.png index 3b3c1ffb22..722d977acf 100644 Binary files a/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/Custom-icon-title-description-controls-webkit-linux.png and b/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/Custom-icon-title-description-controls-webkit-linux.png differ diff --git a/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/Custom-title-description-controls-chromium-linux.png b/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/Custom-title-description-controls-chromium-linux.png index 8f7b684618..621ef0bb99 100644 Binary files a/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/Custom-title-description-controls-chromium-linux.png and b/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/Custom-title-description-controls-chromium-linux.png differ diff --git a/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/Custom-title-description-controls-firefox-linux.png b/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/Custom-title-description-controls-firefox-linux.png index 6780d21b91..7f1cd8eb11 100644 Binary files a/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/Custom-title-description-controls-firefox-linux.png and b/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/Custom-title-description-controls-firefox-linux.png differ diff --git a/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/Custom-title-description-controls-webkit-linux.png b/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/Custom-title-description-controls-webkit-linux.png index 08b3f37007..e7bdf6c158 100644 Binary files a/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/Custom-title-description-controls-webkit-linux.png and b/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/Custom-title-description-controls-webkit-linux.png differ diff --git a/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/Maintenance-chromium-linux.png b/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/Maintenance-chromium-linux.png index 6b637cb514..ecf44dcfb6 100644 Binary files a/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/Maintenance-chromium-linux.png and b/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/Maintenance-chromium-linux.png differ diff --git a/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/Maintenance-firefox-linux.png b/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/Maintenance-firefox-linux.png index 2df746f8d3..5388d5e39e 100644 Binary files a/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/Maintenance-firefox-linux.png and b/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/Maintenance-firefox-linux.png differ diff --git a/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/Maintenance-webkit-linux.png b/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/Maintenance-webkit-linux.png index b6421e6c53..d0dec5fa90 100644 Binary files a/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/Maintenance-webkit-linux.png and b/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/Maintenance-webkit-linux.png differ diff --git a/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/Maintenance648px-chromium-linux.png b/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/Maintenance648px-chromium-linux.png index 1b3ec841e8..e5a2ea88c8 100644 Binary files a/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/Maintenance648px-chromium-linux.png and b/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/Maintenance648px-chromium-linux.png differ diff --git a/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/Maintenance648px-firefox-linux.png b/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/Maintenance648px-firefox-linux.png index a05b323672..7c720f6f0a 100644 Binary files a/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/Maintenance648px-firefox-linux.png and b/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/Maintenance648px-firefox-linux.png differ diff --git a/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/Maintenance648px-webkit-linux.png b/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/Maintenance648px-webkit-linux.png index f0e5ff7687..865c59b25c 100644 Binary files a/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/Maintenance648px-webkit-linux.png and b/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/Maintenance648px-webkit-linux.png differ diff --git a/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/PageError-chromium-linux.png b/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/PageError-chromium-linux.png index 27f6241e31..be538b1eff 100644 Binary files a/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/PageError-chromium-linux.png and b/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/PageError-chromium-linux.png differ diff --git a/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/PageError-firefox-linux.png b/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/PageError-firefox-linux.png index b81aed7516..872d477473 100644 Binary files a/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/PageError-firefox-linux.png and b/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/PageError-firefox-linux.png differ diff --git a/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/PageError-webkit-linux.png b/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/PageError-webkit-linux.png index 3ad7549fc3..2253d0f1fc 100644 Binary files a/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/PageError-webkit-linux.png and b/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/PageError-webkit-linux.png differ diff --git a/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/PageError648px-chromium-linux.png b/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/PageError648px-chromium-linux.png index dc0dde9e89..5f75818054 100644 Binary files a/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/PageError648px-chromium-linux.png and b/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/PageError648px-chromium-linux.png differ diff --git a/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/PageError648px-firefox-linux.png b/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/PageError648px-firefox-linux.png index 401414cfde..42d586e62a 100644 Binary files a/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/PageError648px-firefox-linux.png and b/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/PageError648px-firefox-linux.png differ diff --git a/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/PageError648px-webkit-linux.png b/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/PageError648px-webkit-linux.png index b4746a587d..fc551a2f4c 100644 Binary files a/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/PageError648px-webkit-linux.png and b/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/PageError648px-webkit-linux.png differ diff --git a/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/PageNotFound-chromium-linux.png b/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/PageNotFound-chromium-linux.png index b55d268788..b786d821ea 100644 Binary files a/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/PageNotFound-chromium-linux.png and b/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/PageNotFound-chromium-linux.png differ diff --git a/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/PageNotFound-firefox-linux.png b/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/PageNotFound-firefox-linux.png index 0a784375b7..e7cbae6322 100644 Binary files a/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/PageNotFound-firefox-linux.png and b/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/PageNotFound-firefox-linux.png differ diff --git a/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/PageNotFound-webkit-linux.png b/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/PageNotFound-webkit-linux.png index 40055f1574..552298dce8 100644 Binary files a/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/PageNotFound-webkit-linux.png and b/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/PageNotFound-webkit-linux.png differ diff --git a/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/PageNotFound648px-chromium-linux.png b/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/PageNotFound648px-chromium-linux.png index befda45748..58c65e6269 100644 Binary files a/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/PageNotFound648px-chromium-linux.png and b/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/PageNotFound648px-chromium-linux.png differ diff --git a/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/PageNotFound648px-firefox-linux.png b/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/PageNotFound648px-firefox-linux.png index 49f93de38d..cf549b82bd 100644 Binary files a/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/PageNotFound648px-firefox-linux.png and b/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/PageNotFound648px-firefox-linux.png differ diff --git a/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/PageNotFound648px-webkit-linux.png b/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/PageNotFound648px-webkit-linux.png index 8b5daa763c..158602f3e6 100644 Binary files a/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/PageNotFound648px-webkit-linux.png and b/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/PageNotFound648px-webkit-linux.png differ diff --git a/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/ProjectNotFound-chromium-linux.png b/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/ProjectNotFound-chromium-linux.png index 0dd2147556..0f5a6b0492 100644 Binary files a/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/ProjectNotFound-chromium-linux.png and b/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/ProjectNotFound-chromium-linux.png differ diff --git a/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/ProjectNotFound-firefox-linux.png b/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/ProjectNotFound-firefox-linux.png index fb522d6569..7dac3342ff 100644 Binary files a/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/ProjectNotFound-firefox-linux.png and b/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/ProjectNotFound-firefox-linux.png differ diff --git a/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/ProjectNotFound-webkit-linux.png b/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/ProjectNotFound-webkit-linux.png index 8c2aeb8ca5..11b2bb82bd 100644 Binary files a/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/ProjectNotFound-webkit-linux.png and b/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/ProjectNotFound-webkit-linux.png differ diff --git a/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/ProjectNotFound648px-chromium-linux.png b/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/ProjectNotFound648px-chromium-linux.png index 4a814b305b..f57a35f9d0 100644 Binary files a/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/ProjectNotFound648px-chromium-linux.png and b/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/ProjectNotFound648px-chromium-linux.png differ diff --git a/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/ProjectNotFound648px-firefox-linux.png b/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/ProjectNotFound648px-firefox-linux.png index a3b3e9d141..ff7e2fd725 100644 Binary files a/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/ProjectNotFound648px-firefox-linux.png and b/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/ProjectNotFound648px-firefox-linux.png differ diff --git a/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/ProjectNotFound648px-webkit-linux.png b/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/ProjectNotFound648px-webkit-linux.png index 22489521be..98b713da51 100644 Binary files a/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/ProjectNotFound648px-webkit-linux.png and b/semcore/errors/__tests__/errors.browser-test.tsx-snapshots/ProjectNotFound648px-webkit-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-BadgeFH-Verify-BasgeFH-Visual-1-chromium-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-BadgeFH-Verify-BasgeFH-Visual-1-chromium-linux.png index 89ccf8a4c9..1919da3c05 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-BadgeFH-Verify-BasgeFH-Visual-1-chromium-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-BadgeFH-Verify-BasgeFH-Visual-1-chromium-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-BadgeFH-Verify-BasgeFH-Visual-1-firefox-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-BadgeFH-Verify-BasgeFH-Visual-1-firefox-linux.png index 57bdf8bcf9..1e7d06e135 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-BadgeFH-Verify-BasgeFH-Visual-1-firefox-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-BadgeFH-Verify-BasgeFH-Visual-1-firefox-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-BadgeFH-Verify-BasgeFH-Visual-1-webkit-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-BadgeFH-Verify-BasgeFH-Visual-1-webkit-linux.png index e2832d072e..582f9a45ac 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-BadgeFH-Verify-BasgeFH-Visual-1-webkit-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-BadgeFH-Verify-BasgeFH-Visual-1-webkit-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-primary--0ad84-active-true-loading-false-useBadge-undefined-2-chromium-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-primary--0ad84-active-true-loading-false-useBadge-undefined-2-chromium-linux.png index e062998585..0761da5c76 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-primary--0ad84-active-true-loading-false-useBadge-undefined-2-chromium-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-primary--0ad84-active-true-loading-false-useBadge-undefined-2-chromium-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-primary--0ad84-active-true-loading-false-useBadge-undefined-2-firefox-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-primary--0ad84-active-true-loading-false-useBadge-undefined-2-firefox-linux.png index de8aac68b6..89e2714dda 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-primary--0ad84-active-true-loading-false-useBadge-undefined-2-firefox-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-primary--0ad84-active-true-loading-false-useBadge-undefined-2-firefox-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-primary--0ad84-active-true-loading-false-useBadge-undefined-2-webkit-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-primary--0ad84-active-true-loading-false-useBadge-undefined-2-webkit-linux.png index 03ca28ff6f..395547a62d 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-primary--0ad84-active-true-loading-false-useBadge-undefined-2-webkit-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-primary--0ad84-active-true-loading-false-useBadge-undefined-2-webkit-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-primary--326df-ctive-false-loading-false-useBadge-undefined-3-chromium-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-primary--326df-ctive-false-loading-false-useBadge-undefined-3-chromium-linux.png index 3cc8ccb0d5..91e065ca0b 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-primary--326df-ctive-false-loading-false-useBadge-undefined-3-chromium-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-primary--326df-ctive-false-loading-false-useBadge-undefined-3-chromium-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-primary--326df-ctive-false-loading-false-useBadge-undefined-3-webkit-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-primary--326df-ctive-false-loading-false-useBadge-undefined-3-webkit-linux.png index 685126a37b..6012089d75 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-primary--326df-ctive-false-loading-false-useBadge-undefined-3-webkit-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-primary--326df-ctive-false-loading-false-useBadge-undefined-3-webkit-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-primary--544fa-l-active-false-loading-false-useBadge-accent-1-chromium-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-primary--544fa-l-active-false-loading-false-useBadge-accent-1-chromium-linux.png index 82cfd465b7..9edb1b2e40 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-primary--544fa-l-active-false-loading-false-useBadge-accent-1-chromium-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-primary--544fa-l-active-false-loading-false-useBadge-accent-1-chromium-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-primary--544fa-l-active-false-loading-false-useBadge-accent-1-firefox-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-primary--544fa-l-active-false-loading-false-useBadge-accent-1-firefox-linux.png index 1e9d7e8c44..7233ce8790 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-primary--544fa-l-active-false-loading-false-useBadge-accent-1-firefox-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-primary--544fa-l-active-false-loading-false-useBadge-accent-1-firefox-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-primary--544fa-l-active-false-loading-false-useBadge-accent-1-webkit-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-primary--544fa-l-active-false-loading-false-useBadge-accent-1-webkit-linux.png index a18385ed6c..9c39a9ff4c 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-primary--544fa-l-active-false-loading-false-useBadge-accent-1-webkit-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-primary--544fa-l-active-false-loading-false-useBadge-accent-1-webkit-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-primary--75920-active-false-loading-true-useBadge-undefined-1-chromium-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-primary--75920-active-false-loading-true-useBadge-undefined-1-chromium-linux.png index dd1fb18bf1..1cf6b54f58 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-primary--75920-active-false-loading-true-useBadge-undefined-1-chromium-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-primary--75920-active-false-loading-true-useBadge-undefined-1-chromium-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-primary--75920-active-false-loading-true-useBadge-undefined-1-firefox-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-primary--75920-active-false-loading-true-useBadge-undefined-1-firefox-linux.png index ca670d1006..d3811f0e7d 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-primary--75920-active-false-loading-true-useBadge-undefined-1-firefox-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-primary--75920-active-false-loading-true-useBadge-undefined-1-firefox-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-primary--75920-active-false-loading-true-useBadge-undefined-1-webkit-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-primary--75920-active-false-loading-true-useBadge-undefined-1-webkit-linux.png index 0d73a41ea0..0fe177cd6b 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-primary--75920-active-false-loading-true-useBadge-undefined-1-webkit-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-primary--75920-active-false-loading-true-useBadge-undefined-1-webkit-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-primary--815e7-ctive-false-loading-false-useBadge-undefined-1-chromium-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-primary--815e7-ctive-false-loading-false-useBadge-undefined-1-chromium-linux.png index bc68436e0f..a3cdd2be1a 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-primary--815e7-ctive-false-loading-false-useBadge-undefined-1-chromium-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-primary--815e7-ctive-false-loading-false-useBadge-undefined-1-chromium-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-primary--815e7-ctive-false-loading-false-useBadge-undefined-1-firefox-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-primary--815e7-ctive-false-loading-false-useBadge-undefined-1-firefox-linux.png index ae8b1d45d0..9eb76ca489 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-primary--815e7-ctive-false-loading-false-useBadge-undefined-1-firefox-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-primary--815e7-ctive-false-loading-false-useBadge-undefined-1-firefox-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-primary--815e7-ctive-false-loading-false-useBadge-undefined-1-webkit-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-primary--815e7-ctive-false-loading-false-useBadge-undefined-1-webkit-linux.png index ae21cab139..1944eb1730 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-primary--815e7-ctive-false-loading-false-useBadge-undefined-1-webkit-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-primary--815e7-ctive-false-loading-false-useBadge-undefined-1-webkit-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-primary--ad838-active-true-loading-false-useBadge-undefined-1-chromium-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-primary--ad838-active-true-loading-false-useBadge-undefined-1-chromium-linux.png index 1645891a40..0e8926e8b0 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-primary--ad838-active-true-loading-false-useBadge-undefined-1-chromium-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-primary--ad838-active-true-loading-false-useBadge-undefined-1-chromium-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-primary--ad838-active-true-loading-false-useBadge-undefined-1-firefox-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-primary--ad838-active-true-loading-false-useBadge-undefined-1-firefox-linux.png index a2f149580b..cb5a88831b 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-primary--ad838-active-true-loading-false-useBadge-undefined-1-firefox-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-primary--ad838-active-true-loading-false-useBadge-undefined-1-firefox-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-primary--ad838-active-true-loading-false-useBadge-undefined-1-webkit-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-primary--ad838-active-true-loading-false-useBadge-undefined-1-webkit-linux.png index a68a3536f2..9b75aed717 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-primary--ad838-active-true-loading-false-useBadge-undefined-1-webkit-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-primary--ad838-active-true-loading-false-useBadge-undefined-1-webkit-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-primary--ed83c-ctive-false-loading-false-useBadge-undefined-2-chromium-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-primary--ed83c-ctive-false-loading-false-useBadge-undefined-2-chromium-linux.png index 794defc5a8..f1ef178203 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-primary--ed83c-ctive-false-loading-false-useBadge-undefined-2-chromium-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-primary--ed83c-ctive-false-loading-false-useBadge-undefined-2-chromium-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-primary--ed83c-ctive-false-loading-false-useBadge-undefined-2-firefox-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-primary--ed83c-ctive-false-loading-false-useBadge-undefined-2-firefox-linux.png index 2eece44b8b..771bce4d00 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-primary--ed83c-ctive-false-loading-false-useBadge-undefined-2-firefox-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-primary--ed83c-ctive-false-loading-false-useBadge-undefined-2-firefox-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-primary--ed83c-ctive-false-loading-false-useBadge-undefined-2-webkit-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-primary--ed83c-ctive-false-loading-false-useBadge-undefined-2-webkit-linux.png index b1bb929823..1f4402529d 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-primary--ed83c-ctive-false-loading-false-useBadge-undefined-2-webkit-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-primary--ed83c-ctive-false-loading-false-useBadge-undefined-2-webkit-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-primary--fe0a4--active-false-loading-false-useBadge-neutral-1-chromium-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-primary--fe0a4--active-false-loading-false-useBadge-neutral-1-chromium-linux.png index f503439892..31b9938c09 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-primary--fe0a4--active-false-loading-false-useBadge-neutral-1-chromium-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-primary--fe0a4--active-false-loading-false-useBadge-neutral-1-chromium-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-primary--fe0a4--active-false-loading-false-useBadge-neutral-1-firefox-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-primary--fe0a4--active-false-loading-false-useBadge-neutral-1-firefox-linux.png index 52403aeb76..7ea4b70ea3 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-primary--fe0a4--active-false-loading-false-useBadge-neutral-1-firefox-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-primary--fe0a4--active-false-loading-false-useBadge-neutral-1-firefox-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-primary--fe0a4--active-false-loading-false-useBadge-neutral-1-webkit-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-primary--fe0a4--active-false-loading-false-useBadge-neutral-1-webkit-linux.png index ffbc26480b..40c0e866d8 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-primary--fe0a4--active-false-loading-false-useBadge-neutral-1-webkit-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-primary--fe0a4--active-false-loading-false-useBadge-neutral-1-webkit-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-secondar-1ea8a-active-true-loading-false-useBadge-undefined-2-chromium-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-secondar-1ea8a-active-true-loading-false-useBadge-undefined-2-chromium-linux.png index 1936c96c4e..b90ac71402 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-secondar-1ea8a-active-true-loading-false-useBadge-undefined-2-chromium-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-secondar-1ea8a-active-true-loading-false-useBadge-undefined-2-chromium-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-secondar-1ea8a-active-true-loading-false-useBadge-undefined-2-firefox-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-secondar-1ea8a-active-true-loading-false-useBadge-undefined-2-firefox-linux.png index 983ae4dc44..1838b860b1 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-secondar-1ea8a-active-true-loading-false-useBadge-undefined-2-firefox-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-secondar-1ea8a-active-true-loading-false-useBadge-undefined-2-firefox-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-secondar-1ea8a-active-true-loading-false-useBadge-undefined-2-webkit-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-secondar-1ea8a-active-true-loading-false-useBadge-undefined-2-webkit-linux.png index d58c6be1f5..7ff7317f03 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-secondar-1ea8a-active-true-loading-false-useBadge-undefined-2-webkit-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-secondar-1ea8a-active-true-loading-false-useBadge-undefined-2-webkit-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-secondar-2946b-m-active-false-loading-false-useBadge-accent-3-chromium-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-secondar-2946b-m-active-false-loading-false-useBadge-accent-3-chromium-linux.png index 86d574ad0b..8e65da4a36 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-secondar-2946b-m-active-false-loading-false-useBadge-accent-3-chromium-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-secondar-2946b-m-active-false-loading-false-useBadge-accent-3-chromium-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-secondar-2946b-m-active-false-loading-false-useBadge-accent-3-webkit-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-secondar-2946b-m-active-false-loading-false-useBadge-accent-3-webkit-linux.png index 4a0c530de5..a00fa7f628 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-secondar-2946b-m-active-false-loading-false-useBadge-accent-3-webkit-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-secondar-2946b-m-active-false-loading-false-useBadge-accent-3-webkit-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-secondar-35d62--active-false-loading-false-useBadge-neutral-3-chromium-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-secondar-35d62--active-false-loading-false-useBadge-neutral-3-chromium-linux.png index 85eec49473..d695f14456 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-secondar-35d62--active-false-loading-false-useBadge-neutral-3-chromium-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-secondar-35d62--active-false-loading-false-useBadge-neutral-3-chromium-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-secondar-35d62--active-false-loading-false-useBadge-neutral-3-webkit-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-secondar-35d62--active-false-loading-false-useBadge-neutral-3-webkit-linux.png index 860e5ada58..7b9cfd7839 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-secondar-35d62--active-false-loading-false-useBadge-neutral-3-webkit-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-secondar-35d62--active-false-loading-false-useBadge-neutral-3-webkit-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-secondar-4a2ef-m-active-false-loading-false-useBadge-accent-2-chromium-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-secondar-4a2ef-m-active-false-loading-false-useBadge-accent-2-chromium-linux.png index bd5a565e15..0faf0df019 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-secondar-4a2ef-m-active-false-loading-false-useBadge-accent-2-chromium-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-secondar-4a2ef-m-active-false-loading-false-useBadge-accent-2-chromium-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-secondar-4a2ef-m-active-false-loading-false-useBadge-accent-2-firefox-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-secondar-4a2ef-m-active-false-loading-false-useBadge-accent-2-firefox-linux.png index b93bdf0b4f..eda04ff8ea 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-secondar-4a2ef-m-active-false-loading-false-useBadge-accent-2-firefox-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-secondar-4a2ef-m-active-false-loading-false-useBadge-accent-2-firefox-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-secondar-4a2ef-m-active-false-loading-false-useBadge-accent-2-webkit-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-secondar-4a2ef-m-active-false-loading-false-useBadge-accent-2-webkit-linux.png index e8882ee328..d932ea828c 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-secondar-4a2ef-m-active-false-loading-false-useBadge-accent-2-webkit-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-secondar-4a2ef-m-active-false-loading-false-useBadge-accent-2-webkit-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-secondar-6893a-ctive-false-loading-false-useBadge-undefined-1-chromium-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-secondar-6893a-ctive-false-loading-false-useBadge-undefined-1-chromium-linux.png index 080012d117..62e40ee36c 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-secondar-6893a-ctive-false-loading-false-useBadge-undefined-1-chromium-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-secondar-6893a-ctive-false-loading-false-useBadge-undefined-1-chromium-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-secondar-6893a-ctive-false-loading-false-useBadge-undefined-1-firefox-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-secondar-6893a-ctive-false-loading-false-useBadge-undefined-1-firefox-linux.png index 1c9ee5cb2a..0618c8d6a3 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-secondar-6893a-ctive-false-loading-false-useBadge-undefined-1-firefox-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-secondar-6893a-ctive-false-loading-false-useBadge-undefined-1-firefox-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-secondar-6893a-ctive-false-loading-false-useBadge-undefined-1-webkit-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-secondar-6893a-ctive-false-loading-false-useBadge-undefined-1-webkit-linux.png index 0a52332241..6d5ee7ac31 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-secondar-6893a-ctive-false-loading-false-useBadge-undefined-1-webkit-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-secondar-6893a-ctive-false-loading-false-useBadge-undefined-1-webkit-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-secondar-78151-m-active-false-loading-false-useBadge-accent-1-chromium-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-secondar-78151-m-active-false-loading-false-useBadge-accent-1-chromium-linux.png index b2d770fa0b..fae7d3d262 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-secondar-78151-m-active-false-loading-false-useBadge-accent-1-chromium-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-secondar-78151-m-active-false-loading-false-useBadge-accent-1-chromium-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-secondar-78151-m-active-false-loading-false-useBadge-accent-1-firefox-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-secondar-78151-m-active-false-loading-false-useBadge-accent-1-firefox-linux.png index 73f18b33e5..6bf76f2e72 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-secondar-78151-m-active-false-loading-false-useBadge-accent-1-firefox-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-secondar-78151-m-active-false-loading-false-useBadge-accent-1-firefox-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-secondar-78151-m-active-false-loading-false-useBadge-accent-1-webkit-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-secondar-78151-m-active-false-loading-false-useBadge-accent-1-webkit-linux.png index 8897a61aaf..ad1fa43e90 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-secondar-78151-m-active-false-loading-false-useBadge-accent-1-webkit-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-secondar-78151-m-active-false-loading-false-useBadge-accent-1-webkit-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-secondar-7c9a6-active-true-loading-false-useBadge-undefined-1-chromium-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-secondar-7c9a6-active-true-loading-false-useBadge-undefined-1-chromium-linux.png index d1b81a49e0..fb22dd177c 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-secondar-7c9a6-active-true-loading-false-useBadge-undefined-1-chromium-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-secondar-7c9a6-active-true-loading-false-useBadge-undefined-1-chromium-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-secondar-7c9a6-active-true-loading-false-useBadge-undefined-1-firefox-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-secondar-7c9a6-active-true-loading-false-useBadge-undefined-1-firefox-linux.png index af8fd9362c..d01c85910c 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-secondar-7c9a6-active-true-loading-false-useBadge-undefined-1-firefox-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-secondar-7c9a6-active-true-loading-false-useBadge-undefined-1-firefox-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-secondar-7c9a6-active-true-loading-false-useBadge-undefined-1-webkit-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-secondar-7c9a6-active-true-loading-false-useBadge-undefined-1-webkit-linux.png index 76c8c40827..7deb506c4d 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-secondar-7c9a6-active-true-loading-false-useBadge-undefined-1-webkit-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-secondar-7c9a6-active-true-loading-false-useBadge-undefined-1-webkit-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-secondar-be34e--active-false-loading-false-useBadge-neutral-1-chromium-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-secondar-be34e--active-false-loading-false-useBadge-neutral-1-chromium-linux.png index d6c443bf6e..0e20b71687 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-secondar-be34e--active-false-loading-false-useBadge-neutral-1-chromium-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-secondar-be34e--active-false-loading-false-useBadge-neutral-1-chromium-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-secondar-be34e--active-false-loading-false-useBadge-neutral-1-firefox-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-secondar-be34e--active-false-loading-false-useBadge-neutral-1-firefox-linux.png index 26ec1faa9f..5d5f6c6f19 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-secondar-be34e--active-false-loading-false-useBadge-neutral-1-firefox-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-secondar-be34e--active-false-loading-false-useBadge-neutral-1-firefox-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-secondar-be34e--active-false-loading-false-useBadge-neutral-1-webkit-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-secondar-be34e--active-false-loading-false-useBadge-neutral-1-webkit-linux.png index 83da94d17e..05fa20d618 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-secondar-be34e--active-false-loading-false-useBadge-neutral-1-webkit-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-secondar-be34e--active-false-loading-false-useBadge-neutral-1-webkit-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-secondar-bf746-active-false-loading-true-useBadge-undefined-1-chromium-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-secondar-bf746-active-false-loading-true-useBadge-undefined-1-chromium-linux.png index 2fcc4ac269..f47439d4a9 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-secondar-bf746-active-false-loading-true-useBadge-undefined-1-chromium-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-secondar-bf746-active-false-loading-true-useBadge-undefined-1-chromium-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-secondar-bf746-active-false-loading-true-useBadge-undefined-1-firefox-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-secondar-bf746-active-false-loading-true-useBadge-undefined-1-firefox-linux.png index bf5034b26b..9f69425660 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-secondar-bf746-active-false-loading-true-useBadge-undefined-1-firefox-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-secondar-bf746-active-false-loading-true-useBadge-undefined-1-firefox-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-secondar-bf746-active-false-loading-true-useBadge-undefined-1-webkit-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-secondar-bf746-active-false-loading-true-useBadge-undefined-1-webkit-linux.png index 9db93064e4..4e7f6f14cc 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-secondar-bf746-active-false-loading-true-useBadge-undefined-1-webkit-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-secondar-bf746-active-false-loading-true-useBadge-undefined-1-webkit-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-secondar-ec6c1--active-false-loading-false-useBadge-neutral-2-chromium-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-secondar-ec6c1--active-false-loading-false-useBadge-neutral-2-chromium-linux.png index f6eea8f5b5..fdd35855ed 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-secondar-ec6c1--active-false-loading-false-useBadge-neutral-2-chromium-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-secondar-ec6c1--active-false-loading-false-useBadge-neutral-2-chromium-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-secondar-ec6c1--active-false-loading-false-useBadge-neutral-2-firefox-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-secondar-ec6c1--active-false-loading-false-useBadge-neutral-2-firefox-linux.png index 67b86c209b..ec909de001 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-secondar-ec6c1--active-false-loading-false-useBadge-neutral-2-firefox-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-secondar-ec6c1--active-false-loading-false-useBadge-neutral-2-firefox-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-secondar-ec6c1--active-false-loading-false-useBadge-neutral-2-webkit-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-secondar-ec6c1--active-false-loading-false-useBadge-neutral-2-webkit-linux.png index 2ccdd2b445..0be4adac66 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-secondar-ec6c1--active-false-loading-false-useBadge-neutral-2-webkit-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-ButtonFH-Verify-Button-use-secondar-ec6c1--active-false-loading-false-useBadge-neutral-2-webkit-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-CheckboxFH-Verify-Checkbox-disabled--0dfe6-ate-normal-checked-false-showBadge-true-1-chromium-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-CheckboxFH-Verify-Checkbox-disabled--0dfe6-ate-normal-checked-false-showBadge-true-1-chromium-linux.png index 76e72db3cd..922d9553e3 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-CheckboxFH-Verify-Checkbox-disabled--0dfe6-ate-normal-checked-false-showBadge-true-1-chromium-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-CheckboxFH-Verify-Checkbox-disabled--0dfe6-ate-normal-checked-false-showBadge-true-1-chromium-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-CheckboxFH-Verify-Checkbox-disabled--0dfe6-ate-normal-checked-false-showBadge-true-1-firefox-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-CheckboxFH-Verify-Checkbox-disabled--0dfe6-ate-normal-checked-false-showBadge-true-1-firefox-linux.png index ff52736300..b6e3c7f9f5 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-CheckboxFH-Verify-Checkbox-disabled--0dfe6-ate-normal-checked-false-showBadge-true-1-firefox-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-CheckboxFH-Verify-Checkbox-disabled--0dfe6-ate-normal-checked-false-showBadge-true-1-firefox-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-CheckboxFH-Verify-Checkbox-disabled--0dfe6-ate-normal-checked-false-showBadge-true-1-webkit-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-CheckboxFH-Verify-Checkbox-disabled--0dfe6-ate-normal-checked-false-showBadge-true-1-webkit-linux.png index f5f8fbc512..b75f1b13f2 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-CheckboxFH-Verify-Checkbox-disabled--0dfe6-ate-normal-checked-false-showBadge-true-1-webkit-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-CheckboxFH-Verify-Checkbox-disabled--0dfe6-ate-normal-checked-false-showBadge-true-1-webkit-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-CheckboxFH-Verify-Checkbox-disabled--20986-ate-normal-checked-false-showBadge-true-1-chromium-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-CheckboxFH-Verify-Checkbox-disabled--20986-ate-normal-checked-false-showBadge-true-1-chromium-linux.png index 5bc179aa02..4e3f708e7d 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-CheckboxFH-Verify-Checkbox-disabled--20986-ate-normal-checked-false-showBadge-true-1-chromium-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-CheckboxFH-Verify-Checkbox-disabled--20986-ate-normal-checked-false-showBadge-true-1-chromium-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-CheckboxFH-Verify-Checkbox-disabled--20986-ate-normal-checked-false-showBadge-true-1-firefox-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-CheckboxFH-Verify-Checkbox-disabled--20986-ate-normal-checked-false-showBadge-true-1-firefox-linux.png index 3f034d3cb7..0a4d6fc07b 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-CheckboxFH-Verify-Checkbox-disabled--20986-ate-normal-checked-false-showBadge-true-1-firefox-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-CheckboxFH-Verify-Checkbox-disabled--20986-ate-normal-checked-false-showBadge-true-1-firefox-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-CheckboxFH-Verify-Checkbox-disabled--20986-ate-normal-checked-false-showBadge-true-1-webkit-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-CheckboxFH-Verify-Checkbox-disabled--20986-ate-normal-checked-false-showBadge-true-1-webkit-linux.png index d0c246b985..ba700a320e 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-CheckboxFH-Verify-Checkbox-disabled--20986-ate-normal-checked-false-showBadge-true-1-webkit-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-CheckboxFH-Verify-Checkbox-disabled--20986-ate-normal-checked-false-showBadge-true-1-webkit-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-CheckboxFH-Verify-Checkbox-disabled--4a39e-ate-normal-checked-false-showBadge-true-2-chromium-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-CheckboxFH-Verify-Checkbox-disabled--4a39e-ate-normal-checked-false-showBadge-true-2-chromium-linux.png index 5bc179aa02..4e3f708e7d 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-CheckboxFH-Verify-Checkbox-disabled--4a39e-ate-normal-checked-false-showBadge-true-2-chromium-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-CheckboxFH-Verify-Checkbox-disabled--4a39e-ate-normal-checked-false-showBadge-true-2-chromium-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-CheckboxFH-Verify-Checkbox-disabled--4a39e-ate-normal-checked-false-showBadge-true-2-firefox-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-CheckboxFH-Verify-Checkbox-disabled--4a39e-ate-normal-checked-false-showBadge-true-2-firefox-linux.png index 3f034d3cb7..0a4d6fc07b 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-CheckboxFH-Verify-Checkbox-disabled--4a39e-ate-normal-checked-false-showBadge-true-2-firefox-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-CheckboxFH-Verify-Checkbox-disabled--4a39e-ate-normal-checked-false-showBadge-true-2-firefox-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-CheckboxFH-Verify-Checkbox-disabled--4a39e-ate-normal-checked-false-showBadge-true-2-webkit-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-CheckboxFH-Verify-Checkbox-disabled--4a39e-ate-normal-checked-false-showBadge-true-2-webkit-linux.png index d0c246b985..ba700a320e 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-CheckboxFH-Verify-Checkbox-disabled--4a39e-ate-normal-checked-false-showBadge-true-2-webkit-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-CheckboxFH-Verify-Checkbox-disabled--4a39e-ate-normal-checked-false-showBadge-true-2-webkit-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-CheckboxFH-Verify-Checkbox-disabled--4de37--normal-checked-false-showBadge-undefined-2-chromium-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-CheckboxFH-Verify-Checkbox-disabled--4de37--normal-checked-false-showBadge-undefined-2-chromium-linux.png index 6e6d46ed7a..21efbde973 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-CheckboxFH-Verify-Checkbox-disabled--4de37--normal-checked-false-showBadge-undefined-2-chromium-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-CheckboxFH-Verify-Checkbox-disabled--4de37--normal-checked-false-showBadge-undefined-2-chromium-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-CheckboxFH-Verify-Checkbox-disabled--4de37--normal-checked-false-showBadge-undefined-2-firefox-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-CheckboxFH-Verify-Checkbox-disabled--4de37--normal-checked-false-showBadge-undefined-2-firefox-linux.png index 02db5c0823..43f381713e 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-CheckboxFH-Verify-Checkbox-disabled--4de37--normal-checked-false-showBadge-undefined-2-firefox-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-CheckboxFH-Verify-Checkbox-disabled--4de37--normal-checked-false-showBadge-undefined-2-firefox-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-CheckboxFH-Verify-Checkbox-disabled--4de37--normal-checked-false-showBadge-undefined-2-webkit-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-CheckboxFH-Verify-Checkbox-disabled--4de37--normal-checked-false-showBadge-undefined-2-webkit-linux.png index bc7d6ef280..99f82009dc 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-CheckboxFH-Verify-Checkbox-disabled--4de37--normal-checked-false-showBadge-undefined-2-webkit-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-CheckboxFH-Verify-Checkbox-disabled--4de37--normal-checked-false-showBadge-undefined-2-webkit-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-CheckboxFH-Verify-Checkbox-disabled--b9475-invalid-checked-false-showBadge-undefined-1-chromium-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-CheckboxFH-Verify-Checkbox-disabled--b9475-invalid-checked-false-showBadge-undefined-1-chromium-linux.png index 92356d119b..a96b30fee1 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-CheckboxFH-Verify-Checkbox-disabled--b9475-invalid-checked-false-showBadge-undefined-1-chromium-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-CheckboxFH-Verify-Checkbox-disabled--b9475-invalid-checked-false-showBadge-undefined-1-chromium-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-CheckboxFH-Verify-Checkbox-disabled--b9475-invalid-checked-false-showBadge-undefined-1-webkit-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-CheckboxFH-Verify-Checkbox-disabled--b9475-invalid-checked-false-showBadge-undefined-1-webkit-linux.png index 26c81b69cd..490dbb11a2 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-CheckboxFH-Verify-Checkbox-disabled--b9475-invalid-checked-false-showBadge-undefined-1-webkit-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-CheckboxFH-Verify-Checkbox-disabled--b9475-invalid-checked-false-showBadge-undefined-1-webkit-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-CheckboxFH-Verify-Checkbox-disabled--e06de--normal-checked-false-showBadge-undefined-1-chromium-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-CheckboxFH-Verify-Checkbox-disabled--e06de--normal-checked-false-showBadge-undefined-1-chromium-linux.png index 6e6d46ed7a..21efbde973 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-CheckboxFH-Verify-Checkbox-disabled--e06de--normal-checked-false-showBadge-undefined-1-chromium-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-CheckboxFH-Verify-Checkbox-disabled--e06de--normal-checked-false-showBadge-undefined-1-chromium-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-CheckboxFH-Verify-Checkbox-disabled--e06de--normal-checked-false-showBadge-undefined-1-firefox-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-CheckboxFH-Verify-Checkbox-disabled--e06de--normal-checked-false-showBadge-undefined-1-firefox-linux.png index 02db5c0823..43f381713e 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-CheckboxFH-Verify-Checkbox-disabled--e06de--normal-checked-false-showBadge-undefined-1-firefox-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-CheckboxFH-Verify-Checkbox-disabled--e06de--normal-checked-false-showBadge-undefined-1-firefox-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-CheckboxFH-Verify-Checkbox-disabled--e06de--normal-checked-false-showBadge-undefined-1-webkit-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-CheckboxFH-Verify-Checkbox-disabled--e06de--normal-checked-false-showBadge-undefined-1-webkit-linux.png index bc7d6ef280..99f82009dc 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-CheckboxFH-Verify-Checkbox-disabled--e06de--normal-checked-false-showBadge-undefined-1-webkit-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-CheckboxFH-Verify-Checkbox-disabled--e06de--normal-checked-false-showBadge-undefined-1-webkit-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-CheckboxFH-Verify-Checkbox-disabled--f71bb--normal-checked-false-showBadge-undefined-1-chromium-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-CheckboxFH-Verify-Checkbox-disabled--f71bb--normal-checked-false-showBadge-undefined-1-chromium-linux.png index e254e5269f..4070c1e428 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-CheckboxFH-Verify-Checkbox-disabled--f71bb--normal-checked-false-showBadge-undefined-1-chromium-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-CheckboxFH-Verify-Checkbox-disabled--f71bb--normal-checked-false-showBadge-undefined-1-chromium-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-CheckboxFH-Verify-Checkbox-disabled--f71bb--normal-checked-false-showBadge-undefined-1-firefox-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-CheckboxFH-Verify-Checkbox-disabled--f71bb--normal-checked-false-showBadge-undefined-1-firefox-linux.png index 78ab0148b5..2f85a1b3ba 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-CheckboxFH-Verify-Checkbox-disabled--f71bb--normal-checked-false-showBadge-undefined-1-firefox-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-CheckboxFH-Verify-Checkbox-disabled--f71bb--normal-checked-false-showBadge-undefined-1-firefox-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-CheckboxFH-Verify-Checkbox-disabled--f71bb--normal-checked-false-showBadge-undefined-1-webkit-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-CheckboxFH-Verify-Checkbox-disabled--f71bb--normal-checked-false-showBadge-undefined-1-webkit-linux.png index bfed86b774..30c647ddf0 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-CheckboxFH-Verify-Checkbox-disabled--f71bb--normal-checked-false-showBadge-undefined-1-webkit-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-CheckboxFH-Verify-Checkbox-disabled--f71bb--normal-checked-false-showBadge-undefined-1-webkit-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-DataTableFH-Verify-Data-table-styles-1-chromium-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-DataTableFH-Verify-Data-table-styles-1-chromium-linux.png index 2c22a75883..315797ce75 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-DataTableFH-Verify-Data-table-styles-1-chromium-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-DataTableFH-Verify-Data-table-styles-1-chromium-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-InputFH-Verify-Input-disabled-false-size-l-state-invalid-showBadge-true-1-chromium-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-InputFH-Verify-Input-disabled-false-size-l-state-invalid-showBadge-true-1-chromium-linux.png index fb09a105c8..d2f0692560 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-InputFH-Verify-Input-disabled-false-size-l-state-invalid-showBadge-true-1-chromium-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-InputFH-Verify-Input-disabled-false-size-l-state-invalid-showBadge-true-1-chromium-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-InputFH-Verify-Input-disabled-false-size-l-state-invalid-showBadge-true-1-firefox-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-InputFH-Verify-Input-disabled-false-size-l-state-invalid-showBadge-true-1-firefox-linux.png index 69e8bdb23e..e126b03010 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-InputFH-Verify-Input-disabled-false-size-l-state-invalid-showBadge-true-1-firefox-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-InputFH-Verify-Input-disabled-false-size-l-state-invalid-showBadge-true-1-firefox-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-InputFH-Verify-Input-disabled-false-size-l-state-invalid-showBadge-true-1-webkit-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-InputFH-Verify-Input-disabled-false-size-l-state-invalid-showBadge-true-1-webkit-linux.png index 86312410df..3a95061b30 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-InputFH-Verify-Input-disabled-false-size-l-state-invalid-showBadge-true-1-webkit-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-InputFH-Verify-Input-disabled-false-size-l-state-invalid-showBadge-true-1-webkit-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-InputFH-Verify-Input-disabled-false-size-l-state-normal-showBadge-true-1-chromium-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-InputFH-Verify-Input-disabled-false-size-l-state-normal-showBadge-true-1-chromium-linux.png index 7ad1d263ce..561388feb1 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-InputFH-Verify-Input-disabled-false-size-l-state-normal-showBadge-true-1-chromium-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-InputFH-Verify-Input-disabled-false-size-l-state-normal-showBadge-true-1-chromium-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-InputFH-Verify-Input-disabled-false-size-l-state-normal-showBadge-true-1-firefox-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-InputFH-Verify-Input-disabled-false-size-l-state-normal-showBadge-true-1-firefox-linux.png index 8e32462164..d02ba03894 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-InputFH-Verify-Input-disabled-false-size-l-state-normal-showBadge-true-1-firefox-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-InputFH-Verify-Input-disabled-false-size-l-state-normal-showBadge-true-1-firefox-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-InputFH-Verify-Input-disabled-false-size-l-state-normal-showBadge-true-1-webkit-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-InputFH-Verify-Input-disabled-false-size-l-state-normal-showBadge-true-1-webkit-linux.png index 811bb9ac87..adc02a3394 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-InputFH-Verify-Input-disabled-false-size-l-state-normal-showBadge-true-1-webkit-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-InputFH-Verify-Input-disabled-false-size-l-state-normal-showBadge-true-1-webkit-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-InputFH-Verify-Input-disabled-false-size-m-state-normal-showBadge-undefined-1-chromium-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-InputFH-Verify-Input-disabled-false-size-m-state-normal-showBadge-undefined-1-chromium-linux.png index edc3a7ca25..441556d1ef 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-InputFH-Verify-Input-disabled-false-size-m-state-normal-showBadge-undefined-1-chromium-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-InputFH-Verify-Input-disabled-false-size-m-state-normal-showBadge-undefined-1-chromium-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-InputFH-Verify-Input-disabled-false-size-m-state-normal-showBadge-undefined-1-firefox-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-InputFH-Verify-Input-disabled-false-size-m-state-normal-showBadge-undefined-1-firefox-linux.png index 9006de39a2..4bb3f907e5 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-InputFH-Verify-Input-disabled-false-size-m-state-normal-showBadge-undefined-1-firefox-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-InputFH-Verify-Input-disabled-false-size-m-state-normal-showBadge-undefined-1-firefox-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-InputFH-Verify-Input-disabled-false-size-m-state-normal-showBadge-undefined-1-webkit-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-InputFH-Verify-Input-disabled-false-size-m-state-normal-showBadge-undefined-1-webkit-linux.png index 5a4efb9d01..e0e1a08f2a 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-InputFH-Verify-Input-disabled-false-size-m-state-normal-showBadge-undefined-1-webkit-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-InputFH-Verify-Input-disabled-false-size-m-state-normal-showBadge-undefined-1-webkit-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-InputFH-Verify-Input-disabled-false-size-m-state-valid-showBadge-undefined-1-chromium-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-InputFH-Verify-Input-disabled-false-size-m-state-valid-showBadge-undefined-1-chromium-linux.png index a2ab4bc64c..779bd28cc3 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-InputFH-Verify-Input-disabled-false-size-m-state-valid-showBadge-undefined-1-chromium-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-InputFH-Verify-Input-disabled-false-size-m-state-valid-showBadge-undefined-1-chromium-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-InputFH-Verify-Input-disabled-false-size-m-state-valid-showBadge-undefined-1-firefox-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-InputFH-Verify-Input-disabled-false-size-m-state-valid-showBadge-undefined-1-firefox-linux.png index d6291ce730..0cb0743c41 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-InputFH-Verify-Input-disabled-false-size-m-state-valid-showBadge-undefined-1-firefox-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-InputFH-Verify-Input-disabled-false-size-m-state-valid-showBadge-undefined-1-firefox-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-InputFH-Verify-Input-disabled-false-size-m-state-valid-showBadge-undefined-1-webkit-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-InputFH-Verify-Input-disabled-false-size-m-state-valid-showBadge-undefined-1-webkit-linux.png index 461a216f6c..76e6b12a26 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-InputFH-Verify-Input-disabled-false-size-m-state-valid-showBadge-undefined-1-webkit-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-InputFH-Verify-Input-disabled-false-size-m-state-valid-showBadge-undefined-1-webkit-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-InputFH-Verify-Input-disabled-true-size-l-state-normal-showBadge-undefined-1-chromium-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-InputFH-Verify-Input-disabled-true-size-l-state-normal-showBadge-undefined-1-chromium-linux.png index 0ebc664230..45c6364b89 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-InputFH-Verify-Input-disabled-true-size-l-state-normal-showBadge-undefined-1-chromium-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-InputFH-Verify-Input-disabled-true-size-l-state-normal-showBadge-undefined-1-chromium-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-InputFH-Verify-Input-disabled-true-size-l-state-normal-showBadge-undefined-1-firefox-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-InputFH-Verify-Input-disabled-true-size-l-state-normal-showBadge-undefined-1-firefox-linux.png index fdac73753e..b0e3cccf7d 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-InputFH-Verify-Input-disabled-true-size-l-state-normal-showBadge-undefined-1-firefox-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-InputFH-Verify-Input-disabled-true-size-l-state-normal-showBadge-undefined-1-firefox-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-InputFH-Verify-Input-disabled-true-size-l-state-normal-showBadge-undefined-1-webkit-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-InputFH-Verify-Input-disabled-true-size-l-state-normal-showBadge-undefined-1-webkit-linux.png index c6f69f8313..10892ac23e 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-InputFH-Verify-Input-disabled-true-size-l-state-normal-showBadge-undefined-1-webkit-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-InputFH-Verify-Input-disabled-true-size-l-state-normal-showBadge-undefined-1-webkit-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-InputFH-Verify-Input-disabled-true-size-m-state-normal-showBadge-true-1-chromium-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-InputFH-Verify-Input-disabled-true-size-m-state-normal-showBadge-true-1-chromium-linux.png index 600857a3fa..b56a62fc78 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-InputFH-Verify-Input-disabled-true-size-m-state-normal-showBadge-true-1-chromium-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-InputFH-Verify-Input-disabled-true-size-m-state-normal-showBadge-true-1-chromium-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-InputFH-Verify-Input-disabled-true-size-m-state-normal-showBadge-true-1-firefox-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-InputFH-Verify-Input-disabled-true-size-m-state-normal-showBadge-true-1-firefox-linux.png index 979e4db76b..40f3d817f4 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-InputFH-Verify-Input-disabled-true-size-m-state-normal-showBadge-true-1-firefox-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-InputFH-Verify-Input-disabled-true-size-m-state-normal-showBadge-true-1-firefox-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-InputFH-Verify-Input-disabled-true-size-m-state-normal-showBadge-true-1-webkit-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-InputFH-Verify-Input-disabled-true-size-m-state-normal-showBadge-true-1-webkit-linux.png index 933c90e841..5e22301fce 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-InputFH-Verify-Input-disabled-true-size-m-state-normal-showBadge-true-1-webkit-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-InputFH-Verify-Input-disabled-true-size-m-state-normal-showBadge-true-1-webkit-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Notice-FH-Verify-Notice-advanced-mode-rendering-1-chromium-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Notice-FH-Verify-Notice-advanced-mode-rendering-1-chromium-linux.png index ef9075a87f..243d994842 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Notice-FH-Verify-Notice-advanced-mode-rendering-1-chromium-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Notice-FH-Verify-Notice-advanced-mode-rendering-1-chromium-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Notice-FH-Verify-Notice-advanced-mode-rendering-1-firefox-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Notice-FH-Verify-Notice-advanced-mode-rendering-1-firefox-linux.png index 252a4b8d27..9b9ac32fb5 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Notice-FH-Verify-Notice-advanced-mode-rendering-1-firefox-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Notice-FH-Verify-Notice-advanced-mode-rendering-1-firefox-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Notice-FH-Verify-Notice-advanced-mode-rendering-1-webkit-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Notice-FH-Verify-Notice-advanced-mode-rendering-1-webkit-linux.png index 13efcddb42..d9327310a6 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Notice-FH-Verify-Notice-advanced-mode-rendering-1-webkit-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Notice-FH-Verify-Notice-advanced-mode-rendering-1-webkit-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Notice-FH-Verify-Notice-showTitle-false-showActions-false-iconType-ai-1-chromium-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Notice-FH-Verify-Notice-showTitle-false-showActions-false-iconType-ai-1-chromium-linux.png index 0587e068fa..0eac94f408 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Notice-FH-Verify-Notice-showTitle-false-showActions-false-iconType-ai-1-chromium-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Notice-FH-Verify-Notice-showTitle-false-showActions-false-iconType-ai-1-chromium-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Notice-FH-Verify-Notice-showTitle-false-showActions-false-iconType-ai-1-firefox-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Notice-FH-Verify-Notice-showTitle-false-showActions-false-iconType-ai-1-firefox-linux.png index 095f1cfcfa..592ff9217a 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Notice-FH-Verify-Notice-showTitle-false-showActions-false-iconType-ai-1-firefox-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Notice-FH-Verify-Notice-showTitle-false-showActions-false-iconType-ai-1-firefox-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Notice-FH-Verify-Notice-showTitle-false-showActions-false-iconType-ai-1-webkit-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Notice-FH-Verify-Notice-showTitle-false-showActions-false-iconType-ai-1-webkit-linux.png index 28b3697f90..adbbc64967 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Notice-FH-Verify-Notice-showTitle-false-showActions-false-iconType-ai-1-webkit-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Notice-FH-Verify-Notice-showTitle-false-showActions-false-iconType-ai-1-webkit-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Notice-FH-Verify-Notice-showTitle-true-showActions-true-iconType-mail-1-chromium-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Notice-FH-Verify-Notice-showTitle-true-showActions-true-iconType-mail-1-chromium-linux.png index 49f05b7da0..549ed29c2c 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Notice-FH-Verify-Notice-showTitle-true-showActions-true-iconType-mail-1-chromium-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Notice-FH-Verify-Notice-showTitle-true-showActions-true-iconType-mail-1-chromium-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Notice-FH-Verify-Notice-showTitle-true-showActions-true-iconType-mail-1-firefox-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Notice-FH-Verify-Notice-showTitle-true-showActions-true-iconType-mail-1-firefox-linux.png index bb6b6cfbf9..5840c7b8d4 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Notice-FH-Verify-Notice-showTitle-true-showActions-true-iconType-mail-1-firefox-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Notice-FH-Verify-Notice-showTitle-true-showActions-true-iconType-mail-1-firefox-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Notice-FH-Verify-Notice-showTitle-true-showActions-true-iconType-mail-1-webkit-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Notice-FH-Verify-Notice-showTitle-true-showActions-true-iconType-mail-1-webkit-linux.png index 69b6d2cd90..89a6367a8a 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Notice-FH-Verify-Notice-showTitle-true-showActions-true-iconType-mail-1-webkit-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Notice-FH-Verify-Notice-showTitle-true-showActions-true-iconType-mail-1-webkit-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-PillsFH-Verify-Pills-disabled-false-size-l-showBadge-undefined-1-chromium-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-PillsFH-Verify-Pills-disabled-false-size-l-showBadge-undefined-1-chromium-linux.png index 19244a8438..de101e7862 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-PillsFH-Verify-Pills-disabled-false-size-l-showBadge-undefined-1-chromium-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-PillsFH-Verify-Pills-disabled-false-size-l-showBadge-undefined-1-chromium-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-PillsFH-Verify-Pills-disabled-false-size-l-showBadge-undefined-1-firefox-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-PillsFH-Verify-Pills-disabled-false-size-l-showBadge-undefined-1-firefox-linux.png index daadc18489..de022b12ff 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-PillsFH-Verify-Pills-disabled-false-size-l-showBadge-undefined-1-firefox-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-PillsFH-Verify-Pills-disabled-false-size-l-showBadge-undefined-1-firefox-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-PillsFH-Verify-Pills-disabled-false-size-l-showBadge-undefined-1-webkit-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-PillsFH-Verify-Pills-disabled-false-size-l-showBadge-undefined-1-webkit-linux.png index 1b1f7a05ca..3af15404bc 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-PillsFH-Verify-Pills-disabled-false-size-l-showBadge-undefined-1-webkit-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-PillsFH-Verify-Pills-disabled-false-size-l-showBadge-undefined-1-webkit-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-PillsFH-Verify-Pills-disabled-false-size-l-showBadge-undefined-2-chromium-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-PillsFH-Verify-Pills-disabled-false-size-l-showBadge-undefined-2-chromium-linux.png index 19244a8438..de101e7862 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-PillsFH-Verify-Pills-disabled-false-size-l-showBadge-undefined-2-chromium-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-PillsFH-Verify-Pills-disabled-false-size-l-showBadge-undefined-2-chromium-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-PillsFH-Verify-Pills-disabled-false-size-l-showBadge-undefined-2-firefox-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-PillsFH-Verify-Pills-disabled-false-size-l-showBadge-undefined-2-firefox-linux.png index daadc18489..de022b12ff 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-PillsFH-Verify-Pills-disabled-false-size-l-showBadge-undefined-2-firefox-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-PillsFH-Verify-Pills-disabled-false-size-l-showBadge-undefined-2-firefox-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-PillsFH-Verify-Pills-disabled-false-size-l-showBadge-undefined-2-webkit-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-PillsFH-Verify-Pills-disabled-false-size-l-showBadge-undefined-2-webkit-linux.png index 1b1f7a05ca..3af15404bc 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-PillsFH-Verify-Pills-disabled-false-size-l-showBadge-undefined-2-webkit-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-PillsFH-Verify-Pills-disabled-false-size-l-showBadge-undefined-2-webkit-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-PillsFH-Verify-Pills-disabled-false-size-m-showBadge-true-1-chromium-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-PillsFH-Verify-Pills-disabled-false-size-m-showBadge-true-1-chromium-linux.png index 2088b19737..df69aaeca8 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-PillsFH-Verify-Pills-disabled-false-size-m-showBadge-true-1-chromium-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-PillsFH-Verify-Pills-disabled-false-size-m-showBadge-true-1-chromium-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-PillsFH-Verify-Pills-disabled-false-size-m-showBadge-true-1-firefox-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-PillsFH-Verify-Pills-disabled-false-size-m-showBadge-true-1-firefox-linux.png index c0d54388ef..5241f4c60a 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-PillsFH-Verify-Pills-disabled-false-size-m-showBadge-true-1-firefox-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-PillsFH-Verify-Pills-disabled-false-size-m-showBadge-true-1-firefox-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-PillsFH-Verify-Pills-disabled-false-size-m-showBadge-true-1-webkit-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-PillsFH-Verify-Pills-disabled-false-size-m-showBadge-true-1-webkit-linux.png index a3f9773850..ac5675ec38 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-PillsFH-Verify-Pills-disabled-false-size-m-showBadge-true-1-webkit-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-PillsFH-Verify-Pills-disabled-false-size-m-showBadge-true-1-webkit-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-PillsFH-Verify-Pills-disabled-false-size-m-showBadge-true-2-chromium-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-PillsFH-Verify-Pills-disabled-false-size-m-showBadge-true-2-chromium-linux.png index 2088b19737..df69aaeca8 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-PillsFH-Verify-Pills-disabled-false-size-m-showBadge-true-2-chromium-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-PillsFH-Verify-Pills-disabled-false-size-m-showBadge-true-2-chromium-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-PillsFH-Verify-Pills-disabled-false-size-m-showBadge-true-2-firefox-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-PillsFH-Verify-Pills-disabled-false-size-m-showBadge-true-2-firefox-linux.png index c0d54388ef..5241f4c60a 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-PillsFH-Verify-Pills-disabled-false-size-m-showBadge-true-2-firefox-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-PillsFH-Verify-Pills-disabled-false-size-m-showBadge-true-2-firefox-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-PillsFH-Verify-Pills-disabled-false-size-m-showBadge-true-2-webkit-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-PillsFH-Verify-Pills-disabled-false-size-m-showBadge-true-2-webkit-linux.png index a3f9773850..ac5675ec38 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-PillsFH-Verify-Pills-disabled-false-size-m-showBadge-true-2-webkit-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-PillsFH-Verify-Pills-disabled-false-size-m-showBadge-true-2-webkit-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-PillsFH-Verify-Pills-disabled-true-size-l-showBadge-true-1-chromium-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-PillsFH-Verify-Pills-disabled-true-size-l-showBadge-true-1-chromium-linux.png index 3c8b3ee403..9a839f4033 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-PillsFH-Verify-Pills-disabled-true-size-l-showBadge-true-1-chromium-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-PillsFH-Verify-Pills-disabled-true-size-l-showBadge-true-1-chromium-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-PillsFH-Verify-Pills-disabled-true-size-l-showBadge-true-1-firefox-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-PillsFH-Verify-Pills-disabled-true-size-l-showBadge-true-1-firefox-linux.png index 3e16a83bcf..a228bfb21e 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-PillsFH-Verify-Pills-disabled-true-size-l-showBadge-true-1-firefox-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-PillsFH-Verify-Pills-disabled-true-size-l-showBadge-true-1-firefox-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-PillsFH-Verify-Pills-disabled-true-size-l-showBadge-true-1-webkit-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-PillsFH-Verify-Pills-disabled-true-size-l-showBadge-true-1-webkit-linux.png index bac3d88f09..858578ea7a 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-PillsFH-Verify-Pills-disabled-true-size-l-showBadge-true-1-webkit-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-PillsFH-Verify-Pills-disabled-true-size-l-showBadge-true-1-webkit-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-PillsFH-Verify-Pills-disabled-true-size-m-showBadge-undefined-1-chromium-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-PillsFH-Verify-Pills-disabled-true-size-m-showBadge-undefined-1-chromium-linux.png index 358b74060d..c397b0f289 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-PillsFH-Verify-Pills-disabled-true-size-m-showBadge-undefined-1-chromium-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-PillsFH-Verify-Pills-disabled-true-size-m-showBadge-undefined-1-chromium-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-PillsFH-Verify-Pills-disabled-true-size-m-showBadge-undefined-1-firefox-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-PillsFH-Verify-Pills-disabled-true-size-m-showBadge-undefined-1-firefox-linux.png index d294d3a08a..0ff4062e2e 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-PillsFH-Verify-Pills-disabled-true-size-m-showBadge-undefined-1-firefox-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-PillsFH-Verify-Pills-disabled-true-size-m-showBadge-undefined-1-firefox-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-PillsFH-Verify-Pills-disabled-true-size-m-showBadge-undefined-1-webkit-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-PillsFH-Verify-Pills-disabled-true-size-m-showBadge-undefined-1-webkit-linux.png index a1f57183f5..41504c2228 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-PillsFH-Verify-Pills-disabled-true-size-m-showBadge-undefined-1-webkit-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-PillsFH-Verify-Pills-disabled-true-size-m-showBadge-undefined-1-webkit-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-RadioFH-Verify-Radio-disabled-false-s-3697b-ate-normal-showBadge-undefined-showIcon-false-1-chromium-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-RadioFH-Verify-Radio-disabled-false-s-3697b-ate-normal-showBadge-undefined-showIcon-false-1-chromium-linux.png index d8265cdebe..5df3aaaf8c 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-RadioFH-Verify-Radio-disabled-false-s-3697b-ate-normal-showBadge-undefined-showIcon-false-1-chromium-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-RadioFH-Verify-Radio-disabled-false-s-3697b-ate-normal-showBadge-undefined-showIcon-false-1-chromium-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-RadioFH-Verify-Radio-disabled-false-s-3697b-ate-normal-showBadge-undefined-showIcon-false-1-firefox-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-RadioFH-Verify-Radio-disabled-false-s-3697b-ate-normal-showBadge-undefined-showIcon-false-1-firefox-linux.png index 87d5be115b..2b163a2083 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-RadioFH-Verify-Radio-disabled-false-s-3697b-ate-normal-showBadge-undefined-showIcon-false-1-firefox-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-RadioFH-Verify-Radio-disabled-false-s-3697b-ate-normal-showBadge-undefined-showIcon-false-1-firefox-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-RadioFH-Verify-Radio-disabled-false-s-77408-nvalid-showBadge-undefined-showIcon-undefined-1-chromium-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-RadioFH-Verify-Radio-disabled-false-s-77408-nvalid-showBadge-undefined-showIcon-undefined-1-chromium-linux.png index d843645a0a..933184be8b 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-RadioFH-Verify-Radio-disabled-false-s-77408-nvalid-showBadge-undefined-showIcon-undefined-1-chromium-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-RadioFH-Verify-Radio-disabled-false-s-77408-nvalid-showBadge-undefined-showIcon-undefined-1-chromium-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-RadioFH-Verify-Radio-disabled-false-s-77408-nvalid-showBadge-undefined-showIcon-undefined-1-webkit-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-RadioFH-Verify-Radio-disabled-false-s-77408-nvalid-showBadge-undefined-showIcon-undefined-1-webkit-linux.png index 63c9881eb5..eac1643176 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-RadioFH-Verify-Radio-disabled-false-s-77408-nvalid-showBadge-undefined-showIcon-undefined-1-webkit-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-RadioFH-Verify-Radio-disabled-false-s-77408-nvalid-showBadge-undefined-showIcon-undefined-1-webkit-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-RadioFH-Verify-Radio-disabled-false-s-db627-ate-normal-showBadge-undefined-showIcon-false-2-chromium-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-RadioFH-Verify-Radio-disabled-false-s-db627-ate-normal-showBadge-undefined-showIcon-false-2-chromium-linux.png index d8265cdebe..5df3aaaf8c 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-RadioFH-Verify-Radio-disabled-false-s-db627-ate-normal-showBadge-undefined-showIcon-false-2-chromium-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-RadioFH-Verify-Radio-disabled-false-s-db627-ate-normal-showBadge-undefined-showIcon-false-2-chromium-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-RadioFH-Verify-Radio-disabled-false-s-db627-ate-normal-showBadge-undefined-showIcon-false-2-firefox-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-RadioFH-Verify-Radio-disabled-false-s-db627-ate-normal-showBadge-undefined-showIcon-false-2-firefox-linux.png index 87d5be115b..2b163a2083 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-RadioFH-Verify-Radio-disabled-false-s-db627-ate-normal-showBadge-undefined-showIcon-false-2-firefox-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-RadioFH-Verify-Radio-disabled-false-s-db627-ate-normal-showBadge-undefined-showIcon-false-2-firefox-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-RadioFH-Verify-Radio-disabled-false-size-l-state-normal-showBadge-true-showIcon-undefined-1-chromium-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-RadioFH-Verify-Radio-disabled-false-size-l-state-normal-showBadge-true-showIcon-undefined-1-chromium-linux.png index 9783701cd0..397e380f7d 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-RadioFH-Verify-Radio-disabled-false-size-l-state-normal-showBadge-true-showIcon-undefined-1-chromium-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-RadioFH-Verify-Radio-disabled-false-size-l-state-normal-showBadge-true-showIcon-undefined-1-chromium-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-RadioFH-Verify-Radio-disabled-false-size-l-state-normal-showBadge-true-showIcon-undefined-1-firefox-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-RadioFH-Verify-Radio-disabled-false-size-l-state-normal-showBadge-true-showIcon-undefined-1-firefox-linux.png index 995acd30fa..c6adb4ef0f 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-RadioFH-Verify-Radio-disabled-false-size-l-state-normal-showBadge-true-showIcon-undefined-1-firefox-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-RadioFH-Verify-Radio-disabled-false-size-l-state-normal-showBadge-true-showIcon-undefined-1-firefox-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-RadioFH-Verify-Radio-disabled-false-size-l-state-normal-showBadge-true-showIcon-undefined-2-chromium-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-RadioFH-Verify-Radio-disabled-false-size-l-state-normal-showBadge-true-showIcon-undefined-2-chromium-linux.png index 9783701cd0..397e380f7d 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-RadioFH-Verify-Radio-disabled-false-size-l-state-normal-showBadge-true-showIcon-undefined-2-chromium-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-RadioFH-Verify-Radio-disabled-false-size-l-state-normal-showBadge-true-showIcon-undefined-2-chromium-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-RadioFH-Verify-Radio-disabled-false-size-l-state-normal-showBadge-true-showIcon-undefined-2-firefox-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-RadioFH-Verify-Radio-disabled-false-size-l-state-normal-showBadge-true-showIcon-undefined-2-firefox-linux.png index 995acd30fa..c6adb4ef0f 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-RadioFH-Verify-Radio-disabled-false-size-l-state-normal-showBadge-true-showIcon-undefined-2-firefox-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-RadioFH-Verify-Radio-disabled-false-size-l-state-normal-showBadge-true-showIcon-undefined-2-firefox-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-RadioFH-Verify-Radio-disabled-true-si-39cc8-normal-showBadge-undefined-showIcon-undefined-1-chromium-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-RadioFH-Verify-Radio-disabled-true-si-39cc8-normal-showBadge-undefined-showIcon-undefined-1-chromium-linux.png index cffbe199f7..65be6e736d 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-RadioFH-Verify-Radio-disabled-true-si-39cc8-normal-showBadge-undefined-showIcon-undefined-1-chromium-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-RadioFH-Verify-Radio-disabled-true-si-39cc8-normal-showBadge-undefined-showIcon-undefined-1-chromium-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-RadioFH-Verify-Radio-disabled-true-si-39cc8-normal-showBadge-undefined-showIcon-undefined-1-webkit-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-RadioFH-Verify-Radio-disabled-true-si-39cc8-normal-showBadge-undefined-showIcon-undefined-1-webkit-linux.png index 747a4d4994..9db7152420 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-RadioFH-Verify-Radio-disabled-true-si-39cc8-normal-showBadge-undefined-showIcon-undefined-1-webkit-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-RadioFH-Verify-Radio-disabled-true-si-39cc8-normal-showBadge-undefined-showIcon-undefined-1-webkit-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-RadioFH-Verify-Radio-disabled-true-size-m-state-invalid-showBadge-true-showIcon-undefined-1-chromium-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-RadioFH-Verify-Radio-disabled-true-size-m-state-invalid-showBadge-true-showIcon-undefined-1-chromium-linux.png index 49aa59a79d..f1ddff36bc 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-RadioFH-Verify-Radio-disabled-true-size-m-state-invalid-showBadge-true-showIcon-undefined-1-chromium-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-RadioFH-Verify-Radio-disabled-true-size-m-state-invalid-showBadge-true-showIcon-undefined-1-chromium-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-RadioFH-Verify-Radio-disabled-true-size-m-state-invalid-showBadge-true-showIcon-undefined-1-firefox-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-RadioFH-Verify-Radio-disabled-true-size-m-state-invalid-showBadge-true-showIcon-undefined-1-firefox-linux.png index 3216cd9b1d..2241c77db1 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-RadioFH-Verify-Radio-disabled-true-size-m-state-invalid-showBadge-true-showIcon-undefined-1-firefox-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-RadioFH-Verify-Radio-disabled-true-size-m-state-invalid-showBadge-true-showIcon-undefined-1-firefox-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-RadioFH-Verify-Radio-disabled-true-size-m-state-invalid-showBadge-true-showIcon-undefined-1-webkit-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-RadioFH-Verify-Radio-disabled-true-size-m-state-invalid-showBadge-true-showIcon-undefined-1-webkit-linux.png index fdb8b591ed..50315d930b 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-RadioFH-Verify-Radio-disabled-true-size-m-state-invalid-showBadge-true-showIcon-undefined-1-webkit-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-RadioFH-Verify-Radio-disabled-true-size-m-state-invalid-showBadge-true-showIcon-undefined-1-webkit-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Select-FH-Verify-Select-disabled-false-size-l-state-invalid-showBadge-true-1-chromium-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Select-FH-Verify-Select-disabled-false-size-l-state-invalid-showBadge-true-1-chromium-linux.png index c451078aaf..233201c3ee 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Select-FH-Verify-Select-disabled-false-size-l-state-invalid-showBadge-true-1-chromium-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Select-FH-Verify-Select-disabled-false-size-l-state-invalid-showBadge-true-1-chromium-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Select-FH-Verify-Select-disabled-false-size-l-state-invalid-showBadge-true-1-firefox-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Select-FH-Verify-Select-disabled-false-size-l-state-invalid-showBadge-true-1-firefox-linux.png index 9817a1f3f9..d34e2c6169 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Select-FH-Verify-Select-disabled-false-size-l-state-invalid-showBadge-true-1-firefox-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Select-FH-Verify-Select-disabled-false-size-l-state-invalid-showBadge-true-1-firefox-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Select-FH-Verify-Select-disabled-false-size-l-state-invalid-showBadge-true-1-webkit-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Select-FH-Verify-Select-disabled-false-size-l-state-invalid-showBadge-true-1-webkit-linux.png index 3b4596709e..d68de83870 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Select-FH-Verify-Select-disabled-false-size-l-state-invalid-showBadge-true-1-webkit-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Select-FH-Verify-Select-disabled-false-size-l-state-invalid-showBadge-true-1-webkit-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Select-FH-Verify-Select-disabled-false-size-l-state-normal-showBadge-undefined-1-chromium-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Select-FH-Verify-Select-disabled-false-size-l-state-normal-showBadge-undefined-1-chromium-linux.png index 1cb2fa9d74..489b4a85de 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Select-FH-Verify-Select-disabled-false-size-l-state-normal-showBadge-undefined-1-chromium-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Select-FH-Verify-Select-disabled-false-size-l-state-normal-showBadge-undefined-1-chromium-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Select-FH-Verify-Select-disabled-false-size-l-state-normal-showBadge-undefined-1-firefox-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Select-FH-Verify-Select-disabled-false-size-l-state-normal-showBadge-undefined-1-firefox-linux.png index d22d841fd8..353e44e561 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Select-FH-Verify-Select-disabled-false-size-l-state-normal-showBadge-undefined-1-firefox-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Select-FH-Verify-Select-disabled-false-size-l-state-normal-showBadge-undefined-1-firefox-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Select-FH-Verify-Select-disabled-false-size-l-state-normal-showBadge-undefined-1-webkit-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Select-FH-Verify-Select-disabled-false-size-l-state-normal-showBadge-undefined-1-webkit-linux.png index c71e39d701..1845b77f2c 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Select-FH-Verify-Select-disabled-false-size-l-state-normal-showBadge-undefined-1-webkit-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Select-FH-Verify-Select-disabled-false-size-l-state-normal-showBadge-undefined-1-webkit-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Select-FH-Verify-Select-disabled-false-size-l-state-normal-showBadge-undefined-2-chromium-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Select-FH-Verify-Select-disabled-false-size-l-state-normal-showBadge-undefined-2-chromium-linux.png index 1c5027a736..89377c7a40 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Select-FH-Verify-Select-disabled-false-size-l-state-normal-showBadge-undefined-2-chromium-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Select-FH-Verify-Select-disabled-false-size-l-state-normal-showBadge-undefined-2-chromium-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Select-FH-Verify-Select-disabled-false-size-l-state-normal-showBadge-undefined-2-firefox-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Select-FH-Verify-Select-disabled-false-size-l-state-normal-showBadge-undefined-2-firefox-linux.png index 4739ce705a..816c21fcc0 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Select-FH-Verify-Select-disabled-false-size-l-state-normal-showBadge-undefined-2-firefox-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Select-FH-Verify-Select-disabled-false-size-l-state-normal-showBadge-undefined-2-firefox-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Select-FH-Verify-Select-disabled-false-size-l-state-normal-showBadge-undefined-2-webkit-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Select-FH-Verify-Select-disabled-false-size-l-state-normal-showBadge-undefined-2-webkit-linux.png index 521ee70ab2..daa0725766 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Select-FH-Verify-Select-disabled-false-size-l-state-normal-showBadge-undefined-2-webkit-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Select-FH-Verify-Select-disabled-false-size-l-state-normal-showBadge-undefined-2-webkit-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Select-FH-Verify-Select-disabled-false-size-m-state-normal-showBadge-true-1-chromium-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Select-FH-Verify-Select-disabled-false-size-m-state-normal-showBadge-true-1-chromium-linux.png index 5a79a1354a..31fc01b854 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Select-FH-Verify-Select-disabled-false-size-m-state-normal-showBadge-true-1-chromium-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Select-FH-Verify-Select-disabled-false-size-m-state-normal-showBadge-true-1-chromium-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Select-FH-Verify-Select-disabled-false-size-m-state-normal-showBadge-true-1-firefox-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Select-FH-Verify-Select-disabled-false-size-m-state-normal-showBadge-true-1-firefox-linux.png index 6d1e440bfe..e1d6aa6dbb 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Select-FH-Verify-Select-disabled-false-size-m-state-normal-showBadge-true-1-firefox-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Select-FH-Verify-Select-disabled-false-size-m-state-normal-showBadge-true-1-firefox-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Select-FH-Verify-Select-disabled-false-size-m-state-normal-showBadge-true-1-webkit-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Select-FH-Verify-Select-disabled-false-size-m-state-normal-showBadge-true-1-webkit-linux.png index 89f4c531ac..5d26546f68 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Select-FH-Verify-Select-disabled-false-size-m-state-normal-showBadge-true-1-webkit-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Select-FH-Verify-Select-disabled-false-size-m-state-normal-showBadge-true-1-webkit-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Select-FH-Verify-Select-disabled-false-size-m-state-normal-showBadge-true-2-chromium-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Select-FH-Verify-Select-disabled-false-size-m-state-normal-showBadge-true-2-chromium-linux.png index 3d4fb19ef6..7ac05735e7 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Select-FH-Verify-Select-disabled-false-size-m-state-normal-showBadge-true-2-chromium-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Select-FH-Verify-Select-disabled-false-size-m-state-normal-showBadge-true-2-chromium-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Select-FH-Verify-Select-disabled-false-size-m-state-normal-showBadge-true-2-firefox-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Select-FH-Verify-Select-disabled-false-size-m-state-normal-showBadge-true-2-firefox-linux.png index 9ebdd7837f..ecefc6a594 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Select-FH-Verify-Select-disabled-false-size-m-state-normal-showBadge-true-2-firefox-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Select-FH-Verify-Select-disabled-false-size-m-state-normal-showBadge-true-2-firefox-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Select-FH-Verify-Select-disabled-false-size-m-state-normal-showBadge-true-2-webkit-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Select-FH-Verify-Select-disabled-false-size-m-state-normal-showBadge-true-2-webkit-linux.png index bfb7931cf9..e8fb6e97e5 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Select-FH-Verify-Select-disabled-false-size-m-state-normal-showBadge-true-2-webkit-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Select-FH-Verify-Select-disabled-false-size-m-state-normal-showBadge-true-2-webkit-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Select-FH-Verify-Select-disabled-false-size-m-state-valid-showBadge-undefined-1-chromium-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Select-FH-Verify-Select-disabled-false-size-m-state-valid-showBadge-undefined-1-chromium-linux.png index 02aaf21e41..73738b1298 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Select-FH-Verify-Select-disabled-false-size-m-state-valid-showBadge-undefined-1-chromium-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Select-FH-Verify-Select-disabled-false-size-m-state-valid-showBadge-undefined-1-chromium-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Select-FH-Verify-Select-disabled-false-size-m-state-valid-showBadge-undefined-1-firefox-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Select-FH-Verify-Select-disabled-false-size-m-state-valid-showBadge-undefined-1-firefox-linux.png index ec52ef30ff..e9e85ca7a3 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Select-FH-Verify-Select-disabled-false-size-m-state-valid-showBadge-undefined-1-firefox-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Select-FH-Verify-Select-disabled-false-size-m-state-valid-showBadge-undefined-1-firefox-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Select-FH-Verify-Select-disabled-false-size-m-state-valid-showBadge-undefined-1-webkit-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Select-FH-Verify-Select-disabled-false-size-m-state-valid-showBadge-undefined-1-webkit-linux.png index 8ab81d7cff..8022e21c09 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Select-FH-Verify-Select-disabled-false-size-m-state-valid-showBadge-undefined-1-webkit-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Select-FH-Verify-Select-disabled-false-size-m-state-valid-showBadge-undefined-1-webkit-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Select-FH-Verify-Select-disabled-true-size-m-state-normal-showBadge-undefined-1-chromium-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Select-FH-Verify-Select-disabled-true-size-m-state-normal-showBadge-undefined-1-chromium-linux.png index 2ceff51188..e929070c6a 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Select-FH-Verify-Select-disabled-true-size-m-state-normal-showBadge-undefined-1-chromium-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Select-FH-Verify-Select-disabled-true-size-m-state-normal-showBadge-undefined-1-chromium-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Select-FH-Verify-Select-disabled-true-size-m-state-normal-showBadge-undefined-1-firefox-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Select-FH-Verify-Select-disabled-true-size-m-state-normal-showBadge-undefined-1-firefox-linux.png index 2119c6fb50..e287404f7d 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Select-FH-Verify-Select-disabled-true-size-m-state-normal-showBadge-undefined-1-firefox-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Select-FH-Verify-Select-disabled-true-size-m-state-normal-showBadge-undefined-1-firefox-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Select-FH-Verify-Select-disabled-true-size-m-state-normal-showBadge-undefined-1-webkit-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Select-FH-Verify-Select-disabled-true-size-m-state-normal-showBadge-undefined-1-webkit-linux.png index 7ce4c4abcb..03d05d402e 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Select-FH-Verify-Select-disabled-true-size-m-state-normal-showBadge-undefined-1-webkit-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-Select-FH-Verify-Select-disabled-true-size-m-state-normal-showBadge-undefined-1-webkit-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-SwitchFH-Verify-Switch-disabled-false-size-l-checked-undefined-showBadge-true-1-chromium-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-SwitchFH-Verify-Switch-disabled-false-size-l-checked-undefined-showBadge-true-1-chromium-linux.png index 4084075478..4fa071ca59 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-SwitchFH-Verify-Switch-disabled-false-size-l-checked-undefined-showBadge-true-1-chromium-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-SwitchFH-Verify-Switch-disabled-false-size-l-checked-undefined-showBadge-true-1-chromium-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-SwitchFH-Verify-Switch-disabled-false-size-l-checked-undefined-showBadge-true-1-firefox-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-SwitchFH-Verify-Switch-disabled-false-size-l-checked-undefined-showBadge-true-1-firefox-linux.png index 3261a5786f..f2a79816f1 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-SwitchFH-Verify-Switch-disabled-false-size-l-checked-undefined-showBadge-true-1-firefox-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-SwitchFH-Verify-Switch-disabled-false-size-l-checked-undefined-showBadge-true-1-firefox-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-SwitchFH-Verify-Switch-disabled-false-size-l-checked-undefined-showBadge-true-1-webkit-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-SwitchFH-Verify-Switch-disabled-false-size-l-checked-undefined-showBadge-true-1-webkit-linux.png index ce1d313689..913384c235 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-SwitchFH-Verify-Switch-disabled-false-size-l-checked-undefined-showBadge-true-1-webkit-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-SwitchFH-Verify-Switch-disabled-false-size-l-checked-undefined-showBadge-true-1-webkit-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-SwitchFH-Verify-Switch-disabled-false-size-l-checked-undefined-showBadge-true-2-chromium-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-SwitchFH-Verify-Switch-disabled-false-size-l-checked-undefined-showBadge-true-2-chromium-linux.png index 00a19cb349..55f1ab619f 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-SwitchFH-Verify-Switch-disabled-false-size-l-checked-undefined-showBadge-true-2-chromium-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-SwitchFH-Verify-Switch-disabled-false-size-l-checked-undefined-showBadge-true-2-chromium-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-SwitchFH-Verify-Switch-disabled-false-size-l-checked-undefined-showBadge-true-2-firefox-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-SwitchFH-Verify-Switch-disabled-false-size-l-checked-undefined-showBadge-true-2-firefox-linux.png index 37017694a0..726171503d 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-SwitchFH-Verify-Switch-disabled-false-size-l-checked-undefined-showBadge-true-2-firefox-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-SwitchFH-Verify-Switch-disabled-false-size-l-checked-undefined-showBadge-true-2-firefox-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-SwitchFH-Verify-Switch-disabled-false-size-l-checked-undefined-showBadge-true-2-webkit-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-SwitchFH-Verify-Switch-disabled-false-size-l-checked-undefined-showBadge-true-2-webkit-linux.png index 17bb9314cc..10b52ca3c5 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-SwitchFH-Verify-Switch-disabled-false-size-l-checked-undefined-showBadge-true-2-webkit-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-SwitchFH-Verify-Switch-disabled-false-size-l-checked-undefined-showBadge-true-2-webkit-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-SwitchFH-Verify-Switch-disabled-false-size-m-checked-undefined-showBadge-undefined-1-chromium-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-SwitchFH-Verify-Switch-disabled-false-size-m-checked-undefined-showBadge-undefined-1-chromium-linux.png index 020129e4cc..f1029e795e 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-SwitchFH-Verify-Switch-disabled-false-size-m-checked-undefined-showBadge-undefined-1-chromium-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-SwitchFH-Verify-Switch-disabled-false-size-m-checked-undefined-showBadge-undefined-1-chromium-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-SwitchFH-Verify-Switch-disabled-false-size-m-checked-undefined-showBadge-undefined-1-webkit-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-SwitchFH-Verify-Switch-disabled-false-size-m-checked-undefined-showBadge-undefined-1-webkit-linux.png index 88c62cde43..cb6ece00c0 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-SwitchFH-Verify-Switch-disabled-false-size-m-checked-undefined-showBadge-undefined-1-webkit-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-SwitchFH-Verify-Switch-disabled-false-size-m-checked-undefined-showBadge-undefined-1-webkit-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-SwitchFH-Verify-Switch-disabled-false-size-m-checked-undefined-showBadge-undefined-2-chromium-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-SwitchFH-Verify-Switch-disabled-false-size-m-checked-undefined-showBadge-undefined-2-chromium-linux.png index 69a823840c..3e95797469 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-SwitchFH-Verify-Switch-disabled-false-size-m-checked-undefined-showBadge-undefined-2-chromium-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-SwitchFH-Verify-Switch-disabled-false-size-m-checked-undefined-showBadge-undefined-2-chromium-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-SwitchFH-Verify-Switch-disabled-false-size-m-checked-undefined-showBadge-undefined-2-firefox-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-SwitchFH-Verify-Switch-disabled-false-size-m-checked-undefined-showBadge-undefined-2-firefox-linux.png index 4f34e31d52..3c4f6276ef 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-SwitchFH-Verify-Switch-disabled-false-size-m-checked-undefined-showBadge-undefined-2-firefox-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-SwitchFH-Verify-Switch-disabled-false-size-m-checked-undefined-showBadge-undefined-2-firefox-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-SwitchFH-Verify-Switch-disabled-false-size-m-checked-undefined-showBadge-undefined-2-webkit-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-SwitchFH-Verify-Switch-disabled-false-size-m-checked-undefined-showBadge-undefined-2-webkit-linux.png index 72eb5f7e6b..0572c37b0c 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-SwitchFH-Verify-Switch-disabled-false-size-m-checked-undefined-showBadge-undefined-2-webkit-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-SwitchFH-Verify-Switch-disabled-false-size-m-checked-undefined-showBadge-undefined-2-webkit-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-SwitchFH-Verify-Switch-disabled-false-size-xl-checked-undefined-showBadge-undefined-1-chromium-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-SwitchFH-Verify-Switch-disabled-false-size-xl-checked-undefined-showBadge-undefined-1-chromium-linux.png index e5a305ea91..c8a2327102 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-SwitchFH-Verify-Switch-disabled-false-size-xl-checked-undefined-showBadge-undefined-1-chromium-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-SwitchFH-Verify-Switch-disabled-false-size-xl-checked-undefined-showBadge-undefined-1-chromium-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-SwitchFH-Verify-Switch-disabled-false-size-xl-checked-undefined-showBadge-undefined-1-webkit-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-SwitchFH-Verify-Switch-disabled-false-size-xl-checked-undefined-showBadge-undefined-1-webkit-linux.png index 22b3df83c6..65755319d0 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-SwitchFH-Verify-Switch-disabled-false-size-xl-checked-undefined-showBadge-undefined-1-webkit-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-SwitchFH-Verify-Switch-disabled-false-size-xl-checked-undefined-showBadge-undefined-1-webkit-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-SwitchFH-Verify-Switch-disabled-false-size-xl-checked-undefined-showBadge-undefined-2-chromium-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-SwitchFH-Verify-Switch-disabled-false-size-xl-checked-undefined-showBadge-undefined-2-chromium-linux.png index 4e5bb906fe..1e38a596f6 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-SwitchFH-Verify-Switch-disabled-false-size-xl-checked-undefined-showBadge-undefined-2-chromium-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-SwitchFH-Verify-Switch-disabled-false-size-xl-checked-undefined-showBadge-undefined-2-chromium-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-SwitchFH-Verify-Switch-disabled-false-size-xl-checked-undefined-showBadge-undefined-2-firefox-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-SwitchFH-Verify-Switch-disabled-false-size-xl-checked-undefined-showBadge-undefined-2-firefox-linux.png index 811c7edf87..8987bfa8b1 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-SwitchFH-Verify-Switch-disabled-false-size-xl-checked-undefined-showBadge-undefined-2-firefox-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-SwitchFH-Verify-Switch-disabled-false-size-xl-checked-undefined-showBadge-undefined-2-firefox-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-SwitchFH-Verify-Switch-disabled-false-size-xl-checked-undefined-showBadge-undefined-2-webkit-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-SwitchFH-Verify-Switch-disabled-false-size-xl-checked-undefined-showBadge-undefined-2-webkit-linux.png index 28091c03ff..4f928278fc 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-SwitchFH-Verify-Switch-disabled-false-size-xl-checked-undefined-showBadge-undefined-2-webkit-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-SwitchFH-Verify-Switch-disabled-false-size-xl-checked-undefined-showBadge-undefined-2-webkit-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-SwitchFH-Verify-Switch-disabled-true-size-l-checked-true-showBadge-undefined-1-chromium-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-SwitchFH-Verify-Switch-disabled-true-size-l-checked-true-showBadge-undefined-1-chromium-linux.png index 94aec9a8e1..4a2ad53a56 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-SwitchFH-Verify-Switch-disabled-true-size-l-checked-true-showBadge-undefined-1-chromium-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-SwitchFH-Verify-Switch-disabled-true-size-l-checked-true-showBadge-undefined-1-chromium-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-SwitchFH-Verify-Switch-disabled-true-size-l-checked-true-showBadge-undefined-1-firefox-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-SwitchFH-Verify-Switch-disabled-true-size-l-checked-true-showBadge-undefined-1-firefox-linux.png index 45cd93b683..418f1d8dc0 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-SwitchFH-Verify-Switch-disabled-true-size-l-checked-true-showBadge-undefined-1-firefox-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-SwitchFH-Verify-Switch-disabled-true-size-l-checked-true-showBadge-undefined-1-firefox-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-SwitchFH-Verify-Switch-disabled-true-size-l-checked-true-showBadge-undefined-1-webkit-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-SwitchFH-Verify-Switch-disabled-true-size-l-checked-true-showBadge-undefined-1-webkit-linux.png index 3f3ae77eac..74dd64ac0d 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-SwitchFH-Verify-Switch-disabled-true-size-l-checked-true-showBadge-undefined-1-webkit-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-SwitchFH-Verify-Switch-disabled-true-size-l-checked-true-showBadge-undefined-1-webkit-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-SwitchFH-Verify-Switch-disabled-true-size-m-checked-true-showBadge-true-1-chromium-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-SwitchFH-Verify-Switch-disabled-true-size-m-checked-true-showBadge-true-1-chromium-linux.png index 3e40bf68c2..b16ecb10ef 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-SwitchFH-Verify-Switch-disabled-true-size-m-checked-true-showBadge-true-1-chromium-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-SwitchFH-Verify-Switch-disabled-true-size-m-checked-true-showBadge-true-1-chromium-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-SwitchFH-Verify-Switch-disabled-true-size-m-checked-true-showBadge-true-1-firefox-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-SwitchFH-Verify-Switch-disabled-true-size-m-checked-true-showBadge-true-1-firefox-linux.png index 144960cd01..05cb8a049c 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-SwitchFH-Verify-Switch-disabled-true-size-m-checked-true-showBadge-true-1-firefox-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-SwitchFH-Verify-Switch-disabled-true-size-m-checked-true-showBadge-true-1-firefox-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-SwitchFH-Verify-Switch-disabled-true-size-m-checked-true-showBadge-true-1-webkit-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-SwitchFH-Verify-Switch-disabled-true-size-m-checked-true-showBadge-true-1-webkit-linux.png index 7b41aec332..b1f7bf034f 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-SwitchFH-Verify-Switch-disabled-true-size-m-checked-true-showBadge-true-1-webkit-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-SwitchFH-Verify-Switch-disabled-true-size-m-checked-true-showBadge-true-1-webkit-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-SwitchFH-Verify-Switch-disabled-true-size-xl-checked-undefined-showBadge-undefined-1-chromium-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-SwitchFH-Verify-Switch-disabled-true-size-xl-checked-undefined-showBadge-undefined-1-chromium-linux.png index 77d3256ba9..dfe7151de3 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-SwitchFH-Verify-Switch-disabled-true-size-xl-checked-undefined-showBadge-undefined-1-chromium-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-SwitchFH-Verify-Switch-disabled-true-size-xl-checked-undefined-showBadge-undefined-1-chromium-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-TablineFH-Verify-Tabline-disabled-false-size-l-showBadge-true-1-chromium-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-TablineFH-Verify-Tabline-disabled-false-size-l-showBadge-true-1-chromium-linux.png index 7594a72288..eefb084f0a 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-TablineFH-Verify-Tabline-disabled-false-size-l-showBadge-true-1-chromium-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-TablineFH-Verify-Tabline-disabled-false-size-l-showBadge-true-1-chromium-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-TablineFH-Verify-Tabline-disabled-false-size-l-showBadge-true-1-firefox-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-TablineFH-Verify-Tabline-disabled-false-size-l-showBadge-true-1-firefox-linux.png index e35995d6d6..3109627de6 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-TablineFH-Verify-Tabline-disabled-false-size-l-showBadge-true-1-firefox-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-TablineFH-Verify-Tabline-disabled-false-size-l-showBadge-true-1-firefox-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-TablineFH-Verify-Tabline-disabled-false-size-l-showBadge-true-1-webkit-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-TablineFH-Verify-Tabline-disabled-false-size-l-showBadge-true-1-webkit-linux.png index cbbc51730d..176712e152 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-TablineFH-Verify-Tabline-disabled-false-size-l-showBadge-true-1-webkit-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-TablineFH-Verify-Tabline-disabled-false-size-l-showBadge-true-1-webkit-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-TablineFH-Verify-Tabline-disabled-false-size-m-showBadge-undefined-1-chromium-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-TablineFH-Verify-Tabline-disabled-false-size-m-showBadge-undefined-1-chromium-linux.png index 0be87abbc5..945070860a 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-TablineFH-Verify-Tabline-disabled-false-size-m-showBadge-undefined-1-chromium-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-TablineFH-Verify-Tabline-disabled-false-size-m-showBadge-undefined-1-chromium-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-TablineFH-Verify-Tabline-disabled-false-size-m-showBadge-undefined-1-firefox-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-TablineFH-Verify-Tabline-disabled-false-size-m-showBadge-undefined-1-firefox-linux.png index eb67aaac33..0f40e62006 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-TablineFH-Verify-Tabline-disabled-false-size-m-showBadge-undefined-1-firefox-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-TablineFH-Verify-Tabline-disabled-false-size-m-showBadge-undefined-1-firefox-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-TablineFH-Verify-Tabline-disabled-false-size-m-showBadge-undefined-1-webkit-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-TablineFH-Verify-Tabline-disabled-false-size-m-showBadge-undefined-1-webkit-linux.png index c6004f5953..bf70e17f63 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-TablineFH-Verify-Tabline-disabled-false-size-m-showBadge-undefined-1-webkit-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-TablineFH-Verify-Tabline-disabled-false-size-m-showBadge-undefined-1-webkit-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-TablineFH-Verify-Tabline-disabled-true-size-l-showBadge-true-1-chromium-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-TablineFH-Verify-Tabline-disabled-true-size-l-showBadge-true-1-chromium-linux.png index 5fd838fb5f..5b24fcb467 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-TablineFH-Verify-Tabline-disabled-true-size-l-showBadge-true-1-chromium-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-TablineFH-Verify-Tabline-disabled-true-size-l-showBadge-true-1-chromium-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-TablineFH-Verify-Tabline-disabled-true-size-l-showBadge-true-1-firefox-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-TablineFH-Verify-Tabline-disabled-true-size-l-showBadge-true-1-firefox-linux.png index e4f321d1c2..8bc070fc27 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-TablineFH-Verify-Tabline-disabled-true-size-l-showBadge-true-1-firefox-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-TablineFH-Verify-Tabline-disabled-true-size-l-showBadge-true-1-firefox-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-TablineFH-Verify-Tabline-disabled-true-size-l-showBadge-true-1-webkit-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-TablineFH-Verify-Tabline-disabled-true-size-l-showBadge-true-1-webkit-linux.png index 06bc78cef1..587ea26eb2 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-TablineFH-Verify-Tabline-disabled-true-size-l-showBadge-true-1-webkit-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-TablineFH-Verify-Tabline-disabled-true-size-l-showBadge-true-1-webkit-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-TablineFH-Verify-Tabline-disabled-true-size-m-showBadge-undefined-1-chromium-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-TablineFH-Verify-Tabline-disabled-true-size-m-showBadge-undefined-1-chromium-linux.png index afe6e7a451..e1ea3fdc1f 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-TablineFH-Verify-Tabline-disabled-true-size-m-showBadge-undefined-1-chromium-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-TablineFH-Verify-Tabline-disabled-true-size-m-showBadge-undefined-1-chromium-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-TablineFH-Verify-Tabline-disabled-true-size-m-showBadge-undefined-1-firefox-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-TablineFH-Verify-Tabline-disabled-true-size-m-showBadge-undefined-1-firefox-linux.png index 30ede49f24..169aa2473b 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-TablineFH-Verify-Tabline-disabled-true-size-m-showBadge-undefined-1-firefox-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-TablineFH-Verify-Tabline-disabled-true-size-m-showBadge-undefined-1-firefox-linux.png differ diff --git a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-TablineFH-Verify-Tabline-disabled-true-size-m-showBadge-undefined-1-webkit-linux.png b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-TablineFH-Verify-Tabline-disabled-true-size-m-showBadge-undefined-1-webkit-linux.png index 43753d248a..03f5260df8 100644 Binary files a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-TablineFH-Verify-Tabline-disabled-true-size-m-showBadge-undefined-1-webkit-linux.png and b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx-snapshots/-visual-TablineFH-Verify-Tabline-disabled-true-size-m-showBadge-undefined-1-webkit-linux.png differ diff --git a/semcore/feature-highlight/src/components/checkbox/checkbox.shadow.css b/semcore/feature-highlight/src/components/checkbox/checkbox.shadow.css index b8c65da677..823a6b2d00 100644 --- a/semcore/feature-highlight/src/components/checkbox/checkbox.shadow.css +++ b/semcore/feature-highlight/src/components/checkbox/checkbox.shadow.css @@ -13,8 +13,7 @@ SHighlightedCheckbox:not([state="invalid"]) { input[data-ui-name="CheckboxFH.Value"]:checked + [data-ui-name="Value.CheckMark"] { border-color: transparent; - background: var(--intergalactic-border-feature-highlight-active, linear-gradient(90deg in oklch, oklch(0.74 0.17 303), oklch(0.74 0.117 274.1))) padding-box, - var(--intergalactic-border-feature-highlight-active, linear-gradient(90deg in oklch, oklch(0.74 0.17 303), oklch(0.74 0.117 274.1))) border-box; + background: var(--intergalactic-border-feature-highlight-active, linear-gradient(90deg in oklch, oklch(0.74 0.17 303), oklch(0.74 0.117 274.1))) padding-box, var(--intergalactic-border-feature-highlight-active, linear-gradient(90deg in oklch, oklch(0.74 0.17 303), oklch(0.74 0.117 274.1))) border-box; } [data-ui-name="Value.CheckMark"]::before { diff --git a/semcore/feature-highlight/src/components/pills/pills.shadow.css b/semcore/feature-highlight/src/components/pills/pills.shadow.css index 83fb070568..271f87ac69 100644 --- a/semcore/feature-highlight/src/components/pills/pills.shadow.css +++ b/semcore/feature-highlight/src/components/pills/pills.shadow.css @@ -1,8 +1,7 @@ SHighlightedPill { border: 1px solid transparent; background: - linear-gradient(white, white) padding-box, - var(--intergalactic-border-feature-highlight, linear-gradient(90deg in oklch, oklch(0.82 0.118 303), oklch(0.82 0.088 272.1))) border-box; + linear-gradient(white, white) padding-box, var(--intergalactic-border-feature-highlight, linear-gradient(90deg in oklch, oklch(0.82 0.118 303), oklch(0.82 0.088 272.1))) border-box; background-origin: border-box; background-clip: padding-box, border-box; z-index: 1; @@ -46,14 +45,12 @@ SHighlightedPill { } &:hover { - background: var(--intergalactic-bg-primary-feature-highlight-hover-active, linear-gradient(90deg in oklch, oklch(0.97 0.019 303.4), oklch(0.929 0.037 268))) padding-box, - var(--intergalactic-border-feature-highlight, linear-gradient(90deg in oklch, oklch(0.82 0.118 303), oklch(0.82 0.088 272.1))) border-box; + background: var(--intergalactic-bg-primary-feature-highlight-hover-active, linear-gradient(90deg in oklch, oklch(0.97 0.019 303.4), oklch(0.929 0.037 268))) padding-box, var(--intergalactic-border-feature-highlight, linear-gradient(90deg in oklch, oklch(0.82 0.118 303), oklch(0.82 0.088 272.1))) border-box; } &[selected] { background: - var(--intergalactic-bg-primary-feature-highlight-hover-active, linear-gradient(90deg in oklch, oklch(0.97 0.019 303.4), oklch(0.929 0.037 268))) padding-box, - var(--intergalactic-control-primary-feature-highlight-hover, linear-gradient(90deg in oklch, oklch(0.64 0.223 299.3), oklch(0.74 0.117 274.1))) border-box; + var(--intergalactic-bg-primary-feature-highlight-hover-active, linear-gradient(90deg in oklch, oklch(0.97 0.019 303.4), oklch(0.929 0.037 268))) padding-box, var(--intergalactic-control-primary-feature-highlight-hover, linear-gradient(90deg in oklch, oklch(0.64 0.223 299.3), oklch(0.74 0.117 274.1))) border-box; background-origin: border-box; background-clip: padding-box, border-box; border-color: transparent; diff --git a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-styles-with-closeIcon-false-and-theme-accent-1-chromium-linux.png b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-styles-with-closeIcon-false-and-theme-accent-1-chromium-linux.png index 482518c916..4e9d641f8f 100644 Binary files a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-styles-with-closeIcon-false-and-theme-accent-1-chromium-linux.png and b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-styles-with-closeIcon-false-and-theme-accent-1-chromium-linux.png differ diff --git a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-styles-with-closeIcon-false-and-theme-accent-1-firefox-linux.png b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-styles-with-closeIcon-false-and-theme-accent-1-firefox-linux.png index d5daf3b6f2..0a6ae7fb0d 100644 Binary files a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-styles-with-closeIcon-false-and-theme-accent-1-firefox-linux.png and b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-styles-with-closeIcon-false-and-theme-accent-1-firefox-linux.png differ diff --git a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-styles-with-closeIcon-false-and-theme-accent-1-webkit-linux.png b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-styles-with-closeIcon-false-and-theme-accent-1-webkit-linux.png index 5abb5c6953..9402f1cfb4 100644 Binary files a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-styles-with-closeIcon-false-and-theme-accent-1-webkit-linux.png and b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-styles-with-closeIcon-false-and-theme-accent-1-webkit-linux.png differ diff --git a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-styles-with-closeIcon-false-and-theme-neutral-1-chromium-linux.png b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-styles-with-closeIcon-false-and-theme-neutral-1-chromium-linux.png index c9b885d0f5..2136d5fa80 100644 Binary files a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-styles-with-closeIcon-false-and-theme-neutral-1-chromium-linux.png and b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-styles-with-closeIcon-false-and-theme-neutral-1-chromium-linux.png differ diff --git a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-styles-with-closeIcon-false-and-theme-neutral-1-firefox-linux.png b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-styles-with-closeIcon-false-and-theme-neutral-1-firefox-linux.png index b65539c7ce..ffe6d73799 100644 Binary files a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-styles-with-closeIcon-false-and-theme-neutral-1-firefox-linux.png and b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-styles-with-closeIcon-false-and-theme-neutral-1-firefox-linux.png differ diff --git a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-styles-with-closeIcon-false-and-theme-neutral-1-webkit-linux.png b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-styles-with-closeIcon-false-and-theme-neutral-1-webkit-linux.png index 759679eaa7..1fd9c8afbe 100644 Binary files a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-styles-with-closeIcon-false-and-theme-neutral-1-webkit-linux.png and b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-styles-with-closeIcon-false-and-theme-neutral-1-webkit-linux.png differ diff --git a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-styles-with-closeIcon-true-and-theme-accent-1-chromium-linux.png b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-styles-with-closeIcon-true-and-theme-accent-1-chromium-linux.png index 9db4172491..d285119f93 100644 Binary files a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-styles-with-closeIcon-true-and-theme-accent-1-chromium-linux.png and b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-styles-with-closeIcon-true-and-theme-accent-1-chromium-linux.png differ diff --git a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-styles-with-closeIcon-true-and-theme-accent-1-firefox-linux.png b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-styles-with-closeIcon-true-and-theme-accent-1-firefox-linux.png index 69a0fd92ef..51c4b3d0d3 100644 Binary files a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-styles-with-closeIcon-true-and-theme-accent-1-firefox-linux.png and b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-styles-with-closeIcon-true-and-theme-accent-1-firefox-linux.png differ diff --git a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-styles-with-closeIcon-true-and-theme-accent-1-webkit-linux.png b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-styles-with-closeIcon-true-and-theme-accent-1-webkit-linux.png index b4c8df2900..119cee14dc 100644 Binary files a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-styles-with-closeIcon-true-and-theme-accent-1-webkit-linux.png and b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-styles-with-closeIcon-true-and-theme-accent-1-webkit-linux.png differ diff --git a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-styles-with-closeIcon-true-and-theme-neutral-1-chromium-linux.png b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-styles-with-closeIcon-true-and-theme-neutral-1-chromium-linux.png index 8103acbad5..a047b143c2 100644 Binary files a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-styles-with-closeIcon-true-and-theme-neutral-1-chromium-linux.png and b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-styles-with-closeIcon-true-and-theme-neutral-1-chromium-linux.png differ diff --git a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-styles-with-closeIcon-true-and-theme-neutral-1-firefox-linux.png b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-styles-with-closeIcon-true-and-theme-neutral-1-firefox-linux.png index 016a4be3b6..1a6fa5a607 100644 Binary files a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-styles-with-closeIcon-true-and-theme-neutral-1-firefox-linux.png and b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-styles-with-closeIcon-true-and-theme-neutral-1-firefox-linux.png differ diff --git a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-styles-with-closeIcon-true-and-theme-neutral-1-webkit-linux.png b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-styles-with-closeIcon-true-and-theme-neutral-1-webkit-linux.png index 9c2a6638a1..c2550dd940 100644 Binary files a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-styles-with-closeIcon-true-and-theme-neutral-1-webkit-linux.png and b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-styles-with-closeIcon-true-and-theme-neutral-1-webkit-linux.png differ diff --git a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-styles-with-medium-illustration-1-chromium-linux.png b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-styles-with-medium-illustration-1-chromium-linux.png index 71f8454562..b183a27eaf 100644 Binary files a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-styles-with-medium-illustration-1-chromium-linux.png and b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-styles-with-medium-illustration-1-chromium-linux.png differ diff --git a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-styles-with-medium-illustration-1-firefox-linux.png b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-styles-with-medium-illustration-1-firefox-linux.png index 2e2109216d..82c51320e2 100644 Binary files a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-styles-with-medium-illustration-1-firefox-linux.png and b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-styles-with-medium-illustration-1-firefox-linux.png differ diff --git a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-styles-with-medium-illustration-1-webkit-linux.png b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-styles-with-medium-illustration-1-webkit-linux.png index 40b9ffaeff..44bfd50ecb 100644 Binary files a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-styles-with-medium-illustration-1-webkit-linux.png and b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-styles-with-medium-illustration-1-webkit-linux.png differ diff --git a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-auto-1-chromium-linux.png b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-auto-1-chromium-linux.png index 92062782f6..7ebe6d6419 100644 Binary files a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-auto-1-chromium-linux.png and b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-auto-1-chromium-linux.png differ diff --git a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-auto-1-firefox-linux.png b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-auto-1-firefox-linux.png index 222930d22c..926da0c0b3 100644 Binary files a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-auto-1-firefox-linux.png and b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-auto-1-firefox-linux.png differ diff --git a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-auto-1-webkit-linux.png b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-auto-1-webkit-linux.png index 141cefe12c..42232b0d05 100644 Binary files a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-auto-1-webkit-linux.png and b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-auto-1-webkit-linux.png differ diff --git a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-auto-2-chromium-linux.png b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-auto-2-chromium-linux.png index 316023757d..cf0c6d9f56 100644 Binary files a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-auto-2-chromium-linux.png and b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-auto-2-chromium-linux.png differ diff --git a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-auto-2-firefox-linux.png b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-auto-2-firefox-linux.png index a23644093c..682c937f9d 100644 Binary files a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-auto-2-firefox-linux.png and b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-auto-2-firefox-linux.png differ diff --git a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-auto-2-webkit-linux.png b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-auto-2-webkit-linux.png index c40b2ca074..8b264facd9 100644 Binary files a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-auto-2-webkit-linux.png and b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-auto-2-webkit-linux.png differ diff --git a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-auto-end-1-chromium-linux.png b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-auto-end-1-chromium-linux.png index cfdc2f40fc..61cea171a1 100644 Binary files a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-auto-end-1-chromium-linux.png and b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-auto-end-1-chromium-linux.png differ diff --git a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-auto-end-1-firefox-linux.png b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-auto-end-1-firefox-linux.png index 9f011538e4..f14f2dea9f 100644 Binary files a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-auto-end-1-firefox-linux.png and b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-auto-end-1-firefox-linux.png differ diff --git a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-auto-end-1-webkit-linux.png b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-auto-end-1-webkit-linux.png index 0640c56714..ebcc89be39 100644 Binary files a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-auto-end-1-webkit-linux.png and b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-auto-end-1-webkit-linux.png differ diff --git a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-auto-end-2-chromium-linux.png b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-auto-end-2-chromium-linux.png index 574e88f716..7d9b6e4e81 100644 Binary files a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-auto-end-2-chromium-linux.png and b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-auto-end-2-chromium-linux.png differ diff --git a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-auto-end-2-firefox-linux.png b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-auto-end-2-firefox-linux.png index 7a68c3f1d6..6cba189623 100644 Binary files a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-auto-end-2-firefox-linux.png and b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-auto-end-2-firefox-linux.png differ diff --git a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-auto-end-2-webkit-linux.png b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-auto-end-2-webkit-linux.png index 4f356600c1..4766f0f7fc 100644 Binary files a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-auto-end-2-webkit-linux.png and b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-auto-end-2-webkit-linux.png differ diff --git a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-auto-start-1-chromium-linux.png b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-auto-start-1-chromium-linux.png index fed4c38f1f..8cfc84aa49 100644 Binary files a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-auto-start-1-chromium-linux.png and b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-auto-start-1-chromium-linux.png differ diff --git a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-auto-start-1-firefox-linux.png b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-auto-start-1-firefox-linux.png index 971cc67112..e005521ae9 100644 Binary files a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-auto-start-1-firefox-linux.png and b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-auto-start-1-firefox-linux.png differ diff --git a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-auto-start-1-webkit-linux.png b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-auto-start-1-webkit-linux.png index 9d0e284091..adec1850dd 100644 Binary files a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-auto-start-1-webkit-linux.png and b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-auto-start-1-webkit-linux.png differ diff --git a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-auto-start-2-chromium-linux.png b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-auto-start-2-chromium-linux.png index ee9e8ca654..5de192c3d6 100644 Binary files a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-auto-start-2-chromium-linux.png and b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-auto-start-2-chromium-linux.png differ diff --git a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-auto-start-2-firefox-linux.png b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-auto-start-2-firefox-linux.png index 0afae0b9f4..3744cbb035 100644 Binary files a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-auto-start-2-firefox-linux.png and b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-auto-start-2-firefox-linux.png differ diff --git a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-auto-start-2-webkit-linux.png b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-auto-start-2-webkit-linux.png index 482924f40b..b673441178 100644 Binary files a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-auto-start-2-webkit-linux.png and b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-auto-start-2-webkit-linux.png differ diff --git a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-bottom-1-chromium-linux.png b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-bottom-1-chromium-linux.png index dab3800e49..53691971ba 100644 Binary files a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-bottom-1-chromium-linux.png and b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-bottom-1-chromium-linux.png differ diff --git a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-bottom-1-firefox-linux.png b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-bottom-1-firefox-linux.png index 9cdb006dfb..146aeeca1e 100644 Binary files a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-bottom-1-firefox-linux.png and b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-bottom-1-firefox-linux.png differ diff --git a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-bottom-1-webkit-linux.png b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-bottom-1-webkit-linux.png index 34b477ef4b..addb026e23 100644 Binary files a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-bottom-1-webkit-linux.png and b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-bottom-1-webkit-linux.png differ diff --git a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-bottom-2-chromium-linux.png b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-bottom-2-chromium-linux.png index 645b3cf296..1eae6d488f 100644 Binary files a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-bottom-2-chromium-linux.png and b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-bottom-2-chromium-linux.png differ diff --git a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-bottom-2-firefox-linux.png b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-bottom-2-firefox-linux.png index 05ba7266d3..8c9ab333d1 100644 Binary files a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-bottom-2-firefox-linux.png and b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-bottom-2-firefox-linux.png differ diff --git a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-bottom-2-webkit-linux.png b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-bottom-2-webkit-linux.png index 3df6f25696..2533e3a5f1 100644 Binary files a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-bottom-2-webkit-linux.png and b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-bottom-2-webkit-linux.png differ diff --git a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-bottom-end-1-chromium-linux.png b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-bottom-end-1-chromium-linux.png index ad0035d1bf..9ace2d1896 100644 Binary files a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-bottom-end-1-chromium-linux.png and b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-bottom-end-1-chromium-linux.png differ diff --git a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-bottom-end-1-firefox-linux.png b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-bottom-end-1-firefox-linux.png index bbc1f2bb47..33ca72a176 100644 Binary files a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-bottom-end-1-firefox-linux.png and b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-bottom-end-1-firefox-linux.png differ diff --git a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-bottom-end-1-webkit-linux.png b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-bottom-end-1-webkit-linux.png index 42e49a4aac..5a787b679d 100644 Binary files a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-bottom-end-1-webkit-linux.png and b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-bottom-end-1-webkit-linux.png differ diff --git a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-bottom-end-2-chromium-linux.png b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-bottom-end-2-chromium-linux.png index 0f81d8d501..e11a0a18f0 100644 Binary files a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-bottom-end-2-chromium-linux.png and b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-bottom-end-2-chromium-linux.png differ diff --git a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-bottom-end-2-firefox-linux.png b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-bottom-end-2-firefox-linux.png index d0eee01d9a..2ed11fd76f 100644 Binary files a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-bottom-end-2-firefox-linux.png and b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-bottom-end-2-firefox-linux.png differ diff --git a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-bottom-end-2-webkit-linux.png b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-bottom-end-2-webkit-linux.png index f20f3a03d5..b6ae13f91d 100644 Binary files a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-bottom-end-2-webkit-linux.png and b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-bottom-end-2-webkit-linux.png differ diff --git a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-bottom-start-1-chromium-linux.png b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-bottom-start-1-chromium-linux.png index b8bd64b778..04f3c430db 100644 Binary files a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-bottom-start-1-chromium-linux.png and b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-bottom-start-1-chromium-linux.png differ diff --git a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-bottom-start-1-firefox-linux.png b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-bottom-start-1-firefox-linux.png index 36712307da..d3873d2ebb 100644 Binary files a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-bottom-start-1-firefox-linux.png and b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-bottom-start-1-firefox-linux.png differ diff --git a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-bottom-start-1-webkit-linux.png b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-bottom-start-1-webkit-linux.png index 7d7648df83..b9b5b6b3f3 100644 Binary files a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-bottom-start-1-webkit-linux.png and b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-bottom-start-1-webkit-linux.png differ diff --git a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-bottom-start-2-chromium-linux.png b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-bottom-start-2-chromium-linux.png index 26d0efd23c..1664ef4eab 100644 Binary files a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-bottom-start-2-chromium-linux.png and b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-bottom-start-2-chromium-linux.png differ diff --git a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-bottom-start-2-firefox-linux.png b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-bottom-start-2-firefox-linux.png index f43b74ae34..53f0035fb5 100644 Binary files a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-bottom-start-2-firefox-linux.png and b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-bottom-start-2-firefox-linux.png differ diff --git a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-bottom-start-2-webkit-linux.png b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-bottom-start-2-webkit-linux.png index fa0bb7b166..6b04adbe5e 100644 Binary files a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-bottom-start-2-webkit-linux.png and b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-bottom-start-2-webkit-linux.png differ diff --git a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-left-1-chromium-linux.png b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-left-1-chromium-linux.png index 36a16cb642..239160b7db 100644 Binary files a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-left-1-chromium-linux.png and b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-left-1-chromium-linux.png differ diff --git a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-left-1-firefox-linux.png b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-left-1-firefox-linux.png index f20f15dfb8..e8a00796eb 100644 Binary files a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-left-1-firefox-linux.png and b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-left-1-firefox-linux.png differ diff --git a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-left-1-webkit-linux.png b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-left-1-webkit-linux.png index 012a3a6153..0ba85c546f 100644 Binary files a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-left-1-webkit-linux.png and b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-left-1-webkit-linux.png differ diff --git a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-left-2-chromium-linux.png b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-left-2-chromium-linux.png index 077e67b816..c25b9f197d 100644 Binary files a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-left-2-chromium-linux.png and b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-left-2-chromium-linux.png differ diff --git a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-left-2-firefox-linux.png b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-left-2-firefox-linux.png index c85f85acdc..11bc607391 100644 Binary files a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-left-2-firefox-linux.png and b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-left-2-firefox-linux.png differ diff --git a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-left-2-webkit-linux.png b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-left-2-webkit-linux.png index 37b84d860e..03b614d1e7 100644 Binary files a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-left-2-webkit-linux.png and b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-left-2-webkit-linux.png differ diff --git a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-left-end-1-chromium-linux.png b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-left-end-1-chromium-linux.png index 3a4f644f6c..b5024eb323 100644 Binary files a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-left-end-1-chromium-linux.png and b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-left-end-1-chromium-linux.png differ diff --git a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-left-end-1-firefox-linux.png b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-left-end-1-firefox-linux.png index d6764e488e..3a2be7b9bc 100644 Binary files a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-left-end-1-firefox-linux.png and b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-left-end-1-firefox-linux.png differ diff --git a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-left-end-1-webkit-linux.png b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-left-end-1-webkit-linux.png index ef3822410e..faa17af32a 100644 Binary files a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-left-end-1-webkit-linux.png and b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-left-end-1-webkit-linux.png differ diff --git a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-left-end-2-chromium-linux.png b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-left-end-2-chromium-linux.png index a967494054..99035bb4f5 100644 Binary files a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-left-end-2-chromium-linux.png and b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-left-end-2-chromium-linux.png differ diff --git a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-left-end-2-firefox-linux.png b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-left-end-2-firefox-linux.png index 33ef3ae79e..188354a8b4 100644 Binary files a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-left-end-2-firefox-linux.png and b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-left-end-2-firefox-linux.png differ diff --git a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-left-end-2-webkit-linux.png b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-left-end-2-webkit-linux.png index b9e18c9e85..1b2e09203f 100644 Binary files a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-left-end-2-webkit-linux.png and b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-left-end-2-webkit-linux.png differ diff --git a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-left-start-1-chromium-linux.png b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-left-start-1-chromium-linux.png index b38b93eab5..cfcf55825f 100644 Binary files a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-left-start-1-chromium-linux.png and b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-left-start-1-chromium-linux.png differ diff --git a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-left-start-1-firefox-linux.png b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-left-start-1-firefox-linux.png index 2f55577e60..9d4c4d4a69 100644 Binary files a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-left-start-1-firefox-linux.png and b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-left-start-1-firefox-linux.png differ diff --git a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-left-start-1-webkit-linux.png b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-left-start-1-webkit-linux.png index b159204372..3c6841ed7f 100644 Binary files a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-left-start-1-webkit-linux.png and b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-left-start-1-webkit-linux.png differ diff --git a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-left-start-2-chromium-linux.png b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-left-start-2-chromium-linux.png index 1c689f5ed7..eb3b96c952 100644 Binary files a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-left-start-2-chromium-linux.png and b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-left-start-2-chromium-linux.png differ diff --git a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-left-start-2-firefox-linux.png b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-left-start-2-firefox-linux.png index ee9314c896..9a4bff6e91 100644 Binary files a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-left-start-2-firefox-linux.png and b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-left-start-2-firefox-linux.png differ diff --git a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-left-start-2-webkit-linux.png b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-left-start-2-webkit-linux.png index e8f6044a04..77a48ee572 100644 Binary files a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-left-start-2-webkit-linux.png and b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-left-start-2-webkit-linux.png differ diff --git a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-right-1-chromium-linux.png b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-right-1-chromium-linux.png index 4f2160a92b..718df555be 100644 Binary files a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-right-1-chromium-linux.png and b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-right-1-chromium-linux.png differ diff --git a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-right-1-firefox-linux.png b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-right-1-firefox-linux.png index 29e055ff83..2461493c69 100644 Binary files a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-right-1-firefox-linux.png and b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-right-1-firefox-linux.png differ diff --git a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-right-1-webkit-linux.png b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-right-1-webkit-linux.png index 9a34e4c0e9..9db534b358 100644 Binary files a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-right-1-webkit-linux.png and b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-right-1-webkit-linux.png differ diff --git a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-right-2-chromium-linux.png b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-right-2-chromium-linux.png index b050713539..8ff01337b9 100644 Binary files a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-right-2-chromium-linux.png and b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-right-2-chromium-linux.png differ diff --git a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-right-2-firefox-linux.png b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-right-2-firefox-linux.png index 7aa070341d..d2b95ac3a6 100644 Binary files a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-right-2-firefox-linux.png and b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-right-2-firefox-linux.png differ diff --git a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-right-2-webkit-linux.png b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-right-2-webkit-linux.png index 54340ca8cf..dd0173f976 100644 Binary files a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-right-2-webkit-linux.png and b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-right-2-webkit-linux.png differ diff --git a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-right-end-1-chromium-linux.png b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-right-end-1-chromium-linux.png index a9cee241b5..6065561686 100644 Binary files a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-right-end-1-chromium-linux.png and b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-right-end-1-chromium-linux.png differ diff --git a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-right-end-1-firefox-linux.png b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-right-end-1-firefox-linux.png index 0c9533bb29..505e2e1cfe 100644 Binary files a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-right-end-1-firefox-linux.png and b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-right-end-1-firefox-linux.png differ diff --git a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-right-end-1-webkit-linux.png b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-right-end-1-webkit-linux.png index 170ca574cc..4c5548191c 100644 Binary files a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-right-end-1-webkit-linux.png and b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-right-end-1-webkit-linux.png differ diff --git a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-right-end-2-chromium-linux.png b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-right-end-2-chromium-linux.png index a7953b96f1..fb16aa6cad 100644 Binary files a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-right-end-2-chromium-linux.png and b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-right-end-2-chromium-linux.png differ diff --git a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-right-end-2-firefox-linux.png b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-right-end-2-firefox-linux.png index 972a7b0bf1..82aff3c357 100644 Binary files a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-right-end-2-firefox-linux.png and b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-right-end-2-firefox-linux.png differ diff --git a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-right-end-2-webkit-linux.png b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-right-end-2-webkit-linux.png index 0c8a493a37..d18c87094c 100644 Binary files a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-right-end-2-webkit-linux.png and b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-right-end-2-webkit-linux.png differ diff --git a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-right-start-1-chromium-linux.png b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-right-start-1-chromium-linux.png index f9344ecb54..b5c026e954 100644 Binary files a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-right-start-1-chromium-linux.png and b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-right-start-1-chromium-linux.png differ diff --git a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-right-start-1-firefox-linux.png b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-right-start-1-firefox-linux.png index ae3103fbde..10748b17b9 100644 Binary files a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-right-start-1-firefox-linux.png and b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-right-start-1-firefox-linux.png differ diff --git a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-right-start-1-webkit-linux.png b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-right-start-1-webkit-linux.png index b3431abf0c..ecf9f76e08 100644 Binary files a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-right-start-1-webkit-linux.png and b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-right-start-1-webkit-linux.png differ diff --git a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-right-start-2-chromium-linux.png b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-right-start-2-chromium-linux.png index 52e2bd3595..563b5dede2 100644 Binary files a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-right-start-2-chromium-linux.png and b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-right-start-2-chromium-linux.png differ diff --git a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-right-start-2-firefox-linux.png b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-right-start-2-firefox-linux.png index 2c7bf4b981..54e1fcb447 100644 Binary files a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-right-start-2-firefox-linux.png and b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-right-start-2-firefox-linux.png differ diff --git a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-right-start-2-webkit-linux.png b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-right-start-2-webkit-linux.png index 9be6c37695..04aa94a8df 100644 Binary files a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-right-start-2-webkit-linux.png and b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-right-start-2-webkit-linux.png differ diff --git a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-top-1-chromium-linux.png b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-top-1-chromium-linux.png index a6eb495c9f..6c10597ce0 100644 Binary files a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-top-1-chromium-linux.png and b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-top-1-chromium-linux.png differ diff --git a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-top-1-firefox-linux.png b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-top-1-firefox-linux.png index f93d421ec6..e636bc3d1f 100644 Binary files a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-top-1-firefox-linux.png and b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-top-1-firefox-linux.png differ diff --git a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-top-1-webkit-linux.png b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-top-1-webkit-linux.png index 5a60014cea..f93cef8278 100644 Binary files a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-top-1-webkit-linux.png and b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-top-1-webkit-linux.png differ diff --git a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-top-2-chromium-linux.png b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-top-2-chromium-linux.png index d2ec48632e..98809494f9 100644 Binary files a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-top-2-chromium-linux.png and b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-top-2-chromium-linux.png differ diff --git a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-top-2-firefox-linux.png b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-top-2-firefox-linux.png index 18bf7abb0d..fa73ac9c09 100644 Binary files a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-top-2-firefox-linux.png and b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-top-2-firefox-linux.png differ diff --git a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-top-2-webkit-linux.png b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-top-2-webkit-linux.png index 5193198133..84d51d0f64 100644 Binary files a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-top-2-webkit-linux.png and b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-top-2-webkit-linux.png differ diff --git a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-top-end-1-chromium-linux.png b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-top-end-1-chromium-linux.png index e1d5b696c7..fa78500d13 100644 Binary files a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-top-end-1-chromium-linux.png and b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-top-end-1-chromium-linux.png differ diff --git a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-top-end-1-firefox-linux.png b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-top-end-1-firefox-linux.png index 23fd2f684e..4e94fe5a9a 100644 Binary files a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-top-end-1-firefox-linux.png and b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-top-end-1-firefox-linux.png differ diff --git a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-top-end-1-webkit-linux.png b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-top-end-1-webkit-linux.png index d9919a3dbf..7e21293f51 100644 Binary files a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-top-end-1-webkit-linux.png and b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-top-end-1-webkit-linux.png differ diff --git a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-top-end-2-chromium-linux.png b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-top-end-2-chromium-linux.png index aeb27201cb..647817ed2a 100644 Binary files a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-top-end-2-chromium-linux.png and b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-top-end-2-chromium-linux.png differ diff --git a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-top-end-2-firefox-linux.png b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-top-end-2-firefox-linux.png index d4bf6ec656..e8e418fa16 100644 Binary files a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-top-end-2-firefox-linux.png and b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-top-end-2-firefox-linux.png differ diff --git a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-top-end-2-webkit-linux.png b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-top-end-2-webkit-linux.png index faaed16298..907079e649 100644 Binary files a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-top-end-2-webkit-linux.png and b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-top-end-2-webkit-linux.png differ diff --git a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-top-start-1-chromium-linux.png b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-top-start-1-chromium-linux.png index 38caebd52d..b47b879753 100644 Binary files a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-top-start-1-chromium-linux.png and b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-top-start-1-chromium-linux.png differ diff --git a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-top-start-1-firefox-linux.png b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-top-start-1-firefox-linux.png index e376eba1c7..9ebae40c75 100644 Binary files a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-top-start-1-firefox-linux.png and b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-top-start-1-firefox-linux.png differ diff --git a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-top-start-1-webkit-linux.png b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-top-start-1-webkit-linux.png index d4517b2b6a..c9a9790759 100644 Binary files a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-top-start-1-webkit-linux.png and b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-top-start-1-webkit-linux.png differ diff --git a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-top-start-2-chromium-linux.png b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-top-start-2-chromium-linux.png index c62ee236a2..0fba46109e 100644 Binary files a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-top-start-2-chromium-linux.png and b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-top-start-2-chromium-linux.png differ diff --git a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-top-start-2-firefox-linux.png b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-top-start-2-firefox-linux.png index e23aceef96..d20578aaef 100644 Binary files a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-top-start-2-firefox-linux.png and b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-top-start-2-firefox-linux.png differ diff --git a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-top-start-2-webkit-linux.png b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-top-start-2-webkit-linux.png index 776741d1b6..a1d5c03f03 100644 Binary files a/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-top-start-2-webkit-linux.png and b/semcore/feature-popover/__tests__/feature-popover.browser-test.tsx-snapshots/-visual-Verify-Feature-popover-when-placement-top-start-2-webkit-linux.png differ diff --git a/semcore/feature-popover/src/style/feature-popover.shadow.css b/semcore/feature-popover/src/style/feature-popover.shadow.css index e4bd72c3d3..4df66ad267 100644 --- a/semcore/feature-popover/src/style/feature-popover.shadow.css +++ b/semcore/feature-popover/src/style/feature-popover.shadow.css @@ -9,12 +9,12 @@ SFeaturePopover { position: relative; &[theme='accent'] { - background-color: var(--intergalactic-feature-popover-bg, oklch(0.88 0.078 303)); - color: var(--intergalactic-text-primary, oklch(0.1 0.03 137 / 0.899)); + background-color: var(--intergalactic-feature-popover-bg, oklch(0.88 0.078 303)); /* TODO: --intergalactic-feature-popover-bg-accent */ + color: var(--intergalactic-text-primary, oklch(0.1 0.03 137 / 0.899)); /* TODO: --intergalactic-feature-popover-text */ } &[theme='neutral'] { - background-color: var(--intergalactic-feature-popover-bg-neutral, oklch(0.23 0.01 140)); - color: var(--intergalactic-text-primary-invert, oklch(0.999 0.001 180 / 0.949)); + background-color: var(--intergalactic-feature-popover-bg-neutral, oklch(0.23 0.01 140)); /* TODO: --intergalactic-feature-popover-bg-neutral */ + color: var(--intergalactic-text-primary-invert, oklch(0.999 0.001 180 / 0.949)); /* TODO: --intergalactic-feature-popover-text-invert */ } } @@ -94,18 +94,18 @@ SSpot { &[theme='accent'] { &::before { - background-color: var(--intergalactic-feature-popover-dot-outer-border, oklch(0.88 0.078 303)); + background-color: var(--intergalactic-feature-popover-dot-outer-border, oklch(0.88 0.078 303)); /* TODO: --intergalactic-feature-popover-dot-outer-border-accent */ } &::after { - background-color: var(--intergalactic-feature-popover-bg, oklch(0.88 0.078 303)); + background-color: var(--intergalactic-feature-popover-bg, oklch(0.88 0.078 303)); /* TODO: --intergalactic-feature-popover-dot-accent */ } } &[theme='neutral'] { &::before { - background-color: var(--intergalactic-feature-popover-dot-neutral-outer-border, oklch(0.88 0.078 303)); + background-color: var(--intergalactic-feature-popover-dot-neutral-outer-border, oklch(0.88 0.078 303)); /* TODO: --intergalactic-feature-popover-dot-outer-border-neutral */ } &::after { - background-color: var(--intergalactic-feature-popover-dot-neutral, oklch(0.88 0.078 303)); + background-color: var(--intergalactic-feature-popover-dot-neutral, oklch(0.88 0.078 303)); /* TODO: --intergalactic-feature-popover-dot-neutral */ } } } diff --git a/semcore/feedback-form/__tests__/feedback-form.browser-test.tsx-snapshots/-visual-Verify-base-feedback-form-loading-styles-1-chromium-linux.png b/semcore/feedback-form/__tests__/feedback-form.browser-test.tsx-snapshots/-visual-Verify-base-feedback-form-loading-styles-1-chromium-linux.png index a3b0656e96..ee8cceeaef 100644 Binary files a/semcore/feedback-form/__tests__/feedback-form.browser-test.tsx-snapshots/-visual-Verify-base-feedback-form-loading-styles-1-chromium-linux.png and b/semcore/feedback-form/__tests__/feedback-form.browser-test.tsx-snapshots/-visual-Verify-base-feedback-form-loading-styles-1-chromium-linux.png differ diff --git a/semcore/feedback-form/__tests__/feedback-form.browser-test.tsx-snapshots/-visual-Verify-base-feedback-form-loading-styles-1-firefox-linux.png b/semcore/feedback-form/__tests__/feedback-form.browser-test.tsx-snapshots/-visual-Verify-base-feedback-form-loading-styles-1-firefox-linux.png index 1e3ca3848b..0398c51245 100644 Binary files a/semcore/feedback-form/__tests__/feedback-form.browser-test.tsx-snapshots/-visual-Verify-base-feedback-form-loading-styles-1-firefox-linux.png and b/semcore/feedback-form/__tests__/feedback-form.browser-test.tsx-snapshots/-visual-Verify-base-feedback-form-loading-styles-1-firefox-linux.png differ diff --git a/semcore/feedback-form/__tests__/feedback-form.browser-test.tsx-snapshots/-visual-Verify-base-feedback-form-styles-1-chromium-linux.png b/semcore/feedback-form/__tests__/feedback-form.browser-test.tsx-snapshots/-visual-Verify-base-feedback-form-styles-1-chromium-linux.png index 80c974f960..72dc75a747 100644 Binary files a/semcore/feedback-form/__tests__/feedback-form.browser-test.tsx-snapshots/-visual-Verify-base-feedback-form-styles-1-chromium-linux.png and b/semcore/feedback-form/__tests__/feedback-form.browser-test.tsx-snapshots/-visual-Verify-base-feedback-form-styles-1-chromium-linux.png differ diff --git a/semcore/feedback-form/__tests__/feedback-form.browser-test.tsx-snapshots/-visual-Verify-base-feedback-form-styles-1-firefox-linux.png b/semcore/feedback-form/__tests__/feedback-form.browser-test.tsx-snapshots/-visual-Verify-base-feedback-form-styles-1-firefox-linux.png index 7187ec09b5..b572f3405c 100644 Binary files a/semcore/feedback-form/__tests__/feedback-form.browser-test.tsx-snapshots/-visual-Verify-base-feedback-form-styles-1-firefox-linux.png and b/semcore/feedback-form/__tests__/feedback-form.browser-test.tsx-snapshots/-visual-Verify-base-feedback-form-styles-1-firefox-linux.png differ diff --git a/semcore/feedback-form/__tests__/feedback-form.browser-test.tsx-snapshots/-visual-Verify-base-feedback-form-styles-1-webkit-linux.png b/semcore/feedback-form/__tests__/feedback-form.browser-test.tsx-snapshots/-visual-Verify-base-feedback-form-styles-1-webkit-linux.png index e4d505ecf4..29df8adcf0 100644 Binary files a/semcore/feedback-form/__tests__/feedback-form.browser-test.tsx-snapshots/-visual-Verify-base-feedback-form-styles-1-webkit-linux.png and b/semcore/feedback-form/__tests__/feedback-form.browser-test.tsx-snapshots/-visual-Verify-base-feedback-form-styles-1-webkit-linux.png differ diff --git a/semcore/feedback-form/__tests__/feedback-form.browser-test.tsx-snapshots/-visual-Verify-base-feedback-form-styles-2-chromium-linux.png b/semcore/feedback-form/__tests__/feedback-form.browser-test.tsx-snapshots/-visual-Verify-base-feedback-form-styles-2-chromium-linux.png index 13f4a84c6c..247856a260 100644 Binary files a/semcore/feedback-form/__tests__/feedback-form.browser-test.tsx-snapshots/-visual-Verify-base-feedback-form-styles-2-chromium-linux.png and b/semcore/feedback-form/__tests__/feedback-form.browser-test.tsx-snapshots/-visual-Verify-base-feedback-form-styles-2-chromium-linux.png differ diff --git a/semcore/feedback-form/__tests__/feedback-form.browser-test.tsx-snapshots/-visual-Verify-base-feedback-form-styles-2-firefox-linux.png b/semcore/feedback-form/__tests__/feedback-form.browser-test.tsx-snapshots/-visual-Verify-base-feedback-form-styles-2-firefox-linux.png index 0ecb65b20c..c7db8e5097 100644 Binary files a/semcore/feedback-form/__tests__/feedback-form.browser-test.tsx-snapshots/-visual-Verify-base-feedback-form-styles-2-firefox-linux.png and b/semcore/feedback-form/__tests__/feedback-form.browser-test.tsx-snapshots/-visual-Verify-base-feedback-form-styles-2-firefox-linux.png differ diff --git a/semcore/feedback-form/__tests__/feedback-form.browser-test.tsx-snapshots/-visual-Verify-base-feedback-form-styles-2-webkit-linux.png b/semcore/feedback-form/__tests__/feedback-form.browser-test.tsx-snapshots/-visual-Verify-base-feedback-form-styles-2-webkit-linux.png index 50427fb276..33f0ff546f 100644 Binary files a/semcore/feedback-form/__tests__/feedback-form.browser-test.tsx-snapshots/-visual-Verify-base-feedback-form-styles-2-webkit-linux.png and b/semcore/feedback-form/__tests__/feedback-form.browser-test.tsx-snapshots/-visual-Verify-base-feedback-form-styles-2-webkit-linux.png differ diff --git a/semcore/feedback-form/__tests__/feedback-form.browser-test.tsx-snapshots/-visual-Verify-base-feedback-form-styles-3-chromium-linux.png b/semcore/feedback-form/__tests__/feedback-form.browser-test.tsx-snapshots/-visual-Verify-base-feedback-form-styles-3-chromium-linux.png index a0f5719346..d99c051267 100644 Binary files a/semcore/feedback-form/__tests__/feedback-form.browser-test.tsx-snapshots/-visual-Verify-base-feedback-form-styles-3-chromium-linux.png and b/semcore/feedback-form/__tests__/feedback-form.browser-test.tsx-snapshots/-visual-Verify-base-feedback-form-styles-3-chromium-linux.png differ diff --git a/semcore/feedback-form/__tests__/feedback-form.browser-test.tsx-snapshots/-visual-Verify-base-feedback-form-styles-3-firefox-linux.png b/semcore/feedback-form/__tests__/feedback-form.browser-test.tsx-snapshots/-visual-Verify-base-feedback-form-styles-3-firefox-linux.png index 8208b18a4a..f23b1de104 100644 Binary files a/semcore/feedback-form/__tests__/feedback-form.browser-test.tsx-snapshots/-visual-Verify-base-feedback-form-styles-3-firefox-linux.png and b/semcore/feedback-form/__tests__/feedback-form.browser-test.tsx-snapshots/-visual-Verify-base-feedback-form-styles-3-firefox-linux.png differ diff --git a/semcore/feedback-form/__tests__/feedback-form.browser-test.tsx-snapshots/-visual-Verify-base-feedback-form-styles-3-webkit-linux.png b/semcore/feedback-form/__tests__/feedback-form.browser-test.tsx-snapshots/-visual-Verify-base-feedback-form-styles-3-webkit-linux.png index 415dccc77f..a26528d813 100644 Binary files a/semcore/feedback-form/__tests__/feedback-form.browser-test.tsx-snapshots/-visual-Verify-base-feedback-form-styles-3-webkit-linux.png and b/semcore/feedback-form/__tests__/feedback-form.browser-test.tsx-snapshots/-visual-Verify-base-feedback-form-styles-3-webkit-linux.png differ diff --git a/semcore/feedback-form/__tests__/feedback-form.browser-test.tsx-snapshots/-visual-Verify-base-feedback-form-styles-4-chromium-linux.png b/semcore/feedback-form/__tests__/feedback-form.browser-test.tsx-snapshots/-visual-Verify-base-feedback-form-styles-4-chromium-linux.png index cb5324de4f..930f1b5531 100644 Binary files a/semcore/feedback-form/__tests__/feedback-form.browser-test.tsx-snapshots/-visual-Verify-base-feedback-form-styles-4-chromium-linux.png and b/semcore/feedback-form/__tests__/feedback-form.browser-test.tsx-snapshots/-visual-Verify-base-feedback-form-styles-4-chromium-linux.png differ diff --git a/semcore/feedback-form/__tests__/feedback-form.browser-test.tsx-snapshots/-visual-Verify-base-feedback-form-styles-4-firefox-linux.png b/semcore/feedback-form/__tests__/feedback-form.browser-test.tsx-snapshots/-visual-Verify-base-feedback-form-styles-4-firefox-linux.png index c365726d46..7b1c252498 100644 Binary files a/semcore/feedback-form/__tests__/feedback-form.browser-test.tsx-snapshots/-visual-Verify-base-feedback-form-styles-4-firefox-linux.png and b/semcore/feedback-form/__tests__/feedback-form.browser-test.tsx-snapshots/-visual-Verify-base-feedback-form-styles-4-firefox-linux.png differ diff --git a/semcore/feedback-form/__tests__/feedback-form.browser-test.tsx-snapshots/-visual-Verify-base-feedback-form-styles-4-webkit-linux.png b/semcore/feedback-form/__tests__/feedback-form.browser-test.tsx-snapshots/-visual-Verify-base-feedback-form-styles-4-webkit-linux.png index 57123b4662..02449354af 100644 Binary files a/semcore/feedback-form/__tests__/feedback-form.browser-test.tsx-snapshots/-visual-Verify-base-feedback-form-styles-4-webkit-linux.png and b/semcore/feedback-form/__tests__/feedback-form.browser-test.tsx-snapshots/-visual-Verify-base-feedback-form-styles-4-webkit-linux.png differ diff --git a/semcore/feedback-form/__tests__/feedback-form.browser-test.tsx-snapshots/-visual-Verify-base-feedback-form-styles-5-chromium-linux.png b/semcore/feedback-form/__tests__/feedback-form.browser-test.tsx-snapshots/-visual-Verify-base-feedback-form-styles-5-chromium-linux.png index ab12396996..27f33077c6 100644 Binary files a/semcore/feedback-form/__tests__/feedback-form.browser-test.tsx-snapshots/-visual-Verify-base-feedback-form-styles-5-chromium-linux.png and b/semcore/feedback-form/__tests__/feedback-form.browser-test.tsx-snapshots/-visual-Verify-base-feedback-form-styles-5-chromium-linux.png differ diff --git a/semcore/feedback-form/__tests__/feedback-form.browser-test.tsx-snapshots/-visual-Verify-base-feedback-form-styles-5-firefox-linux.png b/semcore/feedback-form/__tests__/feedback-form.browser-test.tsx-snapshots/-visual-Verify-base-feedback-form-styles-5-firefox-linux.png index 142c7a54fe..7bc2697c97 100644 Binary files a/semcore/feedback-form/__tests__/feedback-form.browser-test.tsx-snapshots/-visual-Verify-base-feedback-form-styles-5-firefox-linux.png and b/semcore/feedback-form/__tests__/feedback-form.browser-test.tsx-snapshots/-visual-Verify-base-feedback-form-styles-5-firefox-linux.png differ diff --git a/semcore/feedback-form/__tests__/feedback-form.browser-test.tsx-snapshots/-visual-Verify-base-feedback-form-styles-5-webkit-linux.png b/semcore/feedback-form/__tests__/feedback-form.browser-test.tsx-snapshots/-visual-Verify-base-feedback-form-styles-5-webkit-linux.png index f4e17ab537..18fa7caba4 100644 Binary files a/semcore/feedback-form/__tests__/feedback-form.browser-test.tsx-snapshots/-visual-Verify-base-feedback-form-styles-5-webkit-linux.png and b/semcore/feedback-form/__tests__/feedback-form.browser-test.tsx-snapshots/-visual-Verify-base-feedback-form-styles-5-webkit-linux.png differ diff --git a/semcore/feedback-form/__tests__/feedback-form.browser-test.tsx-snapshots/-visual-Verify-base-feedback-form-styles-6-chromium-linux.png b/semcore/feedback-form/__tests__/feedback-form.browser-test.tsx-snapshots/-visual-Verify-base-feedback-form-styles-6-chromium-linux.png index 430048b7d8..62c152f476 100644 Binary files a/semcore/feedback-form/__tests__/feedback-form.browser-test.tsx-snapshots/-visual-Verify-base-feedback-form-styles-6-chromium-linux.png and b/semcore/feedback-form/__tests__/feedback-form.browser-test.tsx-snapshots/-visual-Verify-base-feedback-form-styles-6-chromium-linux.png differ diff --git a/semcore/feedback-form/__tests__/feedback-form.browser-test.tsx-snapshots/-visual-Verify-base-feedback-form-styles-6-firefox-linux.png b/semcore/feedback-form/__tests__/feedback-form.browser-test.tsx-snapshots/-visual-Verify-base-feedback-form-styles-6-firefox-linux.png index 4721d497b1..d04637aefd 100644 Binary files a/semcore/feedback-form/__tests__/feedback-form.browser-test.tsx-snapshots/-visual-Verify-base-feedback-form-styles-6-firefox-linux.png and b/semcore/feedback-form/__tests__/feedback-form.browser-test.tsx-snapshots/-visual-Verify-base-feedback-form-styles-6-firefox-linux.png differ diff --git a/semcore/feedback-form/__tests__/feedback-form.browser-test.tsx-snapshots/-visual-Verify-base-feedback-form-styles-6-webkit-linux.png b/semcore/feedback-form/__tests__/feedback-form.browser-test.tsx-snapshots/-visual-Verify-base-feedback-form-styles-6-webkit-linux.png index 9b65aa7ede..a66a1086d2 100644 Binary files a/semcore/feedback-form/__tests__/feedback-form.browser-test.tsx-snapshots/-visual-Verify-base-feedback-form-styles-6-webkit-linux.png and b/semcore/feedback-form/__tests__/feedback-form.browser-test.tsx-snapshots/-visual-Verify-base-feedback-form-styles-6-webkit-linux.png differ diff --git a/semcore/feedback-form/__tests__/five-star-form.browser-test.tsx-snapshots/-visual-Verify-feedback-rating-notice-with-illustration-and-feature-highlight-notice-1-chromium-linux.png b/semcore/feedback-form/__tests__/five-star-form.browser-test.tsx-snapshots/-visual-Verify-feedback-rating-notice-with-illustration-and-feature-highlight-notice-1-chromium-linux.png index e705d8a8f6..01ff505be4 100644 Binary files a/semcore/feedback-form/__tests__/five-star-form.browser-test.tsx-snapshots/-visual-Verify-feedback-rating-notice-with-illustration-and-feature-highlight-notice-1-chromium-linux.png and b/semcore/feedback-form/__tests__/five-star-form.browser-test.tsx-snapshots/-visual-Verify-feedback-rating-notice-with-illustration-and-feature-highlight-notice-1-chromium-linux.png differ diff --git a/semcore/feedback-form/__tests__/five-star-form.browser-test.tsx-snapshots/-visual-Verify-feedback-rating-notice-with-illustration-and-feature-highlight-notice-1-firefox-linux.png b/semcore/feedback-form/__tests__/five-star-form.browser-test.tsx-snapshots/-visual-Verify-feedback-rating-notice-with-illustration-and-feature-highlight-notice-1-firefox-linux.png index 400141cfff..100fab399f 100644 Binary files a/semcore/feedback-form/__tests__/five-star-form.browser-test.tsx-snapshots/-visual-Verify-feedback-rating-notice-with-illustration-and-feature-highlight-notice-1-firefox-linux.png and b/semcore/feedback-form/__tests__/five-star-form.browser-test.tsx-snapshots/-visual-Verify-feedback-rating-notice-with-illustration-and-feature-highlight-notice-1-firefox-linux.png differ diff --git a/semcore/feedback-form/__tests__/five-star-form.browser-test.tsx-snapshots/-visual-Verify-feedback-rating-notice-with-illustration-and-feature-highlight-notice-1-webkit-linux.png b/semcore/feedback-form/__tests__/five-star-form.browser-test.tsx-snapshots/-visual-Verify-feedback-rating-notice-with-illustration-and-feature-highlight-notice-1-webkit-linux.png index a0a9f55fad..0bc01b1d4a 100644 Binary files a/semcore/feedback-form/__tests__/five-star-form.browser-test.tsx-snapshots/-visual-Verify-feedback-rating-notice-with-illustration-and-feature-highlight-notice-1-webkit-linux.png and b/semcore/feedback-form/__tests__/five-star-form.browser-test.tsx-snapshots/-visual-Verify-feedback-rating-notice-with-illustration-and-feature-highlight-notice-1-webkit-linux.png differ diff --git a/semcore/feedback-form/__tests__/five-star-form.browser-test.tsx-snapshots/-visual-Verify-feedback-rating-notice-with-title-and-subtitle-1-chromium-linux.png b/semcore/feedback-form/__tests__/five-star-form.browser-test.tsx-snapshots/-visual-Verify-feedback-rating-notice-with-title-and-subtitle-1-chromium-linux.png index f343db30bf..55ec7277dd 100644 Binary files a/semcore/feedback-form/__tests__/five-star-form.browser-test.tsx-snapshots/-visual-Verify-feedback-rating-notice-with-title-and-subtitle-1-chromium-linux.png and b/semcore/feedback-form/__tests__/five-star-form.browser-test.tsx-snapshots/-visual-Verify-feedback-rating-notice-with-title-and-subtitle-1-chromium-linux.png differ diff --git a/semcore/feedback-form/__tests__/five-star-form.browser-test.tsx-snapshots/-visual-Verify-feedback-rating-notice-with-title-and-subtitle-1-firefox-linux.png b/semcore/feedback-form/__tests__/five-star-form.browser-test.tsx-snapshots/-visual-Verify-feedback-rating-notice-with-title-and-subtitle-1-firefox-linux.png index 7c9e6e66e3..79f7c90033 100644 Binary files a/semcore/feedback-form/__tests__/five-star-form.browser-test.tsx-snapshots/-visual-Verify-feedback-rating-notice-with-title-and-subtitle-1-firefox-linux.png and b/semcore/feedback-form/__tests__/five-star-form.browser-test.tsx-snapshots/-visual-Verify-feedback-rating-notice-with-title-and-subtitle-1-firefox-linux.png differ diff --git a/semcore/feedback-form/__tests__/five-star-form.browser-test.tsx-snapshots/-visual-Verify-feedback-rating-notice-with-title-and-subtitle-1-webkit-linux.png b/semcore/feedback-form/__tests__/five-star-form.browser-test.tsx-snapshots/-visual-Verify-feedback-rating-notice-with-title-and-subtitle-1-webkit-linux.png index 3950f86685..0139218c21 100644 Binary files a/semcore/feedback-form/__tests__/five-star-form.browser-test.tsx-snapshots/-visual-Verify-feedback-rating-notice-with-title-and-subtitle-1-webkit-linux.png and b/semcore/feedback-form/__tests__/five-star-form.browser-test.tsx-snapshots/-visual-Verify-feedback-rating-notice-with-title-and-subtitle-1-webkit-linux.png differ diff --git a/semcore/feedback-form/__tests__/five-star-form.browser-test.tsx-snapshots/-visual-Verify-feedback-rating-with-custom-modal-width-1-chromium-linux.png b/semcore/feedback-form/__tests__/five-star-form.browser-test.tsx-snapshots/-visual-Verify-feedback-rating-with-custom-modal-width-1-chromium-linux.png index df019ca9b3..85ca162a81 100644 Binary files a/semcore/feedback-form/__tests__/five-star-form.browser-test.tsx-snapshots/-visual-Verify-feedback-rating-with-custom-modal-width-1-chromium-linux.png and b/semcore/feedback-form/__tests__/five-star-form.browser-test.tsx-snapshots/-visual-Verify-feedback-rating-with-custom-modal-width-1-chromium-linux.png differ diff --git a/semcore/feedback-form/__tests__/five-star-form.browser-test.tsx-snapshots/-visual-Verify-feedback-rating-with-custom-modal-width-1-firefox-linux.png b/semcore/feedback-form/__tests__/five-star-form.browser-test.tsx-snapshots/-visual-Verify-feedback-rating-with-custom-modal-width-1-firefox-linux.png index 24deca5f6d..3d5286cb83 100644 Binary files a/semcore/feedback-form/__tests__/five-star-form.browser-test.tsx-snapshots/-visual-Verify-feedback-rating-with-custom-modal-width-1-firefox-linux.png and b/semcore/feedback-form/__tests__/five-star-form.browser-test.tsx-snapshots/-visual-Verify-feedback-rating-with-custom-modal-width-1-firefox-linux.png differ diff --git a/semcore/feedback-form/__tests__/five-star-form.browser-test.tsx-snapshots/-visual-Verify-feedback-rating-with-custom-modal-width-1-webkit-linux.png b/semcore/feedback-form/__tests__/five-star-form.browser-test.tsx-snapshots/-visual-Verify-feedback-rating-with-custom-modal-width-1-webkit-linux.png index 4c2fd05941..c612267a21 100644 Binary files a/semcore/feedback-form/__tests__/five-star-form.browser-test.tsx-snapshots/-visual-Verify-feedback-rating-with-custom-modal-width-1-webkit-linux.png and b/semcore/feedback-form/__tests__/five-star-form.browser-test.tsx-snapshots/-visual-Verify-feedback-rating-with-custom-modal-width-1-webkit-linux.png differ diff --git a/semcore/feedback-form/__tests__/five-star-form.browser-test.tsx-snapshots/-visual-Verify-feedback-rating-with-error-notice-on-submit-1-chromium-linux.png b/semcore/feedback-form/__tests__/five-star-form.browser-test.tsx-snapshots/-visual-Verify-feedback-rating-with-error-notice-on-submit-1-chromium-linux.png index 54f7da47e4..f694d57e41 100644 Binary files a/semcore/feedback-form/__tests__/five-star-form.browser-test.tsx-snapshots/-visual-Verify-feedback-rating-with-error-notice-on-submit-1-chromium-linux.png and b/semcore/feedback-form/__tests__/five-star-form.browser-test.tsx-snapshots/-visual-Verify-feedback-rating-with-error-notice-on-submit-1-chromium-linux.png differ diff --git a/semcore/feedback-form/__tests__/five-star-form.browser-test.tsx-snapshots/-visual-Verify-feedback-rating-with-error-notice-on-submit-1-firefox-linux.png b/semcore/feedback-form/__tests__/five-star-form.browser-test.tsx-snapshots/-visual-Verify-feedback-rating-with-error-notice-on-submit-1-firefox-linux.png index a6fc70cf55..afb3d3eb7a 100644 Binary files a/semcore/feedback-form/__tests__/five-star-form.browser-test.tsx-snapshots/-visual-Verify-feedback-rating-with-error-notice-on-submit-1-firefox-linux.png and b/semcore/feedback-form/__tests__/five-star-form.browser-test.tsx-snapshots/-visual-Verify-feedback-rating-with-error-notice-on-submit-1-firefox-linux.png differ diff --git a/semcore/feedback-form/__tests__/five-star-form.browser-test.tsx-snapshots/-visual-Verify-feedback-rating-with-error-notice-on-submit-1-webkit-linux.png b/semcore/feedback-form/__tests__/five-star-form.browser-test.tsx-snapshots/-visual-Verify-feedback-rating-with-error-notice-on-submit-1-webkit-linux.png index 450a78eed0..5c29d71db6 100644 Binary files a/semcore/feedback-form/__tests__/five-star-form.browser-test.tsx-snapshots/-visual-Verify-feedback-rating-with-error-notice-on-submit-1-webkit-linux.png and b/semcore/feedback-form/__tests__/five-star-form.browser-test.tsx-snapshots/-visual-Verify-feedback-rating-with-error-notice-on-submit-1-webkit-linux.png differ diff --git a/semcore/feedback-form/__tests__/five-star-form.browser-test.tsx-snapshots/-visual-Verify-five-stars-form-base-example-styles-1-chromium-linux.png b/semcore/feedback-form/__tests__/five-star-form.browser-test.tsx-snapshots/-visual-Verify-five-stars-form-base-example-styles-1-chromium-linux.png index 5532d1b1f7..8d76914615 100644 Binary files a/semcore/feedback-form/__tests__/five-star-form.browser-test.tsx-snapshots/-visual-Verify-five-stars-form-base-example-styles-1-chromium-linux.png and b/semcore/feedback-form/__tests__/five-star-form.browser-test.tsx-snapshots/-visual-Verify-five-stars-form-base-example-styles-1-chromium-linux.png differ diff --git a/semcore/feedback-form/__tests__/five-star-form.browser-test.tsx-snapshots/-visual-Verify-five-stars-form-base-example-styles-1-firefox-linux.png b/semcore/feedback-form/__tests__/five-star-form.browser-test.tsx-snapshots/-visual-Verify-five-stars-form-base-example-styles-1-firefox-linux.png index d56691ba0a..5a14921499 100644 Binary files a/semcore/feedback-form/__tests__/five-star-form.browser-test.tsx-snapshots/-visual-Verify-five-stars-form-base-example-styles-1-firefox-linux.png and b/semcore/feedback-form/__tests__/five-star-form.browser-test.tsx-snapshots/-visual-Verify-five-stars-form-base-example-styles-1-firefox-linux.png differ diff --git a/semcore/feedback-form/__tests__/five-star-form.browser-test.tsx-snapshots/-visual-Verify-five-stars-form-base-example-styles-1-webkit-linux.png b/semcore/feedback-form/__tests__/five-star-form.browser-test.tsx-snapshots/-visual-Verify-five-stars-form-base-example-styles-1-webkit-linux.png index 0d05c5823c..2500674521 100644 Binary files a/semcore/feedback-form/__tests__/five-star-form.browser-test.tsx-snapshots/-visual-Verify-five-stars-form-base-example-styles-1-webkit-linux.png and b/semcore/feedback-form/__tests__/five-star-form.browser-test.tsx-snapshots/-visual-Verify-five-stars-form-base-example-styles-1-webkit-linux.png differ diff --git a/semcore/feedback-form/__tests__/five-star-form.browser-test.tsx-snapshots/-visual-Verify-five-stars-form-base-example-styles-2-chromium-linux.png b/semcore/feedback-form/__tests__/five-star-form.browser-test.tsx-snapshots/-visual-Verify-five-stars-form-base-example-styles-2-chromium-linux.png index 6ca1284607..f18a92929d 100644 Binary files a/semcore/feedback-form/__tests__/five-star-form.browser-test.tsx-snapshots/-visual-Verify-five-stars-form-base-example-styles-2-chromium-linux.png and b/semcore/feedback-form/__tests__/five-star-form.browser-test.tsx-snapshots/-visual-Verify-five-stars-form-base-example-styles-2-chromium-linux.png differ diff --git a/semcore/feedback-form/__tests__/five-star-form.browser-test.tsx-snapshots/-visual-Verify-five-stars-form-base-example-styles-2-firefox-linux.png b/semcore/feedback-form/__tests__/five-star-form.browser-test.tsx-snapshots/-visual-Verify-five-stars-form-base-example-styles-2-firefox-linux.png index f60388de0b..94c87d04a4 100644 Binary files a/semcore/feedback-form/__tests__/five-star-form.browser-test.tsx-snapshots/-visual-Verify-five-stars-form-base-example-styles-2-firefox-linux.png and b/semcore/feedback-form/__tests__/five-star-form.browser-test.tsx-snapshots/-visual-Verify-five-stars-form-base-example-styles-2-firefox-linux.png differ diff --git a/semcore/feedback-form/__tests__/five-star-form.browser-test.tsx-snapshots/-visual-Verify-five-stars-form-base-example-styles-2-webkit-linux.png b/semcore/feedback-form/__tests__/five-star-form.browser-test.tsx-snapshots/-visual-Verify-five-stars-form-base-example-styles-2-webkit-linux.png index df45dd86f6..361e5d67fd 100644 Binary files a/semcore/feedback-form/__tests__/five-star-form.browser-test.tsx-snapshots/-visual-Verify-five-stars-form-base-example-styles-2-webkit-linux.png and b/semcore/feedback-form/__tests__/five-star-form.browser-test.tsx-snapshots/-visual-Verify-five-stars-form-base-example-styles-2-webkit-linux.png differ diff --git a/semcore/feedback-form/__tests__/five-star-form.browser-test.tsx-snapshots/-visual-Verify-five-stars-form-base-example-styles-3-chromium-linux.png b/semcore/feedback-form/__tests__/five-star-form.browser-test.tsx-snapshots/-visual-Verify-five-stars-form-base-example-styles-3-chromium-linux.png index 5aca0b1321..f76a1200ef 100644 Binary files a/semcore/feedback-form/__tests__/five-star-form.browser-test.tsx-snapshots/-visual-Verify-five-stars-form-base-example-styles-3-chromium-linux.png and b/semcore/feedback-form/__tests__/five-star-form.browser-test.tsx-snapshots/-visual-Verify-five-stars-form-base-example-styles-3-chromium-linux.png differ diff --git a/semcore/feedback-form/__tests__/five-star-form.browser-test.tsx-snapshots/-visual-Verify-five-stars-form-base-example-styles-3-firefox-linux.png b/semcore/feedback-form/__tests__/five-star-form.browser-test.tsx-snapshots/-visual-Verify-five-stars-form-base-example-styles-3-firefox-linux.png index 9460b42402..62573e707e 100644 Binary files a/semcore/feedback-form/__tests__/five-star-form.browser-test.tsx-snapshots/-visual-Verify-five-stars-form-base-example-styles-3-firefox-linux.png and b/semcore/feedback-form/__tests__/five-star-form.browser-test.tsx-snapshots/-visual-Verify-five-stars-form-base-example-styles-3-firefox-linux.png differ diff --git a/semcore/feedback-form/__tests__/five-star-form.browser-test.tsx-snapshots/-visual-Verify-five-stars-form-base-example-styles-3-webkit-linux.png b/semcore/feedback-form/__tests__/five-star-form.browser-test.tsx-snapshots/-visual-Verify-five-stars-form-base-example-styles-3-webkit-linux.png index 0ed055f30f..04f42eadb6 100644 Binary files a/semcore/feedback-form/__tests__/five-star-form.browser-test.tsx-snapshots/-visual-Verify-five-stars-form-base-example-styles-3-webkit-linux.png and b/semcore/feedback-form/__tests__/five-star-form.browser-test.tsx-snapshots/-visual-Verify-five-stars-form-base-example-styles-3-webkit-linux.png differ diff --git a/semcore/feedback-form/__tests__/five-star-form.browser-test.tsx-snapshots/-visual-Verify-five-stars-form-base-example-styles-4-chromium-linux.png b/semcore/feedback-form/__tests__/five-star-form.browser-test.tsx-snapshots/-visual-Verify-five-stars-form-base-example-styles-4-chromium-linux.png index c690265b26..b0775b602c 100644 Binary files a/semcore/feedback-form/__tests__/five-star-form.browser-test.tsx-snapshots/-visual-Verify-five-stars-form-base-example-styles-4-chromium-linux.png and b/semcore/feedback-form/__tests__/five-star-form.browser-test.tsx-snapshots/-visual-Verify-five-stars-form-base-example-styles-4-chromium-linux.png differ diff --git a/semcore/feedback-form/__tests__/five-star-form.browser-test.tsx-snapshots/-visual-Verify-five-stars-form-base-example-styles-4-firefox-linux.png b/semcore/feedback-form/__tests__/five-star-form.browser-test.tsx-snapshots/-visual-Verify-five-stars-form-base-example-styles-4-firefox-linux.png index 502f0dbad0..e0c7139130 100644 Binary files a/semcore/feedback-form/__tests__/five-star-form.browser-test.tsx-snapshots/-visual-Verify-five-stars-form-base-example-styles-4-firefox-linux.png and b/semcore/feedback-form/__tests__/five-star-form.browser-test.tsx-snapshots/-visual-Verify-five-stars-form-base-example-styles-4-firefox-linux.png differ diff --git a/semcore/feedback-form/__tests__/five-star-form.browser-test.tsx-snapshots/-visual-Verify-five-stars-form-base-example-styles-5-chromium-linux.png b/semcore/feedback-form/__tests__/five-star-form.browser-test.tsx-snapshots/-visual-Verify-five-stars-form-base-example-styles-5-chromium-linux.png index 525db91a58..7a88452677 100644 Binary files a/semcore/feedback-form/__tests__/five-star-form.browser-test.tsx-snapshots/-visual-Verify-five-stars-form-base-example-styles-5-chromium-linux.png and b/semcore/feedback-form/__tests__/five-star-form.browser-test.tsx-snapshots/-visual-Verify-five-stars-form-base-example-styles-5-chromium-linux.png differ diff --git a/semcore/feedback-form/__tests__/five-star-form.browser-test.tsx-snapshots/-visual-Verify-five-stars-form-base-example-styles-5-firefox-linux.png b/semcore/feedback-form/__tests__/five-star-form.browser-test.tsx-snapshots/-visual-Verify-five-stars-form-base-example-styles-5-firefox-linux.png index d0e5a4a9a0..346d702b84 100644 Binary files a/semcore/feedback-form/__tests__/five-star-form.browser-test.tsx-snapshots/-visual-Verify-five-stars-form-base-example-styles-5-firefox-linux.png and b/semcore/feedback-form/__tests__/five-star-form.browser-test.tsx-snapshots/-visual-Verify-five-stars-form-base-example-styles-5-firefox-linux.png differ diff --git a/semcore/feedback-form/__tests__/five-star-form.browser-test.tsx-snapshots/-visual-Verify-five-stars-form-base-example-styles-6-chromium-linux.png b/semcore/feedback-form/__tests__/five-star-form.browser-test.tsx-snapshots/-visual-Verify-five-stars-form-base-example-styles-6-chromium-linux.png index 3e651e33fa..a436868482 100644 Binary files a/semcore/feedback-form/__tests__/five-star-form.browser-test.tsx-snapshots/-visual-Verify-five-stars-form-base-example-styles-6-chromium-linux.png and b/semcore/feedback-form/__tests__/five-star-form.browser-test.tsx-snapshots/-visual-Verify-five-stars-form-base-example-styles-6-chromium-linux.png differ diff --git a/semcore/feedback-form/__tests__/five-star-form.browser-test.tsx-snapshots/-visual-Verify-five-stars-form-base-example-styles-6-firefox-linux.png b/semcore/feedback-form/__tests__/five-star-form.browser-test.tsx-snapshots/-visual-Verify-five-stars-form-base-example-styles-6-firefox-linux.png index 0174eb1469..b98c6c5802 100644 Binary files a/semcore/feedback-form/__tests__/five-star-form.browser-test.tsx-snapshots/-visual-Verify-five-stars-form-base-example-styles-6-firefox-linux.png and b/semcore/feedback-form/__tests__/five-star-form.browser-test.tsx-snapshots/-visual-Verify-five-stars-form-base-example-styles-6-firefox-linux.png differ diff --git a/semcore/feedback-form/__tests__/yes-no-form.browser-test.tsx-snapshots/-visual-Verify-yes-no-form-base-example-styles-1-chromium-linux.png b/semcore/feedback-form/__tests__/yes-no-form.browser-test.tsx-snapshots/-visual-Verify-yes-no-form-base-example-styles-1-chromium-linux.png index a4db86da5a..e1992c1616 100644 Binary files a/semcore/feedback-form/__tests__/yes-no-form.browser-test.tsx-snapshots/-visual-Verify-yes-no-form-base-example-styles-1-chromium-linux.png and b/semcore/feedback-form/__tests__/yes-no-form.browser-test.tsx-snapshots/-visual-Verify-yes-no-form-base-example-styles-1-chromium-linux.png differ diff --git a/semcore/feedback-form/__tests__/yes-no-form.browser-test.tsx-snapshots/-visual-Verify-yes-no-form-base-example-styles-1-firefox-linux.png b/semcore/feedback-form/__tests__/yes-no-form.browser-test.tsx-snapshots/-visual-Verify-yes-no-form-base-example-styles-1-firefox-linux.png index cc4e143be9..159418b62a 100644 Binary files a/semcore/feedback-form/__tests__/yes-no-form.browser-test.tsx-snapshots/-visual-Verify-yes-no-form-base-example-styles-1-firefox-linux.png and b/semcore/feedback-form/__tests__/yes-no-form.browser-test.tsx-snapshots/-visual-Verify-yes-no-form-base-example-styles-1-firefox-linux.png differ diff --git a/semcore/feedback-form/__tests__/yes-no-form.browser-test.tsx-snapshots/-visual-Verify-yes-no-form-base-example-styles-1-webkit-linux.png b/semcore/feedback-form/__tests__/yes-no-form.browser-test.tsx-snapshots/-visual-Verify-yes-no-form-base-example-styles-1-webkit-linux.png index 734ceee87e..2ff5c32b8b 100644 Binary files a/semcore/feedback-form/__tests__/yes-no-form.browser-test.tsx-snapshots/-visual-Verify-yes-no-form-base-example-styles-1-webkit-linux.png and b/semcore/feedback-form/__tests__/yes-no-form.browser-test.tsx-snapshots/-visual-Verify-yes-no-form-base-example-styles-1-webkit-linux.png differ diff --git a/semcore/feedback-form/__tests__/yes-no-form.browser-test.tsx-snapshots/-visual-Verify-yes-no-form-base-example-styles-2-chromium-linux.png b/semcore/feedback-form/__tests__/yes-no-form.browser-test.tsx-snapshots/-visual-Verify-yes-no-form-base-example-styles-2-chromium-linux.png index a3a81d702e..618128ccd7 100644 Binary files a/semcore/feedback-form/__tests__/yes-no-form.browser-test.tsx-snapshots/-visual-Verify-yes-no-form-base-example-styles-2-chromium-linux.png and b/semcore/feedback-form/__tests__/yes-no-form.browser-test.tsx-snapshots/-visual-Verify-yes-no-form-base-example-styles-2-chromium-linux.png differ diff --git a/semcore/feedback-form/__tests__/yes-no-form.browser-test.tsx-snapshots/-visual-Verify-yes-no-form-base-example-styles-2-firefox-linux.png b/semcore/feedback-form/__tests__/yes-no-form.browser-test.tsx-snapshots/-visual-Verify-yes-no-form-base-example-styles-2-firefox-linux.png index 3d7ac7ee37..4030b65bfe 100644 Binary files a/semcore/feedback-form/__tests__/yes-no-form.browser-test.tsx-snapshots/-visual-Verify-yes-no-form-base-example-styles-2-firefox-linux.png and b/semcore/feedback-form/__tests__/yes-no-form.browser-test.tsx-snapshots/-visual-Verify-yes-no-form-base-example-styles-2-firefox-linux.png differ diff --git a/semcore/feedback-form/__tests__/yes-no-form.browser-test.tsx-snapshots/-visual-Verify-yes-no-form-base-example-styles-2-webkit-linux.png b/semcore/feedback-form/__tests__/yes-no-form.browser-test.tsx-snapshots/-visual-Verify-yes-no-form-base-example-styles-2-webkit-linux.png index 7fad369fcb..f8ffda1cb2 100644 Binary files a/semcore/feedback-form/__tests__/yes-no-form.browser-test.tsx-snapshots/-visual-Verify-yes-no-form-base-example-styles-2-webkit-linux.png and b/semcore/feedback-form/__tests__/yes-no-form.browser-test.tsx-snapshots/-visual-Verify-yes-no-form-base-example-styles-2-webkit-linux.png differ diff --git a/semcore/feedback-form/__tests__/yes-no-form.browser-test.tsx-snapshots/-visual-Verify-yes-no-form-base-example-styles-3-chromium-linux.png b/semcore/feedback-form/__tests__/yes-no-form.browser-test.tsx-snapshots/-visual-Verify-yes-no-form-base-example-styles-3-chromium-linux.png index 4d7b9dc35e..08ad015773 100644 Binary files a/semcore/feedback-form/__tests__/yes-no-form.browser-test.tsx-snapshots/-visual-Verify-yes-no-form-base-example-styles-3-chromium-linux.png and b/semcore/feedback-form/__tests__/yes-no-form.browser-test.tsx-snapshots/-visual-Verify-yes-no-form-base-example-styles-3-chromium-linux.png differ diff --git a/semcore/feedback-form/__tests__/yes-no-form.browser-test.tsx-snapshots/-visual-Verify-yes-no-form-base-example-styles-3-firefox-linux.png b/semcore/feedback-form/__tests__/yes-no-form.browser-test.tsx-snapshots/-visual-Verify-yes-no-form-base-example-styles-3-firefox-linux.png index 3b4aa44f2e..1c4cdd58f5 100644 Binary files a/semcore/feedback-form/__tests__/yes-no-form.browser-test.tsx-snapshots/-visual-Verify-yes-no-form-base-example-styles-3-firefox-linux.png and b/semcore/feedback-form/__tests__/yes-no-form.browser-test.tsx-snapshots/-visual-Verify-yes-no-form-base-example-styles-3-firefox-linux.png differ diff --git a/semcore/feedback-form/__tests__/yes-no-form.browser-test.tsx-snapshots/-visual-Verify-yes-no-form-base-example-styles-3-webkit-linux.png b/semcore/feedback-form/__tests__/yes-no-form.browser-test.tsx-snapshots/-visual-Verify-yes-no-form-base-example-styles-3-webkit-linux.png index b38057038a..80f924cd18 100644 Binary files a/semcore/feedback-form/__tests__/yes-no-form.browser-test.tsx-snapshots/-visual-Verify-yes-no-form-base-example-styles-3-webkit-linux.png and b/semcore/feedback-form/__tests__/yes-no-form.browser-test.tsx-snapshots/-visual-Verify-yes-no-form-base-example-styles-3-webkit-linux.png differ diff --git a/semcore/feedback-form/src/style/checkbox-button.shadow.css b/semcore/feedback-form/src/style/checkbox-button.shadow.css index ee72f4f557..85e31f1d07 100644 --- a/semcore/feedback-form/src/style/checkbox-button.shadow.css +++ b/semcore/feedback-form/src/style/checkbox-button.shadow.css @@ -1,6 +1,7 @@ SCheckboxButton { margin-top: var(--intergalactic-spacing-2x, 8px); - border: 1px solid var(--intergalactic-border-primary, oklch(0.137 0.026 175.7 / 0.161)); + /* add background-color: var(--intergalactic-control-checkbox-button-bg-normal); */ + border: 1px solid var(--intergalactic-border-primary, oklch(0.137 0.026 175.7 / 0.161)); /* TODO: --intergalactic-control-checkbox-button-border */ border-radius: var(--intergalactic-rounded-medium, 6px); label { @@ -12,10 +13,10 @@ SCheckboxButton { SCheckboxButton:hover, SCheckboxButton[checked] { cursor: pointer; - border-color: var(--intergalactic-border-info-active, oklch(0.7 0.131 275.2)); - background-color: rgba(0, 143, 248, 0.10); + border-color: var(--intergalactic-border-info-active, oklch(0.7 0.131 275.2)); /* TODO: --intergalactic-control-checkbox-button-border-selected */ + background-color: rgba(0, 143, 248, 0.10); /* TODO: --intergalactic-control-checkbox-button-bg-hover on :hover:not([checked]), --intergalactic-control-checkbox-button-bg-selected on [checked] */ } SCheckboxButton[checked]:hover { - background-color: rgba(0, 143, 248, 0.20); + background-color: rgba(0, 143, 248, 0.20); /* TODO: --intergalactic-control-checkbox-button-bg-selected-hover */ } diff --git a/semcore/feedback-form/src/style/slider-rating.shadow.css b/semcore/feedback-form/src/style/slider-rating.shadow.css index e0a3494905..23765dc382 100644 --- a/semcore/feedback-form/src/style/slider-rating.shadow.css +++ b/semcore/feedback-form/src/style/slider-rating.shadow.css @@ -20,9 +20,9 @@ SStar[filled]:active { SStar path { fill: var(--intergalactic-slider-rating-normal, oklch(0.7 0.003 162.2)); -} +} /* TODO: --intergalactic-control-slider-rating-icon */ SStar[filled] path { stroke-width: 0; - fill: var(--intergalactic-slider-rating-hover-active, oklch(0.66 0.212 300.1)); + fill: var(--intergalactic-slider-rating-hover-active, oklch(0.66 0.212 300.1)); /* TODO: --intergalactic-control-slider-rating-icon-hover-active */ } diff --git a/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-dual-zone-render-and-styles-1-chromium-linux.png b/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-dual-zone-render-and-styles-1-chromium-linux.png index bc5af5ad54..a113c11c41 100644 Binary files a/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-dual-zone-render-and-styles-1-chromium-linux.png and b/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-dual-zone-render-and-styles-1-chromium-linux.png differ diff --git a/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-dual-zone-render-and-styles-1-firefox-linux.png b/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-dual-zone-render-and-styles-1-firefox-linux.png index 910b5afb44..ab27e9295e 100644 Binary files a/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-dual-zone-render-and-styles-1-firefox-linux.png and b/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-dual-zone-render-and-styles-1-firefox-linux.png differ diff --git a/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-dual-zone-render-and-styles-1-webkit-linux.png b/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-dual-zone-render-and-styles-1-webkit-linux.png index d2cc120f52..d12f7ec3b0 100644 Binary files a/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-dual-zone-render-and-styles-1-webkit-linux.png and b/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-dual-zone-render-and-styles-1-webkit-linux.png differ diff --git a/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-dual-zone-render-and-styles-2-chromium-linux.png b/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-dual-zone-render-and-styles-2-chromium-linux.png index 3556ce7ff6..6777fe7d30 100644 Binary files a/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-dual-zone-render-and-styles-2-chromium-linux.png and b/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-dual-zone-render-and-styles-2-chromium-linux.png differ diff --git a/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-dual-zone-render-and-styles-2-firefox-linux.png b/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-dual-zone-render-and-styles-2-firefox-linux.png index 910b5afb44..ab27e9295e 100644 Binary files a/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-dual-zone-render-and-styles-2-firefox-linux.png and b/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-dual-zone-render-and-styles-2-firefox-linux.png differ diff --git a/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-dual-zone-render-and-styles-2-webkit-linux.png b/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-dual-zone-render-and-styles-2-webkit-linux.png index e102a6dc82..ea1941895d 100644 Binary files a/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-dual-zone-render-and-styles-2-webkit-linux.png and b/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-dual-zone-render-and-styles-2-webkit-linux.png differ diff --git a/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-header-configuration-all-features-enabled-1-chromium-linux.png b/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-header-configuration-all-features-enabled-1-chromium-linux.png index 9f8f4c5c63..36943b24ac 100644 Binary files a/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-header-configuration-all-features-enabled-1-chromium-linux.png and b/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-header-configuration-all-features-enabled-1-chromium-linux.png differ diff --git a/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-header-configuration-all-features-enabled-1-firefox-linux.png b/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-header-configuration-all-features-enabled-1-firefox-linux.png index 4d117ccdd9..e4fa5f326e 100644 Binary files a/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-header-configuration-all-features-enabled-1-firefox-linux.png and b/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-header-configuration-all-features-enabled-1-firefox-linux.png differ diff --git a/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-header-configuration-all-features-enabled-1-webkit-linux.png b/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-header-configuration-all-features-enabled-1-webkit-linux.png index e55efa5a9c..3845d8b049 100644 Binary files a/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-header-configuration-all-features-enabled-1-webkit-linux.png and b/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-header-configuration-all-features-enabled-1-webkit-linux.png differ diff --git a/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-header-configuration-back-long-title-no-custom-close-1-chromium-linux.png b/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-header-configuration-back-long-title-no-custom-close-1-chromium-linux.png index c7b44ca07a..822b4dec83 100644 Binary files a/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-header-configuration-back-long-title-no-custom-close-1-chromium-linux.png and b/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-header-configuration-back-long-title-no-custom-close-1-chromium-linux.png differ diff --git a/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-header-configuration-back-long-title-no-custom-close-1-firefox-linux.png b/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-header-configuration-back-long-title-no-custom-close-1-firefox-linux.png index 85a7d95cf3..cbe596c95e 100644 Binary files a/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-header-configuration-back-long-title-no-custom-close-1-firefox-linux.png and b/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-header-configuration-back-long-title-no-custom-close-1-firefox-linux.png differ diff --git a/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-header-configuration-back-long-title-no-custom-close-1-webkit-linux.png b/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-header-configuration-back-long-title-no-custom-close-1-webkit-linux.png index a53317c386..b5b49c8af6 100644 Binary files a/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-header-configuration-back-long-title-no-custom-close-1-webkit-linux.png and b/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-header-configuration-back-long-title-no-custom-close-1-webkit-linux.png differ diff --git a/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-header-configuration-close-back-title-desc-tooltip-1-chromium-linux.png b/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-header-configuration-close-back-title-desc-tooltip-1-chromium-linux.png index 61aa884a30..a02386bc72 100644 Binary files a/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-header-configuration-close-back-title-desc-tooltip-1-chromium-linux.png and b/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-header-configuration-close-back-title-desc-tooltip-1-chromium-linux.png differ diff --git a/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-header-configuration-close-back-title-desc-tooltip-1-firefox-linux.png b/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-header-configuration-close-back-title-desc-tooltip-1-firefox-linux.png index ea2b53cc61..bf2f13a331 100644 Binary files a/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-header-configuration-close-back-title-desc-tooltip-1-firefox-linux.png and b/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-header-configuration-close-back-title-desc-tooltip-1-firefox-linux.png differ diff --git a/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-header-configuration-close-back-title-desc-tooltip-1-webkit-linux.png b/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-header-configuration-close-back-title-desc-tooltip-1-webkit-linux.png index 26d92c72c2..c03ad9d8cc 100644 Binary files a/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-header-configuration-close-back-title-desc-tooltip-1-webkit-linux.png and b/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-header-configuration-close-back-title-desc-tooltip-1-webkit-linux.png differ diff --git a/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-header-configuration-close-desc-only-1-chromium-linux.png b/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-header-configuration-close-desc-only-1-chromium-linux.png index ed30fb4833..879ba3d8c8 100644 Binary files a/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-header-configuration-close-desc-only-1-chromium-linux.png and b/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-header-configuration-close-desc-only-1-chromium-linux.png differ diff --git a/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-header-configuration-close-desc-only-1-firefox-linux.png b/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-header-configuration-close-desc-only-1-firefox-linux.png index 9f6fdd40a7..b1573904b8 100644 Binary files a/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-header-configuration-close-desc-only-1-firefox-linux.png and b/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-header-configuration-close-desc-only-1-firefox-linux.png differ diff --git a/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-header-configuration-close-desc-only-1-webkit-linux.png b/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-header-configuration-close-desc-only-1-webkit-linux.png index d8bc99a4e6..82c98e575d 100644 Binary files a/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-header-configuration-close-desc-only-1-webkit-linux.png and b/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-header-configuration-close-desc-only-1-webkit-linux.png differ diff --git a/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-header-configuration-close-short-title-desc-1-chromium-linux.png b/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-header-configuration-close-short-title-desc-1-chromium-linux.png index 4eeeaee8b5..4c1962c315 100644 Binary files a/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-header-configuration-close-short-title-desc-1-chromium-linux.png and b/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-header-configuration-close-short-title-desc-1-chromium-linux.png differ diff --git a/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-header-configuration-close-short-title-desc-1-firefox-linux.png b/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-header-configuration-close-short-title-desc-1-firefox-linux.png index 3f57ba9cfc..f532750dd4 100644 Binary files a/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-header-configuration-close-short-title-desc-1-firefox-linux.png and b/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-header-configuration-close-short-title-desc-1-firefox-linux.png differ diff --git a/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-header-configuration-close-short-title-desc-1-webkit-linux.png b/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-header-configuration-close-short-title-desc-1-webkit-linux.png index b0f4e06738..a8b2ef01ee 100644 Binary files a/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-header-configuration-close-short-title-desc-1-webkit-linux.png and b/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-header-configuration-close-short-title-desc-1-webkit-linux.png differ diff --git a/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-header-configuration-empty-header-1-chromium-linux.png b/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-header-configuration-empty-header-1-chromium-linux.png index f8e8e3478a..4f13e7d2ef 100644 Binary files a/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-header-configuration-empty-header-1-chromium-linux.png and b/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-header-configuration-empty-header-1-chromium-linux.png differ diff --git a/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-header-configuration-empty-header-1-firefox-linux.png b/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-header-configuration-empty-header-1-firefox-linux.png index 26bc8fe0b9..b25876d471 100644 Binary files a/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-header-configuration-empty-header-1-firefox-linux.png and b/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-header-configuration-empty-header-1-firefox-linux.png differ diff --git a/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-header-configuration-empty-header-1-webkit-linux.png b/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-header-configuration-empty-header-1-webkit-linux.png index b163b03417..180e4669b7 100644 Binary files a/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-header-configuration-empty-header-1-webkit-linux.png and b/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-header-configuration-empty-header-1-webkit-linux.png differ diff --git a/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-header-configuration-long-title-desc-wrapping-1-chromium-linux.png b/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-header-configuration-long-title-desc-wrapping-1-chromium-linux.png index 2bb0f8a162..42de17f122 100644 Binary files a/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-header-configuration-long-title-desc-wrapping-1-chromium-linux.png and b/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-header-configuration-long-title-desc-wrapping-1-chromium-linux.png differ diff --git a/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-header-configuration-long-title-desc-wrapping-1-firefox-linux.png b/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-header-configuration-long-title-desc-wrapping-1-firefox-linux.png index 70358f4684..9a5cab82b6 100644 Binary files a/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-header-configuration-long-title-desc-wrapping-1-firefox-linux.png and b/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-header-configuration-long-title-desc-wrapping-1-firefox-linux.png differ diff --git a/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-header-configuration-long-title-desc-wrapping-1-webkit-linux.png b/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-header-configuration-long-title-desc-wrapping-1-webkit-linux.png index 1f98b78c2f..a42e9df797 100644 Binary files a/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-header-configuration-long-title-desc-wrapping-1-webkit-linux.png and b/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-header-configuration-long-title-desc-wrapping-1-webkit-linux.png differ diff --git a/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-header-configuration-not-closable-no-close-button-1-chromium-linux.png b/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-header-configuration-not-closable-no-close-button-1-chromium-linux.png index 0bf8f040a3..e3ff8d7859 100644 Binary files a/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-header-configuration-not-closable-no-close-button-1-chromium-linux.png and b/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-header-configuration-not-closable-no-close-button-1-chromium-linux.png differ diff --git a/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-header-configuration-not-closable-no-close-button-1-firefox-linux.png b/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-header-configuration-not-closable-no-close-button-1-firefox-linux.png index 7f93c5ac93..f7b6f873e0 100644 Binary files a/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-header-configuration-not-closable-no-close-button-1-firefox-linux.png and b/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-header-configuration-not-closable-no-close-button-1-firefox-linux.png differ diff --git a/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-header-configuration-not-closable-no-close-button-1-webkit-linux.png b/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-header-configuration-not-closable-no-close-button-1-webkit-linux.png index 1863839894..fdc3f43e8d 100644 Binary files a/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-header-configuration-not-closable-no-close-button-1-webkit-linux.png and b/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-header-configuration-not-closable-no-close-button-1-webkit-linux.png differ diff --git a/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-header-is-fixed-when-scrolling-body-1-chromium-linux.png b/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-header-is-fixed-when-scrolling-body-1-chromium-linux.png index 6cc7137c1f..047e7e85c5 100644 Binary files a/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-header-is-fixed-when-scrolling-body-1-chromium-linux.png and b/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-header-is-fixed-when-scrolling-body-1-chromium-linux.png differ diff --git a/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-header-is-fixed-when-scrolling-body-1-firefox-linux.png b/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-header-is-fixed-when-scrolling-body-1-firefox-linux.png index f541ba8ab2..a09ed39a2e 100644 Binary files a/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-header-is-fixed-when-scrolling-body-1-firefox-linux.png and b/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-header-is-fixed-when-scrolling-body-1-firefox-linux.png differ diff --git a/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-navigation-when-no-footer-and-1-zone-in-body-1-chromium-linux.png b/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-navigation-when-no-footer-and-1-zone-in-body-1-chromium-linux.png index 4949369049..49a647f106 100644 Binary files a/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-navigation-when-no-footer-and-1-zone-in-body-1-chromium-linux.png and b/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-navigation-when-no-footer-and-1-zone-in-body-1-chromium-linux.png differ diff --git a/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-navigation-when-no-footer-and-1-zone-in-body-1-firefox-linux.png b/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-navigation-when-no-footer-and-1-zone-in-body-1-firefox-linux.png index 0535090efe..c9cd8305d3 100644 Binary files a/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-navigation-when-no-footer-and-1-zone-in-body-1-firefox-linux.png and b/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-navigation-when-no-footer-and-1-zone-in-body-1-firefox-linux.png differ diff --git a/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-navigation-when-no-footer-and-1-zone-in-body-1-webkit-linux.png b/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-navigation-when-no-footer-and-1-zone-in-body-1-webkit-linux.png index d8470ee1ca..0245178fd3 100644 Binary files a/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-navigation-when-no-footer-and-1-zone-in-body-1-webkit-linux.png and b/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-navigation-when-no-footer-and-1-zone-in-body-1-webkit-linux.png differ diff --git a/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-navigation-when-no-footer-and-1-zone-in-body-2-chromium-linux.png b/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-navigation-when-no-footer-and-1-zone-in-body-2-chromium-linux.png index f4e7066bd8..060e2f3796 100644 Binary files a/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-navigation-when-no-footer-and-1-zone-in-body-2-chromium-linux.png and b/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-navigation-when-no-footer-and-1-zone-in-body-2-chromium-linux.png differ diff --git a/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-navigation-when-no-footer-and-1-zone-in-body-2-firefox-linux.png b/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-navigation-when-no-footer-and-1-zone-in-body-2-firefox-linux.png index 1f08ccdd5f..f7b7801de5 100644 Binary files a/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-navigation-when-no-footer-and-1-zone-in-body-2-firefox-linux.png and b/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-navigation-when-no-footer-and-1-zone-in-body-2-firefox-linux.png differ diff --git a/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-navigation-when-no-footer-and-1-zone-in-body-2-webkit-linux.png b/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-navigation-when-no-footer-and-1-zone-in-body-2-webkit-linux.png index a04d32905e..cc709bcfbc 100644 Binary files a/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-navigation-when-no-footer-and-1-zone-in-body-2-webkit-linux.png and b/semcore/fullscreen-modal/__tests__/fullscreen-modal.browser-test.tsx-snapshots/-visual-Verify-navigation-when-no-footer-and-1-zone-in-body-2-webkit-linux.png differ diff --git a/semcore/fullscreen-modal/src/FullscreenModal.jsx b/semcore/fullscreen-modal/src/FullscreenModal.jsx index 9700d9d5e9..ec9b28378b 100644 --- a/semcore/fullscreen-modal/src/FullscreenModal.jsx +++ b/semcore/fullscreen-modal/src/FullscreenModal.jsx @@ -124,7 +124,7 @@ function Close(props) { const { getI18nText } = props; return sstyled(props.styles)( - + , diff --git a/semcore/inline-edit/__tests__/inline-edit.browser-test.tsx-snapshots/-visual-Verify-editable-tag-with-save-button-hover-1-chromium-linux.png b/semcore/inline-edit/__tests__/inline-edit.browser-test.tsx-snapshots/-visual-Verify-editable-tag-with-save-button-hover-1-chromium-linux.png index b494704456..0df8ef5384 100644 Binary files a/semcore/inline-edit/__tests__/inline-edit.browser-test.tsx-snapshots/-visual-Verify-editable-tag-with-save-button-hover-1-chromium-linux.png and b/semcore/inline-edit/__tests__/inline-edit.browser-test.tsx-snapshots/-visual-Verify-editable-tag-with-save-button-hover-1-chromium-linux.png differ diff --git a/semcore/inline-edit/__tests__/inline-edit.browser-test.tsx-snapshots/-visual-Verify-editable-tag-with-save-button-hover-1-firefox-linux.png b/semcore/inline-edit/__tests__/inline-edit.browser-test.tsx-snapshots/-visual-Verify-editable-tag-with-save-button-hover-1-firefox-linux.png index bbed767a20..a50d2ce1f0 100644 Binary files a/semcore/inline-edit/__tests__/inline-edit.browser-test.tsx-snapshots/-visual-Verify-editable-tag-with-save-button-hover-1-firefox-linux.png and b/semcore/inline-edit/__tests__/inline-edit.browser-test.tsx-snapshots/-visual-Verify-editable-tag-with-save-button-hover-1-firefox-linux.png differ diff --git a/semcore/inline-edit/__tests__/inline-edit.browser-test.tsx-snapshots/-visual-Verify-editable-tag-with-save-button-hover-1-webkit-linux.png b/semcore/inline-edit/__tests__/inline-edit.browser-test.tsx-snapshots/-visual-Verify-editable-tag-with-save-button-hover-1-webkit-linux.png index f1ec673343..268e68b45d 100644 Binary files a/semcore/inline-edit/__tests__/inline-edit.browser-test.tsx-snapshots/-visual-Verify-editable-tag-with-save-button-hover-1-webkit-linux.png and b/semcore/inline-edit/__tests__/inline-edit.browser-test.tsx-snapshots/-visual-Verify-editable-tag-with-save-button-hover-1-webkit-linux.png differ diff --git a/semcore/inline-edit/__tests__/inline-edit.browser-test.tsx-snapshots/-visual-Verify-simple-use-visual-states-1-chromium-linux.png b/semcore/inline-edit/__tests__/inline-edit.browser-test.tsx-snapshots/-visual-Verify-simple-use-visual-states-1-chromium-linux.png index e774a5d6a8..f414d8b66e 100644 Binary files a/semcore/inline-edit/__tests__/inline-edit.browser-test.tsx-snapshots/-visual-Verify-simple-use-visual-states-1-chromium-linux.png and b/semcore/inline-edit/__tests__/inline-edit.browser-test.tsx-snapshots/-visual-Verify-simple-use-visual-states-1-chromium-linux.png differ diff --git a/semcore/inline-edit/__tests__/inline-edit.browser-test.tsx-snapshots/-visual-Verify-simple-use-visual-states-1-firefox-linux.png b/semcore/inline-edit/__tests__/inline-edit.browser-test.tsx-snapshots/-visual-Verify-simple-use-visual-states-1-firefox-linux.png index aa3b2062bb..f41647db41 100644 Binary files a/semcore/inline-edit/__tests__/inline-edit.browser-test.tsx-snapshots/-visual-Verify-simple-use-visual-states-1-firefox-linux.png and b/semcore/inline-edit/__tests__/inline-edit.browser-test.tsx-snapshots/-visual-Verify-simple-use-visual-states-1-firefox-linux.png differ diff --git a/semcore/inline-edit/__tests__/inline-edit.browser-test.tsx-snapshots/-visual-Verify-simple-use-visual-states-1-webkit-linux.png b/semcore/inline-edit/__tests__/inline-edit.browser-test.tsx-snapshots/-visual-Verify-simple-use-visual-states-1-webkit-linux.png index dbb86def71..56501426e8 100644 Binary files a/semcore/inline-edit/__tests__/inline-edit.browser-test.tsx-snapshots/-visual-Verify-simple-use-visual-states-1-webkit-linux.png and b/semcore/inline-edit/__tests__/inline-edit.browser-test.tsx-snapshots/-visual-Verify-simple-use-visual-states-1-webkit-linux.png differ diff --git a/semcore/inline-edit/__tests__/inline-edit.browser-test.tsx-snapshots/-visual-Verify-simple-use-visual-states-2-chromium-linux.png b/semcore/inline-edit/__tests__/inline-edit.browser-test.tsx-snapshots/-visual-Verify-simple-use-visual-states-2-chromium-linux.png index f5825ea958..c3ae0511ab 100644 Binary files a/semcore/inline-edit/__tests__/inline-edit.browser-test.tsx-snapshots/-visual-Verify-simple-use-visual-states-2-chromium-linux.png and b/semcore/inline-edit/__tests__/inline-edit.browser-test.tsx-snapshots/-visual-Verify-simple-use-visual-states-2-chromium-linux.png differ diff --git a/semcore/inline-edit/__tests__/inline-edit.browser-test.tsx-snapshots/-visual-Verify-simple-use-visual-states-2-firefox-linux.png b/semcore/inline-edit/__tests__/inline-edit.browser-test.tsx-snapshots/-visual-Verify-simple-use-visual-states-2-firefox-linux.png index c6fe2e0d29..79ced5b8a3 100644 Binary files a/semcore/inline-edit/__tests__/inline-edit.browser-test.tsx-snapshots/-visual-Verify-simple-use-visual-states-2-firefox-linux.png and b/semcore/inline-edit/__tests__/inline-edit.browser-test.tsx-snapshots/-visual-Verify-simple-use-visual-states-2-firefox-linux.png differ diff --git a/semcore/inline-edit/__tests__/inline-edit.browser-test.tsx-snapshots/-visual-Verify-simple-use-visual-states-2-webkit-linux.png b/semcore/inline-edit/__tests__/inline-edit.browser-test.tsx-snapshots/-visual-Verify-simple-use-visual-states-2-webkit-linux.png index 8579e65f14..aaf9cbfa03 100644 Binary files a/semcore/inline-edit/__tests__/inline-edit.browser-test.tsx-snapshots/-visual-Verify-simple-use-visual-states-2-webkit-linux.png and b/semcore/inline-edit/__tests__/inline-edit.browser-test.tsx-snapshots/-visual-Verify-simple-use-visual-states-2-webkit-linux.png differ diff --git a/semcore/inline-edit/__tests__/inline-edit.browser-test.tsx-snapshots/-visual-Verify-simple-use-visual-states-3-chromium-linux.png b/semcore/inline-edit/__tests__/inline-edit.browser-test.tsx-snapshots/-visual-Verify-simple-use-visual-states-3-chromium-linux.png index 5621349f56..7cb47edd00 100644 Binary files a/semcore/inline-edit/__tests__/inline-edit.browser-test.tsx-snapshots/-visual-Verify-simple-use-visual-states-3-chromium-linux.png and b/semcore/inline-edit/__tests__/inline-edit.browser-test.tsx-snapshots/-visual-Verify-simple-use-visual-states-3-chromium-linux.png differ diff --git a/semcore/inline-edit/__tests__/inline-edit.browser-test.tsx-snapshots/-visual-Verify-simple-use-visual-states-3-firefox-linux.png b/semcore/inline-edit/__tests__/inline-edit.browser-test.tsx-snapshots/-visual-Verify-simple-use-visual-states-3-firefox-linux.png index da89366fdd..5471cd3deb 100644 Binary files a/semcore/inline-edit/__tests__/inline-edit.browser-test.tsx-snapshots/-visual-Verify-simple-use-visual-states-3-firefox-linux.png and b/semcore/inline-edit/__tests__/inline-edit.browser-test.tsx-snapshots/-visual-Verify-simple-use-visual-states-3-firefox-linux.png differ diff --git a/semcore/inline-edit/__tests__/inline-edit.browser-test.tsx-snapshots/-visual-Verify-simple-use-visual-states-3-webkit-linux.png b/semcore/inline-edit/__tests__/inline-edit.browser-test.tsx-snapshots/-visual-Verify-simple-use-visual-states-3-webkit-linux.png index bf35712433..5fadc007b6 100644 Binary files a/semcore/inline-edit/__tests__/inline-edit.browser-test.tsx-snapshots/-visual-Verify-simple-use-visual-states-3-webkit-linux.png and b/semcore/inline-edit/__tests__/inline-edit.browser-test.tsx-snapshots/-visual-Verify-simple-use-visual-states-3-webkit-linux.png differ diff --git a/semcore/inline-edit/__tests__/inline-edit.browser-test.tsx-snapshots/-visual-Verify-simple-use-visual-states-4-chromium-linux.png b/semcore/inline-edit/__tests__/inline-edit.browser-test.tsx-snapshots/-visual-Verify-simple-use-visual-states-4-chromium-linux.png index cd3e98847b..beeeac9da1 100644 Binary files a/semcore/inline-edit/__tests__/inline-edit.browser-test.tsx-snapshots/-visual-Verify-simple-use-visual-states-4-chromium-linux.png and b/semcore/inline-edit/__tests__/inline-edit.browser-test.tsx-snapshots/-visual-Verify-simple-use-visual-states-4-chromium-linux.png differ diff --git a/semcore/inline-edit/__tests__/inline-edit.browser-test.tsx-snapshots/-visual-Verify-simple-use-visual-states-4-firefox-linux.png b/semcore/inline-edit/__tests__/inline-edit.browser-test.tsx-snapshots/-visual-Verify-simple-use-visual-states-4-firefox-linux.png index f7ed0c9cfb..9f5d54ff59 100644 Binary files a/semcore/inline-edit/__tests__/inline-edit.browser-test.tsx-snapshots/-visual-Verify-simple-use-visual-states-4-firefox-linux.png and b/semcore/inline-edit/__tests__/inline-edit.browser-test.tsx-snapshots/-visual-Verify-simple-use-visual-states-4-firefox-linux.png differ diff --git a/semcore/inline-edit/__tests__/inline-edit.browser-test.tsx-snapshots/-visual-Verify-simple-use-visual-states-4-webkit-linux.png b/semcore/inline-edit/__tests__/inline-edit.browser-test.tsx-snapshots/-visual-Verify-simple-use-visual-states-4-webkit-linux.png index c1b8682084..73f7dcf375 100644 Binary files a/semcore/inline-edit/__tests__/inline-edit.browser-test.tsx-snapshots/-visual-Verify-simple-use-visual-states-4-webkit-linux.png and b/semcore/inline-edit/__tests__/inline-edit.browser-test.tsx-snapshots/-visual-Verify-simple-use-visual-states-4-webkit-linux.png differ diff --git a/semcore/inline-edit/src/style/inline-edit.shadow.css b/semcore/inline-edit/src/style/inline-edit.shadow.css index 899a3d0fa3..72569162c1 100644 --- a/semcore/inline-edit/src/style/inline-edit.shadow.css +++ b/semcore/inline-edit/src/style/inline-edit.shadow.css @@ -17,4 +17,5 @@ SEdit { SView { cursor: pointer; + border-radius: calc(var(--intergalactic-control-rounded, 6px) - 2px); } diff --git a/semcore/inline-input/__tests__/inline-input.browser-test.tsx b/semcore/inline-input/__tests__/inline-input.browser-test.tsx index b2b6eed511..3767df7ca9 100644 --- a/semcore/inline-input/__tests__/inline-input.browser-test.tsx +++ b/semcore/inline-input/__tests__/inline-input.browser-test.tsx @@ -22,22 +22,6 @@ export const locators = { }; -// Matches the CSS fallback colors after the test bundle normalizes them. -const cssVarColorFallbacks: Record = { - '--intergalactic-bg-primary-neutral': 'oklch(1 0 0)', -}; - -const getCssVarColor = async (page: Page, varName: string) => { - return page.evaluate(({ name, fallback }) => { - const probe = document.createElement('div'); - probe.style.backgroundColor = fallback ? `var(${name}, ${fallback})` : `var(${name})`; - document.body.appendChild(probe); - const color = getComputedStyle(probe).backgroundColor; - probe.remove(); - return color; - }, { name: varName, fallback: cssVarColorFallbacks[varName] }); -}; - /* ===================================================== @visual Visual states, hover and focus styles, paddings, margins, and snapshots. @@ -61,9 +45,9 @@ test.describe(`${TAG.VISUAL} `, () => { const confirm = flex.locator('[data-ui-name="InlineInput.ConfirmControl"]'); const cancel = flex.locator('[data-ui-name="InlineInput.CancelControl"]'); - await expect(value.first()).toHaveCSS('padding', '0px 4px'); + await expect(value.first()).toHaveCSS('padding', '4px'); await expect(confirm.first()).toHaveCSS('padding', '0px 4px'); - await expect(cancel.first()).toHaveCSS('padding', '0px 4px'); + await expect(cancel.first()).toHaveCSS('padding', '0px 4px 0px 0px'); await expect(page).toHaveScreenshot(); }); @@ -90,9 +74,9 @@ test.describe(`${TAG.VISUAL} `, () => { await page.keyboard.press('Tab'); await expect(page).toHaveScreenshot(); - await expect(value.first()).toHaveCSS('padding', '0px 4px'); + await expect(value.first()).toHaveCSS('padding', '4px'); await expect(confirm.first()).toHaveCSS('padding', '0px 4px'); - await expect(cancel.first()).toHaveCSS('padding', '0px 4px'); + await expect(cancel.first()).toHaveCSS('padding', '0px 4px 0px 0px'); await expect(addon.first()).toHaveCSS('padding', '0px 4px'); }); }); @@ -109,7 +93,6 @@ test.describe(`${TAG.VISUAL} `, () => { '@input-number'], }, async ({ page }) => { await loadPage(page, 'stories/components/inline-input/tests/examples/styles.tsx', 'en', item); - const bgPrimary = await getCssVarColor(page, '--intergalactic-bg-primary-neutral'); const flex = await page.locator('[data-testid="no-controls"]'); const value = flex.locator('[data-ui-name="InlineInput.Value"]'); @@ -117,11 +100,11 @@ test.describe(`${TAG.VISUAL} `, () => { await page.keyboard.press('Tab'); await expect(page).toHaveScreenshot(); - await expect(value.first()).toHaveCSS('padding', '0px 4px'); + await expect(value.first()).toHaveCSS('padding', '4px'); await expect(input.first()).toHaveCSS('align-items', 'center'); await expect(input.first()).toHaveCSS('vertical-align', 'middle'); await expect(input.first()).toHaveCSS('padding', '1px'); - await expect(input.first()).toHaveCSS('background-color', bgPrimary); + await expect(input.first()).toHaveCSS('background-color', 'rgba(0, 0, 0, 0)'); }); }); @@ -151,15 +134,20 @@ test.describe(`${TAG.VISUAL} `, () => { await loadPage(page, 'stories/components/inline-input/docs/examples/basic_usage.tsx', 'en'); const inlineInput = page.locator('[data-ui-name="InlineInput"]'); - const addon = page.locator('[data-ui-name="InlineInput.Addon"]'); const value = page.locator('[data-ui-name="InlineInput.Value"]'); const save = inlineInput.locator('[data-ui-name="InlineInput.ConfirmControl"]'); + const cancel = inlineInput.locator('[data-ui-name="InlineInput.CancelControl"]'); await test.step('Verify Hint shown on Hover and Focus is on Input', async () => { await expect(value).toHaveAttribute('value', 'John Doe'); + await expect(save).toBeHidden(); + await expect(cancel).toBeHidden(); - await addon.click(); + await value.click(); + await expect(value).toBeFocused(); + await expect(save).toBeVisible(); + await expect(cancel).toBeVisible(); await save.hover(); await page.waitForSelector('text="Save"'); @@ -539,11 +527,17 @@ test.describe(`${TAG.FUNCTIONAL} `, () => { await loadPage(page, 'stories/components/inline-input/docs/examples/basic_usage.tsx', 'en'); const save = locators.inlineInput(page).locator('[data-ui-name="InlineInput.ConfirmControl"]'); + const cancel = locators.inlineInput(page).locator('[data-ui-name="InlineInput.CancelControl"]'); - await test.step('Verify input focuses when clicking on addon', async () => { + await test.step('Verify Save and Cancel appear when clicking on input', async () => { await expect(locators.value(page)).toHaveAttribute('value', 'John Doe'); - await locators.addon(page).click(); + await expect(save).toBeHidden(); + await expect(cancel).toBeHidden(); + + await locators.value(page).click(); await expect(locators.value(page)).toBeFocused(); + await expect(save).toBeVisible(); + await expect(cancel).toBeVisible(); }); await test.step('Verify focuse removes when clicking on button', async () => { diff --git a/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-Basic-usage-keyboard-1-chromium-linux.png b/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-Basic-usage-keyboard-1-chromium-linux.png index e33ce9a64a..3444eda95f 100644 Binary files a/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-Basic-usage-keyboard-1-chromium-linux.png and b/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-Basic-usage-keyboard-1-chromium-linux.png differ diff --git a/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-Basic-usage-keyboard-1-firefox-linux.png b/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-Basic-usage-keyboard-1-firefox-linux.png index 1a08fbe04e..2bd36df94f 100644 Binary files a/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-Basic-usage-keyboard-1-firefox-linux.png and b/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-Basic-usage-keyboard-1-firefox-linux.png differ diff --git a/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-Basic-usage-keyboard-1-webkit-linux.png b/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-Basic-usage-keyboard-1-webkit-linux.png index 6419e48c14..0658128430 100644 Binary files a/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-Basic-usage-keyboard-1-webkit-linux.png and b/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-Basic-usage-keyboard-1-webkit-linux.png differ diff --git a/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-Basic-usage-keyboard-2-chromium-linux.png b/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-Basic-usage-keyboard-2-chromium-linux.png index 6021e8ee1a..9dcbff6518 100644 Binary files a/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-Basic-usage-keyboard-2-chromium-linux.png and b/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-Basic-usage-keyboard-2-chromium-linux.png differ diff --git a/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-Basic-usage-keyboard-2-firefox-linux.png b/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-Basic-usage-keyboard-2-firefox-linux.png index c1fafea998..ac59548dd6 100644 Binary files a/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-Basic-usage-keyboard-2-firefox-linux.png and b/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-Basic-usage-keyboard-2-firefox-linux.png differ diff --git a/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-Basic-usage-keyboard-2-webkit-linux.png b/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-Basic-usage-keyboard-2-webkit-linux.png index 3d89f94502..52373dc41f 100644 Binary files a/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-Basic-usage-keyboard-2-webkit-linux.png and b/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-Basic-usage-keyboard-2-webkit-linux.png differ diff --git a/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-Basic-usage-mouse-1-chromium-linux.png b/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-Basic-usage-mouse-1-chromium-linux.png index 896c8c766d..8743bcbcf5 100644 Binary files a/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-Basic-usage-mouse-1-chromium-linux.png and b/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-Basic-usage-mouse-1-chromium-linux.png differ diff --git a/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-Basic-usage-mouse-1-firefox-linux.png b/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-Basic-usage-mouse-1-firefox-linux.png index 89fc21d6fc..27f7057c44 100644 Binary files a/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-Basic-usage-mouse-1-firefox-linux.png and b/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-Basic-usage-mouse-1-firefox-linux.png differ diff --git a/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-Basic-usage-mouse-1-webkit-linux.png b/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-Basic-usage-mouse-1-webkit-linux.png index 28bc315f27..b431cdb59b 100644 Binary files a/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-Basic-usage-mouse-1-webkit-linux.png and b/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-Basic-usage-mouse-1-webkit-linux.png differ diff --git a/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-Inheriting-text-size-1-chromium-linux.png b/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-Inheriting-text-size-1-chromium-linux.png index 0bdb59ef18..fee45ed59c 100644 Binary files a/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-Inheriting-text-size-1-chromium-linux.png and b/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-Inheriting-text-size-1-chromium-linux.png differ diff --git a/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-Inheriting-text-size-1-firefox-linux.png b/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-Inheriting-text-size-1-firefox-linux.png index e071354b34..b466f57763 100644 Binary files a/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-Inheriting-text-size-1-firefox-linux.png and b/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-Inheriting-text-size-1-firefox-linux.png differ diff --git a/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-Inheriting-text-size-1-webkit-linux.png b/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-Inheriting-text-size-1-webkit-linux.png index 45f297d768..da1411f2ba 100644 Binary files a/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-Inheriting-text-size-1-webkit-linux.png and b/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-Inheriting-text-size-1-webkit-linux.png differ diff --git a/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-Inheriting-text-size-2-chromium-linux.png b/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-Inheriting-text-size-2-chromium-linux.png index fe143193cc..2cf8565e05 100644 Binary files a/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-Inheriting-text-size-2-chromium-linux.png and b/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-Inheriting-text-size-2-chromium-linux.png differ diff --git a/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-Inheriting-text-size-2-firefox-linux.png b/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-Inheriting-text-size-2-firefox-linux.png index 6751146c3c..b466f57763 100644 Binary files a/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-Inheriting-text-size-2-firefox-linux.png and b/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-Inheriting-text-size-2-firefox-linux.png differ diff --git a/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-Inheriting-text-size-2-webkit-linux.png b/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-Inheriting-text-size-2-webkit-linux.png index d4a38c2866..1c32843e8d 100644 Binary files a/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-Inheriting-text-size-2-webkit-linux.png and b/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-Inheriting-text-size-2-webkit-linux.png differ diff --git a/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-Number-only-input-keyboard-interactions-1-chromium-linux.png b/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-Number-only-input-keyboard-interactions-1-chromium-linux.png index 25ed9940e6..7d9f162861 100644 Binary files a/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-Number-only-input-keyboard-interactions-1-chromium-linux.png and b/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-Number-only-input-keyboard-interactions-1-chromium-linux.png differ diff --git a/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-Number-only-input-keyboard-interactions-1-firefox-linux.png b/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-Number-only-input-keyboard-interactions-1-firefox-linux.png index 9a9325feda..5eacbecd0e 100644 Binary files a/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-Number-only-input-keyboard-interactions-1-firefox-linux.png and b/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-Number-only-input-keyboard-interactions-1-firefox-linux.png differ diff --git a/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-Number-only-input-keyboard-interactions-1-webkit-linux.png b/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-Number-only-input-keyboard-interactions-1-webkit-linux.png index 903f8101e6..002ae53a25 100644 Binary files a/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-Number-only-input-keyboard-interactions-1-webkit-linux.png and b/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-Number-only-input-keyboard-interactions-1-webkit-linux.png differ diff --git a/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-Number-only-input-keyboard-interactions-2-chromium-linux.png b/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-Number-only-input-keyboard-interactions-2-chromium-linux.png index 13ceedfcb8..668ddb8d6b 100644 Binary files a/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-Number-only-input-keyboard-interactions-2-chromium-linux.png and b/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-Number-only-input-keyboard-interactions-2-chromium-linux.png differ diff --git a/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-Number-only-input-keyboard-interactions-2-firefox-linux.png b/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-Number-only-input-keyboard-interactions-2-firefox-linux.png index 7a9ffc6e05..b0ef027f9e 100644 Binary files a/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-Number-only-input-keyboard-interactions-2-firefox-linux.png and b/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-Number-only-input-keyboard-interactions-2-firefox-linux.png differ diff --git a/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-Number-only-input-keyboard-interactions-2-webkit-linux.png b/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-Number-only-input-keyboard-interactions-2-webkit-linux.png index 43da486764..689a721ab5 100644 Binary files a/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-Number-only-input-keyboard-interactions-2-webkit-linux.png and b/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-Number-only-input-keyboard-interactions-2-webkit-linux.png differ diff --git a/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-active-state-invalid-default-value-Joe-John-placeholder-null-styles-and-focus-1-chromium-linux.png b/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-active-state-invalid-default-value-Joe-John-placeholder-null-styles-and-focus-1-chromium-linux.png index 3695351808..81c2ed4fda 100644 Binary files a/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-active-state-invalid-default-value-Joe-John-placeholder-null-styles-and-focus-1-chromium-linux.png and b/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-active-state-invalid-default-value-Joe-John-placeholder-null-styles-and-focus-1-chromium-linux.png differ diff --git a/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-active-state-invalid-default-value-Joe-John-placeholder-null-styles-and-focus-1-firefox-linux.png b/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-active-state-invalid-default-value-Joe-John-placeholder-null-styles-and-focus-1-firefox-linux.png index 1e8a32d040..0721fdba36 100644 Binary files a/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-active-state-invalid-default-value-Joe-John-placeholder-null-styles-and-focus-1-firefox-linux.png and b/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-active-state-invalid-default-value-Joe-John-placeholder-null-styles-and-focus-1-firefox-linux.png differ diff --git a/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-active-state-invalid-default-value-Joe-John-placeholder-null-styles-and-focus-1-webkit-linux.png b/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-active-state-invalid-default-value-Joe-John-placeholder-null-styles-and-focus-1-webkit-linux.png index a6e183eba0..c4e639bcf0 100644 Binary files a/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-active-state-invalid-default-value-Joe-John-placeholder-null-styles-and-focus-1-webkit-linux.png and b/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-active-state-invalid-default-value-Joe-John-placeholder-null-styles-and-focus-1-webkit-linux.png differ diff --git a/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-active-state-normal-default-v-ea08f-hn-placeholder-Placeholder-styles-and-focus-1-chromium-linux.png b/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-active-state-normal-default-v-ea08f-hn-placeholder-Placeholder-styles-and-focus-1-chromium-linux.png index 7a0909645f..c5d58eebb2 100644 Binary files a/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-active-state-normal-default-v-ea08f-hn-placeholder-Placeholder-styles-and-focus-1-chromium-linux.png and b/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-active-state-normal-default-v-ea08f-hn-placeholder-Placeholder-styles-and-focus-1-chromium-linux.png differ diff --git a/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-active-state-normal-default-v-ea08f-hn-placeholder-Placeholder-styles-and-focus-1-firefox-linux.png b/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-active-state-normal-default-v-ea08f-hn-placeholder-Placeholder-styles-and-focus-1-firefox-linux.png index c154ad9a0c..de253f620a 100644 Binary files a/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-active-state-normal-default-v-ea08f-hn-placeholder-Placeholder-styles-and-focus-1-firefox-linux.png and b/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-active-state-normal-default-v-ea08f-hn-placeholder-Placeholder-styles-and-focus-1-firefox-linux.png differ diff --git a/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-active-state-normal-default-v-ea08f-hn-placeholder-Placeholder-styles-and-focus-1-webkit-linux.png b/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-active-state-normal-default-v-ea08f-hn-placeholder-Placeholder-styles-and-focus-1-webkit-linux.png index 8739586203..ac77369f8b 100644 Binary files a/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-active-state-normal-default-v-ea08f-hn-placeholder-Placeholder-styles-and-focus-1-webkit-linux.png and b/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-active-state-normal-default-v-ea08f-hn-placeholder-Placeholder-styles-and-focus-1-webkit-linux.png differ diff --git a/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-active-state-valid-default-va-d00dd-ll-placeholder-Placeholder-styles-and-focus-1-chromium-linux.png b/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-active-state-valid-default-va-d00dd-ll-placeholder-Placeholder-styles-and-focus-1-chromium-linux.png index f762cebd16..b33dba6076 100644 Binary files a/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-active-state-valid-default-va-d00dd-ll-placeholder-Placeholder-styles-and-focus-1-chromium-linux.png and b/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-active-state-valid-default-va-d00dd-ll-placeholder-Placeholder-styles-and-focus-1-chromium-linux.png differ diff --git a/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-active-state-valid-default-va-d00dd-ll-placeholder-Placeholder-styles-and-focus-1-firefox-linux.png b/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-active-state-valid-default-va-d00dd-ll-placeholder-Placeholder-styles-and-focus-1-firefox-linux.png index 147c9d2e29..13b9d39d58 100644 Binary files a/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-active-state-valid-default-va-d00dd-ll-placeholder-Placeholder-styles-and-focus-1-firefox-linux.png and b/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-active-state-valid-default-va-d00dd-ll-placeholder-Placeholder-styles-and-focus-1-firefox-linux.png differ diff --git a/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-active-state-valid-default-va-d00dd-ll-placeholder-Placeholder-styles-and-focus-1-webkit-linux.png b/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-active-state-valid-default-va-d00dd-ll-placeholder-Placeholder-styles-and-focus-1-webkit-linux.png index 19f7fa73a6..f3a9b5be65 100644 Binary files a/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-active-state-valid-default-va-d00dd-ll-placeholder-Placeholder-styles-and-focus-1-webkit-linux.png and b/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-active-state-valid-default-va-d00dd-ll-placeholder-Placeholder-styles-and-focus-1-webkit-linux.png differ diff --git a/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-custom-icon-and-text-1-chromium-linux.png b/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-custom-icon-and-text-1-chromium-linux.png index b65b389dc5..79cb79aad5 100644 Binary files a/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-custom-icon-and-text-1-chromium-linux.png and b/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-custom-icon-and-text-1-chromium-linux.png differ diff --git a/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-custom-icon-and-text-1-firefox-linux.png b/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-custom-icon-and-text-1-firefox-linux.png index 70147c9f08..086c616db4 100644 Binary files a/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-custom-icon-and-text-1-firefox-linux.png and b/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-custom-icon-and-text-1-firefox-linux.png differ diff --git a/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-custom-icon-and-text-1-webkit-linux.png b/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-custom-icon-and-text-1-webkit-linux.png index b1da3654d8..64e5b098a5 100644 Binary files a/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-custom-icon-and-text-1-webkit-linux.png and b/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-custom-icon-and-text-1-webkit-linux.png differ diff --git a/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-custom-icon-and-text-2-chromium-linux.png b/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-custom-icon-and-text-2-chromium-linux.png index 37edcf823d..e583b353a4 100644 Binary files a/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-custom-icon-and-text-2-chromium-linux.png and b/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-custom-icon-and-text-2-chromium-linux.png differ diff --git a/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-custom-icon-and-text-2-firefox-linux.png b/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-custom-icon-and-text-2-firefox-linux.png index f837537ae3..119964f132 100644 Binary files a/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-custom-icon-and-text-2-firefox-linux.png and b/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-custom-icon-and-text-2-firefox-linux.png differ diff --git a/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-custom-icon-and-text-2-webkit-linux.png b/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-custom-icon-and-text-2-webkit-linux.png index 90ddd8b599..29d2687352 100644 Binary files a/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-custom-icon-and-text-2-webkit-linux.png and b/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-custom-icon-and-text-2-webkit-linux.png differ diff --git a/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-disabled-state-invalid-defaul-4e0eb--Joe-John-placeholder-null-styles-and-focus-1-chromium-linux.png b/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-disabled-state-invalid-defaul-4e0eb--Joe-John-placeholder-null-styles-and-focus-1-chromium-linux.png index 3ad12d34b9..fd13052f14 100644 Binary files a/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-disabled-state-invalid-defaul-4e0eb--Joe-John-placeholder-null-styles-and-focus-1-chromium-linux.png and b/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-disabled-state-invalid-defaul-4e0eb--Joe-John-placeholder-null-styles-and-focus-1-chromium-linux.png differ diff --git a/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-disabled-state-invalid-defaul-4e0eb--Joe-John-placeholder-null-styles-and-focus-1-firefox-linux.png b/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-disabled-state-invalid-defaul-4e0eb--Joe-John-placeholder-null-styles-and-focus-1-firefox-linux.png index 0085fa93f9..da7d455b21 100644 Binary files a/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-disabled-state-invalid-defaul-4e0eb--Joe-John-placeholder-null-styles-and-focus-1-firefox-linux.png and b/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-disabled-state-invalid-defaul-4e0eb--Joe-John-placeholder-null-styles-and-focus-1-firefox-linux.png differ diff --git a/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-disabled-state-invalid-defaul-4e0eb--Joe-John-placeholder-null-styles-and-focus-1-webkit-linux.png b/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-disabled-state-invalid-defaul-4e0eb--Joe-John-placeholder-null-styles-and-focus-1-webkit-linux.png index b0ef1968b5..cff739f4e4 100644 Binary files a/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-disabled-state-invalid-defaul-4e0eb--Joe-John-placeholder-null-styles-and-focus-1-webkit-linux.png and b/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-disabled-state-invalid-defaul-4e0eb--Joe-John-placeholder-null-styles-and-focus-1-webkit-linux.png differ diff --git a/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-disabled-state-normal-default-e79e6-hn-placeholder-Placeholder-styles-and-focus-1-chromium-linux.png b/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-disabled-state-normal-default-e79e6-hn-placeholder-Placeholder-styles-and-focus-1-chromium-linux.png index 80857d164d..be7639c58d 100644 Binary files a/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-disabled-state-normal-default-e79e6-hn-placeholder-Placeholder-styles-and-focus-1-chromium-linux.png and b/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-disabled-state-normal-default-e79e6-hn-placeholder-Placeholder-styles-and-focus-1-chromium-linux.png differ diff --git a/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-disabled-state-normal-default-e79e6-hn-placeholder-Placeholder-styles-and-focus-1-firefox-linux.png b/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-disabled-state-normal-default-e79e6-hn-placeholder-Placeholder-styles-and-focus-1-firefox-linux.png index e938b1e995..684ae81fa9 100644 Binary files a/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-disabled-state-normal-default-e79e6-hn-placeholder-Placeholder-styles-and-focus-1-firefox-linux.png and b/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-disabled-state-normal-default-e79e6-hn-placeholder-Placeholder-styles-and-focus-1-firefox-linux.png differ diff --git a/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-disabled-state-normal-default-e79e6-hn-placeholder-Placeholder-styles-and-focus-1-webkit-linux.png b/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-disabled-state-normal-default-e79e6-hn-placeholder-Placeholder-styles-and-focus-1-webkit-linux.png index 0fda58e273..58bf226096 100644 Binary files a/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-disabled-state-normal-default-e79e6-hn-placeholder-Placeholder-styles-and-focus-1-webkit-linux.png and b/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-disabled-state-normal-default-e79e6-hn-placeholder-Placeholder-styles-and-focus-1-webkit-linux.png differ diff --git a/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-disabled-state-valid-default--c39f2-ll-placeholder-Placeholder-styles-and-focus-1-chromium-linux.png b/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-disabled-state-valid-default--c39f2-ll-placeholder-Placeholder-styles-and-focus-1-chromium-linux.png index 025d5e2c30..a244f972df 100644 Binary files a/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-disabled-state-valid-default--c39f2-ll-placeholder-Placeholder-styles-and-focus-1-chromium-linux.png and b/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-disabled-state-valid-default--c39f2-ll-placeholder-Placeholder-styles-and-focus-1-chromium-linux.png differ diff --git a/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-disabled-state-valid-default--c39f2-ll-placeholder-Placeholder-styles-and-focus-1-firefox-linux.png b/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-disabled-state-valid-default--c39f2-ll-placeholder-Placeholder-styles-and-focus-1-firefox-linux.png index a864b03a86..ccc724e3d1 100644 Binary files a/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-disabled-state-valid-default--c39f2-ll-placeholder-Placeholder-styles-and-focus-1-firefox-linux.png and b/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-disabled-state-valid-default--c39f2-ll-placeholder-Placeholder-styles-and-focus-1-firefox-linux.png differ diff --git a/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-disabled-state-valid-default--c39f2-ll-placeholder-Placeholder-styles-and-focus-1-webkit-linux.png b/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-disabled-state-valid-default--c39f2-ll-placeholder-Placeholder-styles-and-focus-1-webkit-linux.png index 03e89df115..8ea91967d3 100644 Binary files a/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-disabled-state-valid-default--c39f2-ll-placeholder-Placeholder-styles-and-focus-1-webkit-linux.png and b/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-disabled-state-valid-default--c39f2-ll-placeholder-Placeholder-styles-and-focus-1-webkit-linux.png differ diff --git a/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-loading-state-invalid-default-40d39--Joe-John-placeholder-null-styles-and-focus-1-chromium-linux.png b/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-loading-state-invalid-default-40d39--Joe-John-placeholder-null-styles-and-focus-1-chromium-linux.png index 97c41bc428..8bf056975b 100644 Binary files a/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-loading-state-invalid-default-40d39--Joe-John-placeholder-null-styles-and-focus-1-chromium-linux.png and b/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-loading-state-invalid-default-40d39--Joe-John-placeholder-null-styles-and-focus-1-chromium-linux.png differ diff --git a/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-loading-state-invalid-default-40d39--Joe-John-placeholder-null-styles-and-focus-1-firefox-linux.png b/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-loading-state-invalid-default-40d39--Joe-John-placeholder-null-styles-and-focus-1-firefox-linux.png index e147cc8a75..7e98bc55a1 100644 Binary files a/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-loading-state-invalid-default-40d39--Joe-John-placeholder-null-styles-and-focus-1-firefox-linux.png and b/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-loading-state-invalid-default-40d39--Joe-John-placeholder-null-styles-and-focus-1-firefox-linux.png differ diff --git a/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-loading-state-invalid-default-40d39--Joe-John-placeholder-null-styles-and-focus-1-webkit-linux.png b/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-loading-state-invalid-default-40d39--Joe-John-placeholder-null-styles-and-focus-1-webkit-linux.png index 81d328c711..762faf2e55 100644 Binary files a/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-loading-state-invalid-default-40d39--Joe-John-placeholder-null-styles-and-focus-1-webkit-linux.png and b/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-loading-state-invalid-default-40d39--Joe-John-placeholder-null-styles-and-focus-1-webkit-linux.png differ diff --git a/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-loading-state-normal-default--09234-hn-placeholder-Placeholder-styles-and-focus-1-chromium-linux.png b/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-loading-state-normal-default--09234-hn-placeholder-Placeholder-styles-and-focus-1-chromium-linux.png index 44d9d858eb..72d85acea3 100644 Binary files a/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-loading-state-normal-default--09234-hn-placeholder-Placeholder-styles-and-focus-1-chromium-linux.png and b/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-loading-state-normal-default--09234-hn-placeholder-Placeholder-styles-and-focus-1-chromium-linux.png differ diff --git a/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-loading-state-normal-default--09234-hn-placeholder-Placeholder-styles-and-focus-1-firefox-linux.png b/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-loading-state-normal-default--09234-hn-placeholder-Placeholder-styles-and-focus-1-firefox-linux.png index 3a7984a63d..13606e39ef 100644 Binary files a/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-loading-state-normal-default--09234-hn-placeholder-Placeholder-styles-and-focus-1-firefox-linux.png and b/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-loading-state-normal-default--09234-hn-placeholder-Placeholder-styles-and-focus-1-firefox-linux.png differ diff --git a/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-loading-state-normal-default--09234-hn-placeholder-Placeholder-styles-and-focus-1-webkit-linux.png b/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-loading-state-normal-default--09234-hn-placeholder-Placeholder-styles-and-focus-1-webkit-linux.png index 5f1322ea2f..f6f70bd05b 100644 Binary files a/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-loading-state-normal-default--09234-hn-placeholder-Placeholder-styles-and-focus-1-webkit-linux.png and b/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-loading-state-normal-default--09234-hn-placeholder-Placeholder-styles-and-focus-1-webkit-linux.png differ diff --git a/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-loading-state-valid-default-v-7fa0b-ll-placeholder-Placeholder-styles-and-focus-1-chromium-linux.png b/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-loading-state-valid-default-v-7fa0b-ll-placeholder-Placeholder-styles-and-focus-1-chromium-linux.png index 179944ef98..79ddcf920a 100644 Binary files a/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-loading-state-valid-default-v-7fa0b-ll-placeholder-Placeholder-styles-and-focus-1-chromium-linux.png and b/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-loading-state-valid-default-v-7fa0b-ll-placeholder-Placeholder-styles-and-focus-1-chromium-linux.png differ diff --git a/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-loading-state-valid-default-v-7fa0b-ll-placeholder-Placeholder-styles-and-focus-1-firefox-linux.png b/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-loading-state-valid-default-v-7fa0b-ll-placeholder-Placeholder-styles-and-focus-1-firefox-linux.png index 30812e0d92..ccf547ef0b 100644 Binary files a/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-loading-state-valid-default-v-7fa0b-ll-placeholder-Placeholder-styles-and-focus-1-firefox-linux.png and b/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-loading-state-valid-default-v-7fa0b-ll-placeholder-Placeholder-styles-and-focus-1-firefox-linux.png differ diff --git a/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-loading-state-valid-default-v-7fa0b-ll-placeholder-Placeholder-styles-and-focus-1-webkit-linux.png b/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-loading-state-valid-default-v-7fa0b-ll-placeholder-Placeholder-styles-and-focus-1-webkit-linux.png index 4ec446d5a8..cc55dd3eb0 100644 Binary files a/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-loading-state-valid-default-v-7fa0b-ll-placeholder-Placeholder-styles-and-focus-1-webkit-linux.png and b/semcore/inline-input/__tests__/inline-input.browser-test.tsx-snapshots/-visual-Verify-loading-state-valid-default-v-7fa0b-ll-placeholder-Placeholder-styles-and-focus-1-webkit-linux.png differ diff --git a/semcore/inline-input/src/InlineInput.tsx b/semcore/inline-input/src/InlineInput.tsx index 4c02f10af5..1a4b16d2c1 100644 --- a/semcore/inline-input/src/InlineInput.tsx +++ b/semcore/inline-input/src/InlineInput.tsx @@ -1,4 +1,4 @@ -import { Box, InvalidStateBox } from '@semcore/base-components'; +import { Box } from '@semcore/base-components'; import { ButtonLink } from '@semcore/button'; import { createComponent, Component, sstyled, Root, lastInteraction } from '@semcore/core'; import type { WithI18nEnhanceProps } from '@semcore/core/lib/utils/enhances/i18nEnhance'; @@ -294,13 +294,11 @@ class InlineInputBase extends Component< render() { const SInlineInput = Root; const SUnderline = 'div'; - const SInvalidPattern = InvalidStateBox; - const { Children, styles, state } = this.asProps; + const { Children, styles } = this.asProps; return sstyled(styles)( - {state === 'invalid' && } , diff --git a/semcore/inline-input/src/style/inline-input.shadow.css b/semcore/inline-input/src/style/inline-input.shadow.css index b2f2b32e07..c2bf600f03 100644 --- a/semcore/inline-input/src/style/inline-input.shadow.css +++ b/semcore/inline-input/src/style/inline-input.shadow.css @@ -1,20 +1,17 @@ SInlineInput { display: inline-flex; - width: 100%; + width: fit-content; + max-width: 100%; height: 100%; align-items: center; position: relative; - z-index: 0; vertical-align: middle; /* disable-tokens-validator */ padding: 1px; box-sizing: border-box; - background-color: var(--intergalactic-bg-primary-neutral, oklch(1 0 0)); - SConfirmIcon:not([color]) { color: var(--intergalactic-icon-secondary-success, oklch(0.711 0.146 166.9)); - cursor: pointer; } SConfirmIcon:not([color]):hover { @@ -23,7 +20,6 @@ SInlineInput { SCancelIcon:not([color]) { color: var(--intergalactic-icon-secondary-neutral, oklch(0.104 0.023 162.3 / 0.385)); - cursor: pointer; } SCancelIcon:not([color]):hover { @@ -31,12 +27,13 @@ SInlineInput { } SValue { - /* hack for firefox */ + flex: 0 1 auto; min-width: 0; + max-width: 100%; + width: auto; - width: 100%; height: 100%; - padding: 0 var(--intergalactic-spacing-1x, 4px); + padding: var(--intergalactic-spacing-1x, 4px); border: none; box-sizing: border-box; color: var(--intergalactic-text-primary, oklch(0.1 0.03 137 / 0.899)); @@ -46,6 +43,11 @@ SInlineInput { font-family: inherit; background: transparent; min-height: 1em; + text-decoration-line: underline; + text-decoration-style: dotted; + text-decoration-thickness: 2px; + text-decoration-color: var(--intergalactic-text-primary, oklch(0.1 0.03 137 / 0.899)); + text-underline-offset: 17%; &:focus, &:focus-visible { outline: none; @@ -79,15 +81,26 @@ SInlineInput[disabled] { SUnderline { display: flex; - flex-direction: row; align-items: center; - flex-grow: 1; + min-width: 0; width: 100%; height: 100%; min-height: 1em; border: 1px solid transparent; - border-bottom: 1px solid var(--intergalactic-border-primary, oklch(0.137 0.026 175.7 / 0.161)); + border-radius: var(--intergalactic-control-rounded, 6px); outline-color: transparent; + transition-duration: calc(var(--intergalactic-duration-extra-fast, 100) * 1ms); + transition-timing-function: ease-in-out; + transition-property: background-color; +} + +SInlineInput:hover:not(:focus-within):not([disabled]) SUnderline { + background-color: var(--intergalactic-control-secondary-neutral, oklch(0.176 0.033 175.7 / 0.07)); +} + +SInlineInput:hover:not(:focus-within):not([disabled]) SAddon, +SInlineInput:hover:not(:focus-within):not([disabled]) SValue { + cursor: pointer; } SAddon { @@ -97,7 +110,7 @@ SAddon { flex: 0 0 auto; height: 100%; color: var(--intergalactic-icon-secondary-neutral, oklch(0.104 0.023 162.3 / 0.385)); - padding: 0 var(--intergalactic-spacing-1x, 4px); + padding: 0 var(--intergalactic-spacing-content-gap-small, 4px); } SAddon[disabled] { @@ -106,38 +119,49 @@ SAddon[disabled] { pointer-events: none; } -SUnderline:has(input:focus-visible) { - border-bottom-color: var(--intergalactic-border-info-active, oklch(0.7 0.131 275.2)); - @mixin focus-outline-mixin; +[data-ui-name='InlineInput.CancelControl'] { + padding-left: 0; } -SInlineInput[state='valid'] SUnderline { - border-bottom-color: var(--intergalactic-border-success-active, oklch(0.7 0.166 170)); +SInlineInput:not(:focus-within):not([loading]) [data-ui-name='InlineInput.ConfirmControl'], +SInlineInput:not(:focus-within):not([loading]) [data-ui-name='InlineInput.CancelControl'] { + display: none; } -SInlineInput[state='valid'] SUnderline:has(input:focus-visible) { - border-bottom-color: var(--intergalactic-border-success-active, oklch(0.7 0.166 170)); - @mixin focus-outline-mixin; - outline-color: var(--intergalactic-keyboard-focus-valid-outline, oklch(0.711 0.146 166.9)); +SUnderline:has(input:focus-visible) { + background-color: var(--intergalactic-bg-primary-neutral, oklch(1 0 0)); + @mixin focus-outline-mixin { + outline-offset: 0; + transition-property: outline-color, outline-width; + } } -SInlineInput[state='invalid'] SUnderline { - border-bottom-color: var(--intergalactic-border-critical-active, oklch(0.7 0.21 23)); +SInlineInput[state='valid'] SUnderline:has(input:focus-visible) { + outline-color: var(--intergalactic-keyboard-focus-valid-outline, oklch(0.711 0.146 166.9)); } SInlineInput[state='invalid'] SUnderline:has(input:focus-visible) { - border-bottom-color: var(--intergalactic-border-critical-active, oklch(0.7 0.21 23)); - @mixin focus-outline-mixin; outline-color: var(--intergalactic-keyboard-focus-invalid-outline, oklch(0.628 0.257 28.9 / 0.652)); } +SInlineInput[state='valid'] SValue { + text-decoration-color: var(--intergalactic-border-success-active, oklch(0.7 0.166 170)); +} + +SInlineInput[state='invalid'] SValue { + text-decoration-color: var(--intergalactic-border-critical-active, oklch(0.7 0.21 23)); +} + +SInlineInput[state]:focus-within SValue { + text-decoration-color: transparent; +} + SValue:focus~SControls { display: flex; } -SInvalidPattern { - margin-left: -1px; - margin-top: -1px; - border-radius: 0; - height: calc(100% - 3px); +@supports (field-sizing: content) { + SValue { + field-sizing: content; + } } diff --git a/semcore/input-mask/__tests__/input-mask.browser-test.tsx-snapshots/-visual-Verify-InputMask-Aliases-example-1-chromium-linux.png b/semcore/input-mask/__tests__/input-mask.browser-test.tsx-snapshots/-visual-Verify-InputMask-Aliases-example-1-chromium-linux.png index 7bcd23ff83..7f96d77607 100644 Binary files a/semcore/input-mask/__tests__/input-mask.browser-test.tsx-snapshots/-visual-Verify-InputMask-Aliases-example-1-chromium-linux.png and b/semcore/input-mask/__tests__/input-mask.browser-test.tsx-snapshots/-visual-Verify-InputMask-Aliases-example-1-chromium-linux.png differ diff --git a/semcore/input-mask/__tests__/input-mask.browser-test.tsx-snapshots/-visual-Verify-InputMask-Aliases-example-1-firefox-linux.png b/semcore/input-mask/__tests__/input-mask.browser-test.tsx-snapshots/-visual-Verify-InputMask-Aliases-example-1-firefox-linux.png index a1a6c4669c..04a2e4af3a 100644 Binary files a/semcore/input-mask/__tests__/input-mask.browser-test.tsx-snapshots/-visual-Verify-InputMask-Aliases-example-1-firefox-linux.png and b/semcore/input-mask/__tests__/input-mask.browser-test.tsx-snapshots/-visual-Verify-InputMask-Aliases-example-1-firefox-linux.png differ diff --git a/semcore/input-mask/__tests__/input-mask.browser-test.tsx-snapshots/-visual-Verify-InputMask-Aliases-example-1-webkit-linux.png b/semcore/input-mask/__tests__/input-mask.browser-test.tsx-snapshots/-visual-Verify-InputMask-Aliases-example-1-webkit-linux.png index 540788eacb..8c5839742d 100644 Binary files a/semcore/input-mask/__tests__/input-mask.browser-test.tsx-snapshots/-visual-Verify-InputMask-Aliases-example-1-webkit-linux.png and b/semcore/input-mask/__tests__/input-mask.browser-test.tsx-snapshots/-visual-Verify-InputMask-Aliases-example-1-webkit-linux.png differ diff --git a/semcore/input-mask/__tests__/input-mask.browser-test.tsx-snapshots/-visual-Verify-InputMask-Pipe-example-1-chromium-linux.png b/semcore/input-mask/__tests__/input-mask.browser-test.tsx-snapshots/-visual-Verify-InputMask-Pipe-example-1-chromium-linux.png index 36ebb4222a..e8853109ca 100644 Binary files a/semcore/input-mask/__tests__/input-mask.browser-test.tsx-snapshots/-visual-Verify-InputMask-Pipe-example-1-chromium-linux.png and b/semcore/input-mask/__tests__/input-mask.browser-test.tsx-snapshots/-visual-Verify-InputMask-Pipe-example-1-chromium-linux.png differ diff --git a/semcore/input-mask/__tests__/input-mask.browser-test.tsx-snapshots/-visual-Verify-InputMask-Pipe-example-1-firefox-linux.png b/semcore/input-mask/__tests__/input-mask.browser-test.tsx-snapshots/-visual-Verify-InputMask-Pipe-example-1-firefox-linux.png index 28341fa939..6431a1f3e8 100644 Binary files a/semcore/input-mask/__tests__/input-mask.browser-test.tsx-snapshots/-visual-Verify-InputMask-Pipe-example-1-firefox-linux.png and b/semcore/input-mask/__tests__/input-mask.browser-test.tsx-snapshots/-visual-Verify-InputMask-Pipe-example-1-firefox-linux.png differ diff --git a/semcore/input-mask/__tests__/input-mask.browser-test.tsx-snapshots/-visual-Verify-InputMask-Pipe-example-1-webkit-linux.png b/semcore/input-mask/__tests__/input-mask.browser-test.tsx-snapshots/-visual-Verify-InputMask-Pipe-example-1-webkit-linux.png index 80c829203b..84feb0816b 100644 Binary files a/semcore/input-mask/__tests__/input-mask.browser-test.tsx-snapshots/-visual-Verify-InputMask-Pipe-example-1-webkit-linux.png and b/semcore/input-mask/__tests__/input-mask.browser-test.tsx-snapshots/-visual-Verify-InputMask-Pipe-example-1-webkit-linux.png differ diff --git a/semcore/input-mask/__tests__/input-mask.browser-test.tsx-snapshots/-visual-Verify-InputMask-Pipe-example-2-chromium-linux.png b/semcore/input-mask/__tests__/input-mask.browser-test.tsx-snapshots/-visual-Verify-InputMask-Pipe-example-2-chromium-linux.png index c5e82fc185..55e83e0005 100644 Binary files a/semcore/input-mask/__tests__/input-mask.browser-test.tsx-snapshots/-visual-Verify-InputMask-Pipe-example-2-chromium-linux.png and b/semcore/input-mask/__tests__/input-mask.browser-test.tsx-snapshots/-visual-Verify-InputMask-Pipe-example-2-chromium-linux.png differ diff --git a/semcore/input-mask/__tests__/input-mask.browser-test.tsx-snapshots/-visual-Verify-InputMask-Pipe-example-2-firefox-linux.png b/semcore/input-mask/__tests__/input-mask.browser-test.tsx-snapshots/-visual-Verify-InputMask-Pipe-example-2-firefox-linux.png index 354326f2d2..5452d9d858 100644 Binary files a/semcore/input-mask/__tests__/input-mask.browser-test.tsx-snapshots/-visual-Verify-InputMask-Pipe-example-2-firefox-linux.png and b/semcore/input-mask/__tests__/input-mask.browser-test.tsx-snapshots/-visual-Verify-InputMask-Pipe-example-2-firefox-linux.png differ diff --git a/semcore/input-mask/__tests__/input-mask.browser-test.tsx-snapshots/-visual-Verify-InputMask-Pipe-example-2-webkit-linux.png b/semcore/input-mask/__tests__/input-mask.browser-test.tsx-snapshots/-visual-Verify-InputMask-Pipe-example-2-webkit-linux.png index de084c01a8..bf297eb3ac 100644 Binary files a/semcore/input-mask/__tests__/input-mask.browser-test.tsx-snapshots/-visual-Verify-InputMask-Pipe-example-2-webkit-linux.png and b/semcore/input-mask/__tests__/input-mask.browser-test.tsx-snapshots/-visual-Verify-InputMask-Pipe-example-2-webkit-linux.png differ diff --git a/semcore/input-mask/__tests__/input-mask.browser-test.tsx-snapshots/-visual-Verify-InputMask-basic-example-1-chromium-linux.png b/semcore/input-mask/__tests__/input-mask.browser-test.tsx-snapshots/-visual-Verify-InputMask-basic-example-1-chromium-linux.png index 57a4ee6aa8..4033af34f3 100644 Binary files a/semcore/input-mask/__tests__/input-mask.browser-test.tsx-snapshots/-visual-Verify-InputMask-basic-example-1-chromium-linux.png and b/semcore/input-mask/__tests__/input-mask.browser-test.tsx-snapshots/-visual-Verify-InputMask-basic-example-1-chromium-linux.png differ diff --git a/semcore/input-mask/__tests__/input-mask.browser-test.tsx-snapshots/-visual-Verify-InputMask-basic-example-1-firefox-linux.png b/semcore/input-mask/__tests__/input-mask.browser-test.tsx-snapshots/-visual-Verify-InputMask-basic-example-1-firefox-linux.png index 128897276e..da3fabe506 100644 Binary files a/semcore/input-mask/__tests__/input-mask.browser-test.tsx-snapshots/-visual-Verify-InputMask-basic-example-1-firefox-linux.png and b/semcore/input-mask/__tests__/input-mask.browser-test.tsx-snapshots/-visual-Verify-InputMask-basic-example-1-firefox-linux.png differ diff --git a/semcore/input-mask/__tests__/input-mask.browser-test.tsx-snapshots/-visual-Verify-InputMask-basic-example-1-webkit-linux.png b/semcore/input-mask/__tests__/input-mask.browser-test.tsx-snapshots/-visual-Verify-InputMask-basic-example-1-webkit-linux.png index 43bfbb6ef7..3ac7ac8df4 100644 Binary files a/semcore/input-mask/__tests__/input-mask.browser-test.tsx-snapshots/-visual-Verify-InputMask-basic-example-1-webkit-linux.png and b/semcore/input-mask/__tests__/input-mask.browser-test.tsx-snapshots/-visual-Verify-InputMask-basic-example-1-webkit-linux.png differ diff --git a/semcore/input-mask/__tests__/input-mask.browser-test.tsx-snapshots/-visual-Verify-InputMask-basic-example-2-chromium-linux.png b/semcore/input-mask/__tests__/input-mask.browser-test.tsx-snapshots/-visual-Verify-InputMask-basic-example-2-chromium-linux.png index 0c26f557be..2c9a5c3dc4 100644 Binary files a/semcore/input-mask/__tests__/input-mask.browser-test.tsx-snapshots/-visual-Verify-InputMask-basic-example-2-chromium-linux.png and b/semcore/input-mask/__tests__/input-mask.browser-test.tsx-snapshots/-visual-Verify-InputMask-basic-example-2-chromium-linux.png differ diff --git a/semcore/input-mask/__tests__/input-mask.browser-test.tsx-snapshots/-visual-Verify-InputMask-basic-example-2-firefox-linux.png b/semcore/input-mask/__tests__/input-mask.browser-test.tsx-snapshots/-visual-Verify-InputMask-basic-example-2-firefox-linux.png index 8f4f9aa9c0..9aa5ea57d8 100644 Binary files a/semcore/input-mask/__tests__/input-mask.browser-test.tsx-snapshots/-visual-Verify-InputMask-basic-example-2-firefox-linux.png and b/semcore/input-mask/__tests__/input-mask.browser-test.tsx-snapshots/-visual-Verify-InputMask-basic-example-2-firefox-linux.png differ diff --git a/semcore/input-mask/__tests__/input-mask.browser-test.tsx-snapshots/-visual-Verify-InputMask-basic-example-2-webkit-linux.png b/semcore/input-mask/__tests__/input-mask.browser-test.tsx-snapshots/-visual-Verify-InputMask-basic-example-2-webkit-linux.png index 9f1223bf00..bfd1c04a43 100644 Binary files a/semcore/input-mask/__tests__/input-mask.browser-test.tsx-snapshots/-visual-Verify-InputMask-basic-example-2-webkit-linux.png and b/semcore/input-mask/__tests__/input-mask.browser-test.tsx-snapshots/-visual-Verify-InputMask-basic-example-2-webkit-linux.png differ diff --git a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-Input-Number-with-Addon-and-st-358ef-rols-true-value-1234-56-placeholder-undefined-1-chromium-linux.png b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-Input-Number-with-Addon-and-st-358ef-rols-true-value-1234-56-placeholder-undefined-1-chromium-linux.png index 6db13ba77e..b0d5b628c4 100644 Binary files a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-Input-Number-with-Addon-and-st-358ef-rols-true-value-1234-56-placeholder-undefined-1-chromium-linux.png and b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-Input-Number-with-Addon-and-st-358ef-rols-true-value-1234-56-placeholder-undefined-1-chromium-linux.png differ diff --git a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-Input-Number-with-Addon-and-st-358ef-rols-true-value-1234-56-placeholder-undefined-1-firefox-linux.png b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-Input-Number-with-Addon-and-st-358ef-rols-true-value-1234-56-placeholder-undefined-1-firefox-linux.png index 8f7388e961..6df4b6269f 100644 Binary files a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-Input-Number-with-Addon-and-st-358ef-rols-true-value-1234-56-placeholder-undefined-1-firefox-linux.png and b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-Input-Number-with-Addon-and-st-358ef-rols-true-value-1234-56-placeholder-undefined-1-firefox-linux.png differ diff --git a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-Input-Number-with-Addon-and-st-358ef-rols-true-value-1234-56-placeholder-undefined-1-webkit-linux.png b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-Input-Number-with-Addon-and-st-358ef-rols-true-value-1234-56-placeholder-undefined-1-webkit-linux.png index 4704dccdd3..8aec344f7a 100644 Binary files a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-Input-Number-with-Addon-and-st-358ef-rols-true-value-1234-56-placeholder-undefined-1-webkit-linux.png and b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-Input-Number-with-Addon-and-st-358ef-rols-true-value-1234-56-placeholder-undefined-1-webkit-linux.png differ diff --git a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-Input-Number-with-Addon-and-st-74afc-ols-false-value-9876-54-placeholder-undefined-1-chromium-linux.png b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-Input-Number-with-Addon-and-st-74afc-ols-false-value-9876-54-placeholder-undefined-1-chromium-linux.png index 2cf03b7c29..1bf022f2e2 100644 Binary files a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-Input-Number-with-Addon-and-st-74afc-ols-false-value-9876-54-placeholder-undefined-1-chromium-linux.png and b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-Input-Number-with-Addon-and-st-74afc-ols-false-value-9876-54-placeholder-undefined-1-chromium-linux.png differ diff --git a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-Input-Number-with-Addon-and-st-74afc-ols-false-value-9876-54-placeholder-undefined-1-firefox-linux.png b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-Input-Number-with-Addon-and-st-74afc-ols-false-value-9876-54-placeholder-undefined-1-firefox-linux.png index 9889d5a5ba..f58312cfa1 100644 Binary files a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-Input-Number-with-Addon-and-st-74afc-ols-false-value-9876-54-placeholder-undefined-1-firefox-linux.png and b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-Input-Number-with-Addon-and-st-74afc-ols-false-value-9876-54-placeholder-undefined-1-firefox-linux.png differ diff --git a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-Input-Number-with-Addon-and-st-74afc-ols-false-value-9876-54-placeholder-undefined-1-webkit-linux.png b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-Input-Number-with-Addon-and-st-74afc-ols-false-value-9876-54-placeholder-undefined-1-webkit-linux.png index f167b25e4c..c467eb9d41 100644 Binary files a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-Input-Number-with-Addon-and-st-74afc-ols-false-value-9876-54-placeholder-undefined-1-webkit-linux.png and b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-Input-Number-with-Addon-and-st-74afc-ols-false-value-9876-54-placeholder-undefined-1-webkit-linux.png differ diff --git a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-Input-Number-with-Addon-and-st-7ed1c-rue-value-undefined-placeholder-Enter-a-value-1-chromium-linux.png b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-Input-Number-with-Addon-and-st-7ed1c-rue-value-undefined-placeholder-Enter-a-value-1-chromium-linux.png index 251edefc03..9bba632e4d 100644 Binary files a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-Input-Number-with-Addon-and-st-7ed1c-rue-value-undefined-placeholder-Enter-a-value-1-chromium-linux.png and b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-Input-Number-with-Addon-and-st-7ed1c-rue-value-undefined-placeholder-Enter-a-value-1-chromium-linux.png differ diff --git a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-Input-Number-with-Addon-and-st-7ed1c-rue-value-undefined-placeholder-Enter-a-value-1-firefox-linux.png b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-Input-Number-with-Addon-and-st-7ed1c-rue-value-undefined-placeholder-Enter-a-value-1-firefox-linux.png index fb975044de..3cf1058c9c 100644 Binary files a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-Input-Number-with-Addon-and-st-7ed1c-rue-value-undefined-placeholder-Enter-a-value-1-firefox-linux.png and b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-Input-Number-with-Addon-and-st-7ed1c-rue-value-undefined-placeholder-Enter-a-value-1-firefox-linux.png differ diff --git a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-Input-Number-with-Addon-and-st-7ed1c-rue-value-undefined-placeholder-Enter-a-value-1-webkit-linux.png b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-Input-Number-with-Addon-and-st-7ed1c-rue-value-undefined-placeholder-Enter-a-value-1-webkit-linux.png index 3d30b7c9ce..16944a9d04 100644 Binary files a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-Input-Number-with-Addon-and-st-7ed1c-rue-value-undefined-placeholder-Enter-a-value-1-webkit-linux.png and b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-Input-Number-with-Addon-and-st-7ed1c-rue-value-undefined-placeholder-Enter-a-value-1-webkit-linux.png differ diff --git a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-Input-Number-with-Addon-and-st-df53c-rols-true-value-1234-56-placeholder-undefined-1-chromium-linux.png b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-Input-Number-with-Addon-and-st-df53c-rols-true-value-1234-56-placeholder-undefined-1-chromium-linux.png index 18ef5b049c..79b9b5acf8 100644 Binary files a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-Input-Number-with-Addon-and-st-df53c-rols-true-value-1234-56-placeholder-undefined-1-chromium-linux.png and b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-Input-Number-with-Addon-and-st-df53c-rols-true-value-1234-56-placeholder-undefined-1-chromium-linux.png differ diff --git a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-Input-Number-with-Addon-and-st-df53c-rols-true-value-1234-56-placeholder-undefined-1-firefox-linux.png b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-Input-Number-with-Addon-and-st-df53c-rols-true-value-1234-56-placeholder-undefined-1-firefox-linux.png index 5e0e3d0704..e6bf817782 100644 Binary files a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-Input-Number-with-Addon-and-st-df53c-rols-true-value-1234-56-placeholder-undefined-1-firefox-linux.png and b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-Input-Number-with-Addon-and-st-df53c-rols-true-value-1234-56-placeholder-undefined-1-firefox-linux.png differ diff --git a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-Input-Number-with-Addon-and-st-df53c-rols-true-value-1234-56-placeholder-undefined-1-webkit-linux.png b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-Input-Number-with-Addon-and-st-df53c-rols-true-value-1234-56-placeholder-undefined-1-webkit-linux.png index 081a5fbb8c..af2debdef3 100644 Binary files a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-Input-Number-with-Addon-and-st-df53c-rols-true-value-1234-56-placeholder-undefined-1-webkit-linux.png and b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-Input-Number-with-Addon-and-st-df53c-rols-true-value-1234-56-placeholder-undefined-1-webkit-linux.png differ diff --git a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-1dd41-ntrols-false-value-2500-placeholder-undefined-1-chromium-linux.png b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-1dd41-ntrols-false-value-2500-placeholder-undefined-1-chromium-linux.png index 076327b78e..30aa60116c 100644 Binary files a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-1dd41-ntrols-false-value-2500-placeholder-undefined-1-chromium-linux.png and b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-1dd41-ntrols-false-value-2500-placeholder-undefined-1-chromium-linux.png differ diff --git a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-1dd41-ntrols-false-value-2500-placeholder-undefined-1-firefox-linux.png b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-1dd41-ntrols-false-value-2500-placeholder-undefined-1-firefox-linux.png index 4967402f68..8d77c81fc1 100644 Binary files a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-1dd41-ntrols-false-value-2500-placeholder-undefined-1-firefox-linux.png and b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-1dd41-ntrols-false-value-2500-placeholder-undefined-1-firefox-linux.png differ diff --git a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-1dd41-ntrols-false-value-2500-placeholder-undefined-1-webkit-linux.png b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-1dd41-ntrols-false-value-2500-placeholder-undefined-1-webkit-linux.png index 4a9b566557..bc3bf5a078 100644 Binary files a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-1dd41-ntrols-false-value-2500-placeholder-undefined-1-webkit-linux.png and b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-1dd41-ntrols-false-value-2500-placeholder-undefined-1-webkit-linux.png differ diff --git a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-1f965-ontrols-true-value-1000-placeholder-undefined-2-chromium-linux.png b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-1f965-ontrols-true-value-1000-placeholder-undefined-2-chromium-linux.png index 0f1994ca9d..7b54ac559c 100644 Binary files a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-1f965-ontrols-true-value-1000-placeholder-undefined-2-chromium-linux.png and b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-1f965-ontrols-true-value-1000-placeholder-undefined-2-chromium-linux.png differ diff --git a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-1f965-ontrols-true-value-1000-placeholder-undefined-2-firefox-linux.png b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-1f965-ontrols-true-value-1000-placeholder-undefined-2-firefox-linux.png index dcb977ccf4..4895c389ac 100644 Binary files a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-1f965-ontrols-true-value-1000-placeholder-undefined-2-firefox-linux.png and b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-1f965-ontrols-true-value-1000-placeholder-undefined-2-firefox-linux.png differ diff --git a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-1f965-ontrols-true-value-1000-placeholder-undefined-2-webkit-linux.png b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-1f965-ontrols-true-value-1000-placeholder-undefined-2-webkit-linux.png index 13e9e91dee..9b2b4f403b 100644 Binary files a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-1f965-ontrols-true-value-1000-placeholder-undefined-2-webkit-linux.png and b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-1f965-ontrols-true-value-1000-placeholder-undefined-2-webkit-linux.png differ diff --git a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-27718-lse-value-undefined-placeholder-Enter-a-value-2-chromium-linux.png b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-27718-lse-value-undefined-placeholder-Enter-a-value-2-chromium-linux.png index a4c7ff5fcd..49e5042e39 100644 Binary files a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-27718-lse-value-undefined-placeholder-Enter-a-value-2-chromium-linux.png and b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-27718-lse-value-undefined-placeholder-Enter-a-value-2-chromium-linux.png differ diff --git a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-27718-lse-value-undefined-placeholder-Enter-a-value-2-firefox-linux.png b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-27718-lse-value-undefined-placeholder-Enter-a-value-2-firefox-linux.png index 8780e13357..ce4a8ed326 100644 Binary files a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-27718-lse-value-undefined-placeholder-Enter-a-value-2-firefox-linux.png and b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-27718-lse-value-undefined-placeholder-Enter-a-value-2-firefox-linux.png differ diff --git a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-27718-lse-value-undefined-placeholder-Enter-a-value-2-webkit-linux.png b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-27718-lse-value-undefined-placeholder-Enter-a-value-2-webkit-linux.png index f1b3eb01d8..610eae392e 100644 Binary files a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-27718-lse-value-undefined-placeholder-Enter-a-value-2-webkit-linux.png and b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-27718-lse-value-undefined-placeholder-Enter-a-value-2-webkit-linux.png differ diff --git a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-4829e-rols-true-value-1234-56-placeholder-undefined-2-chromium-linux.png b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-4829e-rols-true-value-1234-56-placeholder-undefined-2-chromium-linux.png index 5261451787..1b3d85a228 100644 Binary files a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-4829e-rols-true-value-1234-56-placeholder-undefined-2-chromium-linux.png and b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-4829e-rols-true-value-1234-56-placeholder-undefined-2-chromium-linux.png differ diff --git a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-4829e-rols-true-value-1234-56-placeholder-undefined-2-firefox-linux.png b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-4829e-rols-true-value-1234-56-placeholder-undefined-2-firefox-linux.png index 5c8045d0b4..68735610eb 100644 Binary files a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-4829e-rols-true-value-1234-56-placeholder-undefined-2-firefox-linux.png and b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-4829e-rols-true-value-1234-56-placeholder-undefined-2-firefox-linux.png differ diff --git a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-4829e-rols-true-value-1234-56-placeholder-undefined-2-webkit-linux.png b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-4829e-rols-true-value-1234-56-placeholder-undefined-2-webkit-linux.png index 704896cdd2..961d1dca2d 100644 Binary files a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-4829e-rols-true-value-1234-56-placeholder-undefined-2-webkit-linux.png and b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-4829e-rols-true-value-1234-56-placeholder-undefined-2-webkit-linux.png differ diff --git a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-6b2d9-ols-false-value-9876-54-placeholder-undefined-1-chromium-linux.png b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-6b2d9-ols-false-value-9876-54-placeholder-undefined-1-chromium-linux.png index 3b1e8b827d..6d995c5044 100644 Binary files a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-6b2d9-ols-false-value-9876-54-placeholder-undefined-1-chromium-linux.png and b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-6b2d9-ols-false-value-9876-54-placeholder-undefined-1-chromium-linux.png differ diff --git a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-6b2d9-ols-false-value-9876-54-placeholder-undefined-1-firefox-linux.png b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-6b2d9-ols-false-value-9876-54-placeholder-undefined-1-firefox-linux.png index 023b69cfd9..f0c0b6c751 100644 Binary files a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-6b2d9-ols-false-value-9876-54-placeholder-undefined-1-firefox-linux.png and b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-6b2d9-ols-false-value-9876-54-placeholder-undefined-1-firefox-linux.png differ diff --git a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-6b2d9-ols-false-value-9876-54-placeholder-undefined-1-webkit-linux.png b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-6b2d9-ols-false-value-9876-54-placeholder-undefined-1-webkit-linux.png index 2d0f001e48..0ae75b9094 100644 Binary files a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-6b2d9-ols-false-value-9876-54-placeholder-undefined-1-webkit-linux.png and b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-6b2d9-ols-false-value-9876-54-placeholder-undefined-1-webkit-linux.png differ diff --git a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-91a1b-rols-true-value-1234-56-placeholder-undefined-1-chromium-linux.png b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-91a1b-rols-true-value-1234-56-placeholder-undefined-1-chromium-linux.png index c47d5d9d9a..3c2aef103e 100644 Binary files a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-91a1b-rols-true-value-1234-56-placeholder-undefined-1-chromium-linux.png and b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-91a1b-rols-true-value-1234-56-placeholder-undefined-1-chromium-linux.png differ diff --git a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-91a1b-rols-true-value-1234-56-placeholder-undefined-1-firefox-linux.png b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-91a1b-rols-true-value-1234-56-placeholder-undefined-1-firefox-linux.png index aa982f712d..114831cc33 100644 Binary files a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-91a1b-rols-true-value-1234-56-placeholder-undefined-1-firefox-linux.png and b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-91a1b-rols-true-value-1234-56-placeholder-undefined-1-firefox-linux.png differ diff --git a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-91a1b-rols-true-value-1234-56-placeholder-undefined-1-webkit-linux.png b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-91a1b-rols-true-value-1234-56-placeholder-undefined-1-webkit-linux.png index 61a1d574f6..1974259e32 100644 Binary files a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-91a1b-rols-true-value-1234-56-placeholder-undefined-1-webkit-linux.png and b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-91a1b-rols-true-value-1234-56-placeholder-undefined-1-webkit-linux.png differ diff --git a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-92269-ntrols-false-value-2500-placeholder-undefined-2-chromium-linux.png b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-92269-ntrols-false-value-2500-placeholder-undefined-2-chromium-linux.png index a31f80eb57..3a72a6ab18 100644 Binary files a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-92269-ntrols-false-value-2500-placeholder-undefined-2-chromium-linux.png and b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-92269-ntrols-false-value-2500-placeholder-undefined-2-chromium-linux.png differ diff --git a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-92269-ntrols-false-value-2500-placeholder-undefined-2-firefox-linux.png b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-92269-ntrols-false-value-2500-placeholder-undefined-2-firefox-linux.png index 01ad855681..820e1ffe46 100644 Binary files a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-92269-ntrols-false-value-2500-placeholder-undefined-2-firefox-linux.png and b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-92269-ntrols-false-value-2500-placeholder-undefined-2-firefox-linux.png differ diff --git a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-92269-ntrols-false-value-2500-placeholder-undefined-2-webkit-linux.png b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-92269-ntrols-false-value-2500-placeholder-undefined-2-webkit-linux.png index 54e1d6473f..6ac8395e91 100644 Binary files a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-92269-ntrols-false-value-2500-placeholder-undefined-2-webkit-linux.png and b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-92269-ntrols-false-value-2500-placeholder-undefined-2-webkit-linux.png differ diff --git a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-d10bf-ue-value-undefined-placeholder-Type-something-2-chromium-linux.png b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-d10bf-ue-value-undefined-placeholder-Type-something-2-chromium-linux.png index 05e669ba9d..5a3eeaa0de 100644 Binary files a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-d10bf-ue-value-undefined-placeholder-Type-something-2-chromium-linux.png and b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-d10bf-ue-value-undefined-placeholder-Type-something-2-chromium-linux.png differ diff --git a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-d10bf-ue-value-undefined-placeholder-Type-something-2-firefox-linux.png b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-d10bf-ue-value-undefined-placeholder-Type-something-2-firefox-linux.png index 17d197a92c..d82304fb60 100644 Binary files a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-d10bf-ue-value-undefined-placeholder-Type-something-2-firefox-linux.png and b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-d10bf-ue-value-undefined-placeholder-Type-something-2-firefox-linux.png differ diff --git a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-d10bf-ue-value-undefined-placeholder-Type-something-2-webkit-linux.png b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-d10bf-ue-value-undefined-placeholder-Type-something-2-webkit-linux.png index 506558066b..7de8ae2a63 100644 Binary files a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-d10bf-ue-value-undefined-placeholder-Type-something-2-webkit-linux.png and b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-d10bf-ue-value-undefined-placeholder-Type-something-2-webkit-linux.png differ diff --git a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-d7e7a-ols-false-value-9876-54-placeholder-undefined-2-chromium-linux.png b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-d7e7a-ols-false-value-9876-54-placeholder-undefined-2-chromium-linux.png index 3f3fd97487..fa1c8bd412 100644 Binary files a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-d7e7a-ols-false-value-9876-54-placeholder-undefined-2-chromium-linux.png and b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-d7e7a-ols-false-value-9876-54-placeholder-undefined-2-chromium-linux.png differ diff --git a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-d7e7a-ols-false-value-9876-54-placeholder-undefined-2-firefox-linux.png b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-d7e7a-ols-false-value-9876-54-placeholder-undefined-2-firefox-linux.png index 39ef35d4a2..de705c3960 100644 Binary files a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-d7e7a-ols-false-value-9876-54-placeholder-undefined-2-firefox-linux.png and b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-d7e7a-ols-false-value-9876-54-placeholder-undefined-2-firefox-linux.png differ diff --git a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-d7e7a-ols-false-value-9876-54-placeholder-undefined-2-webkit-linux.png b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-d7e7a-ols-false-value-9876-54-placeholder-undefined-2-webkit-linux.png index e22f23d24d..7e2729ee56 100644 Binary files a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-d7e7a-ols-false-value-9876-54-placeholder-undefined-2-webkit-linux.png and b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-d7e7a-ols-false-value-9876-54-placeholder-undefined-2-webkit-linux.png differ diff --git a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-dcf30-lse-value-undefined-placeholder-Enter-a-value-1-chromium-linux.png b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-dcf30-lse-value-undefined-placeholder-Enter-a-value-1-chromium-linux.png index 58db3ed707..5e5695ad90 100644 Binary files a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-dcf30-lse-value-undefined-placeholder-Enter-a-value-1-chromium-linux.png and b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-dcf30-lse-value-undefined-placeholder-Enter-a-value-1-chromium-linux.png differ diff --git a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-dcf30-lse-value-undefined-placeholder-Enter-a-value-1-firefox-linux.png b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-dcf30-lse-value-undefined-placeholder-Enter-a-value-1-firefox-linux.png index fc8c9fff4f..5a438967ba 100644 Binary files a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-dcf30-lse-value-undefined-placeholder-Enter-a-value-1-firefox-linux.png and b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-dcf30-lse-value-undefined-placeholder-Enter-a-value-1-firefox-linux.png differ diff --git a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-dcf30-lse-value-undefined-placeholder-Enter-a-value-1-webkit-linux.png b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-dcf30-lse-value-undefined-placeholder-Enter-a-value-1-webkit-linux.png index b648f71857..7419b85a20 100644 Binary files a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-dcf30-lse-value-undefined-placeholder-Enter-a-value-1-webkit-linux.png and b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-dcf30-lse-value-undefined-placeholder-Enter-a-value-1-webkit-linux.png differ diff --git a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-e1885-ontrols-true-value-1000-placeholder-undefined-1-chromium-linux.png b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-e1885-ontrols-true-value-1000-placeholder-undefined-1-chromium-linux.png index 8d8b03bba8..6af1a1910d 100644 Binary files a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-e1885-ontrols-true-value-1000-placeholder-undefined-1-chromium-linux.png and b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-e1885-ontrols-true-value-1000-placeholder-undefined-1-chromium-linux.png differ diff --git a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-e1885-ontrols-true-value-1000-placeholder-undefined-1-firefox-linux.png b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-e1885-ontrols-true-value-1000-placeholder-undefined-1-firefox-linux.png index 8f24827114..e5c2f22f7d 100644 Binary files a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-e1885-ontrols-true-value-1000-placeholder-undefined-1-firefox-linux.png and b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-e1885-ontrols-true-value-1000-placeholder-undefined-1-firefox-linux.png differ diff --git a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-e1885-ontrols-true-value-1000-placeholder-undefined-1-webkit-linux.png b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-e1885-ontrols-true-value-1000-placeholder-undefined-1-webkit-linux.png index 05c5885874..b5f46533ca 100644 Binary files a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-e1885-ontrols-true-value-1000-placeholder-undefined-1-webkit-linux.png and b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-e1885-ontrols-true-value-1000-placeholder-undefined-1-webkit-linux.png differ diff --git a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-f50ab-ue-value-undefined-placeholder-Type-something-1-chromium-linux.png b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-f50ab-ue-value-undefined-placeholder-Type-something-1-chromium-linux.png index c3ce774376..592fa25417 100644 Binary files a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-f50ab-ue-value-undefined-placeholder-Type-something-1-chromium-linux.png and b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-f50ab-ue-value-undefined-placeholder-Type-something-1-chromium-linux.png differ diff --git a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-f50ab-ue-value-undefined-placeholder-Type-something-1-firefox-linux.png b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-f50ab-ue-value-undefined-placeholder-Type-something-1-firefox-linux.png index d3bbacc999..561476acdc 100644 Binary files a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-f50ab-ue-value-undefined-placeholder-Type-something-1-firefox-linux.png and b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-f50ab-ue-value-undefined-placeholder-Type-something-1-firefox-linux.png differ diff --git a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-f50ab-ue-value-undefined-placeholder-Type-something-1-webkit-linux.png b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-f50ab-ue-value-undefined-placeholder-Type-something-1-webkit-linux.png index acb5b76584..ab6397c274 100644 Binary files a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-f50ab-ue-value-undefined-placeholder-Type-something-1-webkit-linux.png and b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-active-Input-Number-with-state-f50ab-ue-value-undefined-placeholder-Type-something-1-webkit-linux.png differ diff --git a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-custom-appearance-1-chromium-linux.png b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-custom-appearance-1-chromium-linux.png index 9724afb0ea..d31ec3cc1b 100644 Binary files a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-custom-appearance-1-chromium-linux.png and b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-custom-appearance-1-chromium-linux.png differ diff --git a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-custom-appearance-1-firefox-linux.png b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-custom-appearance-1-firefox-linux.png index b71f025976..bed38bc386 100644 Binary files a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-custom-appearance-1-firefox-linux.png and b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-custom-appearance-1-firefox-linux.png differ diff --git a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-custom-appearance-1-webkit-linux.png b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-custom-appearance-1-webkit-linux.png index 9298ccc8ac..502fca61e9 100644 Binary files a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-custom-appearance-1-webkit-linux.png and b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-custom-appearance-1-webkit-linux.png differ diff --git a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-custom-appearance-2-chromium-linux.png b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-custom-appearance-2-chromium-linux.png index 92c658f3c4..623b2f72b5 100644 Binary files a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-custom-appearance-2-chromium-linux.png and b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-custom-appearance-2-chromium-linux.png differ diff --git a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-custom-appearance-2-firefox-linux.png b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-custom-appearance-2-firefox-linux.png index 8ade3d2d64..804668eea9 100644 Binary files a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-custom-appearance-2-firefox-linux.png and b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-custom-appearance-2-firefox-linux.png differ diff --git a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-custom-appearance-2-webkit-linux.png b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-custom-appearance-2-webkit-linux.png index 69695ac40b..a4929141c7 100644 Binary files a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-custom-appearance-2-webkit-linux.png and b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-custom-appearance-2-webkit-linux.png differ diff --git a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-custom-appearance-3-chromium-linux.png b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-custom-appearance-3-chromium-linux.png index 3477cacee0..c7e7650389 100644 Binary files a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-custom-appearance-3-chromium-linux.png and b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-custom-appearance-3-chromium-linux.png differ diff --git a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-custom-appearance-3-firefox-linux.png b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-custom-appearance-3-firefox-linux.png index ee9a2f294a..3bd54695ec 100644 Binary files a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-custom-appearance-3-firefox-linux.png and b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-custom-appearance-3-firefox-linux.png differ diff --git a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-custom-appearance-3-webkit-linux.png b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-custom-appearance-3-webkit-linux.png index 9edbc40123..15327502e5 100644 Binary files a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-custom-appearance-3-webkit-linux.png and b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-custom-appearance-3-webkit-linux.png differ diff --git a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-not-active-Input-Number-with-s-1e276-rue-value-undefined-placeholder-Enter-a-value-1-chromium-linux.png b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-not-active-Input-Number-with-s-1e276-rue-value-undefined-placeholder-Enter-a-value-1-chromium-linux.png index 62fd583b49..8b0ce61649 100644 Binary files a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-not-active-Input-Number-with-s-1e276-rue-value-undefined-placeholder-Enter-a-value-1-chromium-linux.png and b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-not-active-Input-Number-with-s-1e276-rue-value-undefined-placeholder-Enter-a-value-1-chromium-linux.png differ diff --git a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-not-active-Input-Number-with-s-1e276-rue-value-undefined-placeholder-Enter-a-value-1-firefox-linux.png b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-not-active-Input-Number-with-s-1e276-rue-value-undefined-placeholder-Enter-a-value-1-firefox-linux.png index 92b6684c22..c5aba058d2 100644 Binary files a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-not-active-Input-Number-with-s-1e276-rue-value-undefined-placeholder-Enter-a-value-1-firefox-linux.png and b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-not-active-Input-Number-with-s-1e276-rue-value-undefined-placeholder-Enter-a-value-1-firefox-linux.png differ diff --git a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-not-active-Input-Number-with-s-1e276-rue-value-undefined-placeholder-Enter-a-value-1-webkit-linux.png b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-not-active-Input-Number-with-s-1e276-rue-value-undefined-placeholder-Enter-a-value-1-webkit-linux.png index 5d3c734e68..e1b59c23dc 100644 Binary files a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-not-active-Input-Number-with-s-1e276-rue-value-undefined-placeholder-Enter-a-value-1-webkit-linux.png and b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-not-active-Input-Number-with-s-1e276-rue-value-undefined-placeholder-Enter-a-value-1-webkit-linux.png differ diff --git a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-not-active-Input-Number-with-s-501fa-ls-undefined-value-2500-placeholder-undefined-1-chromium-linux.png b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-not-active-Input-Number-with-s-501fa-ls-undefined-value-2500-placeholder-undefined-1-chromium-linux.png index fc21edf7fc..2273df9ab8 100644 Binary files a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-not-active-Input-Number-with-s-501fa-ls-undefined-value-2500-placeholder-undefined-1-chromium-linux.png and b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-not-active-Input-Number-with-s-501fa-ls-undefined-value-2500-placeholder-undefined-1-chromium-linux.png differ diff --git a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-not-active-Input-Number-with-s-501fa-ls-undefined-value-2500-placeholder-undefined-1-firefox-linux.png b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-not-active-Input-Number-with-s-501fa-ls-undefined-value-2500-placeholder-undefined-1-firefox-linux.png index 967c557e22..2e44a773b6 100644 Binary files a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-not-active-Input-Number-with-s-501fa-ls-undefined-value-2500-placeholder-undefined-1-firefox-linux.png and b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-not-active-Input-Number-with-s-501fa-ls-undefined-value-2500-placeholder-undefined-1-firefox-linux.png differ diff --git a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-not-active-Input-Number-with-s-501fa-ls-undefined-value-2500-placeholder-undefined-1-webkit-linux.png b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-not-active-Input-Number-with-s-501fa-ls-undefined-value-2500-placeholder-undefined-1-webkit-linux.png index bf6d32e119..ed613f24b9 100644 Binary files a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-not-active-Input-Number-with-s-501fa-ls-undefined-value-2500-placeholder-undefined-1-webkit-linux.png and b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-not-active-Input-Number-with-s-501fa-ls-undefined-value-2500-placeholder-undefined-1-webkit-linux.png differ diff --git a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-not-active-Input-Number-with-s-51cd8-ed-value-undefined-placeholder-Type-something-1-chromium-linux.png b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-not-active-Input-Number-with-s-51cd8-ed-value-undefined-placeholder-Type-something-1-chromium-linux.png index e7390b88cc..e6e524c1d0 100644 Binary files a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-not-active-Input-Number-with-s-51cd8-ed-value-undefined-placeholder-Type-something-1-chromium-linux.png and b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-not-active-Input-Number-with-s-51cd8-ed-value-undefined-placeholder-Type-something-1-chromium-linux.png differ diff --git a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-not-active-Input-Number-with-s-51cd8-ed-value-undefined-placeholder-Type-something-1-firefox-linux.png b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-not-active-Input-Number-with-s-51cd8-ed-value-undefined-placeholder-Type-something-1-firefox-linux.png index 5e905d83eb..b4d60cf832 100644 Binary files a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-not-active-Input-Number-with-s-51cd8-ed-value-undefined-placeholder-Type-something-1-firefox-linux.png and b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-not-active-Input-Number-with-s-51cd8-ed-value-undefined-placeholder-Type-something-1-firefox-linux.png differ diff --git a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-not-active-Input-Number-with-s-51cd8-ed-value-undefined-placeholder-Type-something-1-webkit-linux.png b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-not-active-Input-Number-with-s-51cd8-ed-value-undefined-placeholder-Type-something-1-webkit-linux.png index 311fdab36f..48d9a658ce 100644 Binary files a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-not-active-Input-Number-with-s-51cd8-ed-value-undefined-placeholder-Type-something-1-webkit-linux.png and b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-not-active-Input-Number-with-s-51cd8-ed-value-undefined-placeholder-Type-something-1-webkit-linux.png differ diff --git a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-not-active-Input-Number-with-s-71850-rue-value-undefined-placeholder-Enter-a-value-1-chromium-linux.png b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-not-active-Input-Number-with-s-71850-rue-value-undefined-placeholder-Enter-a-value-1-chromium-linux.png index 6e837e0169..a16899e53c 100644 Binary files a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-not-active-Input-Number-with-s-71850-rue-value-undefined-placeholder-Enter-a-value-1-chromium-linux.png and b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-not-active-Input-Number-with-s-71850-rue-value-undefined-placeholder-Enter-a-value-1-chromium-linux.png differ diff --git a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-not-active-Input-Number-with-s-71850-rue-value-undefined-placeholder-Enter-a-value-1-firefox-linux.png b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-not-active-Input-Number-with-s-71850-rue-value-undefined-placeholder-Enter-a-value-1-firefox-linux.png index bb58d9e65b..5b5c946cfb 100644 Binary files a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-not-active-Input-Number-with-s-71850-rue-value-undefined-placeholder-Enter-a-value-1-firefox-linux.png and b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-not-active-Input-Number-with-s-71850-rue-value-undefined-placeholder-Enter-a-value-1-firefox-linux.png differ diff --git a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-not-active-Input-Number-with-s-71850-rue-value-undefined-placeholder-Enter-a-value-1-webkit-linux.png b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-not-active-Input-Number-with-s-71850-rue-value-undefined-placeholder-Enter-a-value-1-webkit-linux.png index e3302d86e3..94ac644b74 100644 Binary files a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-not-active-Input-Number-with-s-71850-rue-value-undefined-placeholder-Enter-a-value-1-webkit-linux.png and b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-not-active-Input-Number-with-s-71850-rue-value-undefined-placeholder-Enter-a-value-1-webkit-linux.png differ diff --git a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-not-active-Input-Number-with-s-9c4c7-ls-undefined-value-1000-placeholder-undefined-1-chromium-linux.png b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-not-active-Input-Number-with-s-9c4c7-ls-undefined-value-1000-placeholder-undefined-1-chromium-linux.png index 58e3a38f8a..f625c56a8a 100644 Binary files a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-not-active-Input-Number-with-s-9c4c7-ls-undefined-value-1000-placeholder-undefined-1-chromium-linux.png and b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-not-active-Input-Number-with-s-9c4c7-ls-undefined-value-1000-placeholder-undefined-1-chromium-linux.png differ diff --git a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-not-active-Input-Number-with-s-9c4c7-ls-undefined-value-1000-placeholder-undefined-1-firefox-linux.png b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-not-active-Input-Number-with-s-9c4c7-ls-undefined-value-1000-placeholder-undefined-1-firefox-linux.png index 786bb267f1..4decb0c93b 100644 Binary files a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-not-active-Input-Number-with-s-9c4c7-ls-undefined-value-1000-placeholder-undefined-1-firefox-linux.png and b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-not-active-Input-Number-with-s-9c4c7-ls-undefined-value-1000-placeholder-undefined-1-firefox-linux.png differ diff --git a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-not-active-Input-Number-with-s-9c4c7-ls-undefined-value-1000-placeholder-undefined-1-webkit-linux.png b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-not-active-Input-Number-with-s-9c4c7-ls-undefined-value-1000-placeholder-undefined-1-webkit-linux.png index b052ab3139..f14d0f2b3a 100644 Binary files a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-not-active-Input-Number-with-s-9c4c7-ls-undefined-value-1000-placeholder-undefined-1-webkit-linux.png and b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-not-active-Input-Number-with-s-9c4c7-ls-undefined-value-1000-placeholder-undefined-1-webkit-linux.png differ diff --git a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-not-active-Input-Number-with-s-f1f9f-undefined-value-9876-54-placeholder-undefined-1-chromium-linux.png b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-not-active-Input-Number-with-s-f1f9f-undefined-value-9876-54-placeholder-undefined-1-chromium-linux.png index 1c1fa20014..77e3cf8680 100644 Binary files a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-not-active-Input-Number-with-s-f1f9f-undefined-value-9876-54-placeholder-undefined-1-chromium-linux.png and b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-not-active-Input-Number-with-s-f1f9f-undefined-value-9876-54-placeholder-undefined-1-chromium-linux.png differ diff --git a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-not-active-Input-Number-with-s-f1f9f-undefined-value-9876-54-placeholder-undefined-1-firefox-linux.png b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-not-active-Input-Number-with-s-f1f9f-undefined-value-9876-54-placeholder-undefined-1-firefox-linux.png index a9b83fccb1..4ebad6e041 100644 Binary files a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-not-active-Input-Number-with-s-f1f9f-undefined-value-9876-54-placeholder-undefined-1-firefox-linux.png and b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-not-active-Input-Number-with-s-f1f9f-undefined-value-9876-54-placeholder-undefined-1-firefox-linux.png differ diff --git a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-not-active-Input-Number-with-s-f1f9f-undefined-value-9876-54-placeholder-undefined-1-webkit-linux.png b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-not-active-Input-Number-with-s-f1f9f-undefined-value-9876-54-placeholder-undefined-1-webkit-linux.png index 0478dab0ec..cc6f8f3c8c 100644 Binary files a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-not-active-Input-Number-with-s-f1f9f-undefined-value-9876-54-placeholder-undefined-1-webkit-linux.png and b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-not-active-Input-Number-with-s-f1f9f-undefined-value-9876-54-placeholder-undefined-1-webkit-linux.png differ diff --git a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-range-of-values-appearance-1-chromium-linux.png b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-range-of-values-appearance-1-chromium-linux.png index 2be067b8db..c475cec69e 100644 Binary files a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-range-of-values-appearance-1-chromium-linux.png and b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-range-of-values-appearance-1-chromium-linux.png differ diff --git a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-range-of-values-appearance-1-firefox-linux.png b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-range-of-values-appearance-1-firefox-linux.png index 89ffdf6b37..13d9f8dc64 100644 Binary files a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-range-of-values-appearance-1-firefox-linux.png and b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-range-of-values-appearance-1-firefox-linux.png differ diff --git a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-range-of-values-appearance-1-webkit-linux.png b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-range-of-values-appearance-1-webkit-linux.png index beefb27fce..6751801bd2 100644 Binary files a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-range-of-values-appearance-1-webkit-linux.png and b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-range-of-values-appearance-1-webkit-linux.png differ diff --git a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-range-of-values-appearance-2-chromium-linux.png b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-range-of-values-appearance-2-chromium-linux.png index 07d208d0d8..864f986172 100644 Binary files a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-range-of-values-appearance-2-chromium-linux.png and b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-range-of-values-appearance-2-chromium-linux.png differ diff --git a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-range-of-values-appearance-2-firefox-linux.png b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-range-of-values-appearance-2-firefox-linux.png index b194244d55..c5522537ef 100644 Binary files a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-range-of-values-appearance-2-firefox-linux.png and b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-range-of-values-appearance-2-firefox-linux.png differ diff --git a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-range-of-values-appearance-2-webkit-linux.png b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-range-of-values-appearance-2-webkit-linux.png index 1aa021ac3b..8fdff3b3cc 100644 Binary files a/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-range-of-values-appearance-2-webkit-linux.png and b/semcore/input-number/__tests__/input-number.browser-test.tsx-snapshots/-visual-Verify-range-of-values-appearance-2-webkit-linux.png differ diff --git a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-03e27--size-l-disabled-true-unfocused-and-focused-1-chromium-linux.png b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-03e27--size-l-disabled-true-unfocused-and-focused-1-chromium-linux.png index 5b0d03da23..76efa6899d 100644 Binary files a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-03e27--size-l-disabled-true-unfocused-and-focused-1-chromium-linux.png and b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-03e27--size-l-disabled-true-unfocused-and-focused-1-chromium-linux.png differ diff --git a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-03e27--size-l-disabled-true-unfocused-and-focused-1-firefox-linux.png b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-03e27--size-l-disabled-true-unfocused-and-focused-1-firefox-linux.png index 2f4c258f6a..ebb0b9546a 100644 Binary files a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-03e27--size-l-disabled-true-unfocused-and-focused-1-firefox-linux.png and b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-03e27--size-l-disabled-true-unfocused-and-focused-1-firefox-linux.png differ diff --git a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-03e27--size-l-disabled-true-unfocused-and-focused-1-webkit-linux.png b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-03e27--size-l-disabled-true-unfocused-and-focused-1-webkit-linux.png index 21d0e1cd7f..810f7dfdb9 100644 Binary files a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-03e27--size-l-disabled-true-unfocused-and-focused-1-webkit-linux.png and b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-03e27--size-l-disabled-true-unfocused-and-focused-1-webkit-linux.png differ diff --git a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-106c5--xl-size-and-disabled-false-and-editable-true-1-chromium-linux.png b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-106c5--xl-size-and-disabled-false-and-editable-true-1-chromium-linux.png index 6a60de7582..7b72f0f34f 100644 Binary files a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-106c5--xl-size-and-disabled-false-and-editable-true-1-chromium-linux.png and b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-106c5--xl-size-and-disabled-false-and-editable-true-1-chromium-linux.png differ diff --git a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-13096-size-l-disabled-false-unfocused-and-focused-1-chromium-linux.png b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-13096-size-l-disabled-false-unfocused-and-focused-1-chromium-linux.png index 93aff00acc..12c15dee41 100644 Binary files a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-13096-size-l-disabled-false-unfocused-and-focused-1-chromium-linux.png and b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-13096-size-l-disabled-false-unfocused-and-focused-1-chromium-linux.png differ diff --git a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-13096-size-l-disabled-false-unfocused-and-focused-1-firefox-linux.png b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-13096-size-l-disabled-false-unfocused-and-focused-1-firefox-linux.png index 0d6502bb52..16bcc87af9 100644 Binary files a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-13096-size-l-disabled-false-unfocused-and-focused-1-firefox-linux.png and b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-13096-size-l-disabled-false-unfocused-and-focused-1-firefox-linux.png differ diff --git a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-13096-size-l-disabled-false-unfocused-and-focused-1-webkit-linux.png b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-13096-size-l-disabled-false-unfocused-and-focused-1-webkit-linux.png index c159e4df56..dcae944dba 100644 Binary files a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-13096-size-l-disabled-false-unfocused-and-focused-1-webkit-linux.png and b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-13096-size-l-disabled-false-unfocused-and-focused-1-webkit-linux.png differ diff --git a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-14f75-l-size-and-disabled-true-and-interactive-true-1-chromium-linux.png b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-14f75-l-size-and-disabled-true-and-interactive-true-1-chromium-linux.png index 6fdeed6cf6..7e4150aa41 100644 Binary files a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-14f75-l-size-and-disabled-true-and-interactive-true-1-chromium-linux.png and b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-14f75-l-size-and-disabled-true-and-interactive-true-1-chromium-linux.png differ diff --git a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-14f75-l-size-and-disabled-true-and-interactive-true-1-firefox-linux.png b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-14f75-l-size-and-disabled-true-and-interactive-true-1-firefox-linux.png index 572e617c30..fd711dc301 100644 Binary files a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-14f75-l-size-and-disabled-true-and-interactive-true-1-firefox-linux.png and b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-14f75-l-size-and-disabled-true-and-interactive-true-1-firefox-linux.png differ diff --git a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-14f75-l-size-and-disabled-true-and-interactive-true-1-webkit-linux.png b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-14f75-l-size-and-disabled-true-and-interactive-true-1-webkit-linux.png index 0a46a70764..47df3360c4 100644 Binary files a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-14f75-l-size-and-disabled-true-and-interactive-true-1-webkit-linux.png and b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-14f75-l-size-and-disabled-true-and-interactive-true-1-webkit-linux.png differ diff --git a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-23af9-size-and-disabled-true-and-editable-undefined-1-chromium-linux.png b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-23af9-size-and-disabled-true-and-editable-undefined-1-chromium-linux.png index 8008188b0a..55d60cad58 100644 Binary files a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-23af9-size-and-disabled-true-and-editable-undefined-1-chromium-linux.png and b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-23af9-size-and-disabled-true-and-editable-undefined-1-chromium-linux.png differ diff --git a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-2d46e-size-l-disabled-false-unfocused-and-focused-1-chromium-linux.png b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-2d46e-size-l-disabled-false-unfocused-and-focused-1-chromium-linux.png index aa38b19472..dd136d5576 100644 Binary files a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-2d46e-size-l-disabled-false-unfocused-and-focused-1-chromium-linux.png and b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-2d46e-size-l-disabled-false-unfocused-and-focused-1-chromium-linux.png differ diff --git a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-2d46e-size-l-disabled-false-unfocused-and-focused-1-firefox-linux.png b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-2d46e-size-l-disabled-false-unfocused-and-focused-1-firefox-linux.png index af1afb6847..e1bf0d8fb1 100644 Binary files a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-2d46e-size-l-disabled-false-unfocused-and-focused-1-firefox-linux.png and b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-2d46e-size-l-disabled-false-unfocused-and-focused-1-firefox-linux.png differ diff --git a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-2d46e-size-l-disabled-false-unfocused-and-focused-1-webkit-linux.png b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-2d46e-size-l-disabled-false-unfocused-and-focused-1-webkit-linux.png index 4721d14b78..8cd2b809b9 100644 Binary files a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-2d46e-size-l-disabled-false-unfocused-and-focused-1-webkit-linux.png and b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-2d46e-size-l-disabled-false-unfocused-and-focused-1-webkit-linux.png differ diff --git a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-36cb5--and-disabled-false-and-interactive-undefined-1-chromium-linux.png b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-36cb5--and-disabled-false-and-interactive-undefined-1-chromium-linux.png index 2b8c1433f6..b068a7ee9c 100644 Binary files a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-36cb5--and-disabled-false-and-interactive-undefined-1-chromium-linux.png and b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-36cb5--and-disabled-false-and-interactive-undefined-1-chromium-linux.png differ diff --git a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-36cb5--and-disabled-false-and-interactive-undefined-1-firefox-linux.png b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-36cb5--and-disabled-false-and-interactive-undefined-1-firefox-linux.png index 3d3c72f7f4..78ebc44899 100644 Binary files a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-36cb5--and-disabled-false-and-interactive-undefined-1-firefox-linux.png and b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-36cb5--and-disabled-false-and-interactive-undefined-1-firefox-linux.png differ diff --git a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-36cb5--and-disabled-false-and-interactive-undefined-1-webkit-linux.png b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-36cb5--and-disabled-false-and-interactive-undefined-1-webkit-linux.png index fdb904e0bb..bf9e98cb48 100644 Binary files a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-36cb5--and-disabled-false-and-interactive-undefined-1-webkit-linux.png and b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-36cb5--and-disabled-false-and-interactive-undefined-1-webkit-linux.png differ diff --git a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-38d1e-size-m-disabled-false-unfocused-and-focused-2-chromium-linux.png b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-38d1e-size-m-disabled-false-unfocused-and-focused-2-chromium-linux.png index 14ebdbe4ee..c7e987c51a 100644 Binary files a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-38d1e-size-m-disabled-false-unfocused-and-focused-2-chromium-linux.png and b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-38d1e-size-m-disabled-false-unfocused-and-focused-2-chromium-linux.png differ diff --git a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-38d1e-size-m-disabled-false-unfocused-and-focused-2-firefox-linux.png b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-38d1e-size-m-disabled-false-unfocused-and-focused-2-firefox-linux.png index 187ae28516..417edf660e 100644 Binary files a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-38d1e-size-m-disabled-false-unfocused-and-focused-2-firefox-linux.png and b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-38d1e-size-m-disabled-false-unfocused-and-focused-2-firefox-linux.png differ diff --git a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-38d1e-size-m-disabled-false-unfocused-and-focused-2-webkit-linux.png b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-38d1e-size-m-disabled-false-unfocused-and-focused-2-webkit-linux.png index 3eb93d1e54..f1a03c4ac7 100644 Binary files a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-38d1e-size-m-disabled-false-unfocused-and-focused-2-webkit-linux.png and b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-38d1e-size-m-disabled-false-unfocused-and-focused-2-webkit-linux.png differ diff --git a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-5d736--size-m-disabled-true-unfocused-and-focused-1-chromium-linux.png b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-5d736--size-m-disabled-true-unfocused-and-focused-1-chromium-linux.png index fd3007ad93..1c1144d680 100644 Binary files a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-5d736--size-m-disabled-true-unfocused-and-focused-1-chromium-linux.png and b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-5d736--size-m-disabled-true-unfocused-and-focused-1-chromium-linux.png differ diff --git a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-5d736--size-m-disabled-true-unfocused-and-focused-1-firefox-linux.png b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-5d736--size-m-disabled-true-unfocused-and-focused-1-firefox-linux.png index d17143c799..81774a5722 100644 Binary files a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-5d736--size-m-disabled-true-unfocused-and-focused-1-firefox-linux.png and b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-5d736--size-m-disabled-true-unfocused-and-focused-1-firefox-linux.png differ diff --git a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-5d736--size-m-disabled-true-unfocused-and-focused-1-webkit-linux.png b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-5d736--size-m-disabled-true-unfocused-and-focused-1-webkit-linux.png index 5d904ea34b..0f0b0748a8 100644 Binary files a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-5d736--size-m-disabled-true-unfocused-and-focused-1-webkit-linux.png and b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-5d736--size-m-disabled-true-unfocused-and-focused-1-webkit-linux.png differ diff --git a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-6bda9--size-m-disabled-true-unfocused-and-focused-1-chromium-linux.png b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-6bda9--size-m-disabled-true-unfocused-and-focused-1-chromium-linux.png index acd4aff822..00885dfa91 100644 Binary files a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-6bda9--size-m-disabled-true-unfocused-and-focused-1-chromium-linux.png and b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-6bda9--size-m-disabled-true-unfocused-and-focused-1-chromium-linux.png differ diff --git a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-6bda9--size-m-disabled-true-unfocused-and-focused-1-firefox-linux.png b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-6bda9--size-m-disabled-true-unfocused-and-focused-1-firefox-linux.png index d978a1401d..d27e73478f 100644 Binary files a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-6bda9--size-m-disabled-true-unfocused-and-focused-1-firefox-linux.png and b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-6bda9--size-m-disabled-true-unfocused-and-focused-1-firefox-linux.png differ diff --git a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-6bda9--size-m-disabled-true-unfocused-and-focused-1-webkit-linux.png b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-6bda9--size-m-disabled-true-unfocused-and-focused-1-webkit-linux.png index ff923cee35..bc82bbb84e 100644 Binary files a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-6bda9--size-m-disabled-true-unfocused-and-focused-1-webkit-linux.png and b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-6bda9--size-m-disabled-true-unfocused-and-focused-1-webkit-linux.png differ diff --git a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-86214--size-l-disabled-true-unfocused-and-focused-1-chromium-linux.png b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-86214--size-l-disabled-true-unfocused-and-focused-1-chromium-linux.png index 6934edbd8d..6d72008499 100644 Binary files a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-86214--size-l-disabled-true-unfocused-and-focused-1-chromium-linux.png and b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-86214--size-l-disabled-true-unfocused-and-focused-1-chromium-linux.png differ diff --git a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-86214--size-l-disabled-true-unfocused-and-focused-1-firefox-linux.png b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-86214--size-l-disabled-true-unfocused-and-focused-1-firefox-linux.png index 97c8a40326..1b6d1d94c7 100644 Binary files a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-86214--size-l-disabled-true-unfocused-and-focused-1-firefox-linux.png and b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-86214--size-l-disabled-true-unfocused-and-focused-1-firefox-linux.png differ diff --git a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-86214--size-l-disabled-true-unfocused-and-focused-1-webkit-linux.png b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-86214--size-l-disabled-true-unfocused-and-focused-1-webkit-linux.png index e09952231c..17a14bd918 100644 Binary files a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-86214--size-l-disabled-true-unfocused-and-focused-1-webkit-linux.png and b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-86214--size-l-disabled-true-unfocused-and-focused-1-webkit-linux.png differ diff --git a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-97ada-size-l-disabled-false-unfocused-and-focused-2-chromium-linux.png b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-97ada-size-l-disabled-false-unfocused-and-focused-2-chromium-linux.png index 8ff0f91bc2..282e6b7ccf 100644 Binary files a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-97ada-size-l-disabled-false-unfocused-and-focused-2-chromium-linux.png and b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-97ada-size-l-disabled-false-unfocused-and-focused-2-chromium-linux.png differ diff --git a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-97ada-size-l-disabled-false-unfocused-and-focused-2-firefox-linux.png b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-97ada-size-l-disabled-false-unfocused-and-focused-2-firefox-linux.png index 9e88ddd0c1..14c39a1b8d 100644 Binary files a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-97ada-size-l-disabled-false-unfocused-and-focused-2-firefox-linux.png and b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-97ada-size-l-disabled-false-unfocused-and-focused-2-firefox-linux.png differ diff --git a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-97ada-size-l-disabled-false-unfocused-and-focused-2-webkit-linux.png b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-97ada-size-l-disabled-false-unfocused-and-focused-2-webkit-linux.png index 4d7846a514..0ae244566e 100644 Binary files a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-97ada-size-l-disabled-false-unfocused-and-focused-2-webkit-linux.png and b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-97ada-size-l-disabled-false-unfocused-and-focused-2-webkit-linux.png differ diff --git a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-9a882-size-m-disabled-false-unfocused-and-focused-1-chromium-linux.png b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-9a882-size-m-disabled-false-unfocused-and-focused-1-chromium-linux.png index 303fc10f99..1878f9ca60 100644 Binary files a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-9a882-size-m-disabled-false-unfocused-and-focused-1-chromium-linux.png and b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-9a882-size-m-disabled-false-unfocused-and-focused-1-chromium-linux.png differ diff --git a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-9a882-size-m-disabled-false-unfocused-and-focused-1-firefox-linux.png b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-9a882-size-m-disabled-false-unfocused-and-focused-1-firefox-linux.png index b76af09c7f..a0b62881b1 100644 Binary files a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-9a882-size-m-disabled-false-unfocused-and-focused-1-firefox-linux.png and b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-9a882-size-m-disabled-false-unfocused-and-focused-1-firefox-linux.png differ diff --git a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-9a882-size-m-disabled-false-unfocused-and-focused-1-webkit-linux.png b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-9a882-size-m-disabled-false-unfocused-and-focused-1-webkit-linux.png index 09d6164d78..f52053f3f4 100644 Binary files a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-9a882-size-m-disabled-false-unfocused-and-focused-1-webkit-linux.png and b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-9a882-size-m-disabled-false-unfocused-and-focused-1-webkit-linux.png differ diff --git a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-b2d75--size-l-disabled-true-unfocused-and-focused-1-chromium-linux.png b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-b2d75--size-l-disabled-true-unfocused-and-focused-1-chromium-linux.png index 7bdbc9ad63..1cbe9562a4 100644 Binary files a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-b2d75--size-l-disabled-true-unfocused-and-focused-1-chromium-linux.png and b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-b2d75--size-l-disabled-true-unfocused-and-focused-1-chromium-linux.png differ diff --git a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-b2d75--size-l-disabled-true-unfocused-and-focused-1-firefox-linux.png b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-b2d75--size-l-disabled-true-unfocused-and-focused-1-firefox-linux.png index 5904c9a316..270491a6a0 100644 Binary files a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-b2d75--size-l-disabled-true-unfocused-and-focused-1-firefox-linux.png and b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-b2d75--size-l-disabled-true-unfocused-and-focused-1-firefox-linux.png differ diff --git a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-b2d75--size-l-disabled-true-unfocused-and-focused-1-webkit-linux.png b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-b2d75--size-l-disabled-true-unfocused-and-focused-1-webkit-linux.png index 795803ba73..9afbcc192a 100644 Binary files a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-b2d75--size-l-disabled-true-unfocused-and-focused-1-webkit-linux.png and b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-b2d75--size-l-disabled-true-unfocused-and-focused-1-webkit-linux.png differ diff --git a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-b55c6--size-m-disabled-true-unfocused-and-focused-1-chromium-linux.png b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-b55c6--size-m-disabled-true-unfocused-and-focused-1-chromium-linux.png index 995130d5b7..ca8eceb46b 100644 Binary files a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-b55c6--size-m-disabled-true-unfocused-and-focused-1-chromium-linux.png and b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-b55c6--size-m-disabled-true-unfocused-and-focused-1-chromium-linux.png differ diff --git a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-b55c6--size-m-disabled-true-unfocused-and-focused-1-firefox-linux.png b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-b55c6--size-m-disabled-true-unfocused-and-focused-1-firefox-linux.png index 66e4e55362..f80420ebc5 100644 Binary files a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-b55c6--size-m-disabled-true-unfocused-and-focused-1-firefox-linux.png and b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-b55c6--size-m-disabled-true-unfocused-and-focused-1-firefox-linux.png differ diff --git a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-b55c6--size-m-disabled-true-unfocused-and-focused-1-webkit-linux.png b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-b55c6--size-m-disabled-true-unfocused-and-focused-1-webkit-linux.png index 8765f4cdbc..27c7a4ffeb 100644 Binary files a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-b55c6--size-m-disabled-true-unfocused-and-focused-1-webkit-linux.png and b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-b55c6--size-m-disabled-true-unfocused-and-focused-1-webkit-linux.png differ diff --git a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-bc4de-e-and-disabled-true-and-interactive-undefined-1-chromium-linux.png b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-bc4de-e-and-disabled-true-and-interactive-undefined-1-chromium-linux.png index 4fe61db102..3f3b07079c 100644 Binary files a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-bc4de-e-and-disabled-true-and-interactive-undefined-1-chromium-linux.png and b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-bc4de-e-and-disabled-true-and-interactive-undefined-1-chromium-linux.png differ diff --git a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-bdc1c-size-l-disabled-false-unfocused-and-focused-2-chromium-linux.png b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-bdc1c-size-l-disabled-false-unfocused-and-focused-2-chromium-linux.png index 7e6345c2f0..682c2a5fe8 100644 Binary files a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-bdc1c-size-l-disabled-false-unfocused-and-focused-2-chromium-linux.png and b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-bdc1c-size-l-disabled-false-unfocused-and-focused-2-chromium-linux.png differ diff --git a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-bdc1c-size-l-disabled-false-unfocused-and-focused-2-firefox-linux.png b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-bdc1c-size-l-disabled-false-unfocused-and-focused-2-firefox-linux.png index d071ead2e2..ea2cba3e64 100644 Binary files a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-bdc1c-size-l-disabled-false-unfocused-and-focused-2-firefox-linux.png and b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-bdc1c-size-l-disabled-false-unfocused-and-focused-2-firefox-linux.png differ diff --git a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-bdc1c-size-l-disabled-false-unfocused-and-focused-2-webkit-linux.png b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-bdc1c-size-l-disabled-false-unfocused-and-focused-2-webkit-linux.png index 36ec258b98..cbcbe1def4 100644 Binary files a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-bdc1c-size-l-disabled-false-unfocused-and-focused-2-webkit-linux.png and b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-bdc1c-size-l-disabled-false-unfocused-and-focused-2-webkit-linux.png differ diff --git a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-cbf65-size-m-disabled-false-unfocused-and-focused-2-chromium-linux.png b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-cbf65-size-m-disabled-false-unfocused-and-focused-2-chromium-linux.png index 7a22addd77..3aea643102 100644 Binary files a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-cbf65-size-m-disabled-false-unfocused-and-focused-2-chromium-linux.png and b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-cbf65-size-m-disabled-false-unfocused-and-focused-2-chromium-linux.png differ diff --git a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-cbf65-size-m-disabled-false-unfocused-and-focused-2-firefox-linux.png b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-cbf65-size-m-disabled-false-unfocused-and-focused-2-firefox-linux.png index 96c87b1200..74d4ce1ff7 100644 Binary files a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-cbf65-size-m-disabled-false-unfocused-and-focused-2-firefox-linux.png and b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-cbf65-size-m-disabled-false-unfocused-and-focused-2-firefox-linux.png differ diff --git a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-cbf65-size-m-disabled-false-unfocused-and-focused-2-webkit-linux.png b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-cbf65-size-m-disabled-false-unfocused-and-focused-2-webkit-linux.png index c624ccb205..9b51c36fc5 100644 Binary files a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-cbf65-size-m-disabled-false-unfocused-and-focused-2-webkit-linux.png and b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-cbf65-size-m-disabled-false-unfocused-and-focused-2-webkit-linux.png differ diff --git a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-ccd47-size-l-disabled-false-unfocused-and-focused-2-chromium-linux.png b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-ccd47-size-l-disabled-false-unfocused-and-focused-2-chromium-linux.png index d55e47b592..ccf5439f22 100644 Binary files a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-ccd47-size-l-disabled-false-unfocused-and-focused-2-chromium-linux.png and b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-ccd47-size-l-disabled-false-unfocused-and-focused-2-chromium-linux.png differ diff --git a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-ccd47-size-l-disabled-false-unfocused-and-focused-2-firefox-linux.png b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-ccd47-size-l-disabled-false-unfocused-and-focused-2-firefox-linux.png index b8ba1d157b..bc3a6d3e2a 100644 Binary files a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-ccd47-size-l-disabled-false-unfocused-and-focused-2-firefox-linux.png and b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-ccd47-size-l-disabled-false-unfocused-and-focused-2-firefox-linux.png differ diff --git a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-ccd47-size-l-disabled-false-unfocused-and-focused-2-webkit-linux.png b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-ccd47-size-l-disabled-false-unfocused-and-focused-2-webkit-linux.png index e512f0c73a..836da61401 100644 Binary files a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-ccd47-size-l-disabled-false-unfocused-and-focused-2-webkit-linux.png and b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-ccd47-size-l-disabled-false-unfocused-and-focused-2-webkit-linux.png differ diff --git a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-cd909-size-m-disabled-false-unfocused-and-focused-2-chromium-linux.png b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-cd909-size-m-disabled-false-unfocused-and-focused-2-chromium-linux.png index 709909c603..df40b1389b 100644 Binary files a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-cd909-size-m-disabled-false-unfocused-and-focused-2-chromium-linux.png and b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-cd909-size-m-disabled-false-unfocused-and-focused-2-chromium-linux.png differ diff --git a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-cd909-size-m-disabled-false-unfocused-and-focused-2-firefox-linux.png b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-cd909-size-m-disabled-false-unfocused-and-focused-2-firefox-linux.png index 42c9cf3fa1..e42bf94a53 100644 Binary files a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-cd909-size-m-disabled-false-unfocused-and-focused-2-firefox-linux.png and b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-cd909-size-m-disabled-false-unfocused-and-focused-2-firefox-linux.png differ diff --git a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-cd909-size-m-disabled-false-unfocused-and-focused-2-webkit-linux.png b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-cd909-size-m-disabled-false-unfocused-and-focused-2-webkit-linux.png index e095951432..3b20dae796 100644 Binary files a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-cd909-size-m-disabled-false-unfocused-and-focused-2-webkit-linux.png and b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-cd909-size-m-disabled-false-unfocused-and-focused-2-webkit-linux.png differ diff --git a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-dc55e-ize-and-disabled-false-and-editable-undefined-1-chromium-linux.png b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-dc55e-ize-and-disabled-false-and-editable-undefined-1-chromium-linux.png index 62f568a875..0d5edefec2 100644 Binary files a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-dc55e-ize-and-disabled-false-and-editable-undefined-1-chromium-linux.png and b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-dc55e-ize-and-disabled-false-and-editable-undefined-1-chromium-linux.png differ diff --git a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-dc55e-ize-and-disabled-false-and-editable-undefined-1-firefox-linux.png b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-dc55e-ize-and-disabled-false-and-editable-undefined-1-firefox-linux.png index 2a722665b2..bb8d518b2c 100644 Binary files a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-dc55e-ize-and-disabled-false-and-editable-undefined-1-firefox-linux.png and b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-dc55e-ize-and-disabled-false-and-editable-undefined-1-firefox-linux.png differ diff --git a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-dc55e-ize-and-disabled-false-and-editable-undefined-1-webkit-linux.png b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-dc55e-ize-and-disabled-false-and-editable-undefined-1-webkit-linux.png index bde434451c..f5637a782e 100644 Binary files a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-dc55e-ize-and-disabled-false-and-editable-undefined-1-webkit-linux.png and b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-dc55e-ize-and-disabled-false-and-editable-undefined-1-webkit-linux.png differ diff --git a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-dded3--size-and-disabled-false-and-interactive-true-1-chromium-linux.png b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-dded3--size-and-disabled-false-and-interactive-true-1-chromium-linux.png index b7ded3e15c..eaffda532a 100644 Binary files a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-dded3--size-and-disabled-false-and-interactive-true-1-chromium-linux.png and b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-dded3--size-and-disabled-false-and-interactive-true-1-chromium-linux.png differ diff --git a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-dded3--size-and-disabled-false-and-interactive-true-1-firefox-linux.png b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-dded3--size-and-disabled-false-and-interactive-true-1-firefox-linux.png index fc9261fb71..c7c8dac3b7 100644 Binary files a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-dded3--size-and-disabled-false-and-interactive-true-1-firefox-linux.png and b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-dded3--size-and-disabled-false-and-interactive-true-1-firefox-linux.png differ diff --git a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-dded3--size-and-disabled-false-and-interactive-true-1-webkit-linux.png b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-dded3--size-and-disabled-false-and-interactive-true-1-webkit-linux.png index d9045d6b99..2d5d3a4a97 100644 Binary files a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-dded3--size-and-disabled-false-and-interactive-true-1-webkit-linux.png and b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-dded3--size-and-disabled-false-and-interactive-true-1-webkit-linux.png differ diff --git a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-e3006-size-m-disabled-false-unfocused-and-focused-1-chromium-linux.png b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-e3006-size-m-disabled-false-unfocused-and-focused-1-chromium-linux.png index 3d1d5b8c52..007db0e208 100644 Binary files a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-e3006-size-m-disabled-false-unfocused-and-focused-1-chromium-linux.png and b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-e3006-size-m-disabled-false-unfocused-and-focused-1-chromium-linux.png differ diff --git a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-e3006-size-m-disabled-false-unfocused-and-focused-1-firefox-linux.png b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-e3006-size-m-disabled-false-unfocused-and-focused-1-firefox-linux.png index 1f742bfd78..1c2f9ad095 100644 Binary files a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-e3006-size-m-disabled-false-unfocused-and-focused-1-firefox-linux.png and b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-e3006-size-m-disabled-false-unfocused-and-focused-1-firefox-linux.png differ diff --git a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-e3006-size-m-disabled-false-unfocused-and-focused-1-webkit-linux.png b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-e3006-size-m-disabled-false-unfocused-and-focused-1-webkit-linux.png index edc9f2e19c..02ebde6539 100644 Binary files a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-e3006-size-m-disabled-false-unfocused-and-focused-1-webkit-linux.png and b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-e3006-size-m-disabled-false-unfocused-and-focused-1-webkit-linux.png differ diff --git a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-edd95-size-l-disabled-false-unfocused-and-focused-1-chromium-linux.png b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-edd95-size-l-disabled-false-unfocused-and-focused-1-chromium-linux.png index e12a9b4eab..a18f8ea3ee 100644 Binary files a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-edd95-size-l-disabled-false-unfocused-and-focused-1-chromium-linux.png and b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-edd95-size-l-disabled-false-unfocused-and-focused-1-chromium-linux.png differ diff --git a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-edd95-size-l-disabled-false-unfocused-and-focused-1-firefox-linux.png b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-edd95-size-l-disabled-false-unfocused-and-focused-1-firefox-linux.png index cef80fb03c..4ad45c9520 100644 Binary files a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-edd95-size-l-disabled-false-unfocused-and-focused-1-firefox-linux.png and b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-edd95-size-l-disabled-false-unfocused-and-focused-1-firefox-linux.png differ diff --git a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-edd95-size-l-disabled-false-unfocused-and-focused-1-webkit-linux.png b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-edd95-size-l-disabled-false-unfocused-and-focused-1-webkit-linux.png index 87765d5f7e..96c72a96b2 100644 Binary files a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-edd95-size-l-disabled-false-unfocused-and-focused-1-webkit-linux.png and b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-edd95-size-l-disabled-false-unfocused-and-focused-1-webkit-linux.png differ diff --git a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-f374a-size-and-disabled-true-and-editable-undefined-1-chromium-linux.png b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-f374a-size-and-disabled-true-and-editable-undefined-1-chromium-linux.png index 5ca234428f..224a60fd04 100644 Binary files a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-f374a-size-and-disabled-true-and-editable-undefined-1-chromium-linux.png and b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-f374a-size-and-disabled-true-and-editable-undefined-1-chromium-linux.png differ diff --git a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-fbe55-size-m-disabled-false-unfocused-and-focused-1-chromium-linux.png b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-fbe55-size-m-disabled-false-unfocused-and-focused-1-chromium-linux.png index 0b3d32e7af..9ec497077a 100644 Binary files a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-fbe55-size-m-disabled-false-unfocused-and-focused-1-chromium-linux.png and b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-fbe55-size-m-disabled-false-unfocused-and-focused-1-chromium-linux.png differ diff --git a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-fbe55-size-m-disabled-false-unfocused-and-focused-1-firefox-linux.png b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-fbe55-size-m-disabled-false-unfocused-and-focused-1-firefox-linux.png index 31ace6953f..4113c728ad 100644 Binary files a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-fbe55-size-m-disabled-false-unfocused-and-focused-1-firefox-linux.png and b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-fbe55-size-m-disabled-false-unfocused-and-focused-1-firefox-linux.png differ diff --git a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-fbe55-size-m-disabled-false-unfocused-and-focused-1-webkit-linux.png b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-fbe55-size-m-disabled-false-unfocused-and-focused-1-webkit-linux.png index 2bd102574a..38a0415c26 100644 Binary files a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-fbe55-size-m-disabled-false-unfocused-and-focused-1-webkit-linux.png and b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Base-states-and-styles-Verify-InputTa-fbe55-size-m-disabled-false-unfocused-and-focused-1-webkit-linux.png differ diff --git a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--0322b-elect-visual-states-when-interacting-by-mouse-2-chromium-linux.png b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--0322b-elect-visual-states-when-interacting-by-mouse-2-chromium-linux.png index 267aa585d7..37d4b5ccba 100644 Binary files a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--0322b-elect-visual-states-when-interacting-by-mouse-2-chromium-linux.png and b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--0322b-elect-visual-states-when-interacting-by-mouse-2-chromium-linux.png differ diff --git a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--0322b-elect-visual-states-when-interacting-by-mouse-2-firefox-linux.png b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--0322b-elect-visual-states-when-interacting-by-mouse-2-firefox-linux.png index 6a5dccc1f0..00d3cc9b06 100644 Binary files a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--0322b-elect-visual-states-when-interacting-by-mouse-2-firefox-linux.png and b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--0322b-elect-visual-states-when-interacting-by-mouse-2-firefox-linux.png differ diff --git a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--0322b-elect-visual-states-when-interacting-by-mouse-2-webkit-linux.png b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--0322b-elect-visual-states-when-interacting-by-mouse-2-webkit-linux.png index f543513a3e..007e346d34 100644 Binary files a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--0322b-elect-visual-states-when-interacting-by-mouse-2-webkit-linux.png and b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--0322b-elect-visual-states-when-interacting-by-mouse-2-webkit-linux.png differ diff --git a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--38d3e-ct-visual-states-when-interacting-by-keyboard-1-chromium-linux.png b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--38d3e-ct-visual-states-when-interacting-by-keyboard-1-chromium-linux.png index 19b0f7f0c1..3793188894 100644 Binary files a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--38d3e-ct-visual-states-when-interacting-by-keyboard-1-chromium-linux.png and b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--38d3e-ct-visual-states-when-interacting-by-keyboard-1-chromium-linux.png differ diff --git a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--38d3e-ct-visual-states-when-interacting-by-keyboard-1-firefox-linux.png b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--38d3e-ct-visual-states-when-interacting-by-keyboard-1-firefox-linux.png index ec782c8ff4..f1ceb3946d 100644 Binary files a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--38d3e-ct-visual-states-when-interacting-by-keyboard-1-firefox-linux.png and b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--38d3e-ct-visual-states-when-interacting-by-keyboard-1-firefox-linux.png differ diff --git a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--38d3e-ct-visual-states-when-interacting-by-keyboard-1-webkit-linux.png b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--38d3e-ct-visual-states-when-interacting-by-keyboard-1-webkit-linux.png index 869fdab784..de7c7aa569 100644 Binary files a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--38d3e-ct-visual-states-when-interacting-by-keyboard-1-webkit-linux.png and b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--38d3e-ct-visual-states-when-interacting-by-keyboard-1-webkit-linux.png differ diff --git a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--3e039-ct-visual-states-when-interacting-by-keyboard-2-chromium-linux.png b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--3e039-ct-visual-states-when-interacting-by-keyboard-2-chromium-linux.png index dca8423fe6..b16176c951 100644 Binary files a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--3e039-ct-visual-states-when-interacting-by-keyboard-2-chromium-linux.png and b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--3e039-ct-visual-states-when-interacting-by-keyboard-2-chromium-linux.png differ diff --git a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--3e039-ct-visual-states-when-interacting-by-keyboard-2-firefox-linux.png b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--3e039-ct-visual-states-when-interacting-by-keyboard-2-firefox-linux.png index b2f382d2df..ccad398c13 100644 Binary files a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--3e039-ct-visual-states-when-interacting-by-keyboard-2-firefox-linux.png and b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--3e039-ct-visual-states-when-interacting-by-keyboard-2-firefox-linux.png differ diff --git a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--3e039-ct-visual-states-when-interacting-by-keyboard-2-webkit-linux.png b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--3e039-ct-visual-states-when-interacting-by-keyboard-2-webkit-linux.png index dbdfa24b89..dab8da7451 100644 Binary files a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--3e039-ct-visual-states-when-interacting-by-keyboard-2-webkit-linux.png and b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--3e039-ct-visual-states-when-interacting-by-keyboard-2-webkit-linux.png differ diff --git a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--4585e-tags-can-be-added-removed-and-edited-by-mouse-3-chromium-linux.png b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--4585e-tags-can-be-added-removed-and-edited-by-mouse-3-chromium-linux.png index 8cd9ce8bae..1ff99830c8 100644 Binary files a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--4585e-tags-can-be-added-removed-and-edited-by-mouse-3-chromium-linux.png and b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--4585e-tags-can-be-added-removed-and-edited-by-mouse-3-chromium-linux.png differ diff --git a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--4585e-tags-can-be-added-removed-and-edited-by-mouse-3-firefox-linux.png b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--4585e-tags-can-be-added-removed-and-edited-by-mouse-3-firefox-linux.png index ed4167864b..fc17e9eb3a 100644 Binary files a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--4585e-tags-can-be-added-removed-and-edited-by-mouse-3-firefox-linux.png and b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--4585e-tags-can-be-added-removed-and-edited-by-mouse-3-firefox-linux.png differ diff --git a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--4585e-tags-can-be-added-removed-and-edited-by-mouse-3-webkit-linux.png b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--4585e-tags-can-be-added-removed-and-edited-by-mouse-3-webkit-linux.png index ae440f1da5..84b075185a 100644 Binary files a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--4585e-tags-can-be-added-removed-and-edited-by-mouse-3-webkit-linux.png and b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--4585e-tags-can-be-added-removed-and-edited-by-mouse-3-webkit-linux.png differ diff --git a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--5cc80-without-width-limitation-and-email-validation-2-chromium-linux.png b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--5cc80-without-width-limitation-and-email-validation-2-chromium-linux.png index 2c564ca18c..cb599b97fe 100644 Binary files a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--5cc80-without-width-limitation-and-email-validation-2-chromium-linux.png and b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--5cc80-without-width-limitation-and-email-validation-2-chromium-linux.png differ diff --git a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--5cc80-without-width-limitation-and-email-validation-2-firefox-linux.png b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--5cc80-without-width-limitation-and-email-validation-2-firefox-linux.png index 01455f0569..5ec07a9fd9 100644 Binary files a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--5cc80-without-width-limitation-and-email-validation-2-firefox-linux.png and b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--5cc80-without-width-limitation-and-email-validation-2-firefox-linux.png differ diff --git a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--5cc80-without-width-limitation-and-email-validation-2-webkit-linux.png b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--5cc80-without-width-limitation-and-email-validation-2-webkit-linux.png index 99033f52c2..3988e4d11e 100644 Binary files a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--5cc80-without-width-limitation-and-email-validation-2-webkit-linux.png and b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--5cc80-without-width-limitation-and-email-validation-2-webkit-linux.png differ diff --git a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--68bb1-tags-can-be-added-removed-and-edited-by-mouse-4-chromium-linux.png b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--68bb1-tags-can-be-added-removed-and-edited-by-mouse-4-chromium-linux.png index 61b39494ea..a443fd0841 100644 Binary files a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--68bb1-tags-can-be-added-removed-and-edited-by-mouse-4-chromium-linux.png and b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--68bb1-tags-can-be-added-removed-and-edited-by-mouse-4-chromium-linux.png differ diff --git a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--68bb1-tags-can-be-added-removed-and-edited-by-mouse-4-firefox-linux.png b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--68bb1-tags-can-be-added-removed-and-edited-by-mouse-4-firefox-linux.png index 1b7e035248..16378ac9a2 100644 Binary files a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--68bb1-tags-can-be-added-removed-and-edited-by-mouse-4-firefox-linux.png and b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--68bb1-tags-can-be-added-removed-and-edited-by-mouse-4-firefox-linux.png differ diff --git a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--68bb1-tags-can-be-added-removed-and-edited-by-mouse-4-webkit-linux.png b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--68bb1-tags-can-be-added-removed-and-edited-by-mouse-4-webkit-linux.png index 9c8595c436..e239bd0443 100644 Binary files a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--68bb1-tags-can-be-added-removed-and-edited-by-mouse-4-webkit-linux.png and b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--68bb1-tags-can-be-added-removed-and-edited-by-mouse-4-webkit-linux.png differ diff --git a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--7e0be-elect-visual-states-when-interacting-by-mouse-1-chromium-linux.png b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--7e0be-elect-visual-states-when-interacting-by-mouse-1-chromium-linux.png index d2db0d9ad8..8bc0da90e6 100644 Binary files a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--7e0be-elect-visual-states-when-interacting-by-mouse-1-chromium-linux.png and b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--7e0be-elect-visual-states-when-interacting-by-mouse-1-chromium-linux.png differ diff --git a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--7e0be-elect-visual-states-when-interacting-by-mouse-1-firefox-linux.png b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--7e0be-elect-visual-states-when-interacting-by-mouse-1-firefox-linux.png index 57d2399ec4..cef8b95a2a 100644 Binary files a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--7e0be-elect-visual-states-when-interacting-by-mouse-1-firefox-linux.png and b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--7e0be-elect-visual-states-when-interacting-by-mouse-1-firefox-linux.png differ diff --git a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--7e0be-elect-visual-states-when-interacting-by-mouse-1-webkit-linux.png b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--7e0be-elect-visual-states-when-interacting-by-mouse-1-webkit-linux.png index 068895e439..9a00ec1d10 100644 Binary files a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--7e0be-elect-visual-states-when-interacting-by-mouse-1-webkit-linux.png and b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--7e0be-elect-visual-states-when-interacting-by-mouse-1-webkit-linux.png differ diff --git a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--8a7f2--examples-Verify-input-tag-with-default-value-2-chromium-linux.png b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--8a7f2--examples-Verify-input-tag-with-default-value-2-chromium-linux.png index 3247fc6e98..23e522c1dd 100644 Binary files a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--8a7f2--examples-Verify-input-tag-with-default-value-2-chromium-linux.png and b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--8a7f2--examples-Verify-input-tag-with-default-value-2-chromium-linux.png differ diff --git a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--8a7f2--examples-Verify-input-tag-with-default-value-2-firefox-linux.png b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--8a7f2--examples-Verify-input-tag-with-default-value-2-firefox-linux.png index 5ec7a7d089..cc5643e5de 100644 Binary files a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--8a7f2--examples-Verify-input-tag-with-default-value-2-firefox-linux.png and b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--8a7f2--examples-Verify-input-tag-with-default-value-2-firefox-linux.png differ diff --git a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--8a7f2--examples-Verify-input-tag-with-default-value-2-webkit-linux.png b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--8a7f2--examples-Verify-input-tag-with-default-value-2-webkit-linux.png index eeeed7acd3..8502fc9418 100644 Binary files a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--8a7f2--examples-Verify-input-tag-with-default-value-2-webkit-linux.png and b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--8a7f2--examples-Verify-input-tag-with-default-value-2-webkit-linux.png differ diff --git a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--9560b-tags-can-be-added-removed-and-edited-by-mouse-1-chromium-linux.png b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--9560b-tags-can-be-added-removed-and-edited-by-mouse-1-chromium-linux.png index 8f8fbc59a0..66b0b7dfca 100644 Binary files a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--9560b-tags-can-be-added-removed-and-edited-by-mouse-1-chromium-linux.png and b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--9560b-tags-can-be-added-removed-and-edited-by-mouse-1-chromium-linux.png differ diff --git a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--9560b-tags-can-be-added-removed-and-edited-by-mouse-1-firefox-linux.png b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--9560b-tags-can-be-added-removed-and-edited-by-mouse-1-firefox-linux.png index ed4167864b..fc17e9eb3a 100644 Binary files a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--9560b-tags-can-be-added-removed-and-edited-by-mouse-1-firefox-linux.png and b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--9560b-tags-can-be-added-removed-and-edited-by-mouse-1-firefox-linux.png differ diff --git a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--9560b-tags-can-be-added-removed-and-edited-by-mouse-1-webkit-linux.png b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--9560b-tags-can-be-added-removed-and-edited-by-mouse-1-webkit-linux.png index dded1ad2af..fd5968337b 100644 Binary files a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--9560b-tags-can-be-added-removed-and-edited-by-mouse-1-webkit-linux.png and b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--9560b-tags-can-be-added-removed-and-edited-by-mouse-1-webkit-linux.png differ diff --git a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--9cbc6-ct-visual-states-when-interacting-by-keyboard-3-chromium-linux.png b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--9cbc6-ct-visual-states-when-interacting-by-keyboard-3-chromium-linux.png index 1988bcda6d..9a8333db43 100644 Binary files a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--9cbc6-ct-visual-states-when-interacting-by-keyboard-3-chromium-linux.png and b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--9cbc6-ct-visual-states-when-interacting-by-keyboard-3-chromium-linux.png differ diff --git a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--9cbc6-ct-visual-states-when-interacting-by-keyboard-3-firefox-linux.png b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--9cbc6-ct-visual-states-when-interacting-by-keyboard-3-firefox-linux.png index 66915487db..23954e4012 100644 Binary files a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--9cbc6-ct-visual-states-when-interacting-by-keyboard-3-firefox-linux.png and b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--9cbc6-ct-visual-states-when-interacting-by-keyboard-3-firefox-linux.png differ diff --git a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--9cbc6-ct-visual-states-when-interacting-by-keyboard-3-webkit-linux.png b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--9cbc6-ct-visual-states-when-interacting-by-keyboard-3-webkit-linux.png index 2b9562e169..9f65c559ce 100644 Binary files a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--9cbc6-ct-visual-states-when-interacting-by-keyboard-3-webkit-linux.png and b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--9cbc6-ct-visual-states-when-interacting-by-keyboard-3-webkit-linux.png differ diff --git a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--b9339-without-width-limitation-and-email-validation-3-chromium-linux.png b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--b9339-without-width-limitation-and-email-validation-3-chromium-linux.png index f5544d22c2..b8914a3b79 100644 Binary files a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--b9339-without-width-limitation-and-email-validation-3-chromium-linux.png and b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--b9339-without-width-limitation-and-email-validation-3-chromium-linux.png differ diff --git a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--b9339-without-width-limitation-and-email-validation-3-firefox-linux.png b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--b9339-without-width-limitation-and-email-validation-3-firefox-linux.png index a8275b79e0..df5a7f832b 100644 Binary files a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--b9339-without-width-limitation-and-email-validation-3-firefox-linux.png and b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--b9339-without-width-limitation-and-email-validation-3-firefox-linux.png differ diff --git a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--b9339-without-width-limitation-and-email-validation-3-webkit-linux.png b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--b9339-without-width-limitation-and-email-validation-3-webkit-linux.png index fac1bf9b61..506371abe2 100644 Binary files a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--b9339-without-width-limitation-and-email-validation-3-webkit-linux.png and b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--b9339-without-width-limitation-and-email-validation-3-webkit-linux.png differ diff --git a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--d4bf2-elect-visual-states-when-interacting-by-mouse-3-chromium-linux.png b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--d4bf2-elect-visual-states-when-interacting-by-mouse-3-chromium-linux.png index 22cfc1d47f..3e3c9281d0 100644 Binary files a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--d4bf2-elect-visual-states-when-interacting-by-mouse-3-chromium-linux.png and b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--d4bf2-elect-visual-states-when-interacting-by-mouse-3-chromium-linux.png differ diff --git a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--d4bf2-elect-visual-states-when-interacting-by-mouse-3-firefox-linux.png b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--d4bf2-elect-visual-states-when-interacting-by-mouse-3-firefox-linux.png index 8d63b8e48b..a2954573d4 100644 Binary files a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--d4bf2-elect-visual-states-when-interacting-by-mouse-3-firefox-linux.png and b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--d4bf2-elect-visual-states-when-interacting-by-mouse-3-firefox-linux.png differ diff --git a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--d4bf2-elect-visual-states-when-interacting-by-mouse-3-webkit-linux.png b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--d4bf2-elect-visual-states-when-interacting-by-mouse-3-webkit-linux.png index da81571096..6f5ae655ea 100644 Binary files a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--d4bf2-elect-visual-states-when-interacting-by-mouse-3-webkit-linux.png and b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--d4bf2-elect-visual-states-when-interacting-by-mouse-3-webkit-linux.png differ diff --git a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--ecf5e--examples-Verify-input-tag-with-default-value-1-chromium-linux.png b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--ecf5e--examples-Verify-input-tag-with-default-value-1-chromium-linux.png index dae7004f27..1e9787def9 100644 Binary files a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--ecf5e--examples-Verify-input-tag-with-default-value-1-chromium-linux.png and b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--ecf5e--examples-Verify-input-tag-with-default-value-1-chromium-linux.png differ diff --git a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--ecf5e--examples-Verify-input-tag-with-default-value-1-firefox-linux.png b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--ecf5e--examples-Verify-input-tag-with-default-value-1-firefox-linux.png index a6e2deb85d..9ba308d0ce 100644 Binary files a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--ecf5e--examples-Verify-input-tag-with-default-value-1-firefox-linux.png and b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--ecf5e--examples-Verify-input-tag-with-default-value-1-firefox-linux.png differ diff --git a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--ecf5e--examples-Verify-input-tag-with-default-value-1-webkit-linux.png b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--ecf5e--examples-Verify-input-tag-with-default-value-1-webkit-linux.png index f86fc54603..b59e6c4234 100644 Binary files a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--ecf5e--examples-Verify-input-tag-with-default-value-1-webkit-linux.png and b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--ecf5e--examples-Verify-input-tag-with-default-value-1-webkit-linux.png differ diff --git a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--efe77-without-width-limitation-and-email-validation-1-chromium-linux.png b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--efe77-without-width-limitation-and-email-validation-1-chromium-linux.png index 6ec264b0d9..0e48e31690 100644 Binary files a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--efe77-without-width-limitation-and-email-validation-1-chromium-linux.png and b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--efe77-without-width-limitation-and-email-validation-1-chromium-linux.png differ diff --git a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--efe77-without-width-limitation-and-email-validation-1-firefox-linux.png b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--efe77-without-width-limitation-and-email-validation-1-firefox-linux.png index 01455f0569..5ec07a9fd9 100644 Binary files a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--efe77-without-width-limitation-and-email-validation-1-firefox-linux.png and b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--efe77-without-width-limitation-and-email-validation-1-firefox-linux.png differ diff --git a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--efe77-without-width-limitation-and-email-validation-1-webkit-linux.png b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--efe77-without-width-limitation-and-email-validation-1-webkit-linux.png index 6eb069042c..c6aa291378 100644 Binary files a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--efe77-without-width-limitation-and-email-validation-1-webkit-linux.png and b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--efe77-without-width-limitation-and-email-validation-1-webkit-linux.png differ diff --git a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--f7010-tags-can-be-added-removed-and-edited-by-mouse-2-chromium-linux.png b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--f7010-tags-can-be-added-removed-and-edited-by-mouse-2-chromium-linux.png index d78941ae77..00c5b76433 100644 Binary files a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--f7010-tags-can-be-added-removed-and-edited-by-mouse-2-chromium-linux.png and b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--f7010-tags-can-be-added-removed-and-edited-by-mouse-2-chromium-linux.png differ diff --git a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--f7010-tags-can-be-added-removed-and-edited-by-mouse-2-firefox-linux.png b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--f7010-tags-can-be-added-removed-and-edited-by-mouse-2-firefox-linux.png index 81a89ee972..e714f3e25d 100644 Binary files a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--f7010-tags-can-be-added-removed-and-edited-by-mouse-2-firefox-linux.png and b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--f7010-tags-can-be-added-removed-and-edited-by-mouse-2-firefox-linux.png differ diff --git a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--f7010-tags-can-be-added-removed-and-edited-by-mouse-2-webkit-linux.png b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--f7010-tags-can-be-added-removed-and-edited-by-mouse-2-webkit-linux.png index 69225dfe0c..d657e0fc56 100644 Binary files a/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--f7010-tags-can-be-added-removed-and-edited-by-mouse-2-webkit-linux.png and b/semcore/input-tags/__tests__/input-tags.browser-test.tsx-snapshots/-visual-Input-tags-visual-states-after-mouse--f7010-tags-can-be-added-removed-and-edited-by-mouse-2-webkit-linux.png differ diff --git a/semcore/input-tags/__tests__/ux-patterns-with-input-tags/select-and-input.browser-test.tsx-snapshots/-visual-Verify-Input-tags-and-select-1-chromium-linux.png b/semcore/input-tags/__tests__/ux-patterns-with-input-tags/select-and-input.browser-test.tsx-snapshots/-visual-Verify-Input-tags-and-select-1-chromium-linux.png index 52711caf7a..f1dd45eaf9 100644 Binary files a/semcore/input-tags/__tests__/ux-patterns-with-input-tags/select-and-input.browser-test.tsx-snapshots/-visual-Verify-Input-tags-and-select-1-chromium-linux.png and b/semcore/input-tags/__tests__/ux-patterns-with-input-tags/select-and-input.browser-test.tsx-snapshots/-visual-Verify-Input-tags-and-select-1-chromium-linux.png differ diff --git a/semcore/input-tags/__tests__/ux-patterns-with-input-tags/select-and-input.browser-test.tsx-snapshots/-visual-Verify-Input-tags-and-select-1-firefox-linux.png b/semcore/input-tags/__tests__/ux-patterns-with-input-tags/select-and-input.browser-test.tsx-snapshots/-visual-Verify-Input-tags-and-select-1-firefox-linux.png index bb641c9ca1..a08cc9485e 100644 Binary files a/semcore/input-tags/__tests__/ux-patterns-with-input-tags/select-and-input.browser-test.tsx-snapshots/-visual-Verify-Input-tags-and-select-1-firefox-linux.png and b/semcore/input-tags/__tests__/ux-patterns-with-input-tags/select-and-input.browser-test.tsx-snapshots/-visual-Verify-Input-tags-and-select-1-firefox-linux.png differ diff --git a/semcore/input-tags/__tests__/ux-patterns-with-input-tags/select-and-input.browser-test.tsx-snapshots/-visual-Verify-Input-tags-and-select-1-webkit-linux.png b/semcore/input-tags/__tests__/ux-patterns-with-input-tags/select-and-input.browser-test.tsx-snapshots/-visual-Verify-Input-tags-and-select-1-webkit-linux.png index 17b584261b..fda48c328f 100644 Binary files a/semcore/input-tags/__tests__/ux-patterns-with-input-tags/select-and-input.browser-test.tsx-snapshots/-visual-Verify-Input-tags-and-select-1-webkit-linux.png and b/semcore/input-tags/__tests__/ux-patterns-with-input-tags/select-and-input.browser-test.tsx-snapshots/-visual-Verify-Input-tags-and-select-1-webkit-linux.png differ diff --git a/semcore/input-tags/__tests__/ux-patterns-with-input-tags/select-and-input.browser-test.tsx-snapshots/-visual-Verify-Input-tags-and-select-2-chromium-linux.png b/semcore/input-tags/__tests__/ux-patterns-with-input-tags/select-and-input.browser-test.tsx-snapshots/-visual-Verify-Input-tags-and-select-2-chromium-linux.png index 9269efa650..e909b8b026 100644 Binary files a/semcore/input-tags/__tests__/ux-patterns-with-input-tags/select-and-input.browser-test.tsx-snapshots/-visual-Verify-Input-tags-and-select-2-chromium-linux.png and b/semcore/input-tags/__tests__/ux-patterns-with-input-tags/select-and-input.browser-test.tsx-snapshots/-visual-Verify-Input-tags-and-select-2-chromium-linux.png differ diff --git a/semcore/input-tags/__tests__/ux-patterns-with-input-tags/select-and-input.browser-test.tsx-snapshots/-visual-Verify-Input-tags-and-select-2-firefox-linux.png b/semcore/input-tags/__tests__/ux-patterns-with-input-tags/select-and-input.browser-test.tsx-snapshots/-visual-Verify-Input-tags-and-select-2-firefox-linux.png index 2602f95da1..5191664d64 100644 Binary files a/semcore/input-tags/__tests__/ux-patterns-with-input-tags/select-and-input.browser-test.tsx-snapshots/-visual-Verify-Input-tags-and-select-2-firefox-linux.png and b/semcore/input-tags/__tests__/ux-patterns-with-input-tags/select-and-input.browser-test.tsx-snapshots/-visual-Verify-Input-tags-and-select-2-firefox-linux.png differ diff --git a/semcore/input-tags/__tests__/ux-patterns-with-input-tags/select-and-input.browser-test.tsx-snapshots/-visual-Verify-Input-tags-and-select-2-webkit-linux.png b/semcore/input-tags/__tests__/ux-patterns-with-input-tags/select-and-input.browser-test.tsx-snapshots/-visual-Verify-Input-tags-and-select-2-webkit-linux.png index 8faeac48c8..5af53fd265 100644 Binary files a/semcore/input-tags/__tests__/ux-patterns-with-input-tags/select-and-input.browser-test.tsx-snapshots/-visual-Verify-Input-tags-and-select-2-webkit-linux.png and b/semcore/input-tags/__tests__/ux-patterns-with-input-tags/select-and-input.browser-test.tsx-snapshots/-visual-Verify-Input-tags-and-select-2-webkit-linux.png differ diff --git a/semcore/input-tags/__tests__/ux-patterns-with-input-tags/select-and-input.browser-test.tsx-snapshots/-visual-Verify-Input-tags-and-select-3-chromium-linux.png b/semcore/input-tags/__tests__/ux-patterns-with-input-tags/select-and-input.browser-test.tsx-snapshots/-visual-Verify-Input-tags-and-select-3-chromium-linux.png index e6c7da18b2..0d837d42de 100644 Binary files a/semcore/input-tags/__tests__/ux-patterns-with-input-tags/select-and-input.browser-test.tsx-snapshots/-visual-Verify-Input-tags-and-select-3-chromium-linux.png and b/semcore/input-tags/__tests__/ux-patterns-with-input-tags/select-and-input.browser-test.tsx-snapshots/-visual-Verify-Input-tags-and-select-3-chromium-linux.png differ diff --git a/semcore/input-tags/__tests__/ux-patterns-with-input-tags/select-and-input.browser-test.tsx-snapshots/-visual-Verify-Input-tags-and-select-3-firefox-linux.png b/semcore/input-tags/__tests__/ux-patterns-with-input-tags/select-and-input.browser-test.tsx-snapshots/-visual-Verify-Input-tags-and-select-3-firefox-linux.png index cb15b0d0ca..1b3dd5450a 100644 Binary files a/semcore/input-tags/__tests__/ux-patterns-with-input-tags/select-and-input.browser-test.tsx-snapshots/-visual-Verify-Input-tags-and-select-3-firefox-linux.png and b/semcore/input-tags/__tests__/ux-patterns-with-input-tags/select-and-input.browser-test.tsx-snapshots/-visual-Verify-Input-tags-and-select-3-firefox-linux.png differ diff --git a/semcore/input-tags/__tests__/ux-patterns-with-input-tags/select-and-input.browser-test.tsx-snapshots/-visual-Verify-Input-tags-and-select-3-webkit-linux.png b/semcore/input-tags/__tests__/ux-patterns-with-input-tags/select-and-input.browser-test.tsx-snapshots/-visual-Verify-Input-tags-and-select-3-webkit-linux.png index c0e9ec059c..65ee0565c2 100644 Binary files a/semcore/input-tags/__tests__/ux-patterns-with-input-tags/select-and-input.browser-test.tsx-snapshots/-visual-Verify-Input-tags-and-select-3-webkit-linux.png and b/semcore/input-tags/__tests__/ux-patterns-with-input-tags/select-and-input.browser-test.tsx-snapshots/-visual-Verify-Input-tags-and-select-3-webkit-linux.png differ diff --git a/semcore/input-tags/__tests__/ux-patterns-with-input-tags/select-and-input.browser-test.tsx-snapshots/-visual-Verify-Input-tags-and-select-4-chromium-linux.png b/semcore/input-tags/__tests__/ux-patterns-with-input-tags/select-and-input.browser-test.tsx-snapshots/-visual-Verify-Input-tags-and-select-4-chromium-linux.png index 3115479102..d2a25189c3 100644 Binary files a/semcore/input-tags/__tests__/ux-patterns-with-input-tags/select-and-input.browser-test.tsx-snapshots/-visual-Verify-Input-tags-and-select-4-chromium-linux.png and b/semcore/input-tags/__tests__/ux-patterns-with-input-tags/select-and-input.browser-test.tsx-snapshots/-visual-Verify-Input-tags-and-select-4-chromium-linux.png differ diff --git a/semcore/input-tags/__tests__/ux-patterns-with-input-tags/select-and-input.browser-test.tsx-snapshots/-visual-Verify-Input-tags-and-select-4-firefox-linux.png b/semcore/input-tags/__tests__/ux-patterns-with-input-tags/select-and-input.browser-test.tsx-snapshots/-visual-Verify-Input-tags-and-select-4-firefox-linux.png index 726e4bf63b..4849895a1d 100644 Binary files a/semcore/input-tags/__tests__/ux-patterns-with-input-tags/select-and-input.browser-test.tsx-snapshots/-visual-Verify-Input-tags-and-select-4-firefox-linux.png and b/semcore/input-tags/__tests__/ux-patterns-with-input-tags/select-and-input.browser-test.tsx-snapshots/-visual-Verify-Input-tags-and-select-4-firefox-linux.png differ diff --git a/semcore/input-tags/__tests__/ux-patterns-with-input-tags/select-and-input.browser-test.tsx-snapshots/-visual-Verify-Input-tags-and-select-4-webkit-linux.png b/semcore/input-tags/__tests__/ux-patterns-with-input-tags/select-and-input.browser-test.tsx-snapshots/-visual-Verify-Input-tags-and-select-4-webkit-linux.png index 6b9416e40e..1d151bfe2d 100644 Binary files a/semcore/input-tags/__tests__/ux-patterns-with-input-tags/select-and-input.browser-test.tsx-snapshots/-visual-Verify-Input-tags-and-select-4-webkit-linux.png and b/semcore/input-tags/__tests__/ux-patterns-with-input-tags/select-and-input.browser-test.tsx-snapshots/-visual-Verify-Input-tags-and-select-4-webkit-linux.png differ diff --git a/semcore/input-tags/__tests__/ux-patterns-with-input-tags/select-and-input.browser-test.tsx-snapshots/-visual-Verify-Input-tags-and-select-5-chromium-linux.png b/semcore/input-tags/__tests__/ux-patterns-with-input-tags/select-and-input.browser-test.tsx-snapshots/-visual-Verify-Input-tags-and-select-5-chromium-linux.png index 3132a95a94..401564c9af 100644 Binary files a/semcore/input-tags/__tests__/ux-patterns-with-input-tags/select-and-input.browser-test.tsx-snapshots/-visual-Verify-Input-tags-and-select-5-chromium-linux.png and b/semcore/input-tags/__tests__/ux-patterns-with-input-tags/select-and-input.browser-test.tsx-snapshots/-visual-Verify-Input-tags-and-select-5-chromium-linux.png differ diff --git a/semcore/input-tags/__tests__/ux-patterns-with-input-tags/select-and-input.browser-test.tsx-snapshots/-visual-Verify-Input-tags-and-select-5-firefox-linux.png b/semcore/input-tags/__tests__/ux-patterns-with-input-tags/select-and-input.browser-test.tsx-snapshots/-visual-Verify-Input-tags-and-select-5-firefox-linux.png index 7ad7c8e1cb..e7adf91d8c 100644 Binary files a/semcore/input-tags/__tests__/ux-patterns-with-input-tags/select-and-input.browser-test.tsx-snapshots/-visual-Verify-Input-tags-and-select-5-firefox-linux.png and b/semcore/input-tags/__tests__/ux-patterns-with-input-tags/select-and-input.browser-test.tsx-snapshots/-visual-Verify-Input-tags-and-select-5-firefox-linux.png differ diff --git a/semcore/input-tags/__tests__/ux-patterns-with-input-tags/select-and-input.browser-test.tsx-snapshots/-visual-Verify-Input-tags-and-select-5-webkit-linux.png b/semcore/input-tags/__tests__/ux-patterns-with-input-tags/select-and-input.browser-test.tsx-snapshots/-visual-Verify-Input-tags-and-select-5-webkit-linux.png index 4669541afe..d271d4c7dc 100644 Binary files a/semcore/input-tags/__tests__/ux-patterns-with-input-tags/select-and-input.browser-test.tsx-snapshots/-visual-Verify-Input-tags-and-select-5-webkit-linux.png and b/semcore/input-tags/__tests__/ux-patterns-with-input-tags/select-and-input.browser-test.tsx-snapshots/-visual-Verify-Input-tags-and-select-5-webkit-linux.png differ diff --git a/semcore/input-tags/src/style/input-tag.shadow.css b/semcore/input-tags/src/style/input-tag.shadow.css index 94f59f4cac..08af38ed01 100644 --- a/semcore/input-tags/src/style/input-tag.shadow.css +++ b/semcore/input-tags/src/style/input-tag.shadow.css @@ -41,13 +41,13 @@ SInputTags>div[data-ui-name='ScrollArea.Bar'][orientation='vertical'] { } SInputTags[size='m'] { - min-height: var(--intergalactic-form-control-m, 28px); + min-height: var(--intergalactic-form-control-m, 32px); height: auto; padding: 0 calc(var(--intergalactic-spacing-1x, 4px) + var(--intergalactic-spacing-05x, 2px)) 0 var(--intergalactic-spacing-1x, 4px); } SInputTags[size='l'] { - min-height: var(--intergalactic-form-control-l, 40px); + min-height: var(--intergalactic-form-control-l, 44px); height: auto; padding: 0 calc(var(--intergalactic-spacing-2x, 8px) + var(--intergalactic-spacing-05x, 2px)) 0 var(--intergalactic-spacing-2x, 8px); } @@ -68,11 +68,11 @@ STagContainer[editable] { } SInputTags[size='m'] SValue { - height: calc(var(--intergalactic-form-control-m, 28px) - var(--intergalactic-spacing-1x, 4px)); + height: calc(var(--intergalactic-form-control-m, 32px) - var(--intergalactic-spacing-1x, 4px)); } SInputTags[size='l'] SValue { - height: calc(var(--intergalactic-form-control-l, 40px) - var(--intergalactic-spacing-1x, 4px)); + height: calc(var(--intergalactic-form-control-l, 44px) - var(--intergalactic-spacing-1x, 4px)); } SValue { diff --git a/semcore/input/__tests__/filters-with-input/filter-search.browser-test.tsx-snapshots/-visual-Verify-Dynamic-search-1-chromium-linux.png b/semcore/input/__tests__/filters-with-input/filter-search.browser-test.tsx-snapshots/-visual-Verify-Dynamic-search-1-chromium-linux.png index 9c5ae954f7..38dbc77232 100644 Binary files a/semcore/input/__tests__/filters-with-input/filter-search.browser-test.tsx-snapshots/-visual-Verify-Dynamic-search-1-chromium-linux.png and b/semcore/input/__tests__/filters-with-input/filter-search.browser-test.tsx-snapshots/-visual-Verify-Dynamic-search-1-chromium-linux.png differ diff --git a/semcore/input/__tests__/filters-with-input/filter-search.browser-test.tsx-snapshots/-visual-Verify-Dynamic-search-1-firefox-linux.png b/semcore/input/__tests__/filters-with-input/filter-search.browser-test.tsx-snapshots/-visual-Verify-Dynamic-search-1-firefox-linux.png index 9f59a6ce88..6ceecc146a 100644 Binary files a/semcore/input/__tests__/filters-with-input/filter-search.browser-test.tsx-snapshots/-visual-Verify-Dynamic-search-1-firefox-linux.png and b/semcore/input/__tests__/filters-with-input/filter-search.browser-test.tsx-snapshots/-visual-Verify-Dynamic-search-1-firefox-linux.png differ diff --git a/semcore/input/__tests__/filters-with-input/filter-search.browser-test.tsx-snapshots/-visual-Verify-Dynamic-search-1-webkit-linux.png b/semcore/input/__tests__/filters-with-input/filter-search.browser-test.tsx-snapshots/-visual-Verify-Dynamic-search-1-webkit-linux.png index 67af5d97b3..ca176ea69b 100644 Binary files a/semcore/input/__tests__/filters-with-input/filter-search.browser-test.tsx-snapshots/-visual-Verify-Dynamic-search-1-webkit-linux.png and b/semcore/input/__tests__/filters-with-input/filter-search.browser-test.tsx-snapshots/-visual-Verify-Dynamic-search-1-webkit-linux.png differ diff --git a/semcore/input/__tests__/filters-with-input/filter-search.browser-test.tsx-snapshots/-visual-Verify-Dynamic-search-2-chromium-linux.png b/semcore/input/__tests__/filters-with-input/filter-search.browser-test.tsx-snapshots/-visual-Verify-Dynamic-search-2-chromium-linux.png index 1b9921d983..ec682d811e 100644 Binary files a/semcore/input/__tests__/filters-with-input/filter-search.browser-test.tsx-snapshots/-visual-Verify-Dynamic-search-2-chromium-linux.png and b/semcore/input/__tests__/filters-with-input/filter-search.browser-test.tsx-snapshots/-visual-Verify-Dynamic-search-2-chromium-linux.png differ diff --git a/semcore/input/__tests__/filters-with-input/filter-search.browser-test.tsx-snapshots/-visual-Verify-Dynamic-search-2-firefox-linux.png b/semcore/input/__tests__/filters-with-input/filter-search.browser-test.tsx-snapshots/-visual-Verify-Dynamic-search-2-firefox-linux.png index 1e012deff0..6527eff1e2 100644 Binary files a/semcore/input/__tests__/filters-with-input/filter-search.browser-test.tsx-snapshots/-visual-Verify-Dynamic-search-2-firefox-linux.png and b/semcore/input/__tests__/filters-with-input/filter-search.browser-test.tsx-snapshots/-visual-Verify-Dynamic-search-2-firefox-linux.png differ diff --git a/semcore/input/__tests__/filters-with-input/filter-search.browser-test.tsx-snapshots/-visual-Verify-Dynamic-search-2-webkit-linux.png b/semcore/input/__tests__/filters-with-input/filter-search.browser-test.tsx-snapshots/-visual-Verify-Dynamic-search-2-webkit-linux.png index a5d34192df..9823569483 100644 Binary files a/semcore/input/__tests__/filters-with-input/filter-search.browser-test.tsx-snapshots/-visual-Verify-Dynamic-search-2-webkit-linux.png and b/semcore/input/__tests__/filters-with-input/filter-search.browser-test.tsx-snapshots/-visual-Verify-Dynamic-search-2-webkit-linux.png differ diff --git a/semcore/input/__tests__/filters-with-input/filter-search.browser-test.tsx-snapshots/-visual-Verify-Dynamic-search-3-chromium-linux.png b/semcore/input/__tests__/filters-with-input/filter-search.browser-test.tsx-snapshots/-visual-Verify-Dynamic-search-3-chromium-linux.png index ff15c20520..5c3587edba 100644 Binary files a/semcore/input/__tests__/filters-with-input/filter-search.browser-test.tsx-snapshots/-visual-Verify-Dynamic-search-3-chromium-linux.png and b/semcore/input/__tests__/filters-with-input/filter-search.browser-test.tsx-snapshots/-visual-Verify-Dynamic-search-3-chromium-linux.png differ diff --git a/semcore/input/__tests__/filters-with-input/filter-search.browser-test.tsx-snapshots/-visual-Verify-Dynamic-search-3-firefox-linux.png b/semcore/input/__tests__/filters-with-input/filter-search.browser-test.tsx-snapshots/-visual-Verify-Dynamic-search-3-firefox-linux.png index da6e1434d4..44f4fc3011 100644 Binary files a/semcore/input/__tests__/filters-with-input/filter-search.browser-test.tsx-snapshots/-visual-Verify-Dynamic-search-3-firefox-linux.png and b/semcore/input/__tests__/filters-with-input/filter-search.browser-test.tsx-snapshots/-visual-Verify-Dynamic-search-3-firefox-linux.png differ diff --git a/semcore/input/__tests__/filters-with-input/filter-search.browser-test.tsx-snapshots/-visual-Verify-Dynamic-search-3-webkit-linux.png b/semcore/input/__tests__/filters-with-input/filter-search.browser-test.tsx-snapshots/-visual-Verify-Dynamic-search-3-webkit-linux.png index 901583c9c9..00e1944c49 100644 Binary files a/semcore/input/__tests__/filters-with-input/filter-search.browser-test.tsx-snapshots/-visual-Verify-Dynamic-search-3-webkit-linux.png and b/semcore/input/__tests__/filters-with-input/filter-search.browser-test.tsx-snapshots/-visual-Verify-Dynamic-search-3-webkit-linux.png differ diff --git a/semcore/input/__tests__/filters-with-input/filter-search.browser-test.tsx-snapshots/-visual-Verify-Search-by-button-1-chromium-linux.png b/semcore/input/__tests__/filters-with-input/filter-search.browser-test.tsx-snapshots/-visual-Verify-Search-by-button-1-chromium-linux.png index 6fc4d95345..b8be9c0f44 100644 Binary files a/semcore/input/__tests__/filters-with-input/filter-search.browser-test.tsx-snapshots/-visual-Verify-Search-by-button-1-chromium-linux.png and b/semcore/input/__tests__/filters-with-input/filter-search.browser-test.tsx-snapshots/-visual-Verify-Search-by-button-1-chromium-linux.png differ diff --git a/semcore/input/__tests__/filters-with-input/filter-search.browser-test.tsx-snapshots/-visual-Verify-Search-by-button-1-firefox-linux.png b/semcore/input/__tests__/filters-with-input/filter-search.browser-test.tsx-snapshots/-visual-Verify-Search-by-button-1-firefox-linux.png index c2e950de3d..2c39d5d9b8 100644 Binary files a/semcore/input/__tests__/filters-with-input/filter-search.browser-test.tsx-snapshots/-visual-Verify-Search-by-button-1-firefox-linux.png and b/semcore/input/__tests__/filters-with-input/filter-search.browser-test.tsx-snapshots/-visual-Verify-Search-by-button-1-firefox-linux.png differ diff --git a/semcore/input/__tests__/filters-with-input/filter-search.browser-test.tsx-snapshots/-visual-Verify-Search-by-button-1-webkit-linux.png b/semcore/input/__tests__/filters-with-input/filter-search.browser-test.tsx-snapshots/-visual-Verify-Search-by-button-1-webkit-linux.png index 3150b5ad87..0c7399dfaf 100644 Binary files a/semcore/input/__tests__/filters-with-input/filter-search.browser-test.tsx-snapshots/-visual-Verify-Search-by-button-1-webkit-linux.png and b/semcore/input/__tests__/filters-with-input/filter-search.browser-test.tsx-snapshots/-visual-Verify-Search-by-button-1-webkit-linux.png differ diff --git a/semcore/input/__tests__/filters-with-input/filter-search.browser-test.tsx-snapshots/-visual-Verify-Search-by-button-2-chromium-linux.png b/semcore/input/__tests__/filters-with-input/filter-search.browser-test.tsx-snapshots/-visual-Verify-Search-by-button-2-chromium-linux.png index cff540f1ab..29ff828e84 100644 Binary files a/semcore/input/__tests__/filters-with-input/filter-search.browser-test.tsx-snapshots/-visual-Verify-Search-by-button-2-chromium-linux.png and b/semcore/input/__tests__/filters-with-input/filter-search.browser-test.tsx-snapshots/-visual-Verify-Search-by-button-2-chromium-linux.png differ diff --git a/semcore/input/__tests__/filters-with-input/filter-search.browser-test.tsx-snapshots/-visual-Verify-Search-by-button-2-firefox-linux.png b/semcore/input/__tests__/filters-with-input/filter-search.browser-test.tsx-snapshots/-visual-Verify-Search-by-button-2-firefox-linux.png index 9f3fcaf78a..ab99e19ff1 100644 Binary files a/semcore/input/__tests__/filters-with-input/filter-search.browser-test.tsx-snapshots/-visual-Verify-Search-by-button-2-firefox-linux.png and b/semcore/input/__tests__/filters-with-input/filter-search.browser-test.tsx-snapshots/-visual-Verify-Search-by-button-2-firefox-linux.png differ diff --git a/semcore/input/__tests__/filters-with-input/filter-search.browser-test.tsx-snapshots/-visual-Verify-Search-by-button-2-webkit-linux.png b/semcore/input/__tests__/filters-with-input/filter-search.browser-test.tsx-snapshots/-visual-Verify-Search-by-button-2-webkit-linux.png index acad34fdd2..701e4885a2 100644 Binary files a/semcore/input/__tests__/filters-with-input/filter-search.browser-test.tsx-snapshots/-visual-Verify-Search-by-button-2-webkit-linux.png and b/semcore/input/__tests__/filters-with-input/filter-search.browser-test.tsx-snapshots/-visual-Verify-Search-by-button-2-webkit-linux.png differ diff --git a/semcore/input/__tests__/filters-with-input/filter-search.browser-test.tsx-snapshots/-visual-Verify-Search-by-button-3-chromium-linux.png b/semcore/input/__tests__/filters-with-input/filter-search.browser-test.tsx-snapshots/-visual-Verify-Search-by-button-3-chromium-linux.png index 16b8d63b31..08e2c22c08 100644 Binary files a/semcore/input/__tests__/filters-with-input/filter-search.browser-test.tsx-snapshots/-visual-Verify-Search-by-button-3-chromium-linux.png and b/semcore/input/__tests__/filters-with-input/filter-search.browser-test.tsx-snapshots/-visual-Verify-Search-by-button-3-chromium-linux.png differ diff --git a/semcore/input/__tests__/filters-with-input/filter-search.browser-test.tsx-snapshots/-visual-Verify-Search-by-button-3-firefox-linux.png b/semcore/input/__tests__/filters-with-input/filter-search.browser-test.tsx-snapshots/-visual-Verify-Search-by-button-3-firefox-linux.png index eab3c0e601..5129eea6c3 100644 Binary files a/semcore/input/__tests__/filters-with-input/filter-search.browser-test.tsx-snapshots/-visual-Verify-Search-by-button-3-firefox-linux.png and b/semcore/input/__tests__/filters-with-input/filter-search.browser-test.tsx-snapshots/-visual-Verify-Search-by-button-3-firefox-linux.png differ diff --git a/semcore/input/__tests__/filters-with-input/filter-search.browser-test.tsx-snapshots/-visual-Verify-Search-by-button-3-webkit-linux.png b/semcore/input/__tests__/filters-with-input/filter-search.browser-test.tsx-snapshots/-visual-Verify-Search-by-button-3-webkit-linux.png index eb5bc2da6d..e3c20b62b5 100644 Binary files a/semcore/input/__tests__/filters-with-input/filter-search.browser-test.tsx-snapshots/-visual-Verify-Search-by-button-3-webkit-linux.png and b/semcore/input/__tests__/filters-with-input/filter-search.browser-test.tsx-snapshots/-visual-Verify-Search-by-button-3-webkit-linux.png differ diff --git a/semcore/input/__tests__/filters-with-input/filter-search.browser-test.tsx-snapshots/-visual-Verify-Search-with-Select-1-chromium-linux.png b/semcore/input/__tests__/filters-with-input/filter-search.browser-test.tsx-snapshots/-visual-Verify-Search-with-Select-1-chromium-linux.png index 9a24e4f523..c0b0efad28 100644 Binary files a/semcore/input/__tests__/filters-with-input/filter-search.browser-test.tsx-snapshots/-visual-Verify-Search-with-Select-1-chromium-linux.png and b/semcore/input/__tests__/filters-with-input/filter-search.browser-test.tsx-snapshots/-visual-Verify-Search-with-Select-1-chromium-linux.png differ diff --git a/semcore/input/__tests__/filters-with-input/filter-search.browser-test.tsx-snapshots/-visual-Verify-Search-with-Select-1-firefox-linux.png b/semcore/input/__tests__/filters-with-input/filter-search.browser-test.tsx-snapshots/-visual-Verify-Search-with-Select-1-firefox-linux.png index f6e0a8cea1..53210645f3 100644 Binary files a/semcore/input/__tests__/filters-with-input/filter-search.browser-test.tsx-snapshots/-visual-Verify-Search-with-Select-1-firefox-linux.png and b/semcore/input/__tests__/filters-with-input/filter-search.browser-test.tsx-snapshots/-visual-Verify-Search-with-Select-1-firefox-linux.png differ diff --git a/semcore/input/__tests__/filters-with-input/filter-search.browser-test.tsx-snapshots/-visual-Verify-Search-with-Select-1-webkit-linux.png b/semcore/input/__tests__/filters-with-input/filter-search.browser-test.tsx-snapshots/-visual-Verify-Search-with-Select-1-webkit-linux.png index 694cf0ec22..0053a03b6a 100644 Binary files a/semcore/input/__tests__/filters-with-input/filter-search.browser-test.tsx-snapshots/-visual-Verify-Search-with-Select-1-webkit-linux.png and b/semcore/input/__tests__/filters-with-input/filter-search.browser-test.tsx-snapshots/-visual-Verify-Search-with-Select-1-webkit-linux.png differ diff --git a/semcore/input/__tests__/filters-with-input/filter-search.browser-test.tsx-snapshots/-visual-Verify-Search-with-Select-2-chromium-linux.png b/semcore/input/__tests__/filters-with-input/filter-search.browser-test.tsx-snapshots/-visual-Verify-Search-with-Select-2-chromium-linux.png index e855eaafdf..996b945052 100644 Binary files a/semcore/input/__tests__/filters-with-input/filter-search.browser-test.tsx-snapshots/-visual-Verify-Search-with-Select-2-chromium-linux.png and b/semcore/input/__tests__/filters-with-input/filter-search.browser-test.tsx-snapshots/-visual-Verify-Search-with-Select-2-chromium-linux.png differ diff --git a/semcore/input/__tests__/filters-with-input/filter-search.browser-test.tsx-snapshots/-visual-Verify-Search-with-Select-2-firefox-linux.png b/semcore/input/__tests__/filters-with-input/filter-search.browser-test.tsx-snapshots/-visual-Verify-Search-with-Select-2-firefox-linux.png index 9a9ff2ae97..4fe029929c 100644 Binary files a/semcore/input/__tests__/filters-with-input/filter-search.browser-test.tsx-snapshots/-visual-Verify-Search-with-Select-2-firefox-linux.png and b/semcore/input/__tests__/filters-with-input/filter-search.browser-test.tsx-snapshots/-visual-Verify-Search-with-Select-2-firefox-linux.png differ diff --git a/semcore/input/__tests__/filters-with-input/filter-search.browser-test.tsx-snapshots/-visual-Verify-Search-with-Select-2-webkit-linux.png b/semcore/input/__tests__/filters-with-input/filter-search.browser-test.tsx-snapshots/-visual-Verify-Search-with-Select-2-webkit-linux.png index a619287ec9..68f8e3a70f 100644 Binary files a/semcore/input/__tests__/filters-with-input/filter-search.browser-test.tsx-snapshots/-visual-Verify-Search-with-Select-2-webkit-linux.png and b/semcore/input/__tests__/filters-with-input/filter-search.browser-test.tsx-snapshots/-visual-Verify-Search-with-Select-2-webkit-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx b/semcore/input/__tests__/input.browser-test.tsx index 096b4a34c3..5e7945c52a 100644 --- a/semcore/input/__tests__/input.browser-test.tsx +++ b/semcore/input/__tests__/input.browser-test.tsx @@ -66,7 +66,7 @@ test.describe(`${TAG.VISUAL} `, () => { if (item.size == 'm') { await test.step('Verify m styles ', async () => { for (let i = 0; i < count; i++) { - await expect(locators.input(page).nth(i)).toHaveCSS('height', '26px'); + await expect(locators.input(page).nth(i)).toHaveCSS('height', '30px'); } }); } @@ -74,7 +74,7 @@ test.describe(`${TAG.VISUAL} `, () => { if (item.size == 'l') { await test.step('Verify l styles ', async () => { for (let i = 0; i < count; i++) { - await expect(locators.input(page).nth(i)).toHaveCSS('height', '38px'); + await expect(locators.input(page).nth(i)).toHaveCSS('height', '42px'); } }); } diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-Input-Text-with-addon-keyboard-interactions-1-chromium-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-Input-Text-with-addon-keyboard-interactions-1-chromium-linux.png index 817d1ad5b8..5c3ab76ec0 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-Input-Text-with-addon-keyboard-interactions-1-chromium-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-Input-Text-with-addon-keyboard-interactions-1-chromium-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-Input-Text-with-addon-keyboard-interactions-1-webkit-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-Input-Text-with-addon-keyboard-interactions-1-webkit-linux.png index c6cc7554fa..ca828e347b 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-Input-Text-with-addon-keyboard-interactions-1-webkit-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-Input-Text-with-addon-keyboard-interactions-1-webkit-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-Input-with-counter-and-badge-keyboard-interactions-1-chromium-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-Input-with-counter-and-badge-keyboard-interactions-1-chromium-linux.png index 63a56aa80f..06c1868fee 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-Input-with-counter-and-badge-keyboard-interactions-1-chromium-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-Input-with-counter-and-badge-keyboard-interactions-1-chromium-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-Input-with-counter-and-badge-keyboard-interactions-1-firefox-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-Input-with-counter-and-badge-keyboard-interactions-1-firefox-linux.png index 30858850c3..ccdb3e7602 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-Input-with-counter-and-badge-keyboard-interactions-1-firefox-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-Input-with-counter-and-badge-keyboard-interactions-1-firefox-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-Input-with-counter-and-badge-keyboard-interactions-1-webkit-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-Input-with-counter-and-badge-keyboard-interactions-1-webkit-linux.png index 5e90f79049..8729f0410d 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-Input-with-counter-and-badge-keyboard-interactions-1-webkit-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-Input-with-counter-and-badge-keyboard-interactions-1-webkit-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-Input-with-submit-button-1-chromium-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-Input-with-submit-button-1-chromium-linux.png index 52deafc2ce..3ababa7d89 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-Input-with-submit-button-1-chromium-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-Input-with-submit-button-1-chromium-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-Input-with-submit-button-1-firefox-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-Input-with-submit-button-1-firefox-linux.png index 06acaff163..2223e88d8f 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-Input-with-submit-button-1-firefox-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-Input-with-submit-button-1-firefox-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-Input-with-submit-button-1-webkit-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-Input-with-submit-button-1-webkit-linux.png index b894f14bf0..1ebedb3e99 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-Input-with-submit-button-1-webkit-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-Input-with-submit-button-1-webkit-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-inval-3e89d-rue-autoFocus-false-placeholder-Placeholder-2-chromium-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-inval-3e89d-rue-autoFocus-false-placeholder-Placeholder-2-chromium-linux.png index 1e52c4f9a3..4cc90ce2a3 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-inval-3e89d-rue-autoFocus-false-placeholder-Placeholder-2-chromium-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-inval-3e89d-rue-autoFocus-false-placeholder-Placeholder-2-chromium-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-inval-3e89d-rue-autoFocus-false-placeholder-Placeholder-2-firefox-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-inval-3e89d-rue-autoFocus-false-placeholder-Placeholder-2-firefox-linux.png index a633c67b49..8240742178 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-inval-3e89d-rue-autoFocus-false-placeholder-Placeholder-2-firefox-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-inval-3e89d-rue-autoFocus-false-placeholder-Placeholder-2-firefox-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-inval-3e89d-rue-autoFocus-false-placeholder-Placeholder-2-webkit-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-inval-3e89d-rue-autoFocus-false-placeholder-Placeholder-2-webkit-linux.png index 3789dc00cc..5484f92dff 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-inval-3e89d-rue-autoFocus-false-placeholder-Placeholder-2-webkit-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-inval-3e89d-rue-autoFocus-false-placeholder-Placeholder-2-webkit-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-inval-c816f-alse-autoFocus-true-placeholder-Placeholder-1-chromium-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-inval-c816f-alse-autoFocus-true-placeholder-Placeholder-1-chromium-linux.png index 40f93f090b..e8c3cebfb4 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-inval-c816f-alse-autoFocus-true-placeholder-Placeholder-1-chromium-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-inval-c816f-alse-autoFocus-true-placeholder-Placeholder-1-chromium-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-inval-c816f-alse-autoFocus-true-placeholder-Placeholder-1-firefox-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-inval-c816f-alse-autoFocus-true-placeholder-Placeholder-1-firefox-linux.png index 9e98b6aac8..c959aad9c8 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-inval-c816f-alse-autoFocus-true-placeholder-Placeholder-1-firefox-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-inval-c816f-alse-autoFocus-true-placeholder-Placeholder-1-firefox-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-inval-c816f-alse-autoFocus-true-placeholder-Placeholder-1-webkit-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-inval-c816f-alse-autoFocus-true-placeholder-Placeholder-1-webkit-linux.png index 16c45db525..a115f1e372 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-inval-c816f-alse-autoFocus-true-placeholder-Placeholder-1-webkit-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-inval-c816f-alse-autoFocus-true-placeholder-Placeholder-1-webkit-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-inval-c9d51-rue-autoFocus-false-placeholder-Placeholder-1-chromium-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-inval-c9d51-rue-autoFocus-false-placeholder-Placeholder-1-chromium-linux.png index dbf650a114..51fbde351a 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-inval-c9d51-rue-autoFocus-false-placeholder-Placeholder-1-chromium-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-inval-c9d51-rue-autoFocus-false-placeholder-Placeholder-1-chromium-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-inval-c9d51-rue-autoFocus-false-placeholder-Placeholder-1-firefox-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-inval-c9d51-rue-autoFocus-false-placeholder-Placeholder-1-firefox-linux.png index d955c129be..78de2d5607 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-inval-c9d51-rue-autoFocus-false-placeholder-Placeholder-1-firefox-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-inval-c9d51-rue-autoFocus-false-placeholder-Placeholder-1-firefox-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-inval-c9d51-rue-autoFocus-false-placeholder-Placeholder-1-webkit-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-inval-c9d51-rue-autoFocus-false-placeholder-Placeholder-1-webkit-linux.png index ad5980bf06..867cc5f72d 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-inval-c9d51-rue-autoFocus-false-placeholder-Placeholder-1-webkit-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-inval-c9d51-rue-autoFocus-false-placeholder-Placeholder-1-webkit-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-inval-d4ab3-alse-autoFocus-true-placeholder-Placeholder-2-chromium-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-inval-d4ab3-alse-autoFocus-true-placeholder-Placeholder-2-chromium-linux.png index f73b49c5fb..f1b617a26c 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-inval-d4ab3-alse-autoFocus-true-placeholder-Placeholder-2-chromium-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-inval-d4ab3-alse-autoFocus-true-placeholder-Placeholder-2-chromium-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-inval-d4ab3-alse-autoFocus-true-placeholder-Placeholder-2-firefox-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-inval-d4ab3-alse-autoFocus-true-placeholder-Placeholder-2-firefox-linux.png index 9e98b6aac8..c959aad9c8 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-inval-d4ab3-alse-autoFocus-true-placeholder-Placeholder-2-firefox-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-inval-d4ab3-alse-autoFocus-true-placeholder-Placeholder-2-firefox-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-inval-d4ab3-alse-autoFocus-true-placeholder-Placeholder-2-webkit-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-inval-d4ab3-alse-autoFocus-true-placeholder-Placeholder-2-webkit-linux.png index bede468754..79bbaac3f9 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-inval-d4ab3-alse-autoFocus-true-placeholder-Placeholder-2-webkit-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-inval-d4ab3-alse-autoFocus-true-placeholder-Placeholder-2-webkit-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-norma-3d4fb-false-autoFocus-false-placeholder-undefined-2-chromium-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-norma-3d4fb-false-autoFocus-false-placeholder-undefined-2-chromium-linux.png index bf9849c90f..e72d71044c 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-norma-3d4fb-false-autoFocus-false-placeholder-undefined-2-chromium-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-norma-3d4fb-false-autoFocus-false-placeholder-undefined-2-chromium-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-norma-3d4fb-false-autoFocus-false-placeholder-undefined-2-firefox-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-norma-3d4fb-false-autoFocus-false-placeholder-undefined-2-firefox-linux.png index 3c219ba3f2..80e4351246 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-norma-3d4fb-false-autoFocus-false-placeholder-undefined-2-firefox-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-norma-3d4fb-false-autoFocus-false-placeholder-undefined-2-firefox-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-norma-3d4fb-false-autoFocus-false-placeholder-undefined-2-webkit-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-norma-3d4fb-false-autoFocus-false-placeholder-undefined-2-webkit-linux.png index 328a2e68c9..cdbcf94336 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-norma-3d4fb-false-autoFocus-false-placeholder-undefined-2-webkit-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-norma-3d4fb-false-autoFocus-false-placeholder-undefined-2-webkit-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-norma-7c779-false-autoFocus-false-placeholder-undefined-1-chromium-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-norma-7c779-false-autoFocus-false-placeholder-undefined-1-chromium-linux.png index b5ab0df095..3bcefa7c53 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-norma-7c779-false-autoFocus-false-placeholder-undefined-1-chromium-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-norma-7c779-false-autoFocus-false-placeholder-undefined-1-chromium-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-norma-7c779-false-autoFocus-false-placeholder-undefined-1-firefox-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-norma-7c779-false-autoFocus-false-placeholder-undefined-1-firefox-linux.png index dd09bc010c..fc0f99aeb0 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-norma-7c779-false-autoFocus-false-placeholder-undefined-1-firefox-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-norma-7c779-false-autoFocus-false-placeholder-undefined-1-firefox-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-norma-7c779-false-autoFocus-false-placeholder-undefined-1-webkit-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-norma-7c779-false-autoFocus-false-placeholder-undefined-1-webkit-linux.png index 9398849bcd..67725211bd 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-norma-7c779-false-autoFocus-false-placeholder-undefined-1-webkit-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-norma-7c779-false-autoFocus-false-placeholder-undefined-1-webkit-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-valid-24a2d--false-autoFocus-true-placeholder-undefined-1-chromium-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-valid-24a2d--false-autoFocus-true-placeholder-undefined-1-chromium-linux.png index 09b966e7d9..1241e9a937 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-valid-24a2d--false-autoFocus-true-placeholder-undefined-1-chromium-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-valid-24a2d--false-autoFocus-true-placeholder-undefined-1-chromium-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-valid-24a2d--false-autoFocus-true-placeholder-undefined-1-firefox-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-valid-24a2d--false-autoFocus-true-placeholder-undefined-1-firefox-linux.png index f0be81c431..5df52eb705 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-valid-24a2d--false-autoFocus-true-placeholder-undefined-1-firefox-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-valid-24a2d--false-autoFocus-true-placeholder-undefined-1-firefox-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-valid-24a2d--false-autoFocus-true-placeholder-undefined-1-webkit-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-valid-24a2d--false-autoFocus-true-placeholder-undefined-1-webkit-linux.png index 106141283e..366907a09c 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-valid-24a2d--false-autoFocus-true-placeholder-undefined-1-webkit-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-valid-24a2d--false-autoFocus-true-placeholder-undefined-1-webkit-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-valid-58716-lse-autoFocus-false-placeholder-Placeholder-2-chromium-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-valid-58716-lse-autoFocus-false-placeholder-Placeholder-2-chromium-linux.png index 32b8552340..0f9efdf8a2 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-valid-58716-lse-autoFocus-false-placeholder-Placeholder-2-chromium-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-valid-58716-lse-autoFocus-false-placeholder-Placeholder-2-chromium-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-valid-58716-lse-autoFocus-false-placeholder-Placeholder-2-firefox-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-valid-58716-lse-autoFocus-false-placeholder-Placeholder-2-firefox-linux.png index 535910f11b..baebd43b39 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-valid-58716-lse-autoFocus-false-placeholder-Placeholder-2-firefox-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-valid-58716-lse-autoFocus-false-placeholder-Placeholder-2-firefox-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-valid-58716-lse-autoFocus-false-placeholder-Placeholder-2-webkit-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-valid-58716-lse-autoFocus-false-placeholder-Placeholder-2-webkit-linux.png index fd380957cf..ed55ed1f80 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-valid-58716-lse-autoFocus-false-placeholder-Placeholder-2-webkit-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-valid-58716-lse-autoFocus-false-placeholder-Placeholder-2-webkit-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-valid-80808-y-true-autoFocus-true-placeholder-undefined-2-chromium-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-valid-80808-y-true-autoFocus-true-placeholder-undefined-2-chromium-linux.png index 25139b1df1..c59f733836 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-valid-80808-y-true-autoFocus-true-placeholder-undefined-2-chromium-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-valid-80808-y-true-autoFocus-true-placeholder-undefined-2-chromium-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-valid-80808-y-true-autoFocus-true-placeholder-undefined-2-firefox-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-valid-80808-y-true-autoFocus-true-placeholder-undefined-2-firefox-linux.png index 24a233a384..b3e7ca6677 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-valid-80808-y-true-autoFocus-true-placeholder-undefined-2-firefox-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-valid-80808-y-true-autoFocus-true-placeholder-undefined-2-firefox-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-valid-80808-y-true-autoFocus-true-placeholder-undefined-2-webkit-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-valid-80808-y-true-autoFocus-true-placeholder-undefined-2-webkit-linux.png index 69d443e1f7..c3f72257fc 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-valid-80808-y-true-autoFocus-true-placeholder-undefined-2-webkit-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-valid-80808-y-true-autoFocus-true-placeholder-undefined-2-webkit-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-valid-b8da6-y-true-autoFocus-true-placeholder-undefined-1-chromium-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-valid-b8da6-y-true-autoFocus-true-placeholder-undefined-1-chromium-linux.png index 365abd46fb..e0b246519b 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-valid-b8da6-y-true-autoFocus-true-placeholder-undefined-1-chromium-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-valid-b8da6-y-true-autoFocus-true-placeholder-undefined-1-chromium-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-valid-b8da6-y-true-autoFocus-true-placeholder-undefined-1-firefox-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-valid-b8da6-y-true-autoFocus-true-placeholder-undefined-1-firefox-linux.png index 24a233a384..b3e7ca6677 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-valid-b8da6-y-true-autoFocus-true-placeholder-undefined-1-firefox-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-valid-b8da6-y-true-autoFocus-true-placeholder-undefined-1-firefox-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-valid-b8da6-y-true-autoFocus-true-placeholder-undefined-1-webkit-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-valid-b8da6-y-true-autoFocus-true-placeholder-undefined-1-webkit-linux.png index 43692893b2..c959192beb 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-valid-b8da6-y-true-autoFocus-true-placeholder-undefined-1-webkit-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-valid-b8da6-y-true-autoFocus-true-placeholder-undefined-1-webkit-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-valid-facd2-lse-autoFocus-false-placeholder-Placeholder-1-chromium-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-valid-facd2-lse-autoFocus-false-placeholder-Placeholder-1-chromium-linux.png index 3860133ed2..a071f07bbb 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-valid-facd2-lse-autoFocus-false-placeholder-Placeholder-1-chromium-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-valid-facd2-lse-autoFocus-false-placeholder-Placeholder-1-chromium-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-valid-facd2-lse-autoFocus-false-placeholder-Placeholder-1-firefox-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-valid-facd2-lse-autoFocus-false-placeholder-Placeholder-1-firefox-linux.png index 44594537b5..8266200eec 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-valid-facd2-lse-autoFocus-false-placeholder-Placeholder-1-firefox-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-valid-facd2-lse-autoFocus-false-placeholder-Placeholder-1-firefox-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-valid-facd2-lse-autoFocus-false-placeholder-Placeholder-1-webkit-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-valid-facd2-lse-autoFocus-false-placeholder-Placeholder-1-webkit-linux.png index eb34495022..6c1abb45bf 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-valid-facd2-lse-autoFocus-false-placeholder-Placeholder-1-webkit-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-l-state-valid-facd2-lse-autoFocus-false-placeholder-Placeholder-1-webkit-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-inval-282c4-lse-autoFocus-false-placeholder-Placeholder-1-chromium-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-inval-282c4-lse-autoFocus-false-placeholder-Placeholder-1-chromium-linux.png index c540d191e4..a9708fdfca 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-inval-282c4-lse-autoFocus-false-placeholder-Placeholder-1-chromium-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-inval-282c4-lse-autoFocus-false-placeholder-Placeholder-1-chromium-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-inval-282c4-lse-autoFocus-false-placeholder-Placeholder-1-firefox-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-inval-282c4-lse-autoFocus-false-placeholder-Placeholder-1-firefox-linux.png index 715c10d802..30ebc01bb8 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-inval-282c4-lse-autoFocus-false-placeholder-Placeholder-1-firefox-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-inval-282c4-lse-autoFocus-false-placeholder-Placeholder-1-firefox-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-inval-282c4-lse-autoFocus-false-placeholder-Placeholder-1-webkit-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-inval-282c4-lse-autoFocus-false-placeholder-Placeholder-1-webkit-linux.png index b9f1d22699..4f865154aa 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-inval-282c4-lse-autoFocus-false-placeholder-Placeholder-1-webkit-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-inval-282c4-lse-autoFocus-false-placeholder-Placeholder-1-webkit-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-inval-71cab-lse-autoFocus-false-placeholder-Placeholder-2-chromium-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-inval-71cab-lse-autoFocus-false-placeholder-Placeholder-2-chromium-linux.png index 01e079ef31..c3e4ea25bf 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-inval-71cab-lse-autoFocus-false-placeholder-Placeholder-2-chromium-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-inval-71cab-lse-autoFocus-false-placeholder-Placeholder-2-chromium-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-inval-71cab-lse-autoFocus-false-placeholder-Placeholder-2-firefox-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-inval-71cab-lse-autoFocus-false-placeholder-Placeholder-2-firefox-linux.png index e30e68db54..e50a119ae5 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-inval-71cab-lse-autoFocus-false-placeholder-Placeholder-2-firefox-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-inval-71cab-lse-autoFocus-false-placeholder-Placeholder-2-firefox-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-inval-71cab-lse-autoFocus-false-placeholder-Placeholder-2-webkit-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-inval-71cab-lse-autoFocus-false-placeholder-Placeholder-2-webkit-linux.png index ef9f3ac8f2..bf1d4b5656 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-inval-71cab-lse-autoFocus-false-placeholder-Placeholder-2-webkit-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-inval-71cab-lse-autoFocus-false-placeholder-Placeholder-2-webkit-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-inval-9d0db-lse-autoFocus-false-placeholder-Placeholder-1-chromium-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-inval-9d0db-lse-autoFocus-false-placeholder-Placeholder-1-chromium-linux.png index 807f23d718..78fcb8e24c 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-inval-9d0db-lse-autoFocus-false-placeholder-Placeholder-1-chromium-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-inval-9d0db-lse-autoFocus-false-placeholder-Placeholder-1-chromium-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-inval-9d0db-lse-autoFocus-false-placeholder-Placeholder-1-firefox-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-inval-9d0db-lse-autoFocus-false-placeholder-Placeholder-1-firefox-linux.png index 84b289cb60..6601a6eb02 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-inval-9d0db-lse-autoFocus-false-placeholder-Placeholder-1-firefox-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-inval-9d0db-lse-autoFocus-false-placeholder-Placeholder-1-firefox-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-inval-9d0db-lse-autoFocus-false-placeholder-Placeholder-1-webkit-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-inval-9d0db-lse-autoFocus-false-placeholder-Placeholder-1-webkit-linux.png index 80736f9f4d..78bf03cafa 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-inval-9d0db-lse-autoFocus-false-placeholder-Placeholder-1-webkit-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-inval-9d0db-lse-autoFocus-false-placeholder-Placeholder-1-webkit-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-norma-16059-rue-autoFocus-false-placeholder-Placeholder-2-chromium-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-norma-16059-rue-autoFocus-false-placeholder-Placeholder-2-chromium-linux.png index 25cacc0d04..56f4dadf35 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-norma-16059-rue-autoFocus-false-placeholder-Placeholder-2-chromium-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-norma-16059-rue-autoFocus-false-placeholder-Placeholder-2-chromium-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-norma-16059-rue-autoFocus-false-placeholder-Placeholder-2-firefox-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-norma-16059-rue-autoFocus-false-placeholder-Placeholder-2-firefox-linux.png index 976ee7138e..84eda7cc62 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-norma-16059-rue-autoFocus-false-placeholder-Placeholder-2-firefox-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-norma-16059-rue-autoFocus-false-placeholder-Placeholder-2-firefox-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-norma-16059-rue-autoFocus-false-placeholder-Placeholder-2-webkit-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-norma-16059-rue-autoFocus-false-placeholder-Placeholder-2-webkit-linux.png index c1cecab62f..4af31543a6 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-norma-16059-rue-autoFocus-false-placeholder-Placeholder-2-webkit-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-norma-16059-rue-autoFocus-false-placeholder-Placeholder-2-webkit-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-norma-2b84f-alse-autoFocus-true-placeholder-Placeholder-2-chromium-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-norma-2b84f-alse-autoFocus-true-placeholder-Placeholder-2-chromium-linux.png index 6f242152d2..1d57c8dc3c 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-norma-2b84f-alse-autoFocus-true-placeholder-Placeholder-2-chromium-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-norma-2b84f-alse-autoFocus-true-placeholder-Placeholder-2-chromium-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-norma-2b84f-alse-autoFocus-true-placeholder-Placeholder-2-firefox-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-norma-2b84f-alse-autoFocus-true-placeholder-Placeholder-2-firefox-linux.png index 029a147711..729abb67fd 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-norma-2b84f-alse-autoFocus-true-placeholder-Placeholder-2-firefox-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-norma-2b84f-alse-autoFocus-true-placeholder-Placeholder-2-firefox-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-norma-2b84f-alse-autoFocus-true-placeholder-Placeholder-2-webkit-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-norma-2b84f-alse-autoFocus-true-placeholder-Placeholder-2-webkit-linux.png index 1ec1c1d21d..5d7f067f4c 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-norma-2b84f-alse-autoFocus-true-placeholder-Placeholder-2-webkit-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-norma-2b84f-alse-autoFocus-true-placeholder-Placeholder-2-webkit-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-norma-44852-rue-autoFocus-false-placeholder-Placeholder-1-chromium-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-norma-44852-rue-autoFocus-false-placeholder-Placeholder-1-chromium-linux.png index cf5b95d06c..66757f06a0 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-norma-44852-rue-autoFocus-false-placeholder-Placeholder-1-chromium-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-norma-44852-rue-autoFocus-false-placeholder-Placeholder-1-chromium-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-norma-44852-rue-autoFocus-false-placeholder-Placeholder-1-firefox-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-norma-44852-rue-autoFocus-false-placeholder-Placeholder-1-firefox-linux.png index 869fe16db1..5c31e717bd 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-norma-44852-rue-autoFocus-false-placeholder-Placeholder-1-firefox-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-norma-44852-rue-autoFocus-false-placeholder-Placeholder-1-firefox-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-norma-44852-rue-autoFocus-false-placeholder-Placeholder-1-webkit-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-norma-44852-rue-autoFocus-false-placeholder-Placeholder-1-webkit-linux.png index 2b51ea76b1..dfb23f065b 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-norma-44852-rue-autoFocus-false-placeholder-Placeholder-1-webkit-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-norma-44852-rue-autoFocus-false-placeholder-Placeholder-1-webkit-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-norma-5c458-lse-autoFocus-false-placeholder-Placeholder-1-chromium-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-norma-5c458-lse-autoFocus-false-placeholder-Placeholder-1-chromium-linux.png index 3f7f588f6f..aee549c1a2 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-norma-5c458-lse-autoFocus-false-placeholder-Placeholder-1-chromium-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-norma-5c458-lse-autoFocus-false-placeholder-Placeholder-1-chromium-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-norma-5c458-lse-autoFocus-false-placeholder-Placeholder-1-firefox-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-norma-5c458-lse-autoFocus-false-placeholder-Placeholder-1-firefox-linux.png index 1c2663786d..875de554c0 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-norma-5c458-lse-autoFocus-false-placeholder-Placeholder-1-firefox-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-norma-5c458-lse-autoFocus-false-placeholder-Placeholder-1-firefox-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-norma-5c458-lse-autoFocus-false-placeholder-Placeholder-1-webkit-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-norma-5c458-lse-autoFocus-false-placeholder-Placeholder-1-webkit-linux.png index db544a22b3..60acae1400 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-norma-5c458-lse-autoFocus-false-placeholder-Placeholder-1-webkit-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-norma-5c458-lse-autoFocus-false-placeholder-Placeholder-1-webkit-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-norma-9a228-rue-autoFocus-false-placeholder-Placeholder-2-chromium-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-norma-9a228-rue-autoFocus-false-placeholder-Placeholder-2-chromium-linux.png index c460492c1b..2d12c804c7 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-norma-9a228-rue-autoFocus-false-placeholder-Placeholder-2-chromium-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-norma-9a228-rue-autoFocus-false-placeholder-Placeholder-2-chromium-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-norma-9a228-rue-autoFocus-false-placeholder-Placeholder-2-firefox-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-norma-9a228-rue-autoFocus-false-placeholder-Placeholder-2-firefox-linux.png index 8ea08ff9f6..57121bc884 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-norma-9a228-rue-autoFocus-false-placeholder-Placeholder-2-firefox-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-norma-9a228-rue-autoFocus-false-placeholder-Placeholder-2-firefox-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-norma-9a228-rue-autoFocus-false-placeholder-Placeholder-2-webkit-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-norma-9a228-rue-autoFocus-false-placeholder-Placeholder-2-webkit-linux.png index 80e6f03c7b..fac2b14d5b 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-norma-9a228-rue-autoFocus-false-placeholder-Placeholder-2-webkit-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-norma-9a228-rue-autoFocus-false-placeholder-Placeholder-2-webkit-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-norma-a23d9-rue-autoFocus-false-placeholder-Placeholder-1-chromium-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-norma-a23d9-rue-autoFocus-false-placeholder-Placeholder-1-chromium-linux.png index 25cacc0d04..56f4dadf35 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-norma-a23d9-rue-autoFocus-false-placeholder-Placeholder-1-chromium-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-norma-a23d9-rue-autoFocus-false-placeholder-Placeholder-1-chromium-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-norma-a23d9-rue-autoFocus-false-placeholder-Placeholder-1-firefox-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-norma-a23d9-rue-autoFocus-false-placeholder-Placeholder-1-firefox-linux.png index 976ee7138e..84eda7cc62 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-norma-a23d9-rue-autoFocus-false-placeholder-Placeholder-1-firefox-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-norma-a23d9-rue-autoFocus-false-placeholder-Placeholder-1-firefox-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-norma-a23d9-rue-autoFocus-false-placeholder-Placeholder-1-webkit-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-norma-a23d9-rue-autoFocus-false-placeholder-Placeholder-1-webkit-linux.png index c1cecab62f..4af31543a6 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-norma-a23d9-rue-autoFocus-false-placeholder-Placeholder-1-webkit-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-norma-a23d9-rue-autoFocus-false-placeholder-Placeholder-1-webkit-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-norma-c81ff-alse-autoFocus-true-placeholder-Placeholder-1-chromium-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-norma-c81ff-alse-autoFocus-true-placeholder-Placeholder-1-chromium-linux.png index 12190928aa..c9e50d6987 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-norma-c81ff-alse-autoFocus-true-placeholder-Placeholder-1-chromium-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-norma-c81ff-alse-autoFocus-true-placeholder-Placeholder-1-chromium-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-norma-c81ff-alse-autoFocus-true-placeholder-Placeholder-1-firefox-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-norma-c81ff-alse-autoFocus-true-placeholder-Placeholder-1-firefox-linux.png index 029a147711..729abb67fd 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-norma-c81ff-alse-autoFocus-true-placeholder-Placeholder-1-firefox-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-norma-c81ff-alse-autoFocus-true-placeholder-Placeholder-1-firefox-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-norma-c81ff-alse-autoFocus-true-placeholder-Placeholder-1-webkit-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-norma-c81ff-alse-autoFocus-true-placeholder-Placeholder-1-webkit-linux.png index 750d2f5fed..a2d7a29267 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-norma-c81ff-alse-autoFocus-true-placeholder-Placeholder-1-webkit-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-norma-c81ff-alse-autoFocus-true-placeholder-Placeholder-1-webkit-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-valid-71a98-false-autoFocus-false-placeholder-undefined-2-chromium-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-valid-71a98-false-autoFocus-false-placeholder-undefined-2-chromium-linux.png index 2e582632dd..40ef223847 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-valid-71a98-false-autoFocus-false-placeholder-undefined-2-chromium-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-valid-71a98-false-autoFocus-false-placeholder-undefined-2-chromium-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-valid-71a98-false-autoFocus-false-placeholder-undefined-2-firefox-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-valid-71a98-false-autoFocus-false-placeholder-undefined-2-firefox-linux.png index 57c6aa14f3..a82c8c6be0 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-valid-71a98-false-autoFocus-false-placeholder-undefined-2-firefox-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-valid-71a98-false-autoFocus-false-placeholder-undefined-2-firefox-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-valid-71a98-false-autoFocus-false-placeholder-undefined-2-webkit-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-valid-71a98-false-autoFocus-false-placeholder-undefined-2-webkit-linux.png index ac75387833..cbda7b96fc 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-valid-71a98-false-autoFocus-false-placeholder-undefined-2-webkit-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-valid-71a98-false-autoFocus-false-placeholder-undefined-2-webkit-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-valid-7ce60-false-autoFocus-false-placeholder-undefined-1-chromium-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-valid-7ce60-false-autoFocus-false-placeholder-undefined-1-chromium-linux.png index cc003509e5..458cf28939 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-valid-7ce60-false-autoFocus-false-placeholder-undefined-1-chromium-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-valid-7ce60-false-autoFocus-false-placeholder-undefined-1-chromium-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-valid-7ce60-false-autoFocus-false-placeholder-undefined-1-firefox-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-valid-7ce60-false-autoFocus-false-placeholder-undefined-1-firefox-linux.png index fd4131e331..853f023259 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-valid-7ce60-false-autoFocus-false-placeholder-undefined-1-firefox-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-valid-7ce60-false-autoFocus-false-placeholder-undefined-1-firefox-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-valid-7ce60-false-autoFocus-false-placeholder-undefined-1-webkit-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-valid-7ce60-false-autoFocus-false-placeholder-undefined-1-webkit-linux.png index 1e16affb33..58a84ab492 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-valid-7ce60-false-autoFocus-false-placeholder-undefined-1-webkit-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-base-state-m-state-valid-7ce60-false-autoFocus-false-placeholder-undefined-1-webkit-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-loading-state-1-chromium-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-loading-state-1-chromium-linux.png index ceeb00fc35..03700db518 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-loading-state-1-chromium-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-loading-state-1-chromium-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-loading-state-1-firefox-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-loading-state-1-firefox-linux.png index e11bec6ff7..59b617f6df 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-loading-state-1-firefox-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-loading-state-1-firefox-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-loading-state-1-webkit-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-loading-state-1-webkit-linux.png index bce6ec64b9..71d1fd30fe 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-loading-state-1-webkit-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-loading-state-1-webkit-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-loading-state-2-chromium-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-loading-state-2-chromium-linux.png index e6dcd0398d..32c6f16f64 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-loading-state-2-chromium-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-loading-state-2-chromium-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-loading-state-2-firefox-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-loading-state-2-firefox-linux.png index e11bec6ff7..59b617f6df 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-loading-state-2-firefox-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-loading-state-2-firefox-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-loading-state-2-webkit-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-loading-state-2-webkit-linux.png index 9a679d8328..f4e9d4e1ac 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-loading-state-2-webkit-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-loading-state-2-webkit-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-0cc56-false-autoFocus-false-placeholder-undefined-1-chromium-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-0cc56-false-autoFocus-false-placeholder-undefined-1-chromium-linux.png index 48996b7ab3..7ed9a07f83 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-0cc56-false-autoFocus-false-placeholder-undefined-1-chromium-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-0cc56-false-autoFocus-false-placeholder-undefined-1-chromium-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-0cc56-false-autoFocus-false-placeholder-undefined-1-firefox-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-0cc56-false-autoFocus-false-placeholder-undefined-1-firefox-linux.png index 4880ab0083..f3633f4f2a 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-0cc56-false-autoFocus-false-placeholder-undefined-1-firefox-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-0cc56-false-autoFocus-false-placeholder-undefined-1-firefox-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-0cc56-false-autoFocus-false-placeholder-undefined-1-webkit-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-0cc56-false-autoFocus-false-placeholder-undefined-1-webkit-linux.png index 62acf24b10..0649606374 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-0cc56-false-autoFocus-false-placeholder-undefined-1-webkit-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-0cc56-false-autoFocus-false-placeholder-undefined-1-webkit-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-0eae4-rue-autoFocus-false-placeholder-Placeholder-2-chromium-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-0eae4-rue-autoFocus-false-placeholder-Placeholder-2-chromium-linux.png index 19f3b8e88e..d1f711a9b6 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-0eae4-rue-autoFocus-false-placeholder-Placeholder-2-chromium-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-0eae4-rue-autoFocus-false-placeholder-Placeholder-2-chromium-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-0eae4-rue-autoFocus-false-placeholder-Placeholder-2-firefox-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-0eae4-rue-autoFocus-false-placeholder-Placeholder-2-firefox-linux.png index e60c412e7a..ce3e0dbd50 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-0eae4-rue-autoFocus-false-placeholder-Placeholder-2-firefox-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-0eae4-rue-autoFocus-false-placeholder-Placeholder-2-firefox-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-0eae4-rue-autoFocus-false-placeholder-Placeholder-2-webkit-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-0eae4-rue-autoFocus-false-placeholder-Placeholder-2-webkit-linux.png index 79867d881e..d1982f674d 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-0eae4-rue-autoFocus-false-placeholder-Placeholder-2-webkit-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-0eae4-rue-autoFocus-false-placeholder-Placeholder-2-webkit-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-1451f-alse-autoFocus-true-placeholder-Placeholder-1-chromium-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-1451f-alse-autoFocus-true-placeholder-Placeholder-1-chromium-linux.png index 6f955ee824..e51f873edf 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-1451f-alse-autoFocus-true-placeholder-Placeholder-1-chromium-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-1451f-alse-autoFocus-true-placeholder-Placeholder-1-chromium-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-1451f-alse-autoFocus-true-placeholder-Placeholder-1-firefox-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-1451f-alse-autoFocus-true-placeholder-Placeholder-1-firefox-linux.png index ab849c7f05..4e3bb4efcf 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-1451f-alse-autoFocus-true-placeholder-Placeholder-1-firefox-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-1451f-alse-autoFocus-true-placeholder-Placeholder-1-firefox-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-1451f-alse-autoFocus-true-placeholder-Placeholder-1-webkit-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-1451f-alse-autoFocus-true-placeholder-Placeholder-1-webkit-linux.png index e3b07ffd2f..75ed0a6879 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-1451f-alse-autoFocus-true-placeholder-Placeholder-1-webkit-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-1451f-alse-autoFocus-true-placeholder-Placeholder-1-webkit-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-14808-rue-autoFocus-false-placeholder-Placeholder-1-chromium-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-14808-rue-autoFocus-false-placeholder-Placeholder-1-chromium-linux.png index 168c6198f8..bd354a1e34 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-14808-rue-autoFocus-false-placeholder-Placeholder-1-chromium-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-14808-rue-autoFocus-false-placeholder-Placeholder-1-chromium-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-14808-rue-autoFocus-false-placeholder-Placeholder-1-firefox-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-14808-rue-autoFocus-false-placeholder-Placeholder-1-firefox-linux.png index b0f13ce007..ae87ffe81f 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-14808-rue-autoFocus-false-placeholder-Placeholder-1-firefox-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-14808-rue-autoFocus-false-placeholder-Placeholder-1-firefox-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-14808-rue-autoFocus-false-placeholder-Placeholder-1-webkit-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-14808-rue-autoFocus-false-placeholder-Placeholder-1-webkit-linux.png index fb9d17f876..8ed6943dd4 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-14808-rue-autoFocus-false-placeholder-Placeholder-1-webkit-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-14808-rue-autoFocus-false-placeholder-Placeholder-1-webkit-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-1df7c-alse-autoFocus-true-placeholder-Placeholder-1-chromium-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-1df7c-alse-autoFocus-true-placeholder-Placeholder-1-chromium-linux.png index 3c2c8a2e8c..94e1ed03f6 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-1df7c-alse-autoFocus-true-placeholder-Placeholder-1-chromium-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-1df7c-alse-autoFocus-true-placeholder-Placeholder-1-chromium-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-1df7c-alse-autoFocus-true-placeholder-Placeholder-1-firefox-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-1df7c-alse-autoFocus-true-placeholder-Placeholder-1-firefox-linux.png index facc2ab08a..f9862a2862 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-1df7c-alse-autoFocus-true-placeholder-Placeholder-1-firefox-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-1df7c-alse-autoFocus-true-placeholder-Placeholder-1-firefox-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-1df7c-alse-autoFocus-true-placeholder-Placeholder-1-webkit-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-1df7c-alse-autoFocus-true-placeholder-Placeholder-1-webkit-linux.png index 73b48ab4b9..3992937759 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-1df7c-alse-autoFocus-true-placeholder-Placeholder-1-webkit-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-1df7c-alse-autoFocus-true-placeholder-Placeholder-1-webkit-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-45847-alse-autoFocus-true-placeholder-Placeholder-2-chromium-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-45847-alse-autoFocus-true-placeholder-Placeholder-2-chromium-linux.png index ddf7648b97..01ddfe6c39 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-45847-alse-autoFocus-true-placeholder-Placeholder-2-chromium-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-45847-alse-autoFocus-true-placeholder-Placeholder-2-chromium-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-45847-alse-autoFocus-true-placeholder-Placeholder-2-firefox-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-45847-alse-autoFocus-true-placeholder-Placeholder-2-firefox-linux.png index facc2ab08a..f9862a2862 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-45847-alse-autoFocus-true-placeholder-Placeholder-2-firefox-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-45847-alse-autoFocus-true-placeholder-Placeholder-2-firefox-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-45847-alse-autoFocus-true-placeholder-Placeholder-2-webkit-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-45847-alse-autoFocus-true-placeholder-Placeholder-2-webkit-linux.png index 861a084bee..aa1330ad6e 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-45847-alse-autoFocus-true-placeholder-Placeholder-2-webkit-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-45847-alse-autoFocus-true-placeholder-Placeholder-2-webkit-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-4a872-lse-autoFocus-false-placeholder-Placeholder-2-chromium-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-4a872-lse-autoFocus-false-placeholder-Placeholder-2-chromium-linux.png index 1e1cfa382f..a7b455bca0 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-4a872-lse-autoFocus-false-placeholder-Placeholder-2-chromium-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-4a872-lse-autoFocus-false-placeholder-Placeholder-2-chromium-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-4a872-lse-autoFocus-false-placeholder-Placeholder-2-firefox-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-4a872-lse-autoFocus-false-placeholder-Placeholder-2-firefox-linux.png index 5e9d9ddfb3..02663534c0 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-4a872-lse-autoFocus-false-placeholder-Placeholder-2-firefox-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-4a872-lse-autoFocus-false-placeholder-Placeholder-2-firefox-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-4a872-lse-autoFocus-false-placeholder-Placeholder-2-webkit-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-4a872-lse-autoFocus-false-placeholder-Placeholder-2-webkit-linux.png index 4738ee6853..738caee94f 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-4a872-lse-autoFocus-false-placeholder-Placeholder-2-webkit-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-4a872-lse-autoFocus-false-placeholder-Placeholder-2-webkit-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-50a17-lse-autoFocus-false-placeholder-Placeholder-1-chromium-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-50a17-lse-autoFocus-false-placeholder-Placeholder-1-chromium-linux.png index b98d66df2a..32be62f22c 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-50a17-lse-autoFocus-false-placeholder-Placeholder-1-chromium-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-50a17-lse-autoFocus-false-placeholder-Placeholder-1-chromium-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-50a17-lse-autoFocus-false-placeholder-Placeholder-1-firefox-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-50a17-lse-autoFocus-false-placeholder-Placeholder-1-firefox-linux.png index d154299371..fe03ad79de 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-50a17-lse-autoFocus-false-placeholder-Placeholder-1-firefox-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-50a17-lse-autoFocus-false-placeholder-Placeholder-1-firefox-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-50a17-lse-autoFocus-false-placeholder-Placeholder-1-webkit-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-50a17-lse-autoFocus-false-placeholder-Placeholder-1-webkit-linux.png index a66dd41cc7..90254c4bd7 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-50a17-lse-autoFocus-false-placeholder-Placeholder-1-webkit-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-50a17-lse-autoFocus-false-placeholder-Placeholder-1-webkit-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-6610c--false-autoFocus-true-placeholder-undefined-1-chromium-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-6610c--false-autoFocus-true-placeholder-undefined-1-chromium-linux.png index f299be838a..652776646b 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-6610c--false-autoFocus-true-placeholder-undefined-1-chromium-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-6610c--false-autoFocus-true-placeholder-undefined-1-chromium-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-6610c--false-autoFocus-true-placeholder-undefined-1-firefox-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-6610c--false-autoFocus-true-placeholder-undefined-1-firefox-linux.png index 658cd51f56..53c2e07ee1 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-6610c--false-autoFocus-true-placeholder-undefined-1-firefox-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-6610c--false-autoFocus-true-placeholder-undefined-1-firefox-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-6610c--false-autoFocus-true-placeholder-undefined-1-webkit-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-6610c--false-autoFocus-true-placeholder-undefined-1-webkit-linux.png index e3e3e9c932..9ce50c95d7 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-6610c--false-autoFocus-true-placeholder-undefined-1-webkit-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-6610c--false-autoFocus-true-placeholder-undefined-1-webkit-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-820f5-rue-autoFocus-false-placeholder-Placeholder-2-chromium-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-820f5-rue-autoFocus-false-placeholder-Placeholder-2-chromium-linux.png index 6c6a88f068..6b2c1c4174 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-820f5-rue-autoFocus-false-placeholder-Placeholder-2-chromium-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-820f5-rue-autoFocus-false-placeholder-Placeholder-2-chromium-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-820f5-rue-autoFocus-false-placeholder-Placeholder-2-firefox-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-820f5-rue-autoFocus-false-placeholder-Placeholder-2-firefox-linux.png index f55bca1ce7..cd5fa18896 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-820f5-rue-autoFocus-false-placeholder-Placeholder-2-firefox-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-820f5-rue-autoFocus-false-placeholder-Placeholder-2-firefox-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-820f5-rue-autoFocus-false-placeholder-Placeholder-2-webkit-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-820f5-rue-autoFocus-false-placeholder-Placeholder-2-webkit-linux.png index 4bedfb1846..4bf8f21e30 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-820f5-rue-autoFocus-false-placeholder-Placeholder-2-webkit-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-820f5-rue-autoFocus-false-placeholder-Placeholder-2-webkit-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-836ef-lse-autoFocus-false-placeholder-Placeholder-1-chromium-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-836ef-lse-autoFocus-false-placeholder-Placeholder-1-chromium-linux.png index 576cb15acc..b391378507 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-836ef-lse-autoFocus-false-placeholder-Placeholder-1-chromium-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-836ef-lse-autoFocus-false-placeholder-Placeholder-1-chromium-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-836ef-lse-autoFocus-false-placeholder-Placeholder-1-firefox-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-836ef-lse-autoFocus-false-placeholder-Placeholder-1-firefox-linux.png index bfe14b6937..849548b05f 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-836ef-lse-autoFocus-false-placeholder-Placeholder-1-firefox-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-836ef-lse-autoFocus-false-placeholder-Placeholder-1-firefox-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-836ef-lse-autoFocus-false-placeholder-Placeholder-1-webkit-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-836ef-lse-autoFocus-false-placeholder-Placeholder-1-webkit-linux.png index a0446c168a..3439a0e72b 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-836ef-lse-autoFocus-false-placeholder-Placeholder-1-webkit-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-836ef-lse-autoFocus-false-placeholder-Placeholder-1-webkit-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-a7efe-y-true-autoFocus-true-placeholder-undefined-1-chromium-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-a7efe-y-true-autoFocus-true-placeholder-undefined-1-chromium-linux.png index ad48405a7a..fd436e2169 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-a7efe-y-true-autoFocus-true-placeholder-undefined-1-chromium-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-a7efe-y-true-autoFocus-true-placeholder-undefined-1-chromium-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-a7efe-y-true-autoFocus-true-placeholder-undefined-1-firefox-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-a7efe-y-true-autoFocus-true-placeholder-undefined-1-firefox-linux.png index 53f67939e0..ddd12e747c 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-a7efe-y-true-autoFocus-true-placeholder-undefined-1-firefox-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-a7efe-y-true-autoFocus-true-placeholder-undefined-1-firefox-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-a7efe-y-true-autoFocus-true-placeholder-undefined-1-webkit-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-a7efe-y-true-autoFocus-true-placeholder-undefined-1-webkit-linux.png index bc471df50a..0e6b03d9f0 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-a7efe-y-true-autoFocus-true-placeholder-undefined-1-webkit-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-a7efe-y-true-autoFocus-true-placeholder-undefined-1-webkit-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-ab3f8-rue-autoFocus-false-placeholder-Placeholder-1-chromium-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-ab3f8-rue-autoFocus-false-placeholder-Placeholder-1-chromium-linux.png index 19f3b8e88e..d1f711a9b6 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-ab3f8-rue-autoFocus-false-placeholder-Placeholder-1-chromium-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-ab3f8-rue-autoFocus-false-placeholder-Placeholder-1-chromium-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-ab3f8-rue-autoFocus-false-placeholder-Placeholder-1-firefox-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-ab3f8-rue-autoFocus-false-placeholder-Placeholder-1-firefox-linux.png index e60c412e7a..ce3e0dbd50 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-ab3f8-rue-autoFocus-false-placeholder-Placeholder-1-firefox-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-ab3f8-rue-autoFocus-false-placeholder-Placeholder-1-firefox-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-ab3f8-rue-autoFocus-false-placeholder-Placeholder-1-webkit-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-ab3f8-rue-autoFocus-false-placeholder-Placeholder-1-webkit-linux.png index 79867d881e..d1982f674d 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-ab3f8-rue-autoFocus-false-placeholder-Placeholder-1-webkit-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-ab3f8-rue-autoFocus-false-placeholder-Placeholder-1-webkit-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-bd8f2-lse-autoFocus-false-placeholder-Placeholder-1-chromium-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-bd8f2-lse-autoFocus-false-placeholder-Placeholder-1-chromium-linux.png index 9969d4ef9f..d191c65d02 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-bd8f2-lse-autoFocus-false-placeholder-Placeholder-1-chromium-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-bd8f2-lse-autoFocus-false-placeholder-Placeholder-1-chromium-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-bd8f2-lse-autoFocus-false-placeholder-Placeholder-1-firefox-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-bd8f2-lse-autoFocus-false-placeholder-Placeholder-1-firefox-linux.png index f521b977fd..a76f7e9bbe 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-bd8f2-lse-autoFocus-false-placeholder-Placeholder-1-firefox-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-bd8f2-lse-autoFocus-false-placeholder-Placeholder-1-firefox-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-bd8f2-lse-autoFocus-false-placeholder-Placeholder-1-webkit-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-bd8f2-lse-autoFocus-false-placeholder-Placeholder-1-webkit-linux.png index 576ea44925..7675ca05bf 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-bd8f2-lse-autoFocus-false-placeholder-Placeholder-1-webkit-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-bd8f2-lse-autoFocus-false-placeholder-Placeholder-1-webkit-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-c1adc-rue-autoFocus-false-placeholder-Placeholder-1-chromium-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-c1adc-rue-autoFocus-false-placeholder-Placeholder-1-chromium-linux.png index 183780589b..6aa8c2c861 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-c1adc-rue-autoFocus-false-placeholder-Placeholder-1-chromium-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-c1adc-rue-autoFocus-false-placeholder-Placeholder-1-chromium-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-c1adc-rue-autoFocus-false-placeholder-Placeholder-1-firefox-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-c1adc-rue-autoFocus-false-placeholder-Placeholder-1-firefox-linux.png index d2704be764..afd9af9bfe 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-c1adc-rue-autoFocus-false-placeholder-Placeholder-1-firefox-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-c1adc-rue-autoFocus-false-placeholder-Placeholder-1-firefox-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-c1adc-rue-autoFocus-false-placeholder-Placeholder-1-webkit-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-c1adc-rue-autoFocus-false-placeholder-Placeholder-1-webkit-linux.png index a7aaf2fa85..8dfeac893f 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-c1adc-rue-autoFocus-false-placeholder-Placeholder-1-webkit-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-c1adc-rue-autoFocus-false-placeholder-Placeholder-1-webkit-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-c464d-lse-autoFocus-false-placeholder-Placeholder-2-chromium-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-c464d-lse-autoFocus-false-placeholder-Placeholder-2-chromium-linux.png index 06e5db4fc1..f6d1215f1a 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-c464d-lse-autoFocus-false-placeholder-Placeholder-2-chromium-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-c464d-lse-autoFocus-false-placeholder-Placeholder-2-chromium-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-c464d-lse-autoFocus-false-placeholder-Placeholder-2-firefox-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-c464d-lse-autoFocus-false-placeholder-Placeholder-2-firefox-linux.png index c1105330e9..a50329a21d 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-c464d-lse-autoFocus-false-placeholder-Placeholder-2-firefox-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-c464d-lse-autoFocus-false-placeholder-Placeholder-2-firefox-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-c464d-lse-autoFocus-false-placeholder-Placeholder-2-webkit-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-c464d-lse-autoFocus-false-placeholder-Placeholder-2-webkit-linux.png index 0dd91294e6..c4406b6275 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-c464d-lse-autoFocus-false-placeholder-Placeholder-2-webkit-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-c464d-lse-autoFocus-false-placeholder-Placeholder-2-webkit-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-cb891-alse-autoFocus-true-placeholder-Placeholder-2-chromium-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-cb891-alse-autoFocus-true-placeholder-Placeholder-2-chromium-linux.png index e261b30473..edbcf72a56 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-cb891-alse-autoFocus-true-placeholder-Placeholder-2-chromium-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-cb891-alse-autoFocus-true-placeholder-Placeholder-2-chromium-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-cb891-alse-autoFocus-true-placeholder-Placeholder-2-firefox-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-cb891-alse-autoFocus-true-placeholder-Placeholder-2-firefox-linux.png index ab849c7f05..4e3bb4efcf 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-cb891-alse-autoFocus-true-placeholder-Placeholder-2-firefox-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-cb891-alse-autoFocus-true-placeholder-Placeholder-2-firefox-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-cb891-alse-autoFocus-true-placeholder-Placeholder-2-webkit-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-cb891-alse-autoFocus-true-placeholder-Placeholder-2-webkit-linux.png index 653c73e804..53a9b62dbb 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-cb891-alse-autoFocus-true-placeholder-Placeholder-2-webkit-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-cb891-alse-autoFocus-true-placeholder-Placeholder-2-webkit-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-ce847-false-autoFocus-false-placeholder-undefined-2-chromium-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-ce847-false-autoFocus-false-placeholder-undefined-2-chromium-linux.png index 961e7a8e5f..2473183aa8 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-ce847-false-autoFocus-false-placeholder-undefined-2-chromium-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-ce847-false-autoFocus-false-placeholder-undefined-2-chromium-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-ce847-false-autoFocus-false-placeholder-undefined-2-firefox-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-ce847-false-autoFocus-false-placeholder-undefined-2-firefox-linux.png index 9085f3514c..f797309ed5 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-ce847-false-autoFocus-false-placeholder-undefined-2-firefox-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-ce847-false-autoFocus-false-placeholder-undefined-2-firefox-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-ce847-false-autoFocus-false-placeholder-undefined-2-webkit-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-ce847-false-autoFocus-false-placeholder-undefined-2-webkit-linux.png index 5043c30b90..70e10dbdc1 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-ce847-false-autoFocus-false-placeholder-undefined-2-webkit-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-ce847-false-autoFocus-false-placeholder-undefined-2-webkit-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-cf5a9-false-autoFocus-false-placeholder-undefined-2-chromium-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-cf5a9-false-autoFocus-false-placeholder-undefined-2-chromium-linux.png index 662040ed12..1a5ee1f810 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-cf5a9-false-autoFocus-false-placeholder-undefined-2-chromium-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-cf5a9-false-autoFocus-false-placeholder-undefined-2-chromium-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-cf5a9-false-autoFocus-false-placeholder-undefined-2-firefox-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-cf5a9-false-autoFocus-false-placeholder-undefined-2-firefox-linux.png index fe53db8e76..690517bfd4 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-cf5a9-false-autoFocus-false-placeholder-undefined-2-firefox-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-cf5a9-false-autoFocus-false-placeholder-undefined-2-firefox-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-cf5a9-false-autoFocus-false-placeholder-undefined-2-webkit-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-cf5a9-false-autoFocus-false-placeholder-undefined-2-webkit-linux.png index d3f9c8c4ce..bf11c68366 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-cf5a9-false-autoFocus-false-placeholder-undefined-2-webkit-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-cf5a9-false-autoFocus-false-placeholder-undefined-2-webkit-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-dadb3-rue-autoFocus-false-placeholder-Placeholder-2-chromium-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-dadb3-rue-autoFocus-false-placeholder-Placeholder-2-chromium-linux.png index f9bca46afa..97f58ae9f2 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-dadb3-rue-autoFocus-false-placeholder-Placeholder-2-chromium-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-dadb3-rue-autoFocus-false-placeholder-Placeholder-2-chromium-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-dadb3-rue-autoFocus-false-placeholder-Placeholder-2-firefox-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-dadb3-rue-autoFocus-false-placeholder-Placeholder-2-firefox-linux.png index 0a5e82e5f3..51ff5e1b61 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-dadb3-rue-autoFocus-false-placeholder-Placeholder-2-firefox-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-dadb3-rue-autoFocus-false-placeholder-Placeholder-2-firefox-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-dadb3-rue-autoFocus-false-placeholder-Placeholder-2-webkit-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-dadb3-rue-autoFocus-false-placeholder-Placeholder-2-webkit-linux.png index 1a955c5c78..370e05f8aa 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-dadb3-rue-autoFocus-false-placeholder-Placeholder-2-webkit-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-dadb3-rue-autoFocus-false-placeholder-Placeholder-2-webkit-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-e889c-y-true-autoFocus-true-placeholder-undefined-2-chromium-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-e889c-y-true-autoFocus-true-placeholder-undefined-2-chromium-linux.png index 16e9ffe525..8b91b4eb35 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-e889c-y-true-autoFocus-true-placeholder-undefined-2-chromium-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-e889c-y-true-autoFocus-true-placeholder-undefined-2-chromium-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-e889c-y-true-autoFocus-true-placeholder-undefined-2-firefox-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-e889c-y-true-autoFocus-true-placeholder-undefined-2-firefox-linux.png index 53f67939e0..ddd12e747c 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-e889c-y-true-autoFocus-true-placeholder-undefined-2-firefox-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-e889c-y-true-autoFocus-true-placeholder-undefined-2-firefox-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-e889c-y-true-autoFocus-true-placeholder-undefined-2-webkit-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-e889c-y-true-autoFocus-true-placeholder-undefined-2-webkit-linux.png index d50f3ee91b..ccee984851 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-e889c-y-true-autoFocus-true-placeholder-undefined-2-webkit-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-e889c-y-true-autoFocus-true-placeholder-undefined-2-webkit-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-f82bc-lse-autoFocus-false-placeholder-Placeholder-1-chromium-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-f82bc-lse-autoFocus-false-placeholder-Placeholder-1-chromium-linux.png index 76cfe42d7a..4a231064b9 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-f82bc-lse-autoFocus-false-placeholder-Placeholder-1-chromium-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-f82bc-lse-autoFocus-false-placeholder-Placeholder-1-chromium-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-f82bc-lse-autoFocus-false-placeholder-Placeholder-1-firefox-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-f82bc-lse-autoFocus-false-placeholder-Placeholder-1-firefox-linux.png index 9a877f725f..f4f98dc235 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-f82bc-lse-autoFocus-false-placeholder-Placeholder-1-firefox-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-f82bc-lse-autoFocus-false-placeholder-Placeholder-1-firefox-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-f82bc-lse-autoFocus-false-placeholder-Placeholder-1-webkit-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-f82bc-lse-autoFocus-false-placeholder-Placeholder-1-webkit-linux.png index a50b118398..1c554c517e 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-f82bc-lse-autoFocus-false-placeholder-Placeholder-1-webkit-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-f82bc-lse-autoFocus-false-placeholder-Placeholder-1-webkit-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-fa413-false-autoFocus-false-placeholder-undefined-1-chromium-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-fa413-false-autoFocus-false-placeholder-undefined-1-chromium-linux.png index dd960fc9e3..05de185cdc 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-fa413-false-autoFocus-false-placeholder-undefined-1-chromium-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-fa413-false-autoFocus-false-placeholder-undefined-1-chromium-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-fa413-false-autoFocus-false-placeholder-undefined-1-firefox-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-fa413-false-autoFocus-false-placeholder-undefined-1-firefox-linux.png index 62014bee08..4f88f6d96d 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-fa413-false-autoFocus-false-placeholder-undefined-1-firefox-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-fa413-false-autoFocus-false-placeholder-undefined-1-firefox-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-fa413-false-autoFocus-false-placeholder-undefined-1-webkit-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-fa413-false-autoFocus-false-placeholder-undefined-1-webkit-linux.png index 1ad5bf0da5..20fe6a9d08 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-fa413-false-autoFocus-false-placeholder-undefined-1-webkit-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-input-with-neighbor-location-s-fa413-false-autoFocus-false-placeholder-undefined-1-webkit-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-password-input-1-chromium-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-password-input-1-chromium-linux.png index 3f73f3afd3..3e423af0ce 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-password-input-1-chromium-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-password-input-1-chromium-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-password-input-1-firefox-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-password-input-1-firefox-linux.png index 57d266a14e..d3f106b2b3 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-password-input-1-firefox-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-password-input-1-firefox-linux.png differ diff --git a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-password-input-1-webkit-linux.png b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-password-input-1-webkit-linux.png index c5022193a6..d3764b2d33 100644 Binary files a/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-password-input-1-webkit-linux.png and b/semcore/input/__tests__/input.browser-test.tsx-snapshots/-visual-Verify-password-input-1-webkit-linux.png differ diff --git a/semcore/input/__tests__/ux-patterns-with-input/form.browser-test.tsx-snapshots/-visual-Verify-login-form-1-chromium-linux.png b/semcore/input/__tests__/ux-patterns-with-input/form.browser-test.tsx-snapshots/-visual-Verify-login-form-1-chromium-linux.png index ad6dc1d7d8..2bee51dd9b 100644 Binary files a/semcore/input/__tests__/ux-patterns-with-input/form.browser-test.tsx-snapshots/-visual-Verify-login-form-1-chromium-linux.png and b/semcore/input/__tests__/ux-patterns-with-input/form.browser-test.tsx-snapshots/-visual-Verify-login-form-1-chromium-linux.png differ diff --git a/semcore/input/__tests__/ux-patterns-with-input/form.browser-test.tsx-snapshots/-visual-Verify-login-form-1-firefox-linux.png b/semcore/input/__tests__/ux-patterns-with-input/form.browser-test.tsx-snapshots/-visual-Verify-login-form-1-firefox-linux.png index e8ae4e4463..86b68e91cf 100644 Binary files a/semcore/input/__tests__/ux-patterns-with-input/form.browser-test.tsx-snapshots/-visual-Verify-login-form-1-firefox-linux.png and b/semcore/input/__tests__/ux-patterns-with-input/form.browser-test.tsx-snapshots/-visual-Verify-login-form-1-firefox-linux.png differ diff --git a/semcore/input/__tests__/ux-patterns-with-input/form.browser-test.tsx-snapshots/-visual-Verify-login-form-1-webkit-linux.png b/semcore/input/__tests__/ux-patterns-with-input/form.browser-test.tsx-snapshots/-visual-Verify-login-form-1-webkit-linux.png index c2ad11de73..fca9c5b22d 100644 Binary files a/semcore/input/__tests__/ux-patterns-with-input/form.browser-test.tsx-snapshots/-visual-Verify-login-form-1-webkit-linux.png and b/semcore/input/__tests__/ux-patterns-with-input/form.browser-test.tsx-snapshots/-visual-Verify-login-form-1-webkit-linux.png differ diff --git a/semcore/input/__tests__/ux-patterns-with-input/form.browser-test.tsx-snapshots/-visual-Verify-login-form-2-chromium-linux.png b/semcore/input/__tests__/ux-patterns-with-input/form.browser-test.tsx-snapshots/-visual-Verify-login-form-2-chromium-linux.png index 3f01dc32a5..ab7345400b 100644 Binary files a/semcore/input/__tests__/ux-patterns-with-input/form.browser-test.tsx-snapshots/-visual-Verify-login-form-2-chromium-linux.png and b/semcore/input/__tests__/ux-patterns-with-input/form.browser-test.tsx-snapshots/-visual-Verify-login-form-2-chromium-linux.png differ diff --git a/semcore/input/__tests__/ux-patterns-with-input/form.browser-test.tsx-snapshots/-visual-Verify-login-form-2-firefox-linux.png b/semcore/input/__tests__/ux-patterns-with-input/form.browser-test.tsx-snapshots/-visual-Verify-login-form-2-firefox-linux.png index 27a2658c7f..11d5de2cf0 100644 Binary files a/semcore/input/__tests__/ux-patterns-with-input/form.browser-test.tsx-snapshots/-visual-Verify-login-form-2-firefox-linux.png and b/semcore/input/__tests__/ux-patterns-with-input/form.browser-test.tsx-snapshots/-visual-Verify-login-form-2-firefox-linux.png differ diff --git a/semcore/input/__tests__/ux-patterns-with-input/form.browser-test.tsx-snapshots/-visual-Verify-login-form-2-webkit-linux.png b/semcore/input/__tests__/ux-patterns-with-input/form.browser-test.tsx-snapshots/-visual-Verify-login-form-2-webkit-linux.png index 7dc6fb41c4..f4e0d27920 100644 Binary files a/semcore/input/__tests__/ux-patterns-with-input/form.browser-test.tsx-snapshots/-visual-Verify-login-form-2-webkit-linux.png and b/semcore/input/__tests__/ux-patterns-with-input/form.browser-test.tsx-snapshots/-visual-Verify-login-form-2-webkit-linux.png differ diff --git a/semcore/input/__tests__/ux-patterns-with-input/input-phone.browser-test.tsx-snapshots/-visual-Verify-Unknown-country-and-number-format-1-chromium-linux.png b/semcore/input/__tests__/ux-patterns-with-input/input-phone.browser-test.tsx-snapshots/-visual-Verify-Unknown-country-and-number-format-1-chromium-linux.png index d381f0105d..49a0629f59 100644 Binary files a/semcore/input/__tests__/ux-patterns-with-input/input-phone.browser-test.tsx-snapshots/-visual-Verify-Unknown-country-and-number-format-1-chromium-linux.png and b/semcore/input/__tests__/ux-patterns-with-input/input-phone.browser-test.tsx-snapshots/-visual-Verify-Unknown-country-and-number-format-1-chromium-linux.png differ diff --git a/semcore/input/__tests__/ux-patterns-with-input/input-phone.browser-test.tsx-snapshots/-visual-Verify-Unknown-country-and-number-format-1-firefox-linux.png b/semcore/input/__tests__/ux-patterns-with-input/input-phone.browser-test.tsx-snapshots/-visual-Verify-Unknown-country-and-number-format-1-firefox-linux.png index b8705e1dd7..4707af5a9c 100644 Binary files a/semcore/input/__tests__/ux-patterns-with-input/input-phone.browser-test.tsx-snapshots/-visual-Verify-Unknown-country-and-number-format-1-firefox-linux.png and b/semcore/input/__tests__/ux-patterns-with-input/input-phone.browser-test.tsx-snapshots/-visual-Verify-Unknown-country-and-number-format-1-firefox-linux.png differ diff --git a/semcore/input/__tests__/ux-patterns-with-input/input-phone.browser-test.tsx-snapshots/-visual-Verify-Unknown-country-and-number-format-1-webkit-linux.png b/semcore/input/__tests__/ux-patterns-with-input/input-phone.browser-test.tsx-snapshots/-visual-Verify-Unknown-country-and-number-format-1-webkit-linux.png index de663b5b8e..244a0e568f 100644 Binary files a/semcore/input/__tests__/ux-patterns-with-input/input-phone.browser-test.tsx-snapshots/-visual-Verify-Unknown-country-and-number-format-1-webkit-linux.png and b/semcore/input/__tests__/ux-patterns-with-input/input-phone.browser-test.tsx-snapshots/-visual-Verify-Unknown-country-and-number-format-1-webkit-linux.png differ diff --git a/semcore/input/__tests__/ux-patterns-with-input/input-phone.browser-test.tsx-snapshots/-visual-Verify-Unknown-country-and-number-format-2-chromium-linux.png b/semcore/input/__tests__/ux-patterns-with-input/input-phone.browser-test.tsx-snapshots/-visual-Verify-Unknown-country-and-number-format-2-chromium-linux.png index 8ac5ce1be6..56b2e9ebd3 100644 Binary files a/semcore/input/__tests__/ux-patterns-with-input/input-phone.browser-test.tsx-snapshots/-visual-Verify-Unknown-country-and-number-format-2-chromium-linux.png and b/semcore/input/__tests__/ux-patterns-with-input/input-phone.browser-test.tsx-snapshots/-visual-Verify-Unknown-country-and-number-format-2-chromium-linux.png differ diff --git a/semcore/input/__tests__/ux-patterns-with-input/input-phone.browser-test.tsx-snapshots/-visual-Verify-Unknown-country-and-number-format-2-firefox-linux.png b/semcore/input/__tests__/ux-patterns-with-input/input-phone.browser-test.tsx-snapshots/-visual-Verify-Unknown-country-and-number-format-2-firefox-linux.png index cdfd6d5af5..43d35d2ce3 100644 Binary files a/semcore/input/__tests__/ux-patterns-with-input/input-phone.browser-test.tsx-snapshots/-visual-Verify-Unknown-country-and-number-format-2-firefox-linux.png and b/semcore/input/__tests__/ux-patterns-with-input/input-phone.browser-test.tsx-snapshots/-visual-Verify-Unknown-country-and-number-format-2-firefox-linux.png differ diff --git a/semcore/input/__tests__/ux-patterns-with-input/input-phone.browser-test.tsx-snapshots/-visual-Verify-Unknown-country-and-number-format-2-webkit-linux.png b/semcore/input/__tests__/ux-patterns-with-input/input-phone.browser-test.tsx-snapshots/-visual-Verify-Unknown-country-and-number-format-2-webkit-linux.png index f5298f292d..d50d559251 100644 Binary files a/semcore/input/__tests__/ux-patterns-with-input/input-phone.browser-test.tsx-snapshots/-visual-Verify-Unknown-country-and-number-format-2-webkit-linux.png and b/semcore/input/__tests__/ux-patterns-with-input/input-phone.browser-test.tsx-snapshots/-visual-Verify-Unknown-country-and-number-format-2-webkit-linux.png differ diff --git a/semcore/input/__tests__/ux-patterns-with-input/input-phone.browser-test.tsx-snapshots/-visual-Verify-known-country-and-unknown-number-format-1-chromium-linux.png b/semcore/input/__tests__/ux-patterns-with-input/input-phone.browser-test.tsx-snapshots/-visual-Verify-known-country-and-unknown-number-format-1-chromium-linux.png index f08d5e06ed..98d4172944 100644 Binary files a/semcore/input/__tests__/ux-patterns-with-input/input-phone.browser-test.tsx-snapshots/-visual-Verify-known-country-and-unknown-number-format-1-chromium-linux.png and b/semcore/input/__tests__/ux-patterns-with-input/input-phone.browser-test.tsx-snapshots/-visual-Verify-known-country-and-unknown-number-format-1-chromium-linux.png differ diff --git a/semcore/input/__tests__/ux-patterns-with-input/input-phone.browser-test.tsx-snapshots/-visual-Verify-known-country-and-unknown-number-format-1-firefox-linux.png b/semcore/input/__tests__/ux-patterns-with-input/input-phone.browser-test.tsx-snapshots/-visual-Verify-known-country-and-unknown-number-format-1-firefox-linux.png index 0ed6fabfb4..11ff0c3398 100644 Binary files a/semcore/input/__tests__/ux-patterns-with-input/input-phone.browser-test.tsx-snapshots/-visual-Verify-known-country-and-unknown-number-format-1-firefox-linux.png and b/semcore/input/__tests__/ux-patterns-with-input/input-phone.browser-test.tsx-snapshots/-visual-Verify-known-country-and-unknown-number-format-1-firefox-linux.png differ diff --git a/semcore/input/__tests__/ux-patterns-with-input/input-phone.browser-test.tsx-snapshots/-visual-Verify-known-country-and-unknown-number-format-1-webkit-linux.png b/semcore/input/__tests__/ux-patterns-with-input/input-phone.browser-test.tsx-snapshots/-visual-Verify-known-country-and-unknown-number-format-1-webkit-linux.png index 1b57cd2332..02cd38eae9 100644 Binary files a/semcore/input/__tests__/ux-patterns-with-input/input-phone.browser-test.tsx-snapshots/-visual-Verify-known-country-and-unknown-number-format-1-webkit-linux.png and b/semcore/input/__tests__/ux-patterns-with-input/input-phone.browser-test.tsx-snapshots/-visual-Verify-known-country-and-unknown-number-format-1-webkit-linux.png differ diff --git a/semcore/input/src/style/input.shadow.css b/semcore/input/src/style/input.shadow.css index 644ad97eb4..4001baa7b1 100644 --- a/semcore/input/src/style/input.shadow.css +++ b/semcore/input/src/style/input.shadow.css @@ -83,7 +83,7 @@ SAddon { justify-content: center; align-items: center; flex: 0 0 auto; - padding: 0 var(--intergalactic-spacing-2x, 8px); + padding: 0 var(--intergalactic-spacing-content-inset-inline, 12px); height: 100%; color: var(--intergalactic-icon-secondary-neutral, oklch(0.104 0.023 162.3 / 0.385)); } @@ -102,16 +102,14 @@ SAddon[disabled] { pointer-events: none; } -SAddon[size='m']:not(SButton) { - padding: 0 var(--intergalactic-spacing-2x, 8px); -} - +SAddon[size='m'][neighborLocation='right']:not(SButton), SAddon[size='l'][neighborLocation='right']:not(SButton) { - padding: 0 var(--intergalactic-spacing-2x, 8px) 0 var(--intergalactic-spacing-3x, 12px); + padding: 0 var(--intergalactic-spacing-content-gap-medium, 6px) 0 var(--intergalactic-spacing-content-inset-inline, 12px); } +SAddon[size='m'][neighborLocation='left']:not(SButton), SAddon[size='l'][neighborLocation='left']:not(SButton) { - padding: 0 var(--intergalactic-spacing-3x, 12px) 0 var(--intergalactic-spacing-2x, 8px); + padding: 0 var(--intergalactic-spacing-content-inset-inline, 12px) 0 var(--intergalactic-spacing-content-gap-medium, 6px); } SInput SAddon:nth-last-child(2) { @@ -119,21 +117,21 @@ SInput SAddon:nth-last-child(2) { } SValue[size='m'] { - padding: 0 var(--intergalactic-spacing-2x, 8px); + padding: 0 var(--intergalactic-spacing-content-inset-inline, 12px); } SValue[size='l'] { - padding: 0 var(--intergalactic-spacing-3x, 12px); + padding: 0 var(--intergalactic-spacing-content-inset-inline, 12px); } SInput[size='m'] { font-size: var(--intergalactic-fs-200, 14px); - height: var(--intergalactic-form-control-m, 28px); + height: var(--intergalactic-form-control-m, 32px); } SInput[size='l'] { font-size: var(--intergalactic-fs-300, 16px); - height: var(--intergalactic-form-control-l, 40px); + height: var(--intergalactic-form-control-l, 44px); } SInput:has(SValue:focus-visible) { diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Link-without-ellipsis-Verify-no-hint-appears-size-100-ellipsis-false-1-chromium-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Link-without-ellipsis-Verify-no-hint-appears-size-100-ellipsis-false-1-chromium-linux.png index 33e3341536..809f1d465f 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Link-without-ellipsis-Verify-no-hint-appears-size-100-ellipsis-false-1-chromium-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Link-without-ellipsis-Verify-no-hint-appears-size-100-ellipsis-false-1-chromium-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Link-without-ellipsis-Verify-no-hint-appears-size-100-ellipsis-false-1-firefox-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Link-without-ellipsis-Verify-no-hint-appears-size-100-ellipsis-false-1-firefox-linux.png index 071d3a22d7..b4012808b2 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Link-without-ellipsis-Verify-no-hint-appears-size-100-ellipsis-false-1-firefox-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Link-without-ellipsis-Verify-no-hint-appears-size-100-ellipsis-false-1-firefox-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Link-without-ellipsis-Verify-no-hint-appears-size-100-ellipsis-false-1-webkit-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Link-without-ellipsis-Verify-no-hint-appears-size-100-ellipsis-false-1-webkit-linux.png index 73e284a2cb..3484478fea 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Link-without-ellipsis-Verify-no-hint-appears-size-100-ellipsis-false-1-webkit-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Link-without-ellipsis-Verify-no-hint-appears-size-100-ellipsis-false-1-webkit-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Link-without-ellipsis-Verify-no-hint-appears-size-100-maxLine-9-text-not-truncated-1-chromium-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Link-without-ellipsis-Verify-no-hint-appears-size-100-maxLine-9-text-not-truncated-1-chromium-linux.png index d1f8284d1d..112e852d6d 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Link-without-ellipsis-Verify-no-hint-appears-size-100-maxLine-9-text-not-truncated-1-chromium-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Link-without-ellipsis-Verify-no-hint-appears-size-100-maxLine-9-text-not-truncated-1-chromium-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Link-without-ellipsis-Verify-no-hint-appears-size-100-maxLine-9-text-not-truncated-1-firefox-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Link-without-ellipsis-Verify-no-hint-appears-size-100-maxLine-9-text-not-truncated-1-firefox-linux.png index d6f0d9aaaa..b70d3175a6 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Link-without-ellipsis-Verify-no-hint-appears-size-100-maxLine-9-text-not-truncated-1-firefox-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Link-without-ellipsis-Verify-no-hint-appears-size-100-maxLine-9-text-not-truncated-1-firefox-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Link-without-ellipsis-Verify-no-hint-appears-size-100-maxLine-9-text-not-truncated-1-webkit-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Link-without-ellipsis-Verify-no-hint-appears-size-100-maxLine-9-text-not-truncated-1-webkit-linux.png index 4070dca3fc..7bd77b423a 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Link-without-ellipsis-Verify-no-hint-appears-size-100-maxLine-9-text-not-truncated-1-webkit-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Link-without-ellipsis-Verify-no-hint-appears-size-100-maxLine-9-text-not-truncated-1-webkit-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Link-without-ellipsis-Verify-no-hint-appears-size-300-ellipsis-false-1-chromium-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Link-without-ellipsis-Verify-no-hint-appears-size-300-ellipsis-false-1-chromium-linux.png index 8fbead48c2..b6741e8df7 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Link-without-ellipsis-Verify-no-hint-appears-size-300-ellipsis-false-1-chromium-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Link-without-ellipsis-Verify-no-hint-appears-size-300-ellipsis-false-1-chromium-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Link-without-ellipsis-Verify-no-hint-appears-size-300-ellipsis-false-1-firefox-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Link-without-ellipsis-Verify-no-hint-appears-size-300-ellipsis-false-1-firefox-linux.png index 643d3f225b..1b073984d5 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Link-without-ellipsis-Verify-no-hint-appears-size-300-ellipsis-false-1-firefox-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Link-without-ellipsis-Verify-no-hint-appears-size-300-ellipsis-false-1-firefox-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Link-without-ellipsis-Verify-no-hint-appears-size-300-ellipsis-false-1-webkit-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Link-without-ellipsis-Verify-no-hint-appears-size-300-ellipsis-false-1-webkit-linux.png index cfa5feb70e..b306405bdf 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Link-without-ellipsis-Verify-no-hint-appears-size-300-ellipsis-false-1-webkit-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Link-without-ellipsis-Verify-no-hint-appears-size-300-ellipsis-false-1-webkit-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Link-without-ellipsis-Verify-no-hint-appears-size-300-maxLine-9-text-not-truncated-1-chromium-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Link-without-ellipsis-Verify-no-hint-appears-size-300-maxLine-9-text-not-truncated-1-chromium-linux.png index 278ae717df..9161b33079 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Link-without-ellipsis-Verify-no-hint-appears-size-300-maxLine-9-text-not-truncated-1-chromium-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Link-without-ellipsis-Verify-no-hint-appears-size-300-maxLine-9-text-not-truncated-1-chromium-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Link-without-ellipsis-Verify-no-hint-appears-size-300-maxLine-9-text-not-truncated-1-firefox-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Link-without-ellipsis-Verify-no-hint-appears-size-300-maxLine-9-text-not-truncated-1-firefox-linux.png index 4dc1cf2137..851db0f8a0 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Link-without-ellipsis-Verify-no-hint-appears-size-300-maxLine-9-text-not-truncated-1-firefox-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Link-without-ellipsis-Verify-no-hint-appears-size-300-maxLine-9-text-not-truncated-1-firefox-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Link-without-ellipsis-Verify-no-hint-appears-size-300-maxLine-9-text-not-truncated-1-webkit-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Link-without-ellipsis-Verify-no-hint-appears-size-300-maxLine-9-text-not-truncated-1-webkit-linux.png index e60df934db..4a897c0eea 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Link-without-ellipsis-Verify-no-hint-appears-size-300-maxLine-9-text-not-truncated-1-webkit-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Link-without-ellipsis-Verify-no-hint-appears-size-300-maxLine-9-text-not-truncated-1-webkit-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Link-without-ellipsis-Verify-no-hint-appears-size-500-ellipsis-false-1-chromium-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Link-without-ellipsis-Verify-no-hint-appears-size-500-ellipsis-false-1-chromium-linux.png index a30162550b..0a0d596049 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Link-without-ellipsis-Verify-no-hint-appears-size-500-ellipsis-false-1-chromium-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Link-without-ellipsis-Verify-no-hint-appears-size-500-ellipsis-false-1-chromium-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Link-without-ellipsis-Verify-no-hint-appears-size-500-ellipsis-false-1-firefox-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Link-without-ellipsis-Verify-no-hint-appears-size-500-ellipsis-false-1-firefox-linux.png index dd1696bd39..23044f0039 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Link-without-ellipsis-Verify-no-hint-appears-size-500-ellipsis-false-1-firefox-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Link-without-ellipsis-Verify-no-hint-appears-size-500-ellipsis-false-1-firefox-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Link-without-ellipsis-Verify-no-hint-appears-size-500-ellipsis-false-1-webkit-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Link-without-ellipsis-Verify-no-hint-appears-size-500-ellipsis-false-1-webkit-linux.png index 73861f4b26..b46dc71607 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Link-without-ellipsis-Verify-no-hint-appears-size-500-ellipsis-false-1-webkit-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Link-without-ellipsis-Verify-no-hint-appears-size-500-ellipsis-false-1-webkit-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Link-without-ellipsis-Verify-no-hint-appears-size-500-maxLine-9-text-not-truncated-1-chromium-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Link-without-ellipsis-Verify-no-hint-appears-size-500-maxLine-9-text-not-truncated-1-chromium-linux.png index e7a4286d60..d6026007f4 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Link-without-ellipsis-Verify-no-hint-appears-size-500-maxLine-9-text-not-truncated-1-chromium-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Link-without-ellipsis-Verify-no-hint-appears-size-500-maxLine-9-text-not-truncated-1-chromium-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Link-without-ellipsis-Verify-no-hint-appears-size-500-maxLine-9-text-not-truncated-1-firefox-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Link-without-ellipsis-Verify-no-hint-appears-size-500-maxLine-9-text-not-truncated-1-firefox-linux.png index 28e9557332..a4f2d39b75 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Link-without-ellipsis-Verify-no-hint-appears-size-500-maxLine-9-text-not-truncated-1-firefox-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Link-without-ellipsis-Verify-no-hint-appears-size-500-maxLine-9-text-not-truncated-1-firefox-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Link-without-ellipsis-Verify-no-hint-appears-size-500-maxLine-9-text-not-truncated-1-webkit-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Link-without-ellipsis-Verify-no-hint-appears-size-500-maxLine-9-text-not-truncated-1-webkit-linux.png index 4ea36bbbb6..e4e6c37d03 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Link-without-ellipsis-Verify-no-hint-appears-size-500-maxLine-9-text-not-truncated-1-webkit-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Link-without-ellipsis-Verify-no-hint-appears-size-500-maxLine-9-text-not-truncated-1-webkit-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-disabled-with-counter-addon-1-chromium-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-disabled-with-counter-addon-1-chromium-linux.png index c1f3eefe0d..efa78edf2b 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-disabled-with-counter-addon-1-chromium-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-disabled-with-counter-addon-1-chromium-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-disabled-with-counter-addon-1-firefox-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-disabled-with-counter-addon-1-firefox-linux.png index 569f7a6c30..2f4b2d4913 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-disabled-with-counter-addon-1-firefox-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-disabled-with-counter-addon-1-firefox-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-disabled-with-counter-addon-1-webkit-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-disabled-with-counter-addon-1-webkit-linux.png index 7963544e40..9855648522 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-disabled-with-counter-addon-1-webkit-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-disabled-with-counter-addon-1-webkit-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-mixed-addon-types-1-chromium-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-mixed-addon-types-1-chromium-linux.png index 7df8548be6..5d0baa78ba 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-mixed-addon-types-1-chromium-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-mixed-addon-types-1-chromium-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-mixed-addon-types-1-firefox-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-mixed-addon-types-1-firefox-linux.png index ecab82574b..0925f39a85 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-mixed-addon-types-1-firefox-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-mixed-addon-types-1-firefox-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-mixed-addon-types-1-webkit-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-mixed-addon-types-1-webkit-linux.png index 5aea0db1ab..c6e17e483b 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-mixed-addon-types-1-webkit-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-mixed-addon-types-1-webkit-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-mixed-addon-types-2-chromium-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-mixed-addon-types-2-chromium-linux.png index 5d957e710d..227c95b8c0 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-mixed-addon-types-2-chromium-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-mixed-addon-types-2-chromium-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-mixed-addon-types-2-firefox-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-mixed-addon-types-2-firefox-linux.png index cd60abca28..8b7addf28b 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-mixed-addon-types-2-firefox-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-mixed-addon-types-2-firefox-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-mixed-addon-types-2-webkit-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-mixed-addon-types-2-webkit-linux.png index 742ab59fe0..885ca4afd5 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-mixed-addon-types-2-webkit-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-mixed-addon-types-2-webkit-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-noWrap-without-ellipsis-1-chromium-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-noWrap-without-ellipsis-1-chromium-linux.png index 7bfcec4381..cd787f67d1 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-noWrap-without-ellipsis-1-chromium-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-noWrap-without-ellipsis-1-chromium-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-noWrap-without-ellipsis-1-firefox-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-noWrap-without-ellipsis-1-firefox-linux.png index 33a7c39b3b..2e9d5d3f75 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-noWrap-without-ellipsis-1-firefox-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-noWrap-without-ellipsis-1-firefox-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-noWrap-without-ellipsis-1-webkit-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-noWrap-without-ellipsis-1-webkit-linux.png index cd841af85a..416c8da272 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-noWrap-without-ellipsis-1-webkit-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-noWrap-without-ellipsis-1-webkit-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-noWrap-without-ellipsis-2-chromium-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-noWrap-without-ellipsis-2-chromium-linux.png index ccada89120..d7273a8fd2 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-noWrap-without-ellipsis-2-chromium-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-noWrap-without-ellipsis-2-chromium-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-noWrap-without-ellipsis-2-firefox-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-noWrap-without-ellipsis-2-firefox-linux.png index 71862ef049..b80204c67f 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-noWrap-without-ellipsis-2-firefox-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-noWrap-without-ellipsis-2-firefox-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-noWrap-without-ellipsis-2-webkit-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-noWrap-without-ellipsis-2-webkit-linux.png index 9a1bc2d8e2..7d6aed0bc7 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-noWrap-without-ellipsis-2-webkit-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-noWrap-without-ellipsis-2-webkit-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-100-addonLeft-cropPosition-middle-1-chromium-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-100-addonLeft-cropPosition-middle-1-chromium-linux.png index 439620396c..423714ff0a 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-100-addonLeft-cropPosition-middle-1-chromium-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-100-addonLeft-cropPosition-middle-1-chromium-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-100-addonLeft-cropPosition-middle-1-firefox-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-100-addonLeft-cropPosition-middle-1-firefox-linux.png index 25bd9d8a78..6d58d80d10 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-100-addonLeft-cropPosition-middle-1-firefox-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-100-addonLeft-cropPosition-middle-1-firefox-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-100-addonLeft-cropPosition-middle-1-webkit-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-100-addonLeft-cropPosition-middle-1-webkit-linux.png index c005f842fa..35ef9f3989 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-100-addonLeft-cropPosition-middle-1-webkit-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-100-addonLeft-cropPosition-middle-1-webkit-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-100-addonLeft-cropPosition-middle-2-chromium-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-100-addonLeft-cropPosition-middle-2-chromium-linux.png index dc7fe9ac5f..4e68def3ff 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-100-addonLeft-cropPosition-middle-2-chromium-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-100-addonLeft-cropPosition-middle-2-chromium-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-100-addonLeft-cropPosition-middle-2-firefox-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-100-addonLeft-cropPosition-middle-2-firefox-linux.png index 18537ffad8..e5412cb352 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-100-addonLeft-cropPosition-middle-2-firefox-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-100-addonLeft-cropPosition-middle-2-firefox-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-100-addonLeft-cropPosition-middle-2-webkit-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-100-addonLeft-cropPosition-middle-2-webkit-linux.png index 0ae0c92bf4..a24adf8308 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-100-addonLeft-cropPosition-middle-2-webkit-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-100-addonLeft-cropPosition-middle-2-webkit-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-100-addonRight-badge-middle-lastRequired-2-1-chromium-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-100-addonRight-badge-middle-lastRequired-2-1-chromium-linux.png index 3d32691c75..a6647f1ba1 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-100-addonRight-badge-middle-lastRequired-2-1-chromium-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-100-addonRight-badge-middle-lastRequired-2-1-chromium-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-100-addonRight-badge-middle-lastRequired-2-1-firefox-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-100-addonRight-badge-middle-lastRequired-2-1-firefox-linux.png index 482d79822a..c9d2f71d0c 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-100-addonRight-badge-middle-lastRequired-2-1-firefox-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-100-addonRight-badge-middle-lastRequired-2-1-firefox-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-100-addonRight-badge-middle-lastRequired-2-1-webkit-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-100-addonRight-badge-middle-lastRequired-2-1-webkit-linux.png index 39fd2ec0e8..ecca1f51ed 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-100-addonRight-badge-middle-lastRequired-2-1-webkit-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-100-addonRight-badge-middle-lastRequired-2-1-webkit-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-100-addonRight-badge-middle-lastRequired-2-2-chromium-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-100-addonRight-badge-middle-lastRequired-2-2-chromium-linux.png index 76df3797ec..47b9ca6109 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-100-addonRight-badge-middle-lastRequired-2-2-chromium-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-100-addonRight-badge-middle-lastRequired-2-2-chromium-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-100-addonRight-badge-middle-lastRequired-2-2-firefox-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-100-addonRight-badge-middle-lastRequired-2-2-firefox-linux.png index 221046bd73..09a0a1ab4f 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-100-addonRight-badge-middle-lastRequired-2-2-firefox-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-100-addonRight-badge-middle-lastRequired-2-2-firefox-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-100-addonRight-badge-middle-lastRequired-2-2-webkit-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-100-addonRight-badge-middle-lastRequired-2-2-webkit-linux.png index 91bf512c19..e5984ba63e 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-100-addonRight-badge-middle-lastRequired-2-2-webkit-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-100-addonRight-badge-middle-lastRequired-2-2-webkit-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-100-both-addons-counter-end-maxLine-2-1-chromium-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-100-both-addons-counter-end-maxLine-2-1-chromium-linux.png index 4af062ceb6..c84bf065e6 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-100-both-addons-counter-end-maxLine-2-1-chromium-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-100-both-addons-counter-end-maxLine-2-1-chromium-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-100-both-addons-counter-end-maxLine-2-1-firefox-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-100-both-addons-counter-end-maxLine-2-1-firefox-linux.png index f0f350f1c6..fd27b55c69 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-100-both-addons-counter-end-maxLine-2-1-firefox-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-100-both-addons-counter-end-maxLine-2-1-firefox-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-100-both-addons-counter-end-maxLine-2-1-webkit-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-100-both-addons-counter-end-maxLine-2-1-webkit-linux.png index 039187cf03..61e9032d22 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-100-both-addons-counter-end-maxLine-2-1-webkit-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-100-both-addons-counter-end-maxLine-2-1-webkit-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-100-both-addons-counter-end-maxLine-2-2-chromium-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-100-both-addons-counter-end-maxLine-2-2-chromium-linux.png index d13ba72bc7..ed252631b9 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-100-both-addons-counter-end-maxLine-2-2-chromium-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-100-both-addons-counter-end-maxLine-2-2-chromium-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-100-both-addons-counter-end-maxLine-2-2-firefox-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-100-both-addons-counter-end-maxLine-2-2-firefox-linux.png index 0358677cce..4702e3cb3c 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-100-both-addons-counter-end-maxLine-2-2-firefox-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-100-both-addons-counter-end-maxLine-2-2-firefox-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-100-both-addons-counter-end-maxLine-2-2-webkit-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-100-both-addons-counter-end-maxLine-2-2-webkit-linux.png index 999cb0e6ee..9a2241b729 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-100-both-addons-counter-end-maxLine-2-2-webkit-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-100-both-addons-counter-end-maxLine-2-2-webkit-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-100-no-addons-ellipsis-true-1-chromium-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-100-no-addons-ellipsis-true-1-chromium-linux.png index eb759598b7..80d9c51fde 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-100-no-addons-ellipsis-true-1-chromium-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-100-no-addons-ellipsis-true-1-chromium-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-100-no-addons-ellipsis-true-1-firefox-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-100-no-addons-ellipsis-true-1-firefox-linux.png index 23a29e1297..3ebfc2ffb2 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-100-no-addons-ellipsis-true-1-firefox-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-100-no-addons-ellipsis-true-1-firefox-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-100-no-addons-ellipsis-true-1-webkit-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-100-no-addons-ellipsis-true-1-webkit-linux.png index 4ba91bb2ad..06e2a545f7 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-100-no-addons-ellipsis-true-1-webkit-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-100-no-addons-ellipsis-true-1-webkit-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-100-no-addons-ellipsis-true-2-chromium-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-100-no-addons-ellipsis-true-2-chromium-linux.png index 0bf8413756..841af01e6b 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-100-no-addons-ellipsis-true-2-chromium-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-100-no-addons-ellipsis-true-2-chromium-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-100-no-addons-ellipsis-true-2-firefox-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-100-no-addons-ellipsis-true-2-firefox-linux.png index 7393934100..db32c6830f 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-100-no-addons-ellipsis-true-2-firefox-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-100-no-addons-ellipsis-true-2-firefox-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-100-no-addons-ellipsis-true-2-webkit-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-100-no-addons-ellipsis-true-2-webkit-linux.png index e0489558b7..aff695267e 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-100-no-addons-ellipsis-true-2-webkit-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-100-no-addons-ellipsis-true-2-webkit-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-100-no-addons-ellipsis-true-3-chromium-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-100-no-addons-ellipsis-true-3-chromium-linux.png index 8f75d7033b..7bc07ed23b 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-100-no-addons-ellipsis-true-3-chromium-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-100-no-addons-ellipsis-true-3-chromium-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-100-no-addons-ellipsis-true-3-firefox-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-100-no-addons-ellipsis-true-3-firefox-linux.png index 9cd78eeef2..23ef0ed3c5 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-100-no-addons-ellipsis-true-3-firefox-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-100-no-addons-ellipsis-true-3-firefox-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-100-no-addons-ellipsis-true-3-webkit-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-100-no-addons-ellipsis-true-3-webkit-linux.png index b4128e7210..c85bc5d18c 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-100-no-addons-ellipsis-true-3-webkit-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-100-no-addons-ellipsis-true-3-webkit-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-200-addonLeft-badge-cropPosition-middle-1-chromium-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-200-addonLeft-badge-cropPosition-middle-1-chromium-linux.png index 785cf48473..cc05c81ee5 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-200-addonLeft-badge-cropPosition-middle-1-chromium-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-200-addonLeft-badge-cropPosition-middle-1-chromium-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-200-addonLeft-badge-cropPosition-middle-1-firefox-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-200-addonLeft-badge-cropPosition-middle-1-firefox-linux.png index 10df9d3628..ad24cf8840 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-200-addonLeft-badge-cropPosition-middle-1-firefox-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-200-addonLeft-badge-cropPosition-middle-1-firefox-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-200-addonLeft-badge-cropPosition-middle-1-webkit-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-200-addonLeft-badge-cropPosition-middle-1-webkit-linux.png index a0ecc70897..60e690d0e9 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-200-addonLeft-badge-cropPosition-middle-1-webkit-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-200-addonLeft-badge-cropPosition-middle-1-webkit-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-200-addonLeft-badge-cropPosition-middle-2-chromium-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-200-addonLeft-badge-cropPosition-middle-2-chromium-linux.png index 761a00596d..57d2792b7a 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-200-addonLeft-badge-cropPosition-middle-2-chromium-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-200-addonLeft-badge-cropPosition-middle-2-chromium-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-200-addonLeft-badge-cropPosition-middle-2-firefox-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-200-addonLeft-badge-cropPosition-middle-2-firefox-linux.png index 98f920553d..802a5d5dd7 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-200-addonLeft-badge-cropPosition-middle-2-firefox-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-200-addonLeft-badge-cropPosition-middle-2-firefox-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-200-addonLeft-badge-cropPosition-middle-2-webkit-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-200-addonLeft-badge-cropPosition-middle-2-webkit-linux.png index 24af801e6c..ed07aeaf29 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-200-addonLeft-badge-cropPosition-middle-2-webkit-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-200-addonLeft-badge-cropPosition-middle-2-webkit-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-200-addonRight-counter-middle-lastRequired-2-1-chromium-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-200-addonRight-counter-middle-lastRequired-2-1-chromium-linux.png index b92cea8a5c..a8623eb4d7 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-200-addonRight-counter-middle-lastRequired-2-1-chromium-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-200-addonRight-counter-middle-lastRequired-2-1-chromium-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-200-addonRight-counter-middle-lastRequired-2-1-firefox-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-200-addonRight-counter-middle-lastRequired-2-1-firefox-linux.png index ca188470ef..357f82cbfd 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-200-addonRight-counter-middle-lastRequired-2-1-firefox-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-200-addonRight-counter-middle-lastRequired-2-1-firefox-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-200-addonRight-counter-middle-lastRequired-2-1-webkit-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-200-addonRight-counter-middle-lastRequired-2-1-webkit-linux.png index df358efedf..3b82ccd588 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-200-addonRight-counter-middle-lastRequired-2-1-webkit-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-200-addonRight-counter-middle-lastRequired-2-1-webkit-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-200-addonRight-counter-middle-lastRequired-2-2-chromium-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-200-addonRight-counter-middle-lastRequired-2-2-chromium-linux.png index 19a3b065b6..5b6daaee80 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-200-addonRight-counter-middle-lastRequired-2-2-chromium-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-200-addonRight-counter-middle-lastRequired-2-2-chromium-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-200-addonRight-counter-middle-lastRequired-2-2-firefox-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-200-addonRight-counter-middle-lastRequired-2-2-firefox-linux.png index 4d378bcba6..8dad9cf96d 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-200-addonRight-counter-middle-lastRequired-2-2-firefox-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-200-addonRight-counter-middle-lastRequired-2-2-firefox-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-200-addonRight-counter-middle-lastRequired-2-2-webkit-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-200-addonRight-counter-middle-lastRequired-2-2-webkit-linux.png index 3b8e2dd801..46d71cf996 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-200-addonRight-counter-middle-lastRequired-2-2-webkit-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-200-addonRight-counter-middle-lastRequired-2-2-webkit-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-200-both-addons-spin-end-maxLine-2-1-chromium-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-200-both-addons-spin-end-maxLine-2-1-chromium-linux.png index 7e003f05fa..7d7da5ec51 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-200-both-addons-spin-end-maxLine-2-1-chromium-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-200-both-addons-spin-end-maxLine-2-1-chromium-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-200-both-addons-spin-end-maxLine-2-1-firefox-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-200-both-addons-spin-end-maxLine-2-1-firefox-linux.png index 561f64634c..1e0cb676e7 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-200-both-addons-spin-end-maxLine-2-1-firefox-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-200-both-addons-spin-end-maxLine-2-1-firefox-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-200-both-addons-spin-end-maxLine-2-1-webkit-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-200-both-addons-spin-end-maxLine-2-1-webkit-linux.png index 46505bce02..5ce34f99fc 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-200-both-addons-spin-end-maxLine-2-1-webkit-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-200-both-addons-spin-end-maxLine-2-1-webkit-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-200-both-addons-spin-end-maxLine-2-2-chromium-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-200-both-addons-spin-end-maxLine-2-2-chromium-linux.png index 813d9592df..019b593b32 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-200-both-addons-spin-end-maxLine-2-2-chromium-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-200-both-addons-spin-end-maxLine-2-2-chromium-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-200-both-addons-spin-end-maxLine-2-2-firefox-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-200-both-addons-spin-end-maxLine-2-2-firefox-linux.png index 31be2deb1f..e720ebbe70 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-200-both-addons-spin-end-maxLine-2-2-firefox-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-200-both-addons-spin-end-maxLine-2-2-firefox-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-200-both-addons-spin-end-maxLine-2-2-webkit-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-200-both-addons-spin-end-maxLine-2-2-webkit-linux.png index 35aaaf6b3e..cf8255dc6e 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-200-both-addons-spin-end-maxLine-2-2-webkit-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-200-both-addons-spin-end-maxLine-2-2-webkit-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-200-no-addons-text-success-ellipsis-true-1-chromium-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-200-no-addons-text-success-ellipsis-true-1-chromium-linux.png index d37d99f976..2c24c6669d 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-200-no-addons-text-success-ellipsis-true-1-chromium-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-200-no-addons-text-success-ellipsis-true-1-chromium-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-200-no-addons-text-success-ellipsis-true-1-firefox-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-200-no-addons-text-success-ellipsis-true-1-firefox-linux.png index e364180745..85348afd7d 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-200-no-addons-text-success-ellipsis-true-1-firefox-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-200-no-addons-text-success-ellipsis-true-1-firefox-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-200-no-addons-text-success-ellipsis-true-1-webkit-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-200-no-addons-text-success-ellipsis-true-1-webkit-linux.png index 9bd3dee51a..0b436887bf 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-200-no-addons-text-success-ellipsis-true-1-webkit-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-200-no-addons-text-success-ellipsis-true-1-webkit-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-200-no-addons-text-success-ellipsis-true-2-chromium-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-200-no-addons-text-success-ellipsis-true-2-chromium-linux.png index 9d0b436040..b5fbb72d32 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-200-no-addons-text-success-ellipsis-true-2-chromium-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-200-no-addons-text-success-ellipsis-true-2-chromium-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-200-no-addons-text-success-ellipsis-true-2-firefox-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-200-no-addons-text-success-ellipsis-true-2-firefox-linux.png index 641afe1bba..98bd547b93 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-200-no-addons-text-success-ellipsis-true-2-firefox-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-200-no-addons-text-success-ellipsis-true-2-firefox-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-200-no-addons-text-success-ellipsis-true-2-webkit-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-200-no-addons-text-success-ellipsis-true-2-webkit-linux.png index 108bd08e23..6b6236d714 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-200-no-addons-text-success-ellipsis-true-2-webkit-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-200-no-addons-text-success-ellipsis-true-2-webkit-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-200-no-addons-text-success-ellipsis-true-3-chromium-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-200-no-addons-text-success-ellipsis-true-3-chromium-linux.png index 5e70075dc3..3c869a708a 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-200-no-addons-text-success-ellipsis-true-3-chromium-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-200-no-addons-text-success-ellipsis-true-3-chromium-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-300-addonLeft-counter-cropPosition-middle-1-chromium-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-300-addonLeft-counter-cropPosition-middle-1-chromium-linux.png index 2b17038a18..137e6073ef 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-300-addonLeft-counter-cropPosition-middle-1-chromium-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-300-addonLeft-counter-cropPosition-middle-1-chromium-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-300-addonLeft-counter-cropPosition-middle-1-firefox-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-300-addonLeft-counter-cropPosition-middle-1-firefox-linux.png index 4743d81a0f..311e6b23b0 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-300-addonLeft-counter-cropPosition-middle-1-firefox-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-300-addonLeft-counter-cropPosition-middle-1-firefox-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-300-addonLeft-counter-cropPosition-middle-1-webkit-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-300-addonLeft-counter-cropPosition-middle-1-webkit-linux.png index ac35471ac3..3fa9ab5401 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-300-addonLeft-counter-cropPosition-middle-1-webkit-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-300-addonLeft-counter-cropPosition-middle-1-webkit-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-300-addonLeft-counter-cropPosition-middle-2-chromium-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-300-addonLeft-counter-cropPosition-middle-2-chromium-linux.png index c043ef5fd2..43aa5e4177 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-300-addonLeft-counter-cropPosition-middle-2-chromium-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-300-addonLeft-counter-cropPosition-middle-2-chromium-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-300-addonLeft-counter-cropPosition-middle-2-firefox-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-300-addonLeft-counter-cropPosition-middle-2-firefox-linux.png index 3f36a97744..b7c3b6490f 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-300-addonLeft-counter-cropPosition-middle-2-firefox-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-300-addonLeft-counter-cropPosition-middle-2-firefox-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-300-addonLeft-counter-cropPosition-middle-2-webkit-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-300-addonLeft-counter-cropPosition-middle-2-webkit-linux.png index 0d91442db0..dddeed03a4 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-300-addonLeft-counter-cropPosition-middle-2-webkit-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-300-addonLeft-counter-cropPosition-middle-2-webkit-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-300-addonRight-spin-middle-lastRequired-2-1-chromium-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-300-addonRight-spin-middle-lastRequired-2-1-chromium-linux.png index 6969517ef1..4e07f15843 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-300-addonRight-spin-middle-lastRequired-2-1-chromium-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-300-addonRight-spin-middle-lastRequired-2-1-chromium-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-300-addonRight-spin-middle-lastRequired-2-1-firefox-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-300-addonRight-spin-middle-lastRequired-2-1-firefox-linux.png index 0880631d90..9c4c7a162a 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-300-addonRight-spin-middle-lastRequired-2-1-firefox-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-300-addonRight-spin-middle-lastRequired-2-1-firefox-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-300-addonRight-spin-middle-lastRequired-2-1-webkit-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-300-addonRight-spin-middle-lastRequired-2-1-webkit-linux.png index e0975fbc1c..807e6677ce 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-300-addonRight-spin-middle-lastRequired-2-1-webkit-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-300-addonRight-spin-middle-lastRequired-2-1-webkit-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-300-addonRight-spin-middle-lastRequired-2-2-chromium-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-300-addonRight-spin-middle-lastRequired-2-2-chromium-linux.png index 64dded0bfc..3202d477d2 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-300-addonRight-spin-middle-lastRequired-2-2-chromium-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-300-addonRight-spin-middle-lastRequired-2-2-chromium-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-300-addonRight-spin-middle-lastRequired-2-2-firefox-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-300-addonRight-spin-middle-lastRequired-2-2-firefox-linux.png index 708b2c8f80..05f6a49938 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-300-addonRight-spin-middle-lastRequired-2-2-firefox-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-300-addonRight-spin-middle-lastRequired-2-2-firefox-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-300-addonRight-spin-middle-lastRequired-2-2-webkit-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-300-addonRight-spin-middle-lastRequired-2-2-webkit-linux.png index baa62a143a..d8781b98cb 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-300-addonRight-spin-middle-lastRequired-2-2-webkit-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-300-addonRight-spin-middle-lastRequired-2-2-webkit-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-300-both-addons-end-maxLine-2-1-chromium-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-300-both-addons-end-maxLine-2-1-chromium-linux.png index dfb47b234d..510c33056c 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-300-both-addons-end-maxLine-2-1-chromium-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-300-both-addons-end-maxLine-2-1-chromium-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-300-both-addons-end-maxLine-2-1-firefox-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-300-both-addons-end-maxLine-2-1-firefox-linux.png index 4a7ee2fc12..dade75f645 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-300-both-addons-end-maxLine-2-1-firefox-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-300-both-addons-end-maxLine-2-1-firefox-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-300-both-addons-end-maxLine-2-1-webkit-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-300-both-addons-end-maxLine-2-1-webkit-linux.png index 686039c829..181316d19d 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-300-both-addons-end-maxLine-2-1-webkit-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-300-both-addons-end-maxLine-2-1-webkit-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-300-both-addons-end-maxLine-2-2-chromium-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-300-both-addons-end-maxLine-2-2-chromium-linux.png index 6e8e36fc4b..da55cab12b 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-300-both-addons-end-maxLine-2-2-chromium-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-300-both-addons-end-maxLine-2-2-chromium-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-300-both-addons-end-maxLine-2-2-firefox-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-300-both-addons-end-maxLine-2-2-firefox-linux.png index 7a8676788a..c3f5020dce 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-300-both-addons-end-maxLine-2-2-firefox-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-300-both-addons-end-maxLine-2-2-firefox-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-300-both-addons-end-maxLine-2-2-webkit-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-300-both-addons-end-maxLine-2-2-webkit-linux.png index 15a3e3a954..8c61f6868b 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-300-both-addons-end-maxLine-2-2-webkit-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-300-both-addons-end-maxLine-2-2-webkit-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-300-no-addons-text-critical-ellipsis-true-1-chromium-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-300-no-addons-text-critical-ellipsis-true-1-chromium-linux.png index a830d50526..1e1925b05e 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-300-no-addons-text-critical-ellipsis-true-1-chromium-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-300-no-addons-text-critical-ellipsis-true-1-chromium-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-300-no-addons-text-critical-ellipsis-true-1-firefox-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-300-no-addons-text-critical-ellipsis-true-1-firefox-linux.png index 2b34502c0c..c4ae239f44 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-300-no-addons-text-critical-ellipsis-true-1-firefox-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-300-no-addons-text-critical-ellipsis-true-1-firefox-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-300-no-addons-text-critical-ellipsis-true-1-webkit-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-300-no-addons-text-critical-ellipsis-true-1-webkit-linux.png index fabf1de347..1bdddddc5c 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-300-no-addons-text-critical-ellipsis-true-1-webkit-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-300-no-addons-text-critical-ellipsis-true-1-webkit-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-300-no-addons-text-critical-ellipsis-true-2-chromium-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-300-no-addons-text-critical-ellipsis-true-2-chromium-linux.png index b1ab3b097b..8bc7831e0d 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-300-no-addons-text-critical-ellipsis-true-2-chromium-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-300-no-addons-text-critical-ellipsis-true-2-chromium-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-300-no-addons-text-critical-ellipsis-true-2-firefox-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-300-no-addons-text-critical-ellipsis-true-2-firefox-linux.png index 265318604d..2dc29e35d8 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-300-no-addons-text-critical-ellipsis-true-2-firefox-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-300-no-addons-text-critical-ellipsis-true-2-firefox-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-300-no-addons-text-critical-ellipsis-true-2-webkit-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-300-no-addons-text-critical-ellipsis-true-2-webkit-linux.png index 62ba96de18..f88c551011 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-300-no-addons-text-critical-ellipsis-true-2-webkit-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-300-no-addons-text-critical-ellipsis-true-2-webkit-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-300-no-addons-text-critical-ellipsis-true-3-chromium-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-300-no-addons-text-critical-ellipsis-true-3-chromium-linux.png index 03c54572d3..40ce88d19a 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-300-no-addons-text-critical-ellipsis-true-3-chromium-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-300-no-addons-text-critical-ellipsis-true-3-chromium-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-400-addonLeft-spin-cropPosition-middle-1-chromium-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-400-addonLeft-spin-cropPosition-middle-1-chromium-linux.png index ef4d4932f9..7c4dc16342 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-400-addonLeft-spin-cropPosition-middle-1-chromium-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-400-addonLeft-spin-cropPosition-middle-1-chromium-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-400-addonLeft-spin-cropPosition-middle-1-firefox-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-400-addonLeft-spin-cropPosition-middle-1-firefox-linux.png index 7c3a3690a4..aed075f076 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-400-addonLeft-spin-cropPosition-middle-1-firefox-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-400-addonLeft-spin-cropPosition-middle-1-firefox-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-400-addonLeft-spin-cropPosition-middle-1-webkit-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-400-addonLeft-spin-cropPosition-middle-1-webkit-linux.png index e866714bd8..e1f8317eba 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-400-addonLeft-spin-cropPosition-middle-1-webkit-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-400-addonLeft-spin-cropPosition-middle-1-webkit-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-400-addonLeft-spin-cropPosition-middle-2-chromium-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-400-addonLeft-spin-cropPosition-middle-2-chromium-linux.png index 5996d3a0dc..85827909e7 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-400-addonLeft-spin-cropPosition-middle-2-chromium-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-400-addonLeft-spin-cropPosition-middle-2-chromium-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-400-addonLeft-spin-cropPosition-middle-2-firefox-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-400-addonLeft-spin-cropPosition-middle-2-firefox-linux.png index 9c0c3939f3..715bf1517e 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-400-addonLeft-spin-cropPosition-middle-2-firefox-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-400-addonLeft-spin-cropPosition-middle-2-firefox-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-400-addonLeft-spin-cropPosition-middle-2-webkit-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-400-addonLeft-spin-cropPosition-middle-2-webkit-linux.png index 20a124d256..1aa6c780c1 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-400-addonLeft-spin-cropPosition-middle-2-webkit-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-400-addonLeft-spin-cropPosition-middle-2-webkit-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-400-addonRight-middle-lastRequired-2-1-chromium-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-400-addonRight-middle-lastRequired-2-1-chromium-linux.png index 3eabe56e9d..7fdc04f474 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-400-addonRight-middle-lastRequired-2-1-chromium-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-400-addonRight-middle-lastRequired-2-1-chromium-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-400-addonRight-middle-lastRequired-2-1-firefox-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-400-addonRight-middle-lastRequired-2-1-firefox-linux.png index 2118e5f593..be467f7f35 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-400-addonRight-middle-lastRequired-2-1-firefox-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-400-addonRight-middle-lastRequired-2-1-firefox-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-400-addonRight-middle-lastRequired-2-1-webkit-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-400-addonRight-middle-lastRequired-2-1-webkit-linux.png index 2572d17610..ceec713aa3 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-400-addonRight-middle-lastRequired-2-1-webkit-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-400-addonRight-middle-lastRequired-2-1-webkit-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-400-addonRight-middle-lastRequired-2-2-chromium-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-400-addonRight-middle-lastRequired-2-2-chromium-linux.png index a861457942..0a1c9553c1 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-400-addonRight-middle-lastRequired-2-2-chromium-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-400-addonRight-middle-lastRequired-2-2-chromium-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-400-addonRight-middle-lastRequired-2-2-firefox-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-400-addonRight-middle-lastRequired-2-2-firefox-linux.png index c00e65677d..6fa1724dc1 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-400-addonRight-middle-lastRequired-2-2-firefox-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-400-addonRight-middle-lastRequired-2-2-firefox-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-400-addonRight-middle-lastRequired-2-2-webkit-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-400-addonRight-middle-lastRequired-2-2-webkit-linux.png index bf5473acae..e465d907e2 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-400-addonRight-middle-lastRequired-2-2-webkit-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-400-addonRight-middle-lastRequired-2-2-webkit-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-400-both-addons-badge-end-maxLine-2-1-chromium-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-400-both-addons-badge-end-maxLine-2-1-chromium-linux.png index 2341d714d3..9d8d3232dd 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-400-both-addons-badge-end-maxLine-2-1-chromium-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-400-both-addons-badge-end-maxLine-2-1-chromium-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-400-both-addons-badge-end-maxLine-2-1-firefox-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-400-both-addons-badge-end-maxLine-2-1-firefox-linux.png index 521e01d6a1..d3e3966629 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-400-both-addons-badge-end-maxLine-2-1-firefox-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-400-both-addons-badge-end-maxLine-2-1-firefox-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-400-both-addons-badge-end-maxLine-2-1-webkit-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-400-both-addons-badge-end-maxLine-2-1-webkit-linux.png index bbb7222be7..1d1fbae073 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-400-both-addons-badge-end-maxLine-2-1-webkit-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-400-both-addons-badge-end-maxLine-2-1-webkit-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-400-both-addons-badge-end-maxLine-2-2-chromium-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-400-both-addons-badge-end-maxLine-2-2-chromium-linux.png index 4dbc204bf3..55f498b5f4 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-400-both-addons-badge-end-maxLine-2-2-chromium-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-400-both-addons-badge-end-maxLine-2-2-chromium-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-400-both-addons-badge-end-maxLine-2-2-firefox-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-400-both-addons-badge-end-maxLine-2-2-firefox-linux.png index 6fa5af9971..2c13936ba0 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-400-both-addons-badge-end-maxLine-2-2-firefox-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-400-both-addons-badge-end-maxLine-2-2-firefox-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-400-both-addons-badge-end-maxLine-2-2-webkit-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-400-both-addons-badge-end-maxLine-2-2-webkit-linux.png index 144308603f..df99c4c92f 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-400-both-addons-badge-end-maxLine-2-2-webkit-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-400-both-addons-badge-end-maxLine-2-2-webkit-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-400-no-addons-ellipsis-true-1-chromium-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-400-no-addons-ellipsis-true-1-chromium-linux.png index 974f6a0300..582a05d650 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-400-no-addons-ellipsis-true-1-chromium-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-400-no-addons-ellipsis-true-1-chromium-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-400-no-addons-ellipsis-true-1-firefox-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-400-no-addons-ellipsis-true-1-firefox-linux.png index d271edab7b..2e1075e309 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-400-no-addons-ellipsis-true-1-firefox-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-400-no-addons-ellipsis-true-1-firefox-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-400-no-addons-ellipsis-true-1-webkit-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-400-no-addons-ellipsis-true-1-webkit-linux.png index 57229496cf..2726da40e0 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-400-no-addons-ellipsis-true-1-webkit-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-400-no-addons-ellipsis-true-1-webkit-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-400-no-addons-ellipsis-true-2-chromium-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-400-no-addons-ellipsis-true-2-chromium-linux.png index 3aeaa08ca8..e00a9dc8ac 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-400-no-addons-ellipsis-true-2-chromium-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-400-no-addons-ellipsis-true-2-chromium-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-400-no-addons-ellipsis-true-2-firefox-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-400-no-addons-ellipsis-true-2-firefox-linux.png index 0af4a5c275..1cce2a70e3 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-400-no-addons-ellipsis-true-2-firefox-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-400-no-addons-ellipsis-true-2-firefox-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-400-no-addons-ellipsis-true-2-webkit-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-400-no-addons-ellipsis-true-2-webkit-linux.png index 2c0276bee1..eea2c030a3 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-400-no-addons-ellipsis-true-2-webkit-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-400-no-addons-ellipsis-true-2-webkit-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-400-no-addons-ellipsis-true-3-chromium-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-400-no-addons-ellipsis-true-3-chromium-linux.png index 7f03056c59..4db9cc2fdc 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-400-no-addons-ellipsis-true-3-chromium-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-400-no-addons-ellipsis-true-3-chromium-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-400-no-addons-ellipsis-true-3-firefox-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-400-no-addons-ellipsis-true-3-firefox-linux.png index f40fbfb018..f3c9bf5799 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-400-no-addons-ellipsis-true-3-firefox-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-400-no-addons-ellipsis-true-3-firefox-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-400-no-addons-ellipsis-true-3-webkit-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-400-no-addons-ellipsis-true-3-webkit-linux.png index 75da250beb..2c70d2be09 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-400-no-addons-ellipsis-true-3-webkit-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-400-no-addons-ellipsis-true-3-webkit-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-500-addonLeft-cropPosition-middle-1-chromium-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-500-addonLeft-cropPosition-middle-1-chromium-linux.png index 00c124d0b9..c7caebb3b1 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-500-addonLeft-cropPosition-middle-1-chromium-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-500-addonLeft-cropPosition-middle-1-chromium-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-500-addonLeft-cropPosition-middle-1-firefox-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-500-addonLeft-cropPosition-middle-1-firefox-linux.png index 7781db9db8..4548a36a32 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-500-addonLeft-cropPosition-middle-1-firefox-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-500-addonLeft-cropPosition-middle-1-firefox-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-500-addonLeft-cropPosition-middle-1-webkit-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-500-addonLeft-cropPosition-middle-1-webkit-linux.png index 7b50b1c17c..1da6116053 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-500-addonLeft-cropPosition-middle-1-webkit-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-500-addonLeft-cropPosition-middle-1-webkit-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-500-addonLeft-cropPosition-middle-2-chromium-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-500-addonLeft-cropPosition-middle-2-chromium-linux.png index 9528c9485b..8c24e3e1f8 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-500-addonLeft-cropPosition-middle-2-chromium-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-500-addonLeft-cropPosition-middle-2-chromium-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-500-addonLeft-cropPosition-middle-2-firefox-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-500-addonLeft-cropPosition-middle-2-firefox-linux.png index 5b19f8b8e0..8ff854463c 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-500-addonLeft-cropPosition-middle-2-firefox-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-500-addonLeft-cropPosition-middle-2-firefox-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-500-addonLeft-cropPosition-middle-2-webkit-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-500-addonLeft-cropPosition-middle-2-webkit-linux.png index b27cf4e404..6ac34b5c7f 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-500-addonLeft-cropPosition-middle-2-webkit-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-500-addonLeft-cropPosition-middle-2-webkit-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-500-addonRight-badge-middle-lastRequired-2-1-chromium-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-500-addonRight-badge-middle-lastRequired-2-1-chromium-linux.png index 4e23a2b7c4..5808fd98a7 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-500-addonRight-badge-middle-lastRequired-2-1-chromium-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-500-addonRight-badge-middle-lastRequired-2-1-chromium-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-500-addonRight-badge-middle-lastRequired-2-1-firefox-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-500-addonRight-badge-middle-lastRequired-2-1-firefox-linux.png index d49687a4d8..e7a110a9af 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-500-addonRight-badge-middle-lastRequired-2-1-firefox-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-500-addonRight-badge-middle-lastRequired-2-1-firefox-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-500-addonRight-badge-middle-lastRequired-2-1-webkit-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-500-addonRight-badge-middle-lastRequired-2-1-webkit-linux.png index 94aad392ae..2fad9318db 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-500-addonRight-badge-middle-lastRequired-2-1-webkit-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-500-addonRight-badge-middle-lastRequired-2-1-webkit-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-500-addonRight-badge-middle-lastRequired-2-2-chromium-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-500-addonRight-badge-middle-lastRequired-2-2-chromium-linux.png index b88650eef9..3e6060ecb3 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-500-addonRight-badge-middle-lastRequired-2-2-chromium-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-500-addonRight-badge-middle-lastRequired-2-2-chromium-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-500-addonRight-badge-middle-lastRequired-2-2-firefox-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-500-addonRight-badge-middle-lastRequired-2-2-firefox-linux.png index 71a001a025..f09dfb7b8f 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-500-addonRight-badge-middle-lastRequired-2-2-firefox-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-500-addonRight-badge-middle-lastRequired-2-2-firefox-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-500-addonRight-badge-middle-lastRequired-2-2-webkit-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-500-addonRight-badge-middle-lastRequired-2-2-webkit-linux.png index 3526f2c30f..9e765ac2b9 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-500-addonRight-badge-middle-lastRequired-2-2-webkit-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-500-addonRight-badge-middle-lastRequired-2-2-webkit-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-500-both-addons-counter-end-maxLine-2-1-chromium-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-500-both-addons-counter-end-maxLine-2-1-chromium-linux.png index 95736ed5a9..1a8a68733c 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-500-both-addons-counter-end-maxLine-2-1-chromium-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-500-both-addons-counter-end-maxLine-2-1-chromium-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-500-both-addons-counter-end-maxLine-2-1-firefox-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-500-both-addons-counter-end-maxLine-2-1-firefox-linux.png index c8948d58fd..e46a2b6e6a 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-500-both-addons-counter-end-maxLine-2-1-firefox-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-500-both-addons-counter-end-maxLine-2-1-firefox-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-500-both-addons-counter-end-maxLine-2-1-webkit-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-500-both-addons-counter-end-maxLine-2-1-webkit-linux.png index dadbaa932a..2bc64f3349 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-500-both-addons-counter-end-maxLine-2-1-webkit-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-500-both-addons-counter-end-maxLine-2-1-webkit-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-500-both-addons-counter-end-maxLine-2-2-chromium-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-500-both-addons-counter-end-maxLine-2-2-chromium-linux.png index 2e2edea611..34d0c54a96 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-500-both-addons-counter-end-maxLine-2-2-chromium-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-500-both-addons-counter-end-maxLine-2-2-chromium-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-500-both-addons-counter-end-maxLine-2-2-firefox-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-500-both-addons-counter-end-maxLine-2-2-firefox-linux.png index 047c2df0ad..5663a31851 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-500-both-addons-counter-end-maxLine-2-2-firefox-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-500-both-addons-counter-end-maxLine-2-2-firefox-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-500-both-addons-counter-end-maxLine-2-2-webkit-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-500-both-addons-counter-end-maxLine-2-2-webkit-linux.png index fa1a09bc1e..e7824d7de5 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-500-both-addons-counter-end-maxLine-2-2-webkit-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-500-both-addons-counter-end-maxLine-2-2-webkit-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-500-no-addons-ellipsis-true-1-chromium-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-500-no-addons-ellipsis-true-1-chromium-linux.png index 7b69175507..48e31776aa 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-500-no-addons-ellipsis-true-1-chromium-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-500-no-addons-ellipsis-true-1-chromium-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-500-no-addons-ellipsis-true-1-firefox-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-500-no-addons-ellipsis-true-1-firefox-linux.png index cec0932b77..d9b5f8a121 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-500-no-addons-ellipsis-true-1-firefox-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-500-no-addons-ellipsis-true-1-firefox-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-500-no-addons-ellipsis-true-1-webkit-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-500-no-addons-ellipsis-true-1-webkit-linux.png index a2950a38c7..dd63556c53 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-500-no-addons-ellipsis-true-1-webkit-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-500-no-addons-ellipsis-true-1-webkit-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-500-no-addons-ellipsis-true-2-chromium-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-500-no-addons-ellipsis-true-2-chromium-linux.png index 05e092f372..c511917a2c 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-500-no-addons-ellipsis-true-2-chromium-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-500-no-addons-ellipsis-true-2-chromium-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-500-no-addons-ellipsis-true-2-firefox-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-500-no-addons-ellipsis-true-2-firefox-linux.png index 0f85538ec3..d3c6bc2b54 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-500-no-addons-ellipsis-true-2-firefox-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-500-no-addons-ellipsis-true-2-firefox-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-500-no-addons-ellipsis-true-2-webkit-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-500-no-addons-ellipsis-true-2-webkit-linux.png index d77cd65143..a390fe44f5 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-500-no-addons-ellipsis-true-2-webkit-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-500-no-addons-ellipsis-true-2-webkit-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-500-no-addons-ellipsis-true-3-chromium-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-500-no-addons-ellipsis-true-3-chromium-linux.png index fb5fc098c1..4344221c76 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-500-no-addons-ellipsis-true-3-chromium-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-500-no-addons-ellipsis-true-3-chromium-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-500-no-addons-ellipsis-true-3-firefox-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-500-no-addons-ellipsis-true-3-firefox-linux.png index 5f67b5a30d..73811c6884 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-500-no-addons-ellipsis-true-3-firefox-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-500-no-addons-ellipsis-true-3-firefox-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-500-no-addons-ellipsis-true-3-webkit-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-500-no-addons-ellipsis-true-3-webkit-linux.png index ab0a887189..ced4f11a77 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-500-no-addons-ellipsis-true-3-webkit-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-500-no-addons-ellipsis-true-3-webkit-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-600-addonLeft-badge-cropPosition-middle-1-chromium-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-600-addonLeft-badge-cropPosition-middle-1-chromium-linux.png index d07ea4c459..c8f3ce0208 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-600-addonLeft-badge-cropPosition-middle-1-chromium-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-600-addonLeft-badge-cropPosition-middle-1-chromium-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-600-addonLeft-badge-cropPosition-middle-1-firefox-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-600-addonLeft-badge-cropPosition-middle-1-firefox-linux.png index 9a8a2294ac..3e541f1667 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-600-addonLeft-badge-cropPosition-middle-1-firefox-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-600-addonLeft-badge-cropPosition-middle-1-firefox-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-600-addonLeft-badge-cropPosition-middle-1-webkit-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-600-addonLeft-badge-cropPosition-middle-1-webkit-linux.png index b427d2ac5d..858d702544 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-600-addonLeft-badge-cropPosition-middle-1-webkit-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-600-addonLeft-badge-cropPosition-middle-1-webkit-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-600-addonLeft-badge-cropPosition-middle-2-chromium-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-600-addonLeft-badge-cropPosition-middle-2-chromium-linux.png index 5b6c46cdeb..ed30a13bd9 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-600-addonLeft-badge-cropPosition-middle-2-chromium-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-600-addonLeft-badge-cropPosition-middle-2-chromium-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-600-addonLeft-badge-cropPosition-middle-2-firefox-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-600-addonLeft-badge-cropPosition-middle-2-firefox-linux.png index 5fae8fd077..b6fdba3040 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-600-addonLeft-badge-cropPosition-middle-2-firefox-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-600-addonLeft-badge-cropPosition-middle-2-firefox-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-600-addonLeft-badge-cropPosition-middle-2-webkit-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-600-addonLeft-badge-cropPosition-middle-2-webkit-linux.png index 7ad15e74b1..f7cd54646e 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-600-addonLeft-badge-cropPosition-middle-2-webkit-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-600-addonLeft-badge-cropPosition-middle-2-webkit-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-600-addonRight-counter-middle-lastRequired-2-1-chromium-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-600-addonRight-counter-middle-lastRequired-2-1-chromium-linux.png index 940157cc07..27640babe0 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-600-addonRight-counter-middle-lastRequired-2-1-chromium-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-600-addonRight-counter-middle-lastRequired-2-1-chromium-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-600-addonRight-counter-middle-lastRequired-2-1-firefox-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-600-addonRight-counter-middle-lastRequired-2-1-firefox-linux.png index c72fc9092b..22c305bdef 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-600-addonRight-counter-middle-lastRequired-2-1-firefox-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-600-addonRight-counter-middle-lastRequired-2-1-firefox-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-600-addonRight-counter-middle-lastRequired-2-1-webkit-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-600-addonRight-counter-middle-lastRequired-2-1-webkit-linux.png index 141fd06847..35c0e8b6eb 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-600-addonRight-counter-middle-lastRequired-2-1-webkit-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-600-addonRight-counter-middle-lastRequired-2-1-webkit-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-600-addonRight-counter-middle-lastRequired-2-2-chromium-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-600-addonRight-counter-middle-lastRequired-2-2-chromium-linux.png index 428360a1fc..d57622f7a0 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-600-addonRight-counter-middle-lastRequired-2-2-chromium-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-600-addonRight-counter-middle-lastRequired-2-2-chromium-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-600-addonRight-counter-middle-lastRequired-2-2-firefox-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-600-addonRight-counter-middle-lastRequired-2-2-firefox-linux.png index 159946aaae..9b985896ef 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-600-addonRight-counter-middle-lastRequired-2-2-firefox-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-600-addonRight-counter-middle-lastRequired-2-2-firefox-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-600-addonRight-counter-middle-lastRequired-2-2-webkit-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-600-addonRight-counter-middle-lastRequired-2-2-webkit-linux.png index 2a138db16d..8db635d8ab 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-600-addonRight-counter-middle-lastRequired-2-2-webkit-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-600-addonRight-counter-middle-lastRequired-2-2-webkit-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-600-both-addons-spin-end-maxLine-2-1-chromium-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-600-both-addons-spin-end-maxLine-2-1-chromium-linux.png index fdab30564a..aff85928ce 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-600-both-addons-spin-end-maxLine-2-1-chromium-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-600-both-addons-spin-end-maxLine-2-1-chromium-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-600-both-addons-spin-end-maxLine-2-1-firefox-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-600-both-addons-spin-end-maxLine-2-1-firefox-linux.png index fa92cdbeb0..9222d9ab05 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-600-both-addons-spin-end-maxLine-2-1-firefox-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-600-both-addons-spin-end-maxLine-2-1-firefox-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-600-both-addons-spin-end-maxLine-2-1-webkit-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-600-both-addons-spin-end-maxLine-2-1-webkit-linux.png index d08a073977..42be119a6e 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-600-both-addons-spin-end-maxLine-2-1-webkit-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-600-both-addons-spin-end-maxLine-2-1-webkit-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-600-both-addons-spin-end-maxLine-2-2-chromium-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-600-both-addons-spin-end-maxLine-2-2-chromium-linux.png index 54ff8e65ca..943d6e3455 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-600-both-addons-spin-end-maxLine-2-2-chromium-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-600-both-addons-spin-end-maxLine-2-2-chromium-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-600-both-addons-spin-end-maxLine-2-2-firefox-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-600-both-addons-spin-end-maxLine-2-2-firefox-linux.png index 3c87e67283..e1bb0ad7f6 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-600-both-addons-spin-end-maxLine-2-2-firefox-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-600-both-addons-spin-end-maxLine-2-2-firefox-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-600-both-addons-spin-end-maxLine-2-2-webkit-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-600-both-addons-spin-end-maxLine-2-2-webkit-linux.png index 4441da7677..587f0e8c23 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-600-both-addons-spin-end-maxLine-2-2-webkit-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-600-both-addons-spin-end-maxLine-2-2-webkit-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-600-no-addons-text-success-ellipsis-true-1-chromium-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-600-no-addons-text-success-ellipsis-true-1-chromium-linux.png index 09c559ea9f..be7eaa1031 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-600-no-addons-text-success-ellipsis-true-1-chromium-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-600-no-addons-text-success-ellipsis-true-1-chromium-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-600-no-addons-text-success-ellipsis-true-1-firefox-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-600-no-addons-text-success-ellipsis-true-1-firefox-linux.png index 4fe07882a0..0321dd1bcf 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-600-no-addons-text-success-ellipsis-true-1-firefox-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-600-no-addons-text-success-ellipsis-true-1-firefox-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-600-no-addons-text-success-ellipsis-true-1-webkit-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-600-no-addons-text-success-ellipsis-true-1-webkit-linux.png index 1d8ae32111..170d489c70 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-600-no-addons-text-success-ellipsis-true-1-webkit-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-600-no-addons-text-success-ellipsis-true-1-webkit-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-600-no-addons-text-success-ellipsis-true-2-chromium-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-600-no-addons-text-success-ellipsis-true-2-chromium-linux.png index 945cdd82d6..679bd060d4 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-600-no-addons-text-success-ellipsis-true-2-chromium-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-600-no-addons-text-success-ellipsis-true-2-chromium-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-600-no-addons-text-success-ellipsis-true-2-firefox-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-600-no-addons-text-success-ellipsis-true-2-firefox-linux.png index 28a85a4724..9a15eb4a82 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-600-no-addons-text-success-ellipsis-true-2-firefox-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-600-no-addons-text-success-ellipsis-true-2-firefox-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-600-no-addons-text-success-ellipsis-true-2-webkit-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-600-no-addons-text-success-ellipsis-true-2-webkit-linux.png index ce52943946..a869821386 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-600-no-addons-text-success-ellipsis-true-2-webkit-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-600-no-addons-text-success-ellipsis-true-2-webkit-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-600-no-addons-text-success-ellipsis-true-3-chromium-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-600-no-addons-text-success-ellipsis-true-3-chromium-linux.png index 86d7ce7bab..578ad7acd7 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-600-no-addons-text-success-ellipsis-true-3-chromium-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-600-no-addons-text-success-ellipsis-true-3-chromium-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-700-addonLeft-counter-cropPosition-middle-1-chromium-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-700-addonLeft-counter-cropPosition-middle-1-chromium-linux.png index 8ad0b0767e..0b9d6926ee 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-700-addonLeft-counter-cropPosition-middle-1-chromium-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-700-addonLeft-counter-cropPosition-middle-1-chromium-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-700-addonLeft-counter-cropPosition-middle-1-firefox-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-700-addonLeft-counter-cropPosition-middle-1-firefox-linux.png index 4653244539..10c0dec94a 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-700-addonLeft-counter-cropPosition-middle-1-firefox-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-700-addonLeft-counter-cropPosition-middle-1-firefox-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-700-addonLeft-counter-cropPosition-middle-1-webkit-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-700-addonLeft-counter-cropPosition-middle-1-webkit-linux.png index 281cbdcf19..f674fe181e 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-700-addonLeft-counter-cropPosition-middle-1-webkit-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-700-addonLeft-counter-cropPosition-middle-1-webkit-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-700-addonLeft-counter-cropPosition-middle-2-chromium-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-700-addonLeft-counter-cropPosition-middle-2-chromium-linux.png index f47c61a778..7c0adf4beb 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-700-addonLeft-counter-cropPosition-middle-2-chromium-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-700-addonLeft-counter-cropPosition-middle-2-chromium-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-700-addonLeft-counter-cropPosition-middle-2-firefox-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-700-addonLeft-counter-cropPosition-middle-2-firefox-linux.png index 3743bfcf49..915b67bf8f 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-700-addonLeft-counter-cropPosition-middle-2-firefox-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-700-addonLeft-counter-cropPosition-middle-2-firefox-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-700-addonLeft-counter-cropPosition-middle-2-webkit-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-700-addonLeft-counter-cropPosition-middle-2-webkit-linux.png index 9e3fe85570..ec76f33006 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-700-addonLeft-counter-cropPosition-middle-2-webkit-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-700-addonLeft-counter-cropPosition-middle-2-webkit-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-700-addonRight-spin-middle-lastRequired-2-1-chromium-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-700-addonRight-spin-middle-lastRequired-2-1-chromium-linux.png index b5cf9cf470..38cf40f51c 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-700-addonRight-spin-middle-lastRequired-2-1-chromium-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-700-addonRight-spin-middle-lastRequired-2-1-chromium-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-700-addonRight-spin-middle-lastRequired-2-1-firefox-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-700-addonRight-spin-middle-lastRequired-2-1-firefox-linux.png index 45e6ef3f5b..6dc10d6982 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-700-addonRight-spin-middle-lastRequired-2-1-firefox-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-700-addonRight-spin-middle-lastRequired-2-1-firefox-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-700-addonRight-spin-middle-lastRequired-2-1-webkit-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-700-addonRight-spin-middle-lastRequired-2-1-webkit-linux.png index 6e95c95326..f827d52a97 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-700-addonRight-spin-middle-lastRequired-2-1-webkit-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-700-addonRight-spin-middle-lastRequired-2-1-webkit-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-700-addonRight-spin-middle-lastRequired-2-2-chromium-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-700-addonRight-spin-middle-lastRequired-2-2-chromium-linux.png index fd7430877d..e72a8f47ff 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-700-addonRight-spin-middle-lastRequired-2-2-chromium-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-700-addonRight-spin-middle-lastRequired-2-2-chromium-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-700-addonRight-spin-middle-lastRequired-2-2-firefox-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-700-addonRight-spin-middle-lastRequired-2-2-firefox-linux.png index 31e5577963..3dc151be85 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-700-addonRight-spin-middle-lastRequired-2-2-firefox-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-700-addonRight-spin-middle-lastRequired-2-2-firefox-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-700-addonRight-spin-middle-lastRequired-2-2-webkit-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-700-addonRight-spin-middle-lastRequired-2-2-webkit-linux.png index 22618eb11c..01a7e5d166 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-700-addonRight-spin-middle-lastRequired-2-2-webkit-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-700-addonRight-spin-middle-lastRequired-2-2-webkit-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-700-both-addons-end-maxLine-2-1-chromium-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-700-both-addons-end-maxLine-2-1-chromium-linux.png index 6fe7365b86..1debc44d1e 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-700-both-addons-end-maxLine-2-1-chromium-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-700-both-addons-end-maxLine-2-1-chromium-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-700-both-addons-end-maxLine-2-1-firefox-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-700-both-addons-end-maxLine-2-1-firefox-linux.png index a9d38937e4..b42d3d1e7c 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-700-both-addons-end-maxLine-2-1-firefox-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-700-both-addons-end-maxLine-2-1-firefox-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-700-both-addons-end-maxLine-2-1-webkit-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-700-both-addons-end-maxLine-2-1-webkit-linux.png index b81a8c3f8a..1f8d032454 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-700-both-addons-end-maxLine-2-1-webkit-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-700-both-addons-end-maxLine-2-1-webkit-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-700-both-addons-end-maxLine-2-2-chromium-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-700-both-addons-end-maxLine-2-2-chromium-linux.png index 13425a0951..1138c661b6 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-700-both-addons-end-maxLine-2-2-chromium-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-700-both-addons-end-maxLine-2-2-chromium-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-700-both-addons-end-maxLine-2-2-firefox-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-700-both-addons-end-maxLine-2-2-firefox-linux.png index 71b409808f..1f499a752c 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-700-both-addons-end-maxLine-2-2-firefox-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-700-both-addons-end-maxLine-2-2-firefox-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-700-both-addons-end-maxLine-2-2-webkit-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-700-both-addons-end-maxLine-2-2-webkit-linux.png index 6771f273c5..4ea8147a1f 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-700-both-addons-end-maxLine-2-2-webkit-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-700-both-addons-end-maxLine-2-2-webkit-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-700-no-addons-text-critical-ellipsis-true-1-chromium-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-700-no-addons-text-critical-ellipsis-true-1-chromium-linux.png index 60aa96247b..a59d0d4ab5 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-700-no-addons-text-critical-ellipsis-true-1-chromium-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-700-no-addons-text-critical-ellipsis-true-1-chromium-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-700-no-addons-text-critical-ellipsis-true-1-firefox-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-700-no-addons-text-critical-ellipsis-true-1-firefox-linux.png index 471f852fdf..3b9848a3c6 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-700-no-addons-text-critical-ellipsis-true-1-firefox-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-700-no-addons-text-critical-ellipsis-true-1-firefox-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-700-no-addons-text-critical-ellipsis-true-1-webkit-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-700-no-addons-text-critical-ellipsis-true-1-webkit-linux.png index 925c8e4449..b53f35b60c 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-700-no-addons-text-critical-ellipsis-true-1-webkit-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-700-no-addons-text-critical-ellipsis-true-1-webkit-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-700-no-addons-text-critical-ellipsis-true-2-chromium-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-700-no-addons-text-critical-ellipsis-true-2-chromium-linux.png index 253a48105b..9e208b9f73 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-700-no-addons-text-critical-ellipsis-true-2-chromium-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-700-no-addons-text-critical-ellipsis-true-2-chromium-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-700-no-addons-text-critical-ellipsis-true-2-firefox-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-700-no-addons-text-critical-ellipsis-true-2-firefox-linux.png index 31a4652ddf..8ffe166f19 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-700-no-addons-text-critical-ellipsis-true-2-firefox-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-700-no-addons-text-critical-ellipsis-true-2-firefox-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-700-no-addons-text-critical-ellipsis-true-2-webkit-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-700-no-addons-text-critical-ellipsis-true-2-webkit-linux.png index 97d96c529c..944cad15ab 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-700-no-addons-text-critical-ellipsis-true-2-webkit-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-700-no-addons-text-critical-ellipsis-true-2-webkit-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-700-no-addons-text-critical-ellipsis-true-3-chromium-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-700-no-addons-text-critical-ellipsis-true-3-chromium-linux.png index 511c33a5c0..89b333edf1 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-700-no-addons-text-critical-ellipsis-true-3-chromium-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-700-no-addons-text-critical-ellipsis-true-3-chromium-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-800-addonLeft-spin-cropPosition-middle-1-chromium-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-800-addonLeft-spin-cropPosition-middle-1-chromium-linux.png index 0d006b1140..67e02b182b 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-800-addonLeft-spin-cropPosition-middle-1-chromium-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-800-addonLeft-spin-cropPosition-middle-1-chromium-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-800-addonLeft-spin-cropPosition-middle-1-firefox-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-800-addonLeft-spin-cropPosition-middle-1-firefox-linux.png index 74097b734b..25c1ccb756 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-800-addonLeft-spin-cropPosition-middle-1-firefox-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-800-addonLeft-spin-cropPosition-middle-1-firefox-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-800-addonLeft-spin-cropPosition-middle-1-webkit-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-800-addonLeft-spin-cropPosition-middle-1-webkit-linux.png index 44b228679d..2211158f6e 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-800-addonLeft-spin-cropPosition-middle-1-webkit-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-800-addonLeft-spin-cropPosition-middle-1-webkit-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-800-addonLeft-spin-cropPosition-middle-2-chromium-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-800-addonLeft-spin-cropPosition-middle-2-chromium-linux.png index 607ebe1ecd..e2382cb1bf 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-800-addonLeft-spin-cropPosition-middle-2-chromium-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-800-addonLeft-spin-cropPosition-middle-2-chromium-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-800-addonLeft-spin-cropPosition-middle-2-firefox-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-800-addonLeft-spin-cropPosition-middle-2-firefox-linux.png index 066ce8389d..af801b8c58 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-800-addonLeft-spin-cropPosition-middle-2-firefox-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-800-addonLeft-spin-cropPosition-middle-2-firefox-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-800-addonLeft-spin-cropPosition-middle-2-webkit-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-800-addonLeft-spin-cropPosition-middle-2-webkit-linux.png index 1ed56d9b04..763e3b7eb9 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-800-addonLeft-spin-cropPosition-middle-2-webkit-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-800-addonLeft-spin-cropPosition-middle-2-webkit-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-800-addonRight-merged-middle-lastRequired-2-1-chromium-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-800-addonRight-merged-middle-lastRequired-2-1-chromium-linux.png index 3006e56626..3274845e8e 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-800-addonRight-merged-middle-lastRequired-2-1-chromium-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-800-addonRight-merged-middle-lastRequired-2-1-chromium-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-800-addonRight-merged-middle-lastRequired-2-1-firefox-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-800-addonRight-merged-middle-lastRequired-2-1-firefox-linux.png index 72f7c4a558..c64f23e5d8 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-800-addonRight-merged-middle-lastRequired-2-1-firefox-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-800-addonRight-merged-middle-lastRequired-2-1-firefox-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-800-addonRight-merged-middle-lastRequired-2-1-webkit-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-800-addonRight-merged-middle-lastRequired-2-1-webkit-linux.png index 4c7b73ca30..40bdc85726 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-800-addonRight-merged-middle-lastRequired-2-1-webkit-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-800-addonRight-merged-middle-lastRequired-2-1-webkit-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-800-addonRight-merged-middle-lastRequired-2-2-chromium-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-800-addonRight-merged-middle-lastRequired-2-2-chromium-linux.png index 2480843cb5..a1d8a9d20e 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-800-addonRight-merged-middle-lastRequired-2-2-chromium-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-800-addonRight-merged-middle-lastRequired-2-2-chromium-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-800-addonRight-merged-middle-lastRequired-2-2-firefox-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-800-addonRight-merged-middle-lastRequired-2-2-firefox-linux.png index 03b36b5560..ede3a04bde 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-800-addonRight-merged-middle-lastRequired-2-2-firefox-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-800-addonRight-merged-middle-lastRequired-2-2-firefox-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-800-addonRight-merged-middle-lastRequired-2-2-webkit-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-800-addonRight-merged-middle-lastRequired-2-2-webkit-linux.png index 8889cbbae5..99fcfae409 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-800-addonRight-merged-middle-lastRequired-2-2-webkit-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-800-addonRight-merged-middle-lastRequired-2-2-webkit-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-800-both-addons-badge-end-maxLine-2-1-chromium-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-800-both-addons-badge-end-maxLine-2-1-chromium-linux.png index 3aa5dac8cd..dca4757769 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-800-both-addons-badge-end-maxLine-2-1-chromium-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-800-both-addons-badge-end-maxLine-2-1-chromium-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-800-both-addons-badge-end-maxLine-2-1-firefox-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-800-both-addons-badge-end-maxLine-2-1-firefox-linux.png index 7f7d4c1c42..25725bdfc1 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-800-both-addons-badge-end-maxLine-2-1-firefox-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-800-both-addons-badge-end-maxLine-2-1-firefox-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-800-both-addons-badge-end-maxLine-2-1-webkit-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-800-both-addons-badge-end-maxLine-2-1-webkit-linux.png index 6625d18bdf..b7e4f30db2 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-800-both-addons-badge-end-maxLine-2-1-webkit-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-800-both-addons-badge-end-maxLine-2-1-webkit-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-800-both-addons-badge-end-maxLine-2-2-chromium-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-800-both-addons-badge-end-maxLine-2-2-chromium-linux.png index 4b0b583441..e642247feb 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-800-both-addons-badge-end-maxLine-2-2-chromium-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-800-both-addons-badge-end-maxLine-2-2-chromium-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-800-both-addons-badge-end-maxLine-2-2-firefox-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-800-both-addons-badge-end-maxLine-2-2-firefox-linux.png index 284fbc8385..5d36cfb30d 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-800-both-addons-badge-end-maxLine-2-2-firefox-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-800-both-addons-badge-end-maxLine-2-2-firefox-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-800-both-addons-badge-end-maxLine-2-2-webkit-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-800-both-addons-badge-end-maxLine-2-2-webkit-linux.png index 4e60ff0f36..141a28f91f 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-800-both-addons-badge-end-maxLine-2-2-webkit-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-800-both-addons-badge-end-maxLine-2-2-webkit-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-800-no-addons-ellipsis-true-1-chromium-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-800-no-addons-ellipsis-true-1-chromium-linux.png index b25f503652..1d00c66598 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-800-no-addons-ellipsis-true-1-chromium-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-800-no-addons-ellipsis-true-1-chromium-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-800-no-addons-ellipsis-true-1-firefox-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-800-no-addons-ellipsis-true-1-firefox-linux.png index 8feb53e2ae..8ee838e01d 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-800-no-addons-ellipsis-true-1-firefox-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-800-no-addons-ellipsis-true-1-firefox-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-800-no-addons-ellipsis-true-1-webkit-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-800-no-addons-ellipsis-true-1-webkit-linux.png index 1b8222c0bf..69c8bd7131 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-800-no-addons-ellipsis-true-1-webkit-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-800-no-addons-ellipsis-true-1-webkit-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-800-no-addons-ellipsis-true-2-chromium-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-800-no-addons-ellipsis-true-2-chromium-linux.png index c56fd8a172..b0759c4309 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-800-no-addons-ellipsis-true-2-chromium-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-800-no-addons-ellipsis-true-2-chromium-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-800-no-addons-ellipsis-true-2-firefox-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-800-no-addons-ellipsis-true-2-firefox-linux.png index f83ebf5ab6..fd7bec09fb 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-800-no-addons-ellipsis-true-2-firefox-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-800-no-addons-ellipsis-true-2-firefox-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-800-no-addons-ellipsis-true-2-webkit-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-800-no-addons-ellipsis-true-2-webkit-linux.png index 8db24d6cb7..b167bea800 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-800-no-addons-ellipsis-true-2-webkit-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-800-no-addons-ellipsis-true-2-webkit-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-800-no-addons-ellipsis-true-3-chromium-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-800-no-addons-ellipsis-true-3-chromium-linux.png index 5d821c6b1f..9927a25c69 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-800-no-addons-ellipsis-true-3-chromium-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-800-no-addons-ellipsis-true-3-chromium-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-800-no-addons-ellipsis-true-3-firefox-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-800-no-addons-ellipsis-true-3-firefox-linux.png index 93b1efbbcc..aec4046800 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-800-no-addons-ellipsis-true-3-firefox-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-800-no-addons-ellipsis-true-3-firefox-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-800-no-addons-ellipsis-true-3-webkit-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-800-no-addons-ellipsis-true-3-webkit-linux.png index b4e1f777db..64555d9f2a 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-800-no-addons-ellipsis-true-3-webkit-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-800-no-addons-ellipsis-true-3-webkit-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Links-without-text-keyboard-interactions-1-chromium-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Links-without-text-keyboard-interactions-1-chromium-linux.png index 07ed6df246..5cb8d369bc 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Links-without-text-keyboard-interactions-1-chromium-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Links-without-text-keyboard-interactions-1-chromium-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Links-without-text-keyboard-interactions-1-firefox-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Links-without-text-keyboard-interactions-1-firefox-linux.png index ea178c2dd4..35b1f53c78 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Links-without-text-keyboard-interactions-1-firefox-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Links-without-text-keyboard-interactions-1-firefox-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Links-without-text-keyboard-interactions-1-webkit-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Links-without-text-keyboard-interactions-1-webkit-linux.png index 1b16a27c9f..cf109dc5ff 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Links-without-text-keyboard-interactions-1-webkit-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Links-without-text-keyboard-interactions-1-webkit-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Links-without-text-mouse-interactions-1-chromium-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Links-without-text-mouse-interactions-1-chromium-linux.png index 103d91250a..21f2d128a6 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Links-without-text-mouse-interactions-1-chromium-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Links-without-text-mouse-interactions-1-chromium-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Links-without-text-mouse-interactions-1-firefox-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Links-without-text-mouse-interactions-1-firefox-linux.png index c9dc338a40..187e26370c 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Links-without-text-mouse-interactions-1-firefox-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Links-without-text-mouse-interactions-1-firefox-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Links-without-text-mouse-interactions-1-webkit-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Links-without-text-mouse-interactions-1-webkit-linux.png index 0ac2e78bf9..72c3fcd183 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Links-without-text-mouse-interactions-1-webkit-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Links-without-text-mouse-interactions-1-webkit-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-default-link-styles-when-links-inside-the-text-1-chromium-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-default-link-styles-when-links-inside-the-text-1-chromium-linux.png index fca3e5e0c0..c0209d7523 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-default-link-styles-when-links-inside-the-text-1-chromium-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-default-link-styles-when-links-inside-the-text-1-chromium-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-default-link-styles-when-links-inside-the-text-1-firefox-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-default-link-styles-when-links-inside-the-text-1-firefox-linux.png index b2111ebdb6..c80c7c451d 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-default-link-styles-when-links-inside-the-text-1-firefox-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-default-link-styles-when-links-inside-the-text-1-firefox-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-default-link-styles-when-links-inside-the-text-1-webkit-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-default-link-styles-when-links-inside-the-text-1-webkit-linux.png index 22fd70c109..210cbbb3c9 100644 Binary files a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-default-link-styles-when-links-inside-the-text-1-webkit-linux.png and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-default-link-styles-when-links-inside-the-text-1-webkit-linux.png differ diff --git a/semcore/link/src/style/link.shadow.css b/semcore/link/src/style/link.shadow.css index f2a2d3a257..f85f7e0bd5 100644 --- a/semcore/link/src/style/link.shadow.css +++ b/semcore/link/src/style/link.shadow.css @@ -1,13 +1,14 @@ SLink { display: inline; align-items: center; - color: var(--intergalactic-text-link, oklch(0.53 0.21 263)); + color: var(--intergalactic-text-link-primary, oklch(0.1 0.03 137 / 0.899)); position: relative; cursor: pointer; text-decoration: none; -webkit-tap-highlight-color: transparent; background: none; transition: color 0.15s ease-in-out; + border-radius: 2px; &::-moz-focus-inner { border: none; @@ -17,7 +18,7 @@ SLink { &[active], &:hover, &:active { - color: var(--intergalactic-text-link-hover-active, oklch(0.51 0.202 263)); + color: var(--intergalactic-text-link-primary-hover-active, oklch(0.1 0.03 137 / 0.899)); & SText { text-decoration-color: currentColor; @@ -26,7 +27,7 @@ SLink { &[enableVisited]:visited, &[enableVisited]:visited:hover { - color: var(--intergalactic-text-link-visited, oklch(0.53 0.26 296)); + color: var(--intergalactic-text-link-visited, oklch(0.23 0.113 296)); } } @@ -72,7 +73,7 @@ SText { text-decoration: underline; text-decoration-style: solid; text-decoration-thickness: 1px; - text-decoration-color: transparent; + text-decoration-color: var(--intergalactic-text-link-primary-underline, oklch(0.86 0.002 174.1)); text-underline-offset: 17%; transition: text-decoration-color 0.15s ease-in-out; diff --git a/semcore/mini-chart/__tests__/mini-chart.browser-test.tsx-snapshots/-visual-Score-Donuts-Verify-loading-true-with-316f3-r-chart-palette-order-4-baseBgColor-undefined-1-chromium-linux.png b/semcore/mini-chart/__tests__/mini-chart.browser-test.tsx-snapshots/-visual-Score-Donuts-Verify-loading-true-with-316f3-r-chart-palette-order-4-baseBgColor-undefined-1-chromium-linux.png index 10ad7afcd2..6988c87520 100644 Binary files a/semcore/mini-chart/__tests__/mini-chart.browser-test.tsx-snapshots/-visual-Score-Donuts-Verify-loading-true-with-316f3-r-chart-palette-order-4-baseBgColor-undefined-1-chromium-linux.png and b/semcore/mini-chart/__tests__/mini-chart.browser-test.tsx-snapshots/-visual-Score-Donuts-Verify-loading-true-with-316f3-r-chart-palette-order-4-baseBgColor-undefined-1-chromium-linux.png differ diff --git a/semcore/mini-chart/__tests__/mini-chart.browser-test.tsx-snapshots/-visual-Score-Donuts-Verify-loading-true-with-316f3-r-chart-palette-order-4-baseBgColor-undefined-1-firefox-linux.png b/semcore/mini-chart/__tests__/mini-chart.browser-test.tsx-snapshots/-visual-Score-Donuts-Verify-loading-true-with-316f3-r-chart-palette-order-4-baseBgColor-undefined-1-firefox-linux.png index c1f602e552..fb076bdd9b 100644 Binary files a/semcore/mini-chart/__tests__/mini-chart.browser-test.tsx-snapshots/-visual-Score-Donuts-Verify-loading-true-with-316f3-r-chart-palette-order-4-baseBgColor-undefined-1-firefox-linux.png and b/semcore/mini-chart/__tests__/mini-chart.browser-test.tsx-snapshots/-visual-Score-Donuts-Verify-loading-true-with-316f3-r-chart-palette-order-4-baseBgColor-undefined-1-firefox-linux.png differ diff --git a/semcore/mini-chart/__tests__/mini-chart.browser-test.tsx-snapshots/-visual-Score-Donuts-Verify-loading-true-with-316f3-r-chart-palette-order-4-baseBgColor-undefined-1-webkit-linux.png b/semcore/mini-chart/__tests__/mini-chart.browser-test.tsx-snapshots/-visual-Score-Donuts-Verify-loading-true-with-316f3-r-chart-palette-order-4-baseBgColor-undefined-1-webkit-linux.png index 7532094bc9..5c2825d659 100644 Binary files a/semcore/mini-chart/__tests__/mini-chart.browser-test.tsx-snapshots/-visual-Score-Donuts-Verify-loading-true-with-316f3-r-chart-palette-order-4-baseBgColor-undefined-1-webkit-linux.png and b/semcore/mini-chart/__tests__/mini-chart.browser-test.tsx-snapshots/-visual-Score-Donuts-Verify-loading-true-with-316f3-r-chart-palette-order-4-baseBgColor-undefined-1-webkit-linux.png differ diff --git a/semcore/mini-chart/__tests__/mini-chart.browser-test.tsx-snapshots/-visual-Score-Lines-Segments-Verify-with-valu-2a10f-e-order-16-baseBgColor-chart-palette-order-14-1-chromium-linux.png b/semcore/mini-chart/__tests__/mini-chart.browser-test.tsx-snapshots/-visual-Score-Lines-Segments-Verify-with-valu-2a10f-e-order-16-baseBgColor-chart-palette-order-14-1-chromium-linux.png index 011a0544ae..d70a551f2d 100644 Binary files a/semcore/mini-chart/__tests__/mini-chart.browser-test.tsx-snapshots/-visual-Score-Lines-Segments-Verify-with-valu-2a10f-e-order-16-baseBgColor-chart-palette-order-14-1-chromium-linux.png and b/semcore/mini-chart/__tests__/mini-chart.browser-test.tsx-snapshots/-visual-Score-Lines-Segments-Verify-with-valu-2a10f-e-order-16-baseBgColor-chart-palette-order-14-1-chromium-linux.png differ diff --git a/semcore/mini-chart/__tests__/mini-chart.browser-test.tsx-snapshots/-visual-Score-Lines-Segments-Verify-with-valu-2a10f-e-order-16-baseBgColor-chart-palette-order-14-1-firefox-linux.png b/semcore/mini-chart/__tests__/mini-chart.browser-test.tsx-snapshots/-visual-Score-Lines-Segments-Verify-with-valu-2a10f-e-order-16-baseBgColor-chart-palette-order-14-1-firefox-linux.png index 74dc671240..9340d8d1c3 100644 Binary files a/semcore/mini-chart/__tests__/mini-chart.browser-test.tsx-snapshots/-visual-Score-Lines-Segments-Verify-with-valu-2a10f-e-order-16-baseBgColor-chart-palette-order-14-1-firefox-linux.png and b/semcore/mini-chart/__tests__/mini-chart.browser-test.tsx-snapshots/-visual-Score-Lines-Segments-Verify-with-valu-2a10f-e-order-16-baseBgColor-chart-palette-order-14-1-firefox-linux.png differ diff --git a/semcore/mini-chart/__tests__/mini-chart.browser-test.tsx-snapshots/-visual-Score-Lines-Segments-Verify-with-valu-2a10f-e-order-16-baseBgColor-chart-palette-order-14-1-webkit-linux.png b/semcore/mini-chart/__tests__/mini-chart.browser-test.tsx-snapshots/-visual-Score-Lines-Segments-Verify-with-valu-2a10f-e-order-16-baseBgColor-chart-palette-order-14-1-webkit-linux.png index 6789ac18d5..385fbb8505 100644 Binary files a/semcore/mini-chart/__tests__/mini-chart.browser-test.tsx-snapshots/-visual-Score-Lines-Segments-Verify-with-valu-2a10f-e-order-16-baseBgColor-chart-palette-order-14-1-webkit-linux.png and b/semcore/mini-chart/__tests__/mini-chart.browser-test.tsx-snapshots/-visual-Score-Lines-Segments-Verify-with-valu-2a10f-e-order-16-baseBgColor-chart-palette-order-14-1-webkit-linux.png differ diff --git a/semcore/mini-chart/__tests__/mini-chart.browser-test.tsx-snapshots/-visual-Score-Lines-Verify-with-3-segments-wi-3a443-te-order-2-baseBgColor-chart-palette-order-16-1-chromium-linux.png b/semcore/mini-chart/__tests__/mini-chart.browser-test.tsx-snapshots/-visual-Score-Lines-Verify-with-3-segments-wi-3a443-te-order-2-baseBgColor-chart-palette-order-16-1-chromium-linux.png index ce7dcf8a90..f06a2e7cee 100644 Binary files a/semcore/mini-chart/__tests__/mini-chart.browser-test.tsx-snapshots/-visual-Score-Lines-Verify-with-3-segments-wi-3a443-te-order-2-baseBgColor-chart-palette-order-16-1-chromium-linux.png and b/semcore/mini-chart/__tests__/mini-chart.browser-test.tsx-snapshots/-visual-Score-Lines-Verify-with-3-segments-wi-3a443-te-order-2-baseBgColor-chart-palette-order-16-1-chromium-linux.png differ diff --git a/semcore/mini-chart/__tests__/mini-chart.browser-test.tsx-snapshots/-visual-Score-Lines-Verify-with-3-segments-wi-3a443-te-order-2-baseBgColor-chart-palette-order-16-1-firefox-linux.png b/semcore/mini-chart/__tests__/mini-chart.browser-test.tsx-snapshots/-visual-Score-Lines-Verify-with-3-segments-wi-3a443-te-order-2-baseBgColor-chart-palette-order-16-1-firefox-linux.png index e98f8f76aa..7ce0b5321a 100644 Binary files a/semcore/mini-chart/__tests__/mini-chart.browser-test.tsx-snapshots/-visual-Score-Lines-Verify-with-3-segments-wi-3a443-te-order-2-baseBgColor-chart-palette-order-16-1-firefox-linux.png and b/semcore/mini-chart/__tests__/mini-chart.browser-test.tsx-snapshots/-visual-Score-Lines-Verify-with-3-segments-wi-3a443-te-order-2-baseBgColor-chart-palette-order-16-1-firefox-linux.png differ diff --git a/semcore/mini-chart/__tests__/mini-chart.browser-test.tsx-snapshots/-visual-Score-Lines-Verify-with-3-segments-wi-3a443-te-order-2-baseBgColor-chart-palette-order-16-1-webkit-linux.png b/semcore/mini-chart/__tests__/mini-chart.browser-test.tsx-snapshots/-visual-Score-Lines-Verify-with-3-segments-wi-3a443-te-order-2-baseBgColor-chart-palette-order-16-1-webkit-linux.png index 6c7300ae01..389e45076a 100644 Binary files a/semcore/mini-chart/__tests__/mini-chart.browser-test.tsx-snapshots/-visual-Score-Lines-Verify-with-3-segments-wi-3a443-te-order-2-baseBgColor-chart-palette-order-16-1-webkit-linux.png and b/semcore/mini-chart/__tests__/mini-chart.browser-test.tsx-snapshots/-visual-Score-Lines-Verify-with-3-segments-wi-3a443-te-order-2-baseBgColor-chart-palette-order-16-1-webkit-linux.png differ diff --git a/semcore/mini-chart/__tests__/mini-chart.browser-test.tsx-snapshots/-visual-Score-Lines-Verify-without-segments-w-6c513-te-order-2-baseBgColor-chart-palette-order-16-1-chromium-linux.png b/semcore/mini-chart/__tests__/mini-chart.browser-test.tsx-snapshots/-visual-Score-Lines-Verify-without-segments-w-6c513-te-order-2-baseBgColor-chart-palette-order-16-1-chromium-linux.png index 522281f701..f35fd22569 100644 Binary files a/semcore/mini-chart/__tests__/mini-chart.browser-test.tsx-snapshots/-visual-Score-Lines-Verify-without-segments-w-6c513-te-order-2-baseBgColor-chart-palette-order-16-1-chromium-linux.png and b/semcore/mini-chart/__tests__/mini-chart.browser-test.tsx-snapshots/-visual-Score-Lines-Verify-without-segments-w-6c513-te-order-2-baseBgColor-chart-palette-order-16-1-chromium-linux.png differ diff --git a/semcore/mini-chart/__tests__/mini-chart.browser-test.tsx-snapshots/-visual-Score-Lines-Verify-without-segments-w-6c513-te-order-2-baseBgColor-chart-palette-order-16-1-firefox-linux.png b/semcore/mini-chart/__tests__/mini-chart.browser-test.tsx-snapshots/-visual-Score-Lines-Verify-without-segments-w-6c513-te-order-2-baseBgColor-chart-palette-order-16-1-firefox-linux.png index 03a1f098d1..887cfcf469 100644 Binary files a/semcore/mini-chart/__tests__/mini-chart.browser-test.tsx-snapshots/-visual-Score-Lines-Verify-without-segments-w-6c513-te-order-2-baseBgColor-chart-palette-order-16-1-firefox-linux.png and b/semcore/mini-chart/__tests__/mini-chart.browser-test.tsx-snapshots/-visual-Score-Lines-Verify-without-segments-w-6c513-te-order-2-baseBgColor-chart-palette-order-16-1-firefox-linux.png differ diff --git a/semcore/mini-chart/__tests__/mini-chart.browser-test.tsx-snapshots/-visual-Score-Lines-Verify-without-segments-w-6c513-te-order-2-baseBgColor-chart-palette-order-16-1-webkit-linux.png b/semcore/mini-chart/__tests__/mini-chart.browser-test.tsx-snapshots/-visual-Score-Lines-Verify-without-segments-w-6c513-te-order-2-baseBgColor-chart-palette-order-16-1-webkit-linux.png index e375bd3077..1ef4efd545 100644 Binary files a/semcore/mini-chart/__tests__/mini-chart.browser-test.tsx-snapshots/-visual-Score-Lines-Verify-without-segments-w-6c513-te-order-2-baseBgColor-chart-palette-order-16-1-webkit-linux.png and b/semcore/mini-chart/__tests__/mini-chart.browser-test.tsx-snapshots/-visual-Score-Lines-Verify-without-segments-w-6c513-te-order-2-baseBgColor-chart-palette-order-16-1-webkit-linux.png differ diff --git a/semcore/mini-chart/__tests__/mini-chart.browser-test.tsx-snapshots/-visual-Trend-Lines-Verify-loading-with-lastP-73495-ned-lastPointColor-undefined-color-undefined-1-chromium-linux.png b/semcore/mini-chart/__tests__/mini-chart.browser-test.tsx-snapshots/-visual-Trend-Lines-Verify-loading-with-lastP-73495-ned-lastPointColor-undefined-color-undefined-1-chromium-linux.png index ca1d81dc72..93f6f7a650 100644 Binary files a/semcore/mini-chart/__tests__/mini-chart.browser-test.tsx-snapshots/-visual-Trend-Lines-Verify-loading-with-lastP-73495-ned-lastPointColor-undefined-color-undefined-1-chromium-linux.png and b/semcore/mini-chart/__tests__/mini-chart.browser-test.tsx-snapshots/-visual-Trend-Lines-Verify-loading-with-lastP-73495-ned-lastPointColor-undefined-color-undefined-1-chromium-linux.png differ diff --git a/semcore/mini-chart/__tests__/mini-chart.browser-test.tsx-snapshots/-visual-Trend-Lines-Verify-loading-with-lastP-73495-ned-lastPointColor-undefined-color-undefined-1-firefox-linux.png b/semcore/mini-chart/__tests__/mini-chart.browser-test.tsx-snapshots/-visual-Trend-Lines-Verify-loading-with-lastP-73495-ned-lastPointColor-undefined-color-undefined-1-firefox-linux.png index b8feef82f1..b400e90b9a 100644 Binary files a/semcore/mini-chart/__tests__/mini-chart.browser-test.tsx-snapshots/-visual-Trend-Lines-Verify-loading-with-lastP-73495-ned-lastPointColor-undefined-color-undefined-1-firefox-linux.png and b/semcore/mini-chart/__tests__/mini-chart.browser-test.tsx-snapshots/-visual-Trend-Lines-Verify-loading-with-lastP-73495-ned-lastPointColor-undefined-color-undefined-1-firefox-linux.png differ diff --git a/semcore/mini-chart/__tests__/mini-chart.browser-test.tsx-snapshots/-visual-Trend-Lines-Verify-loading-with-lastP-73495-ned-lastPointColor-undefined-color-undefined-1-webkit-linux.png b/semcore/mini-chart/__tests__/mini-chart.browser-test.tsx-snapshots/-visual-Trend-Lines-Verify-loading-with-lastP-73495-ned-lastPointColor-undefined-color-undefined-1-webkit-linux.png index 49accc5094..69d71f4bea 100644 Binary files a/semcore/mini-chart/__tests__/mini-chart.browser-test.tsx-snapshots/-visual-Trend-Lines-Verify-loading-with-lastP-73495-ned-lastPointColor-undefined-color-undefined-1-webkit-linux.png and b/semcore/mini-chart/__tests__/mini-chart.browser-test.tsx-snapshots/-visual-Trend-Lines-Verify-loading-with-lastP-73495-ned-lastPointColor-undefined-color-undefined-1-webkit-linux.png differ diff --git a/semcore/mini-chart/__tests__/mini-chart.browser-test.tsx-snapshots/-visual-Trend-Lines-Verify-loading-with-lastP-95fd9--palette-order-6-color-chart-palette-order-9-1-chromium-linux.png b/semcore/mini-chart/__tests__/mini-chart.browser-test.tsx-snapshots/-visual-Trend-Lines-Verify-loading-with-lastP-95fd9--palette-order-6-color-chart-palette-order-9-1-chromium-linux.png index 3280c60043..a1055768c5 100644 Binary files a/semcore/mini-chart/__tests__/mini-chart.browser-test.tsx-snapshots/-visual-Trend-Lines-Verify-loading-with-lastP-95fd9--palette-order-6-color-chart-palette-order-9-1-chromium-linux.png and b/semcore/mini-chart/__tests__/mini-chart.browser-test.tsx-snapshots/-visual-Trend-Lines-Verify-loading-with-lastP-95fd9--palette-order-6-color-chart-palette-order-9-1-chromium-linux.png differ diff --git a/semcore/mini-chart/__tests__/mini-chart.browser-test.tsx-snapshots/-visual-Trend-Lines-Verify-loading-with-lastP-95fd9--palette-order-6-color-chart-palette-order-9-1-firefox-linux.png b/semcore/mini-chart/__tests__/mini-chart.browser-test.tsx-snapshots/-visual-Trend-Lines-Verify-loading-with-lastP-95fd9--palette-order-6-color-chart-palette-order-9-1-firefox-linux.png index 6a393be772..37740182ae 100644 Binary files a/semcore/mini-chart/__tests__/mini-chart.browser-test.tsx-snapshots/-visual-Trend-Lines-Verify-loading-with-lastP-95fd9--palette-order-6-color-chart-palette-order-9-1-firefox-linux.png and b/semcore/mini-chart/__tests__/mini-chart.browser-test.tsx-snapshots/-visual-Trend-Lines-Verify-loading-with-lastP-95fd9--palette-order-6-color-chart-palette-order-9-1-firefox-linux.png differ diff --git a/semcore/mini-chart/__tests__/mini-chart.browser-test.tsx-snapshots/-visual-Trend-Lines-Verify-loading-with-lastP-95fd9--palette-order-6-color-chart-palette-order-9-1-webkit-linux.png b/semcore/mini-chart/__tests__/mini-chart.browser-test.tsx-snapshots/-visual-Trend-Lines-Verify-loading-with-lastP-95fd9--palette-order-6-color-chart-palette-order-9-1-webkit-linux.png index 2725498888..a79bee239d 100644 Binary files a/semcore/mini-chart/__tests__/mini-chart.browser-test.tsx-snapshots/-visual-Trend-Lines-Verify-loading-with-lastP-95fd9--palette-order-6-color-chart-palette-order-9-1-webkit-linux.png and b/semcore/mini-chart/__tests__/mini-chart.browser-test.tsx-snapshots/-visual-Trend-Lines-Verify-loading-with-lastP-95fd9--palette-order-6-color-chart-palette-order-9-1-webkit-linux.png differ diff --git a/semcore/mini-chart/src/component/score/line.shadow.css b/semcore/mini-chart/src/component/score/line.shadow.css index fe53257aa9..6447478756 100644 --- a/semcore/mini-chart/src/component/score/line.shadow.css +++ b/semcore/mini-chart/src/component/score/line.shadow.css @@ -41,7 +41,7 @@ SLineSegmentItem:last-child { SLineSegmentItem { height: 8px; background: transparent; - border-right-color: var(--intergalactic-chart-grid-border, #fff); + border-right-color: var(--intergalactic-chart-grid-border, #ffffff); border-right-style: solid; border-right-width: 1px; box-sizing: content-box; diff --git a/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-Modal-with-iframe-inside-keyboard-interactions-1-chromium-linux.png b/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-Modal-with-iframe-inside-keyboard-interactions-1-chromium-linux.png index 25ebc178a7..4185c330c3 100644 Binary files a/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-Modal-with-iframe-inside-keyboard-interactions-1-chromium-linux.png and b/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-Modal-with-iframe-inside-keyboard-interactions-1-chromium-linux.png differ diff --git a/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-Modal-with-iframe-inside-keyboard-interactions-1-firefox-linux.png b/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-Modal-with-iframe-inside-keyboard-interactions-1-firefox-linux.png index 90af53afda..38a81bb63e 100644 Binary files a/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-Modal-with-iframe-inside-keyboard-interactions-1-firefox-linux.png and b/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-Modal-with-iframe-inside-keyboard-interactions-1-firefox-linux.png differ diff --git a/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-Modal-with-iframe-inside-keyboard-interactions-1-webkit-linux.png b/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-Modal-with-iframe-inside-keyboard-interactions-1-webkit-linux.png index fe83235e37..69f8b8498a 100644 Binary files a/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-Modal-with-iframe-inside-keyboard-interactions-1-webkit-linux.png and b/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-Modal-with-iframe-inside-keyboard-interactions-1-webkit-linux.png differ diff --git a/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-Overlay-paddings-on-different-page-sizes-1-chromium-linux.png b/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-Overlay-paddings-on-different-page-sizes-1-chromium-linux.png index 9db98e98cc..19cd0414ac 100644 Binary files a/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-Overlay-paddings-on-different-page-sizes-1-chromium-linux.png and b/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-Overlay-paddings-on-different-page-sizes-1-chromium-linux.png differ diff --git a/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-Overlay-paddings-on-different-page-sizes-1-firefox-linux.png b/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-Overlay-paddings-on-different-page-sizes-1-firefox-linux.png index 30722bdc20..69b15f958f 100644 Binary files a/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-Overlay-paddings-on-different-page-sizes-1-firefox-linux.png and b/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-Overlay-paddings-on-different-page-sizes-1-firefox-linux.png differ diff --git a/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-Overlay-paddings-on-different-page-sizes-1-webkit-linux.png b/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-Overlay-paddings-on-different-page-sizes-1-webkit-linux.png index dc267a2add..e67102e3ee 100644 Binary files a/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-Overlay-paddings-on-different-page-sizes-1-webkit-linux.png and b/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-Overlay-paddings-on-different-page-sizes-1-webkit-linux.png differ diff --git a/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-close-button-hover-state-1-chromium-linux.png b/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-close-button-hover-state-1-chromium-linux.png index 46730a559c..d204f8dc83 100644 Binary files a/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-close-button-hover-state-1-chromium-linux.png and b/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-close-button-hover-state-1-chromium-linux.png differ diff --git a/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-close-button-hover-state-1-firefox-linux.png b/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-close-button-hover-state-1-firefox-linux.png index af0edf1b6e..313fede909 100644 Binary files a/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-close-button-hover-state-1-firefox-linux.png and b/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-close-button-hover-state-1-firefox-linux.png differ diff --git a/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-close-button-hover-state-1-webkit-linux.png b/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-close-button-hover-state-1-webkit-linux.png index 1ab78e0a4a..6df507dee0 100644 Binary files a/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-close-button-hover-state-1-webkit-linux.png and b/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-close-button-hover-state-1-webkit-linux.png differ diff --git a/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-inside-modal-styles-1-chromium-linux.png b/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-inside-modal-styles-1-chromium-linux.png index 693c934524..7730b84362 100644 Binary files a/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-inside-modal-styles-1-chromium-linux.png and b/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-inside-modal-styles-1-chromium-linux.png differ diff --git a/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-inside-modal-styles-1-firefox-linux.png b/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-inside-modal-styles-1-firefox-linux.png index 878530d404..350619bb93 100644 Binary files a/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-inside-modal-styles-1-firefox-linux.png and b/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-inside-modal-styles-1-firefox-linux.png differ diff --git a/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-inside-modal-styles-1-webkit-linux.png b/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-inside-modal-styles-1-webkit-linux.png index 27ebd0b4d0..84cc06f0f0 100644 Binary files a/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-inside-modal-styles-1-webkit-linux.png and b/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-inside-modal-styles-1-webkit-linux.png differ diff --git a/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-inside-modal-styles-2-chromium-linux.png b/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-inside-modal-styles-2-chromium-linux.png index 8faf312841..e22f6ace64 100644 Binary files a/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-inside-modal-styles-2-chromium-linux.png and b/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-inside-modal-styles-2-chromium-linux.png differ diff --git a/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-inside-modal-styles-2-firefox-linux.png b/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-inside-modal-styles-2-firefox-linux.png index 639cc11369..fc0792c1b0 100644 Binary files a/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-inside-modal-styles-2-firefox-linux.png and b/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-inside-modal-styles-2-firefox-linux.png differ diff --git a/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-inside-modal-styles-2-webkit-linux.png b/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-inside-modal-styles-2-webkit-linux.png index e2c9b84c0a..ab2890dcf6 100644 Binary files a/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-inside-modal-styles-2-webkit-linux.png and b/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-inside-modal-styles-2-webkit-linux.png differ diff --git a/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-nested-1-chromium-linux.png b/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-nested-1-chromium-linux.png index 8395d62d8f..175e160da8 100644 Binary files a/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-nested-1-chromium-linux.png and b/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-nested-1-chromium-linux.png differ diff --git a/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-nested-1-firefox-linux.png b/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-nested-1-firefox-linux.png index 319ccc9139..94503cd357 100644 Binary files a/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-nested-1-firefox-linux.png and b/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-nested-1-firefox-linux.png differ diff --git a/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-nested-1-webkit-linux.png b/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-nested-1-webkit-linux.png index 70504a4cbf..0a344afd48 100644 Binary files a/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-nested-1-webkit-linux.png and b/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-nested-1-webkit-linux.png differ diff --git a/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-styles-with-access-to-internal-html-nodes-1-chromium-linux.png b/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-styles-with-access-to-internal-html-nodes-1-chromium-linux.png index 15d1c6c7b3..b11f6d457b 100644 Binary files a/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-styles-with-access-to-internal-html-nodes-1-chromium-linux.png and b/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-styles-with-access-to-internal-html-nodes-1-chromium-linux.png differ diff --git a/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-styles-with-access-to-internal-html-nodes-1-firefox-linux.png b/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-styles-with-access-to-internal-html-nodes-1-firefox-linux.png index 64b1e150ba..a4c09d8647 100644 Binary files a/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-styles-with-access-to-internal-html-nodes-1-firefox-linux.png and b/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-styles-with-access-to-internal-html-nodes-1-firefox-linux.png differ diff --git a/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-styles-with-access-to-internal-html-nodes-1-webkit-linux.png b/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-styles-with-access-to-internal-html-nodes-1-webkit-linux.png index b7f932e925..6dd8aaf397 100644 Binary files a/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-styles-with-access-to-internal-html-nodes-1-webkit-linux.png and b/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-styles-with-access-to-internal-html-nodes-1-webkit-linux.png differ diff --git a/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-when-height-is-bigger-than-browser-page-1-chromium-linux.png b/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-when-height-is-bigger-than-browser-page-1-chromium-linux.png index 2f8de78013..c7f8bed319 100644 Binary files a/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-when-height-is-bigger-than-browser-page-1-chromium-linux.png and b/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-when-height-is-bigger-than-browser-page-1-chromium-linux.png differ diff --git a/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-when-height-is-bigger-than-browser-page-1-firefox-linux.png b/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-when-height-is-bigger-than-browser-page-1-firefox-linux.png index f6bfcb3fd0..cbe692f980 100644 Binary files a/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-when-height-is-bigger-than-browser-page-1-firefox-linux.png and b/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-when-height-is-bigger-than-browser-page-1-firefox-linux.png differ diff --git a/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-when-height-is-bigger-than-browser-page-1-webkit-linux.png b/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-when-height-is-bigger-than-browser-page-1-webkit-linux.png index 409b3c0376..b53c9b704e 100644 Binary files a/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-when-height-is-bigger-than-browser-page-1-webkit-linux.png and b/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-when-height-is-bigger-than-browser-page-1-webkit-linux.png differ diff --git a/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-with-ghost-false-w-800-closable-false-1-chromium-linux.png b/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-with-ghost-false-w-800-closable-false-1-chromium-linux.png index 6f50c3dd3d..59b1a25b62 100644 Binary files a/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-with-ghost-false-w-800-closable-false-1-chromium-linux.png and b/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-with-ghost-false-w-800-closable-false-1-chromium-linux.png differ diff --git a/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-with-ghost-false-w-800-closable-false-1-firefox-linux.png b/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-with-ghost-false-w-800-closable-false-1-firefox-linux.png index 5f045221cf..fe548d1390 100644 Binary files a/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-with-ghost-false-w-800-closable-false-1-firefox-linux.png and b/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-with-ghost-false-w-800-closable-false-1-firefox-linux.png differ diff --git a/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-with-ghost-false-w-800-closable-false-1-webkit-linux.png b/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-with-ghost-false-w-800-closable-false-1-webkit-linux.png index 6cbe1c0c74..3bca8c7e72 100644 Binary files a/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-with-ghost-false-w-800-closable-false-1-webkit-linux.png and b/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-with-ghost-false-w-800-closable-false-1-webkit-linux.png differ diff --git a/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-with-ghost-false-w-undefined-closable-true-1-chromium-linux.png b/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-with-ghost-false-w-undefined-closable-true-1-chromium-linux.png index 3c301f775c..72db6adaa4 100644 Binary files a/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-with-ghost-false-w-undefined-closable-true-1-chromium-linux.png and b/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-with-ghost-false-w-undefined-closable-true-1-chromium-linux.png differ diff --git a/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-with-ghost-false-w-undefined-closable-true-1-firefox-linux.png b/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-with-ghost-false-w-undefined-closable-true-1-firefox-linux.png index 97f88c457e..0fad10df3e 100644 Binary files a/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-with-ghost-false-w-undefined-closable-true-1-firefox-linux.png and b/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-with-ghost-false-w-undefined-closable-true-1-firefox-linux.png differ diff --git a/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-with-ghost-false-w-undefined-closable-true-1-webkit-linux.png b/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-with-ghost-false-w-undefined-closable-true-1-webkit-linux.png index a4fffb7e88..cc8cdc97eb 100644 Binary files a/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-with-ghost-false-w-undefined-closable-true-1-webkit-linux.png and b/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-with-ghost-false-w-undefined-closable-true-1-webkit-linux.png differ diff --git a/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-with-ghost-true-w-600-closable-false-1-chromium-linux.png b/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-with-ghost-true-w-600-closable-false-1-chromium-linux.png index f7ea1ea612..017d5610a3 100644 Binary files a/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-with-ghost-true-w-600-closable-false-1-chromium-linux.png and b/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-with-ghost-true-w-600-closable-false-1-chromium-linux.png differ diff --git a/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-with-ghost-true-w-600-closable-false-1-firefox-linux.png b/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-with-ghost-true-w-600-closable-false-1-firefox-linux.png index 819a124c91..c0fdb26916 100644 Binary files a/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-with-ghost-true-w-600-closable-false-1-firefox-linux.png and b/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-with-ghost-true-w-600-closable-false-1-firefox-linux.png differ diff --git a/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-with-ghost-true-w-600-closable-false-1-webkit-linux.png b/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-with-ghost-true-w-600-closable-false-1-webkit-linux.png index 36e9a325f9..ca538e76a9 100644 Binary files a/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-with-ghost-true-w-600-closable-false-1-webkit-linux.png and b/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-with-ghost-true-w-600-closable-false-1-webkit-linux.png differ diff --git a/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-with-ghost-true-w-undefined-closable-true-1-chromium-linux.png b/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-with-ghost-true-w-undefined-closable-true-1-chromium-linux.png index 4c1e92485a..fb6b0f470e 100644 Binary files a/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-with-ghost-true-w-undefined-closable-true-1-chromium-linux.png and b/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-with-ghost-true-w-undefined-closable-true-1-chromium-linux.png differ diff --git a/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-with-ghost-true-w-undefined-closable-true-1-firefox-linux.png b/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-with-ghost-true-w-undefined-closable-true-1-firefox-linux.png index 6e6040140e..617b7b85fb 100644 Binary files a/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-with-ghost-true-w-undefined-closable-true-1-firefox-linux.png and b/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-with-ghost-true-w-undefined-closable-true-1-firefox-linux.png differ diff --git a/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-with-ghost-true-w-undefined-closable-true-1-webkit-linux.png b/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-with-ghost-true-w-undefined-closable-true-1-webkit-linux.png index 6eea686cc0..de7fb3903d 100644 Binary files a/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-with-ghost-true-w-undefined-closable-true-1-webkit-linux.png and b/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-modal-with-ghost-true-w-undefined-closable-true-1-webkit-linux.png differ diff --git a/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-select-height-inside-modal-1-chromium-linux.png b/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-select-height-inside-modal-1-chromium-linux.png index 03cc88b9ab..b6060e1e8d 100644 Binary files a/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-select-height-inside-modal-1-chromium-linux.png and b/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-select-height-inside-modal-1-chromium-linux.png differ diff --git a/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-select-height-inside-modal-1-firefox-linux.png b/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-select-height-inside-modal-1-firefox-linux.png index 5f2623c7e6..eb8dd6673e 100644 Binary files a/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-select-height-inside-modal-1-firefox-linux.png and b/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-select-height-inside-modal-1-firefox-linux.png differ diff --git a/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-select-height-inside-modal-1-webkit-linux.png b/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-select-height-inside-modal-1-webkit-linux.png index edc1d55b9c..952de32c10 100644 Binary files a/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-select-height-inside-modal-1-webkit-linux.png and b/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-select-height-inside-modal-1-webkit-linux.png differ diff --git a/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-select-height-inside-modal-2-chromium-linux.png b/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-select-height-inside-modal-2-chromium-linux.png index a32560d3a4..801ec2f17c 100644 Binary files a/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-select-height-inside-modal-2-chromium-linux.png and b/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-select-height-inside-modal-2-chromium-linux.png differ diff --git a/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-select-height-inside-modal-2-firefox-linux.png b/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-select-height-inside-modal-2-firefox-linux.png index 05443a3f46..7b1df9cf71 100644 Binary files a/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-select-height-inside-modal-2-firefox-linux.png and b/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-select-height-inside-modal-2-firefox-linux.png differ diff --git a/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-select-height-inside-modal-2-webkit-linux.png b/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-select-height-inside-modal-2-webkit-linux.png index aea36b78ee..62717896e6 100644 Binary files a/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-select-height-inside-modal-2-webkit-linux.png and b/semcore/modal/__tests__/modal.browser-test.tsx-snapshots/-visual-Verify-select-height-inside-modal-2-webkit-linux.png differ diff --git a/semcore/modal/__tests__/ux-patterns-with-modal/confirmation-modal.browser-test.tsx-snapshots/-visual-Verify-Confirmation-modal-dialog-visual-states-1-chromium-linux.png b/semcore/modal/__tests__/ux-patterns-with-modal/confirmation-modal.browser-test.tsx-snapshots/-visual-Verify-Confirmation-modal-dialog-visual-states-1-chromium-linux.png index cb510dbc17..93f8787bc1 100644 Binary files a/semcore/modal/__tests__/ux-patterns-with-modal/confirmation-modal.browser-test.tsx-snapshots/-visual-Verify-Confirmation-modal-dialog-visual-states-1-chromium-linux.png and b/semcore/modal/__tests__/ux-patterns-with-modal/confirmation-modal.browser-test.tsx-snapshots/-visual-Verify-Confirmation-modal-dialog-visual-states-1-chromium-linux.png differ diff --git a/semcore/modal/__tests__/ux-patterns-with-modal/confirmation-modal.browser-test.tsx-snapshots/-visual-Verify-Confirmation-modal-dialog-visual-states-1-firefox-linux.png b/semcore/modal/__tests__/ux-patterns-with-modal/confirmation-modal.browser-test.tsx-snapshots/-visual-Verify-Confirmation-modal-dialog-visual-states-1-firefox-linux.png index 8a60f327e9..a05767ed96 100644 Binary files a/semcore/modal/__tests__/ux-patterns-with-modal/confirmation-modal.browser-test.tsx-snapshots/-visual-Verify-Confirmation-modal-dialog-visual-states-1-firefox-linux.png and b/semcore/modal/__tests__/ux-patterns-with-modal/confirmation-modal.browser-test.tsx-snapshots/-visual-Verify-Confirmation-modal-dialog-visual-states-1-firefox-linux.png differ diff --git a/semcore/modal/__tests__/ux-patterns-with-modal/confirmation-modal.browser-test.tsx-snapshots/-visual-Verify-Confirmation-modal-dialog-visual-states-1-webkit-linux.png b/semcore/modal/__tests__/ux-patterns-with-modal/confirmation-modal.browser-test.tsx-snapshots/-visual-Verify-Confirmation-modal-dialog-visual-states-1-webkit-linux.png index d2915e632b..35421e3c12 100644 Binary files a/semcore/modal/__tests__/ux-patterns-with-modal/confirmation-modal.browser-test.tsx-snapshots/-visual-Verify-Confirmation-modal-dialog-visual-states-1-webkit-linux.png and b/semcore/modal/__tests__/ux-patterns-with-modal/confirmation-modal.browser-test.tsx-snapshots/-visual-Verify-Confirmation-modal-dialog-visual-states-1-webkit-linux.png differ diff --git a/semcore/modal/__tests__/ux-patterns-with-modal/confirmation-modal.browser-test.tsx-snapshots/-visual-Verify-Confirmation-modal-dialog-visual-states-2-chromium-linux.png b/semcore/modal/__tests__/ux-patterns-with-modal/confirmation-modal.browser-test.tsx-snapshots/-visual-Verify-Confirmation-modal-dialog-visual-states-2-chromium-linux.png index 8755c31336..fe04f7f8dd 100644 Binary files a/semcore/modal/__tests__/ux-patterns-with-modal/confirmation-modal.browser-test.tsx-snapshots/-visual-Verify-Confirmation-modal-dialog-visual-states-2-chromium-linux.png and b/semcore/modal/__tests__/ux-patterns-with-modal/confirmation-modal.browser-test.tsx-snapshots/-visual-Verify-Confirmation-modal-dialog-visual-states-2-chromium-linux.png differ diff --git a/semcore/modal/__tests__/ux-patterns-with-modal/confirmation-modal.browser-test.tsx-snapshots/-visual-Verify-Confirmation-modal-dialog-visual-states-2-firefox-linux.png b/semcore/modal/__tests__/ux-patterns-with-modal/confirmation-modal.browser-test.tsx-snapshots/-visual-Verify-Confirmation-modal-dialog-visual-states-2-firefox-linux.png index 397070ce31..44933568e3 100644 Binary files a/semcore/modal/__tests__/ux-patterns-with-modal/confirmation-modal.browser-test.tsx-snapshots/-visual-Verify-Confirmation-modal-dialog-visual-states-2-firefox-linux.png and b/semcore/modal/__tests__/ux-patterns-with-modal/confirmation-modal.browser-test.tsx-snapshots/-visual-Verify-Confirmation-modal-dialog-visual-states-2-firefox-linux.png differ diff --git a/semcore/modal/__tests__/ux-patterns-with-modal/confirmation-modal.browser-test.tsx-snapshots/-visual-Verify-Confirmation-modal-dialog-visual-states-2-webkit-linux.png b/semcore/modal/__tests__/ux-patterns-with-modal/confirmation-modal.browser-test.tsx-snapshots/-visual-Verify-Confirmation-modal-dialog-visual-states-2-webkit-linux.png index 078b1c9fc0..680f7c52ff 100644 Binary files a/semcore/modal/__tests__/ux-patterns-with-modal/confirmation-modal.browser-test.tsx-snapshots/-visual-Verify-Confirmation-modal-dialog-visual-states-2-webkit-linux.png and b/semcore/modal/__tests__/ux-patterns-with-modal/confirmation-modal.browser-test.tsx-snapshots/-visual-Verify-Confirmation-modal-dialog-visual-states-2-webkit-linux.png differ diff --git a/semcore/modal/src/Modal.tsx b/semcore/modal/src/Modal.tsx index b13a4e44b7..3242f70110 100644 --- a/semcore/modal/src/Modal.tsx +++ b/semcore/modal/src/Modal.tsx @@ -221,7 +221,7 @@ function Close( ) : ( - + )} diff --git a/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Basic-notice-1-chromium-linux.png b/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Basic-notice-1-chromium-linux.png index 341fd09242..c4c5e45482 100644 Binary files a/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Basic-notice-1-chromium-linux.png and b/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Basic-notice-1-chromium-linux.png differ diff --git a/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Basic-notice-1-firefox-linux.png b/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Basic-notice-1-firefox-linux.png index 73f99f68e6..d5d6907a95 100644 Binary files a/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Basic-notice-1-firefox-linux.png and b/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Basic-notice-1-firefox-linux.png differ diff --git a/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Basic-notice-1-webkit-linux.png b/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Basic-notice-1-webkit-linux.png index 09045f0a0b..0c9e2df626 100644 Binary files a/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Basic-notice-1-webkit-linux.png and b/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Basic-notice-1-webkit-linux.png differ diff --git a/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Basic-notice-2-chromium-linux.png b/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Basic-notice-2-chromium-linux.png index b3b69ac3c8..100b2df73c 100644 Binary files a/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Basic-notice-2-chromium-linux.png and b/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Basic-notice-2-chromium-linux.png differ diff --git a/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Basic-notice-2-firefox-linux.png b/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Basic-notice-2-firefox-linux.png index 84967405b4..41b4811f4f 100644 Binary files a/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Basic-notice-2-firefox-linux.png and b/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Basic-notice-2-firefox-linux.png differ diff --git a/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Basic-notice-2-webkit-linux.png b/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Basic-notice-2-webkit-linux.png index 8b8bc73f0e..7c1da4e1bb 100644 Binary files a/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Basic-notice-2-webkit-linux.png and b/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Basic-notice-2-webkit-linux.png differ diff --git a/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Notice-not-in-portal-1-chromium-linux.png b/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Notice-not-in-portal-1-chromium-linux.png index 0c9c58449c..d57be291fd 100644 Binary files a/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Notice-not-in-portal-1-chromium-linux.png and b/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Notice-not-in-portal-1-chromium-linux.png differ diff --git a/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Notice-not-in-portal-1-firefox-linux.png b/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Notice-not-in-portal-1-firefox-linux.png index 04404c88c3..c0a7f9fbd5 100644 Binary files a/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Notice-not-in-portal-1-firefox-linux.png and b/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Notice-not-in-portal-1-firefox-linux.png differ diff --git a/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Notice-not-in-portal-1-webkit-linux.png b/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Notice-not-in-portal-1-webkit-linux.png index 10d5a856ab..ca2fd099ee 100644 Binary files a/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Notice-not-in-portal-1-webkit-linux.png and b/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Notice-not-in-portal-1-webkit-linux.png differ diff --git a/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Notice-with-Completion-state-1-chromium-linux.png b/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Notice-with-Completion-state-1-chromium-linux.png index a18bc9cb60..35d6b4858a 100644 Binary files a/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Notice-with-Completion-state-1-chromium-linux.png and b/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Notice-with-Completion-state-1-chromium-linux.png differ diff --git a/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Notice-with-Completion-state-1-firefox-linux.png b/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Notice-with-Completion-state-1-firefox-linux.png index 85f23ed225..bccd6b67f4 100644 Binary files a/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Notice-with-Completion-state-1-firefox-linux.png and b/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Notice-with-Completion-state-1-firefox-linux.png differ diff --git a/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Notice-with-Completion-state-1-webkit-linux.png b/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Notice-with-Completion-state-1-webkit-linux.png index 8f9ffc8579..781d2e34ec 100644 Binary files a/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Notice-with-Completion-state-1-webkit-linux.png and b/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Notice-with-Completion-state-1-webkit-linux.png differ diff --git a/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Notice-with-Failture-state-1-chromium-linux.png b/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Notice-with-Failture-state-1-chromium-linux.png index 054328ae8c..53324d0507 100644 Binary files a/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Notice-with-Failture-state-1-chromium-linux.png and b/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Notice-with-Failture-state-1-chromium-linux.png differ diff --git a/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Notice-with-Failture-state-1-firefox-linux.png b/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Notice-with-Failture-state-1-firefox-linux.png index 2a0120b889..bd8da33504 100644 Binary files a/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Notice-with-Failture-state-1-firefox-linux.png and b/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Notice-with-Failture-state-1-firefox-linux.png differ diff --git a/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Notice-with-Failture-state-1-webkit-linux.png b/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Notice-with-Failture-state-1-webkit-linux.png index 179432c99d..95f10a6a2d 100644 Binary files a/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Notice-with-Failture-state-1-webkit-linux.png and b/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Notice-with-Failture-state-1-webkit-linux.png differ diff --git a/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Notice-with-Loading-state-1-chromium-linux.png b/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Notice-with-Loading-state-1-chromium-linux.png index 7e8c176f37..87d63993f0 100644 Binary files a/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Notice-with-Loading-state-1-chromium-linux.png and b/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Notice-with-Loading-state-1-chromium-linux.png differ diff --git a/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Notice-with-Loading-state-1-firefox-linux.png b/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Notice-with-Loading-state-1-firefox-linux.png index 02e575c244..5ed23b3838 100644 Binary files a/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Notice-with-Loading-state-1-firefox-linux.png and b/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Notice-with-Loading-state-1-firefox-linux.png differ diff --git a/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Notice-with-Loading-state-1-webkit-linux.png b/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Notice-with-Loading-state-1-webkit-linux.png index e94cf7f40a..bfb273848f 100644 Binary files a/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Notice-with-Loading-state-1-webkit-linux.png and b/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Notice-with-Loading-state-1-webkit-linux.png differ diff --git a/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Notice-with-Loading-state-2-chromium-linux.png b/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Notice-with-Loading-state-2-chromium-linux.png index 1ce39466a6..3b27f436b1 100644 Binary files a/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Notice-with-Loading-state-2-chromium-linux.png and b/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Notice-with-Loading-state-2-chromium-linux.png differ diff --git a/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Notice-with-Loading-state-2-firefox-linux.png b/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Notice-with-Loading-state-2-firefox-linux.png index 72a6fe507e..7e22b7ed59 100644 Binary files a/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Notice-with-Loading-state-2-firefox-linux.png and b/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Notice-with-Loading-state-2-firefox-linux.png differ diff --git a/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Notice-with-Loading-state-2-webkit-linux.png b/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Notice-with-Loading-state-2-webkit-linux.png index 1a09eabb5e..68d30818ae 100644 Binary files a/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Notice-with-Loading-state-2-webkit-linux.png and b/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Notice-with-Loading-state-2-webkit-linux.png differ diff --git a/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Notice-with-Reload-action-1-chromium-linux.png b/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Notice-with-Reload-action-1-chromium-linux.png index ff104a8c45..47d7588da8 100644 Binary files a/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Notice-with-Reload-action-1-chromium-linux.png and b/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Notice-with-Reload-action-1-chromium-linux.png differ diff --git a/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Notice-with-Reload-action-1-firefox-linux.png b/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Notice-with-Reload-action-1-firefox-linux.png index 8255892c78..82f3db73aa 100644 Binary files a/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Notice-with-Reload-action-1-firefox-linux.png and b/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Notice-with-Reload-action-1-firefox-linux.png differ diff --git a/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Notice-with-Reload-action-1-webkit-linux.png b/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Notice-with-Reload-action-1-webkit-linux.png index 4e4a1ef3f2..5e043fecc2 100644 Binary files a/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Notice-with-Reload-action-1-webkit-linux.png and b/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Notice-with-Reload-action-1-webkit-linux.png differ diff --git a/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Notice-with-Success-state-1-chromium-linux.png b/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Notice-with-Success-state-1-chromium-linux.png index 8bcf07094f..fe8be22bac 100644 Binary files a/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Notice-with-Success-state-1-chromium-linux.png and b/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Notice-with-Success-state-1-chromium-linux.png differ diff --git a/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Notice-with-Success-state-1-firefox-linux.png b/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Notice-with-Success-state-1-firefox-linux.png index 6d3076774f..b5b3dc3e1c 100644 Binary files a/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Notice-with-Success-state-1-firefox-linux.png and b/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Notice-with-Success-state-1-firefox-linux.png differ diff --git a/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Notice-with-Success-state-1-webkit-linux.png b/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Notice-with-Success-state-1-webkit-linux.png index 027bdd81dd..0ee4fa6ac5 100644 Binary files a/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Notice-with-Success-state-1-webkit-linux.png and b/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Notice-with-Success-state-1-webkit-linux.png differ diff --git a/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Notice-with-Undo-action-1-chromium-linux.png b/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Notice-with-Undo-action-1-chromium-linux.png index f54d21b224..7612d337de 100644 Binary files a/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Notice-with-Undo-action-1-chromium-linux.png and b/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Notice-with-Undo-action-1-chromium-linux.png differ diff --git a/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Notice-with-Undo-action-1-firefox-linux.png b/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Notice-with-Undo-action-1-firefox-linux.png index d387edc182..79b4205ceb 100644 Binary files a/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Notice-with-Undo-action-1-firefox-linux.png and b/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Notice-with-Undo-action-1-firefox-linux.png differ diff --git a/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Notice-with-Undo-action-1-webkit-linux.png b/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Notice-with-Undo-action-1-webkit-linux.png index 2646caab6b..afc42fa917 100644 Binary files a/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Notice-with-Undo-action-1-webkit-linux.png and b/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Notice-with-Undo-action-1-webkit-linux.png differ diff --git a/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Warning-notice-with-interactive-element-1-chromium-linux.png b/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Warning-notice-with-interactive-element-1-chromium-linux.png index 94ac9eb299..130eb224f7 100644 Binary files a/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Warning-notice-with-interactive-element-1-chromium-linux.png and b/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Warning-notice-with-interactive-element-1-chromium-linux.png differ diff --git a/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Warning-notice-with-interactive-element-1-firefox-linux.png b/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Warning-notice-with-interactive-element-1-firefox-linux.png index 30e939a173..f665996eb0 100644 Binary files a/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Warning-notice-with-interactive-element-1-firefox-linux.png and b/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Warning-notice-with-interactive-element-1-firefox-linux.png differ diff --git a/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Warning-notice-with-interactive-element-1-webkit-linux.png b/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Warning-notice-with-interactive-element-1-webkit-linux.png index 38d2759a93..caa141cf56 100644 Binary files a/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Warning-notice-with-interactive-element-1-webkit-linux.png and b/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Warning-notice-with-interactive-element-1-webkit-linux.png differ diff --git a/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Warning-notice-without-interactive-element-1-chromium-linux.png b/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Warning-notice-without-interactive-element-1-chromium-linux.png index 8ec671da95..1e61f5bfda 100644 Binary files a/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Warning-notice-without-interactive-element-1-chromium-linux.png and b/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Warning-notice-without-interactive-element-1-chromium-linux.png differ diff --git a/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Warning-notice-without-interactive-element-1-firefox-linux.png b/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Warning-notice-without-interactive-element-1-firefox-linux.png index 1263ac8782..9297fe95ec 100644 Binary files a/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Warning-notice-without-interactive-element-1-firefox-linux.png and b/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Warning-notice-without-interactive-element-1-firefox-linux.png differ diff --git a/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Warning-notice-without-interactive-element-1-webkit-linux.png b/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Warning-notice-without-interactive-element-1-webkit-linux.png index 4a71bae2fe..91fb63d6a4 100644 Binary files a/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Warning-notice-without-interactive-element-1-webkit-linux.png and b/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-Warning-notice-without-interactive-element-1-webkit-linux.png differ diff --git a/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-notice-bubble-in-SM2-container-1-chromium-linux.png b/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-notice-bubble-in-SM2-container-1-chromium-linux.png index bde0c57845..ff18949b9e 100644 Binary files a/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-notice-bubble-in-SM2-container-1-chromium-linux.png and b/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-notice-bubble-in-SM2-container-1-chromium-linux.png differ diff --git a/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-notice-bubble-in-SM2-container-1-firefox-linux.png b/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-notice-bubble-in-SM2-container-1-firefox-linux.png index 1e7a330123..95132f4631 100644 Binary files a/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-notice-bubble-in-SM2-container-1-firefox-linux.png and b/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-notice-bubble-in-SM2-container-1-firefox-linux.png differ diff --git a/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-notice-bubble-in-SM2-container-1-webkit-linux.png b/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-notice-bubble-in-SM2-container-1-webkit-linux.png index c97d961f62..4bf3e44785 100644 Binary files a/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-notice-bubble-in-SM2-container-1-webkit-linux.png and b/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-notice-bubble-in-SM2-container-1-webkit-linux.png differ diff --git a/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-notice-bubble-in-SM2-container-2-chromium-linux.png b/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-notice-bubble-in-SM2-container-2-chromium-linux.png index b6735436e0..5fec419b02 100644 Binary files a/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-notice-bubble-in-SM2-container-2-chromium-linux.png and b/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-notice-bubble-in-SM2-container-2-chromium-linux.png differ diff --git a/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-notice-bubble-in-SM2-container-2-firefox-linux.png b/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-notice-bubble-in-SM2-container-2-firefox-linux.png index c9b1f8642d..a17de8ecb9 100644 Binary files a/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-notice-bubble-in-SM2-container-2-firefox-linux.png and b/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-notice-bubble-in-SM2-container-2-firefox-linux.png differ diff --git a/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-notice-bubble-in-SM2-container-2-webkit-linux.png b/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-notice-bubble-in-SM2-container-2-webkit-linux.png index 0a737d2383..84e5c8a489 100644 Binary files a/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-notice-bubble-in-SM2-container-2-webkit-linux.png and b/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-notice-bubble-in-SM2-container-2-webkit-linux.png differ diff --git a/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-notice-with-illustration-1-chromium-linux.png b/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-notice-with-illustration-1-chromium-linux.png index d8c83b8957..024bdcf71d 100644 Binary files a/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-notice-with-illustration-1-chromium-linux.png and b/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-notice-with-illustration-1-chromium-linux.png differ diff --git a/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-notice-with-illustration-1-firefox-linux.png b/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-notice-with-illustration-1-firefox-linux.png index defafe29e5..46acd37ebf 100644 Binary files a/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-notice-with-illustration-1-firefox-linux.png and b/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-notice-with-illustration-1-firefox-linux.png differ diff --git a/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-notice-with-illustration-1-webkit-linux.png b/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-notice-with-illustration-1-webkit-linux.png index fa7ed59f51..46549a2ca9 100644 Binary files a/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-notice-with-illustration-1-webkit-linux.png and b/semcore/notice-bubble/__tests__/notice-bubble.browser-test.tsx-snapshots/-visual-Verify-notice-with-illustration-1-webkit-linux.png differ diff --git a/semcore/notice-bubble/src/style/notice-bubble.shadow.css b/semcore/notice-bubble/src/style/notice-bubble.shadow.css index 5eb240bc4c..37f7a248b5 100644 --- a/semcore/notice-bubble/src/style/notice-bubble.shadow.css +++ b/semcore/notice-bubble/src/style/notice-bubble.shadow.css @@ -12,11 +12,11 @@ SView { gap: var(--intergalactic-spacing-2x, 8px); &[type='info'] { - background: var(--intergalactic-bg-primary-invert, oklch(0.23 0.01 140)); + background: var(--intergalactic-bg-primary-invert, oklch(0.23 0.01 140)); /* TODO: --intergalactic-notice-bubble-bg-info */ } &[type='warning'] { - background: var(--intergalactic-bg-primary-critical, oklch(0.64 0.226 24.5)); + background: var(--intergalactic-bg-primary-critical, oklch(0.64 0.226 24.5)); /* TODO: --intergalactic-notice-bubble-bg-critical */ } } @@ -71,7 +71,7 @@ SNoticeBubble[disablePortal] { } SMessage a { - color: var(--intergalactic-text-link-invert, oklch(0.75 0.125 265.3)); + color: var(--intergalactic-text-link-invert, oklch(0.999 0.001 180 / 0.949)); /* TODO: --intergalactic-text-link-primary-invert */ } SNoticeAriaLiveWrapper { diff --git a/semcore/notice/__tests__/notice.browser-test.tsx-snapshots/-visual-Verify-Feedback-notice-1-chromium-linux.png b/semcore/notice/__tests__/notice.browser-test.tsx-snapshots/-visual-Verify-Feedback-notice-1-chromium-linux.png index d3218a4c8b..c14c9bf11f 100644 Binary files a/semcore/notice/__tests__/notice.browser-test.tsx-snapshots/-visual-Verify-Feedback-notice-1-chromium-linux.png and b/semcore/notice/__tests__/notice.browser-test.tsx-snapshots/-visual-Verify-Feedback-notice-1-chromium-linux.png differ diff --git a/semcore/notice/__tests__/notice.browser-test.tsx-snapshots/-visual-Verify-Feedback-notice-1-firefox-linux.png b/semcore/notice/__tests__/notice.browser-test.tsx-snapshots/-visual-Verify-Feedback-notice-1-firefox-linux.png index 2dbf6bbedf..098316fd5b 100644 Binary files a/semcore/notice/__tests__/notice.browser-test.tsx-snapshots/-visual-Verify-Feedback-notice-1-firefox-linux.png and b/semcore/notice/__tests__/notice.browser-test.tsx-snapshots/-visual-Verify-Feedback-notice-1-firefox-linux.png differ diff --git a/semcore/notice/__tests__/notice.browser-test.tsx-snapshots/-visual-Verify-Feedback-notice-1-webkit-linux.png b/semcore/notice/__tests__/notice.browser-test.tsx-snapshots/-visual-Verify-Feedback-notice-1-webkit-linux.png index 86784c4b65..622e90154b 100644 Binary files a/semcore/notice/__tests__/notice.browser-test.tsx-snapshots/-visual-Verify-Feedback-notice-1-webkit-linux.png and b/semcore/notice/__tests__/notice.browser-test.tsx-snapshots/-visual-Verify-Feedback-notice-1-webkit-linux.png differ diff --git a/semcore/notice/__tests__/notice.browser-test.tsx-snapshots/-visual-Verify-NoticeSmart-after-mouse-and-keyboard-interactions-1-chromium-linux.png b/semcore/notice/__tests__/notice.browser-test.tsx-snapshots/-visual-Verify-NoticeSmart-after-mouse-and-keyboard-interactions-1-chromium-linux.png index 9903210410..7164574650 100644 Binary files a/semcore/notice/__tests__/notice.browser-test.tsx-snapshots/-visual-Verify-NoticeSmart-after-mouse-and-keyboard-interactions-1-chromium-linux.png and b/semcore/notice/__tests__/notice.browser-test.tsx-snapshots/-visual-Verify-NoticeSmart-after-mouse-and-keyboard-interactions-1-chromium-linux.png differ diff --git a/semcore/notice/__tests__/notice.browser-test.tsx-snapshots/-visual-Verify-NoticeSmart-after-mouse-and-keyboard-interactions-1-firefox-linux.png b/semcore/notice/__tests__/notice.browser-test.tsx-snapshots/-visual-Verify-NoticeSmart-after-mouse-and-keyboard-interactions-1-firefox-linux.png index 067d1c4c6d..bb69aa2d07 100644 Binary files a/semcore/notice/__tests__/notice.browser-test.tsx-snapshots/-visual-Verify-NoticeSmart-after-mouse-and-keyboard-interactions-1-firefox-linux.png and b/semcore/notice/__tests__/notice.browser-test.tsx-snapshots/-visual-Verify-NoticeSmart-after-mouse-and-keyboard-interactions-1-firefox-linux.png differ diff --git a/semcore/notice/__tests__/notice.browser-test.tsx-snapshots/-visual-Verify-NoticeSmart-after-mouse-and-keyboard-interactions-1-webkit-linux.png b/semcore/notice/__tests__/notice.browser-test.tsx-snapshots/-visual-Verify-NoticeSmart-after-mouse-and-keyboard-interactions-1-webkit-linux.png index e536dccb2e..325c828835 100644 Binary files a/semcore/notice/__tests__/notice.browser-test.tsx-snapshots/-visual-Verify-NoticeSmart-after-mouse-and-keyboard-interactions-1-webkit-linux.png and b/semcore/notice/__tests__/notice.browser-test.tsx-snapshots/-visual-Verify-NoticeSmart-after-mouse-and-keyboard-interactions-1-webkit-linux.png differ diff --git a/semcore/notice/__tests__/notice.browser-test.tsx-snapshots/-visual-Verify-NoticeSmart-after-mouse-and-keyboard-interactions-2-chromium-linux.png b/semcore/notice/__tests__/notice.browser-test.tsx-snapshots/-visual-Verify-NoticeSmart-after-mouse-and-keyboard-interactions-2-chromium-linux.png index e68232ca07..a3c2af1a7f 100644 Binary files a/semcore/notice/__tests__/notice.browser-test.tsx-snapshots/-visual-Verify-NoticeSmart-after-mouse-and-keyboard-interactions-2-chromium-linux.png and b/semcore/notice/__tests__/notice.browser-test.tsx-snapshots/-visual-Verify-NoticeSmart-after-mouse-and-keyboard-interactions-2-chromium-linux.png differ diff --git a/semcore/notice/__tests__/notice.browser-test.tsx-snapshots/-visual-Verify-NoticeSmart-after-mouse-and-keyboard-interactions-2-firefox-linux.png b/semcore/notice/__tests__/notice.browser-test.tsx-snapshots/-visual-Verify-NoticeSmart-after-mouse-and-keyboard-interactions-2-firefox-linux.png index bd41694b09..aef351aa6c 100644 Binary files a/semcore/notice/__tests__/notice.browser-test.tsx-snapshots/-visual-Verify-NoticeSmart-after-mouse-and-keyboard-interactions-2-firefox-linux.png and b/semcore/notice/__tests__/notice.browser-test.tsx-snapshots/-visual-Verify-NoticeSmart-after-mouse-and-keyboard-interactions-2-firefox-linux.png differ diff --git a/semcore/notice/__tests__/notice.browser-test.tsx-snapshots/-visual-Verify-NoticeSmart-after-mouse-and-keyboard-interactions-2-webkit-linux.png b/semcore/notice/__tests__/notice.browser-test.tsx-snapshots/-visual-Verify-NoticeSmart-after-mouse-and-keyboard-interactions-2-webkit-linux.png index 09a6ce3cec..784e4fd628 100644 Binary files a/semcore/notice/__tests__/notice.browser-test.tsx-snapshots/-visual-Verify-NoticeSmart-after-mouse-and-keyboard-interactions-2-webkit-linux.png and b/semcore/notice/__tests__/notice.browser-test.tsx-snapshots/-visual-Verify-NoticeSmart-after-mouse-and-keyboard-interactions-2-webkit-linux.png differ diff --git a/semcore/notice/__tests__/notice.browser-test.tsx-snapshots/-visual-Verify-different-pairs-of-sub-components-1-chromium-linux.png b/semcore/notice/__tests__/notice.browser-test.tsx-snapshots/-visual-Verify-different-pairs-of-sub-components-1-chromium-linux.png index d3610bd596..856b77f555 100644 Binary files a/semcore/notice/__tests__/notice.browser-test.tsx-snapshots/-visual-Verify-different-pairs-of-sub-components-1-chromium-linux.png and b/semcore/notice/__tests__/notice.browser-test.tsx-snapshots/-visual-Verify-different-pairs-of-sub-components-1-chromium-linux.png differ diff --git a/semcore/notice/__tests__/notice.browser-test.tsx-snapshots/-visual-Verify-different-pairs-of-sub-components-1-firefox-linux.png b/semcore/notice/__tests__/notice.browser-test.tsx-snapshots/-visual-Verify-different-pairs-of-sub-components-1-firefox-linux.png index e624e240df..a220ccc193 100644 Binary files a/semcore/notice/__tests__/notice.browser-test.tsx-snapshots/-visual-Verify-different-pairs-of-sub-components-1-firefox-linux.png and b/semcore/notice/__tests__/notice.browser-test.tsx-snapshots/-visual-Verify-different-pairs-of-sub-components-1-firefox-linux.png differ diff --git a/semcore/notice/__tests__/notice.browser-test.tsx-snapshots/-visual-Verify-different-pairs-of-sub-components-1-webkit-linux.png b/semcore/notice/__tests__/notice.browser-test.tsx-snapshots/-visual-Verify-different-pairs-of-sub-components-1-webkit-linux.png index b53e533e66..959a90f708 100644 Binary files a/semcore/notice/__tests__/notice.browser-test.tsx-snapshots/-visual-Verify-different-pairs-of-sub-components-1-webkit-linux.png and b/semcore/notice/__tests__/notice.browser-test.tsx-snapshots/-visual-Verify-different-pairs-of-sub-components-1-webkit-linux.png differ diff --git a/semcore/notice/__tests__/notice.browser-test.tsx-snapshots/-visual-Verify-notice-with-big-illustrations-1-chromium-linux.png b/semcore/notice/__tests__/notice.browser-test.tsx-snapshots/-visual-Verify-notice-with-big-illustrations-1-chromium-linux.png index fccf12eb29..cbf5d8b5a0 100644 Binary files a/semcore/notice/__tests__/notice.browser-test.tsx-snapshots/-visual-Verify-notice-with-big-illustrations-1-chromium-linux.png and b/semcore/notice/__tests__/notice.browser-test.tsx-snapshots/-visual-Verify-notice-with-big-illustrations-1-chromium-linux.png differ diff --git a/semcore/notice/__tests__/notice.browser-test.tsx-snapshots/-visual-Verify-notice-with-big-illustrations-1-firefox-linux.png b/semcore/notice/__tests__/notice.browser-test.tsx-snapshots/-visual-Verify-notice-with-big-illustrations-1-firefox-linux.png index f3940707a6..cab0b98c7d 100644 Binary files a/semcore/notice/__tests__/notice.browser-test.tsx-snapshots/-visual-Verify-notice-with-big-illustrations-1-firefox-linux.png and b/semcore/notice/__tests__/notice.browser-test.tsx-snapshots/-visual-Verify-notice-with-big-illustrations-1-firefox-linux.png differ diff --git a/semcore/notice/__tests__/notice.browser-test.tsx-snapshots/-visual-Verify-notice-with-big-illustrations-1-webkit-linux.png b/semcore/notice/__tests__/notice.browser-test.tsx-snapshots/-visual-Verify-notice-with-big-illustrations-1-webkit-linux.png index fb48ad90ee..0a544fcd16 100644 Binary files a/semcore/notice/__tests__/notice.browser-test.tsx-snapshots/-visual-Verify-notice-with-big-illustrations-1-webkit-linux.png and b/semcore/notice/__tests__/notice.browser-test.tsx-snapshots/-visual-Verify-notice-with-big-illustrations-1-webkit-linux.png differ diff --git a/semcore/notice/__tests__/notice.browser-test.tsx-snapshots/-visual-Verify-notice-with-medium-illustrations-1-chromium-linux.png b/semcore/notice/__tests__/notice.browser-test.tsx-snapshots/-visual-Verify-notice-with-medium-illustrations-1-chromium-linux.png index e7141e7c7e..a1cbe42d95 100644 Binary files a/semcore/notice/__tests__/notice.browser-test.tsx-snapshots/-visual-Verify-notice-with-medium-illustrations-1-chromium-linux.png and b/semcore/notice/__tests__/notice.browser-test.tsx-snapshots/-visual-Verify-notice-with-medium-illustrations-1-chromium-linux.png differ diff --git a/semcore/notice/__tests__/notice.browser-test.tsx-snapshots/-visual-Verify-notice-with-medium-illustrations-1-firefox-linux.png b/semcore/notice/__tests__/notice.browser-test.tsx-snapshots/-visual-Verify-notice-with-medium-illustrations-1-firefox-linux.png index ebad5e1cbd..d8601de955 100644 Binary files a/semcore/notice/__tests__/notice.browser-test.tsx-snapshots/-visual-Verify-notice-with-medium-illustrations-1-firefox-linux.png and b/semcore/notice/__tests__/notice.browser-test.tsx-snapshots/-visual-Verify-notice-with-medium-illustrations-1-firefox-linux.png differ diff --git a/semcore/notice/__tests__/notice.browser-test.tsx-snapshots/-visual-Verify-notice-with-medium-illustrations-1-webkit-linux.png b/semcore/notice/__tests__/notice.browser-test.tsx-snapshots/-visual-Verify-notice-with-medium-illustrations-1-webkit-linux.png index 834e268299..97a1fee97f 100644 Binary files a/semcore/notice/__tests__/notice.browser-test.tsx-snapshots/-visual-Verify-notice-with-medium-illustrations-1-webkit-linux.png and b/semcore/notice/__tests__/notice.browser-test.tsx-snapshots/-visual-Verify-notice-with-medium-illustrations-1-webkit-linux.png differ diff --git a/semcore/notice/__tests__/notice.browser-test.tsx-snapshots/-visual-Verify-notice-with-small-illustrations-1-chromium-linux.png b/semcore/notice/__tests__/notice.browser-test.tsx-snapshots/-visual-Verify-notice-with-small-illustrations-1-chromium-linux.png index dd938e2f5a..3745a5cfb0 100644 Binary files a/semcore/notice/__tests__/notice.browser-test.tsx-snapshots/-visual-Verify-notice-with-small-illustrations-1-chromium-linux.png and b/semcore/notice/__tests__/notice.browser-test.tsx-snapshots/-visual-Verify-notice-with-small-illustrations-1-chromium-linux.png differ diff --git a/semcore/notice/__tests__/notice.browser-test.tsx-snapshots/-visual-Verify-notice-with-small-illustrations-1-firefox-linux.png b/semcore/notice/__tests__/notice.browser-test.tsx-snapshots/-visual-Verify-notice-with-small-illustrations-1-firefox-linux.png index fa251b01b9..9b034376d7 100644 Binary files a/semcore/notice/__tests__/notice.browser-test.tsx-snapshots/-visual-Verify-notice-with-small-illustrations-1-firefox-linux.png and b/semcore/notice/__tests__/notice.browser-test.tsx-snapshots/-visual-Verify-notice-with-small-illustrations-1-firefox-linux.png differ diff --git a/semcore/notice/__tests__/notice.browser-test.tsx-snapshots/-visual-Verify-notice-with-small-illustrations-1-webkit-linux.png b/semcore/notice/__tests__/notice.browser-test.tsx-snapshots/-visual-Verify-notice-with-small-illustrations-1-webkit-linux.png index aa8fade05b..23afdde27e 100644 Binary files a/semcore/notice/__tests__/notice.browser-test.tsx-snapshots/-visual-Verify-notice-with-small-illustrations-1-webkit-linux.png and b/semcore/notice/__tests__/notice.browser-test.tsx-snapshots/-visual-Verify-notice-with-small-illustrations-1-webkit-linux.png differ diff --git a/semcore/notice/src/style/notice.shadow.css b/semcore/notice/src/style/notice.shadow.css index 38e1b35e4c..728066a282 100644 --- a/semcore/notice/src/style/notice.shadow.css +++ b/semcore/notice/src/style/notice.shadow.css @@ -86,7 +86,7 @@ SActions { } SLabel { - min-height: var(--intergalactic-form-control-m, 28px); + min-height: var(--intergalactic-form-control-m, 32px); height: fit-content; margin-right: var(--intergalactic-spacing-2x, 8px); display: inline-flex; diff --git a/semcore/pagination/__tests__/pagination.browser-test.tsx-snapshots/-visual-Verify-custom-view-when-buttons-and-inputs-have-addons-1-chromium-linux.png b/semcore/pagination/__tests__/pagination.browser-test.tsx-snapshots/-visual-Verify-custom-view-when-buttons-and-inputs-have-addons-1-chromium-linux.png index 26c6206b8d..242e7ddee6 100644 Binary files a/semcore/pagination/__tests__/pagination.browser-test.tsx-snapshots/-visual-Verify-custom-view-when-buttons-and-inputs-have-addons-1-chromium-linux.png and b/semcore/pagination/__tests__/pagination.browser-test.tsx-snapshots/-visual-Verify-custom-view-when-buttons-and-inputs-have-addons-1-chromium-linux.png differ diff --git a/semcore/pagination/__tests__/pagination.browser-test.tsx-snapshots/-visual-Verify-custom-view-when-buttons-and-inputs-have-addons-1-firefox-linux.png b/semcore/pagination/__tests__/pagination.browser-test.tsx-snapshots/-visual-Verify-custom-view-when-buttons-and-inputs-have-addons-1-firefox-linux.png index ce67ed0e96..1ebc52e3ac 100644 Binary files a/semcore/pagination/__tests__/pagination.browser-test.tsx-snapshots/-visual-Verify-custom-view-when-buttons-and-inputs-have-addons-1-firefox-linux.png and b/semcore/pagination/__tests__/pagination.browser-test.tsx-snapshots/-visual-Verify-custom-view-when-buttons-and-inputs-have-addons-1-firefox-linux.png differ diff --git a/semcore/pagination/__tests__/pagination.browser-test.tsx-snapshots/-visual-Verify-custom-view-when-buttons-and-inputs-have-addons-1-webkit-linux.png b/semcore/pagination/__tests__/pagination.browser-test.tsx-snapshots/-visual-Verify-custom-view-when-buttons-and-inputs-have-addons-1-webkit-linux.png index b35b71a8d3..8ff8146164 100644 Binary files a/semcore/pagination/__tests__/pagination.browser-test.tsx-snapshots/-visual-Verify-custom-view-when-buttons-and-inputs-have-addons-1-webkit-linux.png and b/semcore/pagination/__tests__/pagination.browser-test.tsx-snapshots/-visual-Verify-custom-view-when-buttons-and-inputs-have-addons-1-webkit-linux.png differ diff --git a/semcore/pagination/__tests__/pagination.browser-test.tsx-snapshots/-visual-Verify-pagination-base-states-after-Keyboard-interactions-1-chromium-linux.png b/semcore/pagination/__tests__/pagination.browser-test.tsx-snapshots/-visual-Verify-pagination-base-states-after-Keyboard-interactions-1-chromium-linux.png index 327b8d14c5..1e213d4a12 100644 Binary files a/semcore/pagination/__tests__/pagination.browser-test.tsx-snapshots/-visual-Verify-pagination-base-states-after-Keyboard-interactions-1-chromium-linux.png and b/semcore/pagination/__tests__/pagination.browser-test.tsx-snapshots/-visual-Verify-pagination-base-states-after-Keyboard-interactions-1-chromium-linux.png differ diff --git a/semcore/pagination/__tests__/pagination.browser-test.tsx-snapshots/-visual-Verify-pagination-base-states-after-Keyboard-interactions-1-firefox-linux.png b/semcore/pagination/__tests__/pagination.browser-test.tsx-snapshots/-visual-Verify-pagination-base-states-after-Keyboard-interactions-1-firefox-linux.png index 1f50cb8e4d..b122631a6b 100644 Binary files a/semcore/pagination/__tests__/pagination.browser-test.tsx-snapshots/-visual-Verify-pagination-base-states-after-Keyboard-interactions-1-firefox-linux.png and b/semcore/pagination/__tests__/pagination.browser-test.tsx-snapshots/-visual-Verify-pagination-base-states-after-Keyboard-interactions-1-firefox-linux.png differ diff --git a/semcore/pagination/__tests__/pagination.browser-test.tsx-snapshots/-visual-Verify-pagination-base-states-after-Keyboard-interactions-1-webkit-linux.png b/semcore/pagination/__tests__/pagination.browser-test.tsx-snapshots/-visual-Verify-pagination-base-states-after-Keyboard-interactions-1-webkit-linux.png index bb7e49462b..2d89856f77 100644 Binary files a/semcore/pagination/__tests__/pagination.browser-test.tsx-snapshots/-visual-Verify-pagination-base-states-after-Keyboard-interactions-1-webkit-linux.png and b/semcore/pagination/__tests__/pagination.browser-test.tsx-snapshots/-visual-Verify-pagination-base-states-after-Keyboard-interactions-1-webkit-linux.png differ diff --git a/semcore/pagination/__tests__/pagination.browser-test.tsx-snapshots/-visual-Verify-pagination-number-formatting-wi-4efe4-lPages-12345600-currentPage-12345600-size-m-1-chromium-linux.png b/semcore/pagination/__tests__/pagination.browser-test.tsx-snapshots/-visual-Verify-pagination-number-formatting-wi-4efe4-lPages-12345600-currentPage-12345600-size-m-1-chromium-linux.png index 66969517a1..6c596d2482 100644 Binary files a/semcore/pagination/__tests__/pagination.browser-test.tsx-snapshots/-visual-Verify-pagination-number-formatting-wi-4efe4-lPages-12345600-currentPage-12345600-size-m-1-chromium-linux.png and b/semcore/pagination/__tests__/pagination.browser-test.tsx-snapshots/-visual-Verify-pagination-number-formatting-wi-4efe4-lPages-12345600-currentPage-12345600-size-m-1-chromium-linux.png differ diff --git a/semcore/pagination/__tests__/pagination.browser-test.tsx-snapshots/-visual-Verify-pagination-number-formatting-wi-4efe4-lPages-12345600-currentPage-12345600-size-m-1-firefox-linux.png b/semcore/pagination/__tests__/pagination.browser-test.tsx-snapshots/-visual-Verify-pagination-number-formatting-wi-4efe4-lPages-12345600-currentPage-12345600-size-m-1-firefox-linux.png index b23304281f..e77a170e3e 100644 Binary files a/semcore/pagination/__tests__/pagination.browser-test.tsx-snapshots/-visual-Verify-pagination-number-formatting-wi-4efe4-lPages-12345600-currentPage-12345600-size-m-1-firefox-linux.png and b/semcore/pagination/__tests__/pagination.browser-test.tsx-snapshots/-visual-Verify-pagination-number-formatting-wi-4efe4-lPages-12345600-currentPage-12345600-size-m-1-firefox-linux.png differ diff --git a/semcore/pagination/__tests__/pagination.browser-test.tsx-snapshots/-visual-Verify-pagination-number-formatting-wi-4efe4-lPages-12345600-currentPage-12345600-size-m-1-webkit-linux.png b/semcore/pagination/__tests__/pagination.browser-test.tsx-snapshots/-visual-Verify-pagination-number-formatting-wi-4efe4-lPages-12345600-currentPage-12345600-size-m-1-webkit-linux.png index 2c1ce5d544..575ed209d4 100644 Binary files a/semcore/pagination/__tests__/pagination.browser-test.tsx-snapshots/-visual-Verify-pagination-number-formatting-wi-4efe4-lPages-12345600-currentPage-12345600-size-m-1-webkit-linux.png and b/semcore/pagination/__tests__/pagination.browser-test.tsx-snapshots/-visual-Verify-pagination-number-formatting-wi-4efe4-lPages-12345600-currentPage-12345600-size-m-1-webkit-linux.png differ diff --git a/semcore/pagination/__tests__/pagination.browser-test.tsx-snapshots/-visual-Verify-pagination-number-formatting-wi-52c00--totalPages-1-currentPage-undefined-size-m-1-chromium-linux.png b/semcore/pagination/__tests__/pagination.browser-test.tsx-snapshots/-visual-Verify-pagination-number-formatting-wi-52c00--totalPages-1-currentPage-undefined-size-m-1-chromium-linux.png index d667d6f6de..fa46473af5 100644 Binary files a/semcore/pagination/__tests__/pagination.browser-test.tsx-snapshots/-visual-Verify-pagination-number-formatting-wi-52c00--totalPages-1-currentPage-undefined-size-m-1-chromium-linux.png and b/semcore/pagination/__tests__/pagination.browser-test.tsx-snapshots/-visual-Verify-pagination-number-formatting-wi-52c00--totalPages-1-currentPage-undefined-size-m-1-chromium-linux.png differ diff --git a/semcore/pagination/__tests__/pagination.browser-test.tsx-snapshots/-visual-Verify-pagination-number-formatting-wi-52c00--totalPages-1-currentPage-undefined-size-m-1-firefox-linux.png b/semcore/pagination/__tests__/pagination.browser-test.tsx-snapshots/-visual-Verify-pagination-number-formatting-wi-52c00--totalPages-1-currentPage-undefined-size-m-1-firefox-linux.png index 4e7367d14e..70ecd80189 100644 Binary files a/semcore/pagination/__tests__/pagination.browser-test.tsx-snapshots/-visual-Verify-pagination-number-formatting-wi-52c00--totalPages-1-currentPage-undefined-size-m-1-firefox-linux.png and b/semcore/pagination/__tests__/pagination.browser-test.tsx-snapshots/-visual-Verify-pagination-number-formatting-wi-52c00--totalPages-1-currentPage-undefined-size-m-1-firefox-linux.png differ diff --git a/semcore/pagination/__tests__/pagination.browser-test.tsx-snapshots/-visual-Verify-pagination-number-formatting-wi-52c00--totalPages-1-currentPage-undefined-size-m-1-webkit-linux.png b/semcore/pagination/__tests__/pagination.browser-test.tsx-snapshots/-visual-Verify-pagination-number-formatting-wi-52c00--totalPages-1-currentPage-undefined-size-m-1-webkit-linux.png index f25d9d3179..743b92f7b0 100644 Binary files a/semcore/pagination/__tests__/pagination.browser-test.tsx-snapshots/-visual-Verify-pagination-number-formatting-wi-52c00--totalPages-1-currentPage-undefined-size-m-1-webkit-linux.png and b/semcore/pagination/__tests__/pagination.browser-test.tsx-snapshots/-visual-Verify-pagination-number-formatting-wi-52c00--totalPages-1-currentPage-undefined-size-m-1-webkit-linux.png differ diff --git a/semcore/pagination/__tests__/pagination.browser-test.tsx-snapshots/-visual-Verify-pagination-number-formatting-wi-9f0bc--totalPages-123456-currentPage-1001-size-l-1-chromium-linux.png b/semcore/pagination/__tests__/pagination.browser-test.tsx-snapshots/-visual-Verify-pagination-number-formatting-wi-9f0bc--totalPages-123456-currentPage-1001-size-l-1-chromium-linux.png index 047d598313..6bcf64107f 100644 Binary files a/semcore/pagination/__tests__/pagination.browser-test.tsx-snapshots/-visual-Verify-pagination-number-formatting-wi-9f0bc--totalPages-123456-currentPage-1001-size-l-1-chromium-linux.png and b/semcore/pagination/__tests__/pagination.browser-test.tsx-snapshots/-visual-Verify-pagination-number-formatting-wi-9f0bc--totalPages-123456-currentPage-1001-size-l-1-chromium-linux.png differ diff --git a/semcore/pagination/__tests__/pagination.browser-test.tsx-snapshots/-visual-Verify-pagination-number-formatting-wi-9f0bc--totalPages-123456-currentPage-1001-size-l-1-firefox-linux.png b/semcore/pagination/__tests__/pagination.browser-test.tsx-snapshots/-visual-Verify-pagination-number-formatting-wi-9f0bc--totalPages-123456-currentPage-1001-size-l-1-firefox-linux.png index d3f043f0cb..251985e597 100644 Binary files a/semcore/pagination/__tests__/pagination.browser-test.tsx-snapshots/-visual-Verify-pagination-number-formatting-wi-9f0bc--totalPages-123456-currentPage-1001-size-l-1-firefox-linux.png and b/semcore/pagination/__tests__/pagination.browser-test.tsx-snapshots/-visual-Verify-pagination-number-formatting-wi-9f0bc--totalPages-123456-currentPage-1001-size-l-1-firefox-linux.png differ diff --git a/semcore/pagination/__tests__/pagination.browser-test.tsx-snapshots/-visual-Verify-pagination-number-formatting-wi-9f0bc--totalPages-123456-currentPage-1001-size-l-1-webkit-linux.png b/semcore/pagination/__tests__/pagination.browser-test.tsx-snapshots/-visual-Verify-pagination-number-formatting-wi-9f0bc--totalPages-123456-currentPage-1001-size-l-1-webkit-linux.png index 24710e681c..55832b0a87 100644 Binary files a/semcore/pagination/__tests__/pagination.browser-test.tsx-snapshots/-visual-Verify-pagination-number-formatting-wi-9f0bc--totalPages-123456-currentPage-1001-size-l-1-webkit-linux.png and b/semcore/pagination/__tests__/pagination.browser-test.tsx-snapshots/-visual-Verify-pagination-number-formatting-wi-9f0bc--totalPages-123456-currentPage-1001-size-l-1-webkit-linux.png differ diff --git a/semcore/pagination/__tests__/pagination.browser-test.tsx-snapshots/-visual-Verify-pagination-number-formatting-wi-bf32d-lPages-12345600-currentPage-12345500-size-l-1-chromium-linux.png b/semcore/pagination/__tests__/pagination.browser-test.tsx-snapshots/-visual-Verify-pagination-number-formatting-wi-bf32d-lPages-12345600-currentPage-12345500-size-l-1-chromium-linux.png index f012d92d43..10da5cabe7 100644 Binary files a/semcore/pagination/__tests__/pagination.browser-test.tsx-snapshots/-visual-Verify-pagination-number-formatting-wi-bf32d-lPages-12345600-currentPage-12345500-size-l-1-chromium-linux.png and b/semcore/pagination/__tests__/pagination.browser-test.tsx-snapshots/-visual-Verify-pagination-number-formatting-wi-bf32d-lPages-12345600-currentPage-12345500-size-l-1-chromium-linux.png differ diff --git a/semcore/pagination/__tests__/pagination.browser-test.tsx-snapshots/-visual-Verify-pagination-number-formatting-wi-bf32d-lPages-12345600-currentPage-12345500-size-l-1-firefox-linux.png b/semcore/pagination/__tests__/pagination.browser-test.tsx-snapshots/-visual-Verify-pagination-number-formatting-wi-bf32d-lPages-12345600-currentPage-12345500-size-l-1-firefox-linux.png index 7b31f46dca..e6857cd5f2 100644 Binary files a/semcore/pagination/__tests__/pagination.browser-test.tsx-snapshots/-visual-Verify-pagination-number-formatting-wi-bf32d-lPages-12345600-currentPage-12345500-size-l-1-firefox-linux.png and b/semcore/pagination/__tests__/pagination.browser-test.tsx-snapshots/-visual-Verify-pagination-number-formatting-wi-bf32d-lPages-12345600-currentPage-12345500-size-l-1-firefox-linux.png differ diff --git a/semcore/pagination/__tests__/pagination.browser-test.tsx-snapshots/-visual-Verify-pagination-number-formatting-wi-bf32d-lPages-12345600-currentPage-12345500-size-l-1-webkit-linux.png b/semcore/pagination/__tests__/pagination.browser-test.tsx-snapshots/-visual-Verify-pagination-number-formatting-wi-bf32d-lPages-12345600-currentPage-12345500-size-l-1-webkit-linux.png index 77b72cce69..418f563ae8 100644 Binary files a/semcore/pagination/__tests__/pagination.browser-test.tsx-snapshots/-visual-Verify-pagination-number-formatting-wi-bf32d-lPages-12345600-currentPage-12345500-size-l-1-webkit-linux.png and b/semcore/pagination/__tests__/pagination.browser-test.tsx-snapshots/-visual-Verify-pagination-number-formatting-wi-bf32d-lPages-12345600-currentPage-12345500-size-l-1-webkit-linux.png differ diff --git a/semcore/pagination/__tests__/pagination.browser-test.tsx-snapshots/-visual-Verify-pagination-number-formatting-with-locale-de-totalPages-1-currentPage-1-size-l-1-chromium-linux.png b/semcore/pagination/__tests__/pagination.browser-test.tsx-snapshots/-visual-Verify-pagination-number-formatting-with-locale-de-totalPages-1-currentPage-1-size-l-1-chromium-linux.png index a6a4104127..8e34ce0eaa 100644 Binary files a/semcore/pagination/__tests__/pagination.browser-test.tsx-snapshots/-visual-Verify-pagination-number-formatting-with-locale-de-totalPages-1-currentPage-1-size-l-1-chromium-linux.png and b/semcore/pagination/__tests__/pagination.browser-test.tsx-snapshots/-visual-Verify-pagination-number-formatting-with-locale-de-totalPages-1-currentPage-1-size-l-1-chromium-linux.png differ diff --git a/semcore/pagination/__tests__/pagination.browser-test.tsx-snapshots/-visual-Verify-pagination-number-formatting-with-locale-de-totalPages-1-currentPage-1-size-l-1-firefox-linux.png b/semcore/pagination/__tests__/pagination.browser-test.tsx-snapshots/-visual-Verify-pagination-number-formatting-with-locale-de-totalPages-1-currentPage-1-size-l-1-firefox-linux.png index 0472eaa4a3..3ccf923b46 100644 Binary files a/semcore/pagination/__tests__/pagination.browser-test.tsx-snapshots/-visual-Verify-pagination-number-formatting-with-locale-de-totalPages-1-currentPage-1-size-l-1-firefox-linux.png and b/semcore/pagination/__tests__/pagination.browser-test.tsx-snapshots/-visual-Verify-pagination-number-formatting-with-locale-de-totalPages-1-currentPage-1-size-l-1-firefox-linux.png differ diff --git a/semcore/pagination/__tests__/pagination.browser-test.tsx-snapshots/-visual-Verify-pagination-number-formatting-with-locale-de-totalPages-1-currentPage-1-size-l-1-webkit-linux.png b/semcore/pagination/__tests__/pagination.browser-test.tsx-snapshots/-visual-Verify-pagination-number-formatting-with-locale-de-totalPages-1-currentPage-1-size-l-1-webkit-linux.png index 9731038482..4403f00b21 100644 Binary files a/semcore/pagination/__tests__/pagination.browser-test.tsx-snapshots/-visual-Verify-pagination-number-formatting-with-locale-de-totalPages-1-currentPage-1-size-l-1-webkit-linux.png and b/semcore/pagination/__tests__/pagination.browser-test.tsx-snapshots/-visual-Verify-pagination-number-formatting-with-locale-de-totalPages-1-currentPage-1-size-l-1-webkit-linux.png differ diff --git a/semcore/pagination/__tests__/pagination.browser-test.tsx-snapshots/-visual-Verify-pagination-number-formatting-with-locale-zh-totalPages-1-currentPage-1-size-m-1-chromium-linux.png b/semcore/pagination/__tests__/pagination.browser-test.tsx-snapshots/-visual-Verify-pagination-number-formatting-with-locale-zh-totalPages-1-currentPage-1-size-m-1-chromium-linux.png index 7546c6a1d1..2d76ebd3df 100644 Binary files a/semcore/pagination/__tests__/pagination.browser-test.tsx-snapshots/-visual-Verify-pagination-number-formatting-with-locale-zh-totalPages-1-currentPage-1-size-m-1-chromium-linux.png and b/semcore/pagination/__tests__/pagination.browser-test.tsx-snapshots/-visual-Verify-pagination-number-formatting-with-locale-zh-totalPages-1-currentPage-1-size-m-1-chromium-linux.png differ diff --git a/semcore/pagination/__tests__/pagination.browser-test.tsx-snapshots/-visual-Verify-pagination-number-formatting-with-locale-zh-totalPages-1-currentPage-1-size-m-1-firefox-linux.png b/semcore/pagination/__tests__/pagination.browser-test.tsx-snapshots/-visual-Verify-pagination-number-formatting-with-locale-zh-totalPages-1-currentPage-1-size-m-1-firefox-linux.png index 02c10ea7bd..41eef755ba 100644 Binary files a/semcore/pagination/__tests__/pagination.browser-test.tsx-snapshots/-visual-Verify-pagination-number-formatting-with-locale-zh-totalPages-1-currentPage-1-size-m-1-firefox-linux.png and b/semcore/pagination/__tests__/pagination.browser-test.tsx-snapshots/-visual-Verify-pagination-number-formatting-with-locale-zh-totalPages-1-currentPage-1-size-m-1-firefox-linux.png differ diff --git a/semcore/pagination/__tests__/pagination.browser-test.tsx-snapshots/-visual-Verify-pagination-number-formatting-with-locale-zh-totalPages-1-currentPage-1-size-m-1-webkit-linux.png b/semcore/pagination/__tests__/pagination.browser-test.tsx-snapshots/-visual-Verify-pagination-number-formatting-with-locale-zh-totalPages-1-currentPage-1-size-m-1-webkit-linux.png index 2c41c2ccfa..b658d1e91e 100644 Binary files a/semcore/pagination/__tests__/pagination.browser-test.tsx-snapshots/-visual-Verify-pagination-number-formatting-with-locale-zh-totalPages-1-currentPage-1-size-m-1-webkit-linux.png and b/semcore/pagination/__tests__/pagination.browser-test.tsx-snapshots/-visual-Verify-pagination-number-formatting-with-locale-zh-totalPages-1-currentPage-1-size-m-1-webkit-linux.png differ diff --git a/semcore/pills/__tests__/pills.browser-test.tsx b/semcore/pills/__tests__/pills.browser-test.tsx index 6363849e50..7f9b9ccc04 100644 --- a/semcore/pills/__tests__/pills.browser-test.tsx +++ b/semcore/pills/__tests__/pills.browser-test.tsx @@ -53,7 +53,7 @@ test.describe(`${TAG.VISUAL}`, () => { const count = await locators.pillsItem(page).count(); for (let i = 0; i < count; i++) - await expect(locators.pillsItem(page).nth(i)).toHaveCSS('height', '28px'); + await expect(locators.pillsItem(page).nth(i)).toHaveCSS('height', '32px'); } else if ((await locators.sizeL(page).count()) > 0) { await expect(locators.pillsItem(page).nth(0).locator('[data-ui-name="Pills.Item.Addon"]').first()).toHaveCSS('margin-left', '12px'); await expect(locators.pillsItem(page).nth(0).locator('[data-ui-name="Pills.Item.Addon"]').nth(1)).toHaveCSS('margin-right', '12px'); @@ -65,7 +65,7 @@ test.describe(`${TAG.VISUAL}`, () => { await expect(locators.pillsItemText(page).nth(1)).toHaveCSS('margin-right', '12px'); const count = await locators.pillsItem(page).count(); for (let i = 0; i < count; i++) - await expect(locators.pillsItem(page).nth(i)).toHaveCSS('height', '40px'); + await expect(locators.pillsItem(page).nth(i)).toHaveCSS('height', '44px'); } }); }); diff --git a/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-Pills-with-different-addons-and-size-l-1-chromium-linux.png b/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-Pills-with-different-addons-and-size-l-1-chromium-linux.png index 0a28d63a5a..ab139e05c9 100644 Binary files a/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-Pills-with-different-addons-and-size-l-1-chromium-linux.png and b/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-Pills-with-different-addons-and-size-l-1-chromium-linux.png differ diff --git a/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-Pills-with-different-addons-and-size-l-1-firefox-linux.png b/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-Pills-with-different-addons-and-size-l-1-firefox-linux.png index d281d71657..cad99e959d 100644 Binary files a/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-Pills-with-different-addons-and-size-l-1-firefox-linux.png and b/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-Pills-with-different-addons-and-size-l-1-firefox-linux.png differ diff --git a/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-Pills-with-different-addons-and-size-l-1-webkit-linux.png b/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-Pills-with-different-addons-and-size-l-1-webkit-linux.png index cbe47905e2..d0a564706e 100644 Binary files a/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-Pills-with-different-addons-and-size-l-1-webkit-linux.png and b/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-Pills-with-different-addons-and-size-l-1-webkit-linux.png differ diff --git a/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-Pills-with-different-addons-and-size-l-2-chromium-linux.png b/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-Pills-with-different-addons-and-size-l-2-chromium-linux.png index 620b896392..9720dbe4bf 100644 Binary files a/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-Pills-with-different-addons-and-size-l-2-chromium-linux.png and b/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-Pills-with-different-addons-and-size-l-2-chromium-linux.png differ diff --git a/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-Pills-with-different-addons-and-size-l-2-firefox-linux.png b/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-Pills-with-different-addons-and-size-l-2-firefox-linux.png index 899d48ac23..5492470d22 100644 Binary files a/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-Pills-with-different-addons-and-size-l-2-firefox-linux.png and b/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-Pills-with-different-addons-and-size-l-2-firefox-linux.png differ diff --git a/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-Pills-with-different-addons-and-size-l-2-webkit-linux.png b/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-Pills-with-different-addons-and-size-l-2-webkit-linux.png index 2cb1fd80dc..fd017063aa 100644 Binary files a/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-Pills-with-different-addons-and-size-l-2-webkit-linux.png and b/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-Pills-with-different-addons-and-size-l-2-webkit-linux.png differ diff --git a/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-Pills-with-different-addons-and-size-l-3-chromium-linux.png b/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-Pills-with-different-addons-and-size-l-3-chromium-linux.png index 53f98fe021..e782854b57 100644 Binary files a/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-Pills-with-different-addons-and-size-l-3-chromium-linux.png and b/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-Pills-with-different-addons-and-size-l-3-chromium-linux.png differ diff --git a/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-Pills-with-different-addons-and-size-l-3-firefox-linux.png b/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-Pills-with-different-addons-and-size-l-3-firefox-linux.png index a66a344908..cfec55a0d4 100644 Binary files a/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-Pills-with-different-addons-and-size-l-3-firefox-linux.png and b/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-Pills-with-different-addons-and-size-l-3-firefox-linux.png differ diff --git a/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-Pills-with-different-addons-and-size-l-3-webkit-linux.png b/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-Pills-with-different-addons-and-size-l-3-webkit-linux.png index 0e29ea2581..648e6ca158 100644 Binary files a/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-Pills-with-different-addons-and-size-l-3-webkit-linux.png and b/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-Pills-with-different-addons-and-size-l-3-webkit-linux.png differ diff --git a/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-Pills-with-different-addons-and-size-m-1-chromium-linux.png b/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-Pills-with-different-addons-and-size-m-1-chromium-linux.png index 9318ba7894..c1f7874cc5 100644 Binary files a/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-Pills-with-different-addons-and-size-m-1-chromium-linux.png and b/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-Pills-with-different-addons-and-size-m-1-chromium-linux.png differ diff --git a/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-Pills-with-different-addons-and-size-m-1-firefox-linux.png b/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-Pills-with-different-addons-and-size-m-1-firefox-linux.png index b73bb0c804..b49f1fc152 100644 Binary files a/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-Pills-with-different-addons-and-size-m-1-firefox-linux.png and b/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-Pills-with-different-addons-and-size-m-1-firefox-linux.png differ diff --git a/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-Pills-with-different-addons-and-size-m-1-webkit-linux.png b/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-Pills-with-different-addons-and-size-m-1-webkit-linux.png index eaaf714068..39373644fa 100644 Binary files a/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-Pills-with-different-addons-and-size-m-1-webkit-linux.png and b/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-Pills-with-different-addons-and-size-m-1-webkit-linux.png differ diff --git a/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-Pills-with-different-addons-and-size-m-2-chromium-linux.png b/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-Pills-with-different-addons-and-size-m-2-chromium-linux.png index 8e192018fe..1a26593db8 100644 Binary files a/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-Pills-with-different-addons-and-size-m-2-chromium-linux.png and b/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-Pills-with-different-addons-and-size-m-2-chromium-linux.png differ diff --git a/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-Pills-with-different-addons-and-size-m-2-firefox-linux.png b/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-Pills-with-different-addons-and-size-m-2-firefox-linux.png index bafeb8d3b2..98ad3b0e98 100644 Binary files a/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-Pills-with-different-addons-and-size-m-2-firefox-linux.png and b/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-Pills-with-different-addons-and-size-m-2-firefox-linux.png differ diff --git a/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-Pills-with-different-addons-and-size-m-2-webkit-linux.png b/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-Pills-with-different-addons-and-size-m-2-webkit-linux.png index 9e3cce6198..9ee9cddd48 100644 Binary files a/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-Pills-with-different-addons-and-size-m-2-webkit-linux.png and b/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-Pills-with-different-addons-and-size-m-2-webkit-linux.png differ diff --git a/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-Pills-with-different-addons-and-size-m-3-chromium-linux.png b/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-Pills-with-different-addons-and-size-m-3-chromium-linux.png index d00c76ce61..9b0e110f50 100644 Binary files a/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-Pills-with-different-addons-and-size-m-3-chromium-linux.png and b/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-Pills-with-different-addons-and-size-m-3-chromium-linux.png differ diff --git a/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-Pills-with-different-addons-and-size-m-3-firefox-linux.png b/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-Pills-with-different-addons-and-size-m-3-firefox-linux.png index 5a1d12a4f3..83a9733acf 100644 Binary files a/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-Pills-with-different-addons-and-size-m-3-firefox-linux.png and b/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-Pills-with-different-addons-and-size-m-3-firefox-linux.png differ diff --git a/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-Pills-with-different-addons-and-size-m-3-webkit-linux.png b/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-Pills-with-different-addons-and-size-m-3-webkit-linux.png index 56c43ec9f1..2f334eba16 100644 Binary files a/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-Pills-with-different-addons-and-size-m-3-webkit-linux.png and b/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-Pills-with-different-addons-and-size-m-3-webkit-linux.png differ diff --git a/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-custom-pills-1-chromium-linux.png b/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-custom-pills-1-chromium-linux.png index 82ec3128f2..58593a0e77 100644 Binary files a/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-custom-pills-1-chromium-linux.png and b/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-custom-pills-1-chromium-linux.png differ diff --git a/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-custom-pills-2-chromium-linux.png b/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-custom-pills-2-chromium-linux.png index 2af0c91dd9..16bfa93ecb 100644 Binary files a/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-custom-pills-2-chromium-linux.png and b/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-custom-pills-2-chromium-linux.png differ diff --git a/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-custom-pills-3-chromium-linux.png b/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-custom-pills-3-chromium-linux.png index 3e63b603a5..e459627645 100644 Binary files a/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-custom-pills-3-chromium-linux.png and b/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-custom-pills-3-chromium-linux.png differ diff --git a/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-different-amout-of-pills-1-chromium-linux.png b/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-different-amout-of-pills-1-chromium-linux.png index d02588e98a..86220ed079 100644 Binary files a/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-different-amout-of-pills-1-chromium-linux.png and b/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-different-amout-of-pills-1-chromium-linux.png differ diff --git a/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-different-amout-of-pills-1-firefox-linux.png b/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-different-amout-of-pills-1-firefox-linux.png index deb51fc995..8acfd0a424 100644 Binary files a/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-different-amout-of-pills-1-firefox-linux.png and b/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-different-amout-of-pills-1-firefox-linux.png differ diff --git a/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-different-amout-of-pills-1-webkit-linux.png b/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-different-amout-of-pills-1-webkit-linux.png index 9fec9cd3d1..a74b72acd6 100644 Binary files a/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-different-amout-of-pills-1-webkit-linux.png and b/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-different-amout-of-pills-1-webkit-linux.png differ diff --git a/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-disabled-Pills-with-different-addons-and-size-l-1-chromium-linux.png b/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-disabled-Pills-with-different-addons-and-size-l-1-chromium-linux.png index 0dfd25d6e7..3cf3edae1c 100644 Binary files a/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-disabled-Pills-with-different-addons-and-size-l-1-chromium-linux.png and b/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-disabled-Pills-with-different-addons-and-size-l-1-chromium-linux.png differ diff --git a/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-disabled-Pills-with-different-addons-and-size-l-1-firefox-linux.png b/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-disabled-Pills-with-different-addons-and-size-l-1-firefox-linux.png index 3b655d4d44..694b017708 100644 Binary files a/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-disabled-Pills-with-different-addons-and-size-l-1-firefox-linux.png and b/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-disabled-Pills-with-different-addons-and-size-l-1-firefox-linux.png differ diff --git a/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-disabled-Pills-with-different-addons-and-size-l-1-webkit-linux.png b/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-disabled-Pills-with-different-addons-and-size-l-1-webkit-linux.png index 1b21a660ff..3894ec7674 100644 Binary files a/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-disabled-Pills-with-different-addons-and-size-l-1-webkit-linux.png and b/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-disabled-Pills-with-different-addons-and-size-l-1-webkit-linux.png differ diff --git a/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-disabled-Pills-with-different-addons-and-size-m-1-chromium-linux.png b/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-disabled-Pills-with-different-addons-and-size-m-1-chromium-linux.png index 7689540caa..2ede182b9b 100644 Binary files a/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-disabled-Pills-with-different-addons-and-size-m-1-chromium-linux.png and b/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-disabled-Pills-with-different-addons-and-size-m-1-chromium-linux.png differ diff --git a/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-disabled-Pills-with-different-addons-and-size-m-1-firefox-linux.png b/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-disabled-Pills-with-different-addons-and-size-m-1-firefox-linux.png index 6dbd4073bb..ea5ba2bbe4 100644 Binary files a/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-disabled-Pills-with-different-addons-and-size-m-1-firefox-linux.png and b/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-disabled-Pills-with-different-addons-and-size-m-1-firefox-linux.png differ diff --git a/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-disabled-Pills-with-different-addons-and-size-m-1-webkit-linux.png b/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-disabled-Pills-with-different-addons-and-size-m-1-webkit-linux.png index e06c766f79..502e410486 100644 Binary files a/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-disabled-Pills-with-different-addons-and-size-m-1-webkit-linux.png and b/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-disabled-Pills-with-different-addons-and-size-m-1-webkit-linux.png differ diff --git a/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-pills-with-counter-1-chromium-linux.png b/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-pills-with-counter-1-chromium-linux.png index 964c20fdb7..c33a05edf0 100644 Binary files a/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-pills-with-counter-1-chromium-linux.png and b/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-pills-with-counter-1-chromium-linux.png differ diff --git a/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-pills-with-counter-1-firefox-linux.png b/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-pills-with-counter-1-firefox-linux.png index 16325f1ad7..68b4abffe6 100644 Binary files a/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-pills-with-counter-1-firefox-linux.png and b/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-pills-with-counter-1-firefox-linux.png differ diff --git a/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-pills-with-counter-1-webkit-linux.png b/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-pills-with-counter-1-webkit-linux.png index 5f02e3d959..037c9dd5b0 100644 Binary files a/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-pills-with-counter-1-webkit-linux.png and b/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-pills-with-counter-1-webkit-linux.png differ diff --git a/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-pills-with-tab-panel-1-chromium-linux.png b/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-pills-with-tab-panel-1-chromium-linux.png index bc4aee2d86..041ed1223f 100644 Binary files a/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-pills-with-tab-panel-1-chromium-linux.png and b/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-pills-with-tab-panel-1-chromium-linux.png differ diff --git a/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-pills-with-tab-panel-1-firefox-linux.png b/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-pills-with-tab-panel-1-firefox-linux.png index cb1dad54b2..5f3d2a2256 100644 Binary files a/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-pills-with-tab-panel-1-firefox-linux.png and b/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-pills-with-tab-panel-1-firefox-linux.png differ diff --git a/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-pills-with-tab-panel-1-webkit-linux.png b/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-pills-with-tab-panel-1-webkit-linux.png index a667a17d7a..5a375048cf 100644 Binary files a/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-pills-with-tab-panel-1-webkit-linux.png and b/semcore/pills/__tests__/pills.browser-test.tsx-snapshots/-visual-Verify-pills-with-tab-panel-1-webkit-linux.png differ diff --git a/semcore/pills/src/style/pills.shadow.css b/semcore/pills/src/style/pills.shadow.css index e0c73a046b..127459adff 100644 --- a/semcore/pills/src/style/pills.shadow.css +++ b/semcore/pills/src/style/pills.shadow.css @@ -3,11 +3,11 @@ SPills { align-items: center; justify-content: center; isolation: isolate; - border-radius: var(--intergalactic-control-rounded, 6px); + border-radius: var(--intergalactic-control-rounded, 6px); /* TODO: --intergalactic-pills-rounded */ SPill[selected] { - background: var(--intergalactic-control-secondary-info, oklch(0.527 0.264 262.9 / 0.039)); - border-color: var(--intergalactic-border-info-active, oklch(0.7 0.131 275.2)); + background: var(--intergalactic-control-secondary-info, oklch(0.527 0.264 262.9 / 0.039)); /* TODO: --intergalactic-control-pills-bg-selected */ + border-color: var(--intergalactic-border-info-active, oklch(0.7 0.131 275.2)); /* TODO: --intergalactic-box-shadow-pills-item-selected */ z-index: 3; } SPill:focus-visible, SPill[selected] { @@ -39,9 +39,9 @@ SPill { vertical-align: middle; font-family: inherit; cursor: pointer; - background: var(--intergalactic-bg-primary-neutral, oklch(1 0 0)); - border: 1px solid var(--intergalactic-border-primary, oklch(0.137 0.026 175.7 / 0.161)); - border-radius: var(--intergalactic-control-rounded, 6px); + background: var(--intergalactic-bg-primary-neutral, oklch(1 0 0)); /* TODO: --intergalactic-control-pills-bg-normal */ + border: 1px solid var(--intergalactic-border-primary, oklch(0.137 0.026 175.7 / 0.161)); /* TODO: --intergalactic-control-pills-border */ + border-radius: var(--intergalactic-control-rounded, 6px); /* TODO: --intergalactic-pills-rounded */ &::-moz-focus-inner { border: none; @@ -54,7 +54,7 @@ SPill { } &:hover { - background: var(--intergalactic-bg-primary-neutral-hover, oklch(0.98 0.001 180)); + background: var(--intergalactic-bg-primary-neutral-hover, oklch(0.98 0.001 180)); /* TODO: --intergalactic-control-pills-bg-hover */ } } @@ -81,8 +81,8 @@ SAddon { } SPill[size='m'] { - height: var(--intergalactic-form-control-m, 28px); - min-width: var(--intergalactic-form-control-m, 28px); + height: var(--intergalactic-form-control-m, 32px); + min-width: var(--intergalactic-form-control-m, 32px); font-size: var(--intergalactic-fs-200, 14px); & SText { @@ -107,8 +107,8 @@ SPill[size='m'] { } SPill[size='l'] { - height: var(--intergalactic-form-control-l, 40px); - min-width: var(--intergalactic-form-control-l, 40px); + height: var(--intergalactic-form-control-l, 44px); + min-width: var(--intergalactic-form-control-l, 44px); font-size: var(--intergalactic-fs-300, 16px); & SText { diff --git a/semcore/product-head/__tests__/product-head.browser-test.tsx-snapshots/-visual-Verify-base-example-looks-good-on-screen-width-1280px-1-chromium-linux.png b/semcore/product-head/__tests__/product-head.browser-test.tsx-snapshots/-visual-Verify-base-example-looks-good-on-screen-width-1280px-1-chromium-linux.png index bfe14507f5..53d98b5127 100644 Binary files a/semcore/product-head/__tests__/product-head.browser-test.tsx-snapshots/-visual-Verify-base-example-looks-good-on-screen-width-1280px-1-chromium-linux.png and b/semcore/product-head/__tests__/product-head.browser-test.tsx-snapshots/-visual-Verify-base-example-looks-good-on-screen-width-1280px-1-chromium-linux.png differ diff --git a/semcore/product-head/__tests__/product-head.browser-test.tsx-snapshots/-visual-Verify-base-example-looks-good-on-screen-width-1280px-1-firefox-linux.png b/semcore/product-head/__tests__/product-head.browser-test.tsx-snapshots/-visual-Verify-base-example-looks-good-on-screen-width-1280px-1-firefox-linux.png index 6e7ec49e5f..bc89e87084 100644 Binary files a/semcore/product-head/__tests__/product-head.browser-test.tsx-snapshots/-visual-Verify-base-example-looks-good-on-screen-width-1280px-1-firefox-linux.png and b/semcore/product-head/__tests__/product-head.browser-test.tsx-snapshots/-visual-Verify-base-example-looks-good-on-screen-width-1280px-1-firefox-linux.png differ diff --git a/semcore/product-head/__tests__/product-head.browser-test.tsx-snapshots/-visual-Verify-base-example-looks-good-on-screen-width-1280px-1-webkit-linux.png b/semcore/product-head/__tests__/product-head.browser-test.tsx-snapshots/-visual-Verify-base-example-looks-good-on-screen-width-1280px-1-webkit-linux.png index bd6994ae11..5bb3de0b04 100644 Binary files a/semcore/product-head/__tests__/product-head.browser-test.tsx-snapshots/-visual-Verify-base-example-looks-good-on-screen-width-1280px-1-webkit-linux.png and b/semcore/product-head/__tests__/product-head.browser-test.tsx-snapshots/-visual-Verify-base-example-looks-good-on-screen-width-1280px-1-webkit-linux.png differ diff --git a/semcore/product-head/__tests__/product-head.browser-test.tsx-snapshots/-visual-Verify-base-example-looks-good-on-screen-width-1920px-1-chromium-linux.png b/semcore/product-head/__tests__/product-head.browser-test.tsx-snapshots/-visual-Verify-base-example-looks-good-on-screen-width-1920px-1-chromium-linux.png index 442d5e9770..a42347104b 100644 Binary files a/semcore/product-head/__tests__/product-head.browser-test.tsx-snapshots/-visual-Verify-base-example-looks-good-on-screen-width-1920px-1-chromium-linux.png and b/semcore/product-head/__tests__/product-head.browser-test.tsx-snapshots/-visual-Verify-base-example-looks-good-on-screen-width-1920px-1-chromium-linux.png differ diff --git a/semcore/product-head/__tests__/product-head.browser-test.tsx-snapshots/-visual-Verify-base-example-looks-good-on-screen-width-1920px-1-firefox-linux.png b/semcore/product-head/__tests__/product-head.browser-test.tsx-snapshots/-visual-Verify-base-example-looks-good-on-screen-width-1920px-1-firefox-linux.png index 7d96823725..de9b26fbe6 100644 Binary files a/semcore/product-head/__tests__/product-head.browser-test.tsx-snapshots/-visual-Verify-base-example-looks-good-on-screen-width-1920px-1-firefox-linux.png and b/semcore/product-head/__tests__/product-head.browser-test.tsx-snapshots/-visual-Verify-base-example-looks-good-on-screen-width-1920px-1-firefox-linux.png differ diff --git a/semcore/product-head/__tests__/product-head.browser-test.tsx-snapshots/-visual-Verify-base-example-looks-good-on-screen-width-1920px-1-webkit-linux.png b/semcore/product-head/__tests__/product-head.browser-test.tsx-snapshots/-visual-Verify-base-example-looks-good-on-screen-width-1920px-1-webkit-linux.png index 8f59fcff65..68e5d16ede 100644 Binary files a/semcore/product-head/__tests__/product-head.browser-test.tsx-snapshots/-visual-Verify-base-example-looks-good-on-screen-width-1920px-1-webkit-linux.png and b/semcore/product-head/__tests__/product-head.browser-test.tsx-snapshots/-visual-Verify-base-example-looks-good-on-screen-width-1920px-1-webkit-linux.png differ diff --git a/semcore/product-head/__tests__/product-head.browser-test.tsx-snapshots/-visual-Verify-base-example-looks-good-on-screen-width-320px-1-chromium-linux.png b/semcore/product-head/__tests__/product-head.browser-test.tsx-snapshots/-visual-Verify-base-example-looks-good-on-screen-width-320px-1-chromium-linux.png index 994f3fd9b7..2518d05673 100644 Binary files a/semcore/product-head/__tests__/product-head.browser-test.tsx-snapshots/-visual-Verify-base-example-looks-good-on-screen-width-320px-1-chromium-linux.png and b/semcore/product-head/__tests__/product-head.browser-test.tsx-snapshots/-visual-Verify-base-example-looks-good-on-screen-width-320px-1-chromium-linux.png differ diff --git a/semcore/product-head/__tests__/product-head.browser-test.tsx-snapshots/-visual-Verify-base-example-looks-good-on-screen-width-320px-1-firefox-linux.png b/semcore/product-head/__tests__/product-head.browser-test.tsx-snapshots/-visual-Verify-base-example-looks-good-on-screen-width-320px-1-firefox-linux.png index 52e94b6a91..fe3f32433e 100644 Binary files a/semcore/product-head/__tests__/product-head.browser-test.tsx-snapshots/-visual-Verify-base-example-looks-good-on-screen-width-320px-1-firefox-linux.png and b/semcore/product-head/__tests__/product-head.browser-test.tsx-snapshots/-visual-Verify-base-example-looks-good-on-screen-width-320px-1-firefox-linux.png differ diff --git a/semcore/product-head/__tests__/product-head.browser-test.tsx-snapshots/-visual-Verify-base-example-looks-good-on-screen-width-320px-1-webkit-linux.png b/semcore/product-head/__tests__/product-head.browser-test.tsx-snapshots/-visual-Verify-base-example-looks-good-on-screen-width-320px-1-webkit-linux.png index 0fd3a7e065..45ea59f27a 100644 Binary files a/semcore/product-head/__tests__/product-head.browser-test.tsx-snapshots/-visual-Verify-base-example-looks-good-on-screen-width-320px-1-webkit-linux.png and b/semcore/product-head/__tests__/product-head.browser-test.tsx-snapshots/-visual-Verify-base-example-looks-good-on-screen-width-320px-1-webkit-linux.png differ diff --git a/semcore/product-head/__tests__/product-head.browser-test.tsx-snapshots/-visual-Verify-base-example-looks-good-on-screen-width-768px-1-chromium-linux.png b/semcore/product-head/__tests__/product-head.browser-test.tsx-snapshots/-visual-Verify-base-example-looks-good-on-screen-width-768px-1-chromium-linux.png index 07325dc6a9..c27ba4d19f 100644 Binary files a/semcore/product-head/__tests__/product-head.browser-test.tsx-snapshots/-visual-Verify-base-example-looks-good-on-screen-width-768px-1-chromium-linux.png and b/semcore/product-head/__tests__/product-head.browser-test.tsx-snapshots/-visual-Verify-base-example-looks-good-on-screen-width-768px-1-chromium-linux.png differ diff --git a/semcore/product-head/__tests__/product-head.browser-test.tsx-snapshots/-visual-Verify-base-example-looks-good-on-screen-width-768px-1-firefox-linux.png b/semcore/product-head/__tests__/product-head.browser-test.tsx-snapshots/-visual-Verify-base-example-looks-good-on-screen-width-768px-1-firefox-linux.png index 5667eb3ead..5ae8fbc41b 100644 Binary files a/semcore/product-head/__tests__/product-head.browser-test.tsx-snapshots/-visual-Verify-base-example-looks-good-on-screen-width-768px-1-firefox-linux.png and b/semcore/product-head/__tests__/product-head.browser-test.tsx-snapshots/-visual-Verify-base-example-looks-good-on-screen-width-768px-1-firefox-linux.png differ diff --git a/semcore/product-head/__tests__/product-head.browser-test.tsx-snapshots/-visual-Verify-base-example-looks-good-on-screen-width-768px-1-webkit-linux.png b/semcore/product-head/__tests__/product-head.browser-test.tsx-snapshots/-visual-Verify-base-example-looks-good-on-screen-width-768px-1-webkit-linux.png index 1e78ae4f10..cf638d0f1b 100644 Binary files a/semcore/product-head/__tests__/product-head.browser-test.tsx-snapshots/-visual-Verify-base-example-looks-good-on-screen-width-768px-1-webkit-linux.png and b/semcore/product-head/__tests__/product-head.browser-test.tsx-snapshots/-visual-Verify-base-example-looks-good-on-screen-width-768px-1-webkit-linux.png differ diff --git a/semcore/product-head/__tests__/product-head.browser-test.tsx-snapshots/-visual-Verify-looks-good-when-long-long-title-1-chromium-linux.png b/semcore/product-head/__tests__/product-head.browser-test.tsx-snapshots/-visual-Verify-looks-good-when-long-long-title-1-chromium-linux.png index 2604b7adce..ba2ac76c80 100644 Binary files a/semcore/product-head/__tests__/product-head.browser-test.tsx-snapshots/-visual-Verify-looks-good-when-long-long-title-1-chromium-linux.png and b/semcore/product-head/__tests__/product-head.browser-test.tsx-snapshots/-visual-Verify-looks-good-when-long-long-title-1-chromium-linux.png differ diff --git a/semcore/product-head/__tests__/product-head.browser-test.tsx-snapshots/-visual-Verify-looks-good-when-long-long-title-1-firefox-linux.png b/semcore/product-head/__tests__/product-head.browser-test.tsx-snapshots/-visual-Verify-looks-good-when-long-long-title-1-firefox-linux.png index d339ba42f4..d12b325c54 100644 Binary files a/semcore/product-head/__tests__/product-head.browser-test.tsx-snapshots/-visual-Verify-looks-good-when-long-long-title-1-firefox-linux.png and b/semcore/product-head/__tests__/product-head.browser-test.tsx-snapshots/-visual-Verify-looks-good-when-long-long-title-1-firefox-linux.png differ diff --git a/semcore/product-head/__tests__/product-head.browser-test.tsx-snapshots/-visual-Verify-looks-good-when-long-long-title-1-webkit-linux.png b/semcore/product-head/__tests__/product-head.browser-test.tsx-snapshots/-visual-Verify-looks-good-when-long-long-title-1-webkit-linux.png index 95fb8dfe9c..8b0a863b8b 100644 Binary files a/semcore/product-head/__tests__/product-head.browser-test.tsx-snapshots/-visual-Verify-looks-good-when-long-long-title-1-webkit-linux.png and b/semcore/product-head/__tests__/product-head.browser-test.tsx-snapshots/-visual-Verify-looks-good-when-long-long-title-1-webkit-linux.png differ diff --git a/semcore/product-head/__tests__/product-head.browser-test.tsx-snapshots/-visual-Verify-renders-when-single-items-used-1-chromium-linux.png b/semcore/product-head/__tests__/product-head.browser-test.tsx-snapshots/-visual-Verify-renders-when-single-items-used-1-chromium-linux.png index 3e024c1fa3..b51f712545 100644 Binary files a/semcore/product-head/__tests__/product-head.browser-test.tsx-snapshots/-visual-Verify-renders-when-single-items-used-1-chromium-linux.png and b/semcore/product-head/__tests__/product-head.browser-test.tsx-snapshots/-visual-Verify-renders-when-single-items-used-1-chromium-linux.png differ diff --git a/semcore/product-head/__tests__/product-head.browser-test.tsx-snapshots/-visual-Verify-renders-when-single-items-used-1-firefox-linux.png b/semcore/product-head/__tests__/product-head.browser-test.tsx-snapshots/-visual-Verify-renders-when-single-items-used-1-firefox-linux.png index cbb4758f60..bbe1081fd3 100644 Binary files a/semcore/product-head/__tests__/product-head.browser-test.tsx-snapshots/-visual-Verify-renders-when-single-items-used-1-firefox-linux.png and b/semcore/product-head/__tests__/product-head.browser-test.tsx-snapshots/-visual-Verify-renders-when-single-items-used-1-firefox-linux.png differ diff --git a/semcore/product-head/__tests__/product-head.browser-test.tsx-snapshots/-visual-Verify-renders-when-single-items-used-1-webkit-linux.png b/semcore/product-head/__tests__/product-head.browser-test.tsx-snapshots/-visual-Verify-renders-when-single-items-used-1-webkit-linux.png index 108f7b93db..046ed6cb95 100644 Binary files a/semcore/product-head/__tests__/product-head.browser-test.tsx-snapshots/-visual-Verify-renders-when-single-items-used-1-webkit-linux.png and b/semcore/product-head/__tests__/product-head.browser-test.tsx-snapshots/-visual-Verify-renders-when-single-items-used-1-webkit-linux.png differ diff --git a/semcore/progress-bar/__tests__/progress-bar.browser-test.tsx-snapshots/-visual-Verify-progress-bar-with-background-customization-with-value-0-size-s-theme-invert-1-chromium-linux.png b/semcore/progress-bar/__tests__/progress-bar.browser-test.tsx-snapshots/-visual-Verify-progress-bar-with-background-customization-with-value-0-size-s-theme-invert-1-chromium-linux.png index 20ad851556..097bfaf4b9 100644 Binary files a/semcore/progress-bar/__tests__/progress-bar.browser-test.tsx-snapshots/-visual-Verify-progress-bar-with-background-customization-with-value-0-size-s-theme-invert-1-chromium-linux.png and b/semcore/progress-bar/__tests__/progress-bar.browser-test.tsx-snapshots/-visual-Verify-progress-bar-with-background-customization-with-value-0-size-s-theme-invert-1-chromium-linux.png differ diff --git a/semcore/progress-bar/__tests__/progress-bar.browser-test.tsx-snapshots/-visual-Verify-progress-bar-with-background-customization-with-value-0-size-s-theme-invert-1-firefox-linux.png b/semcore/progress-bar/__tests__/progress-bar.browser-test.tsx-snapshots/-visual-Verify-progress-bar-with-background-customization-with-value-0-size-s-theme-invert-1-firefox-linux.png index c9c45f7cbc..8ea3e78857 100644 Binary files a/semcore/progress-bar/__tests__/progress-bar.browser-test.tsx-snapshots/-visual-Verify-progress-bar-with-background-customization-with-value-0-size-s-theme-invert-1-firefox-linux.png and b/semcore/progress-bar/__tests__/progress-bar.browser-test.tsx-snapshots/-visual-Verify-progress-bar-with-background-customization-with-value-0-size-s-theme-invert-1-firefox-linux.png differ diff --git a/semcore/progress-bar/__tests__/progress-bar.browser-test.tsx-snapshots/-visual-Verify-progress-bar-with-background-customization-with-value-0-size-s-theme-invert-1-webkit-linux.png b/semcore/progress-bar/__tests__/progress-bar.browser-test.tsx-snapshots/-visual-Verify-progress-bar-with-background-customization-with-value-0-size-s-theme-invert-1-webkit-linux.png index d41db21b7e..642108d820 100644 Binary files a/semcore/progress-bar/__tests__/progress-bar.browser-test.tsx-snapshots/-visual-Verify-progress-bar-with-background-customization-with-value-0-size-s-theme-invert-1-webkit-linux.png and b/semcore/progress-bar/__tests__/progress-bar.browser-test.tsx-snapshots/-visual-Verify-progress-bar-with-background-customization-with-value-0-size-s-theme-invert-1-webkit-linux.png differ diff --git a/semcore/progress-bar/__tests__/progress-bar.browser-test.tsx-snapshots/-visual-Verify-progress-bar-with-background-customization-with-value-110-size-m-theme-dark-1-chromium-linux.png b/semcore/progress-bar/__tests__/progress-bar.browser-test.tsx-snapshots/-visual-Verify-progress-bar-with-background-customization-with-value-110-size-m-theme-dark-1-chromium-linux.png index b5ad5ad0e7..d89553a50a 100644 Binary files a/semcore/progress-bar/__tests__/progress-bar.browser-test.tsx-snapshots/-visual-Verify-progress-bar-with-background-customization-with-value-110-size-m-theme-dark-1-chromium-linux.png and b/semcore/progress-bar/__tests__/progress-bar.browser-test.tsx-snapshots/-visual-Verify-progress-bar-with-background-customization-with-value-110-size-m-theme-dark-1-chromium-linux.png differ diff --git a/semcore/progress-bar/__tests__/progress-bar.browser-test.tsx-snapshots/-visual-Verify-progress-bar-with-background-customization-with-value-110-size-m-theme-dark-1-firefox-linux.png b/semcore/progress-bar/__tests__/progress-bar.browser-test.tsx-snapshots/-visual-Verify-progress-bar-with-background-customization-with-value-110-size-m-theme-dark-1-firefox-linux.png index 10d13f5a73..f5e472b7b0 100644 Binary files a/semcore/progress-bar/__tests__/progress-bar.browser-test.tsx-snapshots/-visual-Verify-progress-bar-with-background-customization-with-value-110-size-m-theme-dark-1-firefox-linux.png and b/semcore/progress-bar/__tests__/progress-bar.browser-test.tsx-snapshots/-visual-Verify-progress-bar-with-background-customization-with-value-110-size-m-theme-dark-1-firefox-linux.png differ diff --git a/semcore/progress-bar/__tests__/progress-bar.browser-test.tsx-snapshots/-visual-Verify-progress-bar-with-background-customization-with-value-110-size-m-theme-dark-1-webkit-linux.png b/semcore/progress-bar/__tests__/progress-bar.browser-test.tsx-snapshots/-visual-Verify-progress-bar-with-background-customization-with-value-110-size-m-theme-dark-1-webkit-linux.png index 8a67c0ba51..b33b6d2c89 100644 Binary files a/semcore/progress-bar/__tests__/progress-bar.browser-test.tsx-snapshots/-visual-Verify-progress-bar-with-background-customization-with-value-110-size-m-theme-dark-1-webkit-linux.png and b/semcore/progress-bar/__tests__/progress-bar.browser-test.tsx-snapshots/-visual-Verify-progress-bar-with-background-customization-with-value-110-size-m-theme-dark-1-webkit-linux.png differ diff --git a/semcore/progress-bar/__tests__/progress-bar.browser-test.tsx-snapshots/-visual-Verify-progress-bar-with-background-customization-with-value-50-size-l-theme-violet-100-1-chromium-linux.png b/semcore/progress-bar/__tests__/progress-bar.browser-test.tsx-snapshots/-visual-Verify-progress-bar-with-background-customization-with-value-50-size-l-theme-violet-100-1-chromium-linux.png index 8e59d108c4..4628d4a09c 100644 Binary files a/semcore/progress-bar/__tests__/progress-bar.browser-test.tsx-snapshots/-visual-Verify-progress-bar-with-background-customization-with-value-50-size-l-theme-violet-100-1-chromium-linux.png and b/semcore/progress-bar/__tests__/progress-bar.browser-test.tsx-snapshots/-visual-Verify-progress-bar-with-background-customization-with-value-50-size-l-theme-violet-100-1-chromium-linux.png differ diff --git a/semcore/progress-bar/__tests__/progress-bar.browser-test.tsx-snapshots/-visual-Verify-progress-bar-with-background-customization-with-value-50-size-l-theme-violet-100-1-firefox-linux.png b/semcore/progress-bar/__tests__/progress-bar.browser-test.tsx-snapshots/-visual-Verify-progress-bar-with-background-customization-with-value-50-size-l-theme-violet-100-1-firefox-linux.png index b207becf5c..668a005040 100644 Binary files a/semcore/progress-bar/__tests__/progress-bar.browser-test.tsx-snapshots/-visual-Verify-progress-bar-with-background-customization-with-value-50-size-l-theme-violet-100-1-firefox-linux.png and b/semcore/progress-bar/__tests__/progress-bar.browser-test.tsx-snapshots/-visual-Verify-progress-bar-with-background-customization-with-value-50-size-l-theme-violet-100-1-firefox-linux.png differ diff --git a/semcore/progress-bar/__tests__/progress-bar.browser-test.tsx-snapshots/-visual-Verify-progress-bar-with-background-customization-with-value-50-size-l-theme-violet-100-1-webkit-linux.png b/semcore/progress-bar/__tests__/progress-bar.browser-test.tsx-snapshots/-visual-Verify-progress-bar-with-background-customization-with-value-50-size-l-theme-violet-100-1-webkit-linux.png index 1b26ebe2e2..952e8590f8 100644 Binary files a/semcore/progress-bar/__tests__/progress-bar.browser-test.tsx-snapshots/-visual-Verify-progress-bar-with-background-customization-with-value-50-size-l-theme-violet-100-1-webkit-linux.png and b/semcore/progress-bar/__tests__/progress-bar.browser-test.tsx-snapshots/-visual-Verify-progress-bar-with-background-customization-with-value-50-size-l-theme-violet-100-1-webkit-linux.png differ diff --git a/semcore/radio/__tests__/radio.browser-test.tsx-snapshots/-visual-Verify-Radio-prop-combinations-Verify--222f8--state-invalid-disabled-false-checked-true-2-chromium-linux.png b/semcore/radio/__tests__/radio.browser-test.tsx-snapshots/-visual-Verify-Radio-prop-combinations-Verify--222f8--state-invalid-disabled-false-checked-true-2-chromium-linux.png index 1fb94dd1f1..c33a7dafc8 100644 Binary files a/semcore/radio/__tests__/radio.browser-test.tsx-snapshots/-visual-Verify-Radio-prop-combinations-Verify--222f8--state-invalid-disabled-false-checked-true-2-chromium-linux.png and b/semcore/radio/__tests__/radio.browser-test.tsx-snapshots/-visual-Verify-Radio-prop-combinations-Verify--222f8--state-invalid-disabled-false-checked-true-2-chromium-linux.png differ diff --git a/semcore/radio/__tests__/radio.browser-test.tsx-snapshots/-visual-Verify-Radio-prop-combinations-Verify--222f8--state-invalid-disabled-false-checked-true-2-firefox-linux.png b/semcore/radio/__tests__/radio.browser-test.tsx-snapshots/-visual-Verify-Radio-prop-combinations-Verify--222f8--state-invalid-disabled-false-checked-true-2-firefox-linux.png index 23172f9d28..5f55120dce 100644 Binary files a/semcore/radio/__tests__/radio.browser-test.tsx-snapshots/-visual-Verify-Radio-prop-combinations-Verify--222f8--state-invalid-disabled-false-checked-true-2-firefox-linux.png and b/semcore/radio/__tests__/radio.browser-test.tsx-snapshots/-visual-Verify-Radio-prop-combinations-Verify--222f8--state-invalid-disabled-false-checked-true-2-firefox-linux.png differ diff --git a/semcore/radio/__tests__/radio.browser-test.tsx-snapshots/-visual-Verify-Radio-prop-combinations-Verify--222f8--state-invalid-disabled-false-checked-true-2-webkit-linux.png b/semcore/radio/__tests__/radio.browser-test.tsx-snapshots/-visual-Verify-Radio-prop-combinations-Verify--222f8--state-invalid-disabled-false-checked-true-2-webkit-linux.png index 6583a4514e..a436b429d2 100644 Binary files a/semcore/radio/__tests__/radio.browser-test.tsx-snapshots/-visual-Verify-Radio-prop-combinations-Verify--222f8--state-invalid-disabled-false-checked-true-2-webkit-linux.png and b/semcore/radio/__tests__/radio.browser-test.tsx-snapshots/-visual-Verify-Radio-prop-combinations-Verify--222f8--state-invalid-disabled-false-checked-true-2-webkit-linux.png differ diff --git a/semcore/radio/__tests__/radio.browser-test.tsx-snapshots/-visual-Verify-Radio-prop-combinations-Verify--29672--state-normal-disabled-false-checked-false-2-chromium-linux.png b/semcore/radio/__tests__/radio.browser-test.tsx-snapshots/-visual-Verify-Radio-prop-combinations-Verify--29672--state-normal-disabled-false-checked-false-2-chromium-linux.png index 27cc26727c..21a3d933f4 100644 Binary files a/semcore/radio/__tests__/radio.browser-test.tsx-snapshots/-visual-Verify-Radio-prop-combinations-Verify--29672--state-normal-disabled-false-checked-false-2-chromium-linux.png and b/semcore/radio/__tests__/radio.browser-test.tsx-snapshots/-visual-Verify-Radio-prop-combinations-Verify--29672--state-normal-disabled-false-checked-false-2-chromium-linux.png differ diff --git a/semcore/radio/__tests__/radio.browser-test.tsx-snapshots/-visual-Verify-Radio-prop-combinations-Verify--44865--state-normal-disabled-false-checked-false-2-chromium-linux.png b/semcore/radio/__tests__/radio.browser-test.tsx-snapshots/-visual-Verify-Radio-prop-combinations-Verify--44865--state-normal-disabled-false-checked-false-2-chromium-linux.png index 9239e57a63..79f0590789 100644 Binary files a/semcore/radio/__tests__/radio.browser-test.tsx-snapshots/-visual-Verify-Radio-prop-combinations-Verify--44865--state-normal-disabled-false-checked-false-2-chromium-linux.png and b/semcore/radio/__tests__/radio.browser-test.tsx-snapshots/-visual-Verify-Radio-prop-combinations-Verify--44865--state-normal-disabled-false-checked-false-2-chromium-linux.png differ diff --git a/semcore/radio/__tests__/radio.browser-test.tsx-snapshots/-visual-Verify-Radio-prop-combinations-Verify--47b3d--state-normal-disabled-false-checked-false-1-chromium-linux.png b/semcore/radio/__tests__/radio.browser-test.tsx-snapshots/-visual-Verify-Radio-prop-combinations-Verify--47b3d--state-normal-disabled-false-checked-false-1-chromium-linux.png index 7cfa9755d9..81e1d487a1 100644 Binary files a/semcore/radio/__tests__/radio.browser-test.tsx-snapshots/-visual-Verify-Radio-prop-combinations-Verify--47b3d--state-normal-disabled-false-checked-false-1-chromium-linux.png and b/semcore/radio/__tests__/radio.browser-test.tsx-snapshots/-visual-Verify-Radio-prop-combinations-Verify--47b3d--state-normal-disabled-false-checked-false-1-chromium-linux.png differ diff --git a/semcore/radio/__tests__/radio.browser-test.tsx-snapshots/-visual-Verify-Radio-prop-combinations-Verify--49342-l-state-normal-disabled-true-checked-false-1-chromium-linux.png b/semcore/radio/__tests__/radio.browser-test.tsx-snapshots/-visual-Verify-Radio-prop-combinations-Verify--49342-l-state-normal-disabled-true-checked-false-1-chromium-linux.png index 94088e0d66..0a4f8c5f78 100644 Binary files a/semcore/radio/__tests__/radio.browser-test.tsx-snapshots/-visual-Verify-Radio-prop-combinations-Verify--49342-l-state-normal-disabled-true-checked-false-1-chromium-linux.png and b/semcore/radio/__tests__/radio.browser-test.tsx-snapshots/-visual-Verify-Radio-prop-combinations-Verify--49342-l-state-normal-disabled-true-checked-false-1-chromium-linux.png differ diff --git a/semcore/radio/__tests__/radio.browser-test.tsx-snapshots/-visual-Verify-Radio-prop-combinations-Verify--9f6c2--state-invalid-disabled-false-checked-true-1-chromium-linux.png b/semcore/radio/__tests__/radio.browser-test.tsx-snapshots/-visual-Verify-Radio-prop-combinations-Verify--9f6c2--state-invalid-disabled-false-checked-true-1-chromium-linux.png index 0f37a070fd..7806d7f7c5 100644 Binary files a/semcore/radio/__tests__/radio.browser-test.tsx-snapshots/-visual-Verify-Radio-prop-combinations-Verify--9f6c2--state-invalid-disabled-false-checked-true-1-chromium-linux.png and b/semcore/radio/__tests__/radio.browser-test.tsx-snapshots/-visual-Verify-Radio-prop-combinations-Verify--9f6c2--state-invalid-disabled-false-checked-true-1-chromium-linux.png differ diff --git a/semcore/radio/__tests__/radio.browser-test.tsx-snapshots/-visual-Verify-Radio-prop-combinations-Verify--b4e10--state-normal-disabled-false-checked-false-1-chromium-linux.png b/semcore/radio/__tests__/radio.browser-test.tsx-snapshots/-visual-Verify-Radio-prop-combinations-Verify--b4e10--state-normal-disabled-false-checked-false-1-chromium-linux.png index 62ac9fd891..1c0865de9f 100644 Binary files a/semcore/radio/__tests__/radio.browser-test.tsx-snapshots/-visual-Verify-Radio-prop-combinations-Verify--b4e10--state-normal-disabled-false-checked-false-1-chromium-linux.png and b/semcore/radio/__tests__/radio.browser-test.tsx-snapshots/-visual-Verify-Radio-prop-combinations-Verify--b4e10--state-normal-disabled-false-checked-false-1-chromium-linux.png differ diff --git a/semcore/radio/__tests__/radio.browser-test.tsx-snapshots/-visual-Verify-Radio-prop-combinations-Verify--dfc30--state-invalid-disabled-false-checked-true-2-chromium-linux.png b/semcore/radio/__tests__/radio.browser-test.tsx-snapshots/-visual-Verify-Radio-prop-combinations-Verify--dfc30--state-invalid-disabled-false-checked-true-2-chromium-linux.png index b9ca3f6dcd..5e68c5cade 100644 Binary files a/semcore/radio/__tests__/radio.browser-test.tsx-snapshots/-visual-Verify-Radio-prop-combinations-Verify--dfc30--state-invalid-disabled-false-checked-true-2-chromium-linux.png and b/semcore/radio/__tests__/radio.browser-test.tsx-snapshots/-visual-Verify-Radio-prop-combinations-Verify--dfc30--state-invalid-disabled-false-checked-true-2-chromium-linux.png differ diff --git a/semcore/radio/__tests__/radio.browser-test.tsx-snapshots/-visual-Verify-Radio-prop-combinations-Verify--dfc30--state-invalid-disabled-false-checked-true-2-firefox-linux.png b/semcore/radio/__tests__/radio.browser-test.tsx-snapshots/-visual-Verify-Radio-prop-combinations-Verify--dfc30--state-invalid-disabled-false-checked-true-2-firefox-linux.png index aa90166951..7e9e889a19 100644 Binary files a/semcore/radio/__tests__/radio.browser-test.tsx-snapshots/-visual-Verify-Radio-prop-combinations-Verify--dfc30--state-invalid-disabled-false-checked-true-2-firefox-linux.png and b/semcore/radio/__tests__/radio.browser-test.tsx-snapshots/-visual-Verify-Radio-prop-combinations-Verify--dfc30--state-invalid-disabled-false-checked-true-2-firefox-linux.png differ diff --git a/semcore/radio/__tests__/radio.browser-test.tsx-snapshots/-visual-Verify-Radio-prop-combinations-Verify--dfc30--state-invalid-disabled-false-checked-true-2-webkit-linux.png b/semcore/radio/__tests__/radio.browser-test.tsx-snapshots/-visual-Verify-Radio-prop-combinations-Verify--dfc30--state-invalid-disabled-false-checked-true-2-webkit-linux.png index bf54fa7521..3ac6efbbe0 100644 Binary files a/semcore/radio/__tests__/radio.browser-test.tsx-snapshots/-visual-Verify-Radio-prop-combinations-Verify--dfc30--state-invalid-disabled-false-checked-true-2-webkit-linux.png and b/semcore/radio/__tests__/radio.browser-test.tsx-snapshots/-visual-Verify-Radio-prop-combinations-Verify--dfc30--state-invalid-disabled-false-checked-true-2-webkit-linux.png differ diff --git a/semcore/radio/__tests__/radio.browser-test.tsx-snapshots/-visual-Verify-Radio-prop-combinations-Verify--eeca8--state-invalid-disabled-false-checked-true-1-chromium-linux.png b/semcore/radio/__tests__/radio.browser-test.tsx-snapshots/-visual-Verify-Radio-prop-combinations-Verify--eeca8--state-invalid-disabled-false-checked-true-1-chromium-linux.png index d1b90c8ee8..94814937c3 100644 Binary files a/semcore/radio/__tests__/radio.browser-test.tsx-snapshots/-visual-Verify-Radio-prop-combinations-Verify--eeca8--state-invalid-disabled-false-checked-true-1-chromium-linux.png and b/semcore/radio/__tests__/radio.browser-test.tsx-snapshots/-visual-Verify-Radio-prop-combinations-Verify--eeca8--state-invalid-disabled-false-checked-true-1-chromium-linux.png differ diff --git a/semcore/radio/__tests__/radio.browser-test.tsx-snapshots/-visual-Verify-RadioGroup-and-Radio-prop-combi-275e0-Group-size-l-theme-undefined-disabled-false-1-chromium-linux.png b/semcore/radio/__tests__/radio.browser-test.tsx-snapshots/-visual-Verify-RadioGroup-and-Radio-prop-combi-275e0-Group-size-l-theme-undefined-disabled-false-1-chromium-linux.png index f45843dd31..e1c12c8af9 100644 Binary files a/semcore/radio/__tests__/radio.browser-test.tsx-snapshots/-visual-Verify-RadioGroup-and-Radio-prop-combi-275e0-Group-size-l-theme-undefined-disabled-false-1-chromium-linux.png and b/semcore/radio/__tests__/radio.browser-test.tsx-snapshots/-visual-Verify-RadioGroup-and-Radio-prop-combi-275e0-Group-size-l-theme-undefined-disabled-false-1-chromium-linux.png differ diff --git a/semcore/radio/__tests__/radio.browser-test.tsx-snapshots/-visual-Verify-RadioGroup-and-Radio-prop-combi-3962f-Group-size-m-theme-undefined-disabled-false-2-chromium-linux.png b/semcore/radio/__tests__/radio.browser-test.tsx-snapshots/-visual-Verify-RadioGroup-and-Radio-prop-combi-3962f-Group-size-m-theme-undefined-disabled-false-2-chromium-linux.png index 9620306774..8b142fb3e2 100644 Binary files a/semcore/radio/__tests__/radio.browser-test.tsx-snapshots/-visual-Verify-RadioGroup-and-Radio-prop-combi-3962f-Group-size-m-theme-undefined-disabled-false-2-chromium-linux.png and b/semcore/radio/__tests__/radio.browser-test.tsx-snapshots/-visual-Verify-RadioGroup-and-Radio-prop-combi-3962f-Group-size-m-theme-undefined-disabled-false-2-chromium-linux.png differ diff --git a/semcore/radio/__tests__/radio.browser-test.tsx-snapshots/-visual-Verify-RadioGroup-and-Radio-prop-combi-426d5-Group-size-l-theme-undefined-disabled-false-2-chromium-linux.png b/semcore/radio/__tests__/radio.browser-test.tsx-snapshots/-visual-Verify-RadioGroup-and-Radio-prop-combi-426d5-Group-size-l-theme-undefined-disabled-false-2-chromium-linux.png index 2dc2efaaaa..24a43a42ee 100644 Binary files a/semcore/radio/__tests__/radio.browser-test.tsx-snapshots/-visual-Verify-RadioGroup-and-Radio-prop-combi-426d5-Group-size-l-theme-undefined-disabled-false-2-chromium-linux.png and b/semcore/radio/__tests__/radio.browser-test.tsx-snapshots/-visual-Verify-RadioGroup-and-Radio-prop-combi-426d5-Group-size-l-theme-undefined-disabled-false-2-chromium-linux.png differ diff --git a/semcore/radio/__tests__/radio.browser-test.tsx-snapshots/-visual-Verify-RadioGroup-and-Radio-prop-combi-57c11-Group-size-m-theme-yellow-400-disabled-true-1-chromium-linux.png b/semcore/radio/__tests__/radio.browser-test.tsx-snapshots/-visual-Verify-RadioGroup-and-Radio-prop-combi-57c11-Group-size-m-theme-yellow-400-disabled-true-1-chromium-linux.png index 7c23324004..6f1f346f58 100644 Binary files a/semcore/radio/__tests__/radio.browser-test.tsx-snapshots/-visual-Verify-RadioGroup-and-Radio-prop-combi-57c11-Group-size-m-theme-yellow-400-disabled-true-1-chromium-linux.png and b/semcore/radio/__tests__/radio.browser-test.tsx-snapshots/-visual-Verify-RadioGroup-and-Radio-prop-combi-57c11-Group-size-m-theme-yellow-400-disabled-true-1-chromium-linux.png differ diff --git a/semcore/radio/__tests__/radio.browser-test.tsx-snapshots/-visual-Verify-RadioGroup-and-Radio-prop-combi-64f06-props-size-m-theme-undefined-disabled-false-1-chromium-linux.png b/semcore/radio/__tests__/radio.browser-test.tsx-snapshots/-visual-Verify-RadioGroup-and-Radio-prop-combi-64f06-props-size-m-theme-undefined-disabled-false-1-chromium-linux.png index c95cc23346..c9c61c7e0c 100644 Binary files a/semcore/radio/__tests__/radio.browser-test.tsx-snapshots/-visual-Verify-RadioGroup-and-Radio-prop-combi-64f06-props-size-m-theme-undefined-disabled-false-1-chromium-linux.png and b/semcore/radio/__tests__/radio.browser-test.tsx-snapshots/-visual-Verify-RadioGroup-and-Radio-prop-combi-64f06-props-size-m-theme-undefined-disabled-false-1-chromium-linux.png differ diff --git a/semcore/radio/__tests__/radio.browser-test.tsx-snapshots/-visual-Verify-RadioGroup-and-Radio-prop-combi-74c7d-props-size-l-theme-undefined-disabled-false-2-chromium-linux.png b/semcore/radio/__tests__/radio.browser-test.tsx-snapshots/-visual-Verify-RadioGroup-and-Radio-prop-combi-74c7d-props-size-l-theme-undefined-disabled-false-2-chromium-linux.png index 1e7528edf9..6806181f58 100644 Binary files a/semcore/radio/__tests__/radio.browser-test.tsx-snapshots/-visual-Verify-RadioGroup-and-Radio-prop-combi-74c7d-props-size-l-theme-undefined-disabled-false-2-chromium-linux.png and b/semcore/radio/__tests__/radio.browser-test.tsx-snapshots/-visual-Verify-RadioGroup-and-Radio-prop-combi-74c7d-props-size-l-theme-undefined-disabled-false-2-chromium-linux.png differ diff --git a/semcore/radio/__tests__/radio.browser-test.tsx-snapshots/-visual-Verify-RadioGroup-and-Radio-prop-combi-77394-Group-size-l-theme-yellow-400-disabled-true-1-chromium-linux.png b/semcore/radio/__tests__/radio.browser-test.tsx-snapshots/-visual-Verify-RadioGroup-and-Radio-prop-combi-77394-Group-size-l-theme-yellow-400-disabled-true-1-chromium-linux.png index b01b7a91b2..39b1378168 100644 Binary files a/semcore/radio/__tests__/radio.browser-test.tsx-snapshots/-visual-Verify-RadioGroup-and-Radio-prop-combi-77394-Group-size-l-theme-yellow-400-disabled-true-1-chromium-linux.png and b/semcore/radio/__tests__/radio.browser-test.tsx-snapshots/-visual-Verify-RadioGroup-and-Radio-prop-combi-77394-Group-size-l-theme-yellow-400-disabled-true-1-chromium-linux.png differ diff --git a/semcore/radio/__tests__/radio.browser-test.tsx-snapshots/-visual-Verify-RadioGroup-and-Radio-prop-combi-876d5-Group-size-m-theme-undefined-disabled-false-1-chromium-linux.png b/semcore/radio/__tests__/radio.browser-test.tsx-snapshots/-visual-Verify-RadioGroup-and-Radio-prop-combi-876d5-Group-size-m-theme-undefined-disabled-false-1-chromium-linux.png index ff52dc91de..f921b31c47 100644 Binary files a/semcore/radio/__tests__/radio.browser-test.tsx-snapshots/-visual-Verify-RadioGroup-and-Radio-prop-combi-876d5-Group-size-m-theme-undefined-disabled-false-1-chromium-linux.png and b/semcore/radio/__tests__/radio.browser-test.tsx-snapshots/-visual-Verify-RadioGroup-and-Radio-prop-combi-876d5-Group-size-m-theme-undefined-disabled-false-1-chromium-linux.png differ diff --git a/semcore/radio/__tests__/radio.browser-test.tsx-snapshots/-visual-Verify-RadioGroup-and-Radio-prop-combi-a4d5b-props-size-m-theme-undefined-disabled-false-2-chromium-linux.png b/semcore/radio/__tests__/radio.browser-test.tsx-snapshots/-visual-Verify-RadioGroup-and-Radio-prop-combi-a4d5b-props-size-m-theme-undefined-disabled-false-2-chromium-linux.png index 6db86dfe86..7ca9765017 100644 Binary files a/semcore/radio/__tests__/radio.browser-test.tsx-snapshots/-visual-Verify-RadioGroup-and-Radio-prop-combi-a4d5b-props-size-m-theme-undefined-disabled-false-2-chromium-linux.png and b/semcore/radio/__tests__/radio.browser-test.tsx-snapshots/-visual-Verify-RadioGroup-and-Radio-prop-combi-a4d5b-props-size-m-theme-undefined-disabled-false-2-chromium-linux.png differ diff --git a/semcore/radio/__tests__/radio.browser-test.tsx-snapshots/-visual-Verify-RadioGroup-and-Radio-prop-combi-d0f90-props-size-l-theme-undefined-disabled-false-1-chromium-linux.png b/semcore/radio/__tests__/radio.browser-test.tsx-snapshots/-visual-Verify-RadioGroup-and-Radio-prop-combi-d0f90-props-size-l-theme-undefined-disabled-false-1-chromium-linux.png index 4cad8d5032..bcc21239e4 100644 Binary files a/semcore/radio/__tests__/radio.browser-test.tsx-snapshots/-visual-Verify-RadioGroup-and-Radio-prop-combi-d0f90-props-size-l-theme-undefined-disabled-false-1-chromium-linux.png and b/semcore/radio/__tests__/radio.browser-test.tsx-snapshots/-visual-Verify-RadioGroup-and-Radio-prop-combi-d0f90-props-size-l-theme-undefined-disabled-false-1-chromium-linux.png differ diff --git a/semcore/radio/__tests__/ux-patterns-with-radio/radio-and-select.browser-test.tsx-snapshots/-visual-Verify-Radio-and-Select-UX-pattern-1-chromium-linux.png b/semcore/radio/__tests__/ux-patterns-with-radio/radio-and-select.browser-test.tsx-snapshots/-visual-Verify-Radio-and-Select-UX-pattern-1-chromium-linux.png index 0e91793d68..9aac0d87f7 100644 Binary files a/semcore/radio/__tests__/ux-patterns-with-radio/radio-and-select.browser-test.tsx-snapshots/-visual-Verify-Radio-and-Select-UX-pattern-1-chromium-linux.png and b/semcore/radio/__tests__/ux-patterns-with-radio/radio-and-select.browser-test.tsx-snapshots/-visual-Verify-Radio-and-Select-UX-pattern-1-chromium-linux.png differ diff --git a/semcore/radio/__tests__/ux-patterns-with-radio/radio-and-select.browser-test.tsx-snapshots/-visual-Verify-Radio-and-Select-UX-pattern-1-firefox-linux.png b/semcore/radio/__tests__/ux-patterns-with-radio/radio-and-select.browser-test.tsx-snapshots/-visual-Verify-Radio-and-Select-UX-pattern-1-firefox-linux.png index a858671f0b..9baf048988 100644 Binary files a/semcore/radio/__tests__/ux-patterns-with-radio/radio-and-select.browser-test.tsx-snapshots/-visual-Verify-Radio-and-Select-UX-pattern-1-firefox-linux.png and b/semcore/radio/__tests__/ux-patterns-with-radio/radio-and-select.browser-test.tsx-snapshots/-visual-Verify-Radio-and-Select-UX-pattern-1-firefox-linux.png differ diff --git a/semcore/radio/__tests__/ux-patterns-with-radio/radio-and-select.browser-test.tsx-snapshots/-visual-Verify-Radio-and-Select-UX-pattern-1-webkit-linux.png b/semcore/radio/__tests__/ux-patterns-with-radio/radio-and-select.browser-test.tsx-snapshots/-visual-Verify-Radio-and-Select-UX-pattern-1-webkit-linux.png index 72ebda4eb7..042b238591 100644 Binary files a/semcore/radio/__tests__/ux-patterns-with-radio/radio-and-select.browser-test.tsx-snapshots/-visual-Verify-Radio-and-Select-UX-pattern-1-webkit-linux.png and b/semcore/radio/__tests__/ux-patterns-with-radio/radio-and-select.browser-test.tsx-snapshots/-visual-Verify-Radio-and-Select-UX-pattern-1-webkit-linux.png differ diff --git a/semcore/radio/__tests__/ux-patterns-with-radio/radio-and-select.browser-test.tsx-snapshots/-visual-Verify-Radio-and-Select-UX-pattern-2-chromium-linux.png b/semcore/radio/__tests__/ux-patterns-with-radio/radio-and-select.browser-test.tsx-snapshots/-visual-Verify-Radio-and-Select-UX-pattern-2-chromium-linux.png index fad0b657f7..1302d565eb 100644 Binary files a/semcore/radio/__tests__/ux-patterns-with-radio/radio-and-select.browser-test.tsx-snapshots/-visual-Verify-Radio-and-Select-UX-pattern-2-chromium-linux.png and b/semcore/radio/__tests__/ux-patterns-with-radio/radio-and-select.browser-test.tsx-snapshots/-visual-Verify-Radio-and-Select-UX-pattern-2-chromium-linux.png differ diff --git a/semcore/radio/__tests__/ux-patterns-with-radio/radio-and-select.browser-test.tsx-snapshots/-visual-Verify-Radio-and-Select-UX-pattern-2-firefox-linux.png b/semcore/radio/__tests__/ux-patterns-with-radio/radio-and-select.browser-test.tsx-snapshots/-visual-Verify-Radio-and-Select-UX-pattern-2-firefox-linux.png index 7c374599ce..ae00e74f38 100644 Binary files a/semcore/radio/__tests__/ux-patterns-with-radio/radio-and-select.browser-test.tsx-snapshots/-visual-Verify-Radio-and-Select-UX-pattern-2-firefox-linux.png and b/semcore/radio/__tests__/ux-patterns-with-radio/radio-and-select.browser-test.tsx-snapshots/-visual-Verify-Radio-and-Select-UX-pattern-2-firefox-linux.png differ diff --git a/semcore/radio/__tests__/ux-patterns-with-radio/radio-and-select.browser-test.tsx-snapshots/-visual-Verify-Radio-and-Select-UX-pattern-2-webkit-linux.png b/semcore/radio/__tests__/ux-patterns-with-radio/radio-and-select.browser-test.tsx-snapshots/-visual-Verify-Radio-and-Select-UX-pattern-2-webkit-linux.png index 99f556af79..180dee460e 100644 Binary files a/semcore/radio/__tests__/ux-patterns-with-radio/radio-and-select.browser-test.tsx-snapshots/-visual-Verify-Radio-and-Select-UX-pattern-2-webkit-linux.png and b/semcore/radio/__tests__/ux-patterns-with-radio/radio-and-select.browser-test.tsx-snapshots/-visual-Verify-Radio-and-Select-UX-pattern-2-webkit-linux.png differ diff --git a/semcore/radio/src/style/radio.shadow.css b/semcore/radio/src/style/radio.shadow.css index 9147ccb8bf..20d4a75ff5 100644 --- a/semcore/radio/src/style/radio.shadow.css +++ b/semcore/radio/src/style/radio.shadow.css @@ -33,7 +33,7 @@ SValue { left: 0; right: 0; bottom: 0; - background: var(--intergalactic-bg-primary-neutral, oklch(1 0 0)); + background: var(--intergalactic-bg-primary-neutral, oklch(1 0 0)); /* TODO: --intergalactic-control-radio-bg-normal */ border: 1px solid; border-radius: 50%; transition: calc(var(--intergalactic-duration-control, 200) * 1ms) all ease-in-out; @@ -51,7 +51,7 @@ SValue { width: 0; height: 0; border-radius: 50%; - background: var(--intergalactic-bg-primary-neutral, oklch(1 0 0)); + background: var(--intergalactic-bg-primary-neutral, oklch(1 0 0)); /* TODO: --intergalactic-control-radio-bg-normal */ } } @@ -83,11 +83,11 @@ SValue[size='l'] { } SValue[state='normal']::before { - border-color: var(--intergalactic-border-primary, oklch(0.137 0.026 175.7 / 0.161)); + border-color: var(--intergalactic-border-primary, oklch(0.137 0.026 175.7 / 0.161)); /* TODO: --intergalactic-control-radio-border */ } SValue[state='invalid']::before { - border-color: var(--intergalactic-border-critical-active, oklch(0.7 0.21 23)); + border-color: var(--intergalactic-border-critical-active, oklch(0.7 0.21 23)); /* TODO: ...? not sure if we need to add special vars for invalid radio */ } SControl { @@ -106,18 +106,18 @@ SControl:checked~SValue[size='l']::after { } SControl:focus-visible+SValue[state='normal']::before { - border-color: var(--intergalactic-border-info-active, oklch(0.7 0.131 275.2)); + border-color: var(--intergalactic-border-info-active, oklch(0.7 0.131 275.2)); /* TODO: ...? do we need this? radio get focus outline from Box and these color is rewritten */ @mixin focus-outline-mixin; } SControl:checked~SValue::before, SControl:checked:focus-visible~SValue::before { - border-color: var(--intergalactic-control-primary-info, oklch(0.23 0.01 140)); - background-color: var(--intergalactic-control-primary-info, oklch(0.23 0.01 140)); + border-color: var(--intergalactic-control-primary-info, oklch(0.23 0.01 140)); /* TODO: --intergalactic-control-radio-bg-selected */ + background-color: var(--intergalactic-control-primary-info, oklch(0.23 0.01 140)); /* TODO: --intergalactic-control-radio-bg-selected */ } SControl:focus-visible+SValue[state='invalid']::before { - border-color: var(--intergalactic-border-critical-active, oklch(0.7 0.21 23)); + border-color: var(--intergalactic-border-critical-active, oklch(0.7 0.21 23)); /* TODO: ...? not sure if we need to add special vars for invalid radio */ @mixin focus-outline-mixin; outline-color: var(--intergalactic-keyboard-focus-invalid-outline, oklch(0.628 0.257 28.9 / 0.652)); } @@ -143,6 +143,6 @@ SInvalidPattern { border-radius: 50%; background-image: var(--intergalactic-border-critical-pattern, repeating-linear-gradient(315deg, oklch(0.7 0.21 23) 0, oklch(0.7 0.21 23) 1px, transparent 0, transparent 50%)); background-size: 6px 6px; - background-color: var(--intergalactic-bg-primary-neutral, oklch(1 0 0)); + background-color: var(--intergalactic-bg-primary-neutral, oklch(1 0 0)); /* TODO: --intergalactic-control-radio-bg-normal */ } } diff --git a/semcore/select/__tests__/filters-with-select/filter-kd-positions-volume.browser-test.tsx-snapshots/-visual-Verify-filter-KD-positions-volume-visual-states-1-chromium-linux.png b/semcore/select/__tests__/filters-with-select/filter-kd-positions-volume.browser-test.tsx-snapshots/-visual-Verify-filter-KD-positions-volume-visual-states-1-chromium-linux.png index 5a77cca7b0..5c34df80a5 100644 Binary files a/semcore/select/__tests__/filters-with-select/filter-kd-positions-volume.browser-test.tsx-snapshots/-visual-Verify-filter-KD-positions-volume-visual-states-1-chromium-linux.png and b/semcore/select/__tests__/filters-with-select/filter-kd-positions-volume.browser-test.tsx-snapshots/-visual-Verify-filter-KD-positions-volume-visual-states-1-chromium-linux.png differ diff --git a/semcore/select/__tests__/filters-with-select/filter-kd-positions-volume.browser-test.tsx-snapshots/-visual-Verify-filter-KD-positions-volume-visual-states-1-firefox-linux.png b/semcore/select/__tests__/filters-with-select/filter-kd-positions-volume.browser-test.tsx-snapshots/-visual-Verify-filter-KD-positions-volume-visual-states-1-firefox-linux.png index 71021d0723..7ccd6f8edd 100644 Binary files a/semcore/select/__tests__/filters-with-select/filter-kd-positions-volume.browser-test.tsx-snapshots/-visual-Verify-filter-KD-positions-volume-visual-states-1-firefox-linux.png and b/semcore/select/__tests__/filters-with-select/filter-kd-positions-volume.browser-test.tsx-snapshots/-visual-Verify-filter-KD-positions-volume-visual-states-1-firefox-linux.png differ diff --git a/semcore/select/__tests__/filters-with-select/filter-kd-positions-volume.browser-test.tsx-snapshots/-visual-Verify-filter-KD-positions-volume-visual-states-1-webkit-linux.png b/semcore/select/__tests__/filters-with-select/filter-kd-positions-volume.browser-test.tsx-snapshots/-visual-Verify-filter-KD-positions-volume-visual-states-1-webkit-linux.png index 94fe592cf3..bfd4493aea 100644 Binary files a/semcore/select/__tests__/filters-with-select/filter-kd-positions-volume.browser-test.tsx-snapshots/-visual-Verify-filter-KD-positions-volume-visual-states-1-webkit-linux.png and b/semcore/select/__tests__/filters-with-select/filter-kd-positions-volume.browser-test.tsx-snapshots/-visual-Verify-filter-KD-positions-volume-visual-states-1-webkit-linux.png differ diff --git a/semcore/select/__tests__/filters-with-select/filter-kd-positions-volume.browser-test.tsx-snapshots/-visual-Verify-filter-KD-positions-volume-visual-states-2-chromium-linux.png b/semcore/select/__tests__/filters-with-select/filter-kd-positions-volume.browser-test.tsx-snapshots/-visual-Verify-filter-KD-positions-volume-visual-states-2-chromium-linux.png index d9d2b4f35b..8526a8a1de 100644 Binary files a/semcore/select/__tests__/filters-with-select/filter-kd-positions-volume.browser-test.tsx-snapshots/-visual-Verify-filter-KD-positions-volume-visual-states-2-chromium-linux.png and b/semcore/select/__tests__/filters-with-select/filter-kd-positions-volume.browser-test.tsx-snapshots/-visual-Verify-filter-KD-positions-volume-visual-states-2-chromium-linux.png differ diff --git a/semcore/select/__tests__/filters-with-select/filter-kd-positions-volume.browser-test.tsx-snapshots/-visual-Verify-filter-KD-positions-volume-visual-states-2-firefox-linux.png b/semcore/select/__tests__/filters-with-select/filter-kd-positions-volume.browser-test.tsx-snapshots/-visual-Verify-filter-KD-positions-volume-visual-states-2-firefox-linux.png index fe368acaea..39a8751c89 100644 Binary files a/semcore/select/__tests__/filters-with-select/filter-kd-positions-volume.browser-test.tsx-snapshots/-visual-Verify-filter-KD-positions-volume-visual-states-2-firefox-linux.png and b/semcore/select/__tests__/filters-with-select/filter-kd-positions-volume.browser-test.tsx-snapshots/-visual-Verify-filter-KD-positions-volume-visual-states-2-firefox-linux.png differ diff --git a/semcore/select/__tests__/filters-with-select/filter-kd-positions-volume.browser-test.tsx-snapshots/-visual-Verify-filter-KD-positions-volume-visual-states-2-webkit-linux.png b/semcore/select/__tests__/filters-with-select/filter-kd-positions-volume.browser-test.tsx-snapshots/-visual-Verify-filter-KD-positions-volume-visual-states-2-webkit-linux.png index 0b5309607c..b1eea287d6 100644 Binary files a/semcore/select/__tests__/filters-with-select/filter-kd-positions-volume.browser-test.tsx-snapshots/-visual-Verify-filter-KD-positions-volume-visual-states-2-webkit-linux.png and b/semcore/select/__tests__/filters-with-select/filter-kd-positions-volume.browser-test.tsx-snapshots/-visual-Verify-filter-KD-positions-volume-visual-states-2-webkit-linux.png differ diff --git a/semcore/select/__tests__/filters-with-select/filter-kd-positions-volume.browser-test.tsx-snapshots/-visual-Verify-filter-KD-positions-volume-visual-states-3-chromium-linux.png b/semcore/select/__tests__/filters-with-select/filter-kd-positions-volume.browser-test.tsx-snapshots/-visual-Verify-filter-KD-positions-volume-visual-states-3-chromium-linux.png index 0ff35c47c7..2241629f9b 100644 Binary files a/semcore/select/__tests__/filters-with-select/filter-kd-positions-volume.browser-test.tsx-snapshots/-visual-Verify-filter-KD-positions-volume-visual-states-3-chromium-linux.png and b/semcore/select/__tests__/filters-with-select/filter-kd-positions-volume.browser-test.tsx-snapshots/-visual-Verify-filter-KD-positions-volume-visual-states-3-chromium-linux.png differ diff --git a/semcore/select/__tests__/filters-with-select/filter-kd-positions-volume.browser-test.tsx-snapshots/-visual-Verify-filter-KD-positions-volume-visual-states-3-firefox-linux.png b/semcore/select/__tests__/filters-with-select/filter-kd-positions-volume.browser-test.tsx-snapshots/-visual-Verify-filter-KD-positions-volume-visual-states-3-firefox-linux.png index 706016b5b4..3b73e704eb 100644 Binary files a/semcore/select/__tests__/filters-with-select/filter-kd-positions-volume.browser-test.tsx-snapshots/-visual-Verify-filter-KD-positions-volume-visual-states-3-firefox-linux.png and b/semcore/select/__tests__/filters-with-select/filter-kd-positions-volume.browser-test.tsx-snapshots/-visual-Verify-filter-KD-positions-volume-visual-states-3-firefox-linux.png differ diff --git a/semcore/select/__tests__/filters-with-select/filter-kd-positions-volume.browser-test.tsx-snapshots/-visual-Verify-filter-KD-positions-volume-visual-states-3-webkit-linux.png b/semcore/select/__tests__/filters-with-select/filter-kd-positions-volume.browser-test.tsx-snapshots/-visual-Verify-filter-KD-positions-volume-visual-states-3-webkit-linux.png index a8b92ace3d..d1667c5a4e 100644 Binary files a/semcore/select/__tests__/filters-with-select/filter-kd-positions-volume.browser-test.tsx-snapshots/-visual-Verify-filter-KD-positions-volume-visual-states-3-webkit-linux.png and b/semcore/select/__tests__/filters-with-select/filter-kd-positions-volume.browser-test.tsx-snapshots/-visual-Verify-filter-KD-positions-volume-visual-states-3-webkit-linux.png differ diff --git a/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-keyboard-interaction-states-1-chromium-linux.png b/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-keyboard-interaction-states-1-chromium-linux.png index 370c7f6495..a938f9e299 100644 Binary files a/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-keyboard-interaction-states-1-chromium-linux.png and b/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-keyboard-interaction-states-1-chromium-linux.png differ diff --git a/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-keyboard-interaction-states-1-firefox-linux.png b/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-keyboard-interaction-states-1-firefox-linux.png index fb255c4e77..afd856997b 100644 Binary files a/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-keyboard-interaction-states-1-firefox-linux.png and b/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-keyboard-interaction-states-1-firefox-linux.png differ diff --git a/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-keyboard-interaction-states-1-webkit-linux.png b/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-keyboard-interaction-states-1-webkit-linux.png index 223633592c..4ee9154a30 100644 Binary files a/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-keyboard-interaction-states-1-webkit-linux.png and b/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-keyboard-interaction-states-1-webkit-linux.png differ diff --git a/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-keyboard-interaction-states-2-chromium-linux.png b/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-keyboard-interaction-states-2-chromium-linux.png index 5ac9c21e08..60d565db4e 100644 Binary files a/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-keyboard-interaction-states-2-chromium-linux.png and b/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-keyboard-interaction-states-2-chromium-linux.png differ diff --git a/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-keyboard-interaction-states-2-firefox-linux.png b/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-keyboard-interaction-states-2-firefox-linux.png index b023d6e691..c1b99d502f 100644 Binary files a/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-keyboard-interaction-states-2-firefox-linux.png and b/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-keyboard-interaction-states-2-firefox-linux.png differ diff --git a/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-keyboard-interaction-states-2-webkit-linux.png b/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-keyboard-interaction-states-2-webkit-linux.png index 44a754464f..c95207508f 100644 Binary files a/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-keyboard-interaction-states-2-webkit-linux.png and b/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-keyboard-interaction-states-2-webkit-linux.png differ diff --git a/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-keyboard-interaction-states-3-chromium-linux.png b/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-keyboard-interaction-states-3-chromium-linux.png index 85c9de27ff..1ef1cc3932 100644 Binary files a/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-keyboard-interaction-states-3-chromium-linux.png and b/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-keyboard-interaction-states-3-chromium-linux.png differ diff --git a/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-keyboard-interaction-states-3-firefox-linux.png b/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-keyboard-interaction-states-3-firefox-linux.png index 47be912a65..d080827d3e 100644 Binary files a/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-keyboard-interaction-states-3-firefox-linux.png and b/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-keyboard-interaction-states-3-firefox-linux.png differ diff --git a/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-keyboard-interaction-states-3-webkit-linux.png b/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-keyboard-interaction-states-3-webkit-linux.png index f0224ceffb..7476fa3a10 100644 Binary files a/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-keyboard-interaction-states-3-webkit-linux.png and b/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-keyboard-interaction-states-3-webkit-linux.png differ diff --git a/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-keyboard-interaction-states-4-chromium-linux.png b/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-keyboard-interaction-states-4-chromium-linux.png index eb57f3ff52..110376a4e5 100644 Binary files a/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-keyboard-interaction-states-4-chromium-linux.png and b/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-keyboard-interaction-states-4-chromium-linux.png differ diff --git a/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-keyboard-interaction-states-4-firefox-linux.png b/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-keyboard-interaction-states-4-firefox-linux.png index 28f3bcb508..263066e91f 100644 Binary files a/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-keyboard-interaction-states-4-firefox-linux.png and b/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-keyboard-interaction-states-4-firefox-linux.png differ diff --git a/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-keyboard-interaction-states-4-webkit-linux.png b/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-keyboard-interaction-states-4-webkit-linux.png index e3d8db4738..7959f105d3 100644 Binary files a/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-keyboard-interaction-states-4-webkit-linux.png and b/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-keyboard-interaction-states-4-webkit-linux.png differ diff --git a/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-keyboard-interaction-states-5-chromium-linux.png b/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-keyboard-interaction-states-5-chromium-linux.png index 3199018b7f..207086cc08 100644 Binary files a/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-keyboard-interaction-states-5-chromium-linux.png and b/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-keyboard-interaction-states-5-chromium-linux.png differ diff --git a/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-keyboard-interaction-states-5-firefox-linux.png b/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-keyboard-interaction-states-5-firefox-linux.png index d12cda6a8e..e1ab61fdab 100644 Binary files a/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-keyboard-interaction-states-5-firefox-linux.png and b/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-keyboard-interaction-states-5-firefox-linux.png differ diff --git a/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-keyboard-interaction-states-5-webkit-linux.png b/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-keyboard-interaction-states-5-webkit-linux.png index ad02035417..a8a7050864 100644 Binary files a/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-keyboard-interaction-states-5-webkit-linux.png and b/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-keyboard-interaction-states-5-webkit-linux.png differ diff --git a/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-keyboard-interaction-states-6-chromium-linux.png b/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-keyboard-interaction-states-6-chromium-linux.png index e2cb11fd56..4560bb66b9 100644 Binary files a/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-keyboard-interaction-states-6-chromium-linux.png and b/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-keyboard-interaction-states-6-chromium-linux.png differ diff --git a/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-keyboard-interaction-states-6-firefox-linux.png b/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-keyboard-interaction-states-6-firefox-linux.png index 94836eadbf..bfdd41f40d 100644 Binary files a/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-keyboard-interaction-states-6-firefox-linux.png and b/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-keyboard-interaction-states-6-firefox-linux.png differ diff --git a/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-keyboard-interaction-states-6-webkit-linux.png b/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-keyboard-interaction-states-6-webkit-linux.png index 8268701063..f87f250625 100644 Binary files a/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-keyboard-interaction-states-6-webkit-linux.png and b/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-keyboard-interaction-states-6-webkit-linux.png differ diff --git a/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-mouse-interaction-states-1-chromium-linux.png b/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-mouse-interaction-states-1-chromium-linux.png index 370c7f6495..bf99f2f526 100644 Binary files a/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-mouse-interaction-states-1-chromium-linux.png and b/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-mouse-interaction-states-1-chromium-linux.png differ diff --git a/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-mouse-interaction-states-1-firefox-linux.png b/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-mouse-interaction-states-1-firefox-linux.png index fb255c4e77..afd856997b 100644 Binary files a/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-mouse-interaction-states-1-firefox-linux.png and b/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-mouse-interaction-states-1-firefox-linux.png differ diff --git a/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-mouse-interaction-states-1-webkit-linux.png b/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-mouse-interaction-states-1-webkit-linux.png index 223633592c..4ee9154a30 100644 Binary files a/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-mouse-interaction-states-1-webkit-linux.png and b/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-mouse-interaction-states-1-webkit-linux.png differ diff --git a/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-mouse-interaction-states-2-chromium-linux.png b/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-mouse-interaction-states-2-chromium-linux.png index 5ac9c21e08..5c19c76aa4 100644 Binary files a/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-mouse-interaction-states-2-chromium-linux.png and b/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-mouse-interaction-states-2-chromium-linux.png differ diff --git a/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-mouse-interaction-states-2-firefox-linux.png b/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-mouse-interaction-states-2-firefox-linux.png index b023d6e691..c1b99d502f 100644 Binary files a/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-mouse-interaction-states-2-firefox-linux.png and b/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-mouse-interaction-states-2-firefox-linux.png differ diff --git a/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-mouse-interaction-states-2-webkit-linux.png b/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-mouse-interaction-states-2-webkit-linux.png index 44a754464f..c95207508f 100644 Binary files a/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-mouse-interaction-states-2-webkit-linux.png and b/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-mouse-interaction-states-2-webkit-linux.png differ diff --git a/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-mouse-interaction-states-3-chromium-linux.png b/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-mouse-interaction-states-3-chromium-linux.png index 36073ce25c..7aa9c6ff0e 100644 Binary files a/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-mouse-interaction-states-3-chromium-linux.png and b/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-mouse-interaction-states-3-chromium-linux.png differ diff --git a/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-mouse-interaction-states-3-firefox-linux.png b/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-mouse-interaction-states-3-firefox-linux.png index ae8096cece..8d3c1a73bb 100644 Binary files a/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-mouse-interaction-states-3-firefox-linux.png and b/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-mouse-interaction-states-3-firefox-linux.png differ diff --git a/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-mouse-interaction-states-3-webkit-linux.png b/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-mouse-interaction-states-3-webkit-linux.png index a24b26bb55..87f3c41ca2 100644 Binary files a/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-mouse-interaction-states-3-webkit-linux.png and b/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-mouse-interaction-states-3-webkit-linux.png differ diff --git a/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-mouse-interaction-states-4-chromium-linux.png b/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-mouse-interaction-states-4-chromium-linux.png index 09e760b2e9..7bb0bb5c16 100644 Binary files a/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-mouse-interaction-states-4-chromium-linux.png and b/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-mouse-interaction-states-4-chromium-linux.png differ diff --git a/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-mouse-interaction-states-4-firefox-linux.png b/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-mouse-interaction-states-4-firefox-linux.png index ea05a735ca..097c8bb4f9 100644 Binary files a/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-mouse-interaction-states-4-firefox-linux.png and b/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-mouse-interaction-states-4-firefox-linux.png differ diff --git a/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-mouse-interaction-states-4-webkit-linux.png b/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-mouse-interaction-states-4-webkit-linux.png index d90c0d90bb..cd6461a8d9 100644 Binary files a/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-mouse-interaction-states-4-webkit-linux.png and b/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-mouse-interaction-states-4-webkit-linux.png differ diff --git a/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-mouse-interaction-states-5-chromium-linux.png b/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-mouse-interaction-states-5-chromium-linux.png index b129d00052..4005d42785 100644 Binary files a/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-mouse-interaction-states-5-chromium-linux.png and b/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-mouse-interaction-states-5-chromium-linux.png differ diff --git a/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-mouse-interaction-states-5-firefox-linux.png b/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-mouse-interaction-states-5-firefox-linux.png index 27ee966047..1d3e0fa9dc 100644 Binary files a/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-mouse-interaction-states-5-firefox-linux.png and b/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-mouse-interaction-states-5-firefox-linux.png differ diff --git a/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-mouse-interaction-states-5-webkit-linux.png b/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-mouse-interaction-states-5-webkit-linux.png index f963131582..db44066d66 100644 Binary files a/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-mouse-interaction-states-5-webkit-linux.png and b/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-mouse-interaction-states-5-webkit-linux.png differ diff --git a/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-mouse-interaction-states-6-chromium-linux.png b/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-mouse-interaction-states-6-chromium-linux.png index c23516cb24..e76f17e0ae 100644 Binary files a/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-mouse-interaction-states-6-chromium-linux.png and b/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-mouse-interaction-states-6-chromium-linux.png differ diff --git a/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-mouse-interaction-states-6-firefox-linux.png b/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-mouse-interaction-states-6-firefox-linux.png index db75f9c29e..1efcb8554d 100644 Binary files a/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-mouse-interaction-states-6-firefox-linux.png and b/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-mouse-interaction-states-6-firefox-linux.png differ diff --git a/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-mouse-interaction-states-6-webkit-linux.png b/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-mouse-interaction-states-6-webkit-linux.png index 611540fa19..4887ead58f 100644 Binary files a/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-mouse-interaction-states-6-webkit-linux.png and b/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-mouse-interaction-states-6-webkit-linux.png differ diff --git a/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-mouse-interaction-states-7-chromium-linux.png b/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-mouse-interaction-states-7-chromium-linux.png index c384d01f9d..c4990c782e 100644 Binary files a/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-mouse-interaction-states-7-chromium-linux.png and b/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-mouse-interaction-states-7-chromium-linux.png differ diff --git a/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-mouse-interaction-states-7-firefox-linux.png b/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-mouse-interaction-states-7-firefox-linux.png index 88dca95def..826f35ee03 100644 Binary files a/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-mouse-interaction-states-7-firefox-linux.png and b/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-mouse-interaction-states-7-firefox-linux.png differ diff --git a/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-mouse-interaction-states-7-webkit-linux.png b/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-mouse-interaction-states-7-webkit-linux.png index e7b00755a8..da5aee1292 100644 Binary files a/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-mouse-interaction-states-7-webkit-linux.png and b/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx-snapshots/-visual-Verify-SERP-features-mouse-interaction-states-7-webkit-linux.png differ diff --git a/semcore/select/__tests__/multiselect.browser-test.tsx-snapshots/-visual-Verify-multiselect-mouse-selection-visual-state-1-chromium-linux.png b/semcore/select/__tests__/multiselect.browser-test.tsx-snapshots/-visual-Verify-multiselect-mouse-selection-visual-state-1-chromium-linux.png index b556bf9d3b..436cf438b3 100644 Binary files a/semcore/select/__tests__/multiselect.browser-test.tsx-snapshots/-visual-Verify-multiselect-mouse-selection-visual-state-1-chromium-linux.png and b/semcore/select/__tests__/multiselect.browser-test.tsx-snapshots/-visual-Verify-multiselect-mouse-selection-visual-state-1-chromium-linux.png differ diff --git a/semcore/select/__tests__/multiselect.browser-test.tsx-snapshots/-visual-Verify-multiselect-mouse-selection-visual-state-1-firefox-linux.png b/semcore/select/__tests__/multiselect.browser-test.tsx-snapshots/-visual-Verify-multiselect-mouse-selection-visual-state-1-firefox-linux.png index ff35fb2ff1..91d140e790 100644 Binary files a/semcore/select/__tests__/multiselect.browser-test.tsx-snapshots/-visual-Verify-multiselect-mouse-selection-visual-state-1-firefox-linux.png and b/semcore/select/__tests__/multiselect.browser-test.tsx-snapshots/-visual-Verify-multiselect-mouse-selection-visual-state-1-firefox-linux.png differ diff --git a/semcore/select/__tests__/multiselect.browser-test.tsx-snapshots/-visual-Verify-multiselect-mouse-selection-visual-state-1-webkit-linux.png b/semcore/select/__tests__/multiselect.browser-test.tsx-snapshots/-visual-Verify-multiselect-mouse-selection-visual-state-1-webkit-linux.png index e47db13474..4e8bc254b8 100644 Binary files a/semcore/select/__tests__/multiselect.browser-test.tsx-snapshots/-visual-Verify-multiselect-mouse-selection-visual-state-1-webkit-linux.png and b/semcore/select/__tests__/multiselect.browser-test.tsx-snapshots/-visual-Verify-multiselect-mouse-selection-visual-state-1-webkit-linux.png differ diff --git a/semcore/select/__tests__/multiselect.browser-test.tsx-snapshots/-visual-Verify-multiselect-selection-visual-state-1-chromium-linux.png b/semcore/select/__tests__/multiselect.browser-test.tsx-snapshots/-visual-Verify-multiselect-selection-visual-state-1-chromium-linux.png index d52a016bf6..9f3020e09d 100644 Binary files a/semcore/select/__tests__/multiselect.browser-test.tsx-snapshots/-visual-Verify-multiselect-selection-visual-state-1-chromium-linux.png and b/semcore/select/__tests__/multiselect.browser-test.tsx-snapshots/-visual-Verify-multiselect-selection-visual-state-1-chromium-linux.png differ diff --git a/semcore/select/__tests__/multiselect.browser-test.tsx-snapshots/-visual-Verify-multiselect-selection-visual-state-1-firefox-linux.png b/semcore/select/__tests__/multiselect.browser-test.tsx-snapshots/-visual-Verify-multiselect-selection-visual-state-1-firefox-linux.png index ba6482959f..f46ac4685c 100644 Binary files a/semcore/select/__tests__/multiselect.browser-test.tsx-snapshots/-visual-Verify-multiselect-selection-visual-state-1-firefox-linux.png and b/semcore/select/__tests__/multiselect.browser-test.tsx-snapshots/-visual-Verify-multiselect-selection-visual-state-1-firefox-linux.png differ diff --git a/semcore/select/__tests__/multiselect.browser-test.tsx-snapshots/-visual-Verify-multiselect-selection-visual-state-1-webkit-linux.png b/semcore/select/__tests__/multiselect.browser-test.tsx-snapshots/-visual-Verify-multiselect-selection-visual-state-1-webkit-linux.png index 5f85db5ce5..ed4083265f 100644 Binary files a/semcore/select/__tests__/multiselect.browser-test.tsx-snapshots/-visual-Verify-multiselect-selection-visual-state-1-webkit-linux.png and b/semcore/select/__tests__/multiselect.browser-test.tsx-snapshots/-visual-Verify-multiselect-selection-visual-state-1-webkit-linux.png differ diff --git a/semcore/select/__tests__/multiselect.browser-test.tsx-snapshots/-visual-Verify-multiselect-with-divider-and-sorting-visual-state-1-chromium-linux.png b/semcore/select/__tests__/multiselect.browser-test.tsx-snapshots/-visual-Verify-multiselect-with-divider-and-sorting-visual-state-1-chromium-linux.png index 0aeccdc871..9140692a14 100644 Binary files a/semcore/select/__tests__/multiselect.browser-test.tsx-snapshots/-visual-Verify-multiselect-with-divider-and-sorting-visual-state-1-chromium-linux.png and b/semcore/select/__tests__/multiselect.browser-test.tsx-snapshots/-visual-Verify-multiselect-with-divider-and-sorting-visual-state-1-chromium-linux.png differ diff --git a/semcore/select/__tests__/multiselect.browser-test.tsx-snapshots/-visual-Verify-multiselect-with-divider-and-sorting-visual-state-1-firefox-linux.png b/semcore/select/__tests__/multiselect.browser-test.tsx-snapshots/-visual-Verify-multiselect-with-divider-and-sorting-visual-state-1-firefox-linux.png index 1bf2179292..2b01ca30ed 100644 Binary files a/semcore/select/__tests__/multiselect.browser-test.tsx-snapshots/-visual-Verify-multiselect-with-divider-and-sorting-visual-state-1-firefox-linux.png and b/semcore/select/__tests__/multiselect.browser-test.tsx-snapshots/-visual-Verify-multiselect-with-divider-and-sorting-visual-state-1-firefox-linux.png differ diff --git a/semcore/select/__tests__/multiselect.browser-test.tsx-snapshots/-visual-Verify-multiselect-with-divider-and-sorting-visual-state-1-webkit-linux.png b/semcore/select/__tests__/multiselect.browser-test.tsx-snapshots/-visual-Verify-multiselect-with-divider-and-sorting-visual-state-1-webkit-linux.png index f46e25f5aa..37c2dd584a 100644 Binary files a/semcore/select/__tests__/multiselect.browser-test.tsx-snapshots/-visual-Verify-multiselect-with-divider-and-sorting-visual-state-1-webkit-linux.png and b/semcore/select/__tests__/multiselect.browser-test.tsx-snapshots/-visual-Verify-multiselect-with-divider-and-sorting-visual-state-1-webkit-linux.png differ diff --git a/semcore/select/__tests__/multiselect.browser-test.tsx-snapshots/-visual-Verify-multiselect-with-render-function-select-all-visual-state-1-chromium-linux.png b/semcore/select/__tests__/multiselect.browser-test.tsx-snapshots/-visual-Verify-multiselect-with-render-function-select-all-visual-state-1-chromium-linux.png index 25c452b971..8c874f4974 100644 Binary files a/semcore/select/__tests__/multiselect.browser-test.tsx-snapshots/-visual-Verify-multiselect-with-render-function-select-all-visual-state-1-chromium-linux.png and b/semcore/select/__tests__/multiselect.browser-test.tsx-snapshots/-visual-Verify-multiselect-with-render-function-select-all-visual-state-1-chromium-linux.png differ diff --git a/semcore/select/__tests__/multiselect.browser-test.tsx-snapshots/-visual-Verify-multiselect-with-render-function-select-all-visual-state-1-firefox-linux.png b/semcore/select/__tests__/multiselect.browser-test.tsx-snapshots/-visual-Verify-multiselect-with-render-function-select-all-visual-state-1-firefox-linux.png index bdc445277b..7a41aa4e28 100644 Binary files a/semcore/select/__tests__/multiselect.browser-test.tsx-snapshots/-visual-Verify-multiselect-with-render-function-select-all-visual-state-1-firefox-linux.png and b/semcore/select/__tests__/multiselect.browser-test.tsx-snapshots/-visual-Verify-multiselect-with-render-function-select-all-visual-state-1-firefox-linux.png differ diff --git a/semcore/select/__tests__/multiselect.browser-test.tsx-snapshots/-visual-Verify-multiselect-with-render-function-select-all-visual-state-1-webkit-linux.png b/semcore/select/__tests__/multiselect.browser-test.tsx-snapshots/-visual-Verify-multiselect-with-render-function-select-all-visual-state-1-webkit-linux.png index 8fa58d244e..95944877e4 100644 Binary files a/semcore/select/__tests__/multiselect.browser-test.tsx-snapshots/-visual-Verify-multiselect-with-render-function-select-all-visual-state-1-webkit-linux.png and b/semcore/select/__tests__/multiselect.browser-test.tsx-snapshots/-visual-Verify-multiselect-with-render-function-select-all-visual-state-1-webkit-linux.png differ diff --git a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-StatusItem-Verify-nothing-found-status-appearance-with-size-l-1-chromium-linux.png b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-StatusItem-Verify-nothing-found-status-appearance-with-size-l-1-chromium-linux.png index d85be7d131..90dd3cb101 100644 Binary files a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-StatusItem-Verify-nothing-found-status-appearance-with-size-l-1-chromium-linux.png and b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-StatusItem-Verify-nothing-found-status-appearance-with-size-l-1-chromium-linux.png differ diff --git a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-StatusItem-Verify-nothing-found-status-appearance-with-size-l-1-firefox-linux.png b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-StatusItem-Verify-nothing-found-status-appearance-with-size-l-1-firefox-linux.png index e5a54ab199..2186ca1b09 100644 Binary files a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-StatusItem-Verify-nothing-found-status-appearance-with-size-l-1-firefox-linux.png and b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-StatusItem-Verify-nothing-found-status-appearance-with-size-l-1-firefox-linux.png differ diff --git a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-StatusItem-Verify-nothing-found-status-appearance-with-size-l-1-webkit-linux.png b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-StatusItem-Verify-nothing-found-status-appearance-with-size-l-1-webkit-linux.png index bca3af5fe2..a1d3cddfba 100644 Binary files a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-StatusItem-Verify-nothing-found-status-appearance-with-size-l-1-webkit-linux.png and b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-StatusItem-Verify-nothing-found-status-appearance-with-size-l-1-webkit-linux.png differ diff --git a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-StatusItem-Verify-nothing-found-status-appearance-with-size-m-1-chromium-linux.png b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-StatusItem-Verify-nothing-found-status-appearance-with-size-m-1-chromium-linux.png index f6566b0b8b..3013ff72e8 100644 Binary files a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-StatusItem-Verify-nothing-found-status-appearance-with-size-m-1-chromium-linux.png and b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-StatusItem-Verify-nothing-found-status-appearance-with-size-m-1-chromium-linux.png differ diff --git a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-StatusItem-Verify-nothing-found-status-appearance-with-size-m-1-firefox-linux.png b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-StatusItem-Verify-nothing-found-status-appearance-with-size-m-1-firefox-linux.png index a9266c2417..60a59f77d7 100644 Binary files a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-StatusItem-Verify-nothing-found-status-appearance-with-size-m-1-firefox-linux.png and b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-StatusItem-Verify-nothing-found-status-appearance-with-size-m-1-firefox-linux.png differ diff --git a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-StatusItem-Verify-nothing-found-status-appearance-with-size-m-1-webkit-linux.png b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-StatusItem-Verify-nothing-found-status-appearance-with-size-m-1-webkit-linux.png index a84675b4db..3d22999dbb 100644 Binary files a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-StatusItem-Verify-nothing-found-status-appearance-with-size-m-1-webkit-linux.png and b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-StatusItem-Verify-nothing-found-status-appearance-with-size-m-1-webkit-linux.png differ diff --git a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons--8cbf8-om-label-right-icon-addon-with-trigger-text-2-chromium-linux.png b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons--8cbf8-om-label-right-icon-addon-with-trigger-text-2-chromium-linux.png index 916dfbf792..adffc7da40 100644 Binary files a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons--8cbf8-om-label-right-icon-addon-with-trigger-text-2-chromium-linux.png and b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons--8cbf8-om-label-right-icon-addon-with-trigger-text-2-chromium-linux.png differ diff --git a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons--8cbf8-om-label-right-icon-addon-with-trigger-text-2-firefox-linux.png b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons--8cbf8-om-label-right-icon-addon-with-trigger-text-2-firefox-linux.png index 5c71e2fb6c..ab49f3f9c7 100644 Binary files a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons--8cbf8-om-label-right-icon-addon-with-trigger-text-2-firefox-linux.png and b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons--8cbf8-om-label-right-icon-addon-with-trigger-text-2-firefox-linux.png differ diff --git a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons--8cbf8-om-label-right-icon-addon-with-trigger-text-2-webkit-linux.png b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons--8cbf8-om-label-right-icon-addon-with-trigger-text-2-webkit-linux.png index 03ba9c9b34..07ae930a1e 100644 Binary files a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons--8cbf8-om-label-right-icon-addon-with-trigger-text-2-webkit-linux.png and b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons--8cbf8-om-label-right-icon-addon-with-trigger-text-2-webkit-linux.png differ diff --git a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons--9526a--invalid-state-with-label-right-badge-addon-2-chromium-linux.png b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons--9526a--invalid-state-with-label-right-badge-addon-2-chromium-linux.png index e818026703..169309f737 100644 Binary files a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons--9526a--invalid-state-with-label-right-badge-addon-2-chromium-linux.png and b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons--9526a--invalid-state-with-label-right-badge-addon-2-chromium-linux.png differ diff --git a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons--9526a--invalid-state-with-label-right-badge-addon-2-firefox-linux.png b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons--9526a--invalid-state-with-label-right-badge-addon-2-firefox-linux.png index c817fdcfee..0409b4c8db 100644 Binary files a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons--9526a--invalid-state-with-label-right-badge-addon-2-firefox-linux.png and b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons--9526a--invalid-state-with-label-right-badge-addon-2-firefox-linux.png differ diff --git a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons--9526a--invalid-state-with-label-right-badge-addon-2-webkit-linux.png b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons--9526a--invalid-state-with-label-right-badge-addon-2-webkit-linux.png index 2f313475b1..fc4b90c4dc 100644 Binary files a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons--9526a--invalid-state-with-label-right-badge-addon-2-webkit-linux.png and b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons--9526a--invalid-state-with-label-right-badge-addon-2-webkit-linux.png differ diff --git a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons--96589-om-label-right-icon-addon-with-trigger-text-1-chromium-linux.png b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons--96589-om-label-right-icon-addon-with-trigger-text-1-chromium-linux.png index 0edb096d3c..a6ff66d157 100644 Binary files a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons--96589-om-label-right-icon-addon-with-trigger-text-1-chromium-linux.png and b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons--96589-om-label-right-icon-addon-with-trigger-text-1-chromium-linux.png differ diff --git a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons--96589-om-label-right-icon-addon-with-trigger-text-1-firefox-linux.png b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons--96589-om-label-right-icon-addon-with-trigger-text-1-firefox-linux.png index 0c62cf8b58..d6cd730efa 100644 Binary files a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons--96589-om-label-right-icon-addon-with-trigger-text-1-firefox-linux.png and b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons--96589-om-label-right-icon-addon-with-trigger-text-1-firefox-linux.png differ diff --git a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons--96589-om-label-right-icon-addon-with-trigger-text-1-webkit-linux.png b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons--96589-om-label-right-icon-addon-with-trigger-text-1-webkit-linux.png index 06c7d1c6bd..0452929634 100644 Binary files a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons--96589-om-label-right-icon-addon-with-trigger-text-1-webkit-linux.png and b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons--96589-om-label-right-icon-addon-with-trigger-text-1-webkit-linux.png differ diff --git a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons--c06de--invalid-state-with-label-right-badge-addon-1-chromium-linux.png b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons--c06de--invalid-state-with-label-right-badge-addon-1-chromium-linux.png index d41184f30c..7ef6cda0a8 100644 Binary files a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons--c06de--invalid-state-with-label-right-badge-addon-1-chromium-linux.png and b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons--c06de--invalid-state-with-label-right-badge-addon-1-chromium-linux.png differ diff --git a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons--c06de--invalid-state-with-label-right-badge-addon-1-firefox-linux.png b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons--c06de--invalid-state-with-label-right-badge-addon-1-firefox-linux.png index 18b07625c6..d830eb4fb0 100644 Binary files a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons--c06de--invalid-state-with-label-right-badge-addon-1-firefox-linux.png and b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons--c06de--invalid-state-with-label-right-badge-addon-1-firefox-linux.png differ diff --git a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons--c06de--invalid-state-with-label-right-badge-addon-1-webkit-linux.png b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons--c06de--invalid-state-with-label-right-badge-addon-1-webkit-linux.png index 655ec8ca38..dc160e9c9d 100644 Binary files a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons--c06de--invalid-state-with-label-right-badge-addon-1-webkit-linux.png and b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons--c06de--invalid-state-with-label-right-badge-addon-1-webkit-linux.png differ diff --git a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-L-disabled-left-badge-addon-1-chromium-linux.png b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-L-disabled-left-badge-addon-1-chromium-linux.png index 95d284862f..6ab4c1dd08 100644 Binary files a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-L-disabled-left-badge-addon-1-chromium-linux.png and b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-L-disabled-left-badge-addon-1-chromium-linux.png differ diff --git a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-L-disabled-left-badge-addon-1-firefox-linux.png b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-L-disabled-left-badge-addon-1-firefox-linux.png index 7d595e9740..420d3342b7 100644 Binary files a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-L-disabled-left-badge-addon-1-firefox-linux.png and b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-L-disabled-left-badge-addon-1-firefox-linux.png differ diff --git a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-L-disabled-left-badge-addon-1-webkit-linux.png b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-L-disabled-left-badge-addon-1-webkit-linux.png index b53d7f2ef2..e3e6ed300a 100644 Binary files a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-L-disabled-left-badge-addon-1-webkit-linux.png and b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-L-disabled-left-badge-addon-1-webkit-linux.png differ diff --git a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-L-valid-state-left-icon-addon-1-chromium-linux.png b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-L-valid-state-left-icon-addon-1-chromium-linux.png index 853524fc3b..68590f3c60 100644 Binary files a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-L-valid-state-left-icon-addon-1-chromium-linux.png and b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-L-valid-state-left-icon-addon-1-chromium-linux.png differ diff --git a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-L-valid-state-left-icon-addon-1-firefox-linux.png b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-L-valid-state-left-icon-addon-1-firefox-linux.png index 0af53fcf43..0ad1e0fdb0 100644 Binary files a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-L-valid-state-left-icon-addon-1-firefox-linux.png and b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-L-valid-state-left-icon-addon-1-firefox-linux.png differ diff --git a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-L-valid-state-left-icon-addon-1-webkit-linux.png b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-L-valid-state-left-icon-addon-1-webkit-linux.png index 502e95b231..de96e533ec 100644 Binary files a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-L-valid-state-left-icon-addon-1-webkit-linux.png and b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-L-valid-state-left-icon-addon-1-webkit-linux.png differ diff --git a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-L-valid-state-left-icon-addon-2-chromium-linux.png b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-L-valid-state-left-icon-addon-2-chromium-linux.png index 21eb8d126a..e44c156ed6 100644 Binary files a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-L-valid-state-left-icon-addon-2-chromium-linux.png and b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-L-valid-state-left-icon-addon-2-chromium-linux.png differ diff --git a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-L-valid-state-left-icon-addon-2-firefox-linux.png b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-L-valid-state-left-icon-addon-2-firefox-linux.png index 6d8b36b99b..41b73499a9 100644 Binary files a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-L-valid-state-left-icon-addon-2-firefox-linux.png and b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-L-valid-state-left-icon-addon-2-firefox-linux.png differ diff --git a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-L-valid-state-left-icon-addon-2-webkit-linux.png b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-L-valid-state-left-icon-addon-2-webkit-linux.png index 8f09ae14ac..c2da01dab3 100644 Binary files a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-L-valid-state-left-icon-addon-2-webkit-linux.png and b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-L-valid-state-left-icon-addon-2-webkit-linux.png differ diff --git a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-L-valid-state-left-icon-right-text-addons-1-chromium-linux.png b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-L-valid-state-left-icon-right-text-addons-1-chromium-linux.png index 3d0c39d8d8..a5919e1685 100644 Binary files a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-L-valid-state-left-icon-right-text-addons-1-chromium-linux.png and b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-L-valid-state-left-icon-right-text-addons-1-chromium-linux.png differ diff --git a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-L-valid-state-left-icon-right-text-addons-1-firefox-linux.png b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-L-valid-state-left-icon-right-text-addons-1-firefox-linux.png index cad0ed22ab..a7cd2f131c 100644 Binary files a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-L-valid-state-left-icon-right-text-addons-1-firefox-linux.png and b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-L-valid-state-left-icon-right-text-addons-1-firefox-linux.png differ diff --git a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-L-valid-state-left-icon-right-text-addons-1-webkit-linux.png b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-L-valid-state-left-icon-right-text-addons-1-webkit-linux.png index 5a7ba87b65..f34808661d 100644 Binary files a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-L-valid-state-left-icon-right-text-addons-1-webkit-linux.png and b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-L-valid-state-left-icon-right-text-addons-1-webkit-linux.png differ diff --git a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-L-valid-state-left-icon-right-text-addons-2-chromium-linux.png b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-L-valid-state-left-icon-right-text-addons-2-chromium-linux.png index f45ddf0f2e..0a785af490 100644 Binary files a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-L-valid-state-left-icon-right-text-addons-2-chromium-linux.png and b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-L-valid-state-left-icon-right-text-addons-2-chromium-linux.png differ diff --git a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-L-valid-state-left-icon-right-text-addons-2-firefox-linux.png b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-L-valid-state-left-icon-right-text-addons-2-firefox-linux.png index 38c8eef1df..4e96ef1419 100644 Binary files a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-L-valid-state-left-icon-right-text-addons-2-firefox-linux.png and b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-L-valid-state-left-icon-right-text-addons-2-firefox-linux.png differ diff --git a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-L-valid-state-left-icon-right-text-addons-2-webkit-linux.png b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-L-valid-state-left-icon-right-text-addons-2-webkit-linux.png index b9e6ed6534..d162e929f3 100644 Binary files a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-L-valid-state-left-icon-right-text-addons-2-webkit-linux.png and b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-L-valid-state-left-icon-right-text-addons-2-webkit-linux.png differ diff --git a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-M-left-badge-addon-with-trigger-text-1-chromium-linux.png b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-M-left-badge-addon-with-trigger-text-1-chromium-linux.png index e2b0c95d30..e6145731dc 100644 Binary files a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-M-left-badge-addon-with-trigger-text-1-chromium-linux.png and b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-M-left-badge-addon-with-trigger-text-1-chromium-linux.png differ diff --git a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-M-left-badge-addon-with-trigger-text-1-firefox-linux.png b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-M-left-badge-addon-with-trigger-text-1-firefox-linux.png index 4e475ab21c..a4c704d5fa 100644 Binary files a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-M-left-badge-addon-with-trigger-text-1-firefox-linux.png and b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-M-left-badge-addon-with-trigger-text-1-firefox-linux.png differ diff --git a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-M-left-badge-addon-with-trigger-text-1-webkit-linux.png b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-M-left-badge-addon-with-trigger-text-1-webkit-linux.png index 5f202bad4e..e388728586 100644 Binary files a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-M-left-badge-addon-with-trigger-text-1-webkit-linux.png and b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-M-left-badge-addon-with-trigger-text-1-webkit-linux.png differ diff --git a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-M-left-badge-addon-with-trigger-text-2-chromium-linux.png b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-M-left-badge-addon-with-trigger-text-2-chromium-linux.png index c240588faa..12a29b4093 100644 Binary files a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-M-left-badge-addon-with-trigger-text-2-chromium-linux.png and b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-M-left-badge-addon-with-trigger-text-2-chromium-linux.png differ diff --git a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-M-left-badge-addon-with-trigger-text-2-firefox-linux.png b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-M-left-badge-addon-with-trigger-text-2-firefox-linux.png index b041b7e4c3..a1c476afc1 100644 Binary files a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-M-left-badge-addon-with-trigger-text-2-firefox-linux.png and b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-M-left-badge-addon-with-trigger-text-2-firefox-linux.png differ diff --git a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-M-left-badge-addon-with-trigger-text-2-webkit-linux.png b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-M-left-badge-addon-with-trigger-text-2-webkit-linux.png index 3d0d2cebe9..c91dc985f1 100644 Binary files a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-M-left-badge-addon-with-trigger-text-2-webkit-linux.png and b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-M-left-badge-addon-with-trigger-text-2-webkit-linux.png differ diff --git a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-M-normal-state-with-label-1-chromium-linux.png b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-M-normal-state-with-label-1-chromium-linux.png index a0baf64496..72daef4ffa 100644 Binary files a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-M-normal-state-with-label-1-chromium-linux.png and b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-M-normal-state-with-label-1-chromium-linux.png differ diff --git a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-M-normal-state-with-label-1-firefox-linux.png b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-M-normal-state-with-label-1-firefox-linux.png index ba899c9ef1..c3beaac4a5 100644 Binary files a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-M-normal-state-with-label-1-firefox-linux.png and b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-M-normal-state-with-label-1-firefox-linux.png differ diff --git a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-M-normal-state-with-label-1-webkit-linux.png b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-M-normal-state-with-label-1-webkit-linux.png index 31005615ef..b901da5a80 100644 Binary files a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-M-normal-state-with-label-1-webkit-linux.png and b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-M-normal-state-with-label-1-webkit-linux.png differ diff --git a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-M-normal-state-with-label-2-chromium-linux.png b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-M-normal-state-with-label-2-chromium-linux.png index bebf9f71bf..16fde15039 100644 Binary files a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-M-normal-state-with-label-2-chromium-linux.png and b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-M-normal-state-with-label-2-chromium-linux.png differ diff --git a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-M-normal-state-with-label-2-firefox-linux.png b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-M-normal-state-with-label-2-firefox-linux.png index 4dd85a71ce..44138902fa 100644 Binary files a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-M-normal-state-with-label-2-firefox-linux.png and b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-M-normal-state-with-label-2-firefox-linux.png differ diff --git a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-M-normal-state-with-label-2-webkit-linux.png b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-M-normal-state-with-label-2-webkit-linux.png index e2492757ee..b88ac388fc 100644 Binary files a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-M-normal-state-with-label-2-webkit-linux.png and b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-M-normal-state-with-label-2-webkit-linux.png differ diff --git a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-M-with-label-left-text-right-icon-addons-1-chromium-linux.png b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-M-with-label-left-text-right-icon-addons-1-chromium-linux.png index 308357c82b..6120668660 100644 Binary files a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-M-with-label-left-text-right-icon-addons-1-chromium-linux.png and b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-M-with-label-left-text-right-icon-addons-1-chromium-linux.png differ diff --git a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-M-with-label-left-text-right-icon-addons-1-firefox-linux.png b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-M-with-label-left-text-right-icon-addons-1-firefox-linux.png index a48cb221f5..d26c048966 100644 Binary files a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-M-with-label-left-text-right-icon-addons-1-firefox-linux.png and b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-M-with-label-left-text-right-icon-addons-1-firefox-linux.png differ diff --git a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-M-with-label-left-text-right-icon-addons-1-webkit-linux.png b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-M-with-label-left-text-right-icon-addons-1-webkit-linux.png index 96749f1456..d1edb870ab 100644 Binary files a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-M-with-label-left-text-right-icon-addons-1-webkit-linux.png and b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-M-with-label-left-text-right-icon-addons-1-webkit-linux.png differ diff --git a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-M-with-label-left-text-right-icon-addons-2-chromium-linux.png b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-M-with-label-left-text-right-icon-addons-2-chromium-linux.png index a95509a193..29fbf56ed3 100644 Binary files a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-M-with-label-left-text-right-icon-addons-2-chromium-linux.png and b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-M-with-label-left-text-right-icon-addons-2-chromium-linux.png differ diff --git a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-M-with-label-left-text-right-icon-addons-2-firefox-linux.png b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-M-with-label-left-text-right-icon-addons-2-firefox-linux.png index 225b987570..662933cda7 100644 Binary files a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-M-with-label-left-text-right-icon-addons-2-firefox-linux.png and b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-M-with-label-left-text-right-icon-addons-2-firefox-linux.png differ diff --git a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-M-with-label-left-text-right-icon-addons-2-webkit-linux.png b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-M-with-label-left-text-right-icon-addons-2-webkit-linux.png index 63ece7949a..af7e6d6f48 100644 Binary files a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-M-with-label-left-text-right-icon-addons-2-webkit-linux.png and b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-basic-props-and-addons-size-M-with-label-left-text-right-icon-addons-2-webkit-linux.png differ diff --git a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-options-size-L-option3-selected-with-indeterminate-checkbox-and-group-1-chromium-linux.png b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-options-size-L-option3-selected-with-indeterminate-checkbox-and-group-1-chromium-linux.png index 16f7b26565..2271bc435e 100644 Binary files a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-options-size-L-option3-selected-with-indeterminate-checkbox-and-group-1-chromium-linux.png and b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-options-size-L-option3-selected-with-indeterminate-checkbox-and-group-1-chromium-linux.png differ diff --git a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-options-size-L-option3-selected-with-indeterminate-checkbox-and-group-1-firefox-linux.png b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-options-size-L-option3-selected-with-indeterminate-checkbox-and-group-1-firefox-linux.png index 74428e3ceb..89a56d651c 100644 Binary files a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-options-size-L-option3-selected-with-indeterminate-checkbox-and-group-1-firefox-linux.png and b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-options-size-L-option3-selected-with-indeterminate-checkbox-and-group-1-firefox-linux.png differ diff --git a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-options-size-L-option3-selected-with-indeterminate-checkbox-and-group-1-webkit-linux.png b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-options-size-L-option3-selected-with-indeterminate-checkbox-and-group-1-webkit-linux.png index 78c4ba4a46..0b561d187a 100644 Binary files a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-options-size-L-option3-selected-with-indeterminate-checkbox-and-group-1-webkit-linux.png and b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-options-size-L-option3-selected-with-indeterminate-checkbox-and-group-1-webkit-linux.png differ diff --git a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-options-size-L-valid-state-all-disabled-with-checkboxes-and-group-1-chromium-linux.png b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-options-size-L-valid-state-all-disabled-with-checkboxes-and-group-1-chromium-linux.png index b01764ec48..2e36fc6b02 100644 Binary files a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-options-size-L-valid-state-all-disabled-with-checkboxes-and-group-1-chromium-linux.png and b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-options-size-L-valid-state-all-disabled-with-checkboxes-and-group-1-chromium-linux.png differ diff --git a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-options-size-L-valid-state-all-disabled-with-checkboxes-and-group-1-firefox-linux.png b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-options-size-L-valid-state-all-disabled-with-checkboxes-and-group-1-firefox-linux.png index fd49abfb8a..5cfda8475b 100644 Binary files a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-options-size-L-valid-state-all-disabled-with-checkboxes-and-group-1-firefox-linux.png and b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-options-size-L-valid-state-all-disabled-with-checkboxes-and-group-1-firefox-linux.png differ diff --git a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-options-size-L-valid-state-all-disabled-with-checkboxes-and-group-1-webkit-linux.png b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-options-size-L-valid-state-all-disabled-with-checkboxes-and-group-1-webkit-linux.png index e56b39bf28..23857f6b11 100644 Binary files a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-options-size-L-valid-state-all-disabled-with-checkboxes-and-group-1-webkit-linux.png and b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-options-size-L-valid-state-all-disabled-with-checkboxes-and-group-1-webkit-linux.png differ diff --git a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-options-size-L-valid-state-option3-indeterminate-checkbox-1-chromium-linux.png b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-options-size-L-valid-state-option3-indeterminate-checkbox-1-chromium-linux.png index 29377953d6..6378937112 100644 Binary files a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-options-size-L-valid-state-option3-indeterminate-checkbox-1-chromium-linux.png and b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-options-size-L-valid-state-option3-indeterminate-checkbox-1-chromium-linux.png differ diff --git a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-options-size-L-valid-state-option3-indeterminate-checkbox-1-firefox-linux.png b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-options-size-L-valid-state-option3-indeterminate-checkbox-1-firefox-linux.png index 51f2171b2b..cd262bd10d 100644 Binary files a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-options-size-L-valid-state-option3-indeterminate-checkbox-1-firefox-linux.png and b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-options-size-L-valid-state-option3-indeterminate-checkbox-1-firefox-linux.png differ diff --git a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-options-size-L-valid-state-option3-indeterminate-checkbox-1-webkit-linux.png b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-options-size-L-valid-state-option3-indeterminate-checkbox-1-webkit-linux.png index b7480c3873..9e24918644 100644 Binary files a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-options-size-L-valid-state-option3-indeterminate-checkbox-1-webkit-linux.png and b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-options-size-L-valid-state-option3-indeterminate-checkbox-1-webkit-linux.png differ diff --git a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-options-size-L-with-group-and-custom-subtitle-1-chromium-linux.png b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-options-size-L-with-group-and-custom-subtitle-1-chromium-linux.png index 3c80b3eba0..a2651a9838 100644 Binary files a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-options-size-L-with-group-and-custom-subtitle-1-chromium-linux.png and b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-options-size-L-with-group-and-custom-subtitle-1-chromium-linux.png differ diff --git a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-options-size-L-with-group-and-custom-subtitle-1-firefox-linux.png b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-options-size-L-with-group-and-custom-subtitle-1-firefox-linux.png index 6fd003d975..89872c8942 100644 Binary files a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-options-size-L-with-group-and-custom-subtitle-1-firefox-linux.png and b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-options-size-L-with-group-and-custom-subtitle-1-firefox-linux.png differ diff --git a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-options-size-L-with-group-and-custom-subtitle-1-webkit-linux.png b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-options-size-L-with-group-and-custom-subtitle-1-webkit-linux.png index c148fd88a0..b511416da9 100644 Binary files a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-options-size-L-with-group-and-custom-subtitle-1-webkit-linux.png and b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-options-size-L-with-group-and-custom-subtitle-1-webkit-linux.png differ diff --git a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-options-size-M-invali-33183-l-option1-and-option2-selected-with-checkbox-1-chromium-linux.png b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-options-size-M-invali-33183-l-option1-and-option2-selected-with-checkbox-1-chromium-linux.png index 7649356174..f213a6e309 100644 Binary files a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-options-size-M-invali-33183-l-option1-and-option2-selected-with-checkbox-1-chromium-linux.png and b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-options-size-M-invali-33183-l-option1-and-option2-selected-with-checkbox-1-chromium-linux.png differ diff --git a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-options-size-M-invali-33183-l-option1-and-option2-selected-with-checkbox-1-firefox-linux.png b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-options-size-M-invali-33183-l-option1-and-option2-selected-with-checkbox-1-firefox-linux.png index d267497e37..31b283eb14 100644 Binary files a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-options-size-M-invali-33183-l-option1-and-option2-selected-with-checkbox-1-firefox-linux.png and b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-options-size-M-invali-33183-l-option1-and-option2-selected-with-checkbox-1-firefox-linux.png differ diff --git a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-options-size-M-invali-33183-l-option1-and-option2-selected-with-checkbox-1-webkit-linux.png b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-options-size-M-invali-33183-l-option1-and-option2-selected-with-checkbox-1-webkit-linux.png index f86bd0911e..d8f59f8696 100644 Binary files a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-options-size-M-invali-33183-l-option1-and-option2-selected-with-checkbox-1-webkit-linux.png and b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-options-size-M-invali-33183-l-option1-and-option2-selected-with-checkbox-1-webkit-linux.png differ diff --git a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-options-size-M-invali-f85fe-th-label-options-with-checkboxes-with-group-1-chromium-linux.png b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-options-size-M-invali-f85fe-th-label-options-with-checkboxes-with-group-1-chromium-linux.png index fb46e9b0e2..81a2378b9a 100644 Binary files a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-options-size-M-invali-f85fe-th-label-options-with-checkboxes-with-group-1-chromium-linux.png and b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-options-size-M-invali-f85fe-th-label-options-with-checkboxes-with-group-1-chromium-linux.png differ diff --git a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-options-size-M-invali-f85fe-th-label-options-with-checkboxes-with-group-1-firefox-linux.png b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-options-size-M-invali-f85fe-th-label-options-with-checkboxes-with-group-1-firefox-linux.png index 2415c3f08d..c15d062a1a 100644 Binary files a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-options-size-M-invali-f85fe-th-label-options-with-checkboxes-with-group-1-firefox-linux.png and b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-options-size-M-invali-f85fe-th-label-options-with-checkboxes-with-group-1-firefox-linux.png differ diff --git a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-options-size-M-invali-f85fe-th-label-options-with-checkboxes-with-group-1-webkit-linux.png b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-options-size-M-invali-f85fe-th-label-options-with-checkboxes-with-group-1-webkit-linux.png index 618c5027e0..b398f9b279 100644 Binary files a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-options-size-M-invali-f85fe-th-label-options-with-checkboxes-with-group-1-webkit-linux.png and b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-options-size-M-invali-f85fe-th-label-options-with-checkboxes-with-group-1-webkit-linux.png differ diff --git a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-options-size-M-option2-checkbox-option3-no-checkbox-1-chromium-linux.png b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-options-size-M-option2-checkbox-option3-no-checkbox-1-chromium-linux.png index 5fe4d7b1af..2e44e8f70f 100644 Binary files a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-options-size-M-option2-checkbox-option3-no-checkbox-1-chromium-linux.png and b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-options-size-M-option2-checkbox-option3-no-checkbox-1-chromium-linux.png differ diff --git a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-options-size-M-option2-checkbox-option3-no-checkbox-1-firefox-linux.png b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-options-size-M-option2-checkbox-option3-no-checkbox-1-firefox-linux.png index e6f39338a5..e471ab7dac 100644 Binary files a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-options-size-M-option2-checkbox-option3-no-checkbox-1-firefox-linux.png and b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-options-size-M-option2-checkbox-option3-no-checkbox-1-firefox-linux.png differ diff --git a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-options-size-M-option2-checkbox-option3-no-checkbox-1-webkit-linux.png b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-options-size-M-option2-checkbox-option3-no-checkbox-1-webkit-linux.png index 1421380dd7..502a5d4ad5 100644 Binary files a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-options-size-M-option2-checkbox-option3-no-checkbox-1-webkit-linux.png and b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-options-size-M-option2-checkbox-option3-no-checkbox-1-webkit-linux.png differ diff --git a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-options-size-M-with-label-option1-disabled-options-with-checkboxes-1-chromium-linux.png b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-options-size-M-with-label-option1-disabled-options-with-checkboxes-1-chromium-linux.png index ecd0912833..9899c23508 100644 Binary files a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-options-size-M-with-label-option1-disabled-options-with-checkboxes-1-chromium-linux.png and b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-options-size-M-with-label-option1-disabled-options-with-checkboxes-1-chromium-linux.png differ diff --git a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-options-size-M-with-label-option1-disabled-options-with-checkboxes-1-firefox-linux.png b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-options-size-M-with-label-option1-disabled-options-with-checkboxes-1-firefox-linux.png index 6c3be9508d..9298db9f27 100644 Binary files a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-options-size-M-with-label-option1-disabled-options-with-checkboxes-1-firefox-linux.png and b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-options-size-M-with-label-option1-disabled-options-with-checkboxes-1-firefox-linux.png differ diff --git a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-options-size-M-with-label-option1-disabled-options-with-checkboxes-1-webkit-linux.png b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-options-size-M-with-label-option1-disabled-options-with-checkboxes-1-webkit-linux.png index 1a1887f0c7..f76f2d3434 100644 Binary files a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-options-size-M-with-label-option1-disabled-options-with-checkboxes-1-webkit-linux.png and b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-options-size-M-with-label-option1-disabled-options-with-checkboxes-1-webkit-linux.png differ diff --git a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-subcomponents-trigger-L-disabled-list-L-with-search-1-chromium-linux.png b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-subcomponents-trigger-L-disabled-list-L-with-search-1-chromium-linux.png index b385d623dc..a8e4cc729f 100644 Binary files a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-subcomponents-trigger-L-disabled-list-L-with-search-1-chromium-linux.png and b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-subcomponents-trigger-L-disabled-list-L-with-search-1-chromium-linux.png differ diff --git a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-subcomponents-trigger-L-disabled-list-L-with-search-1-firefox-linux.png b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-subcomponents-trigger-L-disabled-list-L-with-search-1-firefox-linux.png index d733faeaa9..1d81e270ed 100644 Binary files a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-subcomponents-trigger-L-disabled-list-L-with-search-1-firefox-linux.png and b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-subcomponents-trigger-L-disabled-list-L-with-search-1-firefox-linux.png differ diff --git a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-subcomponents-trigger-L-disabled-list-L-with-search-1-webkit-linux.png b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-subcomponents-trigger-L-disabled-list-L-with-search-1-webkit-linux.png index 3fe4c9ee70..3014d56f2d 100644 Binary files a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-subcomponents-trigger-L-disabled-list-L-with-search-1-webkit-linux.png and b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-subcomponents-trigger-L-disabled-list-L-with-search-1-webkit-linux.png differ diff --git a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-subcomponents-trigger-L-loading-list-L-no-search-10-options-1-chromium-linux.png b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-subcomponents-trigger-L-loading-list-L-no-search-10-options-1-chromium-linux.png index 59b2795459..1cb3d48d96 100644 Binary files a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-subcomponents-trigger-L-loading-list-L-no-search-10-options-1-chromium-linux.png and b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-subcomponents-trigger-L-loading-list-L-no-search-10-options-1-chromium-linux.png differ diff --git a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-subcomponents-trigger-L-loading-list-L-no-search-10-options-1-firefox-linux.png b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-subcomponents-trigger-L-loading-list-L-no-search-10-options-1-firefox-linux.png index ca598f6ea3..eff6f89d54 100644 Binary files a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-subcomponents-trigger-L-loading-list-L-no-search-10-options-1-firefox-linux.png and b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-subcomponents-trigger-L-loading-list-L-no-search-10-options-1-firefox-linux.png differ diff --git a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-subcomponents-trigger-L-loading-list-L-no-search-10-options-1-webkit-linux.png b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-subcomponents-trigger-L-loading-list-L-no-search-10-options-1-webkit-linux.png index 298edbe669..5306463f8e 100644 Binary files a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-subcomponents-trigger-L-loading-list-L-no-search-10-options-1-webkit-linux.png and b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-subcomponents-trigger-L-loading-list-L-no-search-10-options-1-webkit-linux.png differ diff --git a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-subcomponents-trigger-L-valid-list-L-with-search-1-chromium-linux.png b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-subcomponents-trigger-L-valid-list-L-with-search-1-chromium-linux.png index e1270bed8b..c29734a3a1 100644 Binary files a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-subcomponents-trigger-L-valid-list-L-with-search-1-chromium-linux.png and b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-subcomponents-trigger-L-valid-list-L-with-search-1-chromium-linux.png differ diff --git a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-subcomponents-trigger-L-valid-list-L-with-search-1-firefox-linux.png b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-subcomponents-trigger-L-valid-list-L-with-search-1-firefox-linux.png index 35b1835056..a9d3d2183a 100644 Binary files a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-subcomponents-trigger-L-valid-list-L-with-search-1-firefox-linux.png and b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-subcomponents-trigger-L-valid-list-L-with-search-1-firefox-linux.png differ diff --git a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-subcomponents-trigger-L-valid-list-L-with-search-1-webkit-linux.png b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-subcomponents-trigger-L-valid-list-L-with-search-1-webkit-linux.png index df2cbe2283..75382119d5 100644 Binary files a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-subcomponents-trigger-L-valid-list-L-with-search-1-webkit-linux.png and b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-subcomponents-trigger-L-valid-list-L-with-search-1-webkit-linux.png differ diff --git a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-subcomponents-trigger-L-valid-list-M-maxH-300-no-search-1-chromium-linux.png b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-subcomponents-trigger-L-valid-list-M-maxH-300-no-search-1-chromium-linux.png index 41637e5c1e..89f0dc8420 100644 Binary files a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-subcomponents-trigger-L-valid-list-M-maxH-300-no-search-1-chromium-linux.png and b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-subcomponents-trigger-L-valid-list-M-maxH-300-no-search-1-chromium-linux.png differ diff --git a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-subcomponents-trigger-L-valid-list-M-maxH-300-no-search-1-firefox-linux.png b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-subcomponents-trigger-L-valid-list-M-maxH-300-no-search-1-firefox-linux.png index 1cbdc1c75a..6dc57c7833 100644 Binary files a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-subcomponents-trigger-L-valid-list-M-maxH-300-no-search-1-firefox-linux.png and b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-subcomponents-trigger-L-valid-list-M-maxH-300-no-search-1-firefox-linux.png differ diff --git a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-subcomponents-trigger-L-valid-list-M-maxH-300-no-search-1-webkit-linux.png b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-subcomponents-trigger-L-valid-list-M-maxH-300-no-search-1-webkit-linux.png index ebb12618ec..f9ab5e4e30 100644 Binary files a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-subcomponents-trigger-L-valid-list-M-maxH-300-no-search-1-webkit-linux.png and b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-subcomponents-trigger-L-valid-list-M-maxH-300-no-search-1-webkit-linux.png differ diff --git a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-subcomponents-trigger-M-invalid-list-M-search-with-custom-placeholder-1-chromium-linux.png b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-subcomponents-trigger-M-invalid-list-M-search-with-custom-placeholder-1-chromium-linux.png index 471f206552..fcb12a6c47 100644 Binary files a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-subcomponents-trigger-M-invalid-list-M-search-with-custom-placeholder-1-chromium-linux.png and b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-subcomponents-trigger-M-invalid-list-M-search-with-custom-placeholder-1-chromium-linux.png differ diff --git a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-subcomponents-trigger-M-invalid-list-M-search-with-custom-placeholder-1-firefox-linux.png b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-subcomponents-trigger-M-invalid-list-M-search-with-custom-placeholder-1-firefox-linux.png index 4ec2437cff..41035d1a5e 100644 Binary files a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-subcomponents-trigger-M-invalid-list-M-search-with-custom-placeholder-1-firefox-linux.png and b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-subcomponents-trigger-M-invalid-list-M-search-with-custom-placeholder-1-firefox-linux.png differ diff --git a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-subcomponents-trigger-M-invalid-list-M-search-with-custom-placeholder-1-webkit-linux.png b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-subcomponents-trigger-M-invalid-list-M-search-with-custom-placeholder-1-webkit-linux.png index 9a53f51e18..eba5db264d 100644 Binary files a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-subcomponents-trigger-M-invalid-list-M-search-with-custom-placeholder-1-webkit-linux.png and b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-subcomponents-trigger-M-invalid-list-M-search-with-custom-placeholder-1-webkit-linux.png differ diff --git a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-subcomponents-trigger-M-invalid-loading-list-M-no-search-1-chromium-linux.png b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-subcomponents-trigger-M-invalid-loading-list-M-no-search-1-chromium-linux.png index 6ae4055841..39fae55318 100644 Binary files a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-subcomponents-trigger-M-invalid-loading-list-M-no-search-1-chromium-linux.png and b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-subcomponents-trigger-M-invalid-loading-list-M-no-search-1-chromium-linux.png differ diff --git a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-subcomponents-trigger-M-invalid-loading-list-M-no-search-1-firefox-linux.png b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-subcomponents-trigger-M-invalid-loading-list-M-no-search-1-firefox-linux.png index 11ccb101a0..a3a88b10b8 100644 Binary files a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-subcomponents-trigger-M-invalid-loading-list-M-no-search-1-firefox-linux.png and b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-subcomponents-trigger-M-invalid-loading-list-M-no-search-1-firefox-linux.png differ diff --git a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-subcomponents-trigger-M-invalid-loading-list-M-no-search-1-webkit-linux.png b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-subcomponents-trigger-M-invalid-loading-list-M-no-search-1-webkit-linux.png index 578bae74e3..6c980bf51e 100644 Binary files a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-subcomponents-trigger-M-invalid-loading-list-M-no-search-1-webkit-linux.png and b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-subcomponents-trigger-M-invalid-loading-list-M-no-search-1-webkit-linux.png differ diff --git a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-subcomponents-trigger-M-list-L-maxH-150-with-search-1-chromium-linux.png b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-subcomponents-trigger-M-list-L-maxH-150-with-search-1-chromium-linux.png index 9a7c90719c..e41d91d520 100644 Binary files a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-subcomponents-trigger-M-list-L-maxH-150-with-search-1-chromium-linux.png and b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-subcomponents-trigger-M-list-L-maxH-150-with-search-1-chromium-linux.png differ diff --git a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-subcomponents-trigger-M-list-L-maxH-150-with-search-1-firefox-linux.png b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-subcomponents-trigger-M-list-L-maxH-150-with-search-1-firefox-linux.png index 5da817897c..343fe9ff70 100644 Binary files a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-subcomponents-trigger-M-list-L-maxH-150-with-search-1-firefox-linux.png and b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-subcomponents-trigger-M-list-L-maxH-150-with-search-1-firefox-linux.png differ diff --git a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-subcomponents-trigger-M-list-L-maxH-150-with-search-1-webkit-linux.png b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-subcomponents-trigger-M-list-L-maxH-150-with-search-1-webkit-linux.png index 6d49e573b7..adeed2c9a5 100644 Binary files a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-subcomponents-trigger-M-list-L-maxH-150-with-search-1-webkit-linux.png and b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-subcomponents-trigger-M-list-L-maxH-150-with-search-1-webkit-linux.png differ diff --git a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-subcomponents-trigger-M-normal-list-M-no-search-1-chromium-linux.png b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-subcomponents-trigger-M-normal-list-M-no-search-1-chromium-linux.png index b50acb2dc2..0ef98fc966 100644 Binary files a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-subcomponents-trigger-M-normal-list-M-no-search-1-chromium-linux.png and b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-subcomponents-trigger-M-normal-list-M-no-search-1-chromium-linux.png differ diff --git a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-subcomponents-trigger-M-normal-list-M-no-search-1-firefox-linux.png b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-subcomponents-trigger-M-normal-list-M-no-search-1-firefox-linux.png index c0e814e735..c322047786 100644 Binary files a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-subcomponents-trigger-M-normal-list-M-no-search-1-firefox-linux.png and b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-subcomponents-trigger-M-normal-list-M-no-search-1-firefox-linux.png differ diff --git a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-subcomponents-trigger-M-normal-list-M-no-search-1-webkit-linux.png b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-subcomponents-trigger-M-normal-list-M-no-search-1-webkit-linux.png index 7466674373..5af51363ee 100644 Binary files a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-subcomponents-trigger-M-normal-list-M-no-search-1-webkit-linux.png and b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-subcomponents-trigger-M-normal-list-M-no-search-1-webkit-linux.png differ diff --git a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-with-Search-nothing-found-state-1-chromium-linux.png b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-with-Search-nothing-found-state-1-chromium-linux.png index a96565d46d..2dbf330b8a 100644 Binary files a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-with-Search-nothing-found-state-1-chromium-linux.png and b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-with-Search-nothing-found-state-1-chromium-linux.png differ diff --git a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-with-Search-nothing-found-state-1-firefox-linux.png b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-with-Search-nothing-found-state-1-firefox-linux.png index ed068766df..57a6dad745 100644 Binary files a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-with-Search-nothing-found-state-1-firefox-linux.png and b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-with-Search-nothing-found-state-1-firefox-linux.png differ diff --git a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-with-Search-nothing-found-state-1-webkit-linux.png b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-with-Search-nothing-found-state-1-webkit-linux.png index 56fde4b5df..64759f1945 100644 Binary files a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-with-Search-nothing-found-state-1-webkit-linux.png and b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-with-Search-nothing-found-state-1-webkit-linux.png differ diff --git a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-with-notice-without-focusable-elements-1-chromium-linux.png b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-with-notice-without-focusable-elements-1-chromium-linux.png index 99168f40fc..fc1b59cbf2 100644 Binary files a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-with-notice-without-focusable-elements-1-chromium-linux.png and b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-with-notice-without-focusable-elements-1-chromium-linux.png differ diff --git a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-with-notice-without-focusable-elements-1-firefox-linux.png b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-with-notice-without-focusable-elements-1-firefox-linux.png index 8fdc8af848..05c6229844 100644 Binary files a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-with-notice-without-focusable-elements-1-firefox-linux.png and b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-with-notice-without-focusable-elements-1-firefox-linux.png differ diff --git a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-with-notice-without-focusable-elements-1-webkit-linux.png b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-with-notice-without-focusable-elements-1-webkit-linux.png index 6130b4d705..1c966b80e7 100644 Binary files a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-with-notice-without-focusable-elements-1-webkit-linux.png and b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-select-with-notice-without-focusable-elements-1-webkit-linux.png differ diff --git a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-sticky-groups-keyboard-scroll-1-chromium-linux.png b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-sticky-groups-keyboard-scroll-1-chromium-linux.png index 4b3e2b117d..60484daf6a 100644 Binary files a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-sticky-groups-keyboard-scroll-1-chromium-linux.png and b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-sticky-groups-keyboard-scroll-1-chromium-linux.png differ diff --git a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-sticky-groups-keyboard-scroll-1-firefox-linux.png b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-sticky-groups-keyboard-scroll-1-firefox-linux.png index a6246e3d38..cdc2b2a366 100644 Binary files a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-sticky-groups-keyboard-scroll-1-firefox-linux.png and b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-sticky-groups-keyboard-scroll-1-firefox-linux.png differ diff --git a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-sticky-groups-keyboard-scroll-1-webkit-linux.png b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-sticky-groups-keyboard-scroll-1-webkit-linux.png index ccae0f6e0f..9a5e44645c 100644 Binary files a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-sticky-groups-keyboard-scroll-1-webkit-linux.png and b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-sticky-groups-keyboard-scroll-1-webkit-linux.png differ diff --git a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-sticky-groups-mouse-scroll-1-chromium-linux.png b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-sticky-groups-mouse-scroll-1-chromium-linux.png index cc71154174..3709bdf5e8 100644 Binary files a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-sticky-groups-mouse-scroll-1-chromium-linux.png and b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-sticky-groups-mouse-scroll-1-chromium-linux.png differ diff --git a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-sticky-groups-mouse-scroll-1-firefox-linux.png b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-sticky-groups-mouse-scroll-1-firefox-linux.png index 22e561c0e2..4343a6e930 100644 Binary files a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-sticky-groups-mouse-scroll-1-firefox-linux.png and b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-sticky-groups-mouse-scroll-1-firefox-linux.png differ diff --git a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-sticky-groups-mouse-scroll-1-webkit-linux.png b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-sticky-groups-mouse-scroll-1-webkit-linux.png index 4087b06616..b0db0f57ce 100644 Binary files a/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-sticky-groups-mouse-scroll-1-webkit-linux.png and b/semcore/select/__tests__/select.browser-test.tsx-snapshots/-visual-Verify-sticky-groups-mouse-scroll-1-webkit-linux.png differ diff --git a/semcore/select/__tests__/ux-patterns-with-select/auto-suggest.browser-test.tsx-snapshots/autosuggest-arrow-highlight-chromium-linux.png b/semcore/select/__tests__/ux-patterns-with-select/auto-suggest.browser-test.tsx-snapshots/autosuggest-arrow-highlight-chromium-linux.png index fdfe8d4e65..b7655f1220 100644 Binary files a/semcore/select/__tests__/ux-patterns-with-select/auto-suggest.browser-test.tsx-snapshots/autosuggest-arrow-highlight-chromium-linux.png and b/semcore/select/__tests__/ux-patterns-with-select/auto-suggest.browser-test.tsx-snapshots/autosuggest-arrow-highlight-chromium-linux.png differ diff --git a/semcore/select/__tests__/ux-patterns-with-select/auto-suggest.browser-test.tsx-snapshots/autosuggest-arrow-highlight-firefox-linux.png b/semcore/select/__tests__/ux-patterns-with-select/auto-suggest.browser-test.tsx-snapshots/autosuggest-arrow-highlight-firefox-linux.png index 6567465484..7a01fbdcbd 100644 Binary files a/semcore/select/__tests__/ux-patterns-with-select/auto-suggest.browser-test.tsx-snapshots/autosuggest-arrow-highlight-firefox-linux.png and b/semcore/select/__tests__/ux-patterns-with-select/auto-suggest.browser-test.tsx-snapshots/autosuggest-arrow-highlight-firefox-linux.png differ diff --git a/semcore/select/__tests__/ux-patterns-with-select/auto-suggest.browser-test.tsx-snapshots/autosuggest-arrow-highlight-webkit-linux.png b/semcore/select/__tests__/ux-patterns-with-select/auto-suggest.browser-test.tsx-snapshots/autosuggest-arrow-highlight-webkit-linux.png index 732d452ce9..188f26a627 100644 Binary files a/semcore/select/__tests__/ux-patterns-with-select/auto-suggest.browser-test.tsx-snapshots/autosuggest-arrow-highlight-webkit-linux.png and b/semcore/select/__tests__/ux-patterns-with-select/auto-suggest.browser-test.tsx-snapshots/autosuggest-arrow-highlight-webkit-linux.png differ diff --git a/semcore/select/__tests__/ux-patterns-with-select/auto-suggest.browser-test.tsx-snapshots/autosuggest-focus-status-placeholder-chromium-linux.png b/semcore/select/__tests__/ux-patterns-with-select/auto-suggest.browser-test.tsx-snapshots/autosuggest-focus-status-placeholder-chromium-linux.png index 7af73dc83c..5741b11d32 100644 Binary files a/semcore/select/__tests__/ux-patterns-with-select/auto-suggest.browser-test.tsx-snapshots/autosuggest-focus-status-placeholder-chromium-linux.png and b/semcore/select/__tests__/ux-patterns-with-select/auto-suggest.browser-test.tsx-snapshots/autosuggest-focus-status-placeholder-chromium-linux.png differ diff --git a/semcore/select/__tests__/ux-patterns-with-select/auto-suggest.browser-test.tsx-snapshots/autosuggest-focus-status-placeholder-firefox-linux.png b/semcore/select/__tests__/ux-patterns-with-select/auto-suggest.browser-test.tsx-snapshots/autosuggest-focus-status-placeholder-firefox-linux.png index 5a00d7732f..0a61f92039 100644 Binary files a/semcore/select/__tests__/ux-patterns-with-select/auto-suggest.browser-test.tsx-snapshots/autosuggest-focus-status-placeholder-firefox-linux.png and b/semcore/select/__tests__/ux-patterns-with-select/auto-suggest.browser-test.tsx-snapshots/autosuggest-focus-status-placeholder-firefox-linux.png differ diff --git a/semcore/select/__tests__/ux-patterns-with-select/auto-suggest.browser-test.tsx-snapshots/autosuggest-focus-status-placeholder-webkit-linux.png b/semcore/select/__tests__/ux-patterns-with-select/auto-suggest.browser-test.tsx-snapshots/autosuggest-focus-status-placeholder-webkit-linux.png index e7b3e04013..8c2775ed54 100644 Binary files a/semcore/select/__tests__/ux-patterns-with-select/auto-suggest.browser-test.tsx-snapshots/autosuggest-focus-status-placeholder-webkit-linux.png and b/semcore/select/__tests__/ux-patterns-with-select/auto-suggest.browser-test.tsx-snapshots/autosuggest-focus-status-placeholder-webkit-linux.png differ diff --git a/semcore/select/__tests__/ux-patterns-with-select/auto-suggest.browser-test.tsx-snapshots/autosuggest-loading-state-size-l-chromium-linux.png b/semcore/select/__tests__/ux-patterns-with-select/auto-suggest.browser-test.tsx-snapshots/autosuggest-loading-state-size-l-chromium-linux.png index cdcd3df226..79ea5b14f3 100644 Binary files a/semcore/select/__tests__/ux-patterns-with-select/auto-suggest.browser-test.tsx-snapshots/autosuggest-loading-state-size-l-chromium-linux.png and b/semcore/select/__tests__/ux-patterns-with-select/auto-suggest.browser-test.tsx-snapshots/autosuggest-loading-state-size-l-chromium-linux.png differ diff --git a/semcore/select/__tests__/ux-patterns-with-select/auto-suggest.browser-test.tsx-snapshots/autosuggest-loading-state-size-l-firefox-linux.png b/semcore/select/__tests__/ux-patterns-with-select/auto-suggest.browser-test.tsx-snapshots/autosuggest-loading-state-size-l-firefox-linux.png index 6faed0b359..569630a3e5 100644 Binary files a/semcore/select/__tests__/ux-patterns-with-select/auto-suggest.browser-test.tsx-snapshots/autosuggest-loading-state-size-l-firefox-linux.png and b/semcore/select/__tests__/ux-patterns-with-select/auto-suggest.browser-test.tsx-snapshots/autosuggest-loading-state-size-l-firefox-linux.png differ diff --git a/semcore/select/__tests__/ux-patterns-with-select/auto-suggest.browser-test.tsx-snapshots/autosuggest-loading-state-size-l-webkit-linux.png b/semcore/select/__tests__/ux-patterns-with-select/auto-suggest.browser-test.tsx-snapshots/autosuggest-loading-state-size-l-webkit-linux.png index ba6c87f955..0ecc8d9dad 100644 Binary files a/semcore/select/__tests__/ux-patterns-with-select/auto-suggest.browser-test.tsx-snapshots/autosuggest-loading-state-size-l-webkit-linux.png and b/semcore/select/__tests__/ux-patterns-with-select/auto-suggest.browser-test.tsx-snapshots/autosuggest-loading-state-size-l-webkit-linux.png differ diff --git a/semcore/select/__tests__/ux-patterns-with-select/auto-suggest.browser-test.tsx-snapshots/autosuggest-loading-state-size-m-chromium-linux.png b/semcore/select/__tests__/ux-patterns-with-select/auto-suggest.browser-test.tsx-snapshots/autosuggest-loading-state-size-m-chromium-linux.png index a30cf53a2c..5ed1e621f3 100644 Binary files a/semcore/select/__tests__/ux-patterns-with-select/auto-suggest.browser-test.tsx-snapshots/autosuggest-loading-state-size-m-chromium-linux.png and b/semcore/select/__tests__/ux-patterns-with-select/auto-suggest.browser-test.tsx-snapshots/autosuggest-loading-state-size-m-chromium-linux.png differ diff --git a/semcore/select/__tests__/ux-patterns-with-select/auto-suggest.browser-test.tsx-snapshots/autosuggest-loading-state-size-m-firefox-linux.png b/semcore/select/__tests__/ux-patterns-with-select/auto-suggest.browser-test.tsx-snapshots/autosuggest-loading-state-size-m-firefox-linux.png index f7a4c40e90..0a79cdba93 100644 Binary files a/semcore/select/__tests__/ux-patterns-with-select/auto-suggest.browser-test.tsx-snapshots/autosuggest-loading-state-size-m-firefox-linux.png and b/semcore/select/__tests__/ux-patterns-with-select/auto-suggest.browser-test.tsx-snapshots/autosuggest-loading-state-size-m-firefox-linux.png differ diff --git a/semcore/select/__tests__/ux-patterns-with-select/auto-suggest.browser-test.tsx-snapshots/autosuggest-loading-state-size-m-webkit-linux.png b/semcore/select/__tests__/ux-patterns-with-select/auto-suggest.browser-test.tsx-snapshots/autosuggest-loading-state-size-m-webkit-linux.png index 1cc072730b..736ef16ac0 100644 Binary files a/semcore/select/__tests__/ux-patterns-with-select/auto-suggest.browser-test.tsx-snapshots/autosuggest-loading-state-size-m-webkit-linux.png and b/semcore/select/__tests__/ux-patterns-with-select/auto-suggest.browser-test.tsx-snapshots/autosuggest-loading-state-size-m-webkit-linux.png differ diff --git a/semcore/select/__tests__/ux-patterns-with-select/auto-suggest.browser-test.tsx-snapshots/autosuggest-typed-options-chromium-linux.png b/semcore/select/__tests__/ux-patterns-with-select/auto-suggest.browser-test.tsx-snapshots/autosuggest-typed-options-chromium-linux.png index e32731711e..d63559c617 100644 Binary files a/semcore/select/__tests__/ux-patterns-with-select/auto-suggest.browser-test.tsx-snapshots/autosuggest-typed-options-chromium-linux.png and b/semcore/select/__tests__/ux-patterns-with-select/auto-suggest.browser-test.tsx-snapshots/autosuggest-typed-options-chromium-linux.png differ diff --git a/semcore/select/__tests__/ux-patterns-with-select/auto-suggest.browser-test.tsx-snapshots/autosuggest-typed-options-firefox-linux.png b/semcore/select/__tests__/ux-patterns-with-select/auto-suggest.browser-test.tsx-snapshots/autosuggest-typed-options-firefox-linux.png index 3edbb725ab..88dc2e8981 100644 Binary files a/semcore/select/__tests__/ux-patterns-with-select/auto-suggest.browser-test.tsx-snapshots/autosuggest-typed-options-firefox-linux.png and b/semcore/select/__tests__/ux-patterns-with-select/auto-suggest.browser-test.tsx-snapshots/autosuggest-typed-options-firefox-linux.png differ diff --git a/semcore/select/__tests__/ux-patterns-with-select/auto-suggest.browser-test.tsx-snapshots/autosuggest-typed-options-webkit-linux.png b/semcore/select/__tests__/ux-patterns-with-select/auto-suggest.browser-test.tsx-snapshots/autosuggest-typed-options-webkit-linux.png index bd2b3a55cb..ddbef1e011 100644 Binary files a/semcore/select/__tests__/ux-patterns-with-select/auto-suggest.browser-test.tsx-snapshots/autosuggest-typed-options-webkit-linux.png and b/semcore/select/__tests__/ux-patterns-with-select/auto-suggest.browser-test.tsx-snapshots/autosuggest-typed-options-webkit-linux.png differ diff --git a/semcore/select/__tests__/ux-patterns-with-select/combobox.browser-test.tsx-snapshots/-visual-Verify-Combobox-arrows-navigation-state-1-chromium-linux.png b/semcore/select/__tests__/ux-patterns-with-select/combobox.browser-test.tsx-snapshots/-visual-Verify-Combobox-arrows-navigation-state-1-chromium-linux.png index d307bf89cd..9d8eb3e7be 100644 Binary files a/semcore/select/__tests__/ux-patterns-with-select/combobox.browser-test.tsx-snapshots/-visual-Verify-Combobox-arrows-navigation-state-1-chromium-linux.png and b/semcore/select/__tests__/ux-patterns-with-select/combobox.browser-test.tsx-snapshots/-visual-Verify-Combobox-arrows-navigation-state-1-chromium-linux.png differ diff --git a/semcore/select/__tests__/ux-patterns-with-select/combobox.browser-test.tsx-snapshots/-visual-Verify-Combobox-arrows-navigation-state-1-firefox-linux.png b/semcore/select/__tests__/ux-patterns-with-select/combobox.browser-test.tsx-snapshots/-visual-Verify-Combobox-arrows-navigation-state-1-firefox-linux.png index 34406b822b..82b00ab8cb 100644 Binary files a/semcore/select/__tests__/ux-patterns-with-select/combobox.browser-test.tsx-snapshots/-visual-Verify-Combobox-arrows-navigation-state-1-firefox-linux.png and b/semcore/select/__tests__/ux-patterns-with-select/combobox.browser-test.tsx-snapshots/-visual-Verify-Combobox-arrows-navigation-state-1-firefox-linux.png differ diff --git a/semcore/select/__tests__/ux-patterns-with-select/combobox.browser-test.tsx-snapshots/-visual-Verify-Combobox-arrows-navigation-state-1-webkit-linux.png b/semcore/select/__tests__/ux-patterns-with-select/combobox.browser-test.tsx-snapshots/-visual-Verify-Combobox-arrows-navigation-state-1-webkit-linux.png index 3e0d30d8bc..3c29e29271 100644 Binary files a/semcore/select/__tests__/ux-patterns-with-select/combobox.browser-test.tsx-snapshots/-visual-Verify-Combobox-arrows-navigation-state-1-webkit-linux.png and b/semcore/select/__tests__/ux-patterns-with-select/combobox.browser-test.tsx-snapshots/-visual-Verify-Combobox-arrows-navigation-state-1-webkit-linux.png differ diff --git a/semcore/select/__tests__/ux-patterns-with-select/combobox.browser-test.tsx-snapshots/-visual-Verify-Combobox-menu-opened-state-1-chromium-linux.png b/semcore/select/__tests__/ux-patterns-with-select/combobox.browser-test.tsx-snapshots/-visual-Verify-Combobox-menu-opened-state-1-chromium-linux.png index d1a6b17ee5..63c79e3c87 100644 Binary files a/semcore/select/__tests__/ux-patterns-with-select/combobox.browser-test.tsx-snapshots/-visual-Verify-Combobox-menu-opened-state-1-chromium-linux.png and b/semcore/select/__tests__/ux-patterns-with-select/combobox.browser-test.tsx-snapshots/-visual-Verify-Combobox-menu-opened-state-1-chromium-linux.png differ diff --git a/semcore/select/__tests__/ux-patterns-with-select/combobox.browser-test.tsx-snapshots/-visual-Verify-Combobox-menu-opened-state-1-firefox-linux.png b/semcore/select/__tests__/ux-patterns-with-select/combobox.browser-test.tsx-snapshots/-visual-Verify-Combobox-menu-opened-state-1-firefox-linux.png index 65b133a489..b43bd96398 100644 Binary files a/semcore/select/__tests__/ux-patterns-with-select/combobox.browser-test.tsx-snapshots/-visual-Verify-Combobox-menu-opened-state-1-firefox-linux.png and b/semcore/select/__tests__/ux-patterns-with-select/combobox.browser-test.tsx-snapshots/-visual-Verify-Combobox-menu-opened-state-1-firefox-linux.png differ diff --git a/semcore/select/__tests__/ux-patterns-with-select/combobox.browser-test.tsx-snapshots/-visual-Verify-Combobox-menu-opened-state-1-webkit-linux.png b/semcore/select/__tests__/ux-patterns-with-select/combobox.browser-test.tsx-snapshots/-visual-Verify-Combobox-menu-opened-state-1-webkit-linux.png index 64e2f6a657..f2bab69fa7 100644 Binary files a/semcore/select/__tests__/ux-patterns-with-select/combobox.browser-test.tsx-snapshots/-visual-Verify-Combobox-menu-opened-state-1-webkit-linux.png and b/semcore/select/__tests__/ux-patterns-with-select/combobox.browser-test.tsx-snapshots/-visual-Verify-Combobox-menu-opened-state-1-webkit-linux.png differ diff --git a/semcore/select/__tests__/ux-patterns-with-select/combobox.browser-test.tsx-snapshots/-visual-Verify-Combobox-with-typed-value-1-chromium-linux.png b/semcore/select/__tests__/ux-patterns-with-select/combobox.browser-test.tsx-snapshots/-visual-Verify-Combobox-with-typed-value-1-chromium-linux.png index 8dbc8e5f19..6063e0982f 100644 Binary files a/semcore/select/__tests__/ux-patterns-with-select/combobox.browser-test.tsx-snapshots/-visual-Verify-Combobox-with-typed-value-1-chromium-linux.png and b/semcore/select/__tests__/ux-patterns-with-select/combobox.browser-test.tsx-snapshots/-visual-Verify-Combobox-with-typed-value-1-chromium-linux.png differ diff --git a/semcore/select/__tests__/ux-patterns-with-select/combobox.browser-test.tsx-snapshots/-visual-Verify-Combobox-with-typed-value-1-firefox-linux.png b/semcore/select/__tests__/ux-patterns-with-select/combobox.browser-test.tsx-snapshots/-visual-Verify-Combobox-with-typed-value-1-firefox-linux.png index f69f017c20..8d4910950a 100644 Binary files a/semcore/select/__tests__/ux-patterns-with-select/combobox.browser-test.tsx-snapshots/-visual-Verify-Combobox-with-typed-value-1-firefox-linux.png and b/semcore/select/__tests__/ux-patterns-with-select/combobox.browser-test.tsx-snapshots/-visual-Verify-Combobox-with-typed-value-1-firefox-linux.png differ diff --git a/semcore/select/__tests__/ux-patterns-with-select/combobox.browser-test.tsx-snapshots/-visual-Verify-Combobox-with-typed-value-1-webkit-linux.png b/semcore/select/__tests__/ux-patterns-with-select/combobox.browser-test.tsx-snapshots/-visual-Verify-Combobox-with-typed-value-1-webkit-linux.png index 8727cb6d56..da4095ca86 100644 Binary files a/semcore/select/__tests__/ux-patterns-with-select/combobox.browser-test.tsx-snapshots/-visual-Verify-Combobox-with-typed-value-1-webkit-linux.png and b/semcore/select/__tests__/ux-patterns-with-select/combobox.browser-test.tsx-snapshots/-visual-Verify-Combobox-with-typed-value-1-webkit-linux.png differ diff --git a/semcore/select/__tests__/ux-patterns-with-select/input-phone.browser-test.tsx-snapshots/-visual-Verify-Input-Phone-keyboard-interaction-1-chromium-linux.png b/semcore/select/__tests__/ux-patterns-with-select/input-phone.browser-test.tsx-snapshots/-visual-Verify-Input-Phone-keyboard-interaction-1-chromium-linux.png index 0198937c20..8057941119 100644 Binary files a/semcore/select/__tests__/ux-patterns-with-select/input-phone.browser-test.tsx-snapshots/-visual-Verify-Input-Phone-keyboard-interaction-1-chromium-linux.png and b/semcore/select/__tests__/ux-patterns-with-select/input-phone.browser-test.tsx-snapshots/-visual-Verify-Input-Phone-keyboard-interaction-1-chromium-linux.png differ diff --git a/semcore/select/__tests__/ux-patterns-with-select/input-phone.browser-test.tsx-snapshots/-visual-Verify-Input-Phone-keyboard-interaction-1-firefox-linux.png b/semcore/select/__tests__/ux-patterns-with-select/input-phone.browser-test.tsx-snapshots/-visual-Verify-Input-Phone-keyboard-interaction-1-firefox-linux.png index 763fe3f1ea..2d86c74e36 100644 Binary files a/semcore/select/__tests__/ux-patterns-with-select/input-phone.browser-test.tsx-snapshots/-visual-Verify-Input-Phone-keyboard-interaction-1-firefox-linux.png and b/semcore/select/__tests__/ux-patterns-with-select/input-phone.browser-test.tsx-snapshots/-visual-Verify-Input-Phone-keyboard-interaction-1-firefox-linux.png differ diff --git a/semcore/select/__tests__/ux-patterns-with-select/input-phone.browser-test.tsx-snapshots/-visual-Verify-Input-Phone-keyboard-interaction-1-webkit-linux.png b/semcore/select/__tests__/ux-patterns-with-select/input-phone.browser-test.tsx-snapshots/-visual-Verify-Input-Phone-keyboard-interaction-1-webkit-linux.png index f98f9c0301..fe5c76e8c4 100644 Binary files a/semcore/select/__tests__/ux-patterns-with-select/input-phone.browser-test.tsx-snapshots/-visual-Verify-Input-Phone-keyboard-interaction-1-webkit-linux.png and b/semcore/select/__tests__/ux-patterns-with-select/input-phone.browser-test.tsx-snapshots/-visual-Verify-Input-Phone-keyboard-interaction-1-webkit-linux.png differ diff --git a/semcore/select/__tests__/ux-patterns-with-select/input-phone.browser-test.tsx-snapshots/-visual-Verify-Input-Phone-keyboard-interaction-2-chromium-linux.png b/semcore/select/__tests__/ux-patterns-with-select/input-phone.browser-test.tsx-snapshots/-visual-Verify-Input-Phone-keyboard-interaction-2-chromium-linux.png index 43061e0f88..229b749946 100644 Binary files a/semcore/select/__tests__/ux-patterns-with-select/input-phone.browser-test.tsx-snapshots/-visual-Verify-Input-Phone-keyboard-interaction-2-chromium-linux.png and b/semcore/select/__tests__/ux-patterns-with-select/input-phone.browser-test.tsx-snapshots/-visual-Verify-Input-Phone-keyboard-interaction-2-chromium-linux.png differ diff --git a/semcore/select/__tests__/ux-patterns-with-select/input-phone.browser-test.tsx-snapshots/-visual-Verify-Input-Phone-keyboard-interaction-2-firefox-linux.png b/semcore/select/__tests__/ux-patterns-with-select/input-phone.browser-test.tsx-snapshots/-visual-Verify-Input-Phone-keyboard-interaction-2-firefox-linux.png index 0915144b9b..d0e48eed9c 100644 Binary files a/semcore/select/__tests__/ux-patterns-with-select/input-phone.browser-test.tsx-snapshots/-visual-Verify-Input-Phone-keyboard-interaction-2-firefox-linux.png and b/semcore/select/__tests__/ux-patterns-with-select/input-phone.browser-test.tsx-snapshots/-visual-Verify-Input-Phone-keyboard-interaction-2-firefox-linux.png differ diff --git a/semcore/select/__tests__/ux-patterns-with-select/input-phone.browser-test.tsx-snapshots/-visual-Verify-Input-Phone-keyboard-interaction-2-webkit-linux.png b/semcore/select/__tests__/ux-patterns-with-select/input-phone.browser-test.tsx-snapshots/-visual-Verify-Input-Phone-keyboard-interaction-2-webkit-linux.png index 637da426eb..ecaed1ce62 100644 Binary files a/semcore/select/__tests__/ux-patterns-with-select/input-phone.browser-test.tsx-snapshots/-visual-Verify-Input-Phone-keyboard-interaction-2-webkit-linux.png and b/semcore/select/__tests__/ux-patterns-with-select/input-phone.browser-test.tsx-snapshots/-visual-Verify-Input-Phone-keyboard-interaction-2-webkit-linux.png differ diff --git a/semcore/select/src/style/select.shadow.css b/semcore/select/src/style/select.shadow.css index acc81137c6..04cae287a4 100644 --- a/semcore/select/src/style/select.shadow.css +++ b/semcore/select/src/style/select.shadow.css @@ -48,13 +48,13 @@ SOptionCheckbox[size='l'][selected]::after { } SOptionCheckbox[selected]:before { - background-color: var(--intergalactic-control-primary-info, oklch(0.23 0.01 140)); - border-color: var(--intergalactic-control-primary-info, oklch(0.23 0.01 140)); + background-color: var(--intergalactic-control-primary-info, oklch(0.23 0.01 140)); /* TODO: --intergalactic-control-checkbox-bg-selected */ + border-color: var(--intergalactic-control-primary-info, oklch(0.23 0.01 140)); /* TODO: --intergalactic-control-checkbox-bg-selected */ } SOptionCheckbox[indeterminate]:before { - background-color: var(--intergalactic-control-primary-info, oklch(0.23 0.01 140)); - border-color: var(--intergalactic-control-primary-info, oklch(0.23 0.01 140)); + background-color: var(--intergalactic-control-primary-info, oklch(0.23 0.01 140)); /* TODO: --intergalactic-control-checkbox-bg-selected */ + border-color: var(--intergalactic-control-primary-info, oklch(0.23 0.01 140)); /* TODO: --intergalactic-control-checkbox-bg-selected */ } SOptionCheckbox[theme]:before { @@ -76,7 +76,7 @@ SOptionCheckbox[selected] { } SOptionCheckbox[indeterminate]:after { - background-color: #ffffff; + background-color: #ffffff; /* TODO: --gray-white */ background-image: none; margin: auto; /* disable-tokens-validator */ diff --git a/semcore/side-panel/__tests__/side-panel.browser-test.tsx b/semcore/side-panel/__tests__/side-panel.browser-test.tsx index 85389be01a..afdba841b6 100644 --- a/semcore/side-panel/__tests__/side-panel.browser-test.tsx +++ b/semcore/side-panel/__tests__/side-panel.browser-test.tsx @@ -182,20 +182,35 @@ test.describe(`${TAG.VISUAL} `, () => { '@ellipsis', '@tooltip'], }, async ({ page }) => { - await loadPage(page, 'stories/components/side-panel/tests/examples/side-panel-additional-states.tsx', 'en', { ellipsisTitle: true, withTooltipInBody: true, withFooter: true }); + const titleText = 'Heading 6, 16px Heading 6, 16px'; + + await loadPage(page, 'stories/components/side-panel/tests/examples/side-panel-additional-states.tsx', 'en', { + ellipsisTitle: true, + withTooltipInBody: true, + withFooter: true, + animationsDisabled: true, + }); await page.keyboard.press('Tab'); await page.keyboard.press('Enter'); await expect(locators.button(page, 'Close')).toBeFocused(); - await locators.hint(page).waitFor({ state: 'visible' }); + await locators.hint(page).filter({ hasText: 'Close' }).waitFor({ state: 'visible' }); - const title = page.locator('h6[data-ui-name="SidePanel.Title"]'); - const box = await title.boundingBox(); + const title = locators.title(page); + await expect(title).toHaveText(titleText); + await expect.poll(async () => { + return title.evaluate((el) => el.scrollWidth > el.clientWidth); + }).toBe(true); - if (box) { - await page.mouse.move(box.x + box.width / 2, box.y + box.height / 2); - } - await locators.hint(page).nth(1).waitFor({ state: 'visible' }); + await title.hover(); + await locators.hint(page).filter({ hasText: titleText }).waitFor({ state: 'visible' }); + await page.waitForFunction((expectedText) => { + const titleHint = Array.from(document.querySelectorAll('[data-ui-name="Hint"]')) + .find((hint) => hint.textContent?.includes(expectedText)); + + return titleHint && getComputedStyle(titleHint).opacity === '1'; + }, titleText); + await expect(locators.hint(page)).toHaveCount(2); await expect(page).toHaveScreenshot({ maxDiffPixelRatio: 0.01 }); }); diff --git a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Base-example-looks-good-in-each-placement-bottom-1-chromium-linux.png b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Base-example-looks-good-in-each-placement-bottom-1-chromium-linux.png index 06798df904..9e1d7f1268 100644 Binary files a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Base-example-looks-good-in-each-placement-bottom-1-chromium-linux.png and b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Base-example-looks-good-in-each-placement-bottom-1-chromium-linux.png differ diff --git a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Base-example-looks-good-in-each-placement-bottom-1-firefox-linux.png b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Base-example-looks-good-in-each-placement-bottom-1-firefox-linux.png index 432ef9ab7a..7444e062ea 100644 Binary files a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Base-example-looks-good-in-each-placement-bottom-1-firefox-linux.png and b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Base-example-looks-good-in-each-placement-bottom-1-firefox-linux.png differ diff --git a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Base-example-looks-good-in-each-placement-bottom-1-webkit-linux.png b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Base-example-looks-good-in-each-placement-bottom-1-webkit-linux.png index c0dce6e46f..14c4d6c86c 100644 Binary files a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Base-example-looks-good-in-each-placement-bottom-1-webkit-linux.png and b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Base-example-looks-good-in-each-placement-bottom-1-webkit-linux.png differ diff --git a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Base-example-looks-good-in-each-placement-left-1-chromium-linux.png b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Base-example-looks-good-in-each-placement-left-1-chromium-linux.png index 106ab632ec..1ce508b97e 100644 Binary files a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Base-example-looks-good-in-each-placement-left-1-chromium-linux.png and b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Base-example-looks-good-in-each-placement-left-1-chromium-linux.png differ diff --git a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Base-example-looks-good-in-each-placement-left-1-firefox-linux.png b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Base-example-looks-good-in-each-placement-left-1-firefox-linux.png index 98cad679db..94b4a4557c 100644 Binary files a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Base-example-looks-good-in-each-placement-left-1-firefox-linux.png and b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Base-example-looks-good-in-each-placement-left-1-firefox-linux.png differ diff --git a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Base-example-looks-good-in-each-placement-left-1-webkit-linux.png b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Base-example-looks-good-in-each-placement-left-1-webkit-linux.png index c9ed429b8a..49d1575830 100644 Binary files a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Base-example-looks-good-in-each-placement-left-1-webkit-linux.png and b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Base-example-looks-good-in-each-placement-left-1-webkit-linux.png differ diff --git a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Base-example-looks-good-in-each-placement-right-1-chromium-linux.png b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Base-example-looks-good-in-each-placement-right-1-chromium-linux.png index 3fc6c77ffc..c9ece42d7e 100644 Binary files a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Base-example-looks-good-in-each-placement-right-1-chromium-linux.png and b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Base-example-looks-good-in-each-placement-right-1-chromium-linux.png differ diff --git a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Base-example-looks-good-in-each-placement-right-1-firefox-linux.png b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Base-example-looks-good-in-each-placement-right-1-firefox-linux.png index 0a0bfff636..bea9d35a0e 100644 Binary files a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Base-example-looks-good-in-each-placement-right-1-firefox-linux.png and b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Base-example-looks-good-in-each-placement-right-1-firefox-linux.png differ diff --git a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Base-example-looks-good-in-each-placement-right-1-webkit-linux.png b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Base-example-looks-good-in-each-placement-right-1-webkit-linux.png index 0dafb7f125..3e88249c8e 100644 Binary files a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Base-example-looks-good-in-each-placement-right-1-webkit-linux.png and b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Base-example-looks-good-in-each-placement-right-1-webkit-linux.png differ diff --git a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Base-example-looks-good-in-each-placement-top-1-chromium-linux.png b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Base-example-looks-good-in-each-placement-top-1-chromium-linux.png index 5f225c0953..a1a5ebf9ea 100644 Binary files a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Base-example-looks-good-in-each-placement-top-1-chromium-linux.png and b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Base-example-looks-good-in-each-placement-top-1-chromium-linux.png differ diff --git a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Base-example-looks-good-in-each-placement-top-1-firefox-linux.png b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Base-example-looks-good-in-each-placement-top-1-firefox-linux.png index 59d2afdfb4..b2a653b5d0 100644 Binary files a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Base-example-looks-good-in-each-placement-top-1-firefox-linux.png and b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Base-example-looks-good-in-each-placement-top-1-firefox-linux.png differ diff --git a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Base-example-looks-good-in-each-placement-top-1-webkit-linux.png b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Base-example-looks-good-in-each-placement-top-1-webkit-linux.png index 85346237ef..97a2ab2d95 100644 Binary files a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Base-example-looks-good-in-each-placement-top-1-webkit-linux.png and b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Base-example-looks-good-in-each-placement-top-1-webkit-linux.png differ diff --git a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Close-button-looks-good-when-SidePanel-Close-and-closable-true-1-chromium-linux.png b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Close-button-looks-good-when-SidePanel-Close-and-closable-true-1-chromium-linux.png index abed6a16ae..d7a7ad1aab 100644 Binary files a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Close-button-looks-good-when-SidePanel-Close-and-closable-true-1-chromium-linux.png and b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Close-button-looks-good-when-SidePanel-Close-and-closable-true-1-chromium-linux.png differ diff --git a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Close-button-looks-good-when-SidePanel-Close-and-closable-true-1-firefox-linux.png b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Close-button-looks-good-when-SidePanel-Close-and-closable-true-1-firefox-linux.png index ea175f9bca..46baf4524e 100644 Binary files a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Close-button-looks-good-when-SidePanel-Close-and-closable-true-1-firefox-linux.png and b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Close-button-looks-good-when-SidePanel-Close-and-closable-true-1-firefox-linux.png differ diff --git a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Close-button-looks-good-when-SidePanel-Close-and-closable-true-1-webkit-linux.png b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Close-button-looks-good-when-SidePanel-Close-and-closable-true-1-webkit-linux.png index 7ffb1636b2..4832e9961b 100644 Binary files a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Close-button-looks-good-when-SidePanel-Close-and-closable-true-1-webkit-linux.png and b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Close-button-looks-good-when-SidePanel-Close-and-closable-true-1-webkit-linux.png differ diff --git a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Close-button-shown-when-SidePanel-Close-and-closable-false-1-chromium-linux.png b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Close-button-shown-when-SidePanel-Close-and-closable-false-1-chromium-linux.png index abed6a16ae..911b8cf2d0 100644 Binary files a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Close-button-shown-when-SidePanel-Close-and-closable-false-1-chromium-linux.png and b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Close-button-shown-when-SidePanel-Close-and-closable-false-1-chromium-linux.png differ diff --git a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Close-button-shown-when-SidePanel-Close-and-closable-false-1-firefox-linux.png b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Close-button-shown-when-SidePanel-Close-and-closable-false-1-firefox-linux.png index ea175f9bca..46baf4524e 100644 Binary files a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Close-button-shown-when-SidePanel-Close-and-closable-false-1-firefox-linux.png and b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Close-button-shown-when-SidePanel-Close-and-closable-false-1-firefox-linux.png differ diff --git a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Close-button-shown-when-SidePanel-Close-and-closable-false-1-webkit-linux.png b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Close-button-shown-when-SidePanel-Close-and-closable-false-1-webkit-linux.png index 8d7f2aeab3..4832e9961b 100644 Binary files a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Close-button-shown-when-SidePanel-Close-and-closable-false-1-webkit-linux.png and b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Close-button-shown-when-SidePanel-Close-and-closable-false-1-webkit-linux.png differ diff --git a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Internal-component-inside-positioned-correclty-in-each-placement-bottom-1-chromium-linux.png b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Internal-component-inside-positioned-correclty-in-each-placement-bottom-1-chromium-linux.png index 769ecd1130..cc5370615d 100644 Binary files a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Internal-component-inside-positioned-correclty-in-each-placement-bottom-1-chromium-linux.png and b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Internal-component-inside-positioned-correclty-in-each-placement-bottom-1-chromium-linux.png differ diff --git a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Internal-component-inside-positioned-correclty-in-each-placement-bottom-1-firefox-linux.png b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Internal-component-inside-positioned-correclty-in-each-placement-bottom-1-firefox-linux.png index da551ab806..3508f421da 100644 Binary files a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Internal-component-inside-positioned-correclty-in-each-placement-bottom-1-firefox-linux.png and b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Internal-component-inside-positioned-correclty-in-each-placement-bottom-1-firefox-linux.png differ diff --git a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Internal-component-inside-positioned-correclty-in-each-placement-bottom-1-webkit-linux.png b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Internal-component-inside-positioned-correclty-in-each-placement-bottom-1-webkit-linux.png index 8d2f8ea1b3..998f5641d7 100644 Binary files a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Internal-component-inside-positioned-correclty-in-each-placement-bottom-1-webkit-linux.png and b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Internal-component-inside-positioned-correclty-in-each-placement-bottom-1-webkit-linux.png differ diff --git a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Internal-component-inside-positioned-correclty-in-each-placement-left-1-chromium-linux.png b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Internal-component-inside-positioned-correclty-in-each-placement-left-1-chromium-linux.png index 48f6908171..ac813ff6bd 100644 Binary files a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Internal-component-inside-positioned-correclty-in-each-placement-left-1-chromium-linux.png and b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Internal-component-inside-positioned-correclty-in-each-placement-left-1-chromium-linux.png differ diff --git a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Internal-component-inside-positioned-correclty-in-each-placement-left-1-firefox-linux.png b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Internal-component-inside-positioned-correclty-in-each-placement-left-1-firefox-linux.png index 76653f7e9f..19ab325013 100644 Binary files a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Internal-component-inside-positioned-correclty-in-each-placement-left-1-firefox-linux.png and b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Internal-component-inside-positioned-correclty-in-each-placement-left-1-firefox-linux.png differ diff --git a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Internal-component-inside-positioned-correclty-in-each-placement-left-1-webkit-linux.png b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Internal-component-inside-positioned-correclty-in-each-placement-left-1-webkit-linux.png index 046e47e886..30b8947ffd 100644 Binary files a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Internal-component-inside-positioned-correclty-in-each-placement-left-1-webkit-linux.png and b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Internal-component-inside-positioned-correclty-in-each-placement-left-1-webkit-linux.png differ diff --git a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Internal-component-inside-positioned-correclty-in-each-placement-right-1-chromium-linux.png b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Internal-component-inside-positioned-correclty-in-each-placement-right-1-chromium-linux.png index 88d4965d0b..db3d1ecdce 100644 Binary files a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Internal-component-inside-positioned-correclty-in-each-placement-right-1-chromium-linux.png and b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Internal-component-inside-positioned-correclty-in-each-placement-right-1-chromium-linux.png differ diff --git a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Internal-component-inside-positioned-correclty-in-each-placement-right-1-firefox-linux.png b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Internal-component-inside-positioned-correclty-in-each-placement-right-1-firefox-linux.png index d377eabda0..d82074ca0f 100644 Binary files a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Internal-component-inside-positioned-correclty-in-each-placement-right-1-firefox-linux.png and b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Internal-component-inside-positioned-correclty-in-each-placement-right-1-firefox-linux.png differ diff --git a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Internal-component-inside-positioned-correclty-in-each-placement-right-1-webkit-linux.png b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Internal-component-inside-positioned-correclty-in-each-placement-right-1-webkit-linux.png index 2031db727e..41bcf3848f 100644 Binary files a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Internal-component-inside-positioned-correclty-in-each-placement-right-1-webkit-linux.png and b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Internal-component-inside-positioned-correclty-in-each-placement-right-1-webkit-linux.png differ diff --git a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Internal-component-inside-positioned-correclty-in-each-placement-top-1-chromium-linux.png b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Internal-component-inside-positioned-correclty-in-each-placement-top-1-chromium-linux.png index e0ca3b3314..1be59842d7 100644 Binary files a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Internal-component-inside-positioned-correclty-in-each-placement-top-1-chromium-linux.png and b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Internal-component-inside-positioned-correclty-in-each-placement-top-1-chromium-linux.png differ diff --git a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Internal-component-inside-positioned-correclty-in-each-placement-top-1-firefox-linux.png b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Internal-component-inside-positioned-correclty-in-each-placement-top-1-firefox-linux.png index ab1f563383..83b7baa558 100644 Binary files a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Internal-component-inside-positioned-correclty-in-each-placement-top-1-firefox-linux.png and b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Internal-component-inside-positioned-correclty-in-each-placement-top-1-firefox-linux.png differ diff --git a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Internal-component-inside-positioned-correclty-in-each-placement-top-1-webkit-linux.png b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Internal-component-inside-positioned-correclty-in-each-placement-top-1-webkit-linux.png index 2987c20fff..f881d609c6 100644 Binary files a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Internal-component-inside-positioned-correclty-in-each-placement-top-1-webkit-linux.png and b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Internal-component-inside-positioned-correclty-in-each-placement-top-1-webkit-linux.png differ diff --git a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-No-Close-button-when-no-SidePanel-Close-and-closable-false-1-chromium-linux.png b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-No-Close-button-when-no-SidePanel-Close-and-closable-false-1-chromium-linux.png index 3e32368376..accd362efb 100644 Binary files a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-No-Close-button-when-no-SidePanel-Close-and-closable-false-1-chromium-linux.png and b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-No-Close-button-when-no-SidePanel-Close-and-closable-false-1-chromium-linux.png differ diff --git a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-No-Close-button-when-no-SidePanel-Close-and-closable-false-1-firefox-linux.png b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-No-Close-button-when-no-SidePanel-Close-and-closable-false-1-firefox-linux.png index f77d2d0ee6..67fac654a7 100644 Binary files a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-No-Close-button-when-no-SidePanel-Close-and-closable-false-1-firefox-linux.png and b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-No-Close-button-when-no-SidePanel-Close-and-closable-false-1-firefox-linux.png differ diff --git a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-No-Close-button-when-no-SidePanel-Close-and-closable-false-1-webkit-linux.png b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-No-Close-button-when-no-SidePanel-Close-and-closable-false-1-webkit-linux.png index f551abde1d..30661c02d1 100644 Binary files a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-No-Close-button-when-no-SidePanel-Close-and-closable-false-1-webkit-linux.png and b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-No-Close-button-when-no-SidePanel-Close-and-closable-false-1-webkit-linux.png differ diff --git a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-Ellipsis-and-tooltip-1-chromium-linux.png b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-Ellipsis-and-tooltip-1-chromium-linux.png index 1d0f2f8098..43c0ebd68f 100644 Binary files a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-Ellipsis-and-tooltip-1-chromium-linux.png and b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-Ellipsis-and-tooltip-1-chromium-linux.png differ diff --git a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-Ellipsis-and-tooltip-1-firefox-linux.png b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-Ellipsis-and-tooltip-1-firefox-linux.png index 106eb2ce1b..8cfac5d1c6 100644 Binary files a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-Ellipsis-and-tooltip-1-firefox-linux.png and b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-Ellipsis-and-tooltip-1-firefox-linux.png differ diff --git a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-Ellipsis-and-tooltip-1-webkit-linux.png b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-Ellipsis-and-tooltip-1-webkit-linux.png index 4d959b5bea..3abd4e6d1d 100644 Binary files a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-Ellipsis-and-tooltip-1-webkit-linux.png and b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-Ellipsis-and-tooltip-1-webkit-linux.png differ diff --git a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-Header-and-Footer-looks-good-in-each-placement-bottom-1-chromium-linux.png b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-Header-and-Footer-looks-good-in-each-placement-bottom-1-chromium-linux.png index 4324d0ee07..ea640a1fbb 100644 Binary files a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-Header-and-Footer-looks-good-in-each-placement-bottom-1-chromium-linux.png and b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-Header-and-Footer-looks-good-in-each-placement-bottom-1-chromium-linux.png differ diff --git a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-Header-and-Footer-looks-good-in-each-placement-bottom-1-firefox-linux.png b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-Header-and-Footer-looks-good-in-each-placement-bottom-1-firefox-linux.png index 20b01ab5c7..f3d89cbd6e 100644 Binary files a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-Header-and-Footer-looks-good-in-each-placement-bottom-1-firefox-linux.png and b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-Header-and-Footer-looks-good-in-each-placement-bottom-1-firefox-linux.png differ diff --git a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-Header-and-Footer-looks-good-in-each-placement-bottom-1-webkit-linux.png b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-Header-and-Footer-looks-good-in-each-placement-bottom-1-webkit-linux.png index 224660514a..a9f8cbadc0 100644 Binary files a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-Header-and-Footer-looks-good-in-each-placement-bottom-1-webkit-linux.png and b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-Header-and-Footer-looks-good-in-each-placement-bottom-1-webkit-linux.png differ diff --git a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-Header-and-Footer-looks-good-in-each-placement-bottom-2-chromium-linux.png b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-Header-and-Footer-looks-good-in-each-placement-bottom-2-chromium-linux.png index a84ff6dc69..cecc163d0e 100644 Binary files a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-Header-and-Footer-looks-good-in-each-placement-bottom-2-chromium-linux.png and b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-Header-and-Footer-looks-good-in-each-placement-bottom-2-chromium-linux.png differ diff --git a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-Header-and-Footer-looks-good-in-each-placement-bottom-2-firefox-linux.png b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-Header-and-Footer-looks-good-in-each-placement-bottom-2-firefox-linux.png index e683b5a590..28e14bd5f1 100644 Binary files a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-Header-and-Footer-looks-good-in-each-placement-bottom-2-firefox-linux.png and b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-Header-and-Footer-looks-good-in-each-placement-bottom-2-firefox-linux.png differ diff --git a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-Header-and-Footer-looks-good-in-each-placement-bottom-2-webkit-linux.png b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-Header-and-Footer-looks-good-in-each-placement-bottom-2-webkit-linux.png index 99d6db2c8f..da05b679e4 100644 Binary files a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-Header-and-Footer-looks-good-in-each-placement-bottom-2-webkit-linux.png and b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-Header-and-Footer-looks-good-in-each-placement-bottom-2-webkit-linux.png differ diff --git a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-Header-and-Footer-looks-good-in-each-placement-left-1-chromium-linux.png b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-Header-and-Footer-looks-good-in-each-placement-left-1-chromium-linux.png index 0a15432224..511c6e20bd 100644 Binary files a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-Header-and-Footer-looks-good-in-each-placement-left-1-chromium-linux.png and b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-Header-and-Footer-looks-good-in-each-placement-left-1-chromium-linux.png differ diff --git a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-Header-and-Footer-looks-good-in-each-placement-left-1-firefox-linux.png b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-Header-and-Footer-looks-good-in-each-placement-left-1-firefox-linux.png index 28c9442741..b8195267e8 100644 Binary files a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-Header-and-Footer-looks-good-in-each-placement-left-1-firefox-linux.png and b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-Header-and-Footer-looks-good-in-each-placement-left-1-firefox-linux.png differ diff --git a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-Header-and-Footer-looks-good-in-each-placement-left-1-webkit-linux.png b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-Header-and-Footer-looks-good-in-each-placement-left-1-webkit-linux.png index c833a1cc2e..dfe1ebf1c5 100644 Binary files a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-Header-and-Footer-looks-good-in-each-placement-left-1-webkit-linux.png and b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-Header-and-Footer-looks-good-in-each-placement-left-1-webkit-linux.png differ diff --git a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-Header-and-Footer-looks-good-in-each-placement-left-2-chromium-linux.png b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-Header-and-Footer-looks-good-in-each-placement-left-2-chromium-linux.png index 60f7e78d44..20caef9f03 100644 Binary files a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-Header-and-Footer-looks-good-in-each-placement-left-2-chromium-linux.png and b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-Header-and-Footer-looks-good-in-each-placement-left-2-chromium-linux.png differ diff --git a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-Header-and-Footer-looks-good-in-each-placement-left-2-firefox-linux.png b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-Header-and-Footer-looks-good-in-each-placement-left-2-firefox-linux.png index 71d8cf7033..e0fafd80e3 100644 Binary files a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-Header-and-Footer-looks-good-in-each-placement-left-2-firefox-linux.png and b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-Header-and-Footer-looks-good-in-each-placement-left-2-firefox-linux.png differ diff --git a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-Header-and-Footer-looks-good-in-each-placement-left-2-webkit-linux.png b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-Header-and-Footer-looks-good-in-each-placement-left-2-webkit-linux.png index f4ee2aa942..53bde2fb97 100644 Binary files a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-Header-and-Footer-looks-good-in-each-placement-left-2-webkit-linux.png and b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-Header-and-Footer-looks-good-in-each-placement-left-2-webkit-linux.png differ diff --git a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-Header-and-Footer-looks-good-in-each-placement-right-1-chromium-linux.png b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-Header-and-Footer-looks-good-in-each-placement-right-1-chromium-linux.png index 6b108a1a75..57414e789d 100644 Binary files a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-Header-and-Footer-looks-good-in-each-placement-right-1-chromium-linux.png and b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-Header-and-Footer-looks-good-in-each-placement-right-1-chromium-linux.png differ diff --git a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-Header-and-Footer-looks-good-in-each-placement-right-1-firefox-linux.png b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-Header-and-Footer-looks-good-in-each-placement-right-1-firefox-linux.png index a155a3ebe9..4d934c7117 100644 Binary files a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-Header-and-Footer-looks-good-in-each-placement-right-1-firefox-linux.png and b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-Header-and-Footer-looks-good-in-each-placement-right-1-firefox-linux.png differ diff --git a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-Header-and-Footer-looks-good-in-each-placement-right-1-webkit-linux.png b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-Header-and-Footer-looks-good-in-each-placement-right-1-webkit-linux.png index a65b78d093..6c66eb1420 100644 Binary files a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-Header-and-Footer-looks-good-in-each-placement-right-1-webkit-linux.png and b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-Header-and-Footer-looks-good-in-each-placement-right-1-webkit-linux.png differ diff --git a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-Header-and-Footer-looks-good-in-each-placement-right-2-chromium-linux.png b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-Header-and-Footer-looks-good-in-each-placement-right-2-chromium-linux.png index 07584d8a68..d2a2b1646b 100644 Binary files a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-Header-and-Footer-looks-good-in-each-placement-right-2-chromium-linux.png and b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-Header-and-Footer-looks-good-in-each-placement-right-2-chromium-linux.png differ diff --git a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-Header-and-Footer-looks-good-in-each-placement-right-2-firefox-linux.png b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-Header-and-Footer-looks-good-in-each-placement-right-2-firefox-linux.png index 8a04934e14..1c02215fd1 100644 Binary files a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-Header-and-Footer-looks-good-in-each-placement-right-2-firefox-linux.png and b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-Header-and-Footer-looks-good-in-each-placement-right-2-firefox-linux.png differ diff --git a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-Header-and-Footer-looks-good-in-each-placement-right-2-webkit-linux.png b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-Header-and-Footer-looks-good-in-each-placement-right-2-webkit-linux.png index 0a3b8254fd..bac3df15c6 100644 Binary files a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-Header-and-Footer-looks-good-in-each-placement-right-2-webkit-linux.png and b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-Header-and-Footer-looks-good-in-each-placement-right-2-webkit-linux.png differ diff --git a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-Header-and-Footer-looks-good-in-each-placement-top-1-chromium-linux.png b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-Header-and-Footer-looks-good-in-each-placement-top-1-chromium-linux.png index 614b5a7747..cd16d08840 100644 Binary files a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-Header-and-Footer-looks-good-in-each-placement-top-1-chromium-linux.png and b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-Header-and-Footer-looks-good-in-each-placement-top-1-chromium-linux.png differ diff --git a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-Header-and-Footer-looks-good-in-each-placement-top-1-firefox-linux.png b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-Header-and-Footer-looks-good-in-each-placement-top-1-firefox-linux.png index 5ae80a2455..5d455d83d9 100644 Binary files a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-Header-and-Footer-looks-good-in-each-placement-top-1-firefox-linux.png and b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-Header-and-Footer-looks-good-in-each-placement-top-1-firefox-linux.png differ diff --git a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-Header-and-Footer-looks-good-in-each-placement-top-1-webkit-linux.png b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-Header-and-Footer-looks-good-in-each-placement-top-1-webkit-linux.png index e50212e9dc..4862a3f1b7 100644 Binary files a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-Header-and-Footer-looks-good-in-each-placement-top-1-webkit-linux.png and b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-Header-and-Footer-looks-good-in-each-placement-top-1-webkit-linux.png differ diff --git a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-Header-and-Footer-looks-good-in-each-placement-top-2-chromium-linux.png b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-Header-and-Footer-looks-good-in-each-placement-top-2-chromium-linux.png index 6e8935aa19..7ab3a5f49a 100644 Binary files a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-Header-and-Footer-looks-good-in-each-placement-top-2-chromium-linux.png and b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-Header-and-Footer-looks-good-in-each-placement-top-2-chromium-linux.png differ diff --git a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-Header-and-Footer-looks-good-in-each-placement-top-2-firefox-linux.png b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-Header-and-Footer-looks-good-in-each-placement-top-2-firefox-linux.png index 9e18c94eae..ce6ce4f472 100644 Binary files a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-Header-and-Footer-looks-good-in-each-placement-top-2-firefox-linux.png and b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-Header-and-Footer-looks-good-in-each-placement-top-2-firefox-linux.png differ diff --git a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-Header-and-Footer-looks-good-in-each-placement-top-2-webkit-linux.png b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-Header-and-Footer-looks-good-in-each-placement-top-2-webkit-linux.png index 0a8a845558..983c9cac45 100644 Binary files a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-Header-and-Footer-looks-good-in-each-placement-top-2-webkit-linux.png and b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-Header-and-Footer-looks-good-in-each-placement-top-2-webkit-linux.png differ diff --git a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-disabled-overlay-in-each-placement-bottom-1-chromium-linux.png b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-disabled-overlay-in-each-placement-bottom-1-chromium-linux.png index d0191e8a8d..cabd4c74e0 100644 Binary files a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-disabled-overlay-in-each-placement-bottom-1-chromium-linux.png and b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-disabled-overlay-in-each-placement-bottom-1-chromium-linux.png differ diff --git a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-disabled-overlay-in-each-placement-bottom-1-firefox-linux.png b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-disabled-overlay-in-each-placement-bottom-1-firefox-linux.png index 43e2109b05..dc552f5ffc 100644 Binary files a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-disabled-overlay-in-each-placement-bottom-1-firefox-linux.png and b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-disabled-overlay-in-each-placement-bottom-1-firefox-linux.png differ diff --git a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-disabled-overlay-in-each-placement-bottom-1-webkit-linux.png b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-disabled-overlay-in-each-placement-bottom-1-webkit-linux.png index f4a26a4b76..4ed728df01 100644 Binary files a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-disabled-overlay-in-each-placement-bottom-1-webkit-linux.png and b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-disabled-overlay-in-each-placement-bottom-1-webkit-linux.png differ diff --git a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-disabled-overlay-in-each-placement-left-1-chromium-linux.png b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-disabled-overlay-in-each-placement-left-1-chromium-linux.png index f69c990a05..71e0254ea3 100644 Binary files a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-disabled-overlay-in-each-placement-left-1-chromium-linux.png and b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-disabled-overlay-in-each-placement-left-1-chromium-linux.png differ diff --git a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-disabled-overlay-in-each-placement-left-1-firefox-linux.png b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-disabled-overlay-in-each-placement-left-1-firefox-linux.png index 7b61d84ff5..fca8806e9f 100644 Binary files a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-disabled-overlay-in-each-placement-left-1-firefox-linux.png and b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-disabled-overlay-in-each-placement-left-1-firefox-linux.png differ diff --git a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-disabled-overlay-in-each-placement-left-1-webkit-linux.png b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-disabled-overlay-in-each-placement-left-1-webkit-linux.png index 462dd5196d..618620e182 100644 Binary files a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-disabled-overlay-in-each-placement-left-1-webkit-linux.png and b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-disabled-overlay-in-each-placement-left-1-webkit-linux.png differ diff --git a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-disabled-overlay-in-each-placement-right-1-chromium-linux.png b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-disabled-overlay-in-each-placement-right-1-chromium-linux.png index 5c9e700215..f8d602f281 100644 Binary files a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-disabled-overlay-in-each-placement-right-1-chromium-linux.png and b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-disabled-overlay-in-each-placement-right-1-chromium-linux.png differ diff --git a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-disabled-overlay-in-each-placement-right-1-firefox-linux.png b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-disabled-overlay-in-each-placement-right-1-firefox-linux.png index 7e30967361..4d4cfc4993 100644 Binary files a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-disabled-overlay-in-each-placement-right-1-firefox-linux.png and b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-disabled-overlay-in-each-placement-right-1-firefox-linux.png differ diff --git a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-disabled-overlay-in-each-placement-right-1-webkit-linux.png b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-disabled-overlay-in-each-placement-right-1-webkit-linux.png index e0f04cc29e..aeddbce9a5 100644 Binary files a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-disabled-overlay-in-each-placement-right-1-webkit-linux.png and b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-disabled-overlay-in-each-placement-right-1-webkit-linux.png differ diff --git a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-disabled-overlay-in-each-placement-top-1-chromium-linux.png b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-disabled-overlay-in-each-placement-top-1-chromium-linux.png index 8cd957c1ba..885452dc8c 100644 Binary files a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-disabled-overlay-in-each-placement-top-1-chromium-linux.png and b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-disabled-overlay-in-each-placement-top-1-chromium-linux.png differ diff --git a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-disabled-overlay-in-each-placement-top-1-firefox-linux.png b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-disabled-overlay-in-each-placement-top-1-firefox-linux.png index 83d409f459..0fdf50ed8d 100644 Binary files a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-disabled-overlay-in-each-placement-top-1-firefox-linux.png and b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-disabled-overlay-in-each-placement-top-1-firefox-linux.png differ diff --git a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-disabled-overlay-in-each-placement-top-1-webkit-linux.png b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-disabled-overlay-in-each-placement-top-1-webkit-linux.png index 75f77d7912..1f37746801 100644 Binary files a/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-disabled-overlay-in-each-placement-top-1-webkit-linux.png and b/semcore/side-panel/__tests__/side-panel.browser-test.tsx-snapshots/-visual-Verify-Side-panel-with-disabled-overlay-in-each-placement-top-1-webkit-linux.png differ diff --git a/semcore/skeleton/__tests__/skeleton.browser-test.tsx-snapshots/-visual-Verify-observeParentSize-prop-styles-1-chromium-linux.png b/semcore/skeleton/__tests__/skeleton.browser-test.tsx-snapshots/-visual-Verify-observeParentSize-prop-styles-1-chromium-linux.png index 88700de51b..2d7a971b9f 100644 Binary files a/semcore/skeleton/__tests__/skeleton.browser-test.tsx-snapshots/-visual-Verify-observeParentSize-prop-styles-1-chromium-linux.png and b/semcore/skeleton/__tests__/skeleton.browser-test.tsx-snapshots/-visual-Verify-observeParentSize-prop-styles-1-chromium-linux.png differ diff --git a/semcore/skeleton/__tests__/skeleton.browser-test.tsx-snapshots/-visual-Verify-observeParentSize-prop-styles-1-firefox-linux.png b/semcore/skeleton/__tests__/skeleton.browser-test.tsx-snapshots/-visual-Verify-observeParentSize-prop-styles-1-firefox-linux.png index 29e22613f7..2ccf25a362 100644 Binary files a/semcore/skeleton/__tests__/skeleton.browser-test.tsx-snapshots/-visual-Verify-observeParentSize-prop-styles-1-firefox-linux.png and b/semcore/skeleton/__tests__/skeleton.browser-test.tsx-snapshots/-visual-Verify-observeParentSize-prop-styles-1-firefox-linux.png differ diff --git a/semcore/skeleton/__tests__/skeleton.browser-test.tsx-snapshots/-visual-Verify-observeParentSize-prop-styles-1-webkit-linux.png b/semcore/skeleton/__tests__/skeleton.browser-test.tsx-snapshots/-visual-Verify-observeParentSize-prop-styles-1-webkit-linux.png index a982aa2eee..cf830bd75f 100644 Binary files a/semcore/skeleton/__tests__/skeleton.browser-test.tsx-snapshots/-visual-Verify-observeParentSize-prop-styles-1-webkit-linux.png and b/semcore/skeleton/__tests__/skeleton.browser-test.tsx-snapshots/-visual-Verify-observeParentSize-prop-styles-1-webkit-linux.png differ diff --git a/semcore/skeleton/__tests__/skeleton.browser-test.tsx-snapshots/-visual-Verify-text-initial-loading-styles-1-chromium-linux.png b/semcore/skeleton/__tests__/skeleton.browser-test.tsx-snapshots/-visual-Verify-text-initial-loading-styles-1-chromium-linux.png index 802dd19ab2..da0d62efe6 100644 Binary files a/semcore/skeleton/__tests__/skeleton.browser-test.tsx-snapshots/-visual-Verify-text-initial-loading-styles-1-chromium-linux.png and b/semcore/skeleton/__tests__/skeleton.browser-test.tsx-snapshots/-visual-Verify-text-initial-loading-styles-1-chromium-linux.png differ diff --git a/semcore/skeleton/__tests__/skeleton.browser-test.tsx-snapshots/-visual-Verify-text-initial-loading-styles-1-firefox-linux.png b/semcore/skeleton/__tests__/skeleton.browser-test.tsx-snapshots/-visual-Verify-text-initial-loading-styles-1-firefox-linux.png index 1e5cbb6372..1fada2fff4 100644 Binary files a/semcore/skeleton/__tests__/skeleton.browser-test.tsx-snapshots/-visual-Verify-text-initial-loading-styles-1-firefox-linux.png and b/semcore/skeleton/__tests__/skeleton.browser-test.tsx-snapshots/-visual-Verify-text-initial-loading-styles-1-firefox-linux.png differ diff --git a/semcore/skeleton/__tests__/skeleton.browser-test.tsx-snapshots/-visual-Verify-text-initial-loading-styles-1-webkit-linux.png b/semcore/skeleton/__tests__/skeleton.browser-test.tsx-snapshots/-visual-Verify-text-initial-loading-styles-1-webkit-linux.png index 62f0b3cf71..3028e76966 100644 Binary files a/semcore/skeleton/__tests__/skeleton.browser-test.tsx-snapshots/-visual-Verify-text-initial-loading-styles-1-webkit-linux.png and b/semcore/skeleton/__tests__/skeleton.browser-test.tsx-snapshots/-visual-Verify-text-initial-loading-styles-1-webkit-linux.png differ diff --git a/semcore/slider/__tests__/slider.browser-test.tsx-snapshots/-visual-Verify-slider-with-input-validation-states-1-chromium-linux.png b/semcore/slider/__tests__/slider.browser-test.tsx-snapshots/-visual-Verify-slider-with-input-validation-states-1-chromium-linux.png index 6d4f559585..83987632f5 100644 Binary files a/semcore/slider/__tests__/slider.browser-test.tsx-snapshots/-visual-Verify-slider-with-input-validation-states-1-chromium-linux.png and b/semcore/slider/__tests__/slider.browser-test.tsx-snapshots/-visual-Verify-slider-with-input-validation-states-1-chromium-linux.png differ diff --git a/semcore/slider/__tests__/slider.browser-test.tsx-snapshots/-visual-Verify-slider-with-input-validation-states-1-firefox-linux.png b/semcore/slider/__tests__/slider.browser-test.tsx-snapshots/-visual-Verify-slider-with-input-validation-states-1-firefox-linux.png index c3d6149625..02f112a9b3 100644 Binary files a/semcore/slider/__tests__/slider.browser-test.tsx-snapshots/-visual-Verify-slider-with-input-validation-states-1-firefox-linux.png and b/semcore/slider/__tests__/slider.browser-test.tsx-snapshots/-visual-Verify-slider-with-input-validation-states-1-firefox-linux.png differ diff --git a/semcore/slider/__tests__/slider.browser-test.tsx-snapshots/-visual-Verify-slider-with-input-validation-states-1-webkit-linux.png b/semcore/slider/__tests__/slider.browser-test.tsx-snapshots/-visual-Verify-slider-with-input-validation-states-1-webkit-linux.png index 1afc75add9..d286183a07 100644 Binary files a/semcore/slider/__tests__/slider.browser-test.tsx-snapshots/-visual-Verify-slider-with-input-validation-states-1-webkit-linux.png and b/semcore/slider/__tests__/slider.browser-test.tsx-snapshots/-visual-Verify-slider-with-input-validation-states-1-webkit-linux.png differ diff --git a/semcore/slider/src/style/slider.shadow.css b/semcore/slider/src/style/slider.shadow.css index b63325e5a7..e7936885d1 100644 --- a/semcore/slider/src/style/slider.shadow.css +++ b/semcore/slider/src/style/slider.shadow.css @@ -15,11 +15,11 @@ SSlider { height: 4px; width: 100%; border-radius: var(--intergalactic-progress-bar-rounded, 6px); - background-color: var(--intergalactic-border-secondary, oklch(0.176 0.033 175.7 / 0.07)); + background-color: var(--intergalactic-border-secondary, oklch(0.176 0.033 175.7 / 0.07)); /* TODO: --intergalactic-control-slider-bar-bg */ } &:hover:before { - background-color: var(--intergalactic-border-primary, oklch(0.137 0.026 175.7 / 0.161)); + background-color: var(--intergalactic-border-primary, oklch(0.137 0.026 175.7 / 0.161)); /* TODO: --intergalactic-control-slider-bar-bg-hover */ } &:active SKnob, @@ -50,7 +50,7 @@ SBar { border-radius: var(--intergalactic-progress-bar-rounded, 6px); box-sizing: border-box; background-size: 12px; - background-color: var(--intergalactic-control-primary-info, oklch(0.23 0.01 140)); + background-color: var(--intergalactic-control-primary-info, oklch(0.23 0.01 140)); /* TODO: --intergalactic-control-slider-bar-value-bg */ cursor: pointer; transition: calc(var(--intergalactic-duration-control, 200) * 1ms) width ease-in-out; } @@ -62,14 +62,14 @@ SKnob { width: 20px; border-radius: 50%; box-sizing: border-box; - background-color: var(--intergalactic-bg-primary-neutral, oklch(1 0 0)); - border: 5px solid var(--intergalactic-control-primary-info, oklch(0.23 0.01 140)); + background-color: var(--intergalactic-bg-primary-neutral, oklch(1 0 0)); /* TODO: --intergalactic-control-slider-knob-bg */ + border: 5px solid var(--intergalactic-control-primary-info, oklch(0.23 0.01 140)); /* TODO: --intergalactic-control-slider-knob-border */ cursor: pointer; transform: translate(-50%, -50%); transition: calc(var(--intergalactic-duration-control, 200) * 1ms) left ease-in-out; &:hover { - border-color: var(--intergalactic-control-primary-info-hover, oklch(0.32 0.007 140)); + border-color: var(--intergalactic-control-primary-info-hover, oklch(0.32 0.007 140)); /* TODO: --intergalactic-control-slider-knob-border-hover */ } } diff --git a/semcore/spin-container/__tests__/spin-container.browser-test.tsx-snapshots/-visual-Verify-when-elements-and-spin-container-added-1-chromium-linux.png b/semcore/spin-container/__tests__/spin-container.browser-test.tsx-snapshots/-visual-Verify-when-elements-and-spin-container-added-1-chromium-linux.png index 156725fb55..40d8b2c43c 100644 Binary files a/semcore/spin-container/__tests__/spin-container.browser-test.tsx-snapshots/-visual-Verify-when-elements-and-spin-container-added-1-chromium-linux.png and b/semcore/spin-container/__tests__/spin-container.browser-test.tsx-snapshots/-visual-Verify-when-elements-and-spin-container-added-1-chromium-linux.png differ diff --git a/semcore/spin-container/__tests__/spin-container.browser-test.tsx-snapshots/-visual-Verify-when-elements-and-spin-container-added-1-firefox-linux.png b/semcore/spin-container/__tests__/spin-container.browser-test.tsx-snapshots/-visual-Verify-when-elements-and-spin-container-added-1-firefox-linux.png index 2a5bd8a58b..0c76c56c3c 100644 Binary files a/semcore/spin-container/__tests__/spin-container.browser-test.tsx-snapshots/-visual-Verify-when-elements-and-spin-container-added-1-firefox-linux.png and b/semcore/spin-container/__tests__/spin-container.browser-test.tsx-snapshots/-visual-Verify-when-elements-and-spin-container-added-1-firefox-linux.png differ diff --git a/semcore/spin-container/__tests__/spin-container.browser-test.tsx-snapshots/-visual-Verify-when-elements-and-spin-container-added-1-webkit-linux.png b/semcore/spin-container/__tests__/spin-container.browser-test.tsx-snapshots/-visual-Verify-when-elements-and-spin-container-added-1-webkit-linux.png index 0d5fd8c41e..ed8d5736ff 100644 Binary files a/semcore/spin-container/__tests__/spin-container.browser-test.tsx-snapshots/-visual-Verify-when-elements-and-spin-container-added-1-webkit-linux.png and b/semcore/spin-container/__tests__/spin-container.browser-test.tsx-snapshots/-visual-Verify-when-elements-and-spin-container-added-1-webkit-linux.png differ diff --git a/semcore/spin/src/style/spin.shadow.css b/semcore/spin/src/style/spin.shadow.css index 76c28f4640..a3e049ebfe 100644 --- a/semcore/spin/src/style/spin.shadow.css +++ b/semcore/spin/src/style/spin.shadow.css @@ -19,11 +19,11 @@ SSpin { } SSpin[theme='dark'] { - fill: var(--intergalactic-border-primary, oklch(0.137 0.026 175.7 / 0.161)); + fill: var(--intergalactic-border-primary, oklch(0.137 0.026 175.7 / 0.161)); /* TODO: --intergalactic-spin-bg */ } SSpin[theme='invert'] { - fill: var(--intergalactic-border-primary-invert, oklch(0.995 0.008 147.4 / 0.391)); + fill: var(--intergalactic-border-primary-invert, oklch(0.995 0.008 147.4 / 0.391)); /* TODO: --intergalactic-spin-bg-invert */ } SSpin[centered] { diff --git a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Active-with-icons-with-size-l-theme-success-1-chromium-linux.png b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Active-with-icons-with-size-l-theme-success-1-chromium-linux.png index 369f33a3ad..5b9a87500d 100644 Binary files a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Active-with-icons-with-size-l-theme-success-1-chromium-linux.png and b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Active-with-icons-with-size-l-theme-success-1-chromium-linux.png differ diff --git a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Active-with-icons-with-size-xl-theme-dark-violet-1-chromium-linux.png b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Active-with-icons-with-size-xl-theme-dark-violet-1-chromium-linux.png index d3325055dc..9e2cfce574 100644 Binary files a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Active-with-icons-with-size-xl-theme-dark-violet-1-chromium-linux.png and b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Active-with-icons-with-size-xl-theme-dark-violet-1-chromium-linux.png differ diff --git a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Active-with-long-text-with-size-l-theme-blanchedalmond-1-chromium-linux.png b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Active-with-long-text-with-size-l-theme-blanchedalmond-1-chromium-linux.png index 8a0623ff54..5999bfbd73 100644 Binary files a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Active-with-long-text-with-size-l-theme-blanchedalmond-1-chromium-linux.png and b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Active-with-long-text-with-size-l-theme-blanchedalmond-1-chromium-linux.png differ diff --git a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Active-with-long-text-with-size-l-theme-blanchedalmond-1-firefox-linux.png b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Active-with-long-text-with-size-l-theme-blanchedalmond-1-firefox-linux.png index e48a49ab94..f232da1852 100644 Binary files a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Active-with-long-text-with-size-l-theme-blanchedalmond-1-firefox-linux.png and b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Active-with-long-text-with-size-l-theme-blanchedalmond-1-firefox-linux.png differ diff --git a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Active-with-long-text-with-size-l-theme-blanchedalmond-1-webkit-linux.png b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Active-with-long-text-with-size-l-theme-blanchedalmond-1-webkit-linux.png index 68269ef228..63ba39146a 100644 Binary files a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Active-with-long-text-with-size-l-theme-blanchedalmond-1-webkit-linux.png and b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Active-with-long-text-with-size-l-theme-blanchedalmond-1-webkit-linux.png differ diff --git a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Active-with-long-text-with-size-m-theme-success-1-chromium-linux.png b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Active-with-long-text-with-size-m-theme-success-1-chromium-linux.png index fac8552c00..208836847c 100644 Binary files a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Active-with-long-text-with-size-m-theme-success-1-chromium-linux.png and b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Active-with-long-text-with-size-m-theme-success-1-chromium-linux.png differ diff --git a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Active-with-long-text-with-size-m-theme-success-1-firefox-linux.png b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Active-with-long-text-with-size-m-theme-success-1-firefox-linux.png index e6a608f6c5..368e4fac8d 100644 Binary files a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Active-with-long-text-with-size-m-theme-success-1-firefox-linux.png and b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Active-with-long-text-with-size-m-theme-success-1-firefox-linux.png differ diff --git a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Active-with-long-text-with-size-m-theme-success-1-webkit-linux.png b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Active-with-long-text-with-size-m-theme-success-1-webkit-linux.png index 991a867a56..df9bcb2423 100644 Binary files a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Active-with-long-text-with-size-m-theme-success-1-webkit-linux.png and b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Active-with-long-text-with-size-m-theme-success-1-webkit-linux.png differ diff --git a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Active-with-long-text-with-size-xl-theme-info-1-chromium-linux.png b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Active-with-long-text-with-size-xl-theme-info-1-chromium-linux.png index 1d8e63c6a5..714d517e3d 100644 Binary files a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Active-with-long-text-with-size-xl-theme-info-1-chromium-linux.png and b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Active-with-long-text-with-size-xl-theme-info-1-chromium-linux.png differ diff --git a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Active-with-long-text-with-size-xl-theme-info-1-firefox-linux.png b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Active-with-long-text-with-size-xl-theme-info-1-firefox-linux.png index a01fc63c0e..3b4912c4ef 100644 Binary files a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Active-with-long-text-with-size-xl-theme-info-1-firefox-linux.png and b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Active-with-long-text-with-size-xl-theme-info-1-firefox-linux.png differ diff --git a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Active-with-long-text-with-size-xl-theme-info-1-webkit-linux.png b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Active-with-long-text-with-size-xl-theme-info-1-webkit-linux.png index dd00e2cf65..83f2661a50 100644 Binary files a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Active-with-long-text-with-size-xl-theme-info-1-webkit-linux.png and b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Active-with-long-text-with-size-xl-theme-info-1-webkit-linux.png differ diff --git a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-Switch-with-size-l-t-3c7e6-ecked-false-and-defaultChecked-undefined-1-chromium-linux.png b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-Switch-with-size-l-t-3c7e6-ecked-false-and-defaultChecked-undefined-1-chromium-linux.png index a0bb70405d..c2b3b3ccb8 100644 Binary files a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-Switch-with-size-l-t-3c7e6-ecked-false-and-defaultChecked-undefined-1-chromium-linux.png and b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-Switch-with-size-l-t-3c7e6-ecked-false-and-defaultChecked-undefined-1-chromium-linux.png differ diff --git a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-Switch-with-size-l-t-3c7e6-ecked-false-and-defaultChecked-undefined-1-firefox-linux.png b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-Switch-with-size-l-t-3c7e6-ecked-false-and-defaultChecked-undefined-1-firefox-linux.png index 12145fcf18..9cceafaa7a 100644 Binary files a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-Switch-with-size-l-t-3c7e6-ecked-false-and-defaultChecked-undefined-1-firefox-linux.png and b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-Switch-with-size-l-t-3c7e6-ecked-false-and-defaultChecked-undefined-1-firefox-linux.png differ diff --git a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-Switch-with-size-l-t-3c7e6-ecked-false-and-defaultChecked-undefined-1-webkit-linux.png b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-Switch-with-size-l-t-3c7e6-ecked-false-and-defaultChecked-undefined-1-webkit-linux.png index 3b46af66b4..fa228a12d1 100644 Binary files a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-Switch-with-size-l-t-3c7e6-ecked-false-and-defaultChecked-undefined-1-webkit-linux.png and b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-Switch-with-size-l-t-3c7e6-ecked-false-and-defaultChecked-undefined-1-webkit-linux.png differ diff --git a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-Switch-with-size-l-t-75a09-hecked-undefined-and-defaultChecked-true-1-chromium-linux.png b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-Switch-with-size-l-t-75a09-hecked-undefined-and-defaultChecked-true-1-chromium-linux.png index ffd7e28791..5f038a6781 100644 Binary files a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-Switch-with-size-l-t-75a09-hecked-undefined-and-defaultChecked-true-1-chromium-linux.png and b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-Switch-with-size-l-t-75a09-hecked-undefined-and-defaultChecked-true-1-chromium-linux.png differ diff --git a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-Switch-with-size-l-t-75a09-hecked-undefined-and-defaultChecked-true-1-firefox-linux.png b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-Switch-with-size-l-t-75a09-hecked-undefined-and-defaultChecked-true-1-firefox-linux.png index 96c90ef730..64dd541396 100644 Binary files a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-Switch-with-size-l-t-75a09-hecked-undefined-and-defaultChecked-true-1-firefox-linux.png and b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-Switch-with-size-l-t-75a09-hecked-undefined-and-defaultChecked-true-1-firefox-linux.png differ diff --git a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-Switch-with-size-l-t-75a09-hecked-undefined-and-defaultChecked-true-1-webkit-linux.png b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-Switch-with-size-l-t-75a09-hecked-undefined-and-defaultChecked-true-1-webkit-linux.png index ebd9695b36..ded7bd5d1c 100644 Binary files a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-Switch-with-size-l-t-75a09-hecked-undefined-and-defaultChecked-true-1-webkit-linux.png and b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-Switch-with-size-l-t-75a09-hecked-undefined-and-defaultChecked-true-1-webkit-linux.png differ diff --git a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-Switch-with-size-m-t-09c10-ecked-false-and-defaultChecked-undefined-1-chromium-linux.png b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-Switch-with-size-m-t-09c10-ecked-false-and-defaultChecked-undefined-1-chromium-linux.png index 35815ed77d..0f17d1d4ea 100644 Binary files a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-Switch-with-size-m-t-09c10-ecked-false-and-defaultChecked-undefined-1-chromium-linux.png and b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-Switch-with-size-m-t-09c10-ecked-false-and-defaultChecked-undefined-1-chromium-linux.png differ diff --git a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-Switch-with-size-m-t-09c10-ecked-false-and-defaultChecked-undefined-1-firefox-linux.png b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-Switch-with-size-m-t-09c10-ecked-false-and-defaultChecked-undefined-1-firefox-linux.png index e05b12e3f9..a1130f82d3 100644 Binary files a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-Switch-with-size-m-t-09c10-ecked-false-and-defaultChecked-undefined-1-firefox-linux.png and b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-Switch-with-size-m-t-09c10-ecked-false-and-defaultChecked-undefined-1-firefox-linux.png differ diff --git a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-Switch-with-size-m-t-09c10-ecked-false-and-defaultChecked-undefined-1-webkit-linux.png b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-Switch-with-size-m-t-09c10-ecked-false-and-defaultChecked-undefined-1-webkit-linux.png index 967bb26527..9cef9bf743 100644 Binary files a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-Switch-with-size-m-t-09c10-ecked-false-and-defaultChecked-undefined-1-webkit-linux.png and b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-Switch-with-size-m-t-09c10-ecked-false-and-defaultChecked-undefined-1-webkit-linux.png differ diff --git a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-Switch-with-size-xl--2d3a6-hecked-true-and-defaultChecked-undefined-1-chromium-linux.png b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-Switch-with-size-xl--2d3a6-hecked-true-and-defaultChecked-undefined-1-chromium-linux.png index 258d4d3af6..7e7fe14c84 100644 Binary files a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-Switch-with-size-xl--2d3a6-hecked-true-and-defaultChecked-undefined-1-chromium-linux.png and b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-Switch-with-size-xl--2d3a6-hecked-true-and-defaultChecked-undefined-1-chromium-linux.png differ diff --git a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-Switch-with-size-xl--2d3a6-hecked-true-and-defaultChecked-undefined-1-firefox-linux.png b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-Switch-with-size-xl--2d3a6-hecked-true-and-defaultChecked-undefined-1-firefox-linux.png index 5106284a03..d31bd9e48e 100644 Binary files a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-Switch-with-size-xl--2d3a6-hecked-true-and-defaultChecked-undefined-1-firefox-linux.png and b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-Switch-with-size-xl--2d3a6-hecked-true-and-defaultChecked-undefined-1-firefox-linux.png differ diff --git a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-Switch-with-size-xl--2d3a6-hecked-true-and-defaultChecked-undefined-1-webkit-linux.png b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-Switch-with-size-xl--2d3a6-hecked-true-and-defaultChecked-undefined-1-webkit-linux.png index 20d70ca9cc..63a2fb025d 100644 Binary files a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-Switch-with-size-xl--2d3a6-hecked-true-and-defaultChecked-undefined-1-webkit-linux.png and b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-Switch-with-size-xl--2d3a6-hecked-true-and-defaultChecked-undefined-1-webkit-linux.png differ diff --git a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-Switch-with-size-xl--4fc2c-ecked-false-and-defaultChecked-undefined-1-chromium-linux.png b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-Switch-with-size-xl--4fc2c-ecked-false-and-defaultChecked-undefined-1-chromium-linux.png index 91833b7d4c..cd12ecd323 100644 Binary files a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-Switch-with-size-xl--4fc2c-ecked-false-and-defaultChecked-undefined-1-chromium-linux.png and b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-Switch-with-size-xl--4fc2c-ecked-false-and-defaultChecked-undefined-1-chromium-linux.png differ diff --git a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-Switch-with-size-xl--4fc2c-ecked-false-and-defaultChecked-undefined-1-firefox-linux.png b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-Switch-with-size-xl--4fc2c-ecked-false-and-defaultChecked-undefined-1-firefox-linux.png index b39d822c61..9991a298f7 100644 Binary files a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-Switch-with-size-xl--4fc2c-ecked-false-and-defaultChecked-undefined-1-firefox-linux.png and b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-Switch-with-size-xl--4fc2c-ecked-false-and-defaultChecked-undefined-1-firefox-linux.png differ diff --git a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-Switch-with-size-xl--4fc2c-ecked-false-and-defaultChecked-undefined-1-webkit-linux.png b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-Switch-with-size-xl--4fc2c-ecked-false-and-defaultChecked-undefined-1-webkit-linux.png index 39248671a8..30ccc43e02 100644 Binary files a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-Switch-with-size-xl--4fc2c-ecked-false-and-defaultChecked-undefined-1-webkit-linux.png and b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-Switch-with-size-xl--4fc2c-ecked-false-and-defaultChecked-undefined-1-webkit-linux.png differ diff --git a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-with-icons-with-size-l-theme-success-1-chromium-linux.png b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-with-icons-with-size-l-theme-success-1-chromium-linux.png index c6082e9b40..61567829ab 100644 Binary files a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-with-icons-with-size-l-theme-success-1-chromium-linux.png and b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-with-icons-with-size-l-theme-success-1-chromium-linux.png differ diff --git a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-with-icons-with-size-l-theme-success-1-firefox-linux.png b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-with-icons-with-size-l-theme-success-1-firefox-linux.png index 485413a50f..a460002283 100644 Binary files a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-with-icons-with-size-l-theme-success-1-firefox-linux.png and b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-with-icons-with-size-l-theme-success-1-firefox-linux.png differ diff --git a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-with-icons-with-size-l-theme-success-1-webkit-linux.png b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-with-icons-with-size-l-theme-success-1-webkit-linux.png index c167c634b4..ab02cc8f6e 100644 Binary files a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-with-icons-with-size-l-theme-success-1-webkit-linux.png and b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-with-icons-with-size-l-theme-success-1-webkit-linux.png differ diff --git a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-with-long-text-with-size-l-theme-blanchedalmond-1-chromium-linux.png b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-with-long-text-with-size-l-theme-blanchedalmond-1-chromium-linux.png index be1f130148..58df5cb897 100644 Binary files a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-with-long-text-with-size-l-theme-blanchedalmond-1-chromium-linux.png and b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-with-long-text-with-size-l-theme-blanchedalmond-1-chromium-linux.png differ diff --git a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-with-long-text-with-size-l-theme-blanchedalmond-1-firefox-linux.png b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-with-long-text-with-size-l-theme-blanchedalmond-1-firefox-linux.png index 93f253aca0..a1862d7c8b 100644 Binary files a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-with-long-text-with-size-l-theme-blanchedalmond-1-firefox-linux.png and b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-with-long-text-with-size-l-theme-blanchedalmond-1-firefox-linux.png differ diff --git a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-with-long-text-with-size-l-theme-blanchedalmond-1-webkit-linux.png b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-with-long-text-with-size-l-theme-blanchedalmond-1-webkit-linux.png index 340f1b6187..f1c348dcf2 100644 Binary files a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-with-long-text-with-size-l-theme-blanchedalmond-1-webkit-linux.png and b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-with-long-text-with-size-l-theme-blanchedalmond-1-webkit-linux.png differ diff --git a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-with-long-text-with-size-l-theme-blanchedalmond-2-chromium-linux.png b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-with-long-text-with-size-l-theme-blanchedalmond-2-chromium-linux.png index be1f130148..58df5cb897 100644 Binary files a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-with-long-text-with-size-l-theme-blanchedalmond-2-chromium-linux.png and b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-with-long-text-with-size-l-theme-blanchedalmond-2-chromium-linux.png differ diff --git a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-with-long-text-with-size-l-theme-blanchedalmond-2-firefox-linux.png b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-with-long-text-with-size-l-theme-blanchedalmond-2-firefox-linux.png index 93f253aca0..a1862d7c8b 100644 Binary files a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-with-long-text-with-size-l-theme-blanchedalmond-2-firefox-linux.png and b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-with-long-text-with-size-l-theme-blanchedalmond-2-firefox-linux.png differ diff --git a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-with-long-text-with-size-l-theme-blanchedalmond-2-webkit-linux.png b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-with-long-text-with-size-l-theme-blanchedalmond-2-webkit-linux.png index 340f1b6187..f1c348dcf2 100644 Binary files a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-with-long-text-with-size-l-theme-blanchedalmond-2-webkit-linux.png and b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-with-long-text-with-size-l-theme-blanchedalmond-2-webkit-linux.png differ diff --git a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-with-long-text-with-size-m-theme-success-1-chromium-linux.png b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-with-long-text-with-size-m-theme-success-1-chromium-linux.png index 90540842fc..22060b449f 100644 Binary files a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-with-long-text-with-size-m-theme-success-1-chromium-linux.png and b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-with-long-text-with-size-m-theme-success-1-chromium-linux.png differ diff --git a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-with-long-text-with-size-m-theme-success-1-firefox-linux.png b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-with-long-text-with-size-m-theme-success-1-firefox-linux.png index 54164dd50a..3b6d48fd5d 100644 Binary files a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-with-long-text-with-size-m-theme-success-1-firefox-linux.png and b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-with-long-text-with-size-m-theme-success-1-firefox-linux.png differ diff --git a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-with-long-text-with-size-m-theme-success-1-webkit-linux.png b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-with-long-text-with-size-m-theme-success-1-webkit-linux.png index 349a573a36..85e9e72632 100644 Binary files a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-with-long-text-with-size-m-theme-success-1-webkit-linux.png and b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-with-long-text-with-size-m-theme-success-1-webkit-linux.png differ diff --git a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-with-long-text-with-size-m-theme-success-2-chromium-linux.png b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-with-long-text-with-size-m-theme-success-2-chromium-linux.png index 90540842fc..22060b449f 100644 Binary files a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-with-long-text-with-size-m-theme-success-2-chromium-linux.png and b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-with-long-text-with-size-m-theme-success-2-chromium-linux.png differ diff --git a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-with-long-text-with-size-m-theme-success-2-firefox-linux.png b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-with-long-text-with-size-m-theme-success-2-firefox-linux.png index 54164dd50a..3b6d48fd5d 100644 Binary files a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-with-long-text-with-size-m-theme-success-2-firefox-linux.png and b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-with-long-text-with-size-m-theme-success-2-firefox-linux.png differ diff --git a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-with-long-text-with-size-m-theme-success-2-webkit-linux.png b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-with-long-text-with-size-m-theme-success-2-webkit-linux.png index 349a573a36..85e9e72632 100644 Binary files a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-with-long-text-with-size-m-theme-success-2-webkit-linux.png and b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-with-long-text-with-size-m-theme-success-2-webkit-linux.png differ diff --git a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-custom-addon-1-chromium-linux.png b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-custom-addon-1-chromium-linux.png index 7a72dafbf9..16c544514c 100644 Binary files a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-custom-addon-1-chromium-linux.png and b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-custom-addon-1-chromium-linux.png differ diff --git a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-custom-addon-1-firefox-linux.png b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-custom-addon-1-firefox-linux.png index d9b0b9a9cb..f3f9e649af 100644 Binary files a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-custom-addon-1-firefox-linux.png and b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-custom-addon-1-firefox-linux.png differ diff --git a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-custom-addon-1-webkit-linux.png b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-custom-addon-1-webkit-linux.png index 2383ee4b7b..3393de6169 100644 Binary files a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-custom-addon-1-webkit-linux.png and b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-custom-addon-1-webkit-linux.png differ diff --git a/semcore/switch/src/style/switch.shadow.css b/semcore/switch/src/style/switch.shadow.css index 87649cdf08..aaaabf42aa 100644 --- a/semcore/switch/src/style/switch.shadow.css +++ b/semcore/switch/src/style/switch.shadow.css @@ -76,7 +76,7 @@ SSwitch[disabled] { } SToggle { - background: var(--intergalactic-control-switch-bg, oklch(0.88 0.002 175.6)); + background: var(--intergalactic-control-switch-bg, oklch(0.88 0.002 175.6)); /* TODO: --intergalactic-control-switch-bg */ position: relative; color: var(--intergalactic-icon-secondary-neutral, oklch(0.104 0.023 162.3 / 0.385)); cursor: pointer; @@ -86,13 +86,13 @@ SToggle { } SToggle[checked][theme='info'] { - color: var(--intergalactic-control-primary-info, oklch(0.23 0.01 140)); - background-color: var(--intergalactic-control-primary-info, oklch(0.23 0.01 140)); + color: var(--intergalactic-control-primary-info, oklch(0.23 0.01 140)); /* TODO: --intergalactic-control-switch-bg-info-active */ + background-color: var(--intergalactic-control-primary-info, oklch(0.23 0.01 140)); /* TODO: --intergalactic-control-switch-bg-info-active */ } SToggle[checked][theme='success'] { - color: var(--intergalactic-control-primary-success, oklch(0.64 0.161 170)); - background-color: var(--intergalactic-control-primary-success, oklch(0.64 0.161 170)); + color: var(--intergalactic-control-primary-success, oklch(0.64 0.161 170)); /* TODO: --intergalactic-control-switch-bg-success-active */ + background-color: var(--intergalactic-control-primary-success, oklch(0.64 0.161 170)); /* TODO: --intergalactic-control-switch-bg-success-active */ } SToggle[checked][theme='custom'] { @@ -119,7 +119,7 @@ SToggle[neighborLocation='right'] { SSlider { /* margin: 0 var(--intergalactic-spacing-05x, 2px); */ - background: var(--intergalactic-bg-primary-neutral, oklch(1 0 0)); + background: var(--intergalactic-bg-primary-neutral, oklch(1 0 0)); /* TODO: --intergalactic-control-switch-handle */ transform: translateX(-50%) scaleX(1); transition: transform calc(var(--intergalactic-duration-switch, 100) * 1ms) ease-in-out; display: flex; diff --git a/semcore/tab-line/__tests__/tab-line.browser-test.tsx b/semcore/tab-line/__tests__/tab-line.browser-test.tsx index 09abb6f15b..dcb5f95d5a 100644 --- a/semcore/tab-line/__tests__/tab-line.browser-test.tsx +++ b/semcore/tab-line/__tests__/tab-line.browser-test.tsx @@ -75,12 +75,12 @@ test.describe(`${TAG.VISUAL} `, () => { if (await m_size.count() > 0) { const tabLinesCount = await locators.tabLines(page).count(); for (let i = 0; i < tabLinesCount; i++) { - await expect(locators.tabLines(page).nth(i)).toHaveCSS('height', '28px'); + await expect(locators.tabLines(page).nth(i)).toHaveCSS('height', '32px'); } } else if (await l_size.count() > 0) { const tabLinesCount = await locators.tabLines(page).count(); for (let i = 0; i < tabLinesCount; i++) { - await expect(locators.tabLines(page).nth(i)).toHaveCSS('height', '40px'); + await expect(locators.tabLines(page).nth(i)).toHaveCSS('height', '44px'); } } }); diff --git a/semcore/tab-line/__tests__/tab-line.browser-test.tsx-snapshots/-visual-Verify-active-Tab-lines-size-l-underlined-false-styles-1-chromium-linux.png b/semcore/tab-line/__tests__/tab-line.browser-test.tsx-snapshots/-visual-Verify-active-Tab-lines-size-l-underlined-false-styles-1-chromium-linux.png index 7b409def50..4e005300f5 100644 Binary files a/semcore/tab-line/__tests__/tab-line.browser-test.tsx-snapshots/-visual-Verify-active-Tab-lines-size-l-underlined-false-styles-1-chromium-linux.png and b/semcore/tab-line/__tests__/tab-line.browser-test.tsx-snapshots/-visual-Verify-active-Tab-lines-size-l-underlined-false-styles-1-chromium-linux.png differ diff --git a/semcore/tab-line/__tests__/tab-line.browser-test.tsx-snapshots/-visual-Verify-active-Tab-lines-size-l-underlined-false-styles-1-firefox-linux.png b/semcore/tab-line/__tests__/tab-line.browser-test.tsx-snapshots/-visual-Verify-active-Tab-lines-size-l-underlined-false-styles-1-firefox-linux.png index dad883e250..888d2e0576 100644 Binary files a/semcore/tab-line/__tests__/tab-line.browser-test.tsx-snapshots/-visual-Verify-active-Tab-lines-size-l-underlined-false-styles-1-firefox-linux.png and b/semcore/tab-line/__tests__/tab-line.browser-test.tsx-snapshots/-visual-Verify-active-Tab-lines-size-l-underlined-false-styles-1-firefox-linux.png differ diff --git a/semcore/tab-line/__tests__/tab-line.browser-test.tsx-snapshots/-visual-Verify-active-Tab-lines-size-l-underlined-false-styles-1-webkit-linux.png b/semcore/tab-line/__tests__/tab-line.browser-test.tsx-snapshots/-visual-Verify-active-Tab-lines-size-l-underlined-false-styles-1-webkit-linux.png index 4c5d364baa..3a235221a4 100644 Binary files a/semcore/tab-line/__tests__/tab-line.browser-test.tsx-snapshots/-visual-Verify-active-Tab-lines-size-l-underlined-false-styles-1-webkit-linux.png and b/semcore/tab-line/__tests__/tab-line.browser-test.tsx-snapshots/-visual-Verify-active-Tab-lines-size-l-underlined-false-styles-1-webkit-linux.png differ diff --git a/semcore/tab-line/__tests__/tab-line.browser-test.tsx-snapshots/-visual-Verify-active-Tab-lines-size-m-underlined-true-styles-1-chromium-linux.png b/semcore/tab-line/__tests__/tab-line.browser-test.tsx-snapshots/-visual-Verify-active-Tab-lines-size-m-underlined-true-styles-1-chromium-linux.png index e6dc8faf62..a300aa1aee 100644 Binary files a/semcore/tab-line/__tests__/tab-line.browser-test.tsx-snapshots/-visual-Verify-active-Tab-lines-size-m-underlined-true-styles-1-chromium-linux.png and b/semcore/tab-line/__tests__/tab-line.browser-test.tsx-snapshots/-visual-Verify-active-Tab-lines-size-m-underlined-true-styles-1-chromium-linux.png differ diff --git a/semcore/tab-line/__tests__/tab-line.browser-test.tsx-snapshots/-visual-Verify-active-Tab-lines-size-m-underlined-true-styles-1-firefox-linux.png b/semcore/tab-line/__tests__/tab-line.browser-test.tsx-snapshots/-visual-Verify-active-Tab-lines-size-m-underlined-true-styles-1-firefox-linux.png index cd2cb8fec9..718f64d582 100644 Binary files a/semcore/tab-line/__tests__/tab-line.browser-test.tsx-snapshots/-visual-Verify-active-Tab-lines-size-m-underlined-true-styles-1-firefox-linux.png and b/semcore/tab-line/__tests__/tab-line.browser-test.tsx-snapshots/-visual-Verify-active-Tab-lines-size-m-underlined-true-styles-1-firefox-linux.png differ diff --git a/semcore/tab-line/__tests__/tab-line.browser-test.tsx-snapshots/-visual-Verify-active-Tab-lines-size-m-underlined-true-styles-1-webkit-linux.png b/semcore/tab-line/__tests__/tab-line.browser-test.tsx-snapshots/-visual-Verify-active-Tab-lines-size-m-underlined-true-styles-1-webkit-linux.png index c525bf93b3..d75a9dd7cc 100644 Binary files a/semcore/tab-line/__tests__/tab-line.browser-test.tsx-snapshots/-visual-Verify-active-Tab-lines-size-m-underlined-true-styles-1-webkit-linux.png and b/semcore/tab-line/__tests__/tab-line.browser-test.tsx-snapshots/-visual-Verify-active-Tab-lines-size-m-underlined-true-styles-1-webkit-linux.png differ diff --git a/semcore/tab-line/__tests__/tab-line.browser-test.tsx-snapshots/-visual-Verify-disabled-Tab-lines-size-l-underlined-false-styles-1-chromium-linux.png b/semcore/tab-line/__tests__/tab-line.browser-test.tsx-snapshots/-visual-Verify-disabled-Tab-lines-size-l-underlined-false-styles-1-chromium-linux.png index 76ab982f4b..969ecb00ea 100644 Binary files a/semcore/tab-line/__tests__/tab-line.browser-test.tsx-snapshots/-visual-Verify-disabled-Tab-lines-size-l-underlined-false-styles-1-chromium-linux.png and b/semcore/tab-line/__tests__/tab-line.browser-test.tsx-snapshots/-visual-Verify-disabled-Tab-lines-size-l-underlined-false-styles-1-chromium-linux.png differ diff --git a/semcore/tab-line/__tests__/tab-line.browser-test.tsx-snapshots/-visual-Verify-disabled-Tab-lines-size-l-underlined-false-styles-1-firefox-linux.png b/semcore/tab-line/__tests__/tab-line.browser-test.tsx-snapshots/-visual-Verify-disabled-Tab-lines-size-l-underlined-false-styles-1-firefox-linux.png index 1da43d0b82..10cbb727f8 100644 Binary files a/semcore/tab-line/__tests__/tab-line.browser-test.tsx-snapshots/-visual-Verify-disabled-Tab-lines-size-l-underlined-false-styles-1-firefox-linux.png and b/semcore/tab-line/__tests__/tab-line.browser-test.tsx-snapshots/-visual-Verify-disabled-Tab-lines-size-l-underlined-false-styles-1-firefox-linux.png differ diff --git a/semcore/tab-line/__tests__/tab-line.browser-test.tsx-snapshots/-visual-Verify-disabled-Tab-lines-size-l-underlined-false-styles-1-webkit-linux.png b/semcore/tab-line/__tests__/tab-line.browser-test.tsx-snapshots/-visual-Verify-disabled-Tab-lines-size-l-underlined-false-styles-1-webkit-linux.png index f62bf0a56c..6647ecde46 100644 Binary files a/semcore/tab-line/__tests__/tab-line.browser-test.tsx-snapshots/-visual-Verify-disabled-Tab-lines-size-l-underlined-false-styles-1-webkit-linux.png and b/semcore/tab-line/__tests__/tab-line.browser-test.tsx-snapshots/-visual-Verify-disabled-Tab-lines-size-l-underlined-false-styles-1-webkit-linux.png differ diff --git a/semcore/tab-line/__tests__/tab-line.browser-test.tsx-snapshots/-visual-Verify-disabled-Tab-lines-size-m-underlined-true-styles-1-chromium-linux.png b/semcore/tab-line/__tests__/tab-line.browser-test.tsx-snapshots/-visual-Verify-disabled-Tab-lines-size-m-underlined-true-styles-1-chromium-linux.png index c15d9ee70b..d21c584dba 100644 Binary files a/semcore/tab-line/__tests__/tab-line.browser-test.tsx-snapshots/-visual-Verify-disabled-Tab-lines-size-m-underlined-true-styles-1-chromium-linux.png and b/semcore/tab-line/__tests__/tab-line.browser-test.tsx-snapshots/-visual-Verify-disabled-Tab-lines-size-m-underlined-true-styles-1-chromium-linux.png differ diff --git a/semcore/tab-line/__tests__/tab-line.browser-test.tsx-snapshots/-visual-Verify-disabled-Tab-lines-size-m-underlined-true-styles-1-firefox-linux.png b/semcore/tab-line/__tests__/tab-line.browser-test.tsx-snapshots/-visual-Verify-disabled-Tab-lines-size-m-underlined-true-styles-1-firefox-linux.png index 91ae90ef2a..0dd2fac2db 100644 Binary files a/semcore/tab-line/__tests__/tab-line.browser-test.tsx-snapshots/-visual-Verify-disabled-Tab-lines-size-m-underlined-true-styles-1-firefox-linux.png and b/semcore/tab-line/__tests__/tab-line.browser-test.tsx-snapshots/-visual-Verify-disabled-Tab-lines-size-m-underlined-true-styles-1-firefox-linux.png differ diff --git a/semcore/tab-line/__tests__/tab-line.browser-test.tsx-snapshots/-visual-Verify-disabled-Tab-lines-size-m-underlined-true-styles-1-webkit-linux.png b/semcore/tab-line/__tests__/tab-line.browser-test.tsx-snapshots/-visual-Verify-disabled-Tab-lines-size-m-underlined-true-styles-1-webkit-linux.png index 243c855775..9441a897d9 100644 Binary files a/semcore/tab-line/__tests__/tab-line.browser-test.tsx-snapshots/-visual-Verify-disabled-Tab-lines-size-m-underlined-true-styles-1-webkit-linux.png and b/semcore/tab-line/__tests__/tab-line.browser-test.tsx-snapshots/-visual-Verify-disabled-Tab-lines-size-m-underlined-true-styles-1-webkit-linux.png differ diff --git a/semcore/tab-line/__tests__/tab-line.browser-test.tsx-snapshots/-visual-Verify-disabled-tabLine-with-tooltip-1-chromium-linux.png b/semcore/tab-line/__tests__/tab-line.browser-test.tsx-snapshots/-visual-Verify-disabled-tabLine-with-tooltip-1-chromium-linux.png index 9715d30f10..d34e7c5304 100644 Binary files a/semcore/tab-line/__tests__/tab-line.browser-test.tsx-snapshots/-visual-Verify-disabled-tabLine-with-tooltip-1-chromium-linux.png and b/semcore/tab-line/__tests__/tab-line.browser-test.tsx-snapshots/-visual-Verify-disabled-tabLine-with-tooltip-1-chromium-linux.png differ diff --git a/semcore/tab-line/__tests__/tab-line.browser-test.tsx-snapshots/-visual-Verify-disabled-tabLine-with-tooltip-1-firefox-linux.png b/semcore/tab-line/__tests__/tab-line.browser-test.tsx-snapshots/-visual-Verify-disabled-tabLine-with-tooltip-1-firefox-linux.png index fe07307a31..2d119f95cf 100644 Binary files a/semcore/tab-line/__tests__/tab-line.browser-test.tsx-snapshots/-visual-Verify-disabled-tabLine-with-tooltip-1-firefox-linux.png and b/semcore/tab-line/__tests__/tab-line.browser-test.tsx-snapshots/-visual-Verify-disabled-tabLine-with-tooltip-1-firefox-linux.png differ diff --git a/semcore/tab-line/__tests__/tab-line.browser-test.tsx-snapshots/-visual-Verify-disabled-tabLine-with-tooltip-1-webkit-linux.png b/semcore/tab-line/__tests__/tab-line.browser-test.tsx-snapshots/-visual-Verify-disabled-tabLine-with-tooltip-1-webkit-linux.png index ab1e612c30..17f72e859f 100644 Binary files a/semcore/tab-line/__tests__/tab-line.browser-test.tsx-snapshots/-visual-Verify-disabled-tabLine-with-tooltip-1-webkit-linux.png and b/semcore/tab-line/__tests__/tab-line.browser-test.tsx-snapshots/-visual-Verify-disabled-tabLine-with-tooltip-1-webkit-linux.png differ diff --git a/semcore/tab-line/__tests__/tab-line.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Tab-lines-behavior-1df77-ize-m-ellipsis-cropPosition-middle-styles-1-chromium-linux.png b/semcore/tab-line/__tests__/tab-line.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Tab-lines-behavior-1df77-ize-m-ellipsis-cropPosition-middle-styles-1-chromium-linux.png index c5ba3f6ac5..9a9f711c83 100644 Binary files a/semcore/tab-line/__tests__/tab-line.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Tab-lines-behavior-1df77-ize-m-ellipsis-cropPosition-middle-styles-1-chromium-linux.png and b/semcore/tab-line/__tests__/tab-line.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Tab-lines-behavior-1df77-ize-m-ellipsis-cropPosition-middle-styles-1-chromium-linux.png differ diff --git a/semcore/tab-line/__tests__/tab-line.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Tab-lines-behavior-1df77-ize-m-ellipsis-cropPosition-middle-styles-1-firefox-linux.png b/semcore/tab-line/__tests__/tab-line.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Tab-lines-behavior-1df77-ize-m-ellipsis-cropPosition-middle-styles-1-firefox-linux.png index 897a86d459..1b93d11711 100644 Binary files a/semcore/tab-line/__tests__/tab-line.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Tab-lines-behavior-1df77-ize-m-ellipsis-cropPosition-middle-styles-1-firefox-linux.png and b/semcore/tab-line/__tests__/tab-line.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Tab-lines-behavior-1df77-ize-m-ellipsis-cropPosition-middle-styles-1-firefox-linux.png differ diff --git a/semcore/tab-line/__tests__/tab-line.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Tab-lines-behavior-1df77-ize-m-ellipsis-cropPosition-middle-styles-1-webkit-linux.png b/semcore/tab-line/__tests__/tab-line.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Tab-lines-behavior-1df77-ize-m-ellipsis-cropPosition-middle-styles-1-webkit-linux.png index 7fdd6443c4..8b8d3f95d1 100644 Binary files a/semcore/tab-line/__tests__/tab-line.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Tab-lines-behavior-1df77-ize-m-ellipsis-cropPosition-middle-styles-1-webkit-linux.png and b/semcore/tab-line/__tests__/tab-line.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Tab-lines-behavior-1df77-ize-m-ellipsis-cropPosition-middle-styles-1-webkit-linux.png differ diff --git a/semcore/tab-line/__tests__/tab-line.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Tab-lines-behavior-25e42-ize-m-ellipsis-cropPosition-middle-styles-1-chromium-linux.png b/semcore/tab-line/__tests__/tab-line.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Tab-lines-behavior-25e42-ize-m-ellipsis-cropPosition-middle-styles-1-chromium-linux.png index d61d9a29bc..969b7d9b13 100644 Binary files a/semcore/tab-line/__tests__/tab-line.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Tab-lines-behavior-25e42-ize-m-ellipsis-cropPosition-middle-styles-1-chromium-linux.png and b/semcore/tab-line/__tests__/tab-line.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Tab-lines-behavior-25e42-ize-m-ellipsis-cropPosition-middle-styles-1-chromium-linux.png differ diff --git a/semcore/tab-line/__tests__/tab-line.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Tab-lines-behavior-25e42-ize-m-ellipsis-cropPosition-middle-styles-1-firefox-linux.png b/semcore/tab-line/__tests__/tab-line.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Tab-lines-behavior-25e42-ize-m-ellipsis-cropPosition-middle-styles-1-firefox-linux.png index 44c7a42b7a..1b57ac8299 100644 Binary files a/semcore/tab-line/__tests__/tab-line.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Tab-lines-behavior-25e42-ize-m-ellipsis-cropPosition-middle-styles-1-firefox-linux.png and b/semcore/tab-line/__tests__/tab-line.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Tab-lines-behavior-25e42-ize-m-ellipsis-cropPosition-middle-styles-1-firefox-linux.png differ diff --git a/semcore/tab-line/__tests__/tab-line.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Tab-lines-behavior-25e42-ize-m-ellipsis-cropPosition-middle-styles-1-webkit-linux.png b/semcore/tab-line/__tests__/tab-line.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Tab-lines-behavior-25e42-ize-m-ellipsis-cropPosition-middle-styles-1-webkit-linux.png index daeaea1c15..cc3d707202 100644 Binary files a/semcore/tab-line/__tests__/tab-line.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Tab-lines-behavior-25e42-ize-m-ellipsis-cropPosition-middle-styles-1-webkit-linux.png and b/semcore/tab-line/__tests__/tab-line.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Tab-lines-behavior-25e42-ize-m-ellipsis-cropPosition-middle-styles-1-webkit-linux.png differ diff --git a/semcore/tab-line/__tests__/tab-line.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Tab-lines-behavior-auto-size-l-ellipsis-default-styles-1-chromium-linux.png b/semcore/tab-line/__tests__/tab-line.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Tab-lines-behavior-auto-size-l-ellipsis-default-styles-1-chromium-linux.png index b2b3165dfe..05c8a2a2f2 100644 Binary files a/semcore/tab-line/__tests__/tab-line.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Tab-lines-behavior-auto-size-l-ellipsis-default-styles-1-chromium-linux.png and b/semcore/tab-line/__tests__/tab-line.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Tab-lines-behavior-auto-size-l-ellipsis-default-styles-1-chromium-linux.png differ diff --git a/semcore/tab-line/__tests__/tab-line.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Tab-lines-behavior-auto-size-l-ellipsis-default-styles-1-firefox-linux.png b/semcore/tab-line/__tests__/tab-line.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Tab-lines-behavior-auto-size-l-ellipsis-default-styles-1-firefox-linux.png index 4fce23831a..bf540bf0fc 100644 Binary files a/semcore/tab-line/__tests__/tab-line.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Tab-lines-behavior-auto-size-l-ellipsis-default-styles-1-firefox-linux.png and b/semcore/tab-line/__tests__/tab-line.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Tab-lines-behavior-auto-size-l-ellipsis-default-styles-1-firefox-linux.png differ diff --git a/semcore/tab-line/__tests__/tab-line.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Tab-lines-behavior-auto-size-l-ellipsis-default-styles-1-webkit-linux.png b/semcore/tab-line/__tests__/tab-line.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Tab-lines-behavior-auto-size-l-ellipsis-default-styles-1-webkit-linux.png index bfc3998605..b8bef1a902 100644 Binary files a/semcore/tab-line/__tests__/tab-line.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Tab-lines-behavior-auto-size-l-ellipsis-default-styles-1-webkit-linux.png and b/semcore/tab-line/__tests__/tab-line.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Tab-lines-behavior-auto-size-l-ellipsis-default-styles-1-webkit-linux.png differ diff --git a/semcore/tab-line/__tests__/tab-line.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Tab-lines-behavior-manual-size-l-ellipsis-default-styles-1-chromium-linux.png b/semcore/tab-line/__tests__/tab-line.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Tab-lines-behavior-manual-size-l-ellipsis-default-styles-1-chromium-linux.png index f80979003c..8febcb0a05 100644 Binary files a/semcore/tab-line/__tests__/tab-line.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Tab-lines-behavior-manual-size-l-ellipsis-default-styles-1-chromium-linux.png and b/semcore/tab-line/__tests__/tab-line.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Tab-lines-behavior-manual-size-l-ellipsis-default-styles-1-chromium-linux.png differ diff --git a/semcore/tab-line/__tests__/tab-line.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Tab-lines-behavior-manual-size-l-ellipsis-default-styles-1-firefox-linux.png b/semcore/tab-line/__tests__/tab-line.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Tab-lines-behavior-manual-size-l-ellipsis-default-styles-1-firefox-linux.png index 588602bf1c..07bebdb50f 100644 Binary files a/semcore/tab-line/__tests__/tab-line.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Tab-lines-behavior-manual-size-l-ellipsis-default-styles-1-firefox-linux.png and b/semcore/tab-line/__tests__/tab-line.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Tab-lines-behavior-manual-size-l-ellipsis-default-styles-1-firefox-linux.png differ diff --git a/semcore/tab-line/__tests__/tab-line.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Tab-lines-behavior-manual-size-l-ellipsis-default-styles-1-webkit-linux.png b/semcore/tab-line/__tests__/tab-line.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Tab-lines-behavior-manual-size-l-ellipsis-default-styles-1-webkit-linux.png index 10b03f42bb..fbe3880bcb 100644 Binary files a/semcore/tab-line/__tests__/tab-line.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Tab-lines-behavior-manual-size-l-ellipsis-default-styles-1-webkit-linux.png and b/semcore/tab-line/__tests__/tab-line.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Tab-lines-behavior-manual-size-l-ellipsis-default-styles-1-webkit-linux.png differ diff --git a/semcore/tab-line/src/style/tab-line.shadow.css b/semcore/tab-line/src/style/tab-line.shadow.css index a32fbe69e6..b15b04f673 100644 --- a/semcore/tab-line/src/style/tab-line.shadow.css +++ b/semcore/tab-line/src/style/tab-line.shadow.css @@ -6,7 +6,7 @@ STabLine { } STabLine[underlined] { - border-bottom: 1px solid var(--intergalactic-border-primary, oklch(0.137 0.026 175.7 / 0.161)); + border-bottom: 1px solid var(--intergalactic-border-primary, oklch(0.137 0.026 175.7 / 0.161)); /* TODO: --intergalactic-control-tab-line-border */ } STabLineItem { @@ -61,12 +61,12 @@ STabLineItem { } &:hover::before { - background-color: var(--intergalactic-border-primary, oklch(0.137 0.026 175.7 / 0.161)); + background-color: var(--intergalactic-border-primary, oklch(0.137 0.026 175.7 / 0.161)); /* TODO: --intergalactic-control-tab-line-border-hover */ } &[selected]::after { transition-delay: calc(var(--intergalactic-duration-control, 200) * 1ms); - background-color: var(--intergalactic-border-info-active, oklch(0.7 0.131 275.2)); + background-color: var(--intergalactic-border-info-active, oklch(0.7 0.131 275.2)); /* TODO: --intergalactic-control-tab-line-border-active */ } & SText:not(:last-child) { @@ -82,7 +82,7 @@ SCaret { position: absolute; bottom: -1px; height: 3px; - background: var(--intergalactic-border-info-active, oklch(0.7 0.131 275.2)); + background: var(--intergalactic-border-info-active, oklch(0.7 0.131 275.2)); /* TODO: --intergalactic-control-tab-line-border-active */ transition: calc(var(--intergalactic-duration-control, 200) * 1ms) all ease-in-out; } @@ -104,12 +104,12 @@ SAddon { } STabLineItem[size='m'] { - height: 28px; + height: var(--intergalactic-form-control-m, 32px); min-width: 18px; } STabLineItem[size='l'] { - height: 40px; + height: var(--intergalactic-form-control-l, 44px); min-width: 26px; } diff --git a/semcore/tab-panel/__tests__/tab-panel.browser-test.tsx b/semcore/tab-panel/__tests__/tab-panel.browser-test.tsx index 4cf35e147a..b1320958c6 100644 --- a/semcore/tab-panel/__tests__/tab-panel.browser-test.tsx +++ b/semcore/tab-panel/__tests__/tab-panel.browser-test.tsx @@ -16,6 +16,16 @@ export const locators = { tabpanel: (page: Page) => page.getByRole('tablist'), }; +const waitForHint = async (page: Page, text: string) => { + await page.locator('[data-ui-name="Hint"]').filter({ hasText: text }).waitFor({ state: 'visible' }); + await page.waitForFunction((text) => { + const hint = Array.from(document.querySelectorAll('[data-ui-name="Hint"]')) + .find((el) => el.textContent?.includes(text)); + + return hint && getComputedStyle(hint).opacity === '1'; + }, text); +}; + /* ===================================================== @visual Visual states, hover and focus styles, paddings, margins, and snapshots. @@ -105,8 +115,11 @@ test.describe(`${TAG.VISUAL} `, () => { '@counter', '@badge'], }, async ({ page }) => { + const focusedHintText = 'Facebook'; + const hoveredHintText = 'Instagram Instagram'; + await loadPage(page, 'stories/components/tab-panel/tests/examples/tab_panel_item_addons_and_props.tsx', 'en', item); - await page.waitForTimeout(100); + await page.waitForTimeout(200); await page.keyboard.press('Tab'); await page.waitForTimeout(100); @@ -114,18 +127,24 @@ test.describe(`${TAG.VISUAL} `, () => { await page.keyboard.press('ArrowLeft'); await page.waitForTimeout(100); - await page.locator('[data-ui-name="Hint"]').waitFor({ state: 'visible' }); - await page.waitForFunction(() => { - const el = document.querySelector('[data-ui-name="Hint"]'); - return el && getComputedStyle(el).opacity === '1'; - }); + const focusedTab = locators.tabPanels(page).first(); + const focusedText = locators.text(page).first(); + + await expect(focusedTab).toBeFocused(); + await expect.poll(async () => { + return focusedText.evaluate((el) => { + const element = el as HTMLElement; + + return element.scrollWidth > element.clientWidth || element.childNodes.length > 1; + }); + }).toBe(true); + + await focusedTab.evaluate((el) => (el as HTMLElement).blur()); + await focusedTab.focus(); + await waitForHint(page, focusedHintText); await locators.tabPanels(page).nth(1).hover(); - await page.locator('[data-ui-name="Hint"]').nth(1).waitFor({ state: 'visible' }); - await page.waitForFunction(() => { - const els = document.querySelectorAll('[data-ui-name="Hint"]'); - return els.length >= 2 && getComputedStyle(els[1]).opacity === '1'; - }); + await waitForHint(page, hoveredHintText); await expect(page.locator('[data-ui-name="Hint"]')).toHaveCount(2); await expect(page).toHaveScreenshot(); diff --git a/semcore/tab-panel/__tests__/tab-panel.browser-test.tsx-snapshots/-visual-Verify-active-Tab-Panel-styles-1-chromium-linux.png b/semcore/tab-panel/__tests__/tab-panel.browser-test.tsx-snapshots/-visual-Verify-active-Tab-Panel-styles-1-chromium-linux.png index 2e6d8d079a..af323c7683 100644 Binary files a/semcore/tab-panel/__tests__/tab-panel.browser-test.tsx-snapshots/-visual-Verify-active-Tab-Panel-styles-1-chromium-linux.png and b/semcore/tab-panel/__tests__/tab-panel.browser-test.tsx-snapshots/-visual-Verify-active-Tab-Panel-styles-1-chromium-linux.png differ diff --git a/semcore/tab-panel/__tests__/tab-panel.browser-test.tsx-snapshots/-visual-Verify-active-Tab-Panel-styles-1-firefox-linux.png b/semcore/tab-panel/__tests__/tab-panel.browser-test.tsx-snapshots/-visual-Verify-active-Tab-Panel-styles-1-firefox-linux.png index 308dff9f27..0889598c90 100644 Binary files a/semcore/tab-panel/__tests__/tab-panel.browser-test.tsx-snapshots/-visual-Verify-active-Tab-Panel-styles-1-firefox-linux.png and b/semcore/tab-panel/__tests__/tab-panel.browser-test.tsx-snapshots/-visual-Verify-active-Tab-Panel-styles-1-firefox-linux.png differ diff --git a/semcore/tab-panel/__tests__/tab-panel.browser-test.tsx-snapshots/-visual-Verify-active-Tab-Panel-styles-1-webkit-linux.png b/semcore/tab-panel/__tests__/tab-panel.browser-test.tsx-snapshots/-visual-Verify-active-Tab-Panel-styles-1-webkit-linux.png index e9771919e0..f9177bafc9 100644 Binary files a/semcore/tab-panel/__tests__/tab-panel.browser-test.tsx-snapshots/-visual-Verify-active-Tab-Panel-styles-1-webkit-linux.png and b/semcore/tab-panel/__tests__/tab-panel.browser-test.tsx-snapshots/-visual-Verify-active-Tab-Panel-styles-1-webkit-linux.png differ diff --git a/semcore/tab-panel/__tests__/tab-panel.browser-test.tsx-snapshots/-visual-Verify-active-Tab-Panel-styles-2-chromium-linux.png b/semcore/tab-panel/__tests__/tab-panel.browser-test.tsx-snapshots/-visual-Verify-active-Tab-Panel-styles-2-chromium-linux.png index 28760ee1a2..7ccfa3e08a 100644 Binary files a/semcore/tab-panel/__tests__/tab-panel.browser-test.tsx-snapshots/-visual-Verify-active-Tab-Panel-styles-2-chromium-linux.png and b/semcore/tab-panel/__tests__/tab-panel.browser-test.tsx-snapshots/-visual-Verify-active-Tab-Panel-styles-2-chromium-linux.png differ diff --git a/semcore/tab-panel/__tests__/tab-panel.browser-test.tsx-snapshots/-visual-Verify-active-Tab-Panel-styles-2-firefox-linux.png b/semcore/tab-panel/__tests__/tab-panel.browser-test.tsx-snapshots/-visual-Verify-active-Tab-Panel-styles-2-firefox-linux.png index 308dff9f27..0889598c90 100644 Binary files a/semcore/tab-panel/__tests__/tab-panel.browser-test.tsx-snapshots/-visual-Verify-active-Tab-Panel-styles-2-firefox-linux.png and b/semcore/tab-panel/__tests__/tab-panel.browser-test.tsx-snapshots/-visual-Verify-active-Tab-Panel-styles-2-firefox-linux.png differ diff --git a/semcore/tab-panel/__tests__/tab-panel.browser-test.tsx-snapshots/-visual-Verify-active-Tab-Panel-styles-2-webkit-linux.png b/semcore/tab-panel/__tests__/tab-panel.browser-test.tsx-snapshots/-visual-Verify-active-Tab-Panel-styles-2-webkit-linux.png index 8b51d1320f..b7cfbacd39 100644 Binary files a/semcore/tab-panel/__tests__/tab-panel.browser-test.tsx-snapshots/-visual-Verify-active-Tab-Panel-styles-2-webkit-linux.png and b/semcore/tab-panel/__tests__/tab-panel.browser-test.tsx-snapshots/-visual-Verify-active-Tab-Panel-styles-2-webkit-linux.png differ diff --git a/semcore/tab-panel/__tests__/tab-panel.browser-test.tsx-snapshots/-visual-Verify-disabled-Tab-panel-styles-1-chromium-linux.png b/semcore/tab-panel/__tests__/tab-panel.browser-test.tsx-snapshots/-visual-Verify-disabled-Tab-panel-styles-1-chromium-linux.png index 7e6f4ec52e..a5c6602861 100644 Binary files a/semcore/tab-panel/__tests__/tab-panel.browser-test.tsx-snapshots/-visual-Verify-disabled-Tab-panel-styles-1-chromium-linux.png and b/semcore/tab-panel/__tests__/tab-panel.browser-test.tsx-snapshots/-visual-Verify-disabled-Tab-panel-styles-1-chromium-linux.png differ diff --git a/semcore/tab-panel/__tests__/tab-panel.browser-test.tsx-snapshots/-visual-Verify-disabled-Tab-panel-styles-1-firefox-linux.png b/semcore/tab-panel/__tests__/tab-panel.browser-test.tsx-snapshots/-visual-Verify-disabled-Tab-panel-styles-1-firefox-linux.png index 23e80b3522..9928d73114 100644 Binary files a/semcore/tab-panel/__tests__/tab-panel.browser-test.tsx-snapshots/-visual-Verify-disabled-Tab-panel-styles-1-firefox-linux.png and b/semcore/tab-panel/__tests__/tab-panel.browser-test.tsx-snapshots/-visual-Verify-disabled-Tab-panel-styles-1-firefox-linux.png differ diff --git a/semcore/tab-panel/__tests__/tab-panel.browser-test.tsx-snapshots/-visual-Verify-disabled-Tab-panel-styles-1-webkit-linux.png b/semcore/tab-panel/__tests__/tab-panel.browser-test.tsx-snapshots/-visual-Verify-disabled-Tab-panel-styles-1-webkit-linux.png index 93684a6324..3ed6d71691 100644 Binary files a/semcore/tab-panel/__tests__/tab-panel.browser-test.tsx-snapshots/-visual-Verify-disabled-Tab-panel-styles-1-webkit-linux.png and b/semcore/tab-panel/__tests__/tab-panel.browser-test.tsx-snapshots/-visual-Verify-disabled-Tab-panel-styles-1-webkit-linux.png differ diff --git a/semcore/tab-panel/__tests__/tab-panel.browser-test.tsx-snapshots/-visual-Verify-disabled-Tab-panel-with-tooltip-1-chromium-linux.png b/semcore/tab-panel/__tests__/tab-panel.browser-test.tsx-snapshots/-visual-Verify-disabled-Tab-panel-with-tooltip-1-chromium-linux.png index 201a69d9df..02c7211487 100644 Binary files a/semcore/tab-panel/__tests__/tab-panel.browser-test.tsx-snapshots/-visual-Verify-disabled-Tab-panel-with-tooltip-1-chromium-linux.png and b/semcore/tab-panel/__tests__/tab-panel.browser-test.tsx-snapshots/-visual-Verify-disabled-Tab-panel-with-tooltip-1-chromium-linux.png differ diff --git a/semcore/tab-panel/__tests__/tab-panel.browser-test.tsx-snapshots/-visual-Verify-disabled-Tab-panel-with-tooltip-1-firefox-linux.png b/semcore/tab-panel/__tests__/tab-panel.browser-test.tsx-snapshots/-visual-Verify-disabled-Tab-panel-with-tooltip-1-firefox-linux.png index 632b2429f1..dc67b61a0c 100644 Binary files a/semcore/tab-panel/__tests__/tab-panel.browser-test.tsx-snapshots/-visual-Verify-disabled-Tab-panel-with-tooltip-1-firefox-linux.png and b/semcore/tab-panel/__tests__/tab-panel.browser-test.tsx-snapshots/-visual-Verify-disabled-Tab-panel-with-tooltip-1-firefox-linux.png differ diff --git a/semcore/tab-panel/__tests__/tab-panel.browser-test.tsx-snapshots/-visual-Verify-disabled-Tab-panel-with-tooltip-1-webkit-linux.png b/semcore/tab-panel/__tests__/tab-panel.browser-test.tsx-snapshots/-visual-Verify-disabled-Tab-panel-with-tooltip-1-webkit-linux.png index 3640631012..16e45a3f97 100644 Binary files a/semcore/tab-panel/__tests__/tab-panel.browser-test.tsx-snapshots/-visual-Verify-disabled-Tab-panel-with-tooltip-1-webkit-linux.png and b/semcore/tab-panel/__tests__/tab-panel.browser-test.tsx-snapshots/-visual-Verify-disabled-Tab-panel-with-tooltip-1-webkit-linux.png differ diff --git a/semcore/tab-panel/__tests__/tab-panel.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Tab-Panel-ellipsis-cropPosition-middle-behavior-auto-styles-1-chromium-linux.png b/semcore/tab-panel/__tests__/tab-panel.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Tab-Panel-ellipsis-cropPosition-middle-behavior-auto-styles-1-chromium-linux.png index 287b1eaa4d..32dc0a3193 100644 Binary files a/semcore/tab-panel/__tests__/tab-panel.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Tab-Panel-ellipsis-cropPosition-middle-behavior-auto-styles-1-chromium-linux.png and b/semcore/tab-panel/__tests__/tab-panel.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Tab-Panel-ellipsis-cropPosition-middle-behavior-auto-styles-1-chromium-linux.png differ diff --git a/semcore/tab-panel/__tests__/tab-panel.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Tab-Panel-ellipsis-cropPosition-middle-behavior-auto-styles-1-firefox-linux.png b/semcore/tab-panel/__tests__/tab-panel.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Tab-Panel-ellipsis-cropPosition-middle-behavior-auto-styles-1-firefox-linux.png index 6487f9876b..09a68a01a2 100644 Binary files a/semcore/tab-panel/__tests__/tab-panel.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Tab-Panel-ellipsis-cropPosition-middle-behavior-auto-styles-1-firefox-linux.png and b/semcore/tab-panel/__tests__/tab-panel.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Tab-Panel-ellipsis-cropPosition-middle-behavior-auto-styles-1-firefox-linux.png differ diff --git a/semcore/tab-panel/__tests__/tab-panel.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Tab-Panel-ellipsis-cropPosition-middle-behavior-auto-styles-1-webkit-linux.png b/semcore/tab-panel/__tests__/tab-panel.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Tab-Panel-ellipsis-cropPosition-middle-behavior-auto-styles-1-webkit-linux.png index b83d7987b5..efc0d64654 100644 Binary files a/semcore/tab-panel/__tests__/tab-panel.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Tab-Panel-ellipsis-cropPosition-middle-behavior-auto-styles-1-webkit-linux.png and b/semcore/tab-panel/__tests__/tab-panel.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Tab-Panel-ellipsis-cropPosition-middle-behavior-auto-styles-1-webkit-linux.png differ diff --git a/semcore/tab-panel/__tests__/tab-panel.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Tab-Panel-ellipsis-cropPosition-middle-behavior-manual-styles-1-chromium-linux.png b/semcore/tab-panel/__tests__/tab-panel.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Tab-Panel-ellipsis-cropPosition-middle-behavior-manual-styles-1-chromium-linux.png index 96922db128..666223a495 100644 Binary files a/semcore/tab-panel/__tests__/tab-panel.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Tab-Panel-ellipsis-cropPosition-middle-behavior-manual-styles-1-chromium-linux.png and b/semcore/tab-panel/__tests__/tab-panel.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Tab-Panel-ellipsis-cropPosition-middle-behavior-manual-styles-1-chromium-linux.png differ diff --git a/semcore/tab-panel/__tests__/tab-panel.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Tab-Panel-ellipsis-cropPosition-middle-behavior-manual-styles-1-firefox-linux.png b/semcore/tab-panel/__tests__/tab-panel.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Tab-Panel-ellipsis-cropPosition-middle-behavior-manual-styles-1-firefox-linux.png index 931d082b6d..0d403c321e 100644 Binary files a/semcore/tab-panel/__tests__/tab-panel.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Tab-Panel-ellipsis-cropPosition-middle-behavior-manual-styles-1-firefox-linux.png and b/semcore/tab-panel/__tests__/tab-panel.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Tab-Panel-ellipsis-cropPosition-middle-behavior-manual-styles-1-firefox-linux.png differ diff --git a/semcore/tab-panel/__tests__/tab-panel.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Tab-Panel-ellipsis-cropPosition-middle-behavior-manual-styles-1-webkit-linux.png b/semcore/tab-panel/__tests__/tab-panel.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Tab-Panel-ellipsis-cropPosition-middle-behavior-manual-styles-1-webkit-linux.png index 90917983ee..25a276cbd5 100644 Binary files a/semcore/tab-panel/__tests__/tab-panel.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Tab-Panel-ellipsis-cropPosition-middle-behavior-manual-styles-1-webkit-linux.png and b/semcore/tab-panel/__tests__/tab-panel.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Tab-Panel-ellipsis-cropPosition-middle-behavior-manual-styles-1-webkit-linux.png differ diff --git a/semcore/tab-panel/__tests__/tab-panel.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Tab-Panel-ellipsis-default-behavior-auto-styles-1-chromium-linux.png b/semcore/tab-panel/__tests__/tab-panel.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Tab-Panel-ellipsis-default-behavior-auto-styles-1-chromium-linux.png index 694966a7ac..197c8d24b6 100644 Binary files a/semcore/tab-panel/__tests__/tab-panel.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Tab-Panel-ellipsis-default-behavior-auto-styles-1-chromium-linux.png and b/semcore/tab-panel/__tests__/tab-panel.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Tab-Panel-ellipsis-default-behavior-auto-styles-1-chromium-linux.png differ diff --git a/semcore/tab-panel/__tests__/tab-panel.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Tab-Panel-ellipsis-default-behavior-auto-styles-1-firefox-linux.png b/semcore/tab-panel/__tests__/tab-panel.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Tab-Panel-ellipsis-default-behavior-auto-styles-1-firefox-linux.png index b69c68e899..2c57f3cf16 100644 Binary files a/semcore/tab-panel/__tests__/tab-panel.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Tab-Panel-ellipsis-default-behavior-auto-styles-1-firefox-linux.png and b/semcore/tab-panel/__tests__/tab-panel.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Tab-Panel-ellipsis-default-behavior-auto-styles-1-firefox-linux.png differ diff --git a/semcore/tab-panel/__tests__/tab-panel.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Tab-Panel-ellipsis-default-behavior-auto-styles-1-webkit-linux.png b/semcore/tab-panel/__tests__/tab-panel.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Tab-Panel-ellipsis-default-behavior-auto-styles-1-webkit-linux.png index f4d4fe27eb..24ece597d1 100644 Binary files a/semcore/tab-panel/__tests__/tab-panel.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Tab-Panel-ellipsis-default-behavior-auto-styles-1-webkit-linux.png and b/semcore/tab-panel/__tests__/tab-panel.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Tab-Panel-ellipsis-default-behavior-auto-styles-1-webkit-linux.png differ diff --git a/semcore/tab-panel/__tests__/tab-panel.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Tab-Panel-ellipsis-default-behavior-manual-styles-1-chromium-linux.png b/semcore/tab-panel/__tests__/tab-panel.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Tab-Panel-ellipsis-default-behavior-manual-styles-1-chromium-linux.png index 5c92cd40f1..24946614dc 100644 Binary files a/semcore/tab-panel/__tests__/tab-panel.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Tab-Panel-ellipsis-default-behavior-manual-styles-1-chromium-linux.png and b/semcore/tab-panel/__tests__/tab-panel.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Tab-Panel-ellipsis-default-behavior-manual-styles-1-chromium-linux.png differ diff --git a/semcore/tab-panel/__tests__/tab-panel.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Tab-Panel-ellipsis-default-behavior-manual-styles-1-firefox-linux.png b/semcore/tab-panel/__tests__/tab-panel.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Tab-Panel-ellipsis-default-behavior-manual-styles-1-firefox-linux.png index 4143bd0999..08e8d302b9 100644 Binary files a/semcore/tab-panel/__tests__/tab-panel.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Tab-Panel-ellipsis-default-behavior-manual-styles-1-firefox-linux.png and b/semcore/tab-panel/__tests__/tab-panel.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Tab-Panel-ellipsis-default-behavior-manual-styles-1-firefox-linux.png differ diff --git a/semcore/tab-panel/__tests__/tab-panel.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Tab-Panel-ellipsis-default-behavior-manual-styles-1-webkit-linux.png b/semcore/tab-panel/__tests__/tab-panel.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Tab-Panel-ellipsis-default-behavior-manual-styles-1-webkit-linux.png index b54136d357..8ce6f90e82 100644 Binary files a/semcore/tab-panel/__tests__/tab-panel.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Tab-Panel-ellipsis-default-behavior-manual-styles-1-webkit-linux.png and b/semcore/tab-panel/__tests__/tab-panel.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-Tab-Panel-ellipsis-default-behavior-manual-styles-1-webkit-linux.png differ diff --git a/semcore/tab-panel/src/style/tab-panel.shadow.css b/semcore/tab-panel/src/style/tab-panel.shadow.css index 060f25144f..8241577de8 100644 --- a/semcore/tab-panel/src/style/tab-panel.shadow.css +++ b/semcore/tab-panel/src/style/tab-panel.shadow.css @@ -76,12 +76,12 @@ STabPanelItem[disabled] { } STabPanelItem[selected] { - color: var(--intergalactic-text-link, oklch(0.53 0.21 263)); + color: var(--intergalactic-text-link, oklch(0.1 0.03 137 / 0.899)); /* TODO: --intergalactic-text-link-primary */ border-color: var(--intergalactic-border-primary, oklch(0.137 0.026 175.7 / 0.161)); flex-shrink: 0; &:hover { - color: var(--intergalactic-text-link-hover-active, oklch(0.51 0.202 263)); + color: var(--intergalactic-text-link-hover-active, oklch(0.1 0.03 137 / 0.899)); /* TODO: --intergalactic-text-link-primary-hover-active */ } &::after { diff --git a/semcore/tag/src/style/tag.shadow.css b/semcore/tag/src/style/tag.shadow.css index 396d05d0de..e951c4c3cc 100644 --- a/semcore/tag/src/style/tag.shadow.css +++ b/semcore/tag/src/style/tag.shadow.css @@ -45,9 +45,9 @@ STagContainerClose { align-items: center; justify-content: center; vertical-align: middle; - border: 1px solid var(--intergalactic-bg-primary-neutral, oklch(1 0 0)); + border: 1px solid var(--intergalactic-bg-primary-neutral, oklch(1 0 0)); /* TODO: --intergalactic-tag-primary-border */ box-sizing: border-box; - background-color: var(--intergalactic-bg-primary-neutral, oklch(1 0 0)); + background-color: var(--intergalactic-bg-primary-neutral, oklch(1 0 0)); /* TODO: --intergalactic-tag-primary-bg-normal */ border-radius: var(--intergalactic-tag-rounded, 24px); padding-left: var(--intergalactic-spacing-1x, 4px); padding-right: var(--intergalactic-spacing-1x, 4px); @@ -170,6 +170,7 @@ STag[theme="secondary"], STagContainerClose[theme="secondary"], STag[theme="additional"], STagContainerClose[theme="additional"] { + /* chenge to ...? secondary: change to --intergalactic-tag-secondary-border; additional: change to --intergalactic-tag-additional-bg-normal */ &::before { opacity: 0.01; } @@ -200,7 +201,7 @@ STag[theme="primary-invert"], STagContainerClose[theme="primary-invert"] { background-color: var( --intergalactic-tag-primary-white-normal, - rgba(255, 255, 255, 0.15) + oklch(1 0 0) ); color: var(--intergalactic-text-primary-invert, oklch(0.999 0.001 180 / 0.949)); } @@ -209,7 +210,7 @@ STag[theme="secondary-invert"], STagContainerClose[theme="secondary-invert"], STag[theme="additional-invert"], STagContainerClose[theme="additional-invert"] { - color: var(--intergalactic-text-primary-invert, oklch(0.999 0.001 180 / 0.949)); + color: var(--intergalactic-text-primary-invert, oklch(0.999 0.001 180 / 0.949)); /* TODO:--intergalactic-tag-secondary-white-text */ } STag[theme="additional"] { diff --git a/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-l-state--1947f-undefined-and-placeholder-Type-something-2-chromium-linux.png b/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-l-state--1947f-undefined-and-placeholder-Type-something-2-chromium-linux.png index a27c35321e..eaa5b4a6a9 100644 Binary files a/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-l-state--1947f-undefined-and-placeholder-Type-something-2-chromium-linux.png and b/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-l-state--1947f-undefined-and-placeholder-Type-something-2-chromium-linux.png differ diff --git a/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-l-state--1947f-undefined-and-placeholder-Type-something-2-firefox-linux.png b/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-l-state--1947f-undefined-and-placeholder-Type-something-2-firefox-linux.png index 7e0ff458a1..5dd9b36f13 100644 Binary files a/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-l-state--1947f-undefined-and-placeholder-Type-something-2-firefox-linux.png and b/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-l-state--1947f-undefined-and-placeholder-Type-something-2-firefox-linux.png differ diff --git a/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-l-state--1947f-undefined-and-placeholder-Type-something-2-webkit-linux.png b/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-l-state--1947f-undefined-and-placeholder-Type-something-2-webkit-linux.png index 52f25f688e..854f87857f 100644 Binary files a/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-l-state--1947f-undefined-and-placeholder-Type-something-2-webkit-linux.png and b/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-l-state--1947f-undefined-and-placeholder-Type-something-2-webkit-linux.png differ diff --git a/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-l-state--44241-e-Default-Value-and-placeholder-undefined-1-chromium-linux.png b/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-l-state--44241-e-Default-Value-and-placeholder-undefined-1-chromium-linux.png index 7d8789494a..54a4884671 100644 Binary files a/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-l-state--44241-e-Default-Value-and-placeholder-undefined-1-chromium-linux.png and b/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-l-state--44241-e-Default-Value-and-placeholder-undefined-1-chromium-linux.png differ diff --git a/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-l-state--4e1fc-Value-undefined-and-placeholder-undefined-2-chromium-linux.png b/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-l-state--4e1fc-Value-undefined-and-placeholder-undefined-2-chromium-linux.png index 0fd4c2f321..a9c6c1a572 100644 Binary files a/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-l-state--4e1fc-Value-undefined-and-placeholder-undefined-2-chromium-linux.png and b/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-l-state--4e1fc-Value-undefined-and-placeholder-undefined-2-chromium-linux.png differ diff --git a/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-l-state--543ee-Value-undefined-and-placeholder-undefined-1-chromium-linux.png b/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-l-state--543ee-Value-undefined-and-placeholder-undefined-1-chromium-linux.png index 8b8aa496d7..a341f7c3ba 100644 Binary files a/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-l-state--543ee-Value-undefined-and-placeholder-undefined-1-chromium-linux.png and b/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-l-state--543ee-Value-undefined-and-placeholder-undefined-1-chromium-linux.png differ diff --git a/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-l-state--6a25c-undefined-and-placeholder-Type-something-2-chromium-linux.png b/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-l-state--6a25c-undefined-and-placeholder-Type-something-2-chromium-linux.png index 15f3db5440..d7b61b95cc 100644 Binary files a/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-l-state--6a25c-undefined-and-placeholder-Type-something-2-chromium-linux.png and b/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-l-state--6a25c-undefined-and-placeholder-Type-something-2-chromium-linux.png differ diff --git a/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-l-state--86388-Value-undefined-and-placeholder-undefined-1-chromium-linux.png b/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-l-state--86388-Value-undefined-and-placeholder-undefined-1-chromium-linux.png index 92ae2cf8fc..c2a660f7fd 100644 Binary files a/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-l-state--86388-Value-undefined-and-placeholder-undefined-1-chromium-linux.png and b/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-l-state--86388-Value-undefined-and-placeholder-undefined-1-chromium-linux.png differ diff --git a/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-l-state--86388-Value-undefined-and-placeholder-undefined-1-webkit-linux.png b/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-l-state--86388-Value-undefined-and-placeholder-undefined-1-webkit-linux.png index d7cd079727..523220fd55 100644 Binary files a/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-l-state--86388-Value-undefined-and-placeholder-undefined-1-webkit-linux.png and b/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-l-state--86388-Value-undefined-and-placeholder-undefined-1-webkit-linux.png differ diff --git a/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-l-state--87a0c-undefined-and-placeholder-Type-something-1-chromium-linux.png b/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-l-state--87a0c-undefined-and-placeholder-Type-something-1-chromium-linux.png index 613827b620..441320e749 100644 Binary files a/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-l-state--87a0c-undefined-and-placeholder-Type-something-1-chromium-linux.png and b/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-l-state--87a0c-undefined-and-placeholder-Type-something-1-chromium-linux.png differ diff --git a/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-l-state--88fc6-Value-undefined-and-placeholder-undefined-1-chromium-linux.png b/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-l-state--88fc6-Value-undefined-and-placeholder-undefined-1-chromium-linux.png index ef9b63aeda..afe1f2020b 100644 Binary files a/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-l-state--88fc6-Value-undefined-and-placeholder-undefined-1-chromium-linux.png and b/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-l-state--88fc6-Value-undefined-and-placeholder-undefined-1-chromium-linux.png differ diff --git a/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-l-state--99d7d-undefined-and-placeholder-Type-something-1-chromium-linux.png b/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-l-state--99d7d-undefined-and-placeholder-Type-something-1-chromium-linux.png index 744f812017..f6dc9b53d8 100644 Binary files a/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-l-state--99d7d-undefined-and-placeholder-Type-something-1-chromium-linux.png and b/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-l-state--99d7d-undefined-and-placeholder-Type-something-1-chromium-linux.png differ diff --git a/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-l-state--99d7d-undefined-and-placeholder-Type-something-1-firefox-linux.png b/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-l-state--99d7d-undefined-and-placeholder-Type-something-1-firefox-linux.png index 38bd870561..7068b3e6bc 100644 Binary files a/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-l-state--99d7d-undefined-and-placeholder-Type-something-1-firefox-linux.png and b/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-l-state--99d7d-undefined-and-placeholder-Type-something-1-firefox-linux.png differ diff --git a/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-l-state--99d7d-undefined-and-placeholder-Type-something-1-webkit-linux.png b/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-l-state--99d7d-undefined-and-placeholder-Type-something-1-webkit-linux.png index 38df67d2d0..f5cc614c8d 100644 Binary files a/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-l-state--99d7d-undefined-and-placeholder-Type-something-1-webkit-linux.png and b/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-l-state--99d7d-undefined-and-placeholder-Type-something-1-webkit-linux.png differ diff --git a/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-l-state--bb150-e-Default-Value-and-placeholder-undefined-2-chromium-linux.png b/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-l-state--bb150-e-Default-Value-and-placeholder-undefined-2-chromium-linux.png index 54a63f19a7..e2bd51989c 100644 Binary files a/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-l-state--bb150-e-Default-Value-and-placeholder-undefined-2-chromium-linux.png and b/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-l-state--bb150-e-Default-Value-and-placeholder-undefined-2-chromium-linux.png differ diff --git a/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-l-state--d96c3-Value-undefined-and-placeholder-undefined-2-chromium-linux.png b/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-l-state--d96c3-Value-undefined-and-placeholder-undefined-2-chromium-linux.png index 1729dd70f9..0d0be777ce 100644 Binary files a/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-l-state--d96c3-Value-undefined-and-placeholder-undefined-2-chromium-linux.png and b/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-l-state--d96c3-Value-undefined-and-placeholder-undefined-2-chromium-linux.png differ diff --git a/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-l-state--d96c3-Value-undefined-and-placeholder-undefined-2-webkit-linux.png b/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-l-state--d96c3-Value-undefined-and-placeholder-undefined-2-webkit-linux.png index bf5cd9bdde..e7698551cb 100644 Binary files a/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-l-state--d96c3-Value-undefined-and-placeholder-undefined-2-webkit-linux.png and b/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-l-state--d96c3-Value-undefined-and-placeholder-undefined-2-webkit-linux.png differ diff --git a/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-m-state--01874-Value-undefined-and-placeholder-undefined-2-chromium-linux.png b/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-m-state--01874-Value-undefined-and-placeholder-undefined-2-chromium-linux.png index 493c9dfbdc..bafb24881c 100644 Binary files a/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-m-state--01874-Value-undefined-and-placeholder-undefined-2-chromium-linux.png and b/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-m-state--01874-Value-undefined-and-placeholder-undefined-2-chromium-linux.png differ diff --git a/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-m-state--08bc1-e-Default-Value-and-placeholder-undefined-2-chromium-linux.png b/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-m-state--08bc1-e-Default-Value-and-placeholder-undefined-2-chromium-linux.png index 833cace74b..d2cb90ec1f 100644 Binary files a/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-m-state--08bc1-e-Default-Value-and-placeholder-undefined-2-chromium-linux.png and b/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-m-state--08bc1-e-Default-Value-and-placeholder-undefined-2-chromium-linux.png differ diff --git a/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-m-state--2c6ed-ult-Value-and-placeholder-Type-something-1-chromium-linux.png b/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-m-state--2c6ed-ult-Value-and-placeholder-Type-something-1-chromium-linux.png index 30d574a224..9434abd638 100644 Binary files a/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-m-state--2c6ed-ult-Value-and-placeholder-Type-something-1-chromium-linux.png and b/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-m-state--2c6ed-ult-Value-and-placeholder-Type-something-1-chromium-linux.png differ diff --git a/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-m-state--2f15c-undefined-and-placeholder-Type-something-1-chromium-linux.png b/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-m-state--2f15c-undefined-and-placeholder-Type-something-1-chromium-linux.png index 57efe7d18e..5816fc5425 100644 Binary files a/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-m-state--2f15c-undefined-and-placeholder-Type-something-1-chromium-linux.png and b/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-m-state--2f15c-undefined-and-placeholder-Type-something-1-chromium-linux.png differ diff --git a/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-m-state--44d9f-undefined-and-placeholder-Type-something-2-chromium-linux.png b/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-m-state--44d9f-undefined-and-placeholder-Type-something-2-chromium-linux.png index 818382fdf1..582aa231c8 100644 Binary files a/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-m-state--44d9f-undefined-and-placeholder-Type-something-2-chromium-linux.png and b/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-m-state--44d9f-undefined-and-placeholder-Type-something-2-chromium-linux.png differ diff --git a/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-m-state--47e6c-undefined-and-placeholder-Type-something-2-chromium-linux.png b/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-m-state--47e6c-undefined-and-placeholder-Type-something-2-chromium-linux.png index cd054a8003..5a37fac2fe 100644 Binary files a/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-m-state--47e6c-undefined-and-placeholder-Type-something-2-chromium-linux.png and b/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-m-state--47e6c-undefined-and-placeholder-Type-something-2-chromium-linux.png differ diff --git a/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-m-state--47e6c-undefined-and-placeholder-Type-something-2-webkit-linux.png b/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-m-state--47e6c-undefined-and-placeholder-Type-something-2-webkit-linux.png index f6707eee29..18efbfd54b 100644 Binary files a/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-m-state--47e6c-undefined-and-placeholder-Type-something-2-webkit-linux.png and b/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-m-state--47e6c-undefined-and-placeholder-Type-something-2-webkit-linux.png differ diff --git a/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-m-state--4e9ac-ult-Value-and-placeholder-Type-something-2-chromium-linux.png b/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-m-state--4e9ac-ult-Value-and-placeholder-Type-something-2-chromium-linux.png index 30d574a224..9434abd638 100644 Binary files a/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-m-state--4e9ac-ult-Value-and-placeholder-Type-something-2-chromium-linux.png and b/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-m-state--4e9ac-ult-Value-and-placeholder-Type-something-2-chromium-linux.png differ diff --git a/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-m-state--77a03-e-Default-Value-and-placeholder-undefined-1-chromium-linux.png b/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-m-state--77a03-e-Default-Value-and-placeholder-undefined-1-chromium-linux.png index f371d3b14d..359455d7af 100644 Binary files a/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-m-state--77a03-e-Default-Value-and-placeholder-undefined-1-chromium-linux.png and b/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-m-state--77a03-e-Default-Value-and-placeholder-undefined-1-chromium-linux.png differ diff --git a/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-m-state--78b04-undefined-and-placeholder-Type-something-1-chromium-linux.png b/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-m-state--78b04-undefined-and-placeholder-Type-something-1-chromium-linux.png index 0434b17c71..ce04d05ddf 100644 Binary files a/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-m-state--78b04-undefined-and-placeholder-Type-something-1-chromium-linux.png and b/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-m-state--78b04-undefined-and-placeholder-Type-something-1-chromium-linux.png differ diff --git a/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-m-state--78b04-undefined-and-placeholder-Type-something-1-firefox-linux.png b/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-m-state--78b04-undefined-and-placeholder-Type-something-1-firefox-linux.png index cf1a3e63ce..e37740badd 100644 Binary files a/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-m-state--78b04-undefined-and-placeholder-Type-something-1-firefox-linux.png and b/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-m-state--78b04-undefined-and-placeholder-Type-something-1-firefox-linux.png differ diff --git a/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-m-state--78b04-undefined-and-placeholder-Type-something-1-webkit-linux.png b/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-m-state--78b04-undefined-and-placeholder-Type-something-1-webkit-linux.png index 99ae8c5473..6b6a91be29 100644 Binary files a/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-m-state--78b04-undefined-and-placeholder-Type-something-1-webkit-linux.png and b/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-m-state--78b04-undefined-and-placeholder-Type-something-1-webkit-linux.png differ diff --git a/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-m-state--80cd8-e-Default-Value-and-placeholder-undefined-1-chromium-linux.png b/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-m-state--80cd8-e-Default-Value-and-placeholder-undefined-1-chromium-linux.png index 83c61a3ffe..53f005878b 100644 Binary files a/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-m-state--80cd8-e-Default-Value-and-placeholder-undefined-1-chromium-linux.png and b/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-m-state--80cd8-e-Default-Value-and-placeholder-undefined-1-chromium-linux.png differ diff --git a/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-m-state--97df0-undefined-and-placeholder-Type-something-2-chromium-linux.png b/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-m-state--97df0-undefined-and-placeholder-Type-something-2-chromium-linux.png index 57efe7d18e..5816fc5425 100644 Binary files a/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-m-state--97df0-undefined-and-placeholder-Type-something-2-chromium-linux.png and b/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-m-state--97df0-undefined-and-placeholder-Type-something-2-chromium-linux.png differ diff --git a/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-m-state--eb650-undefined-and-placeholder-Type-something-1-chromium-linux.png b/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-m-state--eb650-undefined-and-placeholder-Type-something-1-chromium-linux.png index 464cb9eff0..1948e09957 100644 Binary files a/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-m-state--eb650-undefined-and-placeholder-Type-something-1-chromium-linux.png and b/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-m-state--eb650-undefined-and-placeholder-Type-something-1-chromium-linux.png differ diff --git a/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-m-state--f20e5-undefined-and-placeholder-Type-something-1-chromium-linux.png b/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-m-state--f20e5-undefined-and-placeholder-Type-something-1-chromium-linux.png index c4b5793536..e3b57f7da3 100644 Binary files a/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-m-state--f20e5-undefined-and-placeholder-Type-something-1-chromium-linux.png and b/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-m-state--f20e5-undefined-and-placeholder-Type-something-1-chromium-linux.png differ diff --git a/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-m-state--f20e5-undefined-and-placeholder-Type-something-1-webkit-linux.png b/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-m-state--f20e5-undefined-and-placeholder-Type-something-1-webkit-linux.png index aad956e17e..c164cb3a6f 100644 Binary files a/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-m-state--f20e5-undefined-and-placeholder-Type-something-1-webkit-linux.png and b/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-m-state--f20e5-undefined-and-placeholder-Type-something-1-webkit-linux.png differ diff --git a/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-m-state--fa375-Value-undefined-and-placeholder-undefined-1-chromium-linux.png b/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-m-state--fa375-Value-undefined-and-placeholder-undefined-1-chromium-linux.png index 1d91b0bfeb..0a0ccbb184 100644 Binary files a/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-m-state--fa375-Value-undefined-and-placeholder-undefined-1-chromium-linux.png and b/semcore/textarea/__tests__/textarea.browser-test.tsx-snapshots/-visual-Verify-Textarea-with-size-m-state--fa375-Value-undefined-and-placeholder-undefined-1-chromium-linux.png differ diff --git a/semcore/time-picker/__tests__/time-picker.browser-test.tsx b/semcore/time-picker/__tests__/time-picker.browser-test.tsx index 39c659247d..2eca747949 100644 --- a/semcore/time-picker/__tests__/time-picker.browser-test.tsx +++ b/semcore/time-picker/__tests__/time-picker.browser-test.tsx @@ -40,13 +40,13 @@ test.describe(`${TAG.VISUAL} `, () => { if (classAttr?.includes('_size_m_')) { for (let i = 0; i < 2; i++) { - await expect(locators.timeBoxes(page).nth(i)).toHaveCSS('margin-left', '8px'); - await expect(locators.timeBoxes(page).nth(i)).toHaveCSS('margin-right', '8px'); + await expect(locators.timeBoxes(page).nth(i)).toHaveCSS('margin-left', '12px'); + await expect(locators.timeBoxes(page).nth(i)).toHaveCSS('margin-right', '12px'); } } else if (classAttr?.includes('_size_l_')) { await expect(locators.timeBoxes(page).nth(0)).toHaveCSS('margin-left', '12px'); - await expect(locators.timeBoxes(page).nth(0)).toHaveCSS('margin-right', '8px'); - await expect(locators.timeBoxes(page).nth(1)).toHaveCSS('margin-left', '8px'); + await expect(locators.timeBoxes(page).nth(0)).toHaveCSS('margin-right', '12px'); + await expect(locators.timeBoxes(page).nth(1)).toHaveCSS('margin-left', '12px'); await expect(locators.timeBoxes(page).nth(1)).toHaveCSS('margin-right', '12px'); } }, diff --git a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-invalid-size-l-1-chromium-linux.png b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-invalid-size-l-1-chromium-linux.png index 0d25854366..9a32cadd41 100644 Binary files a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-invalid-size-l-1-chromium-linux.png and b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-invalid-size-l-1-chromium-linux.png differ diff --git a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-invalid-size-l-1-firefox-linux.png b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-invalid-size-l-1-firefox-linux.png index c265c24c01..9b3dfac7e9 100644 Binary files a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-invalid-size-l-1-firefox-linux.png and b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-invalid-size-l-1-firefox-linux.png differ diff --git a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-invalid-size-l-1-webkit-linux.png b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-invalid-size-l-1-webkit-linux.png index d859a71623..95d5dfeb25 100644 Binary files a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-invalid-size-l-1-webkit-linux.png and b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-invalid-size-l-1-webkit-linux.png differ diff --git a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-invalid-size-l-2-chromium-linux.png b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-invalid-size-l-2-chromium-linux.png index 0d0dee69f8..aafc5edd90 100644 Binary files a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-invalid-size-l-2-chromium-linux.png and b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-invalid-size-l-2-chromium-linux.png differ diff --git a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-invalid-size-l-2-firefox-linux.png b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-invalid-size-l-2-firefox-linux.png index c2c30489ca..145dcfc886 100644 Binary files a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-invalid-size-l-2-firefox-linux.png and b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-invalid-size-l-2-firefox-linux.png differ diff --git a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-invalid-size-l-2-webkit-linux.png b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-invalid-size-l-2-webkit-linux.png index 1b76e34f01..21abaa850a 100644 Binary files a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-invalid-size-l-2-webkit-linux.png and b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-invalid-size-l-2-webkit-linux.png differ diff --git a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-invalid-size-l-3-chromium-linux.png b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-invalid-size-l-3-chromium-linux.png index bcf8551662..c379cfefd4 100644 Binary files a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-invalid-size-l-3-chromium-linux.png and b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-invalid-size-l-3-chromium-linux.png differ diff --git a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-invalid-size-l-3-firefox-linux.png b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-invalid-size-l-3-firefox-linux.png index 4da0d9f6e7..6d2ca31f5b 100644 Binary files a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-invalid-size-l-3-firefox-linux.png and b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-invalid-size-l-3-firefox-linux.png differ diff --git a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-invalid-size-l-3-webkit-linux.png b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-invalid-size-l-3-webkit-linux.png index 49490c81e2..5a74cff87b 100644 Binary files a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-invalid-size-l-3-webkit-linux.png and b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-invalid-size-l-3-webkit-linux.png differ diff --git a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-invalid-size-l-4-chromium-linux.png b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-invalid-size-l-4-chromium-linux.png index 2da6380c47..562dc5cae6 100644 Binary files a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-invalid-size-l-4-chromium-linux.png and b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-invalid-size-l-4-chromium-linux.png differ diff --git a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-invalid-size-l-4-firefox-linux.png b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-invalid-size-l-4-firefox-linux.png index f2d03e8665..627408d498 100644 Binary files a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-invalid-size-l-4-firefox-linux.png and b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-invalid-size-l-4-firefox-linux.png differ diff --git a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-invalid-size-l-4-webkit-linux.png b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-invalid-size-l-4-webkit-linux.png index d66f848f9c..98d7d74be1 100644 Binary files a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-invalid-size-l-4-webkit-linux.png and b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-invalid-size-l-4-webkit-linux.png differ diff --git a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-normal-size-l-1-chromium-linux.png b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-normal-size-l-1-chromium-linux.png index 5441890558..2cdeb73a6e 100644 Binary files a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-normal-size-l-1-chromium-linux.png and b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-normal-size-l-1-chromium-linux.png differ diff --git a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-normal-size-l-1-firefox-linux.png b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-normal-size-l-1-firefox-linux.png index c50c0cb195..f68e99ed88 100644 Binary files a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-normal-size-l-1-firefox-linux.png and b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-normal-size-l-1-firefox-linux.png differ diff --git a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-normal-size-l-1-webkit-linux.png b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-normal-size-l-1-webkit-linux.png index c148b9533a..2ad5732cf7 100644 Binary files a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-normal-size-l-1-webkit-linux.png and b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-normal-size-l-1-webkit-linux.png differ diff --git a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-normal-size-l-2-chromium-linux.png b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-normal-size-l-2-chromium-linux.png index 73225f1ff2..4a86ce5ad3 100644 Binary files a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-normal-size-l-2-chromium-linux.png and b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-normal-size-l-2-chromium-linux.png differ diff --git a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-normal-size-l-2-firefox-linux.png b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-normal-size-l-2-firefox-linux.png index 36e77dd0fc..23468685f4 100644 Binary files a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-normal-size-l-2-firefox-linux.png and b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-normal-size-l-2-firefox-linux.png differ diff --git a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-normal-size-l-2-webkit-linux.png b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-normal-size-l-2-webkit-linux.png index a055f8b417..478ff8622f 100644 Binary files a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-normal-size-l-2-webkit-linux.png and b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-normal-size-l-2-webkit-linux.png differ diff --git a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-normal-size-l-3-chromium-linux.png b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-normal-size-l-3-chromium-linux.png index a60f00fac1..4e83484fc4 100644 Binary files a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-normal-size-l-3-chromium-linux.png and b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-normal-size-l-3-chromium-linux.png differ diff --git a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-normal-size-l-3-firefox-linux.png b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-normal-size-l-3-firefox-linux.png index bd79b567c1..7f88b0db80 100644 Binary files a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-normal-size-l-3-firefox-linux.png and b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-normal-size-l-3-firefox-linux.png differ diff --git a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-normal-size-l-3-webkit-linux.png b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-normal-size-l-3-webkit-linux.png index d60331f712..800ca9d698 100644 Binary files a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-normal-size-l-3-webkit-linux.png and b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-normal-size-l-3-webkit-linux.png differ diff --git a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-normal-size-l-4-chromium-linux.png b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-normal-size-l-4-chromium-linux.png index ab712ce0dc..aa6c61f775 100644 Binary files a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-normal-size-l-4-chromium-linux.png and b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-normal-size-l-4-chromium-linux.png differ diff --git a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-normal-size-l-4-firefox-linux.png b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-normal-size-l-4-firefox-linux.png index ad91caa769..c1f1ca2fe9 100644 Binary files a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-normal-size-l-4-firefox-linux.png and b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-normal-size-l-4-firefox-linux.png differ diff --git a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-normal-size-l-4-webkit-linux.png b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-normal-size-l-4-webkit-linux.png index dadbecde22..0f3fa012b8 100644 Binary files a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-normal-size-l-4-webkit-linux.png and b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-normal-size-l-4-webkit-linux.png differ diff --git a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-valid-size-m-1-chromium-linux.png b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-valid-size-m-1-chromium-linux.png index 3e1765ed4a..e17c416cf0 100644 Binary files a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-valid-size-m-1-chromium-linux.png and b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-valid-size-m-1-chromium-linux.png differ diff --git a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-valid-size-m-1-firefox-linux.png b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-valid-size-m-1-firefox-linux.png index 3830052ceb..42124fdc12 100644 Binary files a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-valid-size-m-1-firefox-linux.png and b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-valid-size-m-1-firefox-linux.png differ diff --git a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-valid-size-m-1-webkit-linux.png b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-valid-size-m-1-webkit-linux.png index 60f9439291..325c08480f 100644 Binary files a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-valid-size-m-1-webkit-linux.png and b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-valid-size-m-1-webkit-linux.png differ diff --git a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-valid-size-m-2-chromium-linux.png b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-valid-size-m-2-chromium-linux.png index 8309aa1793..981fde09cf 100644 Binary files a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-valid-size-m-2-chromium-linux.png and b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-valid-size-m-2-chromium-linux.png differ diff --git a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-valid-size-m-2-firefox-linux.png b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-valid-size-m-2-firefox-linux.png index 859fb38107..7a57a19100 100644 Binary files a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-valid-size-m-2-firefox-linux.png and b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-valid-size-m-2-firefox-linux.png differ diff --git a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-valid-size-m-2-webkit-linux.png b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-valid-size-m-2-webkit-linux.png index 2b01fda164..2639e69cb1 100644 Binary files a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-valid-size-m-2-webkit-linux.png and b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-valid-size-m-2-webkit-linux.png differ diff --git a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-valid-size-m-3-chromium-linux.png b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-valid-size-m-3-chromium-linux.png index 81fa7d0eb9..92ad16ffc1 100644 Binary files a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-valid-size-m-3-chromium-linux.png and b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-valid-size-m-3-chromium-linux.png differ diff --git a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-valid-size-m-3-firefox-linux.png b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-valid-size-m-3-firefox-linux.png index 33e5bb8a8e..50fbde3813 100644 Binary files a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-valid-size-m-3-firefox-linux.png and b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-valid-size-m-3-firefox-linux.png differ diff --git a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-valid-size-m-3-webkit-linux.png b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-valid-size-m-3-webkit-linux.png index 3733b26051..e108094a1c 100644 Binary files a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-valid-size-m-3-webkit-linux.png and b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-valid-size-m-3-webkit-linux.png differ diff --git a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-valid-size-m-4-chromium-linux.png b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-valid-size-m-4-chromium-linux.png index fb4384c880..e2ead58ed9 100644 Binary files a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-valid-size-m-4-chromium-linux.png and b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-valid-size-m-4-chromium-linux.png differ diff --git a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-valid-size-m-4-firefox-linux.png b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-valid-size-m-4-firefox-linux.png index e5e1fac84a..11163dc264 100644 Binary files a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-valid-size-m-4-firefox-linux.png and b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-valid-size-m-4-firefox-linux.png differ diff --git a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-valid-size-m-4-webkit-linux.png b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-valid-size-m-4-webkit-linux.png index 22776201a0..696bda7a9e 100644 Binary files a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-valid-size-m-4-webkit-linux.png and b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-false-state-valid-size-m-4-webkit-linux.png differ diff --git a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-invalid-size-m-1-chromium-linux.png b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-invalid-size-m-1-chromium-linux.png index 25212b3008..9a153e00c8 100644 Binary files a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-invalid-size-m-1-chromium-linux.png and b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-invalid-size-m-1-chromium-linux.png differ diff --git a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-invalid-size-m-1-firefox-linux.png b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-invalid-size-m-1-firefox-linux.png index 5cf527904c..12d247520b 100644 Binary files a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-invalid-size-m-1-firefox-linux.png and b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-invalid-size-m-1-firefox-linux.png differ diff --git a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-invalid-size-m-1-webkit-linux.png b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-invalid-size-m-1-webkit-linux.png index 5f1e4a8271..8e7a3e3645 100644 Binary files a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-invalid-size-m-1-webkit-linux.png and b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-invalid-size-m-1-webkit-linux.png differ diff --git a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-invalid-size-m-2-chromium-linux.png b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-invalid-size-m-2-chromium-linux.png index 23195dbf4a..d4cb526f75 100644 Binary files a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-invalid-size-m-2-chromium-linux.png and b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-invalid-size-m-2-chromium-linux.png differ diff --git a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-invalid-size-m-2-firefox-linux.png b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-invalid-size-m-2-firefox-linux.png index 4642e192b6..fe58cab022 100644 Binary files a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-invalid-size-m-2-firefox-linux.png and b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-invalid-size-m-2-firefox-linux.png differ diff --git a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-invalid-size-m-2-webkit-linux.png b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-invalid-size-m-2-webkit-linux.png index 030f19f1c0..56cadbaba1 100644 Binary files a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-invalid-size-m-2-webkit-linux.png and b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-invalid-size-m-2-webkit-linux.png differ diff --git a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-invalid-size-m-3-chromium-linux.png b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-invalid-size-m-3-chromium-linux.png index 62c3ee62ff..d9870e89ff 100644 Binary files a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-invalid-size-m-3-chromium-linux.png and b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-invalid-size-m-3-chromium-linux.png differ diff --git a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-invalid-size-m-3-firefox-linux.png b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-invalid-size-m-3-firefox-linux.png index 42fec26738..642780baff 100644 Binary files a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-invalid-size-m-3-firefox-linux.png and b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-invalid-size-m-3-firefox-linux.png differ diff --git a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-invalid-size-m-3-webkit-linux.png b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-invalid-size-m-3-webkit-linux.png index 3950712812..79beeb2da6 100644 Binary files a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-invalid-size-m-3-webkit-linux.png and b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-invalid-size-m-3-webkit-linux.png differ diff --git a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-invalid-size-m-4-chromium-linux.png b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-invalid-size-m-4-chromium-linux.png index 8c17fac31c..03ccda6d5f 100644 Binary files a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-invalid-size-m-4-chromium-linux.png and b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-invalid-size-m-4-chromium-linux.png differ diff --git a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-invalid-size-m-4-firefox-linux.png b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-invalid-size-m-4-firefox-linux.png index 4cc7984498..f9550930c6 100644 Binary files a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-invalid-size-m-4-firefox-linux.png and b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-invalid-size-m-4-firefox-linux.png differ diff --git a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-invalid-size-m-4-webkit-linux.png b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-invalid-size-m-4-webkit-linux.png index 3a224b7a0f..a7faa337d6 100644 Binary files a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-invalid-size-m-4-webkit-linux.png and b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-invalid-size-m-4-webkit-linux.png differ diff --git a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-normal-size-m-1-chromium-linux.png b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-normal-size-m-1-chromium-linux.png index 92cf54328d..d4575c3018 100644 Binary files a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-normal-size-m-1-chromium-linux.png and b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-normal-size-m-1-chromium-linux.png differ diff --git a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-normal-size-m-1-firefox-linux.png b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-normal-size-m-1-firefox-linux.png index e35816f521..f1ed37e08f 100644 Binary files a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-normal-size-m-1-firefox-linux.png and b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-normal-size-m-1-firefox-linux.png differ diff --git a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-normal-size-m-1-webkit-linux.png b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-normal-size-m-1-webkit-linux.png index 53423a10f9..0afc40a15a 100644 Binary files a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-normal-size-m-1-webkit-linux.png and b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-normal-size-m-1-webkit-linux.png differ diff --git a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-normal-size-m-2-chromium-linux.png b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-normal-size-m-2-chromium-linux.png index da995d5b0d..c9fd867752 100644 Binary files a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-normal-size-m-2-chromium-linux.png and b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-normal-size-m-2-chromium-linux.png differ diff --git a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-normal-size-m-2-firefox-linux.png b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-normal-size-m-2-firefox-linux.png index 8bd6fc8e0e..53474293bc 100644 Binary files a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-normal-size-m-2-firefox-linux.png and b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-normal-size-m-2-firefox-linux.png differ diff --git a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-normal-size-m-2-webkit-linux.png b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-normal-size-m-2-webkit-linux.png index 6b40e41b12..e4613cf7a3 100644 Binary files a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-normal-size-m-2-webkit-linux.png and b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-normal-size-m-2-webkit-linux.png differ diff --git a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-normal-size-m-3-chromium-linux.png b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-normal-size-m-3-chromium-linux.png index ee140b5e2c..3016286d7b 100644 Binary files a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-normal-size-m-3-chromium-linux.png and b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-normal-size-m-3-chromium-linux.png differ diff --git a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-normal-size-m-3-firefox-linux.png b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-normal-size-m-3-firefox-linux.png index d1017b20c0..be221f13de 100644 Binary files a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-normal-size-m-3-firefox-linux.png and b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-normal-size-m-3-firefox-linux.png differ diff --git a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-normal-size-m-3-webkit-linux.png b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-normal-size-m-3-webkit-linux.png index 44d06a4a58..1d33d6d5bf 100644 Binary files a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-normal-size-m-3-webkit-linux.png and b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-normal-size-m-3-webkit-linux.png differ diff --git a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-normal-size-m-4-chromium-linux.png b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-normal-size-m-4-chromium-linux.png index 97299b9f79..07c1c3378e 100644 Binary files a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-normal-size-m-4-chromium-linux.png and b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-normal-size-m-4-chromium-linux.png differ diff --git a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-normal-size-m-4-firefox-linux.png b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-normal-size-m-4-firefox-linux.png index 0c367bf857..6e5d8ad73b 100644 Binary files a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-normal-size-m-4-firefox-linux.png and b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-normal-size-m-4-firefox-linux.png differ diff --git a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-normal-size-m-4-webkit-linux.png b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-normal-size-m-4-webkit-linux.png index 3d3e5c17e9..a148746b7b 100644 Binary files a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-normal-size-m-4-webkit-linux.png and b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-normal-size-m-4-webkit-linux.png differ diff --git a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-valid-size-l-1-chromium-linux.png b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-valid-size-l-1-chromium-linux.png index 92683e09b0..1101f61ab4 100644 Binary files a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-valid-size-l-1-chromium-linux.png and b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-valid-size-l-1-chromium-linux.png differ diff --git a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-valid-size-l-1-firefox-linux.png b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-valid-size-l-1-firefox-linux.png index 7962bebc95..efa1608590 100644 Binary files a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-valid-size-l-1-firefox-linux.png and b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-valid-size-l-1-firefox-linux.png differ diff --git a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-valid-size-l-1-webkit-linux.png b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-valid-size-l-1-webkit-linux.png index 206354e4a8..8807574f1e 100644 Binary files a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-valid-size-l-1-webkit-linux.png and b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-valid-size-l-1-webkit-linux.png differ diff --git a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-valid-size-l-2-chromium-linux.png b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-valid-size-l-2-chromium-linux.png index 46a357bd4f..00e60ea019 100644 Binary files a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-valid-size-l-2-chromium-linux.png and b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-valid-size-l-2-chromium-linux.png differ diff --git a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-valid-size-l-2-firefox-linux.png b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-valid-size-l-2-firefox-linux.png index af58da8db5..029f0b6183 100644 Binary files a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-valid-size-l-2-firefox-linux.png and b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-valid-size-l-2-firefox-linux.png differ diff --git a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-valid-size-l-2-webkit-linux.png b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-valid-size-l-2-webkit-linux.png index 7742e8b54f..5945a3461b 100644 Binary files a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-valid-size-l-2-webkit-linux.png and b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-valid-size-l-2-webkit-linux.png differ diff --git a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-valid-size-l-3-chromium-linux.png b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-valid-size-l-3-chromium-linux.png index 45ea585633..6e9b19789b 100644 Binary files a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-valid-size-l-3-chromium-linux.png and b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-valid-size-l-3-chromium-linux.png differ diff --git a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-valid-size-l-3-firefox-linux.png b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-valid-size-l-3-firefox-linux.png index 91382f96e0..ffcc084670 100644 Binary files a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-valid-size-l-3-firefox-linux.png and b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-valid-size-l-3-firefox-linux.png differ diff --git a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-valid-size-l-3-webkit-linux.png b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-valid-size-l-3-webkit-linux.png index d2dd0f0acb..fa280a735c 100644 Binary files a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-valid-size-l-3-webkit-linux.png and b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-valid-size-l-3-webkit-linux.png differ diff --git a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-valid-size-l-4-chromium-linux.png b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-valid-size-l-4-chromium-linux.png index 851fbee007..09a89017cd 100644 Binary files a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-valid-size-l-4-chromium-linux.png and b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-valid-size-l-4-chromium-linux.png differ diff --git a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-valid-size-l-4-firefox-linux.png b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-valid-size-l-4-firefox-linux.png index 90208b42c4..8bc24ac14b 100644 Binary files a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-valid-size-l-4-firefox-linux.png and b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-valid-size-l-4-firefox-linux.png differ diff --git a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-valid-size-l-4-webkit-linux.png b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-valid-size-l-4-webkit-linux.png index 648a940ba2..238695145e 100644 Binary files a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-valid-size-l-4-webkit-linux.png and b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-is12Hour-true-state-valid-size-l-4-webkit-linux.png differ diff --git a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-value-12-32-defaultValue-undefined-is12Hour-true-1-chromium-linux.png b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-value-12-32-defaultValue-undefined-is12Hour-true-1-chromium-linux.png index 6420dabb89..d717bf93f9 100644 Binary files a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-value-12-32-defaultValue-undefined-is12Hour-true-1-chromium-linux.png and b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-value-12-32-defaultValue-undefined-is12Hour-true-1-chromium-linux.png differ diff --git a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-value-12-32-defaultValue-undefined-is12Hour-true-1-firefox-linux.png b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-value-12-32-defaultValue-undefined-is12Hour-true-1-firefox-linux.png index dbdf3c90e2..7e775e90b3 100644 Binary files a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-value-12-32-defaultValue-undefined-is12Hour-true-1-firefox-linux.png and b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-value-12-32-defaultValue-undefined-is12Hour-true-1-firefox-linux.png differ diff --git a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-value-12-32-defaultValue-undefined-is12Hour-true-1-webkit-linux.png b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-value-12-32-defaultValue-undefined-is12Hour-true-1-webkit-linux.png index 1c6a26ba38..d0227589ca 100644 Binary files a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-value-12-32-defaultValue-undefined-is12Hour-true-1-webkit-linux.png and b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-value-12-32-defaultValue-undefined-is12Hour-true-1-webkit-linux.png differ diff --git a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-value-12-44-defaultValue-undefined-is12Hour-false-1-chromium-linux.png b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-value-12-44-defaultValue-undefined-is12Hour-false-1-chromium-linux.png index 08e4b9e949..d20954f1c7 100644 Binary files a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-value-12-44-defaultValue-undefined-is12Hour-false-1-chromium-linux.png and b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-value-12-44-defaultValue-undefined-is12Hour-false-1-chromium-linux.png differ diff --git a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-value-12-44-defaultValue-undefined-is12Hour-false-1-firefox-linux.png b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-value-12-44-defaultValue-undefined-is12Hour-false-1-firefox-linux.png index 940332af2d..69fadf4093 100644 Binary files a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-value-12-44-defaultValue-undefined-is12Hour-false-1-firefox-linux.png and b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-value-12-44-defaultValue-undefined-is12Hour-false-1-firefox-linux.png differ diff --git a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-value-12-44-defaultValue-undefined-is12Hour-false-1-webkit-linux.png b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-value-12-44-defaultValue-undefined-is12Hour-false-1-webkit-linux.png index 831720ce84..764e40c4d0 100644 Binary files a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-value-12-44-defaultValue-undefined-is12Hour-false-1-webkit-linux.png and b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-value-12-44-defaultValue-undefined-is12Hour-false-1-webkit-linux.png differ diff --git a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-value-undefined-defaultValue-08-19-is12Hour-true-1-chromium-linux.png b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-value-undefined-defaultValue-08-19-is12Hour-true-1-chromium-linux.png index 3cabc6c4ab..452ad535c4 100644 Binary files a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-value-undefined-defaultValue-08-19-is12Hour-true-1-chromium-linux.png and b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-value-undefined-defaultValue-08-19-is12Hour-true-1-chromium-linux.png differ diff --git a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-value-undefined-defaultValue-08-19-is12Hour-true-1-firefox-linux.png b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-value-undefined-defaultValue-08-19-is12Hour-true-1-firefox-linux.png index 2e55f3ef71..1312a4740a 100644 Binary files a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-value-undefined-defaultValue-08-19-is12Hour-true-1-firefox-linux.png and b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-value-undefined-defaultValue-08-19-is12Hour-true-1-firefox-linux.png differ diff --git a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-value-undefined-defaultValue-08-19-is12Hour-true-1-webkit-linux.png b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-value-undefined-defaultValue-08-19-is12Hour-true-1-webkit-linux.png index 5ced831e3c..fae09bafe8 100644 Binary files a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-value-undefined-defaultValue-08-19-is12Hour-true-1-webkit-linux.png and b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-value-undefined-defaultValue-08-19-is12Hour-true-1-webkit-linux.png differ diff --git a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-value-undefined-defaultValue-23-59-is12Hour-false-1-chromium-linux.png b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-value-undefined-defaultValue-23-59-is12Hour-false-1-chromium-linux.png index 0d8703c81c..d303b4a55c 100644 Binary files a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-value-undefined-defaultValue-23-59-is12Hour-false-1-chromium-linux.png and b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-value-undefined-defaultValue-23-59-is12Hour-false-1-chromium-linux.png differ diff --git a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-value-undefined-defaultValue-23-59-is12Hour-false-1-firefox-linux.png b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-value-undefined-defaultValue-23-59-is12Hour-false-1-firefox-linux.png index 0b06aec900..8fa37a0e8b 100644 Binary files a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-value-undefined-defaultValue-23-59-is12Hour-false-1-firefox-linux.png and b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-value-undefined-defaultValue-23-59-is12Hour-false-1-firefox-linux.png differ diff --git a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-value-undefined-defaultValue-23-59-is12Hour-false-1-webkit-linux.png b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-value-undefined-defaultValue-23-59-is12Hour-false-1-webkit-linux.png index c7665a2b91..11168d7754 100644 Binary files a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-value-undefined-defaultValue-23-59-is12Hour-false-1-webkit-linux.png and b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-TimePicker-with-value-undefined-defaultValue-23-59-is12Hour-false-1-webkit-linux.png differ diff --git a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-disabled-TimePicker-with-state-invalid-size-l-is12Hour-false-1-chromium-linux.png b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-disabled-TimePicker-with-state-invalid-size-l-is12Hour-false-1-chromium-linux.png index 4bba77e6db..e517213cfd 100644 Binary files a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-disabled-TimePicker-with-state-invalid-size-l-is12Hour-false-1-chromium-linux.png and b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-disabled-TimePicker-with-state-invalid-size-l-is12Hour-false-1-chromium-linux.png differ diff --git a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-disabled-TimePicker-with-state-invalid-size-l-is12Hour-false-1-firefox-linux.png b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-disabled-TimePicker-with-state-invalid-size-l-is12Hour-false-1-firefox-linux.png index 1a2ab064f7..f5c33196d0 100644 Binary files a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-disabled-TimePicker-with-state-invalid-size-l-is12Hour-false-1-firefox-linux.png and b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-disabled-TimePicker-with-state-invalid-size-l-is12Hour-false-1-firefox-linux.png differ diff --git a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-disabled-TimePicker-with-state-invalid-size-l-is12Hour-false-1-webkit-linux.png b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-disabled-TimePicker-with-state-invalid-size-l-is12Hour-false-1-webkit-linux.png index 7409a9f16d..6a1e790177 100644 Binary files a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-disabled-TimePicker-with-state-invalid-size-l-is12Hour-false-1-webkit-linux.png and b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-disabled-TimePicker-with-state-invalid-size-l-is12Hour-false-1-webkit-linux.png differ diff --git a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-disabled-TimePicker-with-state-invalid-size-m-is12Hour-true-1-chromium-linux.png b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-disabled-TimePicker-with-state-invalid-size-m-is12Hour-true-1-chromium-linux.png index d82d0ecf7b..f41c07c9d7 100644 Binary files a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-disabled-TimePicker-with-state-invalid-size-m-is12Hour-true-1-chromium-linux.png and b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-disabled-TimePicker-with-state-invalid-size-m-is12Hour-true-1-chromium-linux.png differ diff --git a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-disabled-TimePicker-with-state-invalid-size-m-is12Hour-true-1-firefox-linux.png b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-disabled-TimePicker-with-state-invalid-size-m-is12Hour-true-1-firefox-linux.png index c89bc10cb7..7378ec50eb 100644 Binary files a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-disabled-TimePicker-with-state-invalid-size-m-is12Hour-true-1-firefox-linux.png and b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-disabled-TimePicker-with-state-invalid-size-m-is12Hour-true-1-firefox-linux.png differ diff --git a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-disabled-TimePicker-with-state-invalid-size-m-is12Hour-true-1-webkit-linux.png b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-disabled-TimePicker-with-state-invalid-size-m-is12Hour-true-1-webkit-linux.png index 790085ca9a..99309ac882 100644 Binary files a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-disabled-TimePicker-with-state-invalid-size-m-is12Hour-true-1-webkit-linux.png and b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-disabled-TimePicker-with-state-invalid-size-m-is12Hour-true-1-webkit-linux.png differ diff --git a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-disabled-TimePicker-with-state-normal-size-l-is12Hour-false-1-chromium-linux.png b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-disabled-TimePicker-with-state-normal-size-l-is12Hour-false-1-chromium-linux.png index efd2ef2a39..2f9e004c42 100644 Binary files a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-disabled-TimePicker-with-state-normal-size-l-is12Hour-false-1-chromium-linux.png and b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-disabled-TimePicker-with-state-normal-size-l-is12Hour-false-1-chromium-linux.png differ diff --git a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-disabled-TimePicker-with-state-normal-size-l-is12Hour-false-1-firefox-linux.png b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-disabled-TimePicker-with-state-normal-size-l-is12Hour-false-1-firefox-linux.png index 812f9396ee..f39ec3f93c 100644 Binary files a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-disabled-TimePicker-with-state-normal-size-l-is12Hour-false-1-firefox-linux.png and b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-disabled-TimePicker-with-state-normal-size-l-is12Hour-false-1-firefox-linux.png differ diff --git a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-disabled-TimePicker-with-state-normal-size-l-is12Hour-false-1-webkit-linux.png b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-disabled-TimePicker-with-state-normal-size-l-is12Hour-false-1-webkit-linux.png index f59268476b..2515fe8a89 100644 Binary files a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-disabled-TimePicker-with-state-normal-size-l-is12Hour-false-1-webkit-linux.png and b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-disabled-TimePicker-with-state-normal-size-l-is12Hour-false-1-webkit-linux.png differ diff --git a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-disabled-TimePicker-with-state-normal-size-m-is12Hour-true-1-chromium-linux.png b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-disabled-TimePicker-with-state-normal-size-m-is12Hour-true-1-chromium-linux.png index 40e35f134e..894dec0476 100644 Binary files a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-disabled-TimePicker-with-state-normal-size-m-is12Hour-true-1-chromium-linux.png and b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-disabled-TimePicker-with-state-normal-size-m-is12Hour-true-1-chromium-linux.png differ diff --git a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-disabled-TimePicker-with-state-normal-size-m-is12Hour-true-1-firefox-linux.png b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-disabled-TimePicker-with-state-normal-size-m-is12Hour-true-1-firefox-linux.png index 1f79e93864..f66d47889e 100644 Binary files a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-disabled-TimePicker-with-state-normal-size-m-is12Hour-true-1-firefox-linux.png and b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-disabled-TimePicker-with-state-normal-size-m-is12Hour-true-1-firefox-linux.png differ diff --git a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-disabled-TimePicker-with-state-normal-size-m-is12Hour-true-1-webkit-linux.png b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-disabled-TimePicker-with-state-normal-size-m-is12Hour-true-1-webkit-linux.png index c2da428c7e..8372da6019 100644 Binary files a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-disabled-TimePicker-with-state-normal-size-m-is12Hour-true-1-webkit-linux.png and b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-disabled-TimePicker-with-state-normal-size-m-is12Hour-true-1-webkit-linux.png differ diff --git a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-disabled-TimePicker-with-state-valid-size-l-is12Hour-true-1-chromium-linux.png b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-disabled-TimePicker-with-state-valid-size-l-is12Hour-true-1-chromium-linux.png index b68229b6c8..f3f7fe7b8e 100644 Binary files a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-disabled-TimePicker-with-state-valid-size-l-is12Hour-true-1-chromium-linux.png and b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-disabled-TimePicker-with-state-valid-size-l-is12Hour-true-1-chromium-linux.png differ diff --git a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-disabled-TimePicker-with-state-valid-size-l-is12Hour-true-1-firefox-linux.png b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-disabled-TimePicker-with-state-valid-size-l-is12Hour-true-1-firefox-linux.png index 0ab6a3f328..099ef8433a 100644 Binary files a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-disabled-TimePicker-with-state-valid-size-l-is12Hour-true-1-firefox-linux.png and b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-disabled-TimePicker-with-state-valid-size-l-is12Hour-true-1-firefox-linux.png differ diff --git a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-disabled-TimePicker-with-state-valid-size-l-is12Hour-true-1-webkit-linux.png b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-disabled-TimePicker-with-state-valid-size-l-is12Hour-true-1-webkit-linux.png index 257d091841..5e4d84f162 100644 Binary files a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-disabled-TimePicker-with-state-valid-size-l-is12Hour-true-1-webkit-linux.png and b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-disabled-TimePicker-with-state-valid-size-l-is12Hour-true-1-webkit-linux.png differ diff --git a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-disabled-TimePicker-with-state-valid-size-m-is12Hour-false-1-chromium-linux.png b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-disabled-TimePicker-with-state-valid-size-m-is12Hour-false-1-chromium-linux.png index 4a65274469..1d9a4ea657 100644 Binary files a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-disabled-TimePicker-with-state-valid-size-m-is12Hour-false-1-chromium-linux.png and b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-disabled-TimePicker-with-state-valid-size-m-is12Hour-false-1-chromium-linux.png differ diff --git a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-disabled-TimePicker-with-state-valid-size-m-is12Hour-false-1-firefox-linux.png b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-disabled-TimePicker-with-state-valid-size-m-is12Hour-false-1-firefox-linux.png index 393900cb29..24ef183110 100644 Binary files a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-disabled-TimePicker-with-state-valid-size-m-is12Hour-false-1-firefox-linux.png and b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-disabled-TimePicker-with-state-valid-size-m-is12Hour-false-1-firefox-linux.png differ diff --git a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-disabled-TimePicker-with-state-valid-size-m-is12Hour-false-1-webkit-linux.png b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-disabled-TimePicker-with-state-valid-size-m-is12Hour-false-1-webkit-linux.png index ee77b52b0d..8448d49ca4 100644 Binary files a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-disabled-TimePicker-with-state-valid-size-m-is12Hour-false-1-webkit-linux.png and b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-disabled-TimePicker-with-state-valid-size-m-is12Hour-false-1-webkit-linux.png differ diff --git a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-hours-and-minutes-listboxes-with-and-without-step-1-chromium-linux.png b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-hours-and-minutes-listboxes-with-and-without-step-1-chromium-linux.png index 4e5f7f3038..b875790559 100644 Binary files a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-hours-and-minutes-listboxes-with-and-without-step-1-chromium-linux.png and b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-hours-and-minutes-listboxes-with-and-without-step-1-chromium-linux.png differ diff --git a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-hours-and-minutes-listboxes-with-and-without-step-1-firefox-linux.png b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-hours-and-minutes-listboxes-with-and-without-step-1-firefox-linux.png index 6e55a565ab..926733fff5 100644 Binary files a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-hours-and-minutes-listboxes-with-and-without-step-1-firefox-linux.png and b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-hours-and-minutes-listboxes-with-and-without-step-1-firefox-linux.png differ diff --git a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-hours-and-minutes-listboxes-with-and-without-step-1-webkit-linux.png b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-hours-and-minutes-listboxes-with-and-without-step-1-webkit-linux.png index 43c06524d3..65f0cce57c 100644 Binary files a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-hours-and-minutes-listboxes-with-and-without-step-1-webkit-linux.png and b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-hours-and-minutes-listboxes-with-and-without-step-1-webkit-linux.png differ diff --git a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-hours-and-minutes-listboxes-with-and-without-step-2-chromium-linux.png b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-hours-and-minutes-listboxes-with-and-without-step-2-chromium-linux.png index 1628975a6b..a4bb95c244 100644 Binary files a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-hours-and-minutes-listboxes-with-and-without-step-2-chromium-linux.png and b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-hours-and-minutes-listboxes-with-and-without-step-2-chromium-linux.png differ diff --git a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-hours-and-minutes-listboxes-with-and-without-step-2-firefox-linux.png b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-hours-and-minutes-listboxes-with-and-without-step-2-firefox-linux.png index 0ba64dd7db..296c1edbe8 100644 Binary files a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-hours-and-minutes-listboxes-with-and-without-step-2-firefox-linux.png and b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-hours-and-minutes-listboxes-with-and-without-step-2-firefox-linux.png differ diff --git a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-hours-and-minutes-listboxes-with-and-without-step-2-webkit-linux.png b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-hours-and-minutes-listboxes-with-and-without-step-2-webkit-linux.png index 55a5a9466f..0bddd69ef4 100644 Binary files a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-hours-and-minutes-listboxes-with-and-without-step-2-webkit-linux.png and b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-hours-and-minutes-listboxes-with-and-without-step-2-webkit-linux.png differ diff --git a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-hours-and-minutes-listboxes-with-and-without-step-3-chromium-linux.png b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-hours-and-minutes-listboxes-with-and-without-step-3-chromium-linux.png index a861826583..b4bf6a256c 100644 Binary files a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-hours-and-minutes-listboxes-with-and-without-step-3-chromium-linux.png and b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-hours-and-minutes-listboxes-with-and-without-step-3-chromium-linux.png differ diff --git a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-hours-and-minutes-listboxes-with-and-without-step-3-firefox-linux.png b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-hours-and-minutes-listboxes-with-and-without-step-3-firefox-linux.png index cf751efae1..bfaf2caa25 100644 Binary files a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-hours-and-minutes-listboxes-with-and-without-step-3-firefox-linux.png and b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-hours-and-minutes-listboxes-with-and-without-step-3-firefox-linux.png differ diff --git a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-hours-and-minutes-listboxes-with-and-without-step-3-webkit-linux.png b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-hours-and-minutes-listboxes-with-and-without-step-3-webkit-linux.png index 28a20ef3bb..e91d47adf8 100644 Binary files a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-hours-and-minutes-listboxes-with-and-without-step-3-webkit-linux.png and b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-hours-and-minutes-listboxes-with-and-without-step-3-webkit-linux.png differ diff --git a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-hours-and-minutes-listboxes-with-and-without-step-4-chromium-linux.png b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-hours-and-minutes-listboxes-with-and-without-step-4-chromium-linux.png index d11acbd47b..632f11b41a 100644 Binary files a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-hours-and-minutes-listboxes-with-and-without-step-4-chromium-linux.png and b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-hours-and-minutes-listboxes-with-and-without-step-4-chromium-linux.png differ diff --git a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-hours-and-minutes-listboxes-with-and-without-step-4-firefox-linux.png b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-hours-and-minutes-listboxes-with-and-without-step-4-firefox-linux.png index 8da3f4b10a..8227ea3d61 100644 Binary files a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-hours-and-minutes-listboxes-with-and-without-step-4-firefox-linux.png and b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-hours-and-minutes-listboxes-with-and-without-step-4-firefox-linux.png differ diff --git a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-hours-and-minutes-listboxes-with-and-without-step-4-webkit-linux.png b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-hours-and-minutes-listboxes-with-and-without-step-4-webkit-linux.png index e7c4a4e44e..06e842122e 100644 Binary files a/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-hours-and-minutes-listboxes-with-and-without-step-4-webkit-linux.png and b/semcore/time-picker/__tests__/time-picker.browser-test.tsx-snapshots/-visual-Verify-hours-and-minutes-listboxes-with-and-without-step-4-webkit-linux.png differ diff --git a/semcore/time-picker/__tests__/ux-patterns-with-date-picker/time-date-picker.browser-test.tsx-snapshots/-visual-Verify-pattern-with-Time-Picker-and-Date-picker-1-chromium-linux.png b/semcore/time-picker/__tests__/ux-patterns-with-date-picker/time-date-picker.browser-test.tsx-snapshots/-visual-Verify-pattern-with-Time-Picker-and-Date-picker-1-chromium-linux.png index e1c1693001..76df111a52 100644 Binary files a/semcore/time-picker/__tests__/ux-patterns-with-date-picker/time-date-picker.browser-test.tsx-snapshots/-visual-Verify-pattern-with-Time-Picker-and-Date-picker-1-chromium-linux.png and b/semcore/time-picker/__tests__/ux-patterns-with-date-picker/time-date-picker.browser-test.tsx-snapshots/-visual-Verify-pattern-with-Time-Picker-and-Date-picker-1-chromium-linux.png differ diff --git a/semcore/time-picker/__tests__/ux-patterns-with-date-picker/time-date-picker.browser-test.tsx-snapshots/-visual-Verify-pattern-with-Time-Picker-and-Date-picker-1-firefox-linux.png b/semcore/time-picker/__tests__/ux-patterns-with-date-picker/time-date-picker.browser-test.tsx-snapshots/-visual-Verify-pattern-with-Time-Picker-and-Date-picker-1-firefox-linux.png index b22498f138..6dbe7d91bf 100644 Binary files a/semcore/time-picker/__tests__/ux-patterns-with-date-picker/time-date-picker.browser-test.tsx-snapshots/-visual-Verify-pattern-with-Time-Picker-and-Date-picker-1-firefox-linux.png and b/semcore/time-picker/__tests__/ux-patterns-with-date-picker/time-date-picker.browser-test.tsx-snapshots/-visual-Verify-pattern-with-Time-Picker-and-Date-picker-1-firefox-linux.png differ diff --git a/semcore/time-picker/__tests__/ux-patterns-with-date-picker/time-date-picker.browser-test.tsx-snapshots/-visual-Verify-pattern-with-Time-Picker-and-Date-picker-1-webkit-linux.png b/semcore/time-picker/__tests__/ux-patterns-with-date-picker/time-date-picker.browser-test.tsx-snapshots/-visual-Verify-pattern-with-Time-Picker-and-Date-picker-1-webkit-linux.png index 3c67be2042..5ca3e42806 100644 Binary files a/semcore/time-picker/__tests__/ux-patterns-with-date-picker/time-date-picker.browser-test.tsx-snapshots/-visual-Verify-pattern-with-Time-Picker-and-Date-picker-1-webkit-linux.png and b/semcore/time-picker/__tests__/ux-patterns-with-date-picker/time-date-picker.browser-test.tsx-snapshots/-visual-Verify-pattern-with-Time-Picker-and-Date-picker-1-webkit-linux.png differ diff --git a/semcore/time-picker/__tests__/ux-patterns-with-date-picker/time-date-picker.browser-test.tsx-snapshots/-visual-Verify-pattern-with-Time-Picker-and-Date-picker-2-chromium-linux.png b/semcore/time-picker/__tests__/ux-patterns-with-date-picker/time-date-picker.browser-test.tsx-snapshots/-visual-Verify-pattern-with-Time-Picker-and-Date-picker-2-chromium-linux.png index 8de3188574..e7b25ae239 100644 Binary files a/semcore/time-picker/__tests__/ux-patterns-with-date-picker/time-date-picker.browser-test.tsx-snapshots/-visual-Verify-pattern-with-Time-Picker-and-Date-picker-2-chromium-linux.png and b/semcore/time-picker/__tests__/ux-patterns-with-date-picker/time-date-picker.browser-test.tsx-snapshots/-visual-Verify-pattern-with-Time-Picker-and-Date-picker-2-chromium-linux.png differ diff --git a/semcore/time-picker/__tests__/ux-patterns-with-date-picker/time-date-picker.browser-test.tsx-snapshots/-visual-Verify-pattern-with-Time-Picker-and-Date-picker-2-firefox-linux.png b/semcore/time-picker/__tests__/ux-patterns-with-date-picker/time-date-picker.browser-test.tsx-snapshots/-visual-Verify-pattern-with-Time-Picker-and-Date-picker-2-firefox-linux.png index a6f0622c32..945e371ba7 100644 Binary files a/semcore/time-picker/__tests__/ux-patterns-with-date-picker/time-date-picker.browser-test.tsx-snapshots/-visual-Verify-pattern-with-Time-Picker-and-Date-picker-2-firefox-linux.png and b/semcore/time-picker/__tests__/ux-patterns-with-date-picker/time-date-picker.browser-test.tsx-snapshots/-visual-Verify-pattern-with-Time-Picker-and-Date-picker-2-firefox-linux.png differ diff --git a/semcore/time-picker/__tests__/ux-patterns-with-date-picker/time-date-picker.browser-test.tsx-snapshots/-visual-Verify-pattern-with-Time-Picker-and-Date-picker-2-webkit-linux.png b/semcore/time-picker/__tests__/ux-patterns-with-date-picker/time-date-picker.browser-test.tsx-snapshots/-visual-Verify-pattern-with-Time-Picker-and-Date-picker-2-webkit-linux.png index 0f19206005..edd5c8a2e7 100644 Binary files a/semcore/time-picker/__tests__/ux-patterns-with-date-picker/time-date-picker.browser-test.tsx-snapshots/-visual-Verify-pattern-with-Time-Picker-and-Date-picker-2-webkit-linux.png and b/semcore/time-picker/__tests__/ux-patterns-with-date-picker/time-date-picker.browser-test.tsx-snapshots/-visual-Verify-pattern-with-Time-Picker-and-Date-picker-2-webkit-linux.png differ diff --git a/semcore/time-picker/src/component/PickerFormat/picker-format.shadow.css b/semcore/time-picker/src/component/PickerFormat/picker-format.shadow.css index 1b4ffb1a7c..db0ff9c51d 100644 --- a/semcore/time-picker/src/component/PickerFormat/picker-format.shadow.css +++ b/semcore/time-picker/src/component/PickerFormat/picker-format.shadow.css @@ -9,53 +9,69 @@ SPickerFormat { line-height: normal; text-decoration: none; align-items: center; - border: 1px solid var(--intergalactic-border-primary, oklch(0.137 0.026 175.7 / 0.161)); - border-radius: 0 var(--intergalactic-control-rounded, 6px) - var(--intergalactic-control-rounded, 6px) 0; + justify-content: center; + border: none; + border-radius: 0 calc(var(--intergalactic-control-rounded, 6px) - 1px) + calc(var(--intergalactic-control-rounded, 6px) - 1px) 0; /* For smooth input and button border alignment */ box-shadow: none; - cursor: pointer; box-sizing: border-box; overflow: visible; user-select: none; touch-action: manipulation; -webkit-tap-highlight-color: transparent; color: var(--intergalactic-text-secondary, oklch(0.088 0.026 147.7 / 0.583)); - background-color: var(--intergalactic-bg-secondary-neutral, oklch(0.98 0.001 180)); + background-color: var(--intergalactic-control-tertiary-neutral, transparent); + + &::before { + content: ''; + position: absolute; + left: 0; + top: 50%; + transform: translateY(-50%); + width: 1px; + background-color: var(--intergalactic-border-primary, oklch(0.137 0.026 175.7 / 0.161)); + transition: height calc(var(--intergalactic-duration-extra-fast, 100) * 1ms) ease-out; /* TODO: Sync with animationin FilterTrigger */ + } &:hover { + cursor: pointer; color: var(--intergalactic-text-secondary, oklch(0.088 0.026 147.7 / 0.583)); - background-color: var(--intergalactic-bg-secondary-neutral-hover, oklch(0.96 0.001 180)); + background-color: var(--intergalactic-control-tertiary-neutral-hover, oklch(0.176 0.033 175.6 / 0.056)); } &:active, &[active] { color: var(--intergalactic-text-secondary, oklch(0.088 0.026 147.7 / 0.583)); - background-color: var(--intergalactic-bg-secondary-neutral-active, oklch(0.94 0.002 180)); + background-color: var(--intergalactic-control-tertiary-neutral-active, oklch(0.176 0.033 175.7 / 0.084)); } } SPickerFormat[size='m'] { - height: var(--intergalactic-form-control-m, 28px); + width: 46px; + height: calc(var(--intergalactic-form-control-m, 32px) - 2px); font-size: var(--intergalactic-fs-200, 14px); - /* disable-tokens-validator */ - margin: 0 -1px 0 0; - & SPickerFormatText { - margin: 0 var(--intergalactic-spacing-2x, 8px); + + &::before { + height: 18px; } } SPickerFormat[size='l'] { - height: var(--intergalactic-form-control-l, 40px); + width: 49px; + height: calc(var(--intergalactic-form-control-l, 44px) - 2px); font-size: var(--intergalactic-fs-300, 16px); - margin: 0 -1px 0 0; - & SPickerFormatText { - margin: 0 var(--intergalactic-spacing-3x, 12px); + + &::before { + height: 28px; } } +SPickerFormat:hover::before, +SPickerFormat:active::before, +SPickerFormat[active]::before { + height: 100%; +} + SPickerFormat[disabled] { opacity: var(--intergalactic-disabled-opacity, 0.4); - cursor: default; - pointer-events: none; - border-color: transparent transparent transparent var(--intergalactic-border-primary, oklch(0.137 0.026 175.7 / 0.161)); -} \ No newline at end of file +} diff --git a/semcore/time-picker/src/component/PickerInput/picker-input.shadow.css b/semcore/time-picker/src/component/PickerInput/picker-input.shadow.css index 6d2ff7be75..eafdb3ceaf 100644 --- a/semcore/time-picker/src/component/PickerInput/picker-input.shadow.css +++ b/semcore/time-picker/src/component/PickerInput/picker-input.shadow.css @@ -1,11 +1,11 @@ SPickerInput[size='m'] { width: 19px; - margin: 0 var(--intergalactic-spacing-2x, 8px); + margin: 0 var(--intergalactic-spacing-content-inset-inline, 12px); padding: 0; } SPickerInput[size='l'] { width: 21px; - margin: 0 var(--intergalactic-spacing-2x, 8px); + margin: 0 var(--intergalactic-spacing-content-inset-inline, 12px); padding: 0; } \ No newline at end of file diff --git a/semcore/time-picker/src/component/TimePicker/time-picker.shadow.css b/semcore/time-picker/src/component/TimePicker/time-picker.shadow.css index e252c8ab60..aa218182b7 100644 --- a/semcore/time-picker/src/component/TimePicker/time-picker.shadow.css +++ b/semcore/time-picker/src/component/TimePicker/time-picker.shadow.css @@ -22,6 +22,7 @@ STimePicker { STimePicker[disabled] { color: var(--intergalactic-text-secondary, oklch(0.088 0.026 147.7 / 0.583)); cursor: default; + pointer-events: none; } STimePickerSeparator { @@ -30,5 +31,4 @@ STimePickerSeparator { STimePickerSeparator[disabled] { opacity: var(--intergalactic-disabled-opacity, 0.4); - pointer-events: none; -} \ No newline at end of file +} diff --git a/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Description-tooltip-Verify-Base-example-1-chromium-linux.png b/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Description-tooltip-Verify-Base-example-1-chromium-linux.png index fa132103b2..43505efdd0 100644 Binary files a/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Description-tooltip-Verify-Base-example-1-chromium-linux.png and b/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Description-tooltip-Verify-Base-example-1-chromium-linux.png differ diff --git a/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Description-tooltip-Verify-Base-example-1-firefox-linux.png b/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Description-tooltip-Verify-Base-example-1-firefox-linux.png index cee5adc0cc..604d5583d4 100644 Binary files a/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Description-tooltip-Verify-Base-example-1-firefox-linux.png and b/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Description-tooltip-Verify-Base-example-1-firefox-linux.png differ diff --git a/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Description-tooltip-Verify-Base-example-1-webkit-linux.png b/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Description-tooltip-Verify-Base-example-1-webkit-linux.png index c8d3e74ad2..bab3bba02a 100644 Binary files a/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Description-tooltip-Verify-Base-example-1-webkit-linux.png and b/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Description-tooltip-Verify-Base-example-1-webkit-linux.png differ diff --git a/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Description-tooltip-Verify-Informer-2-chromium-linux.png b/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Description-tooltip-Verify-Informer-2-chromium-linux.png index b37e8b6fa6..05c18d505f 100644 Binary files a/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Description-tooltip-Verify-Informer-2-chromium-linux.png and b/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Description-tooltip-Verify-Informer-2-chromium-linux.png differ diff --git a/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Description-tooltip-Verify-Informer-2-firefox-linux.png b/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Description-tooltip-Verify-Informer-2-firefox-linux.png index 0b07060747..16244d6cf0 100644 Binary files a/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Description-tooltip-Verify-Informer-2-firefox-linux.png and b/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Description-tooltip-Verify-Informer-2-firefox-linux.png differ diff --git a/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Description-tooltip-Verify-Informer-2-webkit-linux.png b/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Description-tooltip-Verify-Informer-2-webkit-linux.png index ac67f56a25..4c14223d44 100644 Binary files a/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Description-tooltip-Verify-Informer-2-webkit-linux.png and b/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Description-tooltip-Verify-Informer-2-webkit-linux.png differ diff --git a/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Description-tooltip-Verify-Informer-3-chromium-linux.png b/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Description-tooltip-Verify-Informer-3-chromium-linux.png index 7661ccc5fb..e5e10ab78a 100644 Binary files a/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Description-tooltip-Verify-Informer-3-chromium-linux.png and b/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Description-tooltip-Verify-Informer-3-chromium-linux.png differ diff --git a/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Description-tooltip-Verify-Informer-3-firefox-linux.png b/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Description-tooltip-Verify-Informer-3-firefox-linux.png index 2b85b77e59..d264ada7a1 100644 Binary files a/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Description-tooltip-Verify-Informer-3-firefox-linux.png and b/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Description-tooltip-Verify-Informer-3-firefox-linux.png differ diff --git a/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Description-tooltip-Verify-Informer-3-webkit-linux.png b/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Description-tooltip-Verify-Informer-3-webkit-linux.png index 3ccb7639c2..bf3d30417a 100644 Binary files a/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Description-tooltip-Verify-Informer-3-webkit-linux.png and b/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Description-tooltip-Verify-Informer-3-webkit-linux.png differ diff --git a/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Description-tooltip-Verify-theme-default-1-chromium-linux.png b/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Description-tooltip-Verify-theme-default-1-chromium-linux.png index f9fb931627..a543216850 100644 Binary files a/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Description-tooltip-Verify-theme-default-1-chromium-linux.png and b/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Description-tooltip-Verify-theme-default-1-chromium-linux.png differ diff --git a/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Description-tooltip-Verify-theme-default-1-firefox-linux.png b/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Description-tooltip-Verify-theme-default-1-firefox-linux.png index 1f10e49a88..d1643bbbb1 100644 Binary files a/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Description-tooltip-Verify-theme-default-1-firefox-linux.png and b/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Description-tooltip-Verify-theme-default-1-firefox-linux.png differ diff --git a/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Description-tooltip-Verify-theme-default-1-webkit-linux.png b/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Description-tooltip-Verify-theme-default-1-webkit-linux.png index 0e6b00d947..02eedfc7bc 100644 Binary files a/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Description-tooltip-Verify-theme-default-1-webkit-linux.png and b/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Description-tooltip-Verify-theme-default-1-webkit-linux.png differ diff --git a/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Description-tooltip-Verify-theme-invert-1-chromium-linux.png b/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Description-tooltip-Verify-theme-invert-1-chromium-linux.png index 0778aa833b..4850fdc979 100644 Binary files a/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Description-tooltip-Verify-theme-invert-1-chromium-linux.png and b/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Description-tooltip-Verify-theme-invert-1-chromium-linux.png differ diff --git a/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Description-tooltip-Verify-theme-invert-1-firefox-linux.png b/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Description-tooltip-Verify-theme-invert-1-firefox-linux.png index c6bb3c5bbb..b12bee6e4f 100644 Binary files a/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Description-tooltip-Verify-theme-invert-1-firefox-linux.png and b/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Description-tooltip-Verify-theme-invert-1-firefox-linux.png differ diff --git a/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Description-tooltip-Verify-theme-invert-1-webkit-linux.png b/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Description-tooltip-Verify-theme-invert-1-webkit-linux.png index b96f1422a2..7ee418ab02 100644 Binary files a/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Description-tooltip-Verify-theme-invert-1-webkit-linux.png and b/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Description-tooltip-Verify-theme-invert-1-webkit-linux.png differ diff --git a/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Description-tooltip-Verify-theme-warning-1-chromium-linux.png b/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Description-tooltip-Verify-theme-warning-1-chromium-linux.png index 0c170b2db1..8c396edc0b 100644 Binary files a/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Description-tooltip-Verify-theme-warning-1-chromium-linux.png and b/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Description-tooltip-Verify-theme-warning-1-chromium-linux.png differ diff --git a/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Description-tooltip-Verify-theme-warning-1-firefox-linux.png b/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Description-tooltip-Verify-theme-warning-1-firefox-linux.png index 53e519128d..2d5f59bbc7 100644 Binary files a/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Description-tooltip-Verify-theme-warning-1-firefox-linux.png and b/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Description-tooltip-Verify-theme-warning-1-firefox-linux.png differ diff --git a/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Description-tooltip-Verify-theme-warning-1-webkit-linux.png b/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Description-tooltip-Verify-theme-warning-1-webkit-linux.png index 79e52126da..b90fc543c8 100644 Binary files a/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Description-tooltip-Verify-theme-warning-1-webkit-linux.png and b/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Description-tooltip-Verify-theme-warning-1-webkit-linux.png differ diff --git a/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Hint-Verify-theme-default-1-chromium-linux.png b/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Hint-Verify-theme-default-1-chromium-linux.png index 8b1f286ae2..87a32b1a5b 100644 Binary files a/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Hint-Verify-theme-default-1-chromium-linux.png and b/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Hint-Verify-theme-default-1-chromium-linux.png differ diff --git a/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Hint-Verify-theme-default-1-firefox-linux.png b/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Hint-Verify-theme-default-1-firefox-linux.png index 314bffc458..b486d0d057 100644 Binary files a/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Hint-Verify-theme-default-1-firefox-linux.png and b/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Hint-Verify-theme-default-1-firefox-linux.png differ diff --git a/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Hint-Verify-theme-default-1-webkit-linux.png b/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Hint-Verify-theme-default-1-webkit-linux.png index 407c835f29..d3c5f36964 100644 Binary files a/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Hint-Verify-theme-default-1-webkit-linux.png and b/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Hint-Verify-theme-default-1-webkit-linux.png differ diff --git a/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Hint-Verify-theme-invert-1-chromium-linux.png b/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Hint-Verify-theme-invert-1-chromium-linux.png index cdf186d36c..132d4346e3 100644 Binary files a/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Hint-Verify-theme-invert-1-chromium-linux.png and b/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Hint-Verify-theme-invert-1-chromium-linux.png differ diff --git a/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Hint-Verify-theme-invert-1-firefox-linux.png b/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Hint-Verify-theme-invert-1-firefox-linux.png index 20e42120ea..b90d2b3527 100644 Binary files a/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Hint-Verify-theme-invert-1-firefox-linux.png and b/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Hint-Verify-theme-invert-1-firefox-linux.png differ diff --git a/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Hint-Verify-theme-invert-1-webkit-linux.png b/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Hint-Verify-theme-invert-1-webkit-linux.png index d6c60b9126..c4297d8a1c 100644 Binary files a/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Hint-Verify-theme-invert-1-webkit-linux.png and b/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Hint-Verify-theme-invert-1-webkit-linux.png differ diff --git a/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-Base-example-1-chromium-linux.png b/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-Base-example-1-chromium-linux.png index 933849d830..6d391b2126 100644 Binary files a/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-Base-example-1-chromium-linux.png and b/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-Base-example-1-chromium-linux.png differ diff --git a/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-Base-example-1-firefox-linux.png b/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-Base-example-1-firefox-linux.png index 369ea761e5..3e4cc15148 100644 Binary files a/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-Base-example-1-firefox-linux.png and b/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-Base-example-1-firefox-linux.png differ diff --git a/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-Base-example-1-webkit-linux.png b/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-Base-example-1-webkit-linux.png index 27c50aeae0..b86813594d 100644 Binary files a/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-Base-example-1-webkit-linux.png and b/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-Base-example-1-webkit-linux.png differ diff --git a/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-Nested-trigger-1-chromium-linux.png b/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-Nested-trigger-1-chromium-linux.png index 732e0593ac..1c8291ffbc 100644 Binary files a/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-Nested-trigger-1-chromium-linux.png and b/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-Nested-trigger-1-chromium-linux.png differ diff --git a/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-Nested-trigger-1-firefox-linux.png b/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-Nested-trigger-1-firefox-linux.png index 885c52c07b..8bda8d334f 100644 Binary files a/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-Nested-trigger-1-firefox-linux.png and b/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-Nested-trigger-1-firefox-linux.png differ diff --git a/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-Nested-trigger-1-webkit-linux.png b/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-Nested-trigger-1-webkit-linux.png index b071ba0a36..52c7e629c1 100644 Binary files a/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-Nested-trigger-1-webkit-linux.png and b/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-Nested-trigger-1-webkit-linux.png differ diff --git a/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-Singleton-tooltip-shown-by-keyboard-interactions-1-chromium-linux.png b/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-Singleton-tooltip-shown-by-keyboard-interactions-1-chromium-linux.png index 566ad3e328..2e6df1d0ee 100644 Binary files a/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-Singleton-tooltip-shown-by-keyboard-interactions-1-chromium-linux.png and b/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-Singleton-tooltip-shown-by-keyboard-interactions-1-chromium-linux.png differ diff --git a/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-Singleton-tooltip-shown-by-keyboard-interactions-1-firefox-linux.png b/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-Singleton-tooltip-shown-by-keyboard-interactions-1-firefox-linux.png index 6e49266737..305d3e1ffa 100644 Binary files a/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-Singleton-tooltip-shown-by-keyboard-interactions-1-firefox-linux.png and b/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-Singleton-tooltip-shown-by-keyboard-interactions-1-firefox-linux.png differ diff --git a/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-Singleton-tooltip-shown-by-keyboard-interactions-1-webkit-linux.png b/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-Singleton-tooltip-shown-by-keyboard-interactions-1-webkit-linux.png index 2d65bde3e7..917113cb4d 100644 Binary files a/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-Singleton-tooltip-shown-by-keyboard-interactions-1-webkit-linux.png and b/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-Singleton-tooltip-shown-by-keyboard-interactions-1-webkit-linux.png differ diff --git a/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-ignore-portal-stacking-1-chromium-linux.png b/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-ignore-portal-stacking-1-chromium-linux.png index d97e340545..8f311bd1ff 100644 Binary files a/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-ignore-portal-stacking-1-chromium-linux.png and b/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-ignore-portal-stacking-1-chromium-linux.png differ diff --git a/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-ignore-portal-stacking-1-firefox-linux.png b/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-ignore-portal-stacking-1-firefox-linux.png index c43780a664..86c481046d 100644 Binary files a/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-ignore-portal-stacking-1-firefox-linux.png and b/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-ignore-portal-stacking-1-firefox-linux.png differ diff --git a/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-ignore-portal-stacking-1-webkit-linux.png b/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-ignore-portal-stacking-1-webkit-linux.png index ad0772a33c..a738fc7c69 100644 Binary files a/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-ignore-portal-stacking-1-webkit-linux.png and b/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-ignore-portal-stacking-1-webkit-linux.png differ diff --git a/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-ignore-portal-stacking-2-chromium-linux.png b/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-ignore-portal-stacking-2-chromium-linux.png index c5fc81286a..b37acee4b7 100644 Binary files a/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-ignore-portal-stacking-2-chromium-linux.png and b/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-ignore-portal-stacking-2-chromium-linux.png differ diff --git a/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-ignore-portal-stacking-2-firefox-linux.png b/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-ignore-portal-stacking-2-firefox-linux.png index ed47ab2801..1ab61470b7 100644 Binary files a/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-ignore-portal-stacking-2-firefox-linux.png and b/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-ignore-portal-stacking-2-firefox-linux.png differ diff --git a/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-ignore-portal-stacking-2-webkit-linux.png b/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-ignore-portal-stacking-2-webkit-linux.png index 5588f55688..6516678e44 100644 Binary files a/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-ignore-portal-stacking-2-webkit-linux.png and b/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-ignore-portal-stacking-2-webkit-linux.png differ diff --git a/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-placement-bottom-1-chromium-linux.png b/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-placement-bottom-1-chromium-linux.png index 464c713061..6aeb99c388 100644 Binary files a/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-placement-bottom-1-chromium-linux.png and b/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-placement-bottom-1-chromium-linux.png differ diff --git a/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-placement-bottom-1-firefox-linux.png b/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-placement-bottom-1-firefox-linux.png index 6472e98837..31887e3970 100644 Binary files a/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-placement-bottom-1-firefox-linux.png and b/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-placement-bottom-1-firefox-linux.png differ diff --git a/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-placement-bottom-1-webkit-linux.png b/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-placement-bottom-1-webkit-linux.png index b43e0ade5d..d7ec3f8214 100644 Binary files a/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-placement-bottom-1-webkit-linux.png and b/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-placement-bottom-1-webkit-linux.png differ diff --git a/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-placement-right-1-chromium-linux.png b/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-placement-right-1-chromium-linux.png index 7b11378561..ce16a112bf 100644 Binary files a/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-placement-right-1-chromium-linux.png and b/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-placement-right-1-chromium-linux.png differ diff --git a/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-placement-right-1-firefox-linux.png b/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-placement-right-1-firefox-linux.png index beda0802c4..c10994c919 100644 Binary files a/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-placement-right-1-firefox-linux.png and b/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-placement-right-1-firefox-linux.png differ diff --git a/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-placement-right-1-webkit-linux.png b/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-placement-right-1-webkit-linux.png index 0ac3ecd1e9..3e7a3d77be 100644 Binary files a/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-placement-right-1-webkit-linux.png and b/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-placement-right-1-webkit-linux.png differ diff --git a/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-theme-default-1-chromium-linux.png b/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-theme-default-1-chromium-linux.png index 464c713061..6aeb99c388 100644 Binary files a/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-theme-default-1-chromium-linux.png and b/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-theme-default-1-chromium-linux.png differ diff --git a/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-theme-default-1-firefox-linux.png b/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-theme-default-1-firefox-linux.png index 6472e98837..31887e3970 100644 Binary files a/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-theme-default-1-firefox-linux.png and b/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-theme-default-1-firefox-linux.png differ diff --git a/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-theme-default-1-webkit-linux.png b/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-theme-default-1-webkit-linux.png index b43e0ade5d..d7ec3f8214 100644 Binary files a/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-theme-default-1-webkit-linux.png and b/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-theme-default-1-webkit-linux.png differ diff --git a/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-theme-invert-1-chromium-linux.png b/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-theme-invert-1-chromium-linux.png index 79433bc584..641de57225 100644 Binary files a/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-theme-invert-1-chromium-linux.png and b/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-theme-invert-1-chromium-linux.png differ diff --git a/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-theme-invert-1-firefox-linux.png b/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-theme-invert-1-firefox-linux.png index 635cc462d8..cbf620a130 100644 Binary files a/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-theme-invert-1-firefox-linux.png and b/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-theme-invert-1-firefox-linux.png differ diff --git a/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-theme-invert-1-webkit-linux.png b/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-theme-invert-1-webkit-linux.png index 59e890fbf1..39e2ae1503 100644 Binary files a/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-theme-invert-1-webkit-linux.png and b/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-theme-invert-1-webkit-linux.png differ diff --git a/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-theme-warning-1-chromium-linux.png b/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-theme-warning-1-chromium-linux.png index 94de09d783..f731830387 100644 Binary files a/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-theme-warning-1-chromium-linux.png and b/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-theme-warning-1-chromium-linux.png differ diff --git a/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-theme-warning-1-firefox-linux.png b/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-theme-warning-1-firefox-linux.png index 17c495ead7..ee74f70496 100644 Binary files a/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-theme-warning-1-firefox-linux.png and b/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-theme-warning-1-firefox-linux.png differ diff --git a/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-theme-warning-1-webkit-linux.png b/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-theme-warning-1-webkit-linux.png index 46638695fd..36a33b5cbe 100644 Binary files a/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-theme-warning-1-webkit-linux.png and b/semcore/tooltip/__tests__/tooltip.browser-test.tsx-snapshots/-visual-Tooltip-Verify-theme-warning-1-webkit-linux.png differ diff --git a/semcore/tooltip/__tests__/ux-patterns-with-tooltips/summary.browser-test.tsx-snapshots/-visual-Verify-Default-summary-1-chromium-linux.png b/semcore/tooltip/__tests__/ux-patterns-with-tooltips/summary.browser-test.tsx-snapshots/-visual-Verify-Default-summary-1-chromium-linux.png index dfd088257c..b52130cee8 100644 Binary files a/semcore/tooltip/__tests__/ux-patterns-with-tooltips/summary.browser-test.tsx-snapshots/-visual-Verify-Default-summary-1-chromium-linux.png and b/semcore/tooltip/__tests__/ux-patterns-with-tooltips/summary.browser-test.tsx-snapshots/-visual-Verify-Default-summary-1-chromium-linux.png differ diff --git a/semcore/tooltip/__tests__/ux-patterns-with-tooltips/summary.browser-test.tsx-snapshots/-visual-Verify-Default-summary-1-firefox-linux.png b/semcore/tooltip/__tests__/ux-patterns-with-tooltips/summary.browser-test.tsx-snapshots/-visual-Verify-Default-summary-1-firefox-linux.png index 4d11e5538c..15f20e4761 100644 Binary files a/semcore/tooltip/__tests__/ux-patterns-with-tooltips/summary.browser-test.tsx-snapshots/-visual-Verify-Default-summary-1-firefox-linux.png and b/semcore/tooltip/__tests__/ux-patterns-with-tooltips/summary.browser-test.tsx-snapshots/-visual-Verify-Default-summary-1-firefox-linux.png differ diff --git a/semcore/tooltip/__tests__/ux-patterns-with-tooltips/summary.browser-test.tsx-snapshots/-visual-Verify-Default-summary-1-webkit-linux.png b/semcore/tooltip/__tests__/ux-patterns-with-tooltips/summary.browser-test.tsx-snapshots/-visual-Verify-Default-summary-1-webkit-linux.png index 198182a973..852e843b3f 100644 Binary files a/semcore/tooltip/__tests__/ux-patterns-with-tooltips/summary.browser-test.tsx-snapshots/-visual-Verify-Default-summary-1-webkit-linux.png and b/semcore/tooltip/__tests__/ux-patterns-with-tooltips/summary.browser-test.tsx-snapshots/-visual-Verify-Default-summary-1-webkit-linux.png differ diff --git a/semcore/tooltip/__tests__/ux-patterns-with-tooltips/summary.browser-test.tsx-snapshots/-visual-Verify-Default-summary-2-chromium-linux.png b/semcore/tooltip/__tests__/ux-patterns-with-tooltips/summary.browser-test.tsx-snapshots/-visual-Verify-Default-summary-2-chromium-linux.png index 933d56ba4f..1823a3e67d 100644 Binary files a/semcore/tooltip/__tests__/ux-patterns-with-tooltips/summary.browser-test.tsx-snapshots/-visual-Verify-Default-summary-2-chromium-linux.png and b/semcore/tooltip/__tests__/ux-patterns-with-tooltips/summary.browser-test.tsx-snapshots/-visual-Verify-Default-summary-2-chromium-linux.png differ diff --git a/semcore/tooltip/__tests__/ux-patterns-with-tooltips/summary.browser-test.tsx-snapshots/-visual-Verify-Default-summary-2-firefox-linux.png b/semcore/tooltip/__tests__/ux-patterns-with-tooltips/summary.browser-test.tsx-snapshots/-visual-Verify-Default-summary-2-firefox-linux.png index 5a58e5a151..0f30d68adf 100644 Binary files a/semcore/tooltip/__tests__/ux-patterns-with-tooltips/summary.browser-test.tsx-snapshots/-visual-Verify-Default-summary-2-firefox-linux.png and b/semcore/tooltip/__tests__/ux-patterns-with-tooltips/summary.browser-test.tsx-snapshots/-visual-Verify-Default-summary-2-firefox-linux.png differ diff --git a/semcore/tooltip/__tests__/ux-patterns-with-tooltips/summary.browser-test.tsx-snapshots/-visual-Verify-Default-summary-2-webkit-linux.png b/semcore/tooltip/__tests__/ux-patterns-with-tooltips/summary.browser-test.tsx-snapshots/-visual-Verify-Default-summary-2-webkit-linux.png index e07cf67728..6063402460 100644 Binary files a/semcore/tooltip/__tests__/ux-patterns-with-tooltips/summary.browser-test.tsx-snapshots/-visual-Verify-Default-summary-2-webkit-linux.png and b/semcore/tooltip/__tests__/ux-patterns-with-tooltips/summary.browser-test.tsx-snapshots/-visual-Verify-Default-summary-2-webkit-linux.png differ diff --git a/semcore/tooltip/__tests__/ux-patterns-with-tooltips/summary.browser-test.tsx-snapshots/-visual-Verify-Default-summary-3-chromium-linux.png b/semcore/tooltip/__tests__/ux-patterns-with-tooltips/summary.browser-test.tsx-snapshots/-visual-Verify-Default-summary-3-chromium-linux.png index a9c738233c..f0d184931d 100644 Binary files a/semcore/tooltip/__tests__/ux-patterns-with-tooltips/summary.browser-test.tsx-snapshots/-visual-Verify-Default-summary-3-chromium-linux.png and b/semcore/tooltip/__tests__/ux-patterns-with-tooltips/summary.browser-test.tsx-snapshots/-visual-Verify-Default-summary-3-chromium-linux.png differ diff --git a/semcore/tooltip/__tests__/ux-patterns-with-tooltips/summary.browser-test.tsx-snapshots/-visual-Verify-Default-summary-3-firefox-linux.png b/semcore/tooltip/__tests__/ux-patterns-with-tooltips/summary.browser-test.tsx-snapshots/-visual-Verify-Default-summary-3-firefox-linux.png index fa35e71e6e..671e52bbd4 100644 Binary files a/semcore/tooltip/__tests__/ux-patterns-with-tooltips/summary.browser-test.tsx-snapshots/-visual-Verify-Default-summary-3-firefox-linux.png and b/semcore/tooltip/__tests__/ux-patterns-with-tooltips/summary.browser-test.tsx-snapshots/-visual-Verify-Default-summary-3-firefox-linux.png differ diff --git a/semcore/tooltip/__tests__/ux-patterns-with-tooltips/summary.browser-test.tsx-snapshots/-visual-Verify-Default-summary-3-webkit-linux.png b/semcore/tooltip/__tests__/ux-patterns-with-tooltips/summary.browser-test.tsx-snapshots/-visual-Verify-Default-summary-3-webkit-linux.png index b55c8dea88..0faf4c7e79 100644 Binary files a/semcore/tooltip/__tests__/ux-patterns-with-tooltips/summary.browser-test.tsx-snapshots/-visual-Verify-Default-summary-3-webkit-linux.png and b/semcore/tooltip/__tests__/ux-patterns-with-tooltips/summary.browser-test.tsx-snapshots/-visual-Verify-Default-summary-3-webkit-linux.png differ diff --git a/semcore/tooltip/__tests__/ux-patterns-with-tooltips/summary.browser-test.tsx-snapshots/-visual-Verify-Summary-with-error-1-chromium-linux.png b/semcore/tooltip/__tests__/ux-patterns-with-tooltips/summary.browser-test.tsx-snapshots/-visual-Verify-Summary-with-error-1-chromium-linux.png index 709d40fab2..d8f0aad351 100644 Binary files a/semcore/tooltip/__tests__/ux-patterns-with-tooltips/summary.browser-test.tsx-snapshots/-visual-Verify-Summary-with-error-1-chromium-linux.png and b/semcore/tooltip/__tests__/ux-patterns-with-tooltips/summary.browser-test.tsx-snapshots/-visual-Verify-Summary-with-error-1-chromium-linux.png differ diff --git a/semcore/tooltip/__tests__/ux-patterns-with-tooltips/summary.browser-test.tsx-snapshots/-visual-Verify-Summary-with-error-1-firefox-linux.png b/semcore/tooltip/__tests__/ux-patterns-with-tooltips/summary.browser-test.tsx-snapshots/-visual-Verify-Summary-with-error-1-firefox-linux.png index 21ba72e280..519ecf34f6 100644 Binary files a/semcore/tooltip/__tests__/ux-patterns-with-tooltips/summary.browser-test.tsx-snapshots/-visual-Verify-Summary-with-error-1-firefox-linux.png and b/semcore/tooltip/__tests__/ux-patterns-with-tooltips/summary.browser-test.tsx-snapshots/-visual-Verify-Summary-with-error-1-firefox-linux.png differ diff --git a/semcore/tooltip/__tests__/ux-patterns-with-tooltips/summary.browser-test.tsx-snapshots/-visual-Verify-Summary-with-error-1-webkit-linux.png b/semcore/tooltip/__tests__/ux-patterns-with-tooltips/summary.browser-test.tsx-snapshots/-visual-Verify-Summary-with-error-1-webkit-linux.png index 58d94d4bd9..8e665ccecd 100644 Binary files a/semcore/tooltip/__tests__/ux-patterns-with-tooltips/summary.browser-test.tsx-snapshots/-visual-Verify-Summary-with-error-1-webkit-linux.png and b/semcore/tooltip/__tests__/ux-patterns-with-tooltips/summary.browser-test.tsx-snapshots/-visual-Verify-Summary-with-error-1-webkit-linux.png differ diff --git a/semcore/tooltip/__tests__/ux-patterns-with-tooltips/summary.browser-test.tsx-snapshots/-visual-Verify-Summary-with-error-2-chromium-linux.png b/semcore/tooltip/__tests__/ux-patterns-with-tooltips/summary.browser-test.tsx-snapshots/-visual-Verify-Summary-with-error-2-chromium-linux.png index 5adf486a20..650a0c6ba4 100644 Binary files a/semcore/tooltip/__tests__/ux-patterns-with-tooltips/summary.browser-test.tsx-snapshots/-visual-Verify-Summary-with-error-2-chromium-linux.png and b/semcore/tooltip/__tests__/ux-patterns-with-tooltips/summary.browser-test.tsx-snapshots/-visual-Verify-Summary-with-error-2-chromium-linux.png differ diff --git a/semcore/tooltip/__tests__/ux-patterns-with-tooltips/summary.browser-test.tsx-snapshots/-visual-Verify-Summary-with-error-2-firefox-linux.png b/semcore/tooltip/__tests__/ux-patterns-with-tooltips/summary.browser-test.tsx-snapshots/-visual-Verify-Summary-with-error-2-firefox-linux.png index ac1fe13350..1b9a39fc26 100644 Binary files a/semcore/tooltip/__tests__/ux-patterns-with-tooltips/summary.browser-test.tsx-snapshots/-visual-Verify-Summary-with-error-2-firefox-linux.png and b/semcore/tooltip/__tests__/ux-patterns-with-tooltips/summary.browser-test.tsx-snapshots/-visual-Verify-Summary-with-error-2-firefox-linux.png differ diff --git a/semcore/tooltip/__tests__/ux-patterns-with-tooltips/summary.browser-test.tsx-snapshots/-visual-Verify-Summary-with-error-2-webkit-linux.png b/semcore/tooltip/__tests__/ux-patterns-with-tooltips/summary.browser-test.tsx-snapshots/-visual-Verify-Summary-with-error-2-webkit-linux.png index a6e3b0f708..d15aa2fac8 100644 Binary files a/semcore/tooltip/__tests__/ux-patterns-with-tooltips/summary.browser-test.tsx-snapshots/-visual-Verify-Summary-with-error-2-webkit-linux.png and b/semcore/tooltip/__tests__/ux-patterns-with-tooltips/summary.browser-test.tsx-snapshots/-visual-Verify-Summary-with-error-2-webkit-linux.png differ diff --git a/semcore/tooltip/__tests__/ux-patterns-with-tooltips/summary.browser-test.tsx-snapshots/-visual-Verify-Summary-with-minitrends-1-chromium-linux.png b/semcore/tooltip/__tests__/ux-patterns-with-tooltips/summary.browser-test.tsx-snapshots/-visual-Verify-Summary-with-minitrends-1-chromium-linux.png index 1c10fb8d4e..28cad9acc3 100644 Binary files a/semcore/tooltip/__tests__/ux-patterns-with-tooltips/summary.browser-test.tsx-snapshots/-visual-Verify-Summary-with-minitrends-1-chromium-linux.png and b/semcore/tooltip/__tests__/ux-patterns-with-tooltips/summary.browser-test.tsx-snapshots/-visual-Verify-Summary-with-minitrends-1-chromium-linux.png differ diff --git a/semcore/tooltip/__tests__/ux-patterns-with-tooltips/summary.browser-test.tsx-snapshots/-visual-Verify-Summary-with-minitrends-1-firefox-linux.png b/semcore/tooltip/__tests__/ux-patterns-with-tooltips/summary.browser-test.tsx-snapshots/-visual-Verify-Summary-with-minitrends-1-firefox-linux.png index 073d98d0ee..b79c2f05ed 100644 Binary files a/semcore/tooltip/__tests__/ux-patterns-with-tooltips/summary.browser-test.tsx-snapshots/-visual-Verify-Summary-with-minitrends-1-firefox-linux.png and b/semcore/tooltip/__tests__/ux-patterns-with-tooltips/summary.browser-test.tsx-snapshots/-visual-Verify-Summary-with-minitrends-1-firefox-linux.png differ diff --git a/semcore/tooltip/__tests__/ux-patterns-with-tooltips/summary.browser-test.tsx-snapshots/-visual-Verify-Summary-with-minitrends-1-webkit-linux.png b/semcore/tooltip/__tests__/ux-patterns-with-tooltips/summary.browser-test.tsx-snapshots/-visual-Verify-Summary-with-minitrends-1-webkit-linux.png index 55330eb50a..b0c721808a 100644 Binary files a/semcore/tooltip/__tests__/ux-patterns-with-tooltips/summary.browser-test.tsx-snapshots/-visual-Verify-Summary-with-minitrends-1-webkit-linux.png and b/semcore/tooltip/__tests__/ux-patterns-with-tooltips/summary.browser-test.tsx-snapshots/-visual-Verify-Summary-with-minitrends-1-webkit-linux.png differ diff --git a/semcore/tooltip/__tests__/ux-patterns-with-tooltips/summary.browser-test.tsx-snapshots/-visual-Verify-Summary-with-minitrends-2-chromium-linux.png b/semcore/tooltip/__tests__/ux-patterns-with-tooltips/summary.browser-test.tsx-snapshots/-visual-Verify-Summary-with-minitrends-2-chromium-linux.png index 972856655a..554b5e4032 100644 Binary files a/semcore/tooltip/__tests__/ux-patterns-with-tooltips/summary.browser-test.tsx-snapshots/-visual-Verify-Summary-with-minitrends-2-chromium-linux.png and b/semcore/tooltip/__tests__/ux-patterns-with-tooltips/summary.browser-test.tsx-snapshots/-visual-Verify-Summary-with-minitrends-2-chromium-linux.png differ diff --git a/semcore/tooltip/__tests__/ux-patterns-with-tooltips/summary.browser-test.tsx-snapshots/-visual-Verify-Summary-with-minitrends-2-webkit-linux.png b/semcore/tooltip/__tests__/ux-patterns-with-tooltips/summary.browser-test.tsx-snapshots/-visual-Verify-Summary-with-minitrends-2-webkit-linux.png index 261ff065ac..8cd550340c 100644 Binary files a/semcore/tooltip/__tests__/ux-patterns-with-tooltips/summary.browser-test.tsx-snapshots/-visual-Verify-Summary-with-minitrends-2-webkit-linux.png and b/semcore/tooltip/__tests__/ux-patterns-with-tooltips/summary.browser-test.tsx-snapshots/-visual-Verify-Summary-with-minitrends-2-webkit-linux.png differ diff --git a/semcore/tooltip/src/style/tooltip.shadow.css b/semcore/tooltip/src/style/tooltip.shadow.css index 83e233902a..6a2e50be7c 100644 --- a/semcore/tooltip/src/style/tooltip.shadow.css +++ b/semcore/tooltip/src/style/tooltip.shadow.css @@ -3,7 +3,7 @@ STooltip { padding: var(--intergalactic-spacing-3x, 12px); border-radius: var(--intergalactic-popper-rounded, 6px); box-sizing: border-box; - color: var(--intergalactic-text-primary, oklch(0.1 0.03 137 / 0.899)); + color: var(--intergalactic-text-primary, oklch(0.1 0.03 137 / 0.899)); /* TODO: --intergalactic-tooltip-text */ font-size: var(--intergalactic-fs-200, 14px); line-height: var(--intergalactic-lh-200, 142%); word-wrap: break-word; @@ -15,18 +15,18 @@ STooltip { /* stylelint-disable-next-line no-duplicate-selectors */ STooltip { - background-color: var(--intergalactic-tooltip-default, oklch(1 0 0)); + background-color: var(--intergalactic-tooltip-default, oklch(1 0 0)); /* TODO: --intergalactic-tooltip-bg-default */ border: 1px solid var(--intergalactic-border-secondary, oklch(0.176 0.033 175.7 / 0.07)); } STooltip[theme='invert'] { - color: var(--intergalactic-text-primary-invert, oklch(0.999 0.001 180 / 0.949)); - background-color: var(--intergalactic-tooltip-invert, oklch(0.23 0.01 140)); - border: 1px solid var(--intergalactic-border-tooltip-invert, oklch(0.995 0.008 145.9 / 0.369)); + color: var(--intergalactic-text-primary-invert, oklch(0.999 0.001 180 / 0.949)); /* TODO: --intergalactic-tooltip-text-invert */ + background-color: var(--intergalactic-tooltip-invert, oklch(0.23 0.01 140)); /* TODO: --intergalactic-tooltip-bg-invert */ + border: 1px solid var(--intergalactic-border-tooltip-invert, oklch(0.995 0.008 145.9 / 0.369)); /* TODO: --intergalactic-tooltip-border-invert */ } STooltip[theme='warning'] { - background-color: var(--intergalactic-tooltip-warning, oklch(0.958 0.029 5.7)); + background-color: var(--intergalactic-tooltip-warning, oklch(0.958 0.029 5.7)); /* TODO: --intergalactic-tooltip-bg-warning */ border: 1px solid var(--intergalactic-border-critical-active, oklch(0.7 0.21 23)); } @@ -47,15 +47,15 @@ SArrow { /* stylelint-disable-next-line no-duplicate-selectors */ &:before { - border-color: var(--intergalactic-tooltip-default, oklch(1 0 0)); + border-color: var(--intergalactic-tooltip-default, oklch(1 0 0)); /* TODO: --intergalactic-tooltip-bg-default */ } } SArrow[theme='invert'] { - border-color: var(--intergalactic-border-tooltip-invert, oklch(0.995 0.008 145.9 / 0.369)); + border-color: var(--intergalactic-border-tooltip-invert, oklch(0.995 0.008 145.9 / 0.369)); /* TODO: --intergalactic-tooltip-border-invert */ &::before { - border-color: var(--intergalactic-tooltip-invert, oklch(0.23 0.01 140)); + border-color: var(--intergalactic-tooltip-invert, oklch(0.23 0.01 140)); /* TODO: --intergalactic-tooltip-bg-invert */ } } @@ -63,7 +63,7 @@ SArrow[theme='warning'] { border-color: var(--intergalactic-border-critical-active, oklch(0.7 0.21 23)); &::before { - border-color: var(--intergalactic-tooltip-warning, oklch(0.958 0.029 5.7)); + border-color: var(--intergalactic-tooltip-warning, oklch(0.958 0.029 5.7)); /* TODO: --intergalactic-tooltip-bg-warning */ } } diff --git a/semcore/typography/__tests__/typography.browser-test.tsx-snapshots/-visual-Verify-Native-typography-tags-with-formatTags-true-1-chromium-linux.png b/semcore/typography/__tests__/typography.browser-test.tsx-snapshots/-visual-Verify-Native-typography-tags-with-formatTags-true-1-chromium-linux.png index d07f2cd9e4..c2d2b76a26 100644 Binary files a/semcore/typography/__tests__/typography.browser-test.tsx-snapshots/-visual-Verify-Native-typography-tags-with-formatTags-true-1-chromium-linux.png and b/semcore/typography/__tests__/typography.browser-test.tsx-snapshots/-visual-Verify-Native-typography-tags-with-formatTags-true-1-chromium-linux.png differ diff --git a/semcore/typography/__tests__/typography.browser-test.tsx-snapshots/-visual-Verify-Native-typography-tags-with-formatTags-true-1-firefox-linux.png b/semcore/typography/__tests__/typography.browser-test.tsx-snapshots/-visual-Verify-Native-typography-tags-with-formatTags-true-1-firefox-linux.png index f02b069d99..a441edc12f 100644 Binary files a/semcore/typography/__tests__/typography.browser-test.tsx-snapshots/-visual-Verify-Native-typography-tags-with-formatTags-true-1-firefox-linux.png and b/semcore/typography/__tests__/typography.browser-test.tsx-snapshots/-visual-Verify-Native-typography-tags-with-formatTags-true-1-firefox-linux.png differ diff --git a/semcore/typography/__tests__/typography.browser-test.tsx-snapshots/-visual-Verify-Native-typography-tags-with-formatTags-true-1-webkit-linux.png b/semcore/typography/__tests__/typography.browser-test.tsx-snapshots/-visual-Verify-Native-typography-tags-with-formatTags-true-1-webkit-linux.png index e159bfc619..5c2f328b6c 100644 Binary files a/semcore/typography/__tests__/typography.browser-test.tsx-snapshots/-visual-Verify-Native-typography-tags-with-formatTags-true-1-webkit-linux.png and b/semcore/typography/__tests__/typography.browser-test.tsx-snapshots/-visual-Verify-Native-typography-tags-with-formatTags-true-1-webkit-linux.png differ diff --git a/semcore/typography/src/style/text.shadow.css b/semcore/typography/src/style/text.shadow.css index 83b321bfcf..7eaabae773 100644 --- a/semcore/typography/src/style/text.shadow.css +++ b/semcore/typography/src/style/text.shadow.css @@ -22,7 +22,7 @@ SText { background: none; outline: none; text-decoration: none; - color: var(--intergalactic-text-link, oklch(0.53 0.21 263)); + color: var(--intergalactic-text-link, oklch(0.1 0.03 137 / 0.899)); /* TODO: --intergalactic-text-link-primary */ border-bottom-width: 1px; border-bottom-style: solid; border-color: transparent; @@ -31,8 +31,8 @@ SText { &:hover { outline: none; text-decoration: none; - color: var(--intergalactic-text-link-hover-active, oklch(0.51 0.202 263)); - border-color: var(--intergalactic-text-link-hover-active, oklch(0.51 0.202 263)); + color: var(--intergalactic-text-link-hover-active, oklch(0.1 0.03 137 / 0.899)); /* TODO: --intergalactic-text-link-primary-hover-active */ + border-color: var(--intergalactic-text-link-hover-active, oklch(0.1 0.03 137 / 0.899)); /* TODO: --intergalactic-text-link-primary-hover-active */ } &:focus { diff --git a/semcore/widget-empty/__tests__/widget-empty.browser-test.tsx-snapshots/-visual-Verify-WidgetEmpty-with-actions-1-chromium-linux.png b/semcore/widget-empty/__tests__/widget-empty.browser-test.tsx-snapshots/-visual-Verify-WidgetEmpty-with-actions-1-chromium-linux.png index 5a1681129b..f699214fbe 100644 Binary files a/semcore/widget-empty/__tests__/widget-empty.browser-test.tsx-snapshots/-visual-Verify-WidgetEmpty-with-actions-1-chromium-linux.png and b/semcore/widget-empty/__tests__/widget-empty.browser-test.tsx-snapshots/-visual-Verify-WidgetEmpty-with-actions-1-chromium-linux.png differ diff --git a/semcore/widget-empty/__tests__/widget-empty.browser-test.tsx-snapshots/-visual-Verify-WidgetEmpty-with-actions-1-firefox-linux.png b/semcore/widget-empty/__tests__/widget-empty.browser-test.tsx-snapshots/-visual-Verify-WidgetEmpty-with-actions-1-firefox-linux.png index 904ad03743..474f3a309d 100644 Binary files a/semcore/widget-empty/__tests__/widget-empty.browser-test.tsx-snapshots/-visual-Verify-WidgetEmpty-with-actions-1-firefox-linux.png and b/semcore/widget-empty/__tests__/widget-empty.browser-test.tsx-snapshots/-visual-Verify-WidgetEmpty-with-actions-1-firefox-linux.png differ diff --git a/semcore/widget-empty/__tests__/widget-empty.browser-test.tsx-snapshots/-visual-Verify-WidgetEmpty-with-actions-1-webkit-linux.png b/semcore/widget-empty/__tests__/widget-empty.browser-test.tsx-snapshots/-visual-Verify-WidgetEmpty-with-actions-1-webkit-linux.png index 10517c42ea..829d7c73e6 100644 Binary files a/semcore/widget-empty/__tests__/widget-empty.browser-test.tsx-snapshots/-visual-Verify-WidgetEmpty-with-actions-1-webkit-linux.png and b/semcore/widget-empty/__tests__/widget-empty.browser-test.tsx-snapshots/-visual-Verify-WidgetEmpty-with-actions-1-webkit-linux.png differ diff --git a/semcore/widget-empty/__tests__/widget-empty.browser-test.tsx-snapshots/-visual-Verify-WidgetError-with-i18n-1-chromium-linux.png b/semcore/widget-empty/__tests__/widget-empty.browser-test.tsx-snapshots/-visual-Verify-WidgetError-with-i18n-1-chromium-linux.png index 6122ccb8a8..475988d8ba 100644 Binary files a/semcore/widget-empty/__tests__/widget-empty.browser-test.tsx-snapshots/-visual-Verify-WidgetError-with-i18n-1-chromium-linux.png and b/semcore/widget-empty/__tests__/widget-empty.browser-test.tsx-snapshots/-visual-Verify-WidgetError-with-i18n-1-chromium-linux.png differ diff --git a/semcore/widget-empty/__tests__/widget-empty.browser-test.tsx-snapshots/-visual-Verify-WidgetError-with-i18n-1-firefox-linux.png b/semcore/widget-empty/__tests__/widget-empty.browser-test.tsx-snapshots/-visual-Verify-WidgetError-with-i18n-1-firefox-linux.png index bfbaf603bb..706ef9bdb4 100644 Binary files a/semcore/widget-empty/__tests__/widget-empty.browser-test.tsx-snapshots/-visual-Verify-WidgetError-with-i18n-1-firefox-linux.png and b/semcore/widget-empty/__tests__/widget-empty.browser-test.tsx-snapshots/-visual-Verify-WidgetError-with-i18n-1-firefox-linux.png differ diff --git a/semcore/widget-empty/__tests__/widget-empty.browser-test.tsx-snapshots/-visual-Verify-WidgetError-with-i18n-1-webkit-linux.png b/semcore/widget-empty/__tests__/widget-empty.browser-test.tsx-snapshots/-visual-Verify-WidgetError-with-i18n-1-webkit-linux.png index 90820c3150..acdbf71389 100644 Binary files a/semcore/widget-empty/__tests__/widget-empty.browser-test.tsx-snapshots/-visual-Verify-WidgetError-with-i18n-1-webkit-linux.png and b/semcore/widget-empty/__tests__/widget-empty.browser-test.tsx-snapshots/-visual-Verify-WidgetError-with-i18n-1-webkit-linux.png differ diff --git a/semcore/widget-empty/__tests__/widget-empty.browser-test.tsx-snapshots/-visual-Verify-WidgetNoData-with-i18n-1-chromium-linux.png b/semcore/widget-empty/__tests__/widget-empty.browser-test.tsx-snapshots/-visual-Verify-WidgetNoData-with-i18n-1-chromium-linux.png index 5aaa791a5e..ed2cb29728 100644 Binary files a/semcore/widget-empty/__tests__/widget-empty.browser-test.tsx-snapshots/-visual-Verify-WidgetNoData-with-i18n-1-chromium-linux.png and b/semcore/widget-empty/__tests__/widget-empty.browser-test.tsx-snapshots/-visual-Verify-WidgetNoData-with-i18n-1-chromium-linux.png differ diff --git a/semcore/widget-empty/__tests__/widget-empty.browser-test.tsx-snapshots/-visual-Verify-WidgetNoData-with-i18n-1-firefox-linux.png b/semcore/widget-empty/__tests__/widget-empty.browser-test.tsx-snapshots/-visual-Verify-WidgetNoData-with-i18n-1-firefox-linux.png index bbc8d76797..452e29a6fe 100644 Binary files a/semcore/widget-empty/__tests__/widget-empty.browser-test.tsx-snapshots/-visual-Verify-WidgetNoData-with-i18n-1-firefox-linux.png and b/semcore/widget-empty/__tests__/widget-empty.browser-test.tsx-snapshots/-visual-Verify-WidgetNoData-with-i18n-1-firefox-linux.png differ diff --git a/semcore/widget-empty/__tests__/widget-empty.browser-test.tsx-snapshots/-visual-Verify-WidgetNoData-with-i18n-1-webkit-linux.png b/semcore/widget-empty/__tests__/widget-empty.browser-test.tsx-snapshots/-visual-Verify-WidgetNoData-with-i18n-1-webkit-linux.png index 9bdaefb6a6..050c52149a 100644 Binary files a/semcore/widget-empty/__tests__/widget-empty.browser-test.tsx-snapshots/-visual-Verify-WidgetNoData-with-i18n-1-webkit-linux.png and b/semcore/widget-empty/__tests__/widget-empty.browser-test.tsx-snapshots/-visual-Verify-WidgetNoData-with-i18n-1-webkit-linux.png differ diff --git a/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Steps-on-hover-and-focus---small-state-1-chromium-linux.png b/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Steps-on-hover-and-focus---small-state-1-chromium-linux.png index 7cd05b72d1..09932b73f9 100644 Binary files a/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Steps-on-hover-and-focus---small-state-1-chromium-linux.png and b/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Steps-on-hover-and-focus---small-state-1-chromium-linux.png differ diff --git a/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Steps-on-hover-and-focus---small-state-1-firefox-linux.png b/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Steps-on-hover-and-focus---small-state-1-firefox-linux.png index 020705e414..ca13da1704 100644 Binary files a/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Steps-on-hover-and-focus---small-state-1-firefox-linux.png and b/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Steps-on-hover-and-focus---small-state-1-firefox-linux.png differ diff --git a/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Steps-on-hover-and-focus---small-state-1-webkit-linux.png b/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Steps-on-hover-and-focus---small-state-1-webkit-linux.png index 9e2d373be4..164e032eb9 100644 Binary files a/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Steps-on-hover-and-focus---small-state-1-webkit-linux.png and b/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Steps-on-hover-and-focus---small-state-1-webkit-linux.png differ diff --git a/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Steps-on-hover-and-focus---small-state-2-chromium-linux.png b/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Steps-on-hover-and-focus---small-state-2-chromium-linux.png index 03db8fb99b..31e7d1f9e0 100644 Binary files a/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Steps-on-hover-and-focus---small-state-2-chromium-linux.png and b/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Steps-on-hover-and-focus---small-state-2-chromium-linux.png differ diff --git a/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Steps-on-hover-and-focus---small-state-2-firefox-linux.png b/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Steps-on-hover-and-focus---small-state-2-firefox-linux.png index 020705e414..ca13da1704 100644 Binary files a/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Steps-on-hover-and-focus---small-state-2-firefox-linux.png and b/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Steps-on-hover-and-focus---small-state-2-firefox-linux.png differ diff --git a/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Steps-on-hover-and-focus---small-state-2-webkit-linux.png b/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Steps-on-hover-and-focus---small-state-2-webkit-linux.png index 2b575ee819..0c64dd6b83 100644 Binary files a/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Steps-on-hover-and-focus---small-state-2-webkit-linux.png and b/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Steps-on-hover-and-focus---small-state-2-webkit-linux.png differ diff --git a/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Steps-on-hover-and-focus---small-state-3-chromium-linux.png b/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Steps-on-hover-and-focus---small-state-3-chromium-linux.png index dca3eeabb2..0368db0e3b 100644 Binary files a/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Steps-on-hover-and-focus---small-state-3-chromium-linux.png and b/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Steps-on-hover-and-focus---small-state-3-chromium-linux.png differ diff --git a/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Steps-on-hover-and-focus---small-state-3-firefox-linux.png b/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Steps-on-hover-and-focus---small-state-3-firefox-linux.png index 020705e414..ca13da1704 100644 Binary files a/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Steps-on-hover-and-focus---small-state-3-firefox-linux.png and b/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Steps-on-hover-and-focus---small-state-3-firefox-linux.png differ diff --git a/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Steps-on-hover-and-focus---small-state-3-webkit-linux.png b/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Steps-on-hover-and-focus---small-state-3-webkit-linux.png index 542b00d553..647136c432 100644 Binary files a/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Steps-on-hover-and-focus---small-state-3-webkit-linux.png and b/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Steps-on-hover-and-focus---small-state-3-webkit-linux.png differ diff --git a/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Steps-on-hover-and-focus---small-state-4-chromium-linux.png b/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Steps-on-hover-and-focus---small-state-4-chromium-linux.png index 94e950de71..c8ed903ff7 100644 Binary files a/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Steps-on-hover-and-focus---small-state-4-chromium-linux.png and b/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Steps-on-hover-and-focus---small-state-4-chromium-linux.png differ diff --git a/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Steps-on-hover-and-focus---small-state-4-firefox-linux.png b/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Steps-on-hover-and-focus---small-state-4-firefox-linux.png index 020705e414..ca13da1704 100644 Binary files a/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Steps-on-hover-and-focus---small-state-4-firefox-linux.png and b/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Steps-on-hover-and-focus---small-state-4-firefox-linux.png differ diff --git a/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Steps-on-hover-and-focus---small-state-4-webkit-linux.png b/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Steps-on-hover-and-focus---small-state-4-webkit-linux.png index 66de11d032..affc0057e8 100644 Binary files a/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Steps-on-hover-and-focus---small-state-4-webkit-linux.png and b/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Steps-on-hover-and-focus---small-state-4-webkit-linux.png differ diff --git a/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Steps-on-hover-and-focus---small-state-5-chromium-linux.png b/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Steps-on-hover-and-focus---small-state-5-chromium-linux.png index 225e4f66b7..d54a46054e 100644 Binary files a/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Steps-on-hover-and-focus---small-state-5-chromium-linux.png and b/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Steps-on-hover-and-focus---small-state-5-chromium-linux.png differ diff --git a/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Steps-on-hover-and-focus---small-state-5-firefox-linux.png b/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Steps-on-hover-and-focus---small-state-5-firefox-linux.png index 7a5b240acd..a8e891d328 100644 Binary files a/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Steps-on-hover-and-focus---small-state-5-firefox-linux.png and b/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Steps-on-hover-and-focus---small-state-5-firefox-linux.png differ diff --git a/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Steps-on-hover-and-focus---small-state-5-webkit-linux.png b/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Steps-on-hover-and-focus---small-state-5-webkit-linux.png index 44a1774639..6a587d50c8 100644 Binary files a/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Steps-on-hover-and-focus---small-state-5-webkit-linux.png and b/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Steps-on-hover-and-focus---small-state-5-webkit-linux.png differ diff --git a/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Steps-on-hover-and-focus---small-state-6-chromium-linux.png b/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Steps-on-hover-and-focus---small-state-6-chromium-linux.png index 67e3f5370b..3bb9720824 100644 Binary files a/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Steps-on-hover-and-focus---small-state-6-chromium-linux.png and b/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Steps-on-hover-and-focus---small-state-6-chromium-linux.png differ diff --git a/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Steps-on-hover-and-focus---small-state-6-firefox-linux.png b/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Steps-on-hover-and-focus---small-state-6-firefox-linux.png index 18d8e818d9..9d35ab62eb 100644 Binary files a/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Steps-on-hover-and-focus---small-state-6-firefox-linux.png and b/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Steps-on-hover-and-focus---small-state-6-firefox-linux.png differ diff --git a/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Steps-on-hover-and-focus---small-state-6-webkit-linux.png b/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Steps-on-hover-and-focus---small-state-6-webkit-linux.png index bd821ad685..4ff72d25f6 100644 Binary files a/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Steps-on-hover-and-focus---small-state-6-webkit-linux.png and b/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Steps-on-hover-and-focus---small-state-6-webkit-linux.png differ diff --git a/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Steps-on-hover-and-focus---small-state-7-chromium-linux.png b/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Steps-on-hover-and-focus---small-state-7-chromium-linux.png index 370dbd20fe..381917bf64 100644 Binary files a/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Steps-on-hover-and-focus---small-state-7-chromium-linux.png and b/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Steps-on-hover-and-focus---small-state-7-chromium-linux.png differ diff --git a/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Steps-on-hover-and-focus---small-state-7-firefox-linux.png b/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Steps-on-hover-and-focus---small-state-7-firefox-linux.png index bb9730ff1e..f09ded5b14 100644 Binary files a/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Steps-on-hover-and-focus---small-state-7-firefox-linux.png and b/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Steps-on-hover-and-focus---small-state-7-firefox-linux.png differ diff --git a/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Steps-on-hover-and-focus---small-state-7-webkit-linux.png b/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Steps-on-hover-and-focus---small-state-7-webkit-linux.png index 606ced9258..7a938e0075 100644 Binary files a/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Steps-on-hover-and-focus---small-state-7-webkit-linux.png and b/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Steps-on-hover-and-focus---small-state-7-webkit-linux.png differ diff --git a/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Steps-on-hover-and-focus---small-state-8-chromium-linux.png b/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Steps-on-hover-and-focus---small-state-8-chromium-linux.png index 5fb47ac091..82c46d6f53 100644 Binary files a/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Steps-on-hover-and-focus---small-state-8-chromium-linux.png and b/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Steps-on-hover-and-focus---small-state-8-chromium-linux.png differ diff --git a/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Steps-on-hover-and-focus---small-state-8-firefox-linux.png b/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Steps-on-hover-and-focus---small-state-8-firefox-linux.png index 3cb7de7faf..33b070cfc2 100644 Binary files a/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Steps-on-hover-and-focus---small-state-8-firefox-linux.png and b/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Steps-on-hover-and-focus---small-state-8-firefox-linux.png differ diff --git a/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Steps-on-hover-and-focus---small-state-8-webkit-linux.png b/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Steps-on-hover-and-focus---small-state-8-webkit-linux.png index 7f062c130d..35a9a3d323 100644 Binary files a/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Steps-on-hover-and-focus---small-state-8-webkit-linux.png and b/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Steps-on-hover-and-focus---small-state-8-webkit-linux.png differ diff --git a/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Verify-Steps-on-hover-and-focus---expanded-state-1-chromium-linux.png b/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Verify-Steps-on-hover-and-focus---expanded-state-1-chromium-linux.png index 29990b3aaf..1a78e4bd21 100644 Binary files a/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Verify-Steps-on-hover-and-focus---expanded-state-1-chromium-linux.png and b/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Verify-Steps-on-hover-and-focus---expanded-state-1-chromium-linux.png differ diff --git a/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Verify-Steps-on-hover-and-focus---expanded-state-1-firefox-linux.png b/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Verify-Steps-on-hover-and-focus---expanded-state-1-firefox-linux.png index 6327f6807f..af173dbce4 100644 Binary files a/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Verify-Steps-on-hover-and-focus---expanded-state-1-firefox-linux.png and b/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Verify-Steps-on-hover-and-focus---expanded-state-1-firefox-linux.png differ diff --git a/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Verify-Steps-on-hover-and-focus---expanded-state-1-webkit-linux.png b/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Verify-Steps-on-hover-and-focus---expanded-state-1-webkit-linux.png index 437dc8a2a2..5e19cb3ec0 100644 Binary files a/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Verify-Steps-on-hover-and-focus---expanded-state-1-webkit-linux.png and b/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Verify-Steps-on-hover-and-focus---expanded-state-1-webkit-linux.png differ diff --git a/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Verify-Steps-on-hover-and-focus---expanded-state-2-chromium-linux.png b/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Verify-Steps-on-hover-and-focus---expanded-state-2-chromium-linux.png index fa751a00df..f82f833f42 100644 Binary files a/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Verify-Steps-on-hover-and-focus---expanded-state-2-chromium-linux.png and b/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Verify-Steps-on-hover-and-focus---expanded-state-2-chromium-linux.png differ diff --git a/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Verify-Steps-on-hover-and-focus---expanded-state-2-firefox-linux.png b/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Verify-Steps-on-hover-and-focus---expanded-state-2-firefox-linux.png index 6327f6807f..af173dbce4 100644 Binary files a/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Verify-Steps-on-hover-and-focus---expanded-state-2-firefox-linux.png and b/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Verify-Steps-on-hover-and-focus---expanded-state-2-firefox-linux.png differ diff --git a/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Verify-Steps-on-hover-and-focus---expanded-state-2-webkit-linux.png b/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Verify-Steps-on-hover-and-focus---expanded-state-2-webkit-linux.png index a0fac3e926..da53eeff2d 100644 Binary files a/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Verify-Steps-on-hover-and-focus---expanded-state-2-webkit-linux.png and b/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Verify-Steps-on-hover-and-focus---expanded-state-2-webkit-linux.png differ diff --git a/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Verify-Steps-on-hover-and-focus---expanded-state-3-chromium-linux.png b/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Verify-Steps-on-hover-and-focus---expanded-state-3-chromium-linux.png index c43d732722..d8a93cf266 100644 Binary files a/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Verify-Steps-on-hover-and-focus---expanded-state-3-chromium-linux.png and b/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Verify-Steps-on-hover-and-focus---expanded-state-3-chromium-linux.png differ diff --git a/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Verify-Steps-on-hover-and-focus---expanded-state-3-firefox-linux.png b/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Verify-Steps-on-hover-and-focus---expanded-state-3-firefox-linux.png index 6327f6807f..af173dbce4 100644 Binary files a/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Verify-Steps-on-hover-and-focus---expanded-state-3-firefox-linux.png and b/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Verify-Steps-on-hover-and-focus---expanded-state-3-firefox-linux.png differ diff --git a/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Verify-Steps-on-hover-and-focus---expanded-state-3-webkit-linux.png b/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Verify-Steps-on-hover-and-focus---expanded-state-3-webkit-linux.png index f72b353e7a..44d7cfc456 100644 Binary files a/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Verify-Steps-on-hover-and-focus---expanded-state-3-webkit-linux.png and b/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Verify-Steps-on-hover-and-focus---expanded-state-3-webkit-linux.png differ diff --git a/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Verify-Steps-on-hover-and-focus---expanded-state-4-chromium-linux.png b/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Verify-Steps-on-hover-and-focus---expanded-state-4-chromium-linux.png index a494abace5..a3a8af4694 100644 Binary files a/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Verify-Steps-on-hover-and-focus---expanded-state-4-chromium-linux.png and b/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Verify-Steps-on-hover-and-focus---expanded-state-4-chromium-linux.png differ diff --git a/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Verify-Steps-on-hover-and-focus---expanded-state-4-firefox-linux.png b/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Verify-Steps-on-hover-and-focus---expanded-state-4-firefox-linux.png index 82c1bad89c..4efbbbfbd7 100644 Binary files a/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Verify-Steps-on-hover-and-focus---expanded-state-4-firefox-linux.png and b/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Verify-Steps-on-hover-and-focus---expanded-state-4-firefox-linux.png differ diff --git a/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Verify-Steps-on-hover-and-focus---expanded-state-4-webkit-linux.png b/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Verify-Steps-on-hover-and-focus---expanded-state-4-webkit-linux.png index f2a0d83281..8d5db4195a 100644 Binary files a/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Verify-Steps-on-hover-and-focus---expanded-state-4-webkit-linux.png and b/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Verify-Steps-on-hover-and-focus---expanded-state-4-webkit-linux.png differ diff --git a/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Verify-Steps-on-hover-and-focus---expanded-state-5-chromium-linux.png b/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Verify-Steps-on-hover-and-focus---expanded-state-5-chromium-linux.png index 32d37a0912..a566a68d07 100644 Binary files a/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Verify-Steps-on-hover-and-focus---expanded-state-5-chromium-linux.png and b/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Verify-Steps-on-hover-and-focus---expanded-state-5-chromium-linux.png differ diff --git a/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Verify-Steps-on-hover-and-focus---expanded-state-5-firefox-linux.png b/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Verify-Steps-on-hover-and-focus---expanded-state-5-firefox-linux.png index feab963c9f..77a671aa7f 100644 Binary files a/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Verify-Steps-on-hover-and-focus---expanded-state-5-firefox-linux.png and b/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Verify-Steps-on-hover-and-focus---expanded-state-5-firefox-linux.png differ diff --git a/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Verify-Steps-on-hover-and-focus---expanded-state-5-webkit-linux.png b/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Verify-Steps-on-hover-and-focus---expanded-state-5-webkit-linux.png index 7a1f70c609..2ce6b7caf9 100644 Binary files a/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Verify-Steps-on-hover-and-focus---expanded-state-5-webkit-linux.png and b/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Verify-Steps-on-hover-and-focus---expanded-state-5-webkit-linux.png differ diff --git a/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Verify-Steps-on-hover-and-focus---expanded-state-6-chromium-linux.png b/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Verify-Steps-on-hover-and-focus---expanded-state-6-chromium-linux.png index 05afc6626c..dbe7bec4e0 100644 Binary files a/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Verify-Steps-on-hover-and-focus---expanded-state-6-chromium-linux.png and b/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Verify-Steps-on-hover-and-focus---expanded-state-6-chromium-linux.png differ diff --git a/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Verify-Steps-on-hover-and-focus---expanded-state-6-firefox-linux.png b/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Verify-Steps-on-hover-and-focus---expanded-state-6-firefox-linux.png index b730e5c702..291e650261 100644 Binary files a/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Verify-Steps-on-hover-and-focus---expanded-state-6-firefox-linux.png and b/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Verify-Steps-on-hover-and-focus---expanded-state-6-firefox-linux.png differ diff --git a/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Verify-Steps-on-hover-and-focus---expanded-state-6-webkit-linux.png b/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Verify-Steps-on-hover-and-focus---expanded-state-6-webkit-linux.png index d5ec9ef354..90a07bedcf 100644 Binary files a/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Verify-Steps-on-hover-and-focus---expanded-state-6-webkit-linux.png and b/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Verify-Steps-on-hover-and-focus---expanded-state-6-webkit-linux.png differ diff --git a/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Verify-Steps-on-hover-and-focus---expanded-state-7-chromium-linux.png b/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Verify-Steps-on-hover-and-focus---expanded-state-7-chromium-linux.png index f90334cfee..90d2b27abc 100644 Binary files a/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Verify-Steps-on-hover-and-focus---expanded-state-7-chromium-linux.png and b/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Verify-Steps-on-hover-and-focus---expanded-state-7-chromium-linux.png differ diff --git a/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Verify-Steps-on-hover-and-focus---expanded-state-7-firefox-linux.png b/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Verify-Steps-on-hover-and-focus---expanded-state-7-firefox-linux.png index 326f234029..4d1de0bf25 100644 Binary files a/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Verify-Steps-on-hover-and-focus---expanded-state-7-firefox-linux.png and b/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Verify-Steps-on-hover-and-focus---expanded-state-7-firefox-linux.png differ diff --git a/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Verify-Steps-on-hover-and-focus---expanded-state-7-webkit-linux.png b/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Verify-Steps-on-hover-and-focus---expanded-state-7-webkit-linux.png index f76fbe795a..6fbc0a6593 100644 Binary files a/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Verify-Steps-on-hover-and-focus---expanded-state-7-webkit-linux.png and b/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Steps-and-buttons-states-Verify-Steps-on-hover-and-focus---expanded-state-7-webkit-linux.png differ diff --git a/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Verify-Custom-step-example-1-chromium-linux.png b/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Verify-Custom-step-example-1-chromium-linux.png index 51d7125308..3e90dbeedc 100644 Binary files a/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Verify-Custom-step-example-1-chromium-linux.png and b/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Verify-Custom-step-example-1-chromium-linux.png differ diff --git a/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Verify-Custom-step-example-1-firefox-linux.png b/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Verify-Custom-step-example-1-firefox-linux.png index f7b99d4a1f..6aafbff994 100644 Binary files a/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Verify-Custom-step-example-1-firefox-linux.png and b/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Verify-Custom-step-example-1-firefox-linux.png differ diff --git a/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Verify-Custom-step-example-1-webkit-linux.png b/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Verify-Custom-step-example-1-webkit-linux.png index dff480b92b..a0aace6e14 100644 Binary files a/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Verify-Custom-step-example-1-webkit-linux.png and b/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Verify-Custom-step-example-1-webkit-linux.png differ diff --git a/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Verify-z-index-in-content-1-chromium-linux.png b/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Verify-z-index-in-content-1-chromium-linux.png index 39f5372fb0..963ac761d5 100644 Binary files a/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Verify-z-index-in-content-1-chromium-linux.png and b/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Verify-z-index-in-content-1-chromium-linux.png differ diff --git a/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Verify-z-index-in-content-1-webkit-linux.png b/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Verify-z-index-in-content-1-webkit-linux.png index 67108a3eb4..cc2e4fcf7c 100644 Binary files a/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Verify-z-index-in-content-1-webkit-linux.png and b/semcore/wizard/__tests__/wizard.browser-test.tsx-snapshots/-visual-Verify-z-index-in-content-1-webkit-linux.png differ diff --git a/semcore/wizard/src/style/wizard.shadow.css b/semcore/wizard/src/style/wizard.shadow.css index a4acb742fd..fd0f1bfc37 100644 --- a/semcore/wizard/src/style/wizard.shadow.css +++ b/semcore/wizard/src/style/wizard.shadow.css @@ -7,8 +7,8 @@ SWizard { } SSidebar { - background: var(--intergalactic-control-primary-advertising, oklch(0.23 0.01 140)); - color: var(--intergalactic-text-primary-invert, oklch(0.999 0.001 180 / 0.949)); + background: var(--intergalactic-control-primary-advertising, oklch(0.23 0.01 140)); /* TODO: --intergalactic-wizard-sidebar-bg */ + color: var(--intergalactic-text-primary-invert, oklch(0.999 0.001 180 / 0.949)); /* TODO: --intergalactic-wizard-sidebar-text-primary */ font-weight: var(--intergalactic-bold, 700); font-size: var(--intergalactic-fs-300, 16px); line-height: var(--intergalactic-lh-300, 150%); @@ -38,11 +38,11 @@ SSidebar { } &:hover { - background: var(--intergalactic-control-primary-advertising-hover, oklch(0.36 0.005 140)); + background: var(--intergalactic-control-primary-advertising-hover, oklch(0.36 0.005 140)); /* TODO: --intergalactic-wizard-sidebar-control-hover */ z-index: 2; } &[active] { - background: var(--intergalactic-control-primary-advertising-active, oklch(0.4 0.004 140)); + background: var(--intergalactic-control-primary-advertising-active, oklch(0.4 0.004 140)); /* TODO: --intergalactic-wizard-sidebar-control-active */ } &:disabled, &[disabled] { @@ -63,7 +63,7 @@ SSidebar { overflow: auto; } &[active]:hover SStepDescription { - background: var(--intergalactic-control-primary-advertising-active, oklch(0.4 0.004 140)); + background: var(--intergalactic-control-primary-advertising-active, oklch(0.4 0.004 140)); /* TODO: --intergalactic-wizard-sidebar-control-active */ } } } @@ -101,7 +101,7 @@ SContent { flex: 1; border-radius: 0 var(--intergalactic-modal-rounded, 14px) var(--intergalactic-modal-rounded, 14px) 0; - background: var(--intergalactic-bg-primary-neutral, oklch(1 0 0)); + background: var(--intergalactic-bg-primary-neutral, oklch(1 0 0)); /* TODO: --intergalactic-wizard-bg */ SWizardStepTitle { display: block; diff --git a/stories/components/button/advanced/examples/all-buttons.tsx b/stories/components/button/advanced/examples/all-buttons.tsx index 687839d779..6fa3a71627 100644 --- a/stories/components/button/advanced/examples/all-buttons.tsx +++ b/stories/components/button/advanced/examples/all-buttons.tsx @@ -33,10 +33,10 @@ function ButtonLinkRow({ use = 'primary', size = 300 }: ButtonLinkRowProps) { return ( - Default + Default link - Disabled + Disabled link ); diff --git a/stories/components/button/tests/examples/button-icon-only.tsx b/stories/components/button/tests/examples/button-icon-only.tsx index 0e11556559..5d671f304b 100644 --- a/stories/components/button/tests/examples/button-icon-only.tsx +++ b/stories/components/button/tests/examples/button-icon-only.tsx @@ -13,7 +13,7 @@ const Demo = (props: ExampleProps) => { return ( - + @@ -32,6 +32,7 @@ const Demo = () => { value={value} onChange={setValue} id='alternative-example' + style={{ borderLeft: '1px solid var(--intergalactic-border-primary)', marginLeft: '-1px' }} />