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/playground/utils/renderIcon.tsx b/playground/utils/renderIcon.tsx index cd6647d121..3e84927b76 100644 --- a/playground/utils/renderIcon.tsx +++ b/playground/utils/renderIcon.tsx @@ -19,6 +19,10 @@ const SizeToIconMap = { before: , after: , }, + 350: { + before: , + after: , + }, 400: { before: , after: , 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 e97c496e35..7a45f33fba 100644 --- a/semcore/badge/src/Badge.tsx +++ b/semcore/badge/src/Badge.tsx @@ -52,7 +52,7 @@ class RootBadge extends Component< if (type === 'unavailable' && !inverted) { return resolveColor('--intergalactic-text-secondary'); - } + } // TODO: --intergalactic-badge-text-secondary return undefined; } @@ -63,27 +63,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 b/semcore/base-components/__tests__/ellipsis.browser-test.tsx index 892f4acc02..9e79425fd2 100644 --- a/semcore/base-components/__tests__/ellipsis.browser-test.tsx +++ b/semcore/base-components/__tests__/ellipsis.browser-test.tsx @@ -27,6 +27,7 @@ test.describe(`${TAG.VISUAL}`, () => { { ellipsis: { 'ellipsis:cropPosition': 'middle', 'ellipsis:lastRequiredSymbols': 2 }, size: 100 }, { ellipsis: { 'ellipsis:cropPosition': 'middle', 'ellipsis:lastRequiredSymbols': 7 }, size: 200 }, { ellipsis: { 'ellipsis:cropPosition': 'middle' }, size: 300 }, + { ellipsis: { 'ellipsis:cropPosition': 'middle' }, size: 350 }, { ellipsis: { 'ellipsis:cropPosition': 'middle' }, size: 400 }, { ellipsis: { 'ellipsis:cropPosition': 'middle' }, size: 500 }, { ellipsis: { 'ellipsis:cropPosition': 'middle' }, size: 600 }, diff --git a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on--1f7e5--ellipsis-cropPosition-middle-size-350-1-chromium-linux.png b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on--1f7e5--ellipsis-cropPosition-middle-size-350-1-chromium-linux.png new file mode 100644 index 0000000000..3edeb876b1 Binary files /dev/null and b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on--1f7e5--ellipsis-cropPosition-middle-size-350-1-chromium-linux.png differ diff --git a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on--1f7e5--ellipsis-cropPosition-middle-size-350-1-firefox-linux.png b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on--1f7e5--ellipsis-cropPosition-middle-size-350-1-firefox-linux.png new file mode 100644 index 0000000000..60e062e8cd Binary files /dev/null and b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on--1f7e5--ellipsis-cropPosition-middle-size-350-1-firefox-linux.png differ diff --git a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on--1f7e5--ellipsis-cropPosition-middle-size-350-1-webkit-linux.png b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on--1f7e5--ellipsis-cropPosition-middle-size-350-1-webkit-linux.png new file mode 100644 index 0000000000..29cf2df603 Binary files /dev/null and b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on--1f7e5--ellipsis-cropPosition-middle-size-350-1-webkit-linux.png differ 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..f64869fe8e 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..0bc942335b 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..2c06fa99ff 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..b29ecef61d 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..39b84b62a7 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..36f3decd78 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..ae9f4c8a88 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..717ff1a4f2 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..f71b15701e 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..a6131d6a94 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..125c7dd5d4 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..ad4e57809d 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..eae2f5aeac 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..bac9a71cc3 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..39d368b89d 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..d9370c9bef 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..773b5881b1 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..648f423670 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..3b5343742b 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..16fe603e52 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..1b05bb0afd 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..eb4d36db7a 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..0078aa0121 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..41465311fc 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..28d11076c7 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..b3b5ec628a 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..96ee9110f7 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..0d6f82b6c4 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..a4c54ac8aa 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..d086138d38 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..78ff692047 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..191bcb698e 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..2edbac1b66 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..38e2c6a51e 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..9f4bb76cdc 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..a9a1910374 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 b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx index fd0f444658..1fdf99e83d 100644 --- a/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx +++ b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx @@ -22,7 +22,7 @@ Visual states, hover and focus styles, paddings, margins, and snapshots. ===================================================== */ test.describe(` ${TAG.VISUAL}`, () => { // Section 1: Size × addon position × ellipsis × addonType × color × use rotation - const sizes = [100, 200, 300, 400, 500, 600, 700, 800]; + const sizes = [100, 200, 300, 400, 500, 600, 700, 800, 350]; const longText = 'The quick brown fox jumps over the lazy dog and even more text to ensure truncation'; const addonTypes = ['icon', 'badge', 'counter', 'tag']; 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..77a09acdb8 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..59cdefdc95 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..4d1c65832d 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..5c5e75fe68 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..47e213f554 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..d502240a92 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..e484f69363 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..e8d63b9551 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..4bc7039002 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..f7ebe1ddcb 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..6c2f228543 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..db27f1d3e7 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..3daa8589e9 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..8c5c58c222 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..9a9d01d036 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..480b2b4cc9 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..c34a4ffab6 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..3689fd89e3 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..41689b444e 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..a7fb5fda6e 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..ded72d049b 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-350-addonLeft-cropPosition-middle-1-chromium-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-350-addonLeft-cropPosition-middle-1-chromium-linux.png new file mode 100644 index 0000000000..69479e5274 Binary files /dev/null and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-350-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-350-addonLeft-cropPosition-middle-1-firefox-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-350-addonLeft-cropPosition-middle-1-firefox-linux.png new file mode 100644 index 0000000000..1779514d90 Binary files /dev/null and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-350-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-350-addonLeft-cropPosition-middle-1-webkit-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-350-addonLeft-cropPosition-middle-1-webkit-linux.png new file mode 100644 index 0000000000..1ba67870fc Binary files /dev/null and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-350-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-350-addonLeft-cropPosition-middle-2-chromium-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-350-addonLeft-cropPosition-middle-2-chromium-linux.png new file mode 100644 index 0000000000..af4c1cc140 Binary files /dev/null and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-350-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-350-addonLeft-cropPosition-middle-2-firefox-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-350-addonLeft-cropPosition-middle-2-firefox-linux.png new file mode 100644 index 0000000000..f8277f03c9 Binary files /dev/null and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-350-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-350-addonLeft-cropPosition-middle-2-webkit-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-350-addonLeft-cropPosition-middle-2-webkit-linux.png new file mode 100644 index 0000000000..f22636d7d7 Binary files /dev/null and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-350-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-350-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-350-addonRight-badge-middle-lastRequired-2-1-chromium-linux.png new file mode 100644 index 0000000000..7f4fc74341 Binary files /dev/null and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-350-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-350-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-350-addonRight-badge-middle-lastRequired-2-1-firefox-linux.png new file mode 100644 index 0000000000..6de04348c2 Binary files /dev/null and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-350-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-350-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-350-addonRight-badge-middle-lastRequired-2-1-webkit-linux.png new file mode 100644 index 0000000000..cb0c07d2a8 Binary files /dev/null and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-350-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-350-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-350-addonRight-badge-middle-lastRequired-2-2-chromium-linux.png new file mode 100644 index 0000000000..ee1fd65fad Binary files /dev/null and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-350-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-350-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-350-addonRight-badge-middle-lastRequired-2-2-firefox-linux.png new file mode 100644 index 0000000000..47f77dcda7 Binary files /dev/null and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-350-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-350-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-350-addonRight-badge-middle-lastRequired-2-2-webkit-linux.png new file mode 100644 index 0000000000..ccf4c20900 Binary files /dev/null and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-350-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-350-both-addons-counter-undefined-1-chromium-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-350-both-addons-counter-undefined-1-chromium-linux.png new file mode 100644 index 0000000000..8c63cac548 Binary files /dev/null and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-350-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-350-both-addons-counter-undefined-1-firefox-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-350-both-addons-counter-undefined-1-firefox-linux.png new file mode 100644 index 0000000000..132eb5b9f8 Binary files /dev/null and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-350-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-350-both-addons-counter-undefined-1-webkit-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-350-both-addons-counter-undefined-1-webkit-linux.png new file mode 100644 index 0000000000..b1980d0005 Binary files /dev/null and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-350-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-350-both-addons-counter-undefined-2-chromium-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-350-both-addons-counter-undefined-2-chromium-linux.png new file mode 100644 index 0000000000..f4bf2c1b59 Binary files /dev/null and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-350-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-350-both-addons-counter-undefined-2-firefox-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-350-both-addons-counter-undefined-2-firefox-linux.png new file mode 100644 index 0000000000..cd18baa514 Binary files /dev/null and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-350-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-350-both-addons-counter-undefined-2-webkit-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-350-both-addons-counter-undefined-2-webkit-linux.png new file mode 100644 index 0000000000..426a3d0b30 Binary files /dev/null and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-350-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-350-no-addons-ellipsis-true-1-chromium-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-350-no-addons-ellipsis-true-1-chromium-linux.png new file mode 100644 index 0000000000..2c9d79e4ba Binary files /dev/null and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-350-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-350-no-addons-ellipsis-true-1-firefox-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-350-no-addons-ellipsis-true-1-firefox-linux.png new file mode 100644 index 0000000000..00bb9e063d Binary files /dev/null and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-350-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-350-no-addons-ellipsis-true-1-webkit-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-350-no-addons-ellipsis-true-1-webkit-linux.png new file mode 100644 index 0000000000..2a2ac6197d Binary files /dev/null and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-350-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-350-no-addons-ellipsis-true-2-chromium-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-350-no-addons-ellipsis-true-2-chromium-linux.png new file mode 100644 index 0000000000..8d955a5052 Binary files /dev/null and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-350-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-350-no-addons-ellipsis-true-2-firefox-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-350-no-addons-ellipsis-true-2-firefox-linux.png new file mode 100644 index 0000000000..fb1a3809c6 Binary files /dev/null and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-350-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-350-no-addons-ellipsis-true-2-webkit-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-350-no-addons-ellipsis-true-2-webkit-linux.png new file mode 100644 index 0000000000..4f497d73c3 Binary files /dev/null and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-350-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-350-no-addons-ellipsis-true-3-chromium-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-350-no-addons-ellipsis-true-3-chromium-linux.png new file mode 100644 index 0000000000..3226e2c016 Binary files /dev/null and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-350-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-350-no-addons-ellipsis-true-3-firefox-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-350-no-addons-ellipsis-true-3-firefox-linux.png new file mode 100644 index 0000000000..99d5bbbd30 Binary files /dev/null and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-350-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-350-no-addons-ellipsis-true-3-webkit-linux.png b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-350-no-addons-ellipsis-true-3-webkit-linux.png new file mode 100644 index 0000000000..e03815b112 Binary files /dev/null and b/semcore/base-trigger/__tests__/link-trigger.browser-test.tsx-snapshots/-visual-Verify-Link-Trigger-size-350-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-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..aa755e1ffd 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..1a0619df39 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..0ad945fb63 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..20fa9bd8c3 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..d672a9ce69 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..9f4b893653 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..df5018b8ad 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..fa520ccc1a 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..6821ac3b42 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..458859fefd 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..2d7b0a782e 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..6321ba5944 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..7cfabc6314 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..70455b7c4c 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..5067946784 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..efa669b1c9 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..b9e6f00041 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..1a9d7ddf68 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..3a81ce9e3b 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..ddbe87ac64 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..bf12ada4f8 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..f9768fef76 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..3892e0a4d5 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..d3adf7dde6 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-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-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 5f8df6788b..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 1d8da9c031..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 7626e5a995..703e05028e 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 b567147eae..d59d3d4cf3 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 7e2508a373..bea1fed50a 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 009372e687..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 9a1ff2b815..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 0be3bd5168..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 a018b0ec3a..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 eb790a9e43..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 1587123260..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 5ae70131ac..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 3becfa04be..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 18d183f1ff..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 0101d3ca9e..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 a5fc78df13..6a9c94a009 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 09fc77cfd6..03698cd373 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 d8f0084b13..27d476c3f7 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 a5fc78df13..6a9c94a009 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 09fc77cfd6..03698cd373 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 d8f0084b13..27d476c3f7 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 baa253c539..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 eb74ca666b..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 7389c90784..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 53e875766d..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 e4575b3765..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 18a6678367..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 0bed1d9427..270c8f1fe2 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 567b328060..5e3e0c41e6 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 d6129eaae5..41fa22cce1 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..438afba740 100644 --- a/semcore/button/__tests__/button-link.browser-test.tsx +++ b/semcore/button/__tests__/button-link.browser-test.tsx @@ -38,7 +38,7 @@ Visual states, hover and focus styles, paddings, margins, and snapshots. ===================================================== */ test.describe(` ${TAG.VISUAL}`, () => { // Section 1: Size × addon position × ellipsis × addonType × color × use rotation - const sizes = [100, 200, 300, 400, 500, 600, 700, 800]; + const sizes = [100, 200, 300, 400, 500, 600, 700, 800, 350]; const longText = 'The quick brown fox jumps over the lazy dog and even more text to ensure truncation'; const addonTypes = ['icon', 'badge', 'counter', 'spin']; @@ -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..113adb6e58 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..a3dfd747bc 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..4e3821107c 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..afb85991fe 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..22c463bb33 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..7f4aabf9d3 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..36948b4c10 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..8a85935c5e 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..478c2ccd52 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..c8d052e74a 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..65ed19480a 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..84ca67bbfd 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..a751dd477d 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..1279dced52 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..a2aaf32020 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..10acc6a4aa 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..73ed75f2a7 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-addonLeft-badge-secondary-cropPosition-middle-2-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-addonLeft-badge-secondary-cropPosition-middle-2-firefox-linux.png index a716dfa09b..98d24913ca 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-addonLeft-badge-secondary-cropPosition-middle-2-firefox-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-addonLeft-badge-secondary-cropPosition-middle-2-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-2-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-addonLeft-badge-secondary-cropPosition-middle-2-webkit-linux.png index 72d693db13..2872b28e0e 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-addonLeft-badge-secondary-cropPosition-middle-2-webkit-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-addonLeft-badge-secondary-cropPosition-middle-2-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-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..cb85f975af 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-350-addonLeft-cropPosition-middle-1-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-350-addonLeft-cropPosition-middle-1-chromium-linux.png new file mode 100644 index 0000000000..b1421da7dd Binary files /dev/null and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-350-addonLeft-cropPosition-middle-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-350-addonLeft-cropPosition-middle-1-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-350-addonLeft-cropPosition-middle-1-firefox-linux.png new file mode 100644 index 0000000000..980260a459 Binary files /dev/null and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-350-addonLeft-cropPosition-middle-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-350-addonLeft-cropPosition-middle-1-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-350-addonLeft-cropPosition-middle-1-webkit-linux.png new file mode 100644 index 0000000000..894d78ceb0 Binary files /dev/null and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-350-addonLeft-cropPosition-middle-1-webkit-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-350-addonLeft-cropPosition-middle-2-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-350-addonLeft-cropPosition-middle-2-chromium-linux.png new file mode 100644 index 0000000000..935c4b0430 Binary files /dev/null and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-350-addonLeft-cropPosition-middle-2-chromium-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-350-addonLeft-cropPosition-middle-2-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-350-addonLeft-cropPosition-middle-2-firefox-linux.png new file mode 100644 index 0000000000..89fc77dcc6 Binary files /dev/null and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-350-addonLeft-cropPosition-middle-2-firefox-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-350-addonLeft-cropPosition-middle-2-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-350-addonLeft-cropPosition-middle-2-webkit-linux.png new file mode 100644 index 0000000000..486dbdfb02 Binary files /dev/null and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-350-addonLeft-cropPosition-middle-2-webkit-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-350-addonRight-badge-middle-lastRequired-2-1-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-350-addonRight-badge-middle-lastRequired-2-1-chromium-linux.png new file mode 100644 index 0000000000..7c361c15f2 Binary files /dev/null and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-350-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-350-addonRight-badge-middle-lastRequired-2-1-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-350-addonRight-badge-middle-lastRequired-2-1-firefox-linux.png new file mode 100644 index 0000000000..0cf200d963 Binary files /dev/null and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-350-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-350-addonRight-badge-middle-lastRequired-2-1-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-350-addonRight-badge-middle-lastRequired-2-1-webkit-linux.png new file mode 100644 index 0000000000..fcec898a97 Binary files /dev/null and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-350-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-350-addonRight-badge-middle-lastRequired-2-2-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-350-addonRight-badge-middle-lastRequired-2-2-chromium-linux.png new file mode 100644 index 0000000000..b0a35d3a6e Binary files /dev/null and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-350-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-350-addonRight-badge-middle-lastRequired-2-2-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-350-addonRight-badge-middle-lastRequired-2-2-firefox-linux.png new file mode 100644 index 0000000000..a1a3385ab0 Binary files /dev/null and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-350-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-350-addonRight-badge-middle-lastRequired-2-2-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-350-addonRight-badge-middle-lastRequired-2-2-webkit-linux.png new file mode 100644 index 0000000000..e567297d46 Binary files /dev/null and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-350-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-350-both-addons-counter-end-maxLine-2-1-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-350-both-addons-counter-end-maxLine-2-1-chromium-linux.png new file mode 100644 index 0000000000..3e456eeeb4 Binary files /dev/null and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-350-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-350-both-addons-counter-end-maxLine-2-1-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-350-both-addons-counter-end-maxLine-2-1-firefox-linux.png new file mode 100644 index 0000000000..37348b9b84 Binary files /dev/null and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-350-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-350-both-addons-counter-end-maxLine-2-1-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-350-both-addons-counter-end-maxLine-2-1-webkit-linux.png new file mode 100644 index 0000000000..e1f6f3f077 Binary files /dev/null and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-350-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-350-both-addons-counter-end-maxLine-2-2-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-350-both-addons-counter-end-maxLine-2-2-chromium-linux.png new file mode 100644 index 0000000000..14e2718c08 Binary files /dev/null and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-350-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-350-both-addons-counter-end-maxLine-2-2-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-350-both-addons-counter-end-maxLine-2-2-firefox-linux.png new file mode 100644 index 0000000000..e0215b56cd Binary files /dev/null and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-350-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-350-both-addons-counter-end-maxLine-2-2-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-350-both-addons-counter-end-maxLine-2-2-webkit-linux.png new file mode 100644 index 0000000000..2769b6a75b Binary files /dev/null and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-350-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-350-no-addons-ellipsis-true-1-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-350-no-addons-ellipsis-true-1-chromium-linux.png new file mode 100644 index 0000000000..20a34e8090 Binary files /dev/null and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-350-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-350-no-addons-ellipsis-true-1-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-350-no-addons-ellipsis-true-1-firefox-linux.png new file mode 100644 index 0000000000..8999baaf6b Binary files /dev/null and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-350-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-350-no-addons-ellipsis-true-1-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-350-no-addons-ellipsis-true-1-webkit-linux.png new file mode 100644 index 0000000000..1f6c9ebfa6 Binary files /dev/null and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-350-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-350-no-addons-ellipsis-true-2-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-350-no-addons-ellipsis-true-2-chromium-linux.png new file mode 100644 index 0000000000..848dd01499 Binary files /dev/null and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-350-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-350-no-addons-ellipsis-true-2-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-350-no-addons-ellipsis-true-2-firefox-linux.png new file mode 100644 index 0000000000..ca490b6404 Binary files /dev/null and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-350-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-350-no-addons-ellipsis-true-2-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-350-no-addons-ellipsis-true-2-webkit-linux.png new file mode 100644 index 0000000000..e323db163b Binary files /dev/null and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-350-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-350-no-addons-ellipsis-true-3-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-350-no-addons-ellipsis-true-3-chromium-linux.png new file mode 100644 index 0000000000..6fe88e4bbb Binary files /dev/null and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-350-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-350-no-addons-ellipsis-true-3-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-350-no-addons-ellipsis-true-3-firefox-linux.png new file mode 100644 index 0000000000..694b052da9 Binary files /dev/null and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-350-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-350-no-addons-ellipsis-true-3-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-350-no-addons-ellipsis-true-3-webkit-linux.png new file mode 100644 index 0000000000..c90f3eb6ca Binary files /dev/null and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-350-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-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..41a5605154 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..96b593bbd6 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..d976ec3cee 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..828b55fc6c 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..c25a858cc7 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..1b0735a645 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..34241377f8 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..921e268c66 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..9bcd1a3bba 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..07ccaefa81 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..ea99a38fc6 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..0f696aeae7 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..631b6b99b2 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..3a61316b67 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..7dd785c742 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..b547d3531e 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..0009a5916c 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-addonLeft-badge-secondary-cropPosition-middle-2-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-addonLeft-badge-secondary-cropPosition-middle-2-firefox-linux.png index a63bf0e161..0d0c1e0e9b 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-addonLeft-badge-secondary-cropPosition-middle-2-firefox-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-addonLeft-badge-secondary-cropPosition-middle-2-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-2-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-addonLeft-badge-secondary-cropPosition-middle-2-webkit-linux.png index dac70c0f71..45d014a12c 100644 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-addonLeft-badge-secondary-cropPosition-middle-2-webkit-linux.png and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-addonLeft-badge-secondary-cropPosition-middle-2-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-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..888d4f0efa 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..a713076689 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..fdeee18fb7 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..0ea2da5c18 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..d68ef9cff6 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..1e589bc359 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..4ead58dca3 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..1f13eeb110 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..64a6fe1887 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..0f1f259dd7 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..a2646b29df 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..eecef5e154 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..0f20452d60 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,8 +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)); - min-width: fit-content; + color: var(--intergalactic-control-text-secondary, oklch(0.088 0.026 147.7 / 0.583)); &::-moz-focus-inner { padding: 0; @@ -49,213 +48,206 @@ SButton[size='s'] { } SButton[size='m'] { - height: var(--intergalactic-form-control-m, 28px); + height: var(--intergalactic-form-control-m, 32px); + min-width: 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); + min-width: 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.166 0.031 175.8 / 0.097)); &: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.151 0.028 176.1 / 0.123)); + 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.145 0.027 176.1 / 0.135)); + 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 +258,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 +271,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 +284,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 +316,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-padding-medium, 12px); + margin-right: var(--intergalactic-spacing-content-padding-medium, 12px); + } + + &:first-child { + margin-left: var(--intergalactic-spacing-content-padding-medium, 12px); + } + + &:last-child { + margin-right: var(--intergalactic-spacing-content-padding-medium, 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-padding-medium, 12px); + margin-right: var(--intergalactic-spacing-content-padding-medium, 12px); } &:first-child { - margin-left: var(--intergalactic-spacing-3x, 12px); + margin-left: var(--intergalactic-spacing-content-padding-medium, 12px); } &:last-child { - margin-right: var(--intergalactic-spacing-3x, 12px); + margin-right: var(--intergalactic-spacing-content-padding-medium, 12px); } } @@ -361,38 +362,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-padding-medium, 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-padding-medium, 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-padding-medium, 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-padding-medium, 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-padding-medium, 12px); + margin-right: var(--intergalactic-spacing-content-padding-medium, 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 b/semcore/card/__tests__/card.browser-test.tsx index 1a6f8d3699..94e9e57092 100644 --- a/semcore/card/__tests__/card.browser-test.tsx +++ b/semcore/card/__tests__/card.browser-test.tsx @@ -44,18 +44,18 @@ test.describe(`${TAG.VISUAL} `, () => { await test.step('Verify header paddings', async () => { await expect(header).toHaveCSS('padding-left', '20px'); await expect(header).toHaveCSS('padding-right', '20px'); - await expect(header).toHaveCSS('padding-top', '8px'); - await expect(header).toHaveCSS('padding-bottom', '8px'); + await expect(header).toHaveCSS('padding-top', '20px'); + await expect(header).toHaveCSS('padding-bottom', '12px'); }); await test.step('Verify title styles', async () => { await expect(title).toHaveCSS('margin-right', '4px'); - await expect(title).toHaveCSS('font-size', '16px'); - await expect(title).toHaveCSS('font-weight', '700'); + await expect(title).toHaveCSS('font-size', '18px'); + await expect(title).toHaveCSS('font-weight', '600'); }); await test.step('Verify description margin', async () => { - await expect(description).toHaveCSS('margin-top', '8px'); + await expect(description).toHaveCSS('margin-top', '0px'); }); await test.step('Verify body padding', async () => { 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..f89b60238a 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..f4244476db 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..04024d2221 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..792890afc5 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..aa7b9a309b 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..fbcedcc4a0 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..be4cccfa19 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..25f19a74ad 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..e6827ca84b 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..7cb8cffac2 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..0f8e0be838 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..c1bf37aae7 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-1-chromium-linux.png b/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-different-card-componens-styles-1-chromium-linux.png index 68b187dbad..fffe89ab43 100644 Binary files a/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-different-card-componens-styles-1-chromium-linux.png and b/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-different-card-componens-styles-1-chromium-linux.png differ diff --git a/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-different-card-componens-styles-1-firefox-linux.png b/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-different-card-componens-styles-1-firefox-linux.png index 5c9fa1063c..64203aa9dc 100644 Binary files a/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-different-card-componens-styles-1-firefox-linux.png and b/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-different-card-componens-styles-1-firefox-linux.png differ diff --git a/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-different-card-componens-styles-1-webkit-linux.png b/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-different-card-componens-styles-1-webkit-linux.png index 2e24a1a2b0..dbeb8a8b84 100644 Binary files a/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-different-card-componens-styles-1-webkit-linux.png and b/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-different-card-componens-styles-1-webkit-linux.png differ diff --git a/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-different-card-componens-styles-2-chromium-linux.png b/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-different-card-componens-styles-2-chromium-linux.png index 5d71136dc0..260e224a37 100644 Binary files a/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-different-card-componens-styles-2-chromium-linux.png and b/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-different-card-componens-styles-2-chromium-linux.png differ diff --git a/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-different-card-componens-styles-2-firefox-linux.png b/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-different-card-componens-styles-2-firefox-linux.png index 9d728e52a2..d078458e9a 100644 Binary files a/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-different-card-componens-styles-2-firefox-linux.png and b/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-different-card-componens-styles-2-firefox-linux.png differ diff --git a/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-different-card-componens-styles-2-webkit-linux.png b/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-different-card-componens-styles-2-webkit-linux.png index d2dfaf5a43..9f2e85714a 100644 Binary files a/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-different-card-componens-styles-2-webkit-linux.png and b/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-different-card-componens-styles-2-webkit-linux.png differ diff --git a/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-different-card-componens-styles-3-chromium-linux.png b/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-different-card-componens-styles-3-chromium-linux.png index d6d102945b..a3ccec5915 100644 Binary files a/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-different-card-componens-styles-3-chromium-linux.png and b/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-different-card-componens-styles-3-chromium-linux.png differ diff --git a/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-different-card-componens-styles-3-firefox-linux.png b/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-different-card-componens-styles-3-firefox-linux.png index d03ffd4fbb..b3d729d32d 100644 Binary files a/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-different-card-componens-styles-3-firefox-linux.png and b/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-different-card-componens-styles-3-firefox-linux.png differ diff --git a/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-different-card-componens-styles-3-webkit-linux.png b/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-different-card-componens-styles-3-webkit-linux.png index 2bdd9ee6fa..6f948d9f0e 100644 Binary files a/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-different-card-componens-styles-3-webkit-linux.png and b/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-different-card-componens-styles-3-webkit-linux.png differ diff --git a/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-different-card-componens-styles-4-chromium-linux.png b/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-different-card-componens-styles-4-chromium-linux.png index 98cea7b8bc..0ee5a4a37a 100644 Binary files a/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-different-card-componens-styles-4-chromium-linux.png and b/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-different-card-componens-styles-4-chromium-linux.png differ diff --git a/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-different-card-componens-styles-4-firefox-linux.png b/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-different-card-componens-styles-4-firefox-linux.png index 9c87d9b882..a0683bbb6e 100644 Binary files a/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-different-card-componens-styles-4-firefox-linux.png and b/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-different-card-componens-styles-4-firefox-linux.png differ diff --git a/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-different-card-componens-styles-4-webkit-linux.png b/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-different-card-componens-styles-4-webkit-linux.png index 94e3e8c11e..72ac30dadf 100644 Binary files a/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-different-card-componens-styles-4-webkit-linux.png and b/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-different-card-componens-styles-4-webkit-linux.png differ diff --git a/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-different-card-componens-styles-5-chromium-linux.png b/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-different-card-componens-styles-5-chromium-linux.png index eb84ca01b3..d64745e74b 100644 Binary files a/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-different-card-componens-styles-5-chromium-linux.png and b/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-different-card-componens-styles-5-chromium-linux.png differ diff --git a/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-different-card-componens-styles-5-firefox-linux.png b/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-different-card-componens-styles-5-firefox-linux.png index 5d7b6b06a2..e9b8f722ab 100644 Binary files a/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-different-card-componens-styles-5-firefox-linux.png and b/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-different-card-componens-styles-5-firefox-linux.png differ diff --git a/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-different-card-componens-styles-5-webkit-linux.png b/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-different-card-componens-styles-5-webkit-linux.png index 85df9c80c1..965cb1406f 100644 Binary files a/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-different-card-componens-styles-5-webkit-linux.png and b/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-different-card-componens-styles-5-webkit-linux.png differ diff --git a/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-different-card-componens-styles-6-chromium-linux.png b/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-different-card-componens-styles-6-chromium-linux.png index 16d9ab6694..20dfc1a097 100644 Binary files a/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-different-card-componens-styles-6-chromium-linux.png and b/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-different-card-componens-styles-6-chromium-linux.png differ diff --git a/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-different-card-componens-styles-6-firefox-linux.png b/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-different-card-componens-styles-6-firefox-linux.png index 57caf2a9df..02ebc74b17 100644 Binary files a/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-different-card-componens-styles-6-firefox-linux.png and b/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-different-card-componens-styles-6-firefox-linux.png differ diff --git a/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-different-card-componens-styles-6-webkit-linux.png b/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-different-card-componens-styles-6-webkit-linux.png index 63eb3e4e09..24bffec876 100644 Binary files a/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-different-card-componens-styles-6-webkit-linux.png and b/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-different-card-componens-styles-6-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..564c3faada 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..7a6c54ba5b 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..cd1c39185c 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-8-chromium-linux.png b/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-different-card-componens-styles-8-chromium-linux.png index b6f9ba8aba..d898b01261 100644 Binary files a/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-different-card-componens-styles-8-chromium-linux.png and b/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-different-card-componens-styles-8-chromium-linux.png differ diff --git a/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-different-card-componens-styles-8-firefox-linux.png b/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-different-card-componens-styles-8-firefox-linux.png index f2e15c2dac..86fb705890 100644 Binary files a/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-different-card-componens-styles-8-firefox-linux.png and b/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-different-card-componens-styles-8-firefox-linux.png differ diff --git a/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-different-card-componens-styles-8-webkit-linux.png b/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-different-card-componens-styles-8-webkit-linux.png index e6a6b69f68..63f60425c3 100644 Binary files a/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-different-card-componens-styles-8-webkit-linux.png and b/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-different-card-componens-styles-8-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..54eea9dad1 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..85c7b642b3 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..589b350498 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-card-with-ellipsis-width-768-height-800-1-chromium-linux.png b/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-ellipsis-width-768-height-800-1-chromium-linux.png index ead4a726de..60320356e8 100644 Binary files a/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-ellipsis-width-768-height-800-1-chromium-linux.png and b/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-ellipsis-width-768-height-800-1-chromium-linux.png differ diff --git a/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-ellipsis-width-768-height-800-1-firefox-linux.png b/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-ellipsis-width-768-height-800-1-firefox-linux.png index 5818f58b1b..5efd228a66 100644 Binary files a/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-ellipsis-width-768-height-800-1-firefox-linux.png and b/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-ellipsis-width-768-height-800-1-firefox-linux.png differ diff --git a/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-ellipsis-width-768-height-800-1-webkit-linux.png b/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-ellipsis-width-768-height-800-1-webkit-linux.png index e62f7a3b12..613d572fb8 100644 Binary files a/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-ellipsis-width-768-height-800-1-webkit-linux.png and b/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-ellipsis-width-768-height-800-1-webkit-linux.png differ diff --git a/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-ellipsis-width-768-height-800-2-chromium-linux.png b/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-ellipsis-width-768-height-800-2-chromium-linux.png index 3abb7215a2..661fa6efe2 100644 Binary files a/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-ellipsis-width-768-height-800-2-chromium-linux.png and b/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-ellipsis-width-768-height-800-2-chromium-linux.png differ diff --git a/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-ellipsis-width-768-height-800-2-firefox-linux.png b/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-ellipsis-width-768-height-800-2-firefox-linux.png index 973634a619..e91def3eb3 100644 Binary files a/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-ellipsis-width-768-height-800-2-firefox-linux.png and b/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-ellipsis-width-768-height-800-2-firefox-linux.png differ diff --git a/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-ellipsis-width-768-height-800-2-webkit-linux.png b/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-ellipsis-width-768-height-800-2-webkit-linux.png index 16cf3910ac..afd56445a0 100644 Binary files a/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-ellipsis-width-768-height-800-2-webkit-linux.png and b/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-card-with-ellipsis-width-768-height-800-2-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..69e41c302d 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..6917699e76 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..a9374049e9 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/card/src/Card.tsx b/semcore/card/src/Card.tsx index 1150e062a2..9f41076c31 100644 --- a/semcore/card/src/Card.tsx +++ b/semcore/card/src/Card.tsx @@ -51,7 +51,7 @@ function Title( return sstyled(styles)( <> - + {innerHint && ( diff --git a/semcore/card/src/style/card.shadow.css b/semcore/card/src/style/card.shadow.css index 02bbbda157..fe563e60ef 100644 --- a/semcore/card/src/style/card.shadow.css +++ b/semcore/card/src/style/card.shadow.css @@ -2,19 +2,11 @@ SCard { box-sizing: border-box; background: var(--intergalactic-bg-primary-neutral, oklch(1 0 0)); padding: 0; - border: none; border-radius: var(--intergalactic-surface-rounded, 8px); - box-shadow: var( - --intergalactic-box-shadow-card, - 0px 0px 1px 0px oklch(0.176 0.033 175.7 / 0.07), 0px 1px 3px 0px oklch(0.176 0.033 175.7 / 0.07) - ); + border: 1px solid var(--intergalactic-border-secondary, oklch(0.176 0.033 175.7 / 0.07)); STitle { - color: var(--intergalactic-text-primary, oklch(0.1 0.03 137 / 0.899)); - font-size: var(--intergalactic-fs-300, 16px); - line-height: var(--intergalactic-lh-300, 150%); - font-weight: var(--intergalactic-bold, 700); - margin-right: var(--intergalactic-spacing-1x, 4px); + margin: 0 var(--intergalactic-spacing-1x, 4px) var(--intergalactic-spacing-1x, 4px) 0; } SInfoTrigger { @@ -25,26 +17,21 @@ SCard { SDescription { display: block; - margin-bottom: 0; - margin-top: var(--intergalactic-spacing-2x, 8px); + margin: 0 0 var(--intergalactic-spacing-1x, 4px) 0; font-size: var(--intergalactic-fs-200, 14px); line-height: var(--intergalactic-lh-200, 142%); color: var(--intergalactic-text-secondary, oklch(0.088 0.026 147.7 / 0.583)); } SHeader { - padding-top: var(--intergalactic-spacing-2x, 8px); - padding-bottom: var(--intergalactic-spacing-2x, 8px); - padding-left: var(--intergalactic-spacing-5x, 20px); - padding-right: var(--intergalactic-spacing-5x, 20px); - box-shadow: inset 0 -1px 0 var(--intergalactic-border-secondary, oklch(0.176 0.033 175.7 / 0.07)); + padding-top: var(--intergalactic-spacing-content-padding-xlarge, 20px); + padding-bottom: var(--intergalactic-spacing-content-padding-medium, 12px); + padding-left: var(--intergalactic-spacing-content-padding-xlarge, 20px); + padding-right: var(--intergalactic-spacing-content-padding-xlarge, 20px); } SBody { color: var(--intergalactic-text-primary, oklch(0.1 0.03 137 / 0.899)); - padding-bottom: var(--intergalactic-spacing-5x, 20px); - padding-left: var(--intergalactic-spacing-5x, 20px); - padding-right: var(--intergalactic-spacing-5x, 20px); - padding-top: var(--intergalactic-spacing-5x, 20px); + padding: var(--intergalactic-spacing-content-padding-xlarge, 20px); } } 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 b/semcore/checkbox/__tests__/checkbox.browser-test.tsx index b5e02947ac..ecb0020d18 100644 --- a/semcore/checkbox/__tests__/checkbox.browser-test.tsx +++ b/semcore/checkbox/__tests__/checkbox.browser-test.tsx @@ -56,7 +56,7 @@ test.describe(`${TAG.VISUAL}`, () => { variables.forEach((item) => { test(`Verify size=${item.size} state=${item.state} theme=${item.theme} color=${item.color} disabled=${item.disabled} checked=${item.checked} indeterminate=${item.indeterminate}`, { tag: [TAG.PRIORITY_HIGH, - '@checkbox'], + '@checkbox', '@base-components', '@flex-box', '@typography'], }, async ({ page }) => { await loadPage(page, 'stories/components/checkbox/tests/examples/states.tsx', 'en', item); @@ -89,7 +89,7 @@ test.describe(`${TAG.VISUAL}`, () => { ); await expect(locators.checkboxText(page)).toHaveCSS( 'margin-left', - '8px', + '6px', ); await expect(locators.checkboxText(page)).toHaveCSS( 'font-size', @@ -103,7 +103,7 @@ test.describe(`${TAG.VISUAL}`, () => { test('Verify checkbox group styles', { tag: [TAG.PRIORITY_HIGH, - '@checkbox'], + '@checkbox', '@typography'], }, async ({ page }) => { await loadPage(page, 'stories/components/checkbox/tests/examples/groups.tsx', 'en'); @@ -127,7 +127,7 @@ test.describe(`${TAG.VISUAL}`, () => { test('Verify Partial selection mouse interactions', { tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, - '@checkbox'], + '@checkbox', '@base-components', '@flex-box'], }, async ({ page }) => { await loadPage(page, 'stories/components/checkbox/docs/examples/partial_selection.tsx', 'en'); @@ -145,7 +145,7 @@ test.describe(`${TAG.VISUAL}`, () => { test('Verify Partial selection keyboard interactions', { tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, - '@checkbox'], + '@checkbox', '@base-components', '@flex-box'], }, async ({ page }) => { await loadPage(page, 'stories/components/checkbox/docs/examples/partial_selection.tsx', 'en'); @@ -162,7 +162,7 @@ test.describe(`${TAG.VISUAL}`, () => { TAG.KEYBOARD, '@checkbox', '@link', - '@tooltip'], + '@tooltip', '@base-components', '@flex-box', '@button-link'], }, async ({ page }) => { await loadPage(page, 'stories/components/checkbox/docs/examples/checkbox_with_other_components.tsx', 'en'); @@ -202,7 +202,7 @@ test.describe(`${TAG.FUNCTIONAL} `, () => { test('Verify Checkbox group mouse interactions', { tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, - '@checkbox'], + '@checkbox', '@typography'], }, async ({ page }) => { await loadPage(page, 'stories/components/checkbox/docs/examples/basic_usage.tsx', 'en'); @@ -247,7 +247,7 @@ test.describe(`${TAG.FUNCTIONAL} `, () => { test('Verify Checkbox group keyboard interactions', { tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, - '@checkbox'], + '@checkbox', '@typography'], }, async ({ page }) => { await loadPage(page, 'stories/components/checkbox/docs/examples/basic_usage.tsx', 'en'); @@ -301,7 +301,7 @@ test.describe(`${TAG.FUNCTIONAL} `, () => { test('Verify Partial selection mouse interactions', { tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, - '@checkbox'], + '@checkbox', '@base-components', '@flex-box'], }, async ({ page }) => { await loadPage(page, 'stories/components/checkbox/docs/examples/partial_selection.tsx', 'en'); @@ -366,7 +366,7 @@ test.describe(`${TAG.FUNCTIONAL} `, () => { test('Verify Partial selection keyboard interactions', { tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, - '@checkbox'], + '@checkbox', '@base-components', '@flex-box'], }, async ({ page }) => { await loadPage(page, 'stories/components/checkbox/docs/examples/partial_selection.tsx', 'en'); @@ -438,7 +438,7 @@ test.describe(`${TAG.FUNCTIONAL} `, () => { TAG.KEYBOARD, '@checkbox', '@link', - '@tooltip'], + '@tooltip', '@base-components', '@flex-box', '@button-link'], }, async ({ page }) => { await loadPage(page, 'stories/components/checkbox/docs/examples/checkbox_with_other_components.tsx', 'en'); @@ -487,7 +487,7 @@ test.describe(`${TAG.FUNCTIONAL} `, () => { TAG.MOUSE, '@checkbox', '@link', - '@tooltip'], + '@tooltip', '@base-components', '@flex-box', '@button-link'], }, async ({ page }) => { await loadPage(page, 'stories/components/checkbox/docs/examples/checkbox_with_other_components.tsx', 'en'); 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..103edeb26e 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..f1f0e7c97e 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..8805f2ff55 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..a20502ed7d 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-keyboard-interactions-1-firefox-linux.png b/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-Partial-selection-keyboard-interactions-1-firefox-linux.png index d4b3fc219f..0744e11389 100644 Binary files a/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-Partial-selection-keyboard-interactions-1-firefox-linux.png and b/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-Partial-selection-keyboard-interactions-1-firefox-linux.png differ diff --git a/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-Partial-selection-keyboard-interactions-1-webkit-linux.png b/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-Partial-selection-keyboard-interactions-1-webkit-linux.png index 259a511b2d..b73884217b 100644 Binary files a/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-Partial-selection-keyboard-interactions-1-webkit-linux.png and b/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-Partial-selection-keyboard-interactions-1-webkit-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..ab03f54242 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-Partial-selection-mouse-interactions-1-firefox-linux.png b/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-Partial-selection-mouse-interactions-1-firefox-linux.png index 18d2e1bb0b..11f1a87c79 100644 Binary files a/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-Partial-selection-mouse-interactions-1-firefox-linux.png and b/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-Partial-selection-mouse-interactions-1-firefox-linux.png differ diff --git a/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-Partial-selection-mouse-interactions-1-webkit-linux.png b/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-Partial-selection-mouse-interactions-1-webkit-linux.png index f0c80287a9..2fcc4196b5 100644 Binary files a/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-Partial-selection-mouse-interactions-1-webkit-linux.png and b/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-Partial-selection-mouse-interactions-1-webkit-linux.png differ diff --git a/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-l-state-invalid-theme-unde-94b8b-sabled-false-checked-true-indeterminate-false-1-chromium-linux.png b/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-l-state-invalid-theme-unde-94b8b-sabled-false-checked-true-indeterminate-false-1-chromium-linux.png index 175acba213..165fc16cb0 100644 Binary files a/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-l-state-invalid-theme-unde-94b8b-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-invalid-theme-unde-94b8b-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-invalid-theme-unde-94b8b-sabled-false-checked-true-indeterminate-false-1-firefox-linux.png b/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-l-state-invalid-theme-unde-94b8b-sabled-false-checked-true-indeterminate-false-1-firefox-linux.png index 9c8f440e16..39ce3b685b 100644 Binary files a/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-l-state-invalid-theme-unde-94b8b-sabled-false-checked-true-indeterminate-false-1-firefox-linux.png and b/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-l-state-invalid-theme-unde-94b8b-sabled-false-checked-true-indeterminate-false-1-firefox-linux.png differ diff --git a/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-l-state-invalid-theme-unde-94b8b-sabled-false-checked-true-indeterminate-false-1-webkit-linux.png b/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-l-state-invalid-theme-unde-94b8b-sabled-false-checked-true-indeterminate-false-1-webkit-linux.png index 91f528aded..1b1f3a1381 100644 Binary files a/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-l-state-invalid-theme-unde-94b8b-sabled-false-checked-true-indeterminate-false-1-webkit-linux.png and b/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-l-state-invalid-theme-unde-94b8b-sabled-false-checked-true-indeterminate-false-1-webkit-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..83ffbc17f3 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-92cd8-sabled-false-checked-true-indeterminate-false-1-firefox-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-firefox-linux.png index d2046f7757..90b552cedf 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-firefox-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-firefox-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-webkit-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-webkit-linux.png index c8a2f5d1a8..00347971b6 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-webkit-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-webkit-linux.png differ diff --git a/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-l-state-normal-theme-undef-9d855-isabled-true-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-9d855-isabled-true-checked-true-indeterminate-false-1-chromium-linux.png index 7914ca0f4a..de08d6ff4c 100644 Binary files a/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-l-state-normal-theme-undef-9d855-isabled-true-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-9d855-isabled-true-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-9d855-isabled-true-checked-true-indeterminate-false-1-firefox-linux.png b/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-l-state-normal-theme-undef-9d855-isabled-true-checked-true-indeterminate-false-1-firefox-linux.png index ef58781bad..dffa580fca 100644 Binary files a/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-l-state-normal-theme-undef-9d855-isabled-true-checked-true-indeterminate-false-1-firefox-linux.png and b/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-l-state-normal-theme-undef-9d855-isabled-true-checked-true-indeterminate-false-1-firefox-linux.png differ diff --git a/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-l-state-normal-theme-undef-9d855-isabled-true-checked-true-indeterminate-false-1-webkit-linux.png b/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-l-state-normal-theme-undef-9d855-isabled-true-checked-true-indeterminate-false-1-webkit-linux.png index 9d0e797ab0..a7e5bbc99d 100644 Binary files a/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-l-state-normal-theme-undef-9d855-isabled-true-checked-true-indeterminate-false-1-webkit-linux.png and b/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-l-state-normal-theme-undef-9d855-isabled-true-checked-true-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-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..eb86fb8070 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-l-state-normal-theme-undef-e9f72-sabled-false-checked-false-indeterminate-true-1-firefox-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-firefox-linux.png index c59bd16712..1a430be027 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-firefox-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-firefox-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..64527a2dc5 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-firefox-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-firefox-linux.png index 8a3519aced..20d9014a66 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-firefox-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-firefox-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..760e0e50b9 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..411ef5ebeb 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--0c71a-sabled-false-checked-true-indeterminate-false-1-firefox-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-firefox-linux.png index 82964c0c94..efbd127c7c 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-firefox-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-firefox-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-webkit-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-webkit-linux.png index 89a9947d96..11a880d740 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-webkit-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-webkit-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..f253d892bd 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--20a5d-abled-false-checked-false-indeterminate-false-1-firefox-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-firefox-linux.png index c60db733d8..34985bbbe8 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-firefox-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-firefox-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-webkit-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-webkit-linux.png index 93720c9d5c..f5f047db7e 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-webkit-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-webkit-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..6fef8b1f7a 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-pink--69a82-sabled-false-checked-false-indeterminate-true-1-firefox-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-firefox-linux.png index 84c3292444..1ef766f824 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-firefox-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-firefox-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-webkit-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-webkit-linux.png index 2c579436d9..4db8842222 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-webkit-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-webkit-linux.png differ diff --git a/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-m-state-normal-theme-pink--cc4e6-isabled-true-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--cc4e6-isabled-true-checked-true-indeterminate-false-1-chromium-linux.png index 387a3fb691..1e42a9a1de 100644 Binary files a/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-m-state-normal-theme-pink--cc4e6-isabled-true-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--cc4e6-isabled-true-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--cc4e6-isabled-true-checked-true-indeterminate-false-1-firefox-linux.png b/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-m-state-normal-theme-pink--cc4e6-isabled-true-checked-true-indeterminate-false-1-firefox-linux.png index 8e89bf81f0..b81dbe908d 100644 Binary files a/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-m-state-normal-theme-pink--cc4e6-isabled-true-checked-true-indeterminate-false-1-firefox-linux.png and b/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-m-state-normal-theme-pink--cc4e6-isabled-true-checked-true-indeterminate-false-1-firefox-linux.png differ diff --git a/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-m-state-normal-theme-pink--cc4e6-isabled-true-checked-true-indeterminate-false-1-webkit-linux.png b/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-m-state-normal-theme-pink--cc4e6-isabled-true-checked-true-indeterminate-false-1-webkit-linux.png index 3627e7c372..a772b702f9 100644 Binary files a/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-m-state-normal-theme-pink--cc4e6-isabled-true-checked-true-indeterminate-false-1-webkit-linux.png and b/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-m-state-normal-theme-pink--cc4e6-isabled-true-checked-true-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-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..28ff22d291 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-1b697-sabled-false-checked-true-indeterminate-false-1-firefox-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-firefox-linux.png index 41b84a7ad8..662d69de6c 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-firefox-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-firefox-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-webkit-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-webkit-linux.png index 0b20bfa6ef..91f1942cd6 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-webkit-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-webkit-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..4a20e93e4b 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-27ffc-abled-false-checked-false-indeterminate-false-1-firefox-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-firefox-linux.png index 5ce33713a6..4f88d3787a 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-firefox-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-firefox-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-webkit-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-webkit-linux.png index 5de42cc8c9..00bfd1c1c0 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-webkit-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-webkit-linux.png differ diff --git a/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-m-state-normal-theme-undef-da929-isabled-true-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-da929-isabled-true-checked-true-indeterminate-false-1-chromium-linux.png index c1a3587e6b..778998b6c5 100644 Binary files a/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-m-state-normal-theme-undef-da929-isabled-true-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-da929-isabled-true-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-da929-isabled-true-checked-true-indeterminate-false-1-firefox-linux.png b/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-m-state-normal-theme-undef-da929-isabled-true-checked-true-indeterminate-false-1-firefox-linux.png index 05965c38be..1b262c0959 100644 Binary files a/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-m-state-normal-theme-undef-da929-isabled-true-checked-true-indeterminate-false-1-firefox-linux.png and b/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-m-state-normal-theme-undef-da929-isabled-true-checked-true-indeterminate-false-1-firefox-linux.png differ diff --git a/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-m-state-normal-theme-undef-da929-isabled-true-checked-true-indeterminate-false-1-webkit-linux.png b/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-m-state-normal-theme-undef-da929-isabled-true-checked-true-indeterminate-false-1-webkit-linux.png index 964277f9bc..7a96311e22 100644 Binary files a/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-m-state-normal-theme-undef-da929-isabled-true-checked-true-indeterminate-false-1-webkit-linux.png and b/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-m-state-normal-theme-undef-da929-isabled-true-checked-true-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-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..f253d892bd 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/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-m-state-normal-theme-undef-dd92e-abled-false-checked-false-indeterminate-false-1-firefox-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-firefox-linux.png index c60db733d8..34985bbbe8 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-firefox-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-firefox-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-webkit-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-webkit-linux.png index 93720c9d5c..f5f047db7e 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-webkit-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-webkit-linux.png differ diff --git a/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-m-state-normal-theme-undef-e2bf0-isabled-true-checked-false-indeterminate-true-1-chromium-linux.png b/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-m-state-normal-theme-undef-e2bf0-isabled-true-checked-false-indeterminate-true-1-chromium-linux.png index 9a961ce7c9..1eaa11418a 100644 Binary files a/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-m-state-normal-theme-undef-e2bf0-isabled-true-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-undef-e2bf0-isabled-true-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-e2bf0-isabled-true-checked-false-indeterminate-true-1-firefox-linux.png b/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-m-state-normal-theme-undef-e2bf0-isabled-true-checked-false-indeterminate-true-1-firefox-linux.png index 17b37ada11..1e6d4e8c2b 100644 Binary files a/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-m-state-normal-theme-undef-e2bf0-isabled-true-checked-false-indeterminate-true-1-firefox-linux.png and b/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-m-state-normal-theme-undef-e2bf0-isabled-true-checked-false-indeterminate-true-1-firefox-linux.png differ diff --git a/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-m-state-normal-theme-undef-e2bf0-isabled-true-checked-false-indeterminate-true-1-webkit-linux.png b/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-m-state-normal-theme-undef-e2bf0-isabled-true-checked-false-indeterminate-true-1-webkit-linux.png index 8223cd19e3..805fad1da0 100644 Binary files a/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-m-state-normal-theme-undef-e2bf0-isabled-true-checked-false-indeterminate-true-1-webkit-linux.png and b/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-m-state-normal-theme-undef-e2bf0-isabled-true-checked-false-indeterminate-true-1-webkit-linux.png differ diff --git a/semcore/checkbox/src/style/checkbox.shadow.css b/semcore/checkbox/src/style/checkbox.shadow.css index 2cc6c1746f..e6b543b410 100644 --- a/semcore/checkbox/src/style/checkbox.shadow.css +++ b/semcore/checkbox/src/style/checkbox.shadow.css @@ -9,7 +9,7 @@ SLabel { } SText { - margin-left: var(--intergalactic-spacing-2x, 8px); + margin-left: var(--intergalactic-spacing-content-gap-medium, 6px); color: var(--intergalactic-text-primary, oklch(0.1 0.03 137 / 0.899)); &[disabled] { @@ -17,6 +17,10 @@ SLabel { } } + SText[size='l'] { + margin-left: var(--intergalactic-spacing-content-gap-large, 8px); + } + SText[color] { color: var(--color); } @@ -44,9 +48,9 @@ SCheckbox { left: 0; right: 0; bottom: 0; - background: var(--intergalactic-bg-primary-neutral, oklch(1 0 0)); + background: var(--intergalactic-control-checkbox-bg-normal, oklch(1 0 0)); border: 1px solid; - border-radius: var(--intergalactic-addon-rounded, 4px); + border-radius: var(--intergalactic-checkbox-rounded, 4px); transition: calc(var(--intergalactic-duration-control, 200) * 1ms) all ease-in-out; outline-color: transparent; } @@ -54,7 +58,7 @@ SCheckbox { &::after { content: ''; position: absolute; - top: 1px; + top: 0; left: 0; right: 0; bottom: 0; @@ -64,31 +68,27 @@ SCheckbox { } &[state='normal']:before { - border-color: var(--intergalactic-border-primary, oklch(0.137 0.026 175.7 / 0.161)); - } - - &[state='normal']:focus-visible:before { - border-color: var(--intergalactic-border-info-active, oklch(0.7 0.131 275.2)); + border-color: var(--intergalactic-control-checkbox-border, oklch(0.137 0.026 175.7 / 0.161)); } } SCheckbox[size='l'] { margin-top: var(--intergalactic-spacing-05x, 2px); - width: 20px; - height: 20px; + width: var(--intergalactic-spacing-5x, 20px); + height: var(--intergalactic-spacing-5x, 20px); &[checked]::after { - background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDEyIDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xMSAxLjVMNC43NSA3Ljc1TDEgNCIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg=='); + background-image: var(--intergalactic-assets-checkmark-l, url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxNCAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTIuNCAyLjQ1MjIxTDUuMzA0NCA5LjU0NzgyTDEuNjAwMDEgNS44NDM0MyIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==")); } } SCheckbox[size='m'] { margin-top: var(--intergalactic-spacing-05x, 2px); - width: 16px; - height: 16px; + width: var(--intergalactic-spacing-4x, 16px); + height: var(--intergalactic-spacing-4x, 16px); &[checked]::after { - background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEwIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik04LjI1IDFMNCA1LjI1TDEuNzUgMyIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg=='); + background-image: var(--intergalactic-assets-checkmark-m, url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMiAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTAuMzEwNyAyLjE2NzkxTDQuNjQ2NDUgNy44MzIxMkwxLjY4OTM0IDQuODc1MDEiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZT0id2hpdGUiLz48L3N2Zz4=")); } } @@ -103,16 +103,15 @@ SText[size='m'] { line-height: var(--intergalactic-lh-200, 142%); } - 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-checkbox-bg-selected, oklch(0.23 0.01 140)); + border-color: var(--intergalactic-control-checkbox-bg-selected, oklch(0.23 0.01 140)); } 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-checkbox-bg-selected, oklch(0.23 0.01 140)); + border-color: var(--intergalactic-control-checkbox-bg-selected, oklch(0.23 0.01 140)); } SCheckbox[state='invalid'], @@ -137,15 +136,14 @@ SControl[disabled] ~ SCheckbox[state='invalid'] > SInvalidPattern { cursor: default; } -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)); - } +SControl[checked]~SCheckbox[state='invalid']:before, +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)); } SControl[indeterminate]~SCheckbox:after { - background-color: #ffffff; + background-color: var(--intergalactic-control-checkbox-checkmark, oklch(1 0 0)); margin: auto; /* disable-tokens-validator */ border-radius: 1px; @@ -153,17 +151,14 @@ SControl[indeterminate]~SCheckbox:after { SControl[indeterminate]~SCheckbox[size='l']:after { width: 12px; - height: 2px; + /* disable-tokens-validator */ + height: 1.5px; } SControl[indeterminate]~SCheckbox[size='m']:after { width: 8px; - height: 2px; -} - -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)); + /* disable-tokens-validator */ + height: 1.5px; } SCheckbox[checked][theme][state='normal']:before { @@ -186,7 +181,8 @@ SControl[indeterminate]~SCheckbox[theme][state='normal']:before { } SInvalidPattern { - height: calc(100% - 2px); + height: calc(100% - var(--intergalactic-spacing-05x, 2px)); + /* disable-tokens-validator */ margin: 1px 0 1px 1px; border-bottom-left-radius: var(--intergalactic-rounded-small, 4px); border-top-left-radius: var(--intergalactic-rounded-small, 4px); 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 b/semcore/d3-chart/__tests__/area-chart.browser-test.tsx index 7bb502c840..a0ca5c8aaa 100644 --- a/semcore/d3-chart/__tests__/area-chart.browser-test.tsx +++ b/semcore/d3-chart/__tests__/area-chart.browser-test.tsx @@ -94,7 +94,7 @@ test.describe(`${TAG.VISUAL}`, () => { variables.forEach((vars, index) => { test(`Verify area chart ${vars.description}`, { - tag: [TAG.PRIORITY_HIGH, '@area-chart', '@d3-chart'], + tag: [TAG.PRIORITY_HIGH, '@area-chart', '@d3-chart', '@base-components', '@flex-box'], }, async ({ page }) => { await loadPage( page, @@ -145,7 +145,7 @@ test.describe(`${TAG.VISUAL}`, () => { dataVariations.forEach((dataVariant) => { test(`Verify area chart ${dataVariant.description}`, { - tag: [TAG.PRIORITY_MEDIUM, '@area-chart', '@d3-chart'], + tag: [TAG.PRIORITY_MEDIUM, '@area-chart', '@d3-chart', '@base-components', '@flex-box'], }, async ({ page }) => { await loadPage( page, @@ -179,7 +179,7 @@ test.describe(`${TAG.VISUAL}`, () => { }); test('Verify chart with no data and single data', { - tag: [TAG.PRIORITY_MEDIUM, '@area-chart', '@d3-chart'], + tag: [TAG.PRIORITY_MEDIUM, '@area-chart', '@d3-chart', '@base-components', '@flex-box', '@typography'], }, async ({ page }) => { await loadPage(page, 'stories/components/d3-chart/docs/examples/area-chart/edge-cases.tsx', 'en'); @@ -218,7 +218,7 @@ test.describe(`${TAG.VISUAL}`, () => { }); test('Verify stacked area when part of the chart has no data or only one value', { - tag: [TAG.PRIORITY_HIGH, '@stacked-area-chart', '@d3-chart'], + tag: [TAG.PRIORITY_HIGH, '@stacked-area-chart', '@d3-chart', '@base-components', '@flex-box', '@typography'], }, async ({ page }) => { await loadPage(page, 'stories/components/d3-chart/docs/examples/stacked-area-chart/edge-cases.tsx', 'en'); @@ -236,7 +236,7 @@ test.describe(`${TAG.VISUAL}`, () => { }); test('Verify stacked area chart rendering', { - tag: [TAG.PRIORITY_MEDIUM, '@stacked-area-chart', '@d3-chart'], + tag: [TAG.PRIORITY_MEDIUM, '@stacked-area-chart', '@d3-chart', '@base-components', '@flex-box', '@typography'], }, async ({ page }) => { await loadPage(page, 'stories/components/d3-chart/docs/examples/stacked-area-chart/stacked-area.tsx', 'en'); @@ -248,7 +248,7 @@ test.describe(`${TAG.VISUAL}`, () => { }); test('Verify legend and pattern fill hover and focus styles', { - tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, TAG.KEYBOARD, '@area-chart', '@d3-chart'], + tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, TAG.KEYBOARD, '@area-chart', '@d3-chart', '@chart-legend'], }, async ({ page }) => { await loadPage(page, 'stories/components/d3-chart/docs/examples/area-chart/legend-and-pattern-fill.tsx', 'en'); @@ -274,7 +274,7 @@ test.describe(`${TAG.VISUAL}`, () => { }); test('Verify stacked area chart legend hover styles', { - tag: [TAG.PRIORITY_MEDIUM, TAG.MOUSE, '@stacked-area-chart', '@d3-chart'], + tag: [TAG.PRIORITY_MEDIUM, TAG.MOUSE, '@stacked-area-chart', '@d3-chart', '@base-components', '@flex-box', '@chart-legend', '@typography'], }, async ({ page }) => { await loadPage(page, 'stories/components/d3-chart/docs/examples/stacked-area-chart/legend-and-pattern-fill.tsx', 'en'); @@ -294,7 +294,7 @@ We verify states, visibility, and attributes. ===================================================== */ test.describe(`${TAG.FUNCTIONAL}`, () => { test('Verify props configurations behavior', { - tag: [TAG.PRIORITY_HIGH, '@area-chart', '@d3-chart'], + tag: [TAG.PRIORITY_HIGH, '@area-chart', '@d3-chart', '@base-components', '@flex-box'], }, async ({ page }) => { await loadPage( page, @@ -392,7 +392,7 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { }); test('Verify click handler (onClickArea)', { - tag: [TAG.PRIORITY_MEDIUM, TAG.MOUSE, '@area-chart', '@d3-chart'], + tag: [TAG.PRIORITY_MEDIUM, TAG.MOUSE, '@area-chart', '@d3-chart', '@base-components', '@flex-box'], }, async ({ page }) => { const consoleMessages: string[] = []; @@ -422,7 +422,7 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { }); test('Verify legend checkbox attributes', { - tag: [TAG.PRIORITY_MEDIUM, '@area-chart', '@d3-chart'], + tag: [TAG.PRIORITY_MEDIUM, '@area-chart', '@d3-chart', '@chart-legend'], }, async ({ page }) => { await loadPage(page, 'stories/components/d3-chart/docs/examples/area-chart/legend-and-pattern-fill.tsx', 'en'); diff --git a/semcore/d3-chart/__tests__/area-chart.browser-test.tsx-snapshots/-visual-Verify-area-chart-Stacked-patterns-enabled-minimal-UI-1-chromium-linux.png b/semcore/d3-chart/__tests__/area-chart.browser-test.tsx-snapshots/-visual-Verify-area-chart-Stacked-patterns-enabled-minimal-UI-1-chromium-linux.png index 0cabfac56b..18f68af914 100644 Binary files a/semcore/d3-chart/__tests__/area-chart.browser-test.tsx-snapshots/-visual-Verify-area-chart-Stacked-patterns-enabled-minimal-UI-1-chromium-linux.png and b/semcore/d3-chart/__tests__/area-chart.browser-test.tsx-snapshots/-visual-Verify-area-chart-Stacked-patterns-enabled-minimal-UI-1-chromium-linux.png differ diff --git a/semcore/d3-chart/__tests__/area-chart.browser-test.tsx-snapshots/-visual-Verify-area-chart-Stacked-patterns-enabled-minimal-UI-1-firefox-linux.png b/semcore/d3-chart/__tests__/area-chart.browser-test.tsx-snapshots/-visual-Verify-area-chart-Stacked-patterns-enabled-minimal-UI-1-firefox-linux.png index f2f31bf2ee..74789f61c5 100644 Binary files a/semcore/d3-chart/__tests__/area-chart.browser-test.tsx-snapshots/-visual-Verify-area-chart-Stacked-patterns-enabled-minimal-UI-1-firefox-linux.png and b/semcore/d3-chart/__tests__/area-chart.browser-test.tsx-snapshots/-visual-Verify-area-chart-Stacked-patterns-enabled-minimal-UI-1-firefox-linux.png differ diff --git a/semcore/d3-chart/__tests__/area-chart.browser-test.tsx-snapshots/-visual-Verify-area-chart-Stacked-patterns-enabled-minimal-UI-1-webkit-linux.png b/semcore/d3-chart/__tests__/area-chart.browser-test.tsx-snapshots/-visual-Verify-area-chart-Stacked-patterns-enabled-minimal-UI-1-webkit-linux.png index 44856b5a8b..e017fbd70e 100644 Binary files a/semcore/d3-chart/__tests__/area-chart.browser-test.tsx-snapshots/-visual-Verify-area-chart-Stacked-patterns-enabled-minimal-UI-1-webkit-linux.png and b/semcore/d3-chart/__tests__/area-chart.browser-test.tsx-snapshots/-visual-Verify-area-chart-Stacked-patterns-enabled-minimal-UI-1-webkit-linux.png differ diff --git a/semcore/d3-chart/__tests__/area-chart.browser-test.tsx-snapshots/-visual-Verify-area-chart-Standard-all-features-medium-size-1-chromium-linux.png b/semcore/d3-chart/__tests__/area-chart.browser-test.tsx-snapshots/-visual-Verify-area-chart-Standard-all-features-medium-size-1-chromium-linux.png index dac099c5ce..5f9508ecc5 100644 Binary files a/semcore/d3-chart/__tests__/area-chart.browser-test.tsx-snapshots/-visual-Verify-area-chart-Standard-all-features-medium-size-1-chromium-linux.png and b/semcore/d3-chart/__tests__/area-chart.browser-test.tsx-snapshots/-visual-Verify-area-chart-Standard-all-features-medium-size-1-chromium-linux.png differ diff --git a/semcore/d3-chart/__tests__/area-chart.browser-test.tsx-snapshots/-visual-Verify-area-chart-Standard-all-features-medium-size-1-firefox-linux.png b/semcore/d3-chart/__tests__/area-chart.browser-test.tsx-snapshots/-visual-Verify-area-chart-Standard-all-features-medium-size-1-firefox-linux.png index 78c5a53d89..c6db99c8c5 100644 Binary files a/semcore/d3-chart/__tests__/area-chart.browser-test.tsx-snapshots/-visual-Verify-area-chart-Standard-all-features-medium-size-1-firefox-linux.png and b/semcore/d3-chart/__tests__/area-chart.browser-test.tsx-snapshots/-visual-Verify-area-chart-Standard-all-features-medium-size-1-firefox-linux.png differ diff --git a/semcore/d3-chart/__tests__/area-chart.browser-test.tsx-snapshots/-visual-Verify-area-chart-Standard-all-features-medium-size-1-webkit-linux.png b/semcore/d3-chart/__tests__/area-chart.browser-test.tsx-snapshots/-visual-Verify-area-chart-Standard-all-features-medium-size-1-webkit-linux.png index 2572664d0b..d3773f6271 100644 Binary files a/semcore/d3-chart/__tests__/area-chart.browser-test.tsx-snapshots/-visual-Verify-area-chart-Standard-all-features-medium-size-1-webkit-linux.png and b/semcore/d3-chart/__tests__/area-chart.browser-test.tsx-snapshots/-visual-Verify-area-chart-Standard-all-features-medium-size-1-webkit-linux.png differ 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..cf30d1f14e 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-area-chart-with-null-undefined-and-negative-values-1-firefox-linux.png b/semcore/d3-chart/__tests__/area-chart.browser-test.tsx-snapshots/-visual-Verify-area-chart-with-null-undefined-and-negative-values-1-firefox-linux.png index 42f28f9c1a..3749e32ff0 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-firefox-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-firefox-linux.png differ diff --git a/semcore/d3-chart/__tests__/area-chart.browser-test.tsx-snapshots/-visual-Verify-area-chart-with-null-undefined-and-negative-values-1-webkit-linux.png b/semcore/d3-chart/__tests__/area-chart.browser-test.tsx-snapshots/-visual-Verify-area-chart-with-null-undefined-and-negative-values-1-webkit-linux.png index 4e4af941ee..443b2911a4 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-webkit-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-webkit-linux.png differ diff --git a/semcore/d3-chart/__tests__/area-chart.browser-test.tsx-snapshots/-visual-Verify-area-chart-with-single-data-point-1-chromium-linux.png b/semcore/d3-chart/__tests__/area-chart.browser-test.tsx-snapshots/-visual-Verify-area-chart-with-single-data-point-1-chromium-linux.png index fe6d2add8e..ad45461432 100644 Binary files a/semcore/d3-chart/__tests__/area-chart.browser-test.tsx-snapshots/-visual-Verify-area-chart-with-single-data-point-1-chromium-linux.png and b/semcore/d3-chart/__tests__/area-chart.browser-test.tsx-snapshots/-visual-Verify-area-chart-with-single-data-point-1-chromium-linux.png differ diff --git a/semcore/d3-chart/__tests__/area-chart.browser-test.tsx-snapshots/-visual-Verify-area-chart-with-single-data-point-1-firefox-linux.png b/semcore/d3-chart/__tests__/area-chart.browser-test.tsx-snapshots/-visual-Verify-area-chart-with-single-data-point-1-firefox-linux.png index 00d6ff0f6f..1e7dc9b478 100644 Binary files a/semcore/d3-chart/__tests__/area-chart.browser-test.tsx-snapshots/-visual-Verify-area-chart-with-single-data-point-1-firefox-linux.png and b/semcore/d3-chart/__tests__/area-chart.browser-test.tsx-snapshots/-visual-Verify-area-chart-with-single-data-point-1-firefox-linux.png differ diff --git a/semcore/d3-chart/__tests__/area-chart.browser-test.tsx-snapshots/-visual-Verify-area-chart-with-single-data-point-1-webkit-linux.png b/semcore/d3-chart/__tests__/area-chart.browser-test.tsx-snapshots/-visual-Verify-area-chart-with-single-data-point-1-webkit-linux.png index 125b059bd2..480f2acc58 100644 Binary files a/semcore/d3-chart/__tests__/area-chart.browser-test.tsx-snapshots/-visual-Verify-area-chart-with-single-data-point-1-webkit-linux.png and b/semcore/d3-chart/__tests__/area-chart.browser-test.tsx-snapshots/-visual-Verify-area-chart-with-single-data-point-1-webkit-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-chromium-linux.png b/semcore/d3-chart/__tests__/area-chart.browser-test.tsx-snapshots/-visual-Verify-legend-and-pattern-fill-hover-and-focus-styles-1-chromium-linux.png index 55aea27169..41555dbbe6 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-chromium-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-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-firefox-linux.png b/semcore/d3-chart/__tests__/area-chart.browser-test.tsx-snapshots/-visual-Verify-legend-and-pattern-fill-hover-and-focus-styles-1-firefox-linux.png index a9140a93bd..d6b526df34 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-firefox-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-firefox-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..724744973a 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-chromium-linux.png b/semcore/d3-chart/__tests__/area-chart.browser-test.tsx-snapshots/-visual-Verify-legend-and-pattern-fill-hover-and-focus-styles-2-chromium-linux.png index 117a8eaf7e..266771ef8f 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-chromium-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-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-2-firefox-linux.png b/semcore/d3-chart/__tests__/area-chart.browser-test.tsx-snapshots/-visual-Verify-legend-and-pattern-fill-hover-and-focus-styles-2-firefox-linux.png index c1d42f3cb6..5db5598a79 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-firefox-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-firefox-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..4e8bd2f40f 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-chromium-linux.png b/semcore/d3-chart/__tests__/area-chart.browser-test.tsx-snapshots/-visual-Verify-legend-and-pattern-fill-hover-and-focus-styles-3-chromium-linux.png index 35df4761c9..ae2814e013 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-chromium-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-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-3-firefox-linux.png b/semcore/d3-chart/__tests__/area-chart.browser-test.tsx-snapshots/-visual-Verify-legend-and-pattern-fill-hover-and-focus-styles-3-firefox-linux.png index 8e0c3dd763..44d876e2d2 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-firefox-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-firefox-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..d7ceb9fa25 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__/area-chart.browser-test.tsx-snapshots/-visual-Verify-stacked-area-chart-legend-hover-styles-1-chromium-linux.png b/semcore/d3-chart/__tests__/area-chart.browser-test.tsx-snapshots/-visual-Verify-stacked-area-chart-legend-hover-styles-1-chromium-linux.png index d40dfb6d37..6f1366624c 100644 Binary files a/semcore/d3-chart/__tests__/area-chart.browser-test.tsx-snapshots/-visual-Verify-stacked-area-chart-legend-hover-styles-1-chromium-linux.png and b/semcore/d3-chart/__tests__/area-chart.browser-test.tsx-snapshots/-visual-Verify-stacked-area-chart-legend-hover-styles-1-chromium-linux.png differ diff --git a/semcore/d3-chart/__tests__/area-chart.browser-test.tsx-snapshots/-visual-Verify-stacked-area-chart-legend-hover-styles-1-firefox-linux.png b/semcore/d3-chart/__tests__/area-chart.browser-test.tsx-snapshots/-visual-Verify-stacked-area-chart-legend-hover-styles-1-firefox-linux.png index c2b7327cd1..c81c979930 100644 Binary files a/semcore/d3-chart/__tests__/area-chart.browser-test.tsx-snapshots/-visual-Verify-stacked-area-chart-legend-hover-styles-1-firefox-linux.png and b/semcore/d3-chart/__tests__/area-chart.browser-test.tsx-snapshots/-visual-Verify-stacked-area-chart-legend-hover-styles-1-firefox-linux.png differ diff --git a/semcore/d3-chart/__tests__/area-chart.browser-test.tsx-snapshots/-visual-Verify-stacked-area-chart-legend-hover-styles-1-webkit-linux.png b/semcore/d3-chart/__tests__/area-chart.browser-test.tsx-snapshots/-visual-Verify-stacked-area-chart-legend-hover-styles-1-webkit-linux.png index 1091062241..b68013894e 100644 Binary files a/semcore/d3-chart/__tests__/area-chart.browser-test.tsx-snapshots/-visual-Verify-stacked-area-chart-legend-hover-styles-1-webkit-linux.png and b/semcore/d3-chart/__tests__/area-chart.browser-test.tsx-snapshots/-visual-Verify-stacked-area-chart-legend-hover-styles-1-webkit-linux.png differ diff --git a/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx b/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx index 34585d1e0d..2f0f2f1b61 100644 --- a/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx +++ b/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx @@ -114,7 +114,7 @@ test.describe(`${TAG.VISUAL}`, () => { variables.forEach((vars) => { test(`Verify bar chart ${vars.description}`, { - tag: [TAG.PRIORITY_HIGH, '@bar-chart', '@d3-chart'], + tag: [TAG.PRIORITY_HIGH, '@bar-chart', '@d3-chart', '@base-components', '@flex-box'], }, async ({ page }) => { await loadPage( page, @@ -159,7 +159,7 @@ test.describe(`${TAG.VISUAL}`, () => { variablesTrend.forEach((vars) => { test(`Verify trend for chart ${vars.description}`, { - tag: [TAG.PRIORITY_HIGH, '@bar-chart', '@d3-chart'], + tag: [TAG.PRIORITY_HIGH, '@bar-chart', '@d3-chart', '@base-components', '@flex-box'], }, async ({ page }) => { await loadPage( page, @@ -250,7 +250,7 @@ test.describe(`${TAG.VISUAL}`, () => { }); test('Verify negative values look good on bar charts', { - tag: [TAG.PRIORITY_MEDIUM, TAG.MOUSE, '@bar-chart', '@d3-chart'], + tag: [TAG.PRIORITY_MEDIUM, TAG.MOUSE, '@bar-chart', '@d3-chart', '@base-components', '@flex-box', '@typography'], }, async ({ page }) => { await loadPage( page, @@ -382,7 +382,7 @@ test.describe(`${TAG.VISUAL}`, () => { groupedStackedVariations.forEach((variant) => { test(`Verify bar chart ${variant.name}`, { - tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, '@bar-chart', '@d3-chart'], + tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, '@bar-chart', '@d3-chart', '@base-components', '@flex-box'], }, async ({ page }) => { await loadPage( page, @@ -429,7 +429,7 @@ test.describe(`${TAG.VISUAL}`, () => { test.describe('Bar chart - Legend and interactions', () => { test('Verify bar legend and pattern fill mouse interaction', { - tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, '@bar-chart', '@d3-chart'], + tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, '@bar-chart', '@d3-chart', '@base-components', '@flex-box', '@chart-legend', '@typography'], }, async ({ page }) => { await loadPage( page, @@ -473,7 +473,7 @@ test.describe(`${TAG.VISUAL}`, () => { }); test('Verify bar legend and pattern fill keyboard interaction', { - tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, '@bar-chart', '@d3-chart'], + tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, '@bar-chart', '@d3-chart', '@base-components', '@flex-box', '@chart-legend', '@typography'], }, async ({ page }) => { await loadPage( page, @@ -567,7 +567,7 @@ test.describe(`${TAG.VISUAL}`, () => { dataVariations.forEach((dataVariant) => { test(`Verify bar chart ${dataVariant.name}`, { - tag: [TAG.PRIORITY_HIGH, '@bar-chart', '@d3-chart'], + tag: [TAG.PRIORITY_HIGH, '@bar-chart', '@d3-chart', '@base-components', '@flex-box'], }, async ({ page }) => { await loadPage( page, @@ -592,7 +592,7 @@ test.describe(`${TAG.VISUAL}`, () => { test.describe('Horizontal bars', () => { test('Verify HorizontalBar implementation', { - tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, '@horizontal-bar-chart', '@bar-chart', '@d3-chart'], + tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, '@horizontal-bar-chart', '@bar-chart', '@d3-chart', '@base-components', '@flex-box', '@typography'], }, async ({ page }) => { await loadPage( page, @@ -628,7 +628,7 @@ test.describe(`${TAG.VISUAL}`, () => { }); test('Verify horizontal bar with background', { - tag: [TAG.PRIORITY_MEDIUM, TAG.MOUSE, '@horizontal-bar-chart', '@bar-chart', '@d3-chart'], + tag: [TAG.PRIORITY_MEDIUM, TAG.MOUSE, '@horizontal-bar-chart', '@bar-chart', '@d3-chart', '@base-components', '@flex-box', '@typography'], }, async ({ page }) => { await loadPage( page, @@ -652,7 +652,7 @@ test.describe(`${TAG.VISUAL}`, () => { }); test('Verify grouped horizontal bars', { - tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, '@horizontal-bar-chart', '@bar-chart', '@d3-chart'], + tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, '@horizontal-bar-chart', '@bar-chart', '@d3-chart', '@base-components', '@flex-box', '@typography'], }, async ({ page }) => { await loadPage( page, @@ -727,7 +727,7 @@ test.describe(`${TAG.VISUAL}`, () => { }); test('Verify horizontal bar legend and pattern fill mouse interaction', { - tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, '@horizontal-bar-chart', '@bar-chart', '@d3-chart'], + tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, '@horizontal-bar-chart', '@bar-chart', '@d3-chart', '@base-components', '@flex-box', '@chart-legend', '@typography'], }, async ({ page }) => { await loadPage( page, @@ -756,7 +756,7 @@ test.describe(`${TAG.VISUAL}`, () => { }); test('Verify horizontal bar legend and pattern fill keyboard interaction', { - tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, '@horizontal-bar-chart', '@bar-chart', '@d3-chart'], + tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, '@horizontal-bar-chart', '@bar-chart', '@d3-chart', '@base-components', '@flex-box', '@chart-legend', '@typography'], }, async ({ page }) => { await loadPage( page, @@ -827,7 +827,7 @@ test.describe(`${TAG.VISUAL}`, () => { }); test('Verify stacked grouped bars', { - tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, '@bar-chart', '@d3-chart'], + tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, '@bar-chart', '@d3-chart', '@base-components', '@flex-box', '@typography'], }, async ({ page }) => { await loadPage( page, @@ -853,7 +853,7 @@ test.describe(`${TAG.VISUAL}`, () => { }); test('Verify stacked bar legend and pattern fill mouse interaction', { - tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, '@bar-chart', '@d3-chart'], + tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, '@bar-chart', '@d3-chart', '@base-components', '@flex-box', '@card', '@chart-legend'], }, async ({ page }) => { await loadPage( page, @@ -887,7 +887,7 @@ test.describe(`${TAG.VISUAL}`, () => { }); test('Verify stacked bar legend and pattern fill keyboard interaction', { - tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, '@bar-chart', '@d3-chart'], + tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, '@bar-chart', '@d3-chart', '@base-components', '@flex-box', '@card', '@chart-legend'], }, async ({ page }) => { await loadPage( page, @@ -915,7 +915,7 @@ test.describe(`${TAG.VISUAL}`, () => { test.describe('Stacked horizontal bars', () => { test('Verify stacked horizontal bar chart with HoverRect tooltip', { - tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, '@bar-chart', '@d3-chart'], + tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, '@bar-chart', '@d3-chart', '@base-components', '@flex-box', '@typography'], }, async ({ page }) => { await loadPage( page, @@ -935,7 +935,7 @@ test.describe(`${TAG.VISUAL}`, () => { }); test('Verify stacked horizontal bar chart with negative values', { - tag: [TAG.PRIORITY_MEDIUM, '@bar-chart', '@d3-chart'], + tag: [TAG.PRIORITY_MEDIUM, '@bar-chart', '@d3-chart', '@base-components', '@flex-box', '@typography'], }, async ({ page }) => { await loadPage( page, @@ -952,7 +952,7 @@ test.describe(`${TAG.VISUAL}`, () => { }); test('Verify stacked horizontal bar legend and pattern fill mouse interaction', { - tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, '@bar-chart', '@d3-chart'], + tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, '@bar-chart', '@d3-chart', '@base-components', '@flex-box', '@card', '@chart-legend'], }, async ({ page }) => { await loadPage( page, @@ -986,7 +986,7 @@ test.describe(`${TAG.VISUAL}`, () => { }); test('Verify stacked horizontal bar legend and pattern fill keyboard interaction', { - tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, '@bar-chart', '@d3-chart'], + tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, '@bar-chart', '@d3-chart', '@base-components', '@flex-box', '@card', '@chart-legend'], }, async ({ page }) => { await loadPage( page, @@ -1081,7 +1081,7 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { ariaHiddenVariations.forEach((variant) => { test(`Verify bars aria-hidden attribute for ${variant.name}`, { - tag: [TAG.PRIORITY_HIGH, '@bar-chart', '@d3-chart'], + tag: [TAG.PRIORITY_HIGH, '@bar-chart', '@d3-chart', '@base-components', '@flex-box'], }, async ({ page }) => { await loadPage( page, @@ -1139,7 +1139,7 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { }); test('Verify negative values bars attributes', { - tag: [TAG.PRIORITY_MEDIUM, '@bar-chart', '@d3-chart'], + tag: [TAG.PRIORITY_MEDIUM, '@bar-chart', '@d3-chart', '@base-components', '@flex-box', '@typography'], }, async ({ page }) => { await loadPage( page, @@ -1191,7 +1191,7 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { }); test('Verify grouped bars count and attributes', { - tag: [TAG.PRIORITY_HIGH, '@bar-chart', '@d3-chart'], + tag: [TAG.PRIORITY_HIGH, '@bar-chart', '@d3-chart', '@base-components', '@flex-box', '@typography'], }, async ({ page }) => { await loadPage( page, @@ -1234,7 +1234,7 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { }); test('Verify HorizontalBar aria-hidden attributes', { - tag: [TAG.PRIORITY_HIGH, '@bar-chart', '@d3-chart'], + tag: [TAG.PRIORITY_HIGH, '@bar-chart', '@d3-chart', '@base-components', '@flex-box', '@typography'], }, async ({ page }) => { await loadPage( page, @@ -1255,7 +1255,7 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { }); test('Verify HorizontalBar.Background aria-hidden attributes', { - tag: [TAG.PRIORITY_MEDIUM, '@bar-chart', '@d3-chart'], + tag: [TAG.PRIORITY_MEDIUM, '@bar-chart', '@d3-chart', '@base-components', '@flex-box', '@typography'], }, async ({ page }) => { await loadPage( page, @@ -1276,7 +1276,7 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { }); test('Verify StackBar.Bar aria-hidden attributes', { - tag: [TAG.PRIORITY_HIGH, '@bar-chart', '@d3-chart'], + tag: [TAG.PRIORITY_HIGH, '@bar-chart', '@d3-chart', '@base-components', '@flex-box', '@typography'], }, async ({ page }) => { await loadPage( page, @@ -1297,7 +1297,7 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { }); test('Verify StackGroupBar.Bar aria-hidden attributes', { - tag: [TAG.PRIORITY_HIGH, '@bar-chart', '@d3-chart'], + tag: [TAG.PRIORITY_HIGH, '@bar-chart', '@d3-chart', '@base-components', '@flex-box', '@typography'], }, async ({ page }) => { await loadPage( page, @@ -1318,7 +1318,7 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { }); test('Verify StackBar.HorizontalBar aria-hidden attributes', { - tag: [TAG.PRIORITY_HIGH, '@bar-chart', '@d3-chart'], + tag: [TAG.PRIORITY_HIGH, '@bar-chart', '@d3-chart', '@base-components', '@flex-box', '@typography'], }, async ({ page }) => { await loadPage( page, diff --git a/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Bar-chart---Legend-and-interactions-Ve-222bf--legend-and-pattern-fill-keyboard-interaction-2-chromium-linux.png b/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Bar-chart---Legend-and-interactions-Ve-222bf--legend-and-pattern-fill-keyboard-interaction-2-chromium-linux.png index edc03ad9cb..39afb7ea96 100644 Binary files a/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Bar-chart---Legend-and-interactions-Ve-222bf--legend-and-pattern-fill-keyboard-interaction-2-chromium-linux.png and b/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Bar-chart---Legend-and-interactions-Ve-222bf--legend-and-pattern-fill-keyboard-interaction-2-chromium-linux.png differ diff --git a/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Bar-chart---Legend-and-interactions-Ve-222bf--legend-and-pattern-fill-keyboard-interaction-2-firefox-linux.png b/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Bar-chart---Legend-and-interactions-Ve-222bf--legend-and-pattern-fill-keyboard-interaction-2-firefox-linux.png index ec60686aa0..121d90e467 100644 Binary files a/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Bar-chart---Legend-and-interactions-Ve-222bf--legend-and-pattern-fill-keyboard-interaction-2-firefox-linux.png and b/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Bar-chart---Legend-and-interactions-Ve-222bf--legend-and-pattern-fill-keyboard-interaction-2-firefox-linux.png differ diff --git a/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Bar-chart---Legend-and-interactions-Ve-222bf--legend-and-pattern-fill-keyboard-interaction-2-webkit-linux.png b/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Bar-chart---Legend-and-interactions-Ve-222bf--legend-and-pattern-fill-keyboard-interaction-2-webkit-linux.png index 200e912b4a..4a45d0c4af 100644 Binary files a/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Bar-chart---Legend-and-interactions-Ve-222bf--legend-and-pattern-fill-keyboard-interaction-2-webkit-linux.png and b/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Bar-chart---Legend-and-interactions-Ve-222bf--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-Bar-chart---Legend-and-interactions-Ve-e8cb8--legend-and-pattern-fill-keyboard-interaction-1-chromium-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-chromium-linux.png index c261e1e234..679fc8dd77 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-chromium-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-chromium-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-firefox-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-firefox-linux.png index a9d659f94c..4c5b7d6ae2 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-firefox-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-firefox-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..63f35b6f67 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-1-chromium-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-1-chromium-linux.png index 5fdeaab5f0..eb0644302d 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-1-chromium-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-1-chromium-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-1-firefox-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-1-firefox-linux.png index 739d5b648c..274d07783f 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-1-firefox-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-1-firefox-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-1-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-1-webkit-linux.png index 8332a260a9..e45405c274 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-1-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-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-chromium-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-chromium-linux.png index 2a694b76bb..cee1128fe4 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-chromium-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-chromium-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-firefox-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-firefox-linux.png index a30ba8d776..a0958b5372 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-firefox-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-firefox-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..6ae524a0c0 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-Basic-bar-chart-Verify-bar-chart-Patterns-minimal-axes-and-UI-multiline-ticks-1-chromium-linux.png b/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Basic-bar-chart-Verify-bar-chart-Patterns-minimal-axes-and-UI-multiline-ticks-1-chromium-linux.png index 78e774fcbe..d1b088ac61 100644 Binary files a/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Basic-bar-chart-Verify-bar-chart-Patterns-minimal-axes-and-UI-multiline-ticks-1-chromium-linux.png and b/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Basic-bar-chart-Verify-bar-chart-Patterns-minimal-axes-and-UI-multiline-ticks-1-chromium-linux.png differ diff --git a/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Basic-bar-chart-Verify-bar-chart-Patterns-minimal-axes-and-UI-multiline-ticks-1-firefox-linux.png b/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Basic-bar-chart-Verify-bar-chart-Patterns-minimal-axes-and-UI-multiline-ticks-1-firefox-linux.png index 6f169f5b5e..c7a89df57d 100644 Binary files a/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Basic-bar-chart-Verify-bar-chart-Patterns-minimal-axes-and-UI-multiline-ticks-1-firefox-linux.png and b/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Basic-bar-chart-Verify-bar-chart-Patterns-minimal-axes-and-UI-multiline-ticks-1-firefox-linux.png differ diff --git a/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Basic-bar-chart-Verify-bar-chart-Patterns-minimal-axes-and-UI-multiline-ticks-1-webkit-linux.png b/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Basic-bar-chart-Verify-bar-chart-Patterns-minimal-axes-and-UI-multiline-ticks-1-webkit-linux.png index d0ce9756f2..727a8eb7a9 100644 Binary files a/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Basic-bar-chart-Verify-bar-chart-Patterns-minimal-axes-and-UI-multiline-ticks-1-webkit-linux.png and b/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Basic-bar-chart-Verify-bar-chart-Patterns-minimal-axes-and-UI-multiline-ticks-1-webkit-linux.png differ diff --git a/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Basic-bar-chart-Verify-bar-chart-Standard-all-features-enabled-1-chromium-linux.png b/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Basic-bar-chart-Verify-bar-chart-Standard-all-features-enabled-1-chromium-linux.png index 8fae086f58..0f1458af36 100644 Binary files a/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Basic-bar-chart-Verify-bar-chart-Standard-all-features-enabled-1-chromium-linux.png and b/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Basic-bar-chart-Verify-bar-chart-Standard-all-features-enabled-1-chromium-linux.png differ diff --git a/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Basic-bar-chart-Verify-bar-chart-Standard-all-features-enabled-1-firefox-linux.png b/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Basic-bar-chart-Verify-bar-chart-Standard-all-features-enabled-1-firefox-linux.png index 2b11045678..ba3e202de0 100644 Binary files a/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Basic-bar-chart-Verify-bar-chart-Standard-all-features-enabled-1-firefox-linux.png and b/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Basic-bar-chart-Verify-bar-chart-Standard-all-features-enabled-1-firefox-linux.png differ diff --git a/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Basic-bar-chart-Verify-bar-chart-Standard-all-features-enabled-1-webkit-linux.png b/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Basic-bar-chart-Verify-bar-chart-Standard-all-features-enabled-1-webkit-linux.png index 8412b21d80..0d3e56adca 100644 Binary files a/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Basic-bar-chart-Verify-bar-chart-Standard-all-features-enabled-1-webkit-linux.png and b/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Basic-bar-chart-Verify-bar-chart-Standard-all-features-enabled-1-webkit-linux.png differ diff --git a/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Basic-bar-chart-Verify-trend-for-chart-Horizontal-with-trend-1-chromium-linux.png b/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Basic-bar-chart-Verify-trend-for-chart-Horizontal-with-trend-1-chromium-linux.png index 5f67c70792..18d98a75a6 100644 Binary files a/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Basic-bar-chart-Verify-trend-for-chart-Horizontal-with-trend-1-chromium-linux.png and b/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Basic-bar-chart-Verify-trend-for-chart-Horizontal-with-trend-1-chromium-linux.png differ diff --git a/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Basic-bar-chart-Verify-trend-for-chart-Horizontal-with-trend-1-firefox-linux.png b/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Basic-bar-chart-Verify-trend-for-chart-Horizontal-with-trend-1-firefox-linux.png index 62133fab0a..268f1509da 100644 Binary files a/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Basic-bar-chart-Verify-trend-for-chart-Horizontal-with-trend-1-firefox-linux.png and b/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Basic-bar-chart-Verify-trend-for-chart-Horizontal-with-trend-1-firefox-linux.png differ diff --git a/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Basic-bar-chart-Verify-trend-for-chart-Horizontal-with-trend-1-webkit-linux.png b/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Basic-bar-chart-Verify-trend-for-chart-Horizontal-with-trend-1-webkit-linux.png index cdffc55505..06da1e57e4 100644 Binary files a/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Basic-bar-chart-Verify-trend-for-chart-Horizontal-with-trend-1-webkit-linux.png and b/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Basic-bar-chart-Verify-trend-for-chart-Horizontal-with-trend-1-webkit-linux.png differ diff --git a/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Basic-bar-chart-Verify-trend-for-chart-Horizontal-with-trend-2-chromium-linux.png b/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Basic-bar-chart-Verify-trend-for-chart-Horizontal-with-trend-2-chromium-linux.png index 9e106a2737..34f9133fc9 100644 Binary files a/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Basic-bar-chart-Verify-trend-for-chart-Horizontal-with-trend-2-chromium-linux.png and b/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Basic-bar-chart-Verify-trend-for-chart-Horizontal-with-trend-2-chromium-linux.png differ diff --git a/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Basic-bar-chart-Verify-trend-for-chart-Horizontal-with-trend-2-firefox-linux.png b/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Basic-bar-chart-Verify-trend-for-chart-Horizontal-with-trend-2-firefox-linux.png index 1bedac84b7..ebd673e414 100644 Binary files a/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Basic-bar-chart-Verify-trend-for-chart-Horizontal-with-trend-2-firefox-linux.png and b/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Basic-bar-chart-Verify-trend-for-chart-Horizontal-with-trend-2-firefox-linux.png differ diff --git a/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Basic-bar-chart-Verify-trend-for-chart-Horizontal-with-trend-2-webkit-linux.png b/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Basic-bar-chart-Verify-trend-for-chart-Horizontal-with-trend-2-webkit-linux.png index 828b0f86ea..e6992c7133 100644 Binary files a/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Basic-bar-chart-Verify-trend-for-chart-Horizontal-with-trend-2-webkit-linux.png and b/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Basic-bar-chart-Verify-trend-for-chart-Horizontal-with-trend-2-webkit-linux.png differ diff --git a/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Basic-bar-chart-Verify-trend-for-chart-Vertical-with-trend-1-chromium-linux.png b/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Basic-bar-chart-Verify-trend-for-chart-Vertical-with-trend-1-chromium-linux.png index 838fe0efe5..419ff7838e 100644 Binary files a/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Basic-bar-chart-Verify-trend-for-chart-Vertical-with-trend-1-chromium-linux.png and b/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Basic-bar-chart-Verify-trend-for-chart-Vertical-with-trend-1-chromium-linux.png differ diff --git a/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Basic-bar-chart-Verify-trend-for-chart-Vertical-with-trend-1-firefox-linux.png b/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Basic-bar-chart-Verify-trend-for-chart-Vertical-with-trend-1-firefox-linux.png index 51f1a4ae42..3ffc6bf90b 100644 Binary files a/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Basic-bar-chart-Verify-trend-for-chart-Vertical-with-trend-1-firefox-linux.png and b/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Basic-bar-chart-Verify-trend-for-chart-Vertical-with-trend-1-firefox-linux.png differ diff --git a/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Basic-bar-chart-Verify-trend-for-chart-Vertical-with-trend-1-webkit-linux.png b/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Basic-bar-chart-Verify-trend-for-chart-Vertical-with-trend-1-webkit-linux.png index a3b9241c0a..0363ad05b4 100644 Binary files a/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Basic-bar-chart-Verify-trend-for-chart-Vertical-with-trend-1-webkit-linux.png and b/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Basic-bar-chart-Verify-trend-for-chart-Vertical-with-trend-1-webkit-linux.png differ diff --git a/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Basic-bar-chart-Verify-trend-for-chart-Vertical-with-trend-2-chromium-linux.png b/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Basic-bar-chart-Verify-trend-for-chart-Vertical-with-trend-2-chromium-linux.png index 9f3a0cd9a3..0c736ad850 100644 Binary files a/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Basic-bar-chart-Verify-trend-for-chart-Vertical-with-trend-2-chromium-linux.png and b/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Basic-bar-chart-Verify-trend-for-chart-Vertical-with-trend-2-chromium-linux.png differ diff --git a/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Basic-bar-chart-Verify-trend-for-chart-Vertical-with-trend-2-firefox-linux.png b/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Basic-bar-chart-Verify-trend-for-chart-Vertical-with-trend-2-firefox-linux.png index 8889fb392e..43865713ad 100644 Binary files a/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Basic-bar-chart-Verify-trend-for-chart-Vertical-with-trend-2-firefox-linux.png and b/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Basic-bar-chart-Verify-trend-for-chart-Vertical-with-trend-2-firefox-linux.png differ diff --git a/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Basic-bar-chart-Verify-trend-for-chart-Vertical-with-trend-2-webkit-linux.png b/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Basic-bar-chart-Verify-trend-for-chart-Vertical-with-trend-2-webkit-linux.png index adc655fa3f..d54ec03a43 100644 Binary files a/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Basic-bar-chart-Verify-trend-for-chart-Vertical-with-trend-2-webkit-linux.png and b/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Basic-bar-chart-Verify-trend-for-chart-Vertical-with-trend-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..bad26bdae5 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-null-and-undefined-values-1-firefox-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-firefox-linux.png index 4ac7b92c70..53032a2f26 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-firefox-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-firefox-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-webkit-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-webkit-linux.png index a703b3198e..d89bbebfcf 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-webkit-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-webkit-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..3ea3c672fc 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-Data-variations-Verify-bar-chart-with-single-data-point-1-firefox-linux.png b/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Data-variations-Verify-bar-chart-with-single-data-point-1-firefox-linux.png index c1f96e9d72..ee1440c1f4 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-firefox-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-firefox-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-webkit-linux.png b/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Data-variations-Verify-bar-chart-with-single-data-point-1-webkit-linux.png index 5ce847351a..651f49d951 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-webkit-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-webkit-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-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-grouped-bars-horizontal-1-chromium-linux.png index e501ea97fb..67152aaa3a 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-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-grouped-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-grouped-bars-horizontal-1-firefox-linux.png b/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Grouped-and-stacked-bars-Verify-bar-chart-with-grouped-bars-horizontal-1-firefox-linux.png index ca7d619e02..b8666c3788 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-horizontal-1-firefox-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-horizontal-1-firefox-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-horizontal-1-webkit-linux.png b/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Grouped-and-stacked-bars-Verify-bar-chart-with-grouped-bars-horizontal-1-webkit-linux.png index 83395d938c..0b4905e1c6 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-horizontal-1-webkit-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-horizontal-1-webkit-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-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-grouped-bars-horizontal-2-chromium-linux.png index 96a2eb516c..ca55bbe915 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-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-grouped-bars-horizontal-2-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-horizontal-2-firefox-linux.png b/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Grouped-and-stacked-bars-Verify-bar-chart-with-grouped-bars-horizontal-2-firefox-linux.png index 399d93a626..fc366041e6 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-horizontal-2-firefox-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-horizontal-2-firefox-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-horizontal-2-webkit-linux.png b/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Grouped-and-stacked-bars-Verify-bar-chart-with-grouped-bars-horizontal-2-webkit-linux.png index 1eb4e5d54e..63256e710a 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-horizontal-2-webkit-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-horizontal-2-webkit-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..aaa36ffbfb 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-grouped-bars-vertical-1-firefox-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-firefox-linux.png index 10e7012386..53dee2c031 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-firefox-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-firefox-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-webkit-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-webkit-linux.png index e5c47dcbb5..ade90af5bc 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-webkit-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-webkit-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-2-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-2-chromium-linux.png index 393996f516..c6d80cc55f 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-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-grouped-bars-vertical-2-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-2-firefox-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-2-firefox-linux.png index b5561ad5c7..415d48143c 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-2-firefox-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-2-firefox-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-2-webkit-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-2-webkit-linux.png index 4f625989a7..5e0eb845b2 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-2-webkit-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-2-webkit-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..50c26211d9 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-1-firefox-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-firefox-linux.png index 942b1bf2b3..fa1dd0cc0e 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-firefox-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-firefox-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-webkit-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-webkit-linux.png index eb404c87d6..72f4c4faf8 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-webkit-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-webkit-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..8d774e13a8 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-Grouped-and-stacked-bars-Verify-bar-chart-with-stacked-bars-horizontal-2-firefox-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-firefox-linux.png index 010f992266..8be74f413c 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-firefox-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-firefox-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-webkit-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-webkit-linux.png index 6928eac434..69fcd9cc71 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-webkit-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-webkit-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-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-stacked-bars-vertical-1-chromium-linux.png index 62fb9fc508..073c216d7f 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-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-stacked-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-vertical-1-firefox-linux.png b/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Grouped-and-stacked-bars-Verify-bar-chart-with-stacked-bars-vertical-1-firefox-linux.png index 9cfcfe0a86..dccd79162a 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-vertical-1-firefox-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-vertical-1-firefox-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-vertical-1-webkit-linux.png b/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Grouped-and-stacked-bars-Verify-bar-chart-with-stacked-bars-vertical-1-webkit-linux.png index 924d0773b5..71cbc7ed18 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-vertical-1-webkit-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-vertical-1-webkit-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-vertical-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-vertical-2-chromium-linux.png index 2fda1a1e42..6b822e4bc7 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-vertical-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-vertical-2-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-vertical-2-firefox-linux.png b/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Grouped-and-stacked-bars-Verify-bar-chart-with-stacked-bars-vertical-2-firefox-linux.png index 7190c31d6a..396eefea79 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-vertical-2-firefox-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-vertical-2-firefox-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-vertical-2-webkit-linux.png b/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Grouped-and-stacked-bars-Verify-bar-chart-with-stacked-bars-vertical-2-webkit-linux.png index cccc50349e..59186765d1 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-vertical-2-webkit-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-vertical-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-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..700c598466 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-1-firefox-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-firefox-linux.png index 498649478c..220b83885b 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-firefox-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-firefox-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-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-1-webkit-linux.png index bced08f3f7..741f412de6 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-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-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-keyboard-interaction-2-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-2-chromium-linux.png index ff234117fd..ee38fa36e4 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-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-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-2-firefox-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-firefox-linux.png index d5fc38ef42..e064a95bd4 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-firefox-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-firefox-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..3882f90269 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-chromium-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-chromium-linux.png index 6e4bb4055e..1ff5610152 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-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-mouse-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-mouse-interaction-1-firefox-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-firefox-linux.png index 7b163eefd6..6512b9a235 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-firefox-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-firefox-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..b8f99a69b4 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-chromium-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-chromium-linux.png index ad8e465caf..17d1aecd00 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-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-mouse-interaction-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-mouse-interaction-2-firefox-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-firefox-linux.png index 0558eabe27..b9479ddbfe 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-firefox-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-firefox-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..5f6e86703d 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..bb6881c730 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-1-firefox-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-firefox-linux.png index 0a3ac4c053..ef6117d940 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-firefox-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-firefox-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-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-1-webkit-linux.png index c6918674b7..93c0bd5cc0 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-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-1-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-2-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-2-chromium-linux.png index cedf3a4905..bb6881c730 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-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-2-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-firefox-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-firefox-linux.png index 0a3ac4c053..ef6117d940 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-firefox-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-firefox-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..93c0bd5cc0 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-chromium-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-chromium-linux.png index c0ef5b8b72..bd117fd696 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-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-mouse-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-mouse-interaction-1-firefox-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-firefox-linux.png index 569bc0de9e..ee7b3b2963 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-firefox-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-firefox-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..0d091c1830 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-bars-Verify-stacked-bar-legend-and-pattern-fill-mouse-interaction-2-chromium-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-2-chromium-linux.png index 3a2ff78c18..6bad094c2e 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-2-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-mouse-interaction-2-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-mouse-interaction-2-firefox-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-2-firefox-linux.png index df48965ddb..75675724d7 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-2-firefox-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-2-firefox-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-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-mouse-interaction-2-webkit-linux.png index 5de1319881..c297614333 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-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-mouse-interaction-2-webkit-linux.png differ diff --git a/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Stacked-horizontal-bars-Verify-stacked-1acd4-bar-legend-and-pattern-fill-mouse-interaction-2-chromium-linux.png b/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Stacked-horizontal-bars-Verify-stacked-1acd4-bar-legend-and-pattern-fill-mouse-interaction-2-chromium-linux.png index 789088451a..3eb7a73030 100644 Binary files a/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Stacked-horizontal-bars-Verify-stacked-1acd4-bar-legend-and-pattern-fill-mouse-interaction-2-chromium-linux.png and b/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Stacked-horizontal-bars-Verify-stacked-1acd4-bar-legend-and-pattern-fill-mouse-interaction-2-chromium-linux.png differ diff --git a/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Stacked-horizontal-bars-Verify-stacked-1acd4-bar-legend-and-pattern-fill-mouse-interaction-2-firefox-linux.png b/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Stacked-horizontal-bars-Verify-stacked-1acd4-bar-legend-and-pattern-fill-mouse-interaction-2-firefox-linux.png index 0d2931eaed..f9d2350bf6 100644 Binary files a/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Stacked-horizontal-bars-Verify-stacked-1acd4-bar-legend-and-pattern-fill-mouse-interaction-2-firefox-linux.png and b/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Stacked-horizontal-bars-Verify-stacked-1acd4-bar-legend-and-pattern-fill-mouse-interaction-2-firefox-linux.png differ diff --git a/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Stacked-horizontal-bars-Verify-stacked-1acd4-bar-legend-and-pattern-fill-mouse-interaction-2-webkit-linux.png b/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Stacked-horizontal-bars-Verify-stacked-1acd4-bar-legend-and-pattern-fill-mouse-interaction-2-webkit-linux.png index a1f17eb11b..f7854bc9bb 100644 Binary files a/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Stacked-horizontal-bars-Verify-stacked-1acd4-bar-legend-and-pattern-fill-mouse-interaction-2-webkit-linux.png and b/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Stacked-horizontal-bars-Verify-stacked-1acd4-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-horizontal-bars-Verify-stacked-7b1c1--legend-and-pattern-fill-keyboard-interaction-2-chromium-linux.png b/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Stacked-horizontal-bars-Verify-stacked-7b1c1--legend-and-pattern-fill-keyboard-interaction-2-chromium-linux.png index f97af52128..4c3078940d 100644 Binary files a/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Stacked-horizontal-bars-Verify-stacked-7b1c1--legend-and-pattern-fill-keyboard-interaction-2-chromium-linux.png and b/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Stacked-horizontal-bars-Verify-stacked-7b1c1--legend-and-pattern-fill-keyboard-interaction-2-chromium-linux.png differ diff --git a/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Stacked-horizontal-bars-Verify-stacked-7b1c1--legend-and-pattern-fill-keyboard-interaction-2-firefox-linux.png b/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Stacked-horizontal-bars-Verify-stacked-7b1c1--legend-and-pattern-fill-keyboard-interaction-2-firefox-linux.png index 48d2d1560f..c0975dbcf0 100644 Binary files a/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Stacked-horizontal-bars-Verify-stacked-7b1c1--legend-and-pattern-fill-keyboard-interaction-2-firefox-linux.png and b/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Stacked-horizontal-bars-Verify-stacked-7b1c1--legend-and-pattern-fill-keyboard-interaction-2-firefox-linux.png differ diff --git a/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Stacked-horizontal-bars-Verify-stacked-7b1c1--legend-and-pattern-fill-keyboard-interaction-2-webkit-linux.png b/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Stacked-horizontal-bars-Verify-stacked-7b1c1--legend-and-pattern-fill-keyboard-interaction-2-webkit-linux.png index 84b9a08cee..e7be64c730 100644 Binary files a/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Stacked-horizontal-bars-Verify-stacked-7b1c1--legend-and-pattern-fill-keyboard-interaction-2-webkit-linux.png and b/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Stacked-horizontal-bars-Verify-stacked-7b1c1--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-horizontal-bars-Verify-stacked-a8f18--legend-and-pattern-fill-keyboard-interaction-1-chromium-linux.png b/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Stacked-horizontal-bars-Verify-stacked-a8f18--legend-and-pattern-fill-keyboard-interaction-1-chromium-linux.png index f094940489..55725b9f5d 100644 Binary files a/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Stacked-horizontal-bars-Verify-stacked-a8f18--legend-and-pattern-fill-keyboard-interaction-1-chromium-linux.png and b/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Stacked-horizontal-bars-Verify-stacked-a8f18--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-horizontal-bars-Verify-stacked-a8f18--legend-and-pattern-fill-keyboard-interaction-1-firefox-linux.png b/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Stacked-horizontal-bars-Verify-stacked-a8f18--legend-and-pattern-fill-keyboard-interaction-1-firefox-linux.png index 652d06f3aa..23bc6cb2a4 100644 Binary files a/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Stacked-horizontal-bars-Verify-stacked-a8f18--legend-and-pattern-fill-keyboard-interaction-1-firefox-linux.png and b/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Stacked-horizontal-bars-Verify-stacked-a8f18--legend-and-pattern-fill-keyboard-interaction-1-firefox-linux.png differ diff --git a/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Stacked-horizontal-bars-Verify-stacked-a8f18--legend-and-pattern-fill-keyboard-interaction-1-webkit-linux.png b/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Stacked-horizontal-bars-Verify-stacked-a8f18--legend-and-pattern-fill-keyboard-interaction-1-webkit-linux.png index 3448142e44..2d2514ecdd 100644 Binary files a/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Stacked-horizontal-bars-Verify-stacked-a8f18--legend-and-pattern-fill-keyboard-interaction-1-webkit-linux.png and b/semcore/d3-chart/__tests__/bar-chart.browser-test.tsx-snapshots/-visual-Stacked-horizontal-bars-Verify-stacked-a8f18--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-Stacked-horizontal-bars-Verify-stacked-db8da-bar-legend-and-pattern-fill-mouse-interaction-1-chromium-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-chromium-linux.png index 4428af3641..8729fae9e2 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-chromium-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-chromium-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-firefox-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-firefox-linux.png index 57f76a5a29..be3a957abb 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-firefox-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-firefox-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..e51fb81cc9 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 b/semcore/d3-chart/__tests__/bar-horizontal-compact.browser-test.tsx index a36be3a3f5..77287d0501 100644 --- a/semcore/d3-chart/__tests__/bar-horizontal-compact.browser-test.tsx +++ b/semcore/d3-chart/__tests__/bar-horizontal-compact.browser-test.tsx @@ -60,7 +60,7 @@ test.describe(`${TAG.VISUAL}`, () => { variables.forEach((vars, index) => { test(`Verify bar horizontal compact with config ${index + 1} (${vars.description})`, { - tag: [TAG.PRIORITY_HIGH, '@bar-horizontal-compact', '@d3-chart'], + tag: [TAG.PRIORITY_HIGH, '@bar-horizontal-compact', '@d3-chart', '@base-components', '@flex-box'], }, async ({ page }) => { await loadPage( page, @@ -87,7 +87,7 @@ test.describe(`${TAG.VISUAL}`, () => { }); test('Verify advanced usage of bar horizontal compact', { - tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, '@bar-horizontal-compact', '@d3-chart'], + tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, '@bar-horizontal-compact', '@d3-chart', '@base-components', '@flex-box', '@typography'], }, async ({ page }) => { await loadPage( page, @@ -109,7 +109,7 @@ test.describe(`${TAG.VISUAL}`, () => { }); test('Verify bar horizontal compact with links', { - tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, TAG.KEYBOARD, '@bar-horizontal-compact', '@d3-chart'], + tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, TAG.KEYBOARD, '@bar-horizontal-compact', '@d3-chart', '@base-components', '@flex-box', '@link', '@typography'], }, async ({ page }) => { await loadPage( page, @@ -138,7 +138,7 @@ We verify states, visibility, and attributes. ===================================================== */ test.describe(`${TAG.FUNCTIONAL}`, () => { test('Verify bar elements aria-hidden attributes', { - tag: [TAG.PRIORITY_HIGH, '@bar-horizontal-compact', '@d3-chart'], + tag: [TAG.PRIORITY_HIGH, '@bar-horizontal-compact', '@d3-chart', '@base-components', '@flex-box'], }, async ({ page }) => { await loadPage( page, 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-chromium-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-chromium-linux.png index 2e8c3199e5..dcf929e808 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-chromium-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-chromium-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-firefox-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-firefox-linux.png index 586217438a..986c53b633 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-firefox-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-firefox-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..7fde06e290 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-con-b1c7d-andard-all-features-medium-size-with-axis-1-chromium-linux.png b/semcore/d3-chart/__tests__/bar-horizontal-compact.browser-test.tsx-snapshots/-visual-Verify-bar-horizontal-compact-with-con-b1c7d-andard-all-features-medium-size-with-axis-1-chromium-linux.png index 93ed2c8618..deb5eb2315 100644 Binary files a/semcore/d3-chart/__tests__/bar-horizontal-compact.browser-test.tsx-snapshots/-visual-Verify-bar-horizontal-compact-with-con-b1c7d-andard-all-features-medium-size-with-axis-1-chromium-linux.png and b/semcore/d3-chart/__tests__/bar-horizontal-compact.browser-test.tsx-snapshots/-visual-Verify-bar-horizontal-compact-with-con-b1c7d-andard-all-features-medium-size-with-axis-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-con-b1c7d-andard-all-features-medium-size-with-axis-1-firefox-linux.png b/semcore/d3-chart/__tests__/bar-horizontal-compact.browser-test.tsx-snapshots/-visual-Verify-bar-horizontal-compact-with-con-b1c7d-andard-all-features-medium-size-with-axis-1-firefox-linux.png index 357d766f80..4c9f121c7a 100644 Binary files a/semcore/d3-chart/__tests__/bar-horizontal-compact.browser-test.tsx-snapshots/-visual-Verify-bar-horizontal-compact-with-con-b1c7d-andard-all-features-medium-size-with-axis-1-firefox-linux.png and b/semcore/d3-chart/__tests__/bar-horizontal-compact.browser-test.tsx-snapshots/-visual-Verify-bar-horizontal-compact-with-con-b1c7d-andard-all-features-medium-size-with-axis-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-con-b1c7d-andard-all-features-medium-size-with-axis-1-webkit-linux.png b/semcore/d3-chart/__tests__/bar-horizontal-compact.browser-test.tsx-snapshots/-visual-Verify-bar-horizontal-compact-with-con-b1c7d-andard-all-features-medium-size-with-axis-1-webkit-linux.png index d83948dcd9..a896187b9b 100644 Binary files a/semcore/d3-chart/__tests__/bar-horizontal-compact.browser-test.tsx-snapshots/-visual-Verify-bar-horizontal-compact-with-con-b1c7d-andard-all-features-medium-size-with-axis-1-webkit-linux.png and b/semcore/d3-chart/__tests__/bar-horizontal-compact.browser-test.tsx-snapshots/-visual-Verify-bar-horizontal-compact-with-con-b1c7d-andard-all-features-medium-size-with-axis-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-config-3-Standart-No-margins-no-tooltip-1-chromium-linux.png b/semcore/d3-chart/__tests__/bar-horizontal-compact.browser-test.tsx-snapshots/-visual-Verify-bar-horizontal-compact-with-config-3-Standart-No-margins-no-tooltip-1-chromium-linux.png index c2110206cb..ac4a6cc88d 100644 Binary files a/semcore/d3-chart/__tests__/bar-horizontal-compact.browser-test.tsx-snapshots/-visual-Verify-bar-horizontal-compact-with-config-3-Standart-No-margins-no-tooltip-1-chromium-linux.png and b/semcore/d3-chart/__tests__/bar-horizontal-compact.browser-test.tsx-snapshots/-visual-Verify-bar-horizontal-compact-with-config-3-Standart-No-margins-no-tooltip-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-config-3-Standart-No-margins-no-tooltip-1-firefox-linux.png b/semcore/d3-chart/__tests__/bar-horizontal-compact.browser-test.tsx-snapshots/-visual-Verify-bar-horizontal-compact-with-config-3-Standart-No-margins-no-tooltip-1-firefox-linux.png index 65aa6d824a..f61ef20a4e 100644 Binary files a/semcore/d3-chart/__tests__/bar-horizontal-compact.browser-test.tsx-snapshots/-visual-Verify-bar-horizontal-compact-with-config-3-Standart-No-margins-no-tooltip-1-firefox-linux.png and b/semcore/d3-chart/__tests__/bar-horizontal-compact.browser-test.tsx-snapshots/-visual-Verify-bar-horizontal-compact-with-config-3-Standart-No-margins-no-tooltip-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-config-3-Standart-No-margins-no-tooltip-1-webkit-linux.png b/semcore/d3-chart/__tests__/bar-horizontal-compact.browser-test.tsx-snapshots/-visual-Verify-bar-horizontal-compact-with-config-3-Standart-No-margins-no-tooltip-1-webkit-linux.png index 2d1b046bd9..08c9c886a5 100644 Binary files a/semcore/d3-chart/__tests__/bar-horizontal-compact.browser-test.tsx-snapshots/-visual-Verify-bar-horizontal-compact-with-config-3-Standart-No-margins-no-tooltip-1-webkit-linux.png and b/semcore/d3-chart/__tests__/bar-horizontal-compact.browser-test.tsx-snapshots/-visual-Verify-bar-horizontal-compact-with-config-3-Standart-No-margins-no-tooltip-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..a1fd3f6f2f 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..bad8a442aa 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..718f3b9583 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 b/semcore/d3-chart/__tests__/bubble-chart.browser-test.tsx index 380e8a7ea3..c05014607d 100644 --- a/semcore/d3-chart/__tests__/bubble-chart.browser-test.tsx +++ b/semcore/d3-chart/__tests__/bubble-chart.browser-test.tsx @@ -75,7 +75,7 @@ test.describe(`${TAG.VISUAL}`, () => { variables.forEach((vars, index) => { test(`Verify bubble chart ${vars.description}`, { - tag: [TAG.PRIORITY_HIGH, '@bubble-chart', '@d3-chart'], + tag: [TAG.PRIORITY_HIGH, '@bubble-chart', '@d3-chart', '@base-components', '@flex-box'], }, async ({ page }) => { await loadPage( page, @@ -104,7 +104,7 @@ test.describe(`${TAG.VISUAL}`, () => { }); test('Verify bubble chart implementation', { - tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, '@bubble-chart', '@d3-chart'], + tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, '@bubble-chart', '@d3-chart', '@typography'], }, async ({ page, browserName }) => { await loadPage( page, @@ -128,7 +128,7 @@ test.describe(`${TAG.VISUAL}`, () => { }); test('Verify color customization', { - tag: [TAG.PRIORITY_MEDIUM, '@bubble-chart', '@d3-chart'], + tag: [TAG.PRIORITY_MEDIUM, '@bubble-chart', '@d3-chart', '@typography'], }, async ({ page }) => { await loadPage( page, @@ -144,7 +144,7 @@ test.describe(`${TAG.VISUAL}`, () => { }); test('Verify legend and pattern interactions by mouse', { - tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, '@bubble-chart', '@d3-chart'], + tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, '@bubble-chart', '@d3-chart', '@base-components', '@flex-box', '@chart-legend', '@typography'], }, async ({ page }) => { await loadPage( page, @@ -205,7 +205,7 @@ We verify states, visibility, and attributes. ===================================================== */ test.describe(`${TAG.FUNCTIONAL}`, () => { test('Verify bubble circles count and attributes', { - tag: [TAG.PRIORITY_HIGH, '@bubble-chart', '@d3-chart'], + tag: [TAG.PRIORITY_HIGH, '@bubble-chart', '@d3-chart', '@base-components', '@flex-box', '@typography'], }, async ({ page }) => { await test.step('Verify basic usage example', async () => { await loadPage( @@ -248,7 +248,7 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { }); test('Verify onClick callback in bubble circle', { - tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, '@bubble-chart', '@d3-chart'], + tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, '@bubble-chart', '@d3-chart', '@typography'], }, async ({ page }) => { const messages: string[] = []; page.on('console', (msg) => { diff --git a/semcore/d3-chart/__tests__/bubble-chart.browser-test.tsx-snapshots/-visual-Verify-bubble-chart-Inverted-yAxis-and-no-tooltip-1-chromium-linux.png b/semcore/d3-chart/__tests__/bubble-chart.browser-test.tsx-snapshots/-visual-Verify-bubble-chart-Inverted-yAxis-and-no-tooltip-1-chromium-linux.png index 11970ce122..acf2bce292 100644 Binary files a/semcore/d3-chart/__tests__/bubble-chart.browser-test.tsx-snapshots/-visual-Verify-bubble-chart-Inverted-yAxis-and-no-tooltip-1-chromium-linux.png and b/semcore/d3-chart/__tests__/bubble-chart.browser-test.tsx-snapshots/-visual-Verify-bubble-chart-Inverted-yAxis-and-no-tooltip-1-chromium-linux.png differ diff --git a/semcore/d3-chart/__tests__/bubble-chart.browser-test.tsx-snapshots/-visual-Verify-bubble-chart-Inverted-yAxis-and-no-tooltip-1-firefox-linux.png b/semcore/d3-chart/__tests__/bubble-chart.browser-test.tsx-snapshots/-visual-Verify-bubble-chart-Inverted-yAxis-and-no-tooltip-1-firefox-linux.png index 43720529d7..f34f199306 100644 Binary files a/semcore/d3-chart/__tests__/bubble-chart.browser-test.tsx-snapshots/-visual-Verify-bubble-chart-Inverted-yAxis-and-no-tooltip-1-firefox-linux.png and b/semcore/d3-chart/__tests__/bubble-chart.browser-test.tsx-snapshots/-visual-Verify-bubble-chart-Inverted-yAxis-and-no-tooltip-1-firefox-linux.png differ diff --git a/semcore/d3-chart/__tests__/bubble-chart.browser-test.tsx-snapshots/-visual-Verify-bubble-chart-Inverted-yAxis-and-no-tooltip-1-webkit-linux.png b/semcore/d3-chart/__tests__/bubble-chart.browser-test.tsx-snapshots/-visual-Verify-bubble-chart-Inverted-yAxis-and-no-tooltip-1-webkit-linux.png index 3e935cdbd5..260e4a2f16 100644 Binary files a/semcore/d3-chart/__tests__/bubble-chart.browser-test.tsx-snapshots/-visual-Verify-bubble-chart-Inverted-yAxis-and-no-tooltip-1-webkit-linux.png and b/semcore/d3-chart/__tests__/bubble-chart.browser-test.tsx-snapshots/-visual-Verify-bubble-chart-Inverted-yAxis-and-no-tooltip-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-chromium-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-chromium-linux.png index b875e780df..56de8fde86 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-chromium-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-chromium-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-firefox-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-firefox-linux.png index 896c13c8bc..97f4d10463 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-firefox-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-firefox-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..3aacf89e09 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..a576d89b4e 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-bubble-chart-Standard-all-features-enabled-medium-size-1-firefox-linux.png b/semcore/d3-chart/__tests__/bubble-chart.browser-test.tsx-snapshots/-visual-Verify-bubble-chart-Standard-all-features-enabled-medium-size-1-firefox-linux.png index 375fb568ae..de65fc8a5f 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-firefox-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-firefox-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-webkit-linux.png b/semcore/d3-chart/__tests__/bubble-chart.browser-test.tsx-snapshots/-visual-Verify-bubble-chart-Standard-all-features-enabled-medium-size-1-webkit-linux.png index e350a2225d..4859fec0c8 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-webkit-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-webkit-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-chromium-linux.png b/semcore/d3-chart/__tests__/bubble-chart.browser-test.tsx-snapshots/-visual-Verify-legend-and-pattern-interactions-by-mouse-1-chromium-linux.png index cdc52510c7..9ba3741133 100644 Binary files a/semcore/d3-chart/__tests__/bubble-chart.browser-test.tsx-snapshots/-visual-Verify-legend-and-pattern-interactions-by-mouse-1-chromium-linux.png and b/semcore/d3-chart/__tests__/bubble-chart.browser-test.tsx-snapshots/-visual-Verify-legend-and-pattern-interactions-by-mouse-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-firefox-linux.png b/semcore/d3-chart/__tests__/bubble-chart.browser-test.tsx-snapshots/-visual-Verify-legend-and-pattern-interactions-by-mouse-1-firefox-linux.png index 5b08b71c17..ba37ed5db7 100644 Binary files a/semcore/d3-chart/__tests__/bubble-chart.browser-test.tsx-snapshots/-visual-Verify-legend-and-pattern-interactions-by-mouse-1-firefox-linux.png and b/semcore/d3-chart/__tests__/bubble-chart.browser-test.tsx-snapshots/-visual-Verify-legend-and-pattern-interactions-by-mouse-1-firefox-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..eee41794d9 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__/bubble-chart.browser-test.tsx-snapshots/-visual-Verify-legend-and-pattern-interactions-by-mouse-2-chromium-linux.png b/semcore/d3-chart/__tests__/bubble-chart.browser-test.tsx-snapshots/-visual-Verify-legend-and-pattern-interactions-by-mouse-2-chromium-linux.png index fb7052d0ae..6f255e5154 100644 Binary files a/semcore/d3-chart/__tests__/bubble-chart.browser-test.tsx-snapshots/-visual-Verify-legend-and-pattern-interactions-by-mouse-2-chromium-linux.png and b/semcore/d3-chart/__tests__/bubble-chart.browser-test.tsx-snapshots/-visual-Verify-legend-and-pattern-interactions-by-mouse-2-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-2-firefox-linux.png b/semcore/d3-chart/__tests__/bubble-chart.browser-test.tsx-snapshots/-visual-Verify-legend-and-pattern-interactions-by-mouse-2-firefox-linux.png index 89b94f695a..3a1c9eff1d 100644 Binary files a/semcore/d3-chart/__tests__/bubble-chart.browser-test.tsx-snapshots/-visual-Verify-legend-and-pattern-interactions-by-mouse-2-firefox-linux.png and b/semcore/d3-chart/__tests__/bubble-chart.browser-test.tsx-snapshots/-visual-Verify-legend-and-pattern-interactions-by-mouse-2-firefox-linux.png differ diff --git a/semcore/d3-chart/__tests__/bubble-chart.browser-test.tsx-snapshots/-visual-Verify-legend-and-pattern-interactions-by-mouse-2-webkit-linux.png b/semcore/d3-chart/__tests__/bubble-chart.browser-test.tsx-snapshots/-visual-Verify-legend-and-pattern-interactions-by-mouse-2-webkit-linux.png index ba29d3f1a6..b452d4cf2b 100644 Binary files a/semcore/d3-chart/__tests__/bubble-chart.browser-test.tsx-snapshots/-visual-Verify-legend-and-pattern-interactions-by-mouse-2-webkit-linux.png and b/semcore/d3-chart/__tests__/bubble-chart.browser-test.tsx-snapshots/-visual-Verify-legend-and-pattern-interactions-by-mouse-2-webkit-linux.png differ diff --git a/semcore/d3-chart/__tests__/cigarette-chart.browser-test.tsx b/semcore/d3-chart/__tests__/cigarette-chart.browser-test.tsx index 0b879916c7..756ade3b37 100644 --- a/semcore/d3-chart/__tests__/cigarette-chart.browser-test.tsx +++ b/semcore/d3-chart/__tests__/cigarette-chart.browser-test.tsx @@ -25,7 +25,7 @@ Visual states, hover and focus styles, paddings, margins, and snapshots. ===================================================== */ test.describe(`${TAG.VISUAL}`, () => { test('Verify tooltip shown on hover', { - tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, '@cigarette-chart', '@d3-chart'], + tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, '@cigarette-chart', '@d3-chart', '@base-components', '@flex-box'], }, async ({ page }) => { await loadPage( page, @@ -52,7 +52,7 @@ test.describe(`${TAG.VISUAL}`, () => { }); test('Verify layouts and highlights on hover', { - tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, '@cigarette-chart', '@d3-chart'], + tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, '@cigarette-chart', '@d3-chart', '@base-components', '@flex-box', '@typography'], }, async ({ page }) => { await loadPage( page, @@ -103,7 +103,7 @@ test.describe(`${TAG.VISUAL}`, () => { }); test('Verify no tooltip when showTooltip=false', { - tag: [TAG.PRIORITY_MEDIUM, TAG.MOUSE, '@cigarette-chart', '@d3-chart'], + tag: [TAG.PRIORITY_MEDIUM, TAG.MOUSE, '@cigarette-chart', '@d3-chart', '@base-components', '@flex-box'], }, async ({ page }) => { await loadPage( page, @@ -155,7 +155,7 @@ test.describe(`${TAG.VISUAL}`, () => { tooltipViewTypeVariants.forEach((variant) => { test(`Verify tooltipViewType=${variant.name}`, { - tag: [TAG.PRIORITY_MEDIUM, TAG.MOUSE, '@cigarette-chart', '@d3-chart'], + tag: [TAG.PRIORITY_MEDIUM, TAG.MOUSE, '@cigarette-chart', '@d3-chart', '@base-components', '@flex-box'], }, async ({ page }) => { await loadPage( page, @@ -204,7 +204,7 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { }); test('Verify tiny value invisible at minimalBarWidth=0', { - tag: [TAG.PRIORITY_HIGH, '@cigarette-chart', '@d3-chart'], + tag: [TAG.PRIORITY_HIGH, '@cigarette-chart', '@d3-chart', '@base-components', '@flex-box'], }, async ({ page }) => { await loadPage( page, @@ -222,7 +222,7 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { }); test('Verify tiny value visible at minimalBarWidth=10', { - tag: [TAG.PRIORITY_HIGH, '@cigarette-chart', '@d3-chart'], + tag: [TAG.PRIORITY_HIGH, '@cigarette-chart', '@d3-chart', '@base-components', '@flex-box'], }, async ({ page }) => { await loadPage( page, @@ -240,7 +240,7 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { }); test('Verify multiple tiny values get minimalBarWidth from donor', { - tag: [TAG.PRIORITY_HIGH, '@cigarette-chart', '@d3-chart'], + tag: [TAG.PRIORITY_HIGH, '@cigarette-chart', '@d3-chart', '@base-components', '@flex-box'], }, async ({ page }) => { await loadPage( page, @@ -260,7 +260,7 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { }); test('Verify equal values have equal width', { - tag: [TAG.PRIORITY_HIGH, '@cigarette-chart', '@d3-chart'], + tag: [TAG.PRIORITY_HIGH, '@cigarette-chart', '@d3-chart', '@base-components', '@flex-box'], }, async ({ page }) => { await loadPage( page, @@ -281,7 +281,7 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { }); test('Verify zero value present in DOM but has zero width', { - tag: [TAG.PRIORITY_HIGH, '@cigarette-chart', '@d3-chart'], + tag: [TAG.PRIORITY_HIGH, '@cigarette-chart', '@d3-chart', '@base-components', '@flex-box'], }, async ({ page }) => { await loadPage( page, @@ -299,7 +299,7 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { }); test('Verify all tiny values get minimalBarWidth without donors', { - tag: [TAG.PRIORITY_HIGH, '@cigarette-chart', '@d3-chart'], + tag: [TAG.PRIORITY_HIGH, '@cigarette-chart', '@d3-chart', '@base-components', '@flex-box'], }, async ({ page }) => { await loadPage( page, diff --git a/semcore/d3-chart/__tests__/cigarette-chart.browser-test.tsx-snapshots/-visual-Verify-empty-values-1-chromium-linux.png b/semcore/d3-chart/__tests__/cigarette-chart.browser-test.tsx-snapshots/-visual-Verify-empty-values-1-chromium-linux.png index 6ca9ddc872..f28203873f 100644 Binary files a/semcore/d3-chart/__tests__/cigarette-chart.browser-test.tsx-snapshots/-visual-Verify-empty-values-1-chromium-linux.png and b/semcore/d3-chart/__tests__/cigarette-chart.browser-test.tsx-snapshots/-visual-Verify-empty-values-1-chromium-linux.png differ diff --git a/semcore/d3-chart/__tests__/cigarette-chart.browser-test.tsx-snapshots/-visual-Verify-empty-values-1-firefox-linux.png b/semcore/d3-chart/__tests__/cigarette-chart.browser-test.tsx-snapshots/-visual-Verify-empty-values-1-firefox-linux.png index 7a9ea7cc75..0f24e9b227 100644 Binary files a/semcore/d3-chart/__tests__/cigarette-chart.browser-test.tsx-snapshots/-visual-Verify-empty-values-1-firefox-linux.png and b/semcore/d3-chart/__tests__/cigarette-chart.browser-test.tsx-snapshots/-visual-Verify-empty-values-1-firefox-linux.png differ diff --git a/semcore/d3-chart/__tests__/cigarette-chart.browser-test.tsx-snapshots/-visual-Verify-empty-values-1-webkit-linux.png b/semcore/d3-chart/__tests__/cigarette-chart.browser-test.tsx-snapshots/-visual-Verify-empty-values-1-webkit-linux.png index 4623bb19f8..4f6d309789 100644 Binary files a/semcore/d3-chart/__tests__/cigarette-chart.browser-test.tsx-snapshots/-visual-Verify-empty-values-1-webkit-linux.png and b/semcore/d3-chart/__tests__/cigarette-chart.browser-test.tsx-snapshots/-visual-Verify-empty-values-1-webkit-linux.png differ diff --git a/semcore/d3-chart/__tests__/cigarette-chart.browser-test.tsx-snapshots/-visual-Verify-empty-values-2-chromium-linux.png b/semcore/d3-chart/__tests__/cigarette-chart.browser-test.tsx-snapshots/-visual-Verify-empty-values-2-chromium-linux.png index 14f3d9c779..7c1b3e868d 100644 Binary files a/semcore/d3-chart/__tests__/cigarette-chart.browser-test.tsx-snapshots/-visual-Verify-empty-values-2-chromium-linux.png and b/semcore/d3-chart/__tests__/cigarette-chart.browser-test.tsx-snapshots/-visual-Verify-empty-values-2-chromium-linux.png differ diff --git a/semcore/d3-chart/__tests__/cigarette-chart.browser-test.tsx-snapshots/-visual-Verify-empty-values-2-firefox-linux.png b/semcore/d3-chart/__tests__/cigarette-chart.browser-test.tsx-snapshots/-visual-Verify-empty-values-2-firefox-linux.png index cc0afde840..3604e8f8e9 100644 Binary files a/semcore/d3-chart/__tests__/cigarette-chart.browser-test.tsx-snapshots/-visual-Verify-empty-values-2-firefox-linux.png and b/semcore/d3-chart/__tests__/cigarette-chart.browser-test.tsx-snapshots/-visual-Verify-empty-values-2-firefox-linux.png differ diff --git a/semcore/d3-chart/__tests__/cigarette-chart.browser-test.tsx-snapshots/-visual-Verify-empty-values-2-webkit-linux.png b/semcore/d3-chart/__tests__/cigarette-chart.browser-test.tsx-snapshots/-visual-Verify-empty-values-2-webkit-linux.png index 0534e4a454..c002faf72b 100644 Binary files a/semcore/d3-chart/__tests__/cigarette-chart.browser-test.tsx-snapshots/-visual-Verify-empty-values-2-webkit-linux.png and b/semcore/d3-chart/__tests__/cigarette-chart.browser-test.tsx-snapshots/-visual-Verify-empty-values-2-webkit-linux.png differ diff --git a/semcore/d3-chart/__tests__/cigarette-chart.browser-test.tsx-snapshots/-visual-Verify-layouts-and-highlights-on-hover-1-chromium-linux.png b/semcore/d3-chart/__tests__/cigarette-chart.browser-test.tsx-snapshots/-visual-Verify-layouts-and-highlights-on-hover-1-chromium-linux.png index 2127a1b123..a2c1b03439 100644 Binary files a/semcore/d3-chart/__tests__/cigarette-chart.browser-test.tsx-snapshots/-visual-Verify-layouts-and-highlights-on-hover-1-chromium-linux.png and b/semcore/d3-chart/__tests__/cigarette-chart.browser-test.tsx-snapshots/-visual-Verify-layouts-and-highlights-on-hover-1-chromium-linux.png differ diff --git a/semcore/d3-chart/__tests__/cigarette-chart.browser-test.tsx-snapshots/-visual-Verify-layouts-and-highlights-on-hover-1-firefox-linux.png b/semcore/d3-chart/__tests__/cigarette-chart.browser-test.tsx-snapshots/-visual-Verify-layouts-and-highlights-on-hover-1-firefox-linux.png index 7ba7f541d4..d35b3cfc15 100644 Binary files a/semcore/d3-chart/__tests__/cigarette-chart.browser-test.tsx-snapshots/-visual-Verify-layouts-and-highlights-on-hover-1-firefox-linux.png and b/semcore/d3-chart/__tests__/cigarette-chart.browser-test.tsx-snapshots/-visual-Verify-layouts-and-highlights-on-hover-1-firefox-linux.png differ diff --git a/semcore/d3-chart/__tests__/cigarette-chart.browser-test.tsx-snapshots/-visual-Verify-layouts-and-highlights-on-hover-1-webkit-linux.png b/semcore/d3-chart/__tests__/cigarette-chart.browser-test.tsx-snapshots/-visual-Verify-layouts-and-highlights-on-hover-1-webkit-linux.png index f2b8dcb04c..c06e0791ce 100644 Binary files a/semcore/d3-chart/__tests__/cigarette-chart.browser-test.tsx-snapshots/-visual-Verify-layouts-and-highlights-on-hover-1-webkit-linux.png and b/semcore/d3-chart/__tests__/cigarette-chart.browser-test.tsx-snapshots/-visual-Verify-layouts-and-highlights-on-hover-1-webkit-linux.png differ diff --git a/semcore/d3-chart/__tests__/cigarette-chart.browser-test.tsx-snapshots/-visual-Verify-layouts-and-highlights-on-hover-2-chromium-linux.png b/semcore/d3-chart/__tests__/cigarette-chart.browser-test.tsx-snapshots/-visual-Verify-layouts-and-highlights-on-hover-2-chromium-linux.png index c67166483f..baaff58e4d 100644 Binary files a/semcore/d3-chart/__tests__/cigarette-chart.browser-test.tsx-snapshots/-visual-Verify-layouts-and-highlights-on-hover-2-chromium-linux.png and b/semcore/d3-chart/__tests__/cigarette-chart.browser-test.tsx-snapshots/-visual-Verify-layouts-and-highlights-on-hover-2-chromium-linux.png differ diff --git a/semcore/d3-chart/__tests__/cigarette-chart.browser-test.tsx-snapshots/-visual-Verify-layouts-and-highlights-on-hover-2-firefox-linux.png b/semcore/d3-chart/__tests__/cigarette-chart.browser-test.tsx-snapshots/-visual-Verify-layouts-and-highlights-on-hover-2-firefox-linux.png index c13cc8a20b..95e9cac6e9 100644 Binary files a/semcore/d3-chart/__tests__/cigarette-chart.browser-test.tsx-snapshots/-visual-Verify-layouts-and-highlights-on-hover-2-firefox-linux.png and b/semcore/d3-chart/__tests__/cigarette-chart.browser-test.tsx-snapshots/-visual-Verify-layouts-and-highlights-on-hover-2-firefox-linux.png differ diff --git a/semcore/d3-chart/__tests__/cigarette-chart.browser-test.tsx-snapshots/-visual-Verify-layouts-and-highlights-on-hover-2-webkit-linux.png b/semcore/d3-chart/__tests__/cigarette-chart.browser-test.tsx-snapshots/-visual-Verify-layouts-and-highlights-on-hover-2-webkit-linux.png index 08420b9294..d8233b7414 100644 Binary files a/semcore/d3-chart/__tests__/cigarette-chart.browser-test.tsx-snapshots/-visual-Verify-layouts-and-highlights-on-hover-2-webkit-linux.png and b/semcore/d3-chart/__tests__/cigarette-chart.browser-test.tsx-snapshots/-visual-Verify-layouts-and-highlights-on-hover-2-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..82ad249493 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__/cigarette-chart.browser-test.tsx-snapshots/-visual-Verify-no-tooltip-when-showTooltip-false-1-firefox-linux.png b/semcore/d3-chart/__tests__/cigarette-chart.browser-test.tsx-snapshots/-visual-Verify-no-tooltip-when-showTooltip-false-1-firefox-linux.png index 305376abf2..4e4ced4f95 100644 Binary files a/semcore/d3-chart/__tests__/cigarette-chart.browser-test.tsx-snapshots/-visual-Verify-no-tooltip-when-showTooltip-false-1-firefox-linux.png and b/semcore/d3-chart/__tests__/cigarette-chart.browser-test.tsx-snapshots/-visual-Verify-no-tooltip-when-showTooltip-false-1-firefox-linux.png differ diff --git a/semcore/d3-chart/__tests__/cigarette-chart.browser-test.tsx-snapshots/-visual-Verify-no-tooltip-when-showTooltip-false-1-webkit-linux.png b/semcore/d3-chart/__tests__/cigarette-chart.browser-test.tsx-snapshots/-visual-Verify-no-tooltip-when-showTooltip-false-1-webkit-linux.png index 77a0200457..c653df6a81 100644 Binary files a/semcore/d3-chart/__tests__/cigarette-chart.browser-test.tsx-snapshots/-visual-Verify-no-tooltip-when-showTooltip-false-1-webkit-linux.png and b/semcore/d3-chart/__tests__/cigarette-chart.browser-test.tsx-snapshots/-visual-Verify-no-tooltip-when-showTooltip-false-1-webkit-linux.png differ diff --git a/semcore/d3-chart/__tests__/cigarette-chart.browser-test.tsx-snapshots/-visual-Verify-tooltipViewType-all-with-percent-and-total-1-chromium-linux.png b/semcore/d3-chart/__tests__/cigarette-chart.browser-test.tsx-snapshots/-visual-Verify-tooltipViewType-all-with-percent-and-total-1-chromium-linux.png index 25fb9c4978..162128915a 100644 Binary files a/semcore/d3-chart/__tests__/cigarette-chart.browser-test.tsx-snapshots/-visual-Verify-tooltipViewType-all-with-percent-and-total-1-chromium-linux.png and b/semcore/d3-chart/__tests__/cigarette-chart.browser-test.tsx-snapshots/-visual-Verify-tooltipViewType-all-with-percent-and-total-1-chromium-linux.png differ diff --git a/semcore/d3-chart/__tests__/cigarette-chart.browser-test.tsx-snapshots/-visual-Verify-tooltipViewType-all-with-percent-and-total-1-firefox-linux.png b/semcore/d3-chart/__tests__/cigarette-chart.browser-test.tsx-snapshots/-visual-Verify-tooltipViewType-all-with-percent-and-total-1-firefox-linux.png index b218253427..f251cd7a6e 100644 Binary files a/semcore/d3-chart/__tests__/cigarette-chart.browser-test.tsx-snapshots/-visual-Verify-tooltipViewType-all-with-percent-and-total-1-firefox-linux.png and b/semcore/d3-chart/__tests__/cigarette-chart.browser-test.tsx-snapshots/-visual-Verify-tooltipViewType-all-with-percent-and-total-1-firefox-linux.png differ diff --git a/semcore/d3-chart/__tests__/cigarette-chart.browser-test.tsx-snapshots/-visual-Verify-tooltipViewType-all-with-percent-and-total-1-webkit-linux.png b/semcore/d3-chart/__tests__/cigarette-chart.browser-test.tsx-snapshots/-visual-Verify-tooltipViewType-all-with-percent-and-total-1-webkit-linux.png index a7e8ad9309..6c318bfa51 100644 Binary files a/semcore/d3-chart/__tests__/cigarette-chart.browser-test.tsx-snapshots/-visual-Verify-tooltipViewType-all-with-percent-and-total-1-webkit-linux.png and b/semcore/d3-chart/__tests__/cigarette-chart.browser-test.tsx-snapshots/-visual-Verify-tooltipViewType-all-with-percent-and-total-1-webkit-linux.png differ diff --git a/semcore/d3-chart/__tests__/cigarette-chart.browser-test.tsx-snapshots/-visual-Verify-tooltipViewType-all-without-percent-1-chromium-linux.png b/semcore/d3-chart/__tests__/cigarette-chart.browser-test.tsx-snapshots/-visual-Verify-tooltipViewType-all-without-percent-1-chromium-linux.png index cbc066bd44..6ea3726718 100644 Binary files a/semcore/d3-chart/__tests__/cigarette-chart.browser-test.tsx-snapshots/-visual-Verify-tooltipViewType-all-without-percent-1-chromium-linux.png and b/semcore/d3-chart/__tests__/cigarette-chart.browser-test.tsx-snapshots/-visual-Verify-tooltipViewType-all-without-percent-1-chromium-linux.png differ diff --git a/semcore/d3-chart/__tests__/cigarette-chart.browser-test.tsx-snapshots/-visual-Verify-tooltipViewType-all-without-percent-1-firefox-linux.png b/semcore/d3-chart/__tests__/cigarette-chart.browser-test.tsx-snapshots/-visual-Verify-tooltipViewType-all-without-percent-1-firefox-linux.png index d7b625c8a4..f7464bc340 100644 Binary files a/semcore/d3-chart/__tests__/cigarette-chart.browser-test.tsx-snapshots/-visual-Verify-tooltipViewType-all-without-percent-1-firefox-linux.png and b/semcore/d3-chart/__tests__/cigarette-chart.browser-test.tsx-snapshots/-visual-Verify-tooltipViewType-all-without-percent-1-firefox-linux.png differ diff --git a/semcore/d3-chart/__tests__/cigarette-chart.browser-test.tsx-snapshots/-visual-Verify-tooltipViewType-all-without-percent-1-webkit-linux.png b/semcore/d3-chart/__tests__/cigarette-chart.browser-test.tsx-snapshots/-visual-Verify-tooltipViewType-all-without-percent-1-webkit-linux.png index aeb78799fb..2c15bc0bd7 100644 Binary files a/semcore/d3-chart/__tests__/cigarette-chart.browser-test.tsx-snapshots/-visual-Verify-tooltipViewType-all-without-percent-1-webkit-linux.png and b/semcore/d3-chart/__tests__/cigarette-chart.browser-test.tsx-snapshots/-visual-Verify-tooltipViewType-all-without-percent-1-webkit-linux.png differ diff --git a/semcore/d3-chart/__tests__/cigarette-chart.browser-test.tsx-snapshots/-visual-Verify-tooltipViewType-single-with-percent-1-chromium-linux.png b/semcore/d3-chart/__tests__/cigarette-chart.browser-test.tsx-snapshots/-visual-Verify-tooltipViewType-single-with-percent-1-chromium-linux.png index f6ec0ebd67..9667739cd1 100644 Binary files a/semcore/d3-chart/__tests__/cigarette-chart.browser-test.tsx-snapshots/-visual-Verify-tooltipViewType-single-with-percent-1-chromium-linux.png and b/semcore/d3-chart/__tests__/cigarette-chart.browser-test.tsx-snapshots/-visual-Verify-tooltipViewType-single-with-percent-1-chromium-linux.png differ diff --git a/semcore/d3-chart/__tests__/cigarette-chart.browser-test.tsx-snapshots/-visual-Verify-tooltipViewType-single-with-percent-1-firefox-linux.png b/semcore/d3-chart/__tests__/cigarette-chart.browser-test.tsx-snapshots/-visual-Verify-tooltipViewType-single-with-percent-1-firefox-linux.png index 50fc948a72..f9db2845da 100644 Binary files a/semcore/d3-chart/__tests__/cigarette-chart.browser-test.tsx-snapshots/-visual-Verify-tooltipViewType-single-with-percent-1-firefox-linux.png and b/semcore/d3-chart/__tests__/cigarette-chart.browser-test.tsx-snapshots/-visual-Verify-tooltipViewType-single-with-percent-1-firefox-linux.png differ diff --git a/semcore/d3-chart/__tests__/cigarette-chart.browser-test.tsx-snapshots/-visual-Verify-tooltipViewType-single-with-percent-1-webkit-linux.png b/semcore/d3-chart/__tests__/cigarette-chart.browser-test.tsx-snapshots/-visual-Verify-tooltipViewType-single-with-percent-1-webkit-linux.png index efe45795de..3445338ab9 100644 Binary files a/semcore/d3-chart/__tests__/cigarette-chart.browser-test.tsx-snapshots/-visual-Verify-tooltipViewType-single-with-percent-1-webkit-linux.png and b/semcore/d3-chart/__tests__/cigarette-chart.browser-test.tsx-snapshots/-visual-Verify-tooltipViewType-single-with-percent-1-webkit-linux.png differ diff --git a/semcore/d3-chart/__tests__/cigarette-chart.browser-test.tsx-snapshots/-visual-Verify-tooltipViewType-single-without-percent-1-chromium-linux.png b/semcore/d3-chart/__tests__/cigarette-chart.browser-test.tsx-snapshots/-visual-Verify-tooltipViewType-single-without-percent-1-chromium-linux.png index 5928e2ffc7..f67c9b57b6 100644 Binary files a/semcore/d3-chart/__tests__/cigarette-chart.browser-test.tsx-snapshots/-visual-Verify-tooltipViewType-single-without-percent-1-chromium-linux.png and b/semcore/d3-chart/__tests__/cigarette-chart.browser-test.tsx-snapshots/-visual-Verify-tooltipViewType-single-without-percent-1-chromium-linux.png differ diff --git a/semcore/d3-chart/__tests__/cigarette-chart.browser-test.tsx-snapshots/-visual-Verify-tooltipViewType-single-without-percent-1-firefox-linux.png b/semcore/d3-chart/__tests__/cigarette-chart.browser-test.tsx-snapshots/-visual-Verify-tooltipViewType-single-without-percent-1-firefox-linux.png index f4c1b95af8..b439ff6377 100644 Binary files a/semcore/d3-chart/__tests__/cigarette-chart.browser-test.tsx-snapshots/-visual-Verify-tooltipViewType-single-without-percent-1-firefox-linux.png and b/semcore/d3-chart/__tests__/cigarette-chart.browser-test.tsx-snapshots/-visual-Verify-tooltipViewType-single-without-percent-1-firefox-linux.png differ diff --git a/semcore/d3-chart/__tests__/cigarette-chart.browser-test.tsx-snapshots/-visual-Verify-tooltipViewType-single-without-percent-1-webkit-linux.png b/semcore/d3-chart/__tests__/cigarette-chart.browser-test.tsx-snapshots/-visual-Verify-tooltipViewType-single-without-percent-1-webkit-linux.png index 8d891d383b..c57741c523 100644 Binary files a/semcore/d3-chart/__tests__/cigarette-chart.browser-test.tsx-snapshots/-visual-Verify-tooltipViewType-single-without-percent-1-webkit-linux.png and b/semcore/d3-chart/__tests__/cigarette-chart.browser-test.tsx-snapshots/-visual-Verify-tooltipViewType-single-without-percent-1-webkit-linux.png differ diff --git a/semcore/d3-chart/__tests__/d3-chart-base.browser-test.tsx b/semcore/d3-chart/__tests__/d3-chart-base.browser-test.tsx index a8a76dd70b..1fa116d87f 100644 --- a/semcore/d3-chart/__tests__/d3-chart-base.browser-test.tsx +++ b/semcore/d3-chart/__tests__/d3-chart-base.browser-test.tsx @@ -243,7 +243,7 @@ test.describe(`${TAG.VISUAL}`, () => { test.describe('Hover Line and Tooltip', () => { test('Verify Tooltip controlled appearing', { - tag: [TAG.PRIORITY_MEDIUM, TAG.MOUSE, '@d3-chart'], + tag: [TAG.PRIORITY_MEDIUM, TAG.MOUSE, '@d3-chart', '@base-components', '@flex-box', '@typography'], }, async ({ page }) => { await loadPage(page, 'stories/components/d3-chart/docs/examples/d3-chart/tooltip-control.tsx', 'en'); await page.waitForTimeout(500); // wait for finish animation @@ -367,14 +367,14 @@ test.describe(`${TAG.VISUAL}`, () => { }); test('Verify custom shape as leged item', { - tag: [TAG.PRIORITY_MEDIUM, '@d3-chart'], + tag: [TAG.PRIORITY_MEDIUM, '@d3-chart', '@chart-legend'], }, async ({ page }) => { await loadPage(page, 'stories/components/d3-chart/docs/examples/chart-legend/custom-shape-as-legenditem.tsx', 'en'); await expect(page).toHaveScreenshot(); }); test('Verify leged table view', { - tag: [TAG.PRIORITY_MEDIUM, '@d3-chart'], + tag: [TAG.PRIORITY_MEDIUM, '@d3-chart', '@chart-legend', '@typography'], }, async ({ page }) => { await loadPage(page, 'stories/components/d3-chart/docs/examples/chart-legend/table-view.tsx', 'en'); @@ -620,7 +620,7 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { test.describe('Dots', () => { test('Verify dots radius', { - tag: [TAG.PRIORITY_MEDIUM, '@d3-chart'], + tag: [TAG.PRIORITY_MEDIUM, '@d3-chart', '@base-components', '@flex-box', '@typography'], }, async ({ page }) => { await loadPage(page, 'stories/components/d3-chart/docs/examples/d3-chart/tooltip.tsx', 'en'); @@ -638,7 +638,7 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { test.describe('Chart legend', () => { test('Verify checkbox roles and attributes', { - tag: [TAG.PRIORITY_MEDIUM, '@d3-chart'], + tag: [TAG.PRIORITY_MEDIUM, '@d3-chart', '@chart-legend'], }, async ({ page }) => { await loadPage(page, 'stories/components/d3-chart/tests/examples/chart-legend/customizable_legend.tsx', 'en'); diff --git a/semcore/d3-chart/__tests__/d3-chart-base.browser-test.tsx-snapshots/-visual-Chart-legend-Verify-leged-table-view-1-chromium-linux.png b/semcore/d3-chart/__tests__/d3-chart-base.browser-test.tsx-snapshots/-visual-Chart-legend-Verify-leged-table-view-1-chromium-linux.png index 374fa5007f..2270d09fda 100644 Binary files a/semcore/d3-chart/__tests__/d3-chart-base.browser-test.tsx-snapshots/-visual-Chart-legend-Verify-leged-table-view-1-chromium-linux.png and b/semcore/d3-chart/__tests__/d3-chart-base.browser-test.tsx-snapshots/-visual-Chart-legend-Verify-leged-table-view-1-chromium-linux.png differ diff --git a/semcore/d3-chart/__tests__/d3-chart-base.browser-test.tsx-snapshots/-visual-Chart-legend-Verify-leged-table-view-1-firefox-linux.png b/semcore/d3-chart/__tests__/d3-chart-base.browser-test.tsx-snapshots/-visual-Chart-legend-Verify-leged-table-view-1-firefox-linux.png index dfae5a97c8..8e0d5a19a6 100644 Binary files a/semcore/d3-chart/__tests__/d3-chart-base.browser-test.tsx-snapshots/-visual-Chart-legend-Verify-leged-table-view-1-firefox-linux.png and b/semcore/d3-chart/__tests__/d3-chart-base.browser-test.tsx-snapshots/-visual-Chart-legend-Verify-leged-table-view-1-firefox-linux.png differ diff --git a/semcore/d3-chart/__tests__/d3-chart-base.browser-test.tsx-snapshots/-visual-Chart-legend-Verify-leged-table-view-1-webkit-linux.png b/semcore/d3-chart/__tests__/d3-chart-base.browser-test.tsx-snapshots/-visual-Chart-legend-Verify-leged-table-view-1-webkit-linux.png index f62ce29824..51004e5acb 100644 Binary files a/semcore/d3-chart/__tests__/d3-chart-base.browser-test.tsx-snapshots/-visual-Chart-legend-Verify-leged-table-view-1-webkit-linux.png and b/semcore/d3-chart/__tests__/d3-chart-base.browser-test.tsx-snapshots/-visual-Chart-legend-Verify-leged-table-view-1-webkit-linux.png differ diff --git a/semcore/d3-chart/__tests__/d3-chart-base.browser-test.tsx-snapshots/-visual-Chart-legend-Verify-legend-with-size-L-Checkbox-shape-1-chromium-linux.png b/semcore/d3-chart/__tests__/d3-chart-base.browser-test.tsx-snapshots/-visual-Chart-legend-Verify-legend-with-size-L-Checkbox-shape-1-chromium-linux.png index 092383636e..d97c0a1344 100644 Binary files a/semcore/d3-chart/__tests__/d3-chart-base.browser-test.tsx-snapshots/-visual-Chart-legend-Verify-legend-with-size-L-Checkbox-shape-1-chromium-linux.png and b/semcore/d3-chart/__tests__/d3-chart-base.browser-test.tsx-snapshots/-visual-Chart-legend-Verify-legend-with-size-L-Checkbox-shape-1-chromium-linux.png differ diff --git a/semcore/d3-chart/__tests__/d3-chart-base.browser-test.tsx-snapshots/-visual-Chart-legend-Verify-legend-with-size-L-Checkbox-shape-1-firefox-linux.png b/semcore/d3-chart/__tests__/d3-chart-base.browser-test.tsx-snapshots/-visual-Chart-legend-Verify-legend-with-size-L-Checkbox-shape-1-firefox-linux.png index 0495e49295..520ae35baf 100644 Binary files a/semcore/d3-chart/__tests__/d3-chart-base.browser-test.tsx-snapshots/-visual-Chart-legend-Verify-legend-with-size-L-Checkbox-shape-1-firefox-linux.png and b/semcore/d3-chart/__tests__/d3-chart-base.browser-test.tsx-snapshots/-visual-Chart-legend-Verify-legend-with-size-L-Checkbox-shape-1-firefox-linux.png differ diff --git a/semcore/d3-chart/__tests__/d3-chart-base.browser-test.tsx-snapshots/-visual-Chart-legend-Verify-legend-with-size-L-Checkbox-shape-1-webkit-linux.png b/semcore/d3-chart/__tests__/d3-chart-base.browser-test.tsx-snapshots/-visual-Chart-legend-Verify-legend-with-size-L-Checkbox-shape-1-webkit-linux.png index eab2f3f830..0bacaa0d5c 100644 Binary files a/semcore/d3-chart/__tests__/d3-chart-base.browser-test.tsx-snapshots/-visual-Chart-legend-Verify-legend-with-size-L-Checkbox-shape-1-webkit-linux.png and b/semcore/d3-chart/__tests__/d3-chart-base.browser-test.tsx-snapshots/-visual-Chart-legend-Verify-legend-with-size-L-Checkbox-shape-1-webkit-linux.png differ diff --git a/semcore/d3-chart/__tests__/d3-chart-base.browser-test.tsx-snapshots/-visual-Chart-legend-Verify-legend-with-size-M-Checkbox-shape-1-chromium-linux.png b/semcore/d3-chart/__tests__/d3-chart-base.browser-test.tsx-snapshots/-visual-Chart-legend-Verify-legend-with-size-M-Checkbox-shape-1-chromium-linux.png index c31b051e2b..dfb27f3f9f 100644 Binary files a/semcore/d3-chart/__tests__/d3-chart-base.browser-test.tsx-snapshots/-visual-Chart-legend-Verify-legend-with-size-M-Checkbox-shape-1-chromium-linux.png and b/semcore/d3-chart/__tests__/d3-chart-base.browser-test.tsx-snapshots/-visual-Chart-legend-Verify-legend-with-size-M-Checkbox-shape-1-chromium-linux.png differ diff --git a/semcore/d3-chart/__tests__/d3-chart-base.browser-test.tsx-snapshots/-visual-Chart-legend-Verify-legend-with-size-M-Checkbox-shape-1-firefox-linux.png b/semcore/d3-chart/__tests__/d3-chart-base.browser-test.tsx-snapshots/-visual-Chart-legend-Verify-legend-with-size-M-Checkbox-shape-1-firefox-linux.png index cfa36a473f..cd20af9164 100644 Binary files a/semcore/d3-chart/__tests__/d3-chart-base.browser-test.tsx-snapshots/-visual-Chart-legend-Verify-legend-with-size-M-Checkbox-shape-1-firefox-linux.png and b/semcore/d3-chart/__tests__/d3-chart-base.browser-test.tsx-snapshots/-visual-Chart-legend-Verify-legend-with-size-M-Checkbox-shape-1-firefox-linux.png differ diff --git a/semcore/d3-chart/__tests__/d3-chart-base.browser-test.tsx-snapshots/-visual-Chart-legend-Verify-legend-with-size-M-Checkbox-shape-1-webkit-linux.png b/semcore/d3-chart/__tests__/d3-chart-base.browser-test.tsx-snapshots/-visual-Chart-legend-Verify-legend-with-size-M-Checkbox-shape-1-webkit-linux.png index 937ec26253..a8ee071514 100644 Binary files a/semcore/d3-chart/__tests__/d3-chart-base.browser-test.tsx-snapshots/-visual-Chart-legend-Verify-legend-with-size-M-Checkbox-shape-1-webkit-linux.png and b/semcore/d3-chart/__tests__/d3-chart-base.browser-test.tsx-snapshots/-visual-Chart-legend-Verify-legend-with-size-M-Checkbox-shape-1-webkit-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 b/semcore/d3-chart/__tests__/donut-chart.browser-test.tsx index d91d10a648..c6a1d9879a 100644 --- a/semcore/d3-chart/__tests__/donut-chart.browser-test.tsx +++ b/semcore/d3-chart/__tests__/donut-chart.browser-test.tsx @@ -50,7 +50,7 @@ test.describe(`${TAG.VISUAL}`, () => { variables.forEach((item) => { test(`Verify donut chart ${item.description}`, { - tag: [TAG.PRIORITY_HIGH, '@donut-chart', '@d3-chart'], + tag: [TAG.PRIORITY_HIGH, '@donut-chart', '@d3-chart', '@base-components', '@flex-box', '@typography'], }, async ({ page }) => { await loadPage( page, @@ -108,7 +108,7 @@ test.describe(`${TAG.VISUAL}`, () => { halfsizeVariables.forEach((item, index) => { test(`Verify semi-donut ${item.description}`, { - tag: [TAG.PRIORITY_HIGH, '@donut-chart', '@d3-chart'], + tag: [TAG.PRIORITY_HIGH, '@donut-chart', '@d3-chart', '@base-components', '@flex-box', '@typography'], }, async ({ page }) => { await loadPage( page, @@ -139,7 +139,7 @@ test.describe(`${TAG.VISUAL}`, () => { }); test('Verify donut controlled highlight interactions', { - tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, '@donut-chart', '@d3-chart'], + tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, '@donut-chart', '@d3-chart', '@base-components', '@flex-box', '@checkbox'], }, async ({ page }) => { await loadPage( page, @@ -162,7 +162,7 @@ test.describe(`${TAG.VISUAL}`, () => { }); test('Verify donut legend and pattern fill interactions', { - tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, TAG.KEYBOARD, '@donut-chart', '@d3-chart'], + tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, TAG.KEYBOARD, '@donut-chart', '@d3-chart', '@base-components', '@flex-box', '@chart-legend'], }, async ({ page }) => { await loadPage( page, @@ -206,7 +206,7 @@ test.describe(`${TAG.VISUAL}`, () => { }); }); test('Verify semi-donut with labels', { - tag: [TAG.PRIORITY_MEDIUM, '@donut-chart', '@d3-chart'], + tag: [TAG.PRIORITY_MEDIUM, '@donut-chart', '@d3-chart', '@base-components', '@flex-box', '@typography'], }, async ({ page }) => { await loadPage(page, 'stories/components/d3-chart/docs/examples/donut-chart/semi-donut.tsx', 'en'); @@ -225,7 +225,7 @@ We verify states, visibility, and attributes. ===================================================== */ test.describe(`${TAG.FUNCTIONAL}`, () => { test('Verify aria-hidden attributes', { - tag: [TAG.PRIORITY_HIGH, '@donut-chart', '@d3-chart'], + tag: [TAG.PRIORITY_HIGH, '@donut-chart', '@d3-chart', '@base-components', '@flex-box', '@typography'], }, async ({ page }) => { await test.step('Verify pies have aria-hidden attribute in basic usage', async () => { await loadPage(page, 'stories/components/d3-chart/docs/examples/donut-chart/basic-usage.tsx', 'en'); @@ -303,7 +303,7 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { showLegendCombinations.forEach((item) => { test(`Verify showLegend prop: ${item.description}`, { - tag: [TAG.PRIORITY_HIGH, '@donut-chart', '@d3-chart'], + tag: [TAG.PRIORITY_HIGH, '@donut-chart', '@d3-chart', '@base-components', '@flex-box'], }, async ({ page }) => { const testProps: any = { data: item.data, @@ -330,7 +330,7 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { }); test('Verify onClick callback in donut pie', { - tag: [TAG.PRIORITY_MEDIUM, TAG.MOUSE, '@donut-chart', '@d3-chart'], + tag: [TAG.PRIORITY_MEDIUM, TAG.MOUSE, '@donut-chart', '@d3-chart', '@base-components', '@flex-box', '@checkbox'], }, async ({ page }) => { const messages: string[] = []; page.on('console', (msg) => { 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__/donut-chart.browser-test.tsx-snapshots/-visual-Verify-donut-controlled-highlight-interactions-1-chromium-linux.png b/semcore/d3-chart/__tests__/donut-chart.browser-test.tsx-snapshots/-visual-Verify-donut-controlled-highlight-interactions-1-chromium-linux.png index 071b56eab7..3b25333699 100644 Binary files a/semcore/d3-chart/__tests__/donut-chart.browser-test.tsx-snapshots/-visual-Verify-donut-controlled-highlight-interactions-1-chromium-linux.png and b/semcore/d3-chart/__tests__/donut-chart.browser-test.tsx-snapshots/-visual-Verify-donut-controlled-highlight-interactions-1-chromium-linux.png differ diff --git a/semcore/d3-chart/__tests__/donut-chart.browser-test.tsx-snapshots/-visual-Verify-donut-controlled-highlight-interactions-1-firefox-linux.png b/semcore/d3-chart/__tests__/donut-chart.browser-test.tsx-snapshots/-visual-Verify-donut-controlled-highlight-interactions-1-firefox-linux.png index 7ede4dc827..c07bca3651 100644 Binary files a/semcore/d3-chart/__tests__/donut-chart.browser-test.tsx-snapshots/-visual-Verify-donut-controlled-highlight-interactions-1-firefox-linux.png and b/semcore/d3-chart/__tests__/donut-chart.browser-test.tsx-snapshots/-visual-Verify-donut-controlled-highlight-interactions-1-firefox-linux.png differ diff --git a/semcore/d3-chart/__tests__/donut-chart.browser-test.tsx-snapshots/-visual-Verify-donut-controlled-highlight-interactions-1-webkit-linux.png b/semcore/d3-chart/__tests__/donut-chart.browser-test.tsx-snapshots/-visual-Verify-donut-controlled-highlight-interactions-1-webkit-linux.png index cb058a4e50..3129fbe250 100644 Binary files a/semcore/d3-chart/__tests__/donut-chart.browser-test.tsx-snapshots/-visual-Verify-donut-controlled-highlight-interactions-1-webkit-linux.png and b/semcore/d3-chart/__tests__/donut-chart.browser-test.tsx-snapshots/-visual-Verify-donut-controlled-highlight-interactions-1-webkit-linux.png differ diff --git a/semcore/d3-chart/__tests__/donut-chart.browser-test.tsx-snapshots/-visual-Verify-donut-controlled-highlight-interactions-2-chromium-linux.png b/semcore/d3-chart/__tests__/donut-chart.browser-test.tsx-snapshots/-visual-Verify-donut-controlled-highlight-interactions-2-chromium-linux.png index 2845a96db1..6104946a47 100644 Binary files a/semcore/d3-chart/__tests__/donut-chart.browser-test.tsx-snapshots/-visual-Verify-donut-controlled-highlight-interactions-2-chromium-linux.png and b/semcore/d3-chart/__tests__/donut-chart.browser-test.tsx-snapshots/-visual-Verify-donut-controlled-highlight-interactions-2-chromium-linux.png differ diff --git a/semcore/d3-chart/__tests__/donut-chart.browser-test.tsx-snapshots/-visual-Verify-donut-controlled-highlight-interactions-2-firefox-linux.png b/semcore/d3-chart/__tests__/donut-chart.browser-test.tsx-snapshots/-visual-Verify-donut-controlled-highlight-interactions-2-firefox-linux.png index b3e361534b..26854fe05a 100644 Binary files a/semcore/d3-chart/__tests__/donut-chart.browser-test.tsx-snapshots/-visual-Verify-donut-controlled-highlight-interactions-2-firefox-linux.png and b/semcore/d3-chart/__tests__/donut-chart.browser-test.tsx-snapshots/-visual-Verify-donut-controlled-highlight-interactions-2-firefox-linux.png differ diff --git a/semcore/d3-chart/__tests__/donut-chart.browser-test.tsx-snapshots/-visual-Verify-donut-controlled-highlight-interactions-2-webkit-linux.png b/semcore/d3-chart/__tests__/donut-chart.browser-test.tsx-snapshots/-visual-Verify-donut-controlled-highlight-interactions-2-webkit-linux.png index f6c83f16fc..56f447a6ae 100644 Binary files a/semcore/d3-chart/__tests__/donut-chart.browser-test.tsx-snapshots/-visual-Verify-donut-controlled-highlight-interactions-2-webkit-linux.png and b/semcore/d3-chart/__tests__/donut-chart.browser-test.tsx-snapshots/-visual-Verify-donut-controlled-highlight-interactions-2-webkit-linux.png differ diff --git a/semcore/d3-chart/__tests__/donut-chart.browser-test.tsx-snapshots/-visual-Verify-donut-legend-and-pattern-fill-interactions-1-chromium-linux.png b/semcore/d3-chart/__tests__/donut-chart.browser-test.tsx-snapshots/-visual-Verify-donut-legend-and-pattern-fill-interactions-1-chromium-linux.png index 729329262e..8c937832bc 100644 Binary files a/semcore/d3-chart/__tests__/donut-chart.browser-test.tsx-snapshots/-visual-Verify-donut-legend-and-pattern-fill-interactions-1-chromium-linux.png and b/semcore/d3-chart/__tests__/donut-chart.browser-test.tsx-snapshots/-visual-Verify-donut-legend-and-pattern-fill-interactions-1-chromium-linux.png differ diff --git a/semcore/d3-chart/__tests__/donut-chart.browser-test.tsx-snapshots/-visual-Verify-donut-legend-and-pattern-fill-interactions-1-firefox-linux.png b/semcore/d3-chart/__tests__/donut-chart.browser-test.tsx-snapshots/-visual-Verify-donut-legend-and-pattern-fill-interactions-1-firefox-linux.png index 45e2a8483f..7a8b4bbe76 100644 Binary files a/semcore/d3-chart/__tests__/donut-chart.browser-test.tsx-snapshots/-visual-Verify-donut-legend-and-pattern-fill-interactions-1-firefox-linux.png and b/semcore/d3-chart/__tests__/donut-chart.browser-test.tsx-snapshots/-visual-Verify-donut-legend-and-pattern-fill-interactions-1-firefox-linux.png differ diff --git a/semcore/d3-chart/__tests__/donut-chart.browser-test.tsx-snapshots/-visual-Verify-donut-legend-and-pattern-fill-interactions-1-webkit-linux.png b/semcore/d3-chart/__tests__/donut-chart.browser-test.tsx-snapshots/-visual-Verify-donut-legend-and-pattern-fill-interactions-1-webkit-linux.png index f257772fbe..3162cac8ab 100644 Binary files a/semcore/d3-chart/__tests__/donut-chart.browser-test.tsx-snapshots/-visual-Verify-donut-legend-and-pattern-fill-interactions-1-webkit-linux.png and b/semcore/d3-chart/__tests__/donut-chart.browser-test.tsx-snapshots/-visual-Verify-donut-legend-and-pattern-fill-interactions-1-webkit-linux.png differ diff --git a/semcore/d3-chart/__tests__/donut-chart.browser-test.tsx-snapshots/-visual-Verify-donut-legend-and-pattern-fill-interactions-2-chromium-linux.png b/semcore/d3-chart/__tests__/donut-chart.browser-test.tsx-snapshots/-visual-Verify-donut-legend-and-pattern-fill-interactions-2-chromium-linux.png index a0801cc413..33694eaee5 100644 Binary files a/semcore/d3-chart/__tests__/donut-chart.browser-test.tsx-snapshots/-visual-Verify-donut-legend-and-pattern-fill-interactions-2-chromium-linux.png and b/semcore/d3-chart/__tests__/donut-chart.browser-test.tsx-snapshots/-visual-Verify-donut-legend-and-pattern-fill-interactions-2-chromium-linux.png differ diff --git a/semcore/d3-chart/__tests__/donut-chart.browser-test.tsx-snapshots/-visual-Verify-donut-legend-and-pattern-fill-interactions-2-firefox-linux.png b/semcore/d3-chart/__tests__/donut-chart.browser-test.tsx-snapshots/-visual-Verify-donut-legend-and-pattern-fill-interactions-2-firefox-linux.png index 12f338a68d..12463f3199 100644 Binary files a/semcore/d3-chart/__tests__/donut-chart.browser-test.tsx-snapshots/-visual-Verify-donut-legend-and-pattern-fill-interactions-2-firefox-linux.png and b/semcore/d3-chart/__tests__/donut-chart.browser-test.tsx-snapshots/-visual-Verify-donut-legend-and-pattern-fill-interactions-2-firefox-linux.png differ diff --git a/semcore/d3-chart/__tests__/donut-chart.browser-test.tsx-snapshots/-visual-Verify-donut-legend-and-pattern-fill-interactions-2-webkit-linux.png b/semcore/d3-chart/__tests__/donut-chart.browser-test.tsx-snapshots/-visual-Verify-donut-legend-and-pattern-fill-interactions-2-webkit-linux.png index e77e537bfc..f9346bbca9 100644 Binary files a/semcore/d3-chart/__tests__/donut-chart.browser-test.tsx-snapshots/-visual-Verify-donut-legend-and-pattern-fill-interactions-2-webkit-linux.png and b/semcore/d3-chart/__tests__/donut-chart.browser-test.tsx-snapshots/-visual-Verify-donut-legend-and-pattern-fill-interactions-2-webkit-linux.png differ diff --git a/semcore/d3-chart/__tests__/donut-chart.browser-test.tsx-snapshots/-visual-Verify-donut-legend-and-pattern-fill-interactions-3-chromium-linux.png b/semcore/d3-chart/__tests__/donut-chart.browser-test.tsx-snapshots/-visual-Verify-donut-legend-and-pattern-fill-interactions-3-chromium-linux.png index afc2a9946d..a4f5ab725a 100644 Binary files a/semcore/d3-chart/__tests__/donut-chart.browser-test.tsx-snapshots/-visual-Verify-donut-legend-and-pattern-fill-interactions-3-chromium-linux.png and b/semcore/d3-chart/__tests__/donut-chart.browser-test.tsx-snapshots/-visual-Verify-donut-legend-and-pattern-fill-interactions-3-chromium-linux.png differ diff --git a/semcore/d3-chart/__tests__/donut-chart.browser-test.tsx-snapshots/-visual-Verify-donut-legend-and-pattern-fill-interactions-3-firefox-linux.png b/semcore/d3-chart/__tests__/donut-chart.browser-test.tsx-snapshots/-visual-Verify-donut-legend-and-pattern-fill-interactions-3-firefox-linux.png index e3a01b7e14..0d3796ffff 100644 Binary files a/semcore/d3-chart/__tests__/donut-chart.browser-test.tsx-snapshots/-visual-Verify-donut-legend-and-pattern-fill-interactions-3-firefox-linux.png and b/semcore/d3-chart/__tests__/donut-chart.browser-test.tsx-snapshots/-visual-Verify-donut-legend-and-pattern-fill-interactions-3-firefox-linux.png differ diff --git a/semcore/d3-chart/__tests__/donut-chart.browser-test.tsx-snapshots/-visual-Verify-donut-legend-and-pattern-fill-interactions-3-webkit-linux.png b/semcore/d3-chart/__tests__/donut-chart.browser-test.tsx-snapshots/-visual-Verify-donut-legend-and-pattern-fill-interactions-3-webkit-linux.png index d0fe6df5cd..35cecd9f96 100644 Binary files a/semcore/d3-chart/__tests__/donut-chart.browser-test.tsx-snapshots/-visual-Verify-donut-legend-and-pattern-fill-interactions-3-webkit-linux.png and b/semcore/d3-chart/__tests__/donut-chart.browser-test.tsx-snapshots/-visual-Verify-donut-legend-and-pattern-fill-interactions-3-webkit-linux.png differ diff --git a/semcore/d3-chart/__tests__/donut-chart.browser-test.tsx-snapshots/-visual-Verify-donut-legend-and-pattern-fill-interactions-4-chromium-linux.png b/semcore/d3-chart/__tests__/donut-chart.browser-test.tsx-snapshots/-visual-Verify-donut-legend-and-pattern-fill-interactions-4-chromium-linux.png index 9e25ffc5ce..27c0070f4e 100644 Binary files a/semcore/d3-chart/__tests__/donut-chart.browser-test.tsx-snapshots/-visual-Verify-donut-legend-and-pattern-fill-interactions-4-chromium-linux.png and b/semcore/d3-chart/__tests__/donut-chart.browser-test.tsx-snapshots/-visual-Verify-donut-legend-and-pattern-fill-interactions-4-chromium-linux.png differ diff --git a/semcore/d3-chart/__tests__/donut-chart.browser-test.tsx-snapshots/-visual-Verify-donut-legend-and-pattern-fill-interactions-4-firefox-linux.png b/semcore/d3-chart/__tests__/donut-chart.browser-test.tsx-snapshots/-visual-Verify-donut-legend-and-pattern-fill-interactions-4-firefox-linux.png index 4ebaf7331d..ad44903679 100644 Binary files a/semcore/d3-chart/__tests__/donut-chart.browser-test.tsx-snapshots/-visual-Verify-donut-legend-and-pattern-fill-interactions-4-firefox-linux.png and b/semcore/d3-chart/__tests__/donut-chart.browser-test.tsx-snapshots/-visual-Verify-donut-legend-and-pattern-fill-interactions-4-firefox-linux.png differ diff --git a/semcore/d3-chart/__tests__/donut-chart.browser-test.tsx-snapshots/-visual-Verify-donut-legend-and-pattern-fill-interactions-4-webkit-linux.png b/semcore/d3-chart/__tests__/donut-chart.browser-test.tsx-snapshots/-visual-Verify-donut-legend-and-pattern-fill-interactions-4-webkit-linux.png index 4acc815433..4fb72266fc 100644 Binary files a/semcore/d3-chart/__tests__/donut-chart.browser-test.tsx-snapshots/-visual-Verify-donut-legend-and-pattern-fill-interactions-4-webkit-linux.png and b/semcore/d3-chart/__tests__/donut-chart.browser-test.tsx-snapshots/-visual-Verify-donut-legend-and-pattern-fill-interactions-4-webkit-linux.png differ diff --git a/semcore/d3-chart/__tests__/line-chart.browser-test.tsx b/semcore/d3-chart/__tests__/line-chart.browser-test.tsx index d5fffb3ee4..6143c49543 100644 --- a/semcore/d3-chart/__tests__/line-chart.browser-test.tsx +++ b/semcore/d3-chart/__tests__/line-chart.browser-test.tsx @@ -188,7 +188,7 @@ test.describe(`${TAG.VISUAL}`, () => { variables.forEach((vars) => { test(`Verify line chart with config ${vars.name}`, { - tag: [TAG.PRIORITY_HIGH, '@line-chart', '@d3-chart'], + tag: [TAG.PRIORITY_HIGH, '@line-chart', '@d3-chart', '@base-components', '@flex-box'], }, async ({ page }) => { await loadPage( page, @@ -272,7 +272,7 @@ test.describe(`${TAG.VISUAL}`, () => { }); test('Verify curve prop', { - tag: [TAG.PRIORITY_MEDIUM, TAG.MOUSE, '@line-chart', '@d3-chart'], + tag: [TAG.PRIORITY_MEDIUM, TAG.MOUSE, '@line-chart', '@d3-chart', '@base-components', '@flex-box', '@typography'], }, async ({ page }) => { await loadPage( page, @@ -319,7 +319,7 @@ test.describe(`${TAG.VISUAL}`, () => { }); test('Verify time scale with tooltip', { - tag: [TAG.PRIORITY_MEDIUM, TAG.MOUSE, '@line-chart', '@d3-chart'], + tag: [TAG.PRIORITY_MEDIUM, TAG.MOUSE, '@line-chart', '@d3-chart', '@base-components', '@flex-box', '@typography'], }, async ({ page }) => { await loadPage( page, @@ -348,7 +348,7 @@ test.describe(`${TAG.VISUAL}`, () => { }); test('Verify custom tooltip', { - tag: [TAG.PRIORITY_MEDIUM, TAG.MOUSE, '@line-chart', '@d3-chart'], + tag: [TAG.PRIORITY_MEDIUM, TAG.MOUSE, '@line-chart', '@d3-chart', '@base-components', '@flex-box', '@typography'], }, async ({ page }) => { await loadPage( page, @@ -373,7 +373,7 @@ test.describe(`${TAG.VISUAL}`, () => { }); test('Verify patterns and symbols for dots mouse interactions', { - tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, '@line-chart', '@d3-chart'], + tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, '@line-chart', '@d3-chart', '@base-components', '@flex-box', '@chart-legend'], }, async ({ page }) => { await loadPage( page, @@ -399,7 +399,7 @@ test.describe(`${TAG.VISUAL}`, () => { }); test('Verify patterns and symbols for dots keyboard interactions', { - tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, '@line-chart', '@d3-chart'], + tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, '@line-chart', '@d3-chart', '@base-components', '@flex-box', '@chart-legend'], }, async ({ page }) => { await loadPage( page, @@ -489,7 +489,7 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { }; test('Verify chart auto-sizes to its container and aspect derives the height', { - tag: [TAG.PRIORITY_HIGH, '@line-chart', '@d3-chart', '@responsive'], + tag: [TAG.PRIORITY_HIGH, '@line-chart', '@d3-chart', '@responsive', '@base-components', '@flex-box'], }, async ({ page }) => { await test.step('Without plotWidth/plotHeight the Plot renders with a measured (non-zero) size', async () => { // useExplicitPlotWidth is false by default - chart receives no plotWidth/plotHeight. @@ -516,7 +516,7 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { }); test('Verify hMin clamps the aspect-derived height to the minimum', { - tag: [TAG.PRIORITY_HIGH, '@line-chart', '@d3-chart', '@responsive'], + tag: [TAG.PRIORITY_HIGH, '@line-chart', '@d3-chart', '@responsive', '@base-components', '@flex-box'], }, async ({ page }) => { // aspect 10 -> computed height (~width/10) is well below 120, so hMin must clamp it await loadPage(page, STORY, 'en', { aspect: 10, hMin: 120 }); @@ -529,7 +529,7 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { }); test('Verify hMax clamps the aspect-derived height to the maximum', { - tag: [TAG.PRIORITY_MEDIUM, '@line-chart', '@d3-chart', '@responsive'], + tag: [TAG.PRIORITY_MEDIUM, '@line-chart', '@d3-chart', '@responsive', '@base-components', '@flex-box'], }, async ({ page }) => { // aspect 0.5 -> computed height (~2*width) is well above 180, so hMax must clamp it await loadPage(page, STORY, 'en', { aspect: 0.5, hMax: 180 }); @@ -542,7 +542,7 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { }); test('Verify explicit plotWidth takes priority over container measurement', { - tag: [TAG.PRIORITY_HIGH, '@line-chart', '@d3-chart', '@responsive'], + tag: [TAG.PRIORITY_HIGH, '@line-chart', '@d3-chart', '@responsive', '@base-components', '@flex-box'], }, async ({ page }) => { // useExplicitPlotWidth passes plotWidth straight to the chart; the 500px Box is ignored for width await loadPage(page, STORY, 'en', { useExplicitPlotWidth: true, plotWidth: 250 }); diff --git a/semcore/d3-chart/__tests__/line-chart.browser-test.tsx-snapshots/-visual-Verify-line-chart-with-config-All-features-enabled-standard-size-1-chromium-linux.png b/semcore/d3-chart/__tests__/line-chart.browser-test.tsx-snapshots/-visual-Verify-line-chart-with-config-All-features-enabled-standard-size-1-chromium-linux.png index 02c89494fc..fa9e431a23 100644 Binary files a/semcore/d3-chart/__tests__/line-chart.browser-test.tsx-snapshots/-visual-Verify-line-chart-with-config-All-features-enabled-standard-size-1-chromium-linux.png and b/semcore/d3-chart/__tests__/line-chart.browser-test.tsx-snapshots/-visual-Verify-line-chart-with-config-All-features-enabled-standard-size-1-chromium-linux.png differ diff --git a/semcore/d3-chart/__tests__/line-chart.browser-test.tsx-snapshots/-visual-Verify-line-chart-with-config-All-features-enabled-standard-size-1-firefox-linux.png b/semcore/d3-chart/__tests__/line-chart.browser-test.tsx-snapshots/-visual-Verify-line-chart-with-config-All-features-enabled-standard-size-1-firefox-linux.png index 79e0840a40..c23e7ce673 100644 Binary files a/semcore/d3-chart/__tests__/line-chart.browser-test.tsx-snapshots/-visual-Verify-line-chart-with-config-All-features-enabled-standard-size-1-firefox-linux.png and b/semcore/d3-chart/__tests__/line-chart.browser-test.tsx-snapshots/-visual-Verify-line-chart-with-config-All-features-enabled-standard-size-1-firefox-linux.png differ diff --git a/semcore/d3-chart/__tests__/line-chart.browser-test.tsx-snapshots/-visual-Verify-line-chart-with-config-All-features-enabled-standard-size-1-webkit-linux.png b/semcore/d3-chart/__tests__/line-chart.browser-test.tsx-snapshots/-visual-Verify-line-chart-with-config-All-features-enabled-standard-size-1-webkit-linux.png index 2a9f774f12..3a3948ea9c 100644 Binary files a/semcore/d3-chart/__tests__/line-chart.browser-test.tsx-snapshots/-visual-Verify-line-chart-with-config-All-features-enabled-standard-size-1-webkit-linux.png and b/semcore/d3-chart/__tests__/line-chart.browser-test.tsx-snapshots/-visual-Verify-line-chart-with-config-All-features-enabled-standard-size-1-webkit-linux.png differ diff --git a/semcore/d3-chart/__tests__/line-chart.browser-test.tsx-snapshots/-visual-Verify-line-chart-with-config-Large-size-minimal-margins-no-axes-1-chromium-linux.png b/semcore/d3-chart/__tests__/line-chart.browser-test.tsx-snapshots/-visual-Verify-line-chart-with-config-Large-size-minimal-margins-no-axes-1-chromium-linux.png index 39be0a57c7..6791da701b 100644 Binary files a/semcore/d3-chart/__tests__/line-chart.browser-test.tsx-snapshots/-visual-Verify-line-chart-with-config-Large-size-minimal-margins-no-axes-1-chromium-linux.png and b/semcore/d3-chart/__tests__/line-chart.browser-test.tsx-snapshots/-visual-Verify-line-chart-with-config-Large-size-minimal-margins-no-axes-1-chromium-linux.png differ diff --git a/semcore/d3-chart/__tests__/line-chart.browser-test.tsx-snapshots/-visual-Verify-line-chart-with-config-Large-size-minimal-margins-no-axes-1-firefox-linux.png b/semcore/d3-chart/__tests__/line-chart.browser-test.tsx-snapshots/-visual-Verify-line-chart-with-config-Large-size-minimal-margins-no-axes-1-firefox-linux.png index e09f5eb004..e9ba1b239e 100644 Binary files a/semcore/d3-chart/__tests__/line-chart.browser-test.tsx-snapshots/-visual-Verify-line-chart-with-config-Large-size-minimal-margins-no-axes-1-firefox-linux.png and b/semcore/d3-chart/__tests__/line-chart.browser-test.tsx-snapshots/-visual-Verify-line-chart-with-config-Large-size-minimal-margins-no-axes-1-firefox-linux.png differ diff --git a/semcore/d3-chart/__tests__/line-chart.browser-test.tsx-snapshots/-visual-Verify-line-chart-with-config-Large-size-minimal-margins-no-axes-1-webkit-linux.png b/semcore/d3-chart/__tests__/line-chart.browser-test.tsx-snapshots/-visual-Verify-line-chart-with-config-Large-size-minimal-margins-no-axes-1-webkit-linux.png index 78833417cd..4e438b0d50 100644 Binary files a/semcore/d3-chart/__tests__/line-chart.browser-test.tsx-snapshots/-visual-Verify-line-chart-with-config-Large-size-minimal-margins-no-axes-1-webkit-linux.png and b/semcore/d3-chart/__tests__/line-chart.browser-test.tsx-snapshots/-visual-Verify-line-chart-with-config-Large-size-minimal-margins-no-axes-1-webkit-linux.png differ diff --git a/semcore/d3-chart/__tests__/line-chart.browser-test.tsx-snapshots/-visual-Verify-line-chart-with-config-Minimal-features-medium-size-1-chromium-linux.png b/semcore/d3-chart/__tests__/line-chart.browser-test.tsx-snapshots/-visual-Verify-line-chart-with-config-Minimal-features-medium-size-1-chromium-linux.png index f11fe89d27..7dc33fd7cb 100644 Binary files a/semcore/d3-chart/__tests__/line-chart.browser-test.tsx-snapshots/-visual-Verify-line-chart-with-config-Minimal-features-medium-size-1-chromium-linux.png and b/semcore/d3-chart/__tests__/line-chart.browser-test.tsx-snapshots/-visual-Verify-line-chart-with-config-Minimal-features-medium-size-1-chromium-linux.png differ diff --git a/semcore/d3-chart/__tests__/line-chart.browser-test.tsx-snapshots/-visual-Verify-line-chart-with-config-Minimal-features-medium-size-1-firefox-linux.png b/semcore/d3-chart/__tests__/line-chart.browser-test.tsx-snapshots/-visual-Verify-line-chart-with-config-Minimal-features-medium-size-1-firefox-linux.png index fdd4bc72f7..bfa8002af2 100644 Binary files a/semcore/d3-chart/__tests__/line-chart.browser-test.tsx-snapshots/-visual-Verify-line-chart-with-config-Minimal-features-medium-size-1-firefox-linux.png and b/semcore/d3-chart/__tests__/line-chart.browser-test.tsx-snapshots/-visual-Verify-line-chart-with-config-Minimal-features-medium-size-1-firefox-linux.png differ diff --git a/semcore/d3-chart/__tests__/line-chart.browser-test.tsx-snapshots/-visual-Verify-line-chart-with-config-Minimal-features-medium-size-1-webkit-linux.png b/semcore/d3-chart/__tests__/line-chart.browser-test.tsx-snapshots/-visual-Verify-line-chart-with-config-Minimal-features-medium-size-1-webkit-linux.png index 23dda3b3cf..d46e7390a8 100644 Binary files a/semcore/d3-chart/__tests__/line-chart.browser-test.tsx-snapshots/-visual-Verify-line-chart-with-config-Minimal-features-medium-size-1-webkit-linux.png and b/semcore/d3-chart/__tests__/line-chart.browser-test.tsx-snapshots/-visual-Verify-line-chart-with-config-Minimal-features-medium-size-1-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..5c5913a0fd 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__/line-chart.browser-test.tsx-snapshots/-visual-Verify-patterns-and-symbols-for-dots-keyboard-interactions-1-firefox-linux.png b/semcore/d3-chart/__tests__/line-chart.browser-test.tsx-snapshots/-visual-Verify-patterns-and-symbols-for-dots-keyboard-interactions-1-firefox-linux.png index 184130754c..d3ba1f0cce 100644 Binary files a/semcore/d3-chart/__tests__/line-chart.browser-test.tsx-snapshots/-visual-Verify-patterns-and-symbols-for-dots-keyboard-interactions-1-firefox-linux.png and b/semcore/d3-chart/__tests__/line-chart.browser-test.tsx-snapshots/-visual-Verify-patterns-and-symbols-for-dots-keyboard-interactions-1-firefox-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-webkit-linux.png b/semcore/d3-chart/__tests__/line-chart.browser-test.tsx-snapshots/-visual-Verify-patterns-and-symbols-for-dots-keyboard-interactions-1-webkit-linux.png index 26bfd3069d..225f60cb83 100644 Binary files a/semcore/d3-chart/__tests__/line-chart.browser-test.tsx-snapshots/-visual-Verify-patterns-and-symbols-for-dots-keyboard-interactions-1-webkit-linux.png and b/semcore/d3-chart/__tests__/line-chart.browser-test.tsx-snapshots/-visual-Verify-patterns-and-symbols-for-dots-keyboard-interactions-1-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-2-chromium-linux.png b/semcore/d3-chart/__tests__/line-chart.browser-test.tsx-snapshots/-visual-Verify-patterns-and-symbols-for-dots-keyboard-interactions-2-chromium-linux.png index 947c550a5b..5c5913a0fd 100644 Binary files a/semcore/d3-chart/__tests__/line-chart.browser-test.tsx-snapshots/-visual-Verify-patterns-and-symbols-for-dots-keyboard-interactions-2-chromium-linux.png and b/semcore/d3-chart/__tests__/line-chart.browser-test.tsx-snapshots/-visual-Verify-patterns-and-symbols-for-dots-keyboard-interactions-2-chromium-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-2-firefox-linux.png b/semcore/d3-chart/__tests__/line-chart.browser-test.tsx-snapshots/-visual-Verify-patterns-and-symbols-for-dots-keyboard-interactions-2-firefox-linux.png index 184130754c..d3ba1f0cce 100644 Binary files a/semcore/d3-chart/__tests__/line-chart.browser-test.tsx-snapshots/-visual-Verify-patterns-and-symbols-for-dots-keyboard-interactions-2-firefox-linux.png and b/semcore/d3-chart/__tests__/line-chart.browser-test.tsx-snapshots/-visual-Verify-patterns-and-symbols-for-dots-keyboard-interactions-2-firefox-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-2-webkit-linux.png b/semcore/d3-chart/__tests__/line-chart.browser-test.tsx-snapshots/-visual-Verify-patterns-and-symbols-for-dots-keyboard-interactions-2-webkit-linux.png index 26bfd3069d..225f60cb83 100644 Binary files a/semcore/d3-chart/__tests__/line-chart.browser-test.tsx-snapshots/-visual-Verify-patterns-and-symbols-for-dots-keyboard-interactions-2-webkit-linux.png and b/semcore/d3-chart/__tests__/line-chart.browser-test.tsx-snapshots/-visual-Verify-patterns-and-symbols-for-dots-keyboard-interactions-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-3-chromium-linux.png b/semcore/d3-chart/__tests__/line-chart.browser-test.tsx-snapshots/-visual-Verify-patterns-and-symbols-for-dots-keyboard-interactions-3-chromium-linux.png index 4ac5f7023b..231449c8d6 100644 Binary files a/semcore/d3-chart/__tests__/line-chart.browser-test.tsx-snapshots/-visual-Verify-patterns-and-symbols-for-dots-keyboard-interactions-3-chromium-linux.png and b/semcore/d3-chart/__tests__/line-chart.browser-test.tsx-snapshots/-visual-Verify-patterns-and-symbols-for-dots-keyboard-interactions-3-chromium-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-3-firefox-linux.png b/semcore/d3-chart/__tests__/line-chart.browser-test.tsx-snapshots/-visual-Verify-patterns-and-symbols-for-dots-keyboard-interactions-3-firefox-linux.png index 5ea4b06a0c..518513db01 100644 Binary files a/semcore/d3-chart/__tests__/line-chart.browser-test.tsx-snapshots/-visual-Verify-patterns-and-symbols-for-dots-keyboard-interactions-3-firefox-linux.png and b/semcore/d3-chart/__tests__/line-chart.browser-test.tsx-snapshots/-visual-Verify-patterns-and-symbols-for-dots-keyboard-interactions-3-firefox-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-3-webkit-linux.png b/semcore/d3-chart/__tests__/line-chart.browser-test.tsx-snapshots/-visual-Verify-patterns-and-symbols-for-dots-keyboard-interactions-3-webkit-linux.png index 37a4da143c..1768c2ff95 100644 Binary files a/semcore/d3-chart/__tests__/line-chart.browser-test.tsx-snapshots/-visual-Verify-patterns-and-symbols-for-dots-keyboard-interactions-3-webkit-linux.png and b/semcore/d3-chart/__tests__/line-chart.browser-test.tsx-snapshots/-visual-Verify-patterns-and-symbols-for-dots-keyboard-interactions-3-webkit-linux.png differ diff --git a/semcore/d3-chart/__tests__/line-chart.browser-test.tsx-snapshots/-visual-Verify-patterns-and-symbols-for-dots-mouse-interactions-1-chromium-linux.png b/semcore/d3-chart/__tests__/line-chart.browser-test.tsx-snapshots/-visual-Verify-patterns-and-symbols-for-dots-mouse-interactions-1-chromium-linux.png index 1897daf0a0..c5c35110f3 100644 Binary files a/semcore/d3-chart/__tests__/line-chart.browser-test.tsx-snapshots/-visual-Verify-patterns-and-symbols-for-dots-mouse-interactions-1-chromium-linux.png and b/semcore/d3-chart/__tests__/line-chart.browser-test.tsx-snapshots/-visual-Verify-patterns-and-symbols-for-dots-mouse-interactions-1-chromium-linux.png differ diff --git a/semcore/d3-chart/__tests__/line-chart.browser-test.tsx-snapshots/-visual-Verify-patterns-and-symbols-for-dots-mouse-interactions-1-firefox-linux.png b/semcore/d3-chart/__tests__/line-chart.browser-test.tsx-snapshots/-visual-Verify-patterns-and-symbols-for-dots-mouse-interactions-1-firefox-linux.png index fa29e68896..d73986935e 100644 Binary files a/semcore/d3-chart/__tests__/line-chart.browser-test.tsx-snapshots/-visual-Verify-patterns-and-symbols-for-dots-mouse-interactions-1-firefox-linux.png and b/semcore/d3-chart/__tests__/line-chart.browser-test.tsx-snapshots/-visual-Verify-patterns-and-symbols-for-dots-mouse-interactions-1-firefox-linux.png differ diff --git a/semcore/d3-chart/__tests__/line-chart.browser-test.tsx-snapshots/-visual-Verify-patterns-and-symbols-for-dots-mouse-interactions-1-webkit-linux.png b/semcore/d3-chart/__tests__/line-chart.browser-test.tsx-snapshots/-visual-Verify-patterns-and-symbols-for-dots-mouse-interactions-1-webkit-linux.png index 718fca38c2..6f687a0e04 100644 Binary files a/semcore/d3-chart/__tests__/line-chart.browser-test.tsx-snapshots/-visual-Verify-patterns-and-symbols-for-dots-mouse-interactions-1-webkit-linux.png and b/semcore/d3-chart/__tests__/line-chart.browser-test.tsx-snapshots/-visual-Verify-patterns-and-symbols-for-dots-mouse-interactions-1-webkit-linux.png differ diff --git a/semcore/d3-chart/__tests__/line-chart.browser-test.tsx-snapshots/-visual-Verify-patterns-and-symbols-for-dots-mouse-interactions-2-chromium-linux.png b/semcore/d3-chart/__tests__/line-chart.browser-test.tsx-snapshots/-visual-Verify-patterns-and-symbols-for-dots-mouse-interactions-2-chromium-linux.png index b3cb17a446..03e6982edb 100644 Binary files a/semcore/d3-chart/__tests__/line-chart.browser-test.tsx-snapshots/-visual-Verify-patterns-and-symbols-for-dots-mouse-interactions-2-chromium-linux.png and b/semcore/d3-chart/__tests__/line-chart.browser-test.tsx-snapshots/-visual-Verify-patterns-and-symbols-for-dots-mouse-interactions-2-chromium-linux.png differ diff --git a/semcore/d3-chart/__tests__/line-chart.browser-test.tsx-snapshots/-visual-Verify-patterns-and-symbols-for-dots-mouse-interactions-2-firefox-linux.png b/semcore/d3-chart/__tests__/line-chart.browser-test.tsx-snapshots/-visual-Verify-patterns-and-symbols-for-dots-mouse-interactions-2-firefox-linux.png index 1ba46d8179..87e62132a8 100644 Binary files a/semcore/d3-chart/__tests__/line-chart.browser-test.tsx-snapshots/-visual-Verify-patterns-and-symbols-for-dots-mouse-interactions-2-firefox-linux.png and b/semcore/d3-chart/__tests__/line-chart.browser-test.tsx-snapshots/-visual-Verify-patterns-and-symbols-for-dots-mouse-interactions-2-firefox-linux.png differ diff --git a/semcore/d3-chart/__tests__/line-chart.browser-test.tsx-snapshots/-visual-Verify-patterns-and-symbols-for-dots-mouse-interactions-2-webkit-linux.png b/semcore/d3-chart/__tests__/line-chart.browser-test.tsx-snapshots/-visual-Verify-patterns-and-symbols-for-dots-mouse-interactions-2-webkit-linux.png index 1b86e4566d..8b0f92735e 100644 Binary files a/semcore/d3-chart/__tests__/line-chart.browser-test.tsx-snapshots/-visual-Verify-patterns-and-symbols-for-dots-mouse-interactions-2-webkit-linux.png and b/semcore/d3-chart/__tests__/line-chart.browser-test.tsx-snapshots/-visual-Verify-patterns-and-symbols-for-dots-mouse-interactions-2-webkit-linux.png differ diff --git a/semcore/d3-chart/__tests__/radar-chart.browser-test.tsx b/semcore/d3-chart/__tests__/radar-chart.browser-test.tsx index c44f3a6c4c..312dcf204a 100644 --- a/semcore/d3-chart/__tests__/radar-chart.browser-test.tsx +++ b/semcore/d3-chart/__tests__/radar-chart.browser-test.tsx @@ -68,7 +68,7 @@ test.describe(`${TAG.VISUAL}`, () => { }); test('Verify scale', { - tag: [TAG.PRIORITY_MEDIUM, '@radar-chart', '@d3-chart'], + tag: [TAG.PRIORITY_MEDIUM, '@radar-chart', '@d3-chart', '@base-components', '@flex-box'], }, async ({ page }) => { await loadPage(page, 'stories/components/d3-chart/docs/examples/radar-chart/scale.tsx', 'en'); @@ -103,7 +103,7 @@ test.describe(`${TAG.VISUAL}`, () => { }); test('Verify long label', { - tag: [TAG.PRIORITY_MEDIUM, '@radar-chart', '@d3-chart'], + tag: [TAG.PRIORITY_MEDIUM, '@radar-chart', '@d3-chart', '@base-components', '@flex-box'], }, async ({ page }) => { await loadPage(page, 'stories/components/d3-chart/docs/examples/radar-chart/label-long.tsx', 'en'); @@ -114,7 +114,7 @@ test.describe(`${TAG.VISUAL}`, () => { }); test('Verify custom label', { - tag: [TAG.PRIORITY_MEDIUM, TAG.KEYBOARD, '@radar-chart', '@d3-chart'], + tag: [TAG.PRIORITY_MEDIUM, TAG.KEYBOARD, '@radar-chart', '@d3-chart', '@base-components', '@flex-box', '@tag'], }, async ({ page, browserName }) => { if (browserName === 'webkit') return; @@ -177,7 +177,7 @@ test.describe(`${TAG.VISUAL}`, () => { }); test('Verify rotation', { - tag: [TAG.PRIORITY_MEDIUM, TAG.KEYBOARD, '@radar-chart', '@d3-chart'], + tag: [TAG.PRIORITY_MEDIUM, TAG.KEYBOARD, '@radar-chart', '@d3-chart', '@slider'], }, async ({ page, browserName }) => { if (browserName === 'webkit') return; @@ -199,7 +199,7 @@ test.describe(`${TAG.VISUAL}`, () => { }); test('Verify legend and pattern fill', { - tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, '@radar-chart', '@d3-chart'], + tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, '@radar-chart', '@d3-chart', '@chart-legend'], }, async ({ page }) => { await loadPage( page, diff --git a/semcore/d3-chart/__tests__/radar-chart.browser-test.tsx-snapshots/-visual-Verify-basic-usage-1-chromium-linux.png b/semcore/d3-chart/__tests__/radar-chart.browser-test.tsx-snapshots/-visual-Verify-basic-usage-1-chromium-linux.png index df8b03207b..c9df57b54e 100644 Binary files a/semcore/d3-chart/__tests__/radar-chart.browser-test.tsx-snapshots/-visual-Verify-basic-usage-1-chromium-linux.png and b/semcore/d3-chart/__tests__/radar-chart.browser-test.tsx-snapshots/-visual-Verify-basic-usage-1-chromium-linux.png differ diff --git a/semcore/d3-chart/__tests__/radar-chart.browser-test.tsx-snapshots/-visual-Verify-basic-usage-1-firefox-linux.png b/semcore/d3-chart/__tests__/radar-chart.browser-test.tsx-snapshots/-visual-Verify-basic-usage-1-firefox-linux.png index 06f9125747..6caa5994d8 100644 Binary files a/semcore/d3-chart/__tests__/radar-chart.browser-test.tsx-snapshots/-visual-Verify-basic-usage-1-firefox-linux.png and b/semcore/d3-chart/__tests__/radar-chart.browser-test.tsx-snapshots/-visual-Verify-basic-usage-1-firefox-linux.png differ diff --git a/semcore/d3-chart/__tests__/radar-chart.browser-test.tsx-snapshots/-visual-Verify-basic-usage-1-webkit-linux.png b/semcore/d3-chart/__tests__/radar-chart.browser-test.tsx-snapshots/-visual-Verify-basic-usage-1-webkit-linux.png index bb0d8a7be6..7a12bb1869 100644 Binary files a/semcore/d3-chart/__tests__/radar-chart.browser-test.tsx-snapshots/-visual-Verify-basic-usage-1-webkit-linux.png and b/semcore/d3-chart/__tests__/radar-chart.browser-test.tsx-snapshots/-visual-Verify-basic-usage-1-webkit-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..aa7ae0f2e0 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-basic-usage-2-firefox-linux.png b/semcore/d3-chart/__tests__/radar-chart.browser-test.tsx-snapshots/-visual-Verify-basic-usage-2-firefox-linux.png index 9b18b25312..7d66143e99 100644 Binary files a/semcore/d3-chart/__tests__/radar-chart.browser-test.tsx-snapshots/-visual-Verify-basic-usage-2-firefox-linux.png and b/semcore/d3-chart/__tests__/radar-chart.browser-test.tsx-snapshots/-visual-Verify-basic-usage-2-firefox-linux.png differ diff --git a/semcore/d3-chart/__tests__/radar-chart.browser-test.tsx-snapshots/-visual-Verify-legend-and-pattern-fill-1-chromium-linux.png b/semcore/d3-chart/__tests__/radar-chart.browser-test.tsx-snapshots/-visual-Verify-legend-and-pattern-fill-1-chromium-linux.png index a57fcf6dc7..d32d4c21e4 100644 Binary files a/semcore/d3-chart/__tests__/radar-chart.browser-test.tsx-snapshots/-visual-Verify-legend-and-pattern-fill-1-chromium-linux.png and b/semcore/d3-chart/__tests__/radar-chart.browser-test.tsx-snapshots/-visual-Verify-legend-and-pattern-fill-1-chromium-linux.png differ diff --git a/semcore/d3-chart/__tests__/radar-chart.browser-test.tsx-snapshots/-visual-Verify-legend-and-pattern-fill-1-firefox-linux.png b/semcore/d3-chart/__tests__/radar-chart.browser-test.tsx-snapshots/-visual-Verify-legend-and-pattern-fill-1-firefox-linux.png index ccef0b903d..dffcffe55d 100644 Binary files a/semcore/d3-chart/__tests__/radar-chart.browser-test.tsx-snapshots/-visual-Verify-legend-and-pattern-fill-1-firefox-linux.png and b/semcore/d3-chart/__tests__/radar-chart.browser-test.tsx-snapshots/-visual-Verify-legend-and-pattern-fill-1-firefox-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..24d5b524e7 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__/radial-tree-chart.browser-test.tsx b/semcore/d3-chart/__tests__/radial-tree-chart.browser-test.tsx index 406c0414af..2b192c9c6f 100644 --- a/semcore/d3-chart/__tests__/radial-tree-chart.browser-test.tsx +++ b/semcore/d3-chart/__tests__/radial-tree-chart.browser-test.tsx @@ -97,7 +97,7 @@ We verify states, visibility, and attributes. ===================================================== */ test.describe(`${TAG.FUNCTIONAL}`, () => { test('Verify aria-hidden attributes', { - tag: [TAG.PRIORITY_HIGH, '@radial-tree-chart', '@d3-chart'], + tag: [TAG.PRIORITY_HIGH, '@radial-tree-chart', '@d3-chart', '@base-components', '@flex-box', '@select'], }, async ({ page }) => { await loadPage( page, diff --git a/semcore/d3-chart/__tests__/scatterplot-chart.browser-test.tsx b/semcore/d3-chart/__tests__/scatterplot-chart.browser-test.tsx index 8372b4fdb2..1adc42b4df 100644 --- a/semcore/d3-chart/__tests__/scatterplot-chart.browser-test.tsx +++ b/semcore/d3-chart/__tests__/scatterplot-chart.browser-test.tsx @@ -70,7 +70,7 @@ test.describe(`${TAG.VISUAL}`, () => { variables.forEach((vars, index) => { test(`Verify scatterplot chart with config ${index + 1} (${vars.description})`, { - tag: [TAG.PRIORITY_HIGH, '@scatterplot-chart', '@d3-chart'], + tag: [TAG.PRIORITY_HIGH, '@scatterplot-chart', '@d3-chart', '@base-components', '@flex-box'], }, async ({ page }) => { await loadPage( page, @@ -99,7 +99,7 @@ test.describe(`${TAG.VISUAL}`, () => { }); test('Verify scatterplot with colors and numbers', { - tag: [TAG.PRIORITY_MEDIUM, '@scatterplot-chart', '@d3-chart'], + tag: [TAG.PRIORITY_MEDIUM, '@scatterplot-chart', '@d3-chart', '@typography'], }, async ({ page }) => { await loadPage( page, @@ -115,7 +115,7 @@ test.describe(`${TAG.VISUAL}`, () => { }); test('Verify legend and pattern fill focus styles', { - tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, '@scatterplot-chart', '@d3-chart'], + tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, '@scatterplot-chart', '@d3-chart', '@chart-legend'], }, async ({ page, browserName }) => { if (browserName === 'webkit') return; @@ -142,7 +142,7 @@ We verify states, visibility, and attributes. ===================================================== */ test.describe(`${TAG.FUNCTIONAL}`, () => { test('Verify onClickScatterItem callback', { - tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, '@scatterplot-chart', '@d3-chart'], + tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, '@scatterplot-chart', '@d3-chart', '@base-components', '@flex-box'], }, async ({ page }) => { const messages: string[] = []; page.on('console', (msg) => { diff --git a/semcore/d3-chart/__tests__/scatterplot-chart.browser-test.tsx-snapshots/-visual-Verify-legend-and-pattern-fill-focus-styles-1-chromium-linux.png b/semcore/d3-chart/__tests__/scatterplot-chart.browser-test.tsx-snapshots/-visual-Verify-legend-and-pattern-fill-focus-styles-1-chromium-linux.png index a33021623b..aecc900312 100644 Binary files a/semcore/d3-chart/__tests__/scatterplot-chart.browser-test.tsx-snapshots/-visual-Verify-legend-and-pattern-fill-focus-styles-1-chromium-linux.png and b/semcore/d3-chart/__tests__/scatterplot-chart.browser-test.tsx-snapshots/-visual-Verify-legend-and-pattern-fill-focus-styles-1-chromium-linux.png differ diff --git a/semcore/d3-chart/__tests__/scatterplot-chart.browser-test.tsx-snapshots/-visual-Verify-legend-and-pattern-fill-focus-styles-1-firefox-linux.png b/semcore/d3-chart/__tests__/scatterplot-chart.browser-test.tsx-snapshots/-visual-Verify-legend-and-pattern-fill-focus-styles-1-firefox-linux.png index 728c11c1a5..32a31aaca3 100644 Binary files a/semcore/d3-chart/__tests__/scatterplot-chart.browser-test.tsx-snapshots/-visual-Verify-legend-and-pattern-fill-focus-styles-1-firefox-linux.png and b/semcore/d3-chart/__tests__/scatterplot-chart.browser-test.tsx-snapshots/-visual-Verify-legend-and-pattern-fill-focus-styles-1-firefox-linux.png differ diff --git a/semcore/d3-chart/__tests__/scatterplot-chart.browser-test.tsx-snapshots/-visual-Verify-scatterplot-chart-with-config-1-Standard-all-features-enabled-medium-size-1-chromium-linux.png b/semcore/d3-chart/__tests__/scatterplot-chart.browser-test.tsx-snapshots/-visual-Verify-scatterplot-chart-with-config-1-Standard-all-features-enabled-medium-size-1-chromium-linux.png index f510aa5e66..4047c1a532 100644 Binary files a/semcore/d3-chart/__tests__/scatterplot-chart.browser-test.tsx-snapshots/-visual-Verify-scatterplot-chart-with-config-1-Standard-all-features-enabled-medium-size-1-chromium-linux.png and b/semcore/d3-chart/__tests__/scatterplot-chart.browser-test.tsx-snapshots/-visual-Verify-scatterplot-chart-with-config-1-Standard-all-features-enabled-medium-size-1-chromium-linux.png differ diff --git a/semcore/d3-chart/__tests__/scatterplot-chart.browser-test.tsx-snapshots/-visual-Verify-scatterplot-chart-with-config-1-Standard-all-features-enabled-medium-size-1-firefox-linux.png b/semcore/d3-chart/__tests__/scatterplot-chart.browser-test.tsx-snapshots/-visual-Verify-scatterplot-chart-with-config-1-Standard-all-features-enabled-medium-size-1-firefox-linux.png index 39511cee75..36645fb39d 100644 Binary files a/semcore/d3-chart/__tests__/scatterplot-chart.browser-test.tsx-snapshots/-visual-Verify-scatterplot-chart-with-config-1-Standard-all-features-enabled-medium-size-1-firefox-linux.png and b/semcore/d3-chart/__tests__/scatterplot-chart.browser-test.tsx-snapshots/-visual-Verify-scatterplot-chart-with-config-1-Standard-all-features-enabled-medium-size-1-firefox-linux.png differ diff --git a/semcore/d3-chart/__tests__/scatterplot-chart.browser-test.tsx-snapshots/-visual-Verify-scatterplot-chart-with-config-1-Standard-all-features-enabled-medium-size-1-webkit-linux.png b/semcore/d3-chart/__tests__/scatterplot-chart.browser-test.tsx-snapshots/-visual-Verify-scatterplot-chart-with-config-1-Standard-all-features-enabled-medium-size-1-webkit-linux.png index c4f99a11b3..5f053da2bd 100644 Binary files a/semcore/d3-chart/__tests__/scatterplot-chart.browser-test.tsx-snapshots/-visual-Verify-scatterplot-chart-with-config-1-Standard-all-features-enabled-medium-size-1-webkit-linux.png and b/semcore/d3-chart/__tests__/scatterplot-chart.browser-test.tsx-snapshots/-visual-Verify-scatterplot-chart-with-config-1-Standard-all-features-enabled-medium-size-1-webkit-linux.png differ diff --git a/semcore/d3-chart/__tests__/scatterplot-chart.browser-test.tsx-snapshots/-visual-Verify-scatterplot-chart-with-config-2-Patterns-no-axes-patterns-enabled-large-size-1-chromium-linux.png b/semcore/d3-chart/__tests__/scatterplot-chart.browser-test.tsx-snapshots/-visual-Verify-scatterplot-chart-with-config-2-Patterns-no-axes-patterns-enabled-large-size-1-chromium-linux.png index 5423477cc3..091aa37421 100644 Binary files a/semcore/d3-chart/__tests__/scatterplot-chart.browser-test.tsx-snapshots/-visual-Verify-scatterplot-chart-with-config-2-Patterns-no-axes-patterns-enabled-large-size-1-chromium-linux.png and b/semcore/d3-chart/__tests__/scatterplot-chart.browser-test.tsx-snapshots/-visual-Verify-scatterplot-chart-with-config-2-Patterns-no-axes-patterns-enabled-large-size-1-chromium-linux.png differ diff --git a/semcore/d3-chart/__tests__/scatterplot-chart.browser-test.tsx-snapshots/-visual-Verify-scatterplot-chart-with-config-2-Patterns-no-axes-patterns-enabled-large-size-1-firefox-linux.png b/semcore/d3-chart/__tests__/scatterplot-chart.browser-test.tsx-snapshots/-visual-Verify-scatterplot-chart-with-config-2-Patterns-no-axes-patterns-enabled-large-size-1-firefox-linux.png index b1680e8490..ecb6ddf063 100644 Binary files a/semcore/d3-chart/__tests__/scatterplot-chart.browser-test.tsx-snapshots/-visual-Verify-scatterplot-chart-with-config-2-Patterns-no-axes-patterns-enabled-large-size-1-firefox-linux.png and b/semcore/d3-chart/__tests__/scatterplot-chart.browser-test.tsx-snapshots/-visual-Verify-scatterplot-chart-with-config-2-Patterns-no-axes-patterns-enabled-large-size-1-firefox-linux.png differ diff --git a/semcore/d3-chart/__tests__/scatterplot-chart.browser-test.tsx-snapshots/-visual-Verify-scatterplot-chart-with-config-2-Patterns-no-axes-patterns-enabled-large-size-1-webkit-linux.png b/semcore/d3-chart/__tests__/scatterplot-chart.browser-test.tsx-snapshots/-visual-Verify-scatterplot-chart-with-config-2-Patterns-no-axes-patterns-enabled-large-size-1-webkit-linux.png index 241a91a485..ee60c47ce1 100644 Binary files a/semcore/d3-chart/__tests__/scatterplot-chart.browser-test.tsx-snapshots/-visual-Verify-scatterplot-chart-with-config-2-Patterns-no-axes-patterns-enabled-large-size-1-webkit-linux.png and b/semcore/d3-chart/__tests__/scatterplot-chart.browser-test.tsx-snapshots/-visual-Verify-scatterplot-chart-with-config-2-Patterns-no-axes-patterns-enabled-large-size-1-webkit-linux.png differ diff --git a/semcore/d3-chart/__tests__/venn-chart.browser-test.tsx b/semcore/d3-chart/__tests__/venn-chart.browser-test.tsx index d2314e8857..4a9ab92244 100644 --- a/semcore/d3-chart/__tests__/venn-chart.browser-test.tsx +++ b/semcore/d3-chart/__tests__/venn-chart.browser-test.tsx @@ -28,7 +28,7 @@ Visual states, hover and focus styles, paddings, margins, and snapshots. ===================================================== */ test.describe(`${TAG.VISUAL}`, () => { test('Verify basic usage', { - tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, '@venn-chart', '@d3-chart'], + tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, '@venn-chart', '@d3-chart', '@base-components', '@flex-box'], }, async ({ page }) => { await loadPage(page, 'stories/components/d3-chart/docs/examples/venn-chart/basic-usage.tsx', 'en'); @@ -42,7 +42,7 @@ test.describe(`${TAG.VISUAL}`, () => { }); test('Verify Venn usage', { - tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, '@venn-chart', '@d3-chart'], + tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, '@venn-chart', '@d3-chart', '@typography'], }, async ({ page }) => { await loadPage(page, 'stories/components/d3-chart/docs/examples/venn-chart/venn.tsx', 'en'); @@ -83,7 +83,7 @@ test.describe(`${TAG.VISUAL}`, () => { }); test('Verify setting orientation', { - tag: [TAG.PRIORITY_MEDIUM, TAG.MOUSE, '@venn-chart', '@d3-chart'], + tag: [TAG.PRIORITY_MEDIUM, TAG.MOUSE, '@venn-chart', '@d3-chart', '@base-components', '@flex-box', '@button'], }, async ({ page }) => { await loadPage( page, @@ -111,7 +111,7 @@ test.describe(`${TAG.VISUAL}`, () => { }); test('Verify legend and pattern fill hover styles', { - tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, '@venn-chart', '@d3-chart'], + tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, '@venn-chart', '@d3-chart', '@chart-legend', '@typography'], }, async ({ page }) => { await loadPage( page, @@ -132,7 +132,7 @@ test.describe(`${TAG.VISUAL}`, () => { }); test('Verify legend and pattern fill focus styles', { - tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, '@venn-chart', '@d3-chart'], + tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, '@venn-chart', '@d3-chart', '@chart-legend', '@typography'], }, async ({ page }) => { await loadPage( page, @@ -159,7 +159,7 @@ We verify states, visibility, and attributes. ===================================================== */ test.describe(`${TAG.FUNCTIONAL}`, () => { test('Verify aria-hidden attributes on venn circles', { - tag: [TAG.PRIORITY_HIGH, '@venn-chart', '@d3-chart'], + tag: [TAG.PRIORITY_HIGH, '@venn-chart', '@d3-chart', '@base-components', '@flex-box'], }, async ({ page }) => { await loadPage(page, 'stories/components/d3-chart/docs/examples/venn-chart/basic-usage.tsx', 'en'); diff --git a/semcore/d3-chart/__tests__/venn-chart.browser-test.tsx-snapshots/-visual-Verify-basic-usage-1-chromium-linux.png b/semcore/d3-chart/__tests__/venn-chart.browser-test.tsx-snapshots/-visual-Verify-basic-usage-1-chromium-linux.png index ebb6c779b4..915736492a 100644 Binary files a/semcore/d3-chart/__tests__/venn-chart.browser-test.tsx-snapshots/-visual-Verify-basic-usage-1-chromium-linux.png and b/semcore/d3-chart/__tests__/venn-chart.browser-test.tsx-snapshots/-visual-Verify-basic-usage-1-chromium-linux.png differ diff --git a/semcore/d3-chart/__tests__/venn-chart.browser-test.tsx-snapshots/-visual-Verify-basic-usage-1-firefox-linux.png b/semcore/d3-chart/__tests__/venn-chart.browser-test.tsx-snapshots/-visual-Verify-basic-usage-1-firefox-linux.png index baa6b426c3..a47a3ecded 100644 Binary files a/semcore/d3-chart/__tests__/venn-chart.browser-test.tsx-snapshots/-visual-Verify-basic-usage-1-firefox-linux.png and b/semcore/d3-chart/__tests__/venn-chart.browser-test.tsx-snapshots/-visual-Verify-basic-usage-1-firefox-linux.png differ diff --git a/semcore/d3-chart/__tests__/venn-chart.browser-test.tsx-snapshots/-visual-Verify-basic-usage-1-webkit-linux.png b/semcore/d3-chart/__tests__/venn-chart.browser-test.tsx-snapshots/-visual-Verify-basic-usage-1-webkit-linux.png index b041c8c1b4..d1c0b453e1 100644 Binary files a/semcore/d3-chart/__tests__/venn-chart.browser-test.tsx-snapshots/-visual-Verify-basic-usage-1-webkit-linux.png and b/semcore/d3-chart/__tests__/venn-chart.browser-test.tsx-snapshots/-visual-Verify-basic-usage-1-webkit-linux.png differ diff --git a/semcore/d3-chart/__tests__/venn-chart.browser-test.tsx-snapshots/-visual-Verify-legend-and-pattern-fill-focus-styles-1-chromium-linux.png b/semcore/d3-chart/__tests__/venn-chart.browser-test.tsx-snapshots/-visual-Verify-legend-and-pattern-fill-focus-styles-1-chromium-linux.png index f238835638..ff23b3b596 100644 Binary files a/semcore/d3-chart/__tests__/venn-chart.browser-test.tsx-snapshots/-visual-Verify-legend-and-pattern-fill-focus-styles-1-chromium-linux.png and b/semcore/d3-chart/__tests__/venn-chart.browser-test.tsx-snapshots/-visual-Verify-legend-and-pattern-fill-focus-styles-1-chromium-linux.png differ diff --git a/semcore/d3-chart/__tests__/venn-chart.browser-test.tsx-snapshots/-visual-Verify-legend-and-pattern-fill-focus-styles-1-firefox-linux.png b/semcore/d3-chart/__tests__/venn-chart.browser-test.tsx-snapshots/-visual-Verify-legend-and-pattern-fill-focus-styles-1-firefox-linux.png index c47430cac0..2b2de11735 100644 Binary files a/semcore/d3-chart/__tests__/venn-chart.browser-test.tsx-snapshots/-visual-Verify-legend-and-pattern-fill-focus-styles-1-firefox-linux.png and b/semcore/d3-chart/__tests__/venn-chart.browser-test.tsx-snapshots/-visual-Verify-legend-and-pattern-fill-focus-styles-1-firefox-linux.png differ diff --git a/semcore/d3-chart/__tests__/venn-chart.browser-test.tsx-snapshots/-visual-Verify-legend-and-pattern-fill-focus-styles-1-webkit-linux.png b/semcore/d3-chart/__tests__/venn-chart.browser-test.tsx-snapshots/-visual-Verify-legend-and-pattern-fill-focus-styles-1-webkit-linux.png index c9770cf506..e8b5c5bbea 100644 Binary files a/semcore/d3-chart/__tests__/venn-chart.browser-test.tsx-snapshots/-visual-Verify-legend-and-pattern-fill-focus-styles-1-webkit-linux.png and b/semcore/d3-chart/__tests__/venn-chart.browser-test.tsx-snapshots/-visual-Verify-legend-and-pattern-fill-focus-styles-1-webkit-linux.png differ diff --git a/semcore/d3-chart/__tests__/venn-chart.browser-test.tsx-snapshots/-visual-Verify-legend-and-pattern-fill-hover-styles-1-chromium-linux.png b/semcore/d3-chart/__tests__/venn-chart.browser-test.tsx-snapshots/-visual-Verify-legend-and-pattern-fill-hover-styles-1-chromium-linux.png index 726acd0d2d..39673eccbd 100644 Binary files a/semcore/d3-chart/__tests__/venn-chart.browser-test.tsx-snapshots/-visual-Verify-legend-and-pattern-fill-hover-styles-1-chromium-linux.png and b/semcore/d3-chart/__tests__/venn-chart.browser-test.tsx-snapshots/-visual-Verify-legend-and-pattern-fill-hover-styles-1-chromium-linux.png differ diff --git a/semcore/d3-chart/__tests__/venn-chart.browser-test.tsx-snapshots/-visual-Verify-legend-and-pattern-fill-hover-styles-1-firefox-linux.png b/semcore/d3-chart/__tests__/venn-chart.browser-test.tsx-snapshots/-visual-Verify-legend-and-pattern-fill-hover-styles-1-firefox-linux.png index 95ed3b46c6..9e423c8998 100644 Binary files a/semcore/d3-chart/__tests__/venn-chart.browser-test.tsx-snapshots/-visual-Verify-legend-and-pattern-fill-hover-styles-1-firefox-linux.png and b/semcore/d3-chart/__tests__/venn-chart.browser-test.tsx-snapshots/-visual-Verify-legend-and-pattern-fill-hover-styles-1-firefox-linux.png differ diff --git a/semcore/d3-chart/__tests__/venn-chart.browser-test.tsx-snapshots/-visual-Verify-legend-and-pattern-fill-hover-styles-1-webkit-linux.png b/semcore/d3-chart/__tests__/venn-chart.browser-test.tsx-snapshots/-visual-Verify-legend-and-pattern-fill-hover-styles-1-webkit-linux.png index a07a1bc3fe..2a5c348190 100644 Binary files a/semcore/d3-chart/__tests__/venn-chart.browser-test.tsx-snapshots/-visual-Verify-legend-and-pattern-fill-hover-styles-1-webkit-linux.png and b/semcore/d3-chart/__tests__/venn-chart.browser-test.tsx-snapshots/-visual-Verify-legend-and-pattern-fill-hover-styles-1-webkit-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..6c357e3517 100644 --- a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx +++ b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx @@ -20,7 +20,10 @@ test.describe(`${TAG.VISUAL}`, () => { test('Verify accordion with custom component styles', { tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, - '@data-table'], + '@data-table', + '@button', + '@d3-chart', + ], }, async ({ page, browserName }) => { await loadPage(page, 'stories/components/data-table/tests/examples/accordion-tests/with-component/with-button-not-in-accordion-cell.tsx', 'en'); const cellActiveBg = await getCssVarColor(page, '--intergalactic-table-td-cell-active'); @@ -94,11 +97,16 @@ test.describe(`${TAG.VISUAL}`, () => { test('Verify accordion and custom component inside after keyboard interactions ', { tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, - '@data-table'], + '@data-table', + '@button', + '@d3-chart', + ], }, async ({ page }) => { 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 +115,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(); @@ -114,7 +123,9 @@ test.describe(`${TAG.VISUAL}`, () => { test('Verify table component inside accordion', { tag: [TAG.PRIORITY_HIGH, - '@data-table'], + '@data-table', + '@typography', + ], }, async ({ page }) => { await loadPage(page, 'stories/components/data-table/tests/examples/accordion-tests/table-in-table/with-sorting.tsx', 'en'); @@ -137,7 +148,12 @@ test.describe(`${TAG.VISUAL}`, () => { test('Verify accordion with renderCell function for parent', { tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, - '@data-table'], + '@data-table', + '@button-link', + '@button', + '@d3-chart', + '@widget-empty', + ], }, async ({ page, browserName }) => { await loadPage(page, 'stories/components/data-table/tests/examples/accordion-tests/with-component/with-render-cell.tsx', 'en'); @@ -181,7 +197,9 @@ test.describe(`${TAG.VISUAL}`, () => { variantWithScrollBar.forEach((item) => { test(`Verify accordion with fixed Column withScrollBar=${item.withScrollBar}`, { tag: [TAG.PRIORITY_HIGH, - '@data-table'], + '@data-table', + '@widget-empty', + ], }, async ({ page, browserName }) => { await loadPage(page, 'stories/components/data-table/tests/examples/accordion-tests/with-component/with-fixed-column.tsx', 'en', item); @@ -304,7 +322,11 @@ test.describe(`${TAG.VISUAL}`, () => { test('Verify accordion with themed rows', { tag: [TAG.PRIORITY_HIGH, - '@data-table'], + '@data-table', + '@base-components', + '@flex-box', + '@widget-empty', + ], }, async ({ page }) => { await loadPage(page, 'stories/components/data-table/tests/examples/accordion-tests/with-component/themed-parent-rows.tsx', 'en'); const stylesExpanded = await getStylesExpanded(page); @@ -407,7 +429,10 @@ test.describe(`${TAG.VISUAL}`, () => { test('Verify accordion with themed cells', { tag: [TAG.PRIORITY_HIGH, '@data-table', - '@base-components'], + '@base-components', + '@flex-box', + '@widget-empty', + ], }, async ({ page, browserName }) => { await loadPage(page, 'stories/components/data-table/tests/examples/accordion-tests/with-component/colored-parent-cells', 'en'); const stylesActiveHovered = await getStylesActiveHovered(page); @@ -516,7 +541,9 @@ test.describe(`${TAG.VISUAL}`, () => { test('Verify table in table with sorting', { tag: [TAG.PRIORITY_HIGH, - '@data-table'], + '@data-table', + '@typography', + ], }, async ({ page }) => { await loadPage(page, 'stories/components/data-table/tests/examples/accordion-tests/table-in-table/with-sorting.tsx', 'en'); @@ -580,7 +607,9 @@ test.describe(`${TAG.VISUAL}`, () => { variantJustifyContent.forEach((item) => { test(`Verify accordion with justifyContent=${item.justifyContent}`, { tag: [TAG.PRIORITY_HIGH, - '@data-table'], + '@data-table', + '@typography', + ], }, async ({ page, browserName }) => { await loadPage(page, 'stories/components/data-table/tests/examples/accordion-tests/table-in-table/for-animation-and-justify-content-test', 'en', item); @@ -608,7 +637,9 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, '@data-table', - '@ellipsis'], + '@ellipsis', + '@typography', + ], }, async ({ page }) => { await loadPage(page, 'stories/components/data-table/tests/examples/accordion-tests/table-in-table/with-sorting.tsx', 'en'); @@ -692,7 +723,9 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, '@data-table', - '@ellipsis'], + '@ellipsis', + '@typography', + ], }, async ({ page }) => { await loadPage(page, 'stories/components/data-table/tests/examples/accordion-tests/table-in-table/with-sorting.tsx', 'en'); @@ -760,7 +793,10 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { test('Verify base keyboard interactions with accordion ', { tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, - '@data-table'], + '@data-table', + '@button', + '@d3-chart', + ], }, async ({ page }) => { await loadPage(page, 'stories/components/data-table/tests/examples/accordion-tests/with-component/with-button-not-in-accordion-cell.tsx', 'en'); @@ -815,7 +851,10 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { test('Verify base mouse interactions with accordion', { tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, - '@data-table'], + '@data-table', + '@button', + '@d3-chart', + ], }, async ({ page }) => { await loadPage(page, 'stories/components/data-table/tests/examples/accordion-tests/with-component/with-button-not-in-accordion-cell.tsx', 'en'); @@ -870,7 +909,10 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { test('Verify accordion attributes', { tag: [TAG.PRIORITY_HIGH, - '@data-table'], + '@data-table', + '@button', + '@d3-chart', + ], }, async ({ page }) => { await loadPage(page, 'stories/components/data-table/tests/examples/accordion-tests/with-component/with-button-not-in-accordion-cell.tsx', 'en'); @@ -908,7 +950,18 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { TAG.MOUSE, '@data-table', '@select', - '@link'], + '@link', + '@base-components', + '@flex-box', + '@button-link', + '@button', + '@checkbox', + '@inline-edit', + '@inline-input', + '@tooltip', + '@typography', + '@widget-empty', + ], }, async ({ page }) => { await loadPage(page, 'stories/components/data-table/tests/examples/accordion-tests/with-component/with-interactive-elements-in-cell-with-toggle.tsx', 'en'); @@ -935,7 +988,18 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { TAG.KEYBOARD, '@data-table', '@select', - '@link'], + '@link', + '@base-components', + '@flex-box', + '@button-link', + '@button', + '@checkbox', + '@inline-edit', + '@inline-input', + '@tooltip', + '@typography', + '@widget-empty', + ], }, async ({ page, browserName }) => { await loadPage(page, 'stories/components/data-table/tests/examples/accordion-tests/with-component/with-interactive-elements-in-cell-with-toggle.tsx', 'en'); @@ -1052,7 +1116,9 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, '@data-table', - '@ellipsis'], + '@ellipsis', + '@typography', + ], }, async ({ page }) => { await loadPage(page, 'stories/components/data-table/tests/examples/accordion-tests/table-in-table/with-sorting.tsx', 'en'); @@ -1433,7 +1499,10 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { test('Verify accordion toggle mode works correctly with nested tables', { tag: [TAG.PRIORITY_HIGH, TAG.FUNCTIONAL, - '@data-table'], + '@data-table', + '@typography', + '@widget-empty', + ], }, async ({ page }) => { await loadPage(page, 'stories/components/data-table/tests/examples/accordion-tests/table-in-table/table-in-table-in-table.tsx', 'en', { accordionMode: 'toggle', @@ -1475,7 +1544,10 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { test('Verify accordion after skeleton in table cell', { tag: [TAG.PRIORITY_HIGH, - '@data-table'], + '@data-table', + '@typography', + '@widget-empty', + ], }, async ({ page }) => { await loadPage(page, 'stories/components/data-table/tests/examples/accordion-tests/table-in-table/table-in-table-in-table.tsx', 'en', { withSkeletonsAndAsyncDataLoading: true, 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-checkbox-and-56d75-ons-when-variant-default-and-sedeIndents-wide-1-chromium-linux.png b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-checkbox-and-56d75-ons-when-variant-default-and-sedeIndents-wide-1-chromium-linux.png index 41fa483eef..0e1523ba8e 100644 Binary files a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-checkbox-and-56d75-ons-when-variant-default-and-sedeIndents-wide-1-chromium-linux.png and b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-checkbox-and-56d75-ons-when-variant-default-and-sedeIndents-wide-1-chromium-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-checkbox-and-56d75-ons-when-variant-default-and-sedeIndents-wide-1-firefox-linux.png b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-checkbox-and-56d75-ons-when-variant-default-and-sedeIndents-wide-1-firefox-linux.png index 310b1a0fe0..c4923d3686 100644 Binary files a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-checkbox-and-56d75-ons-when-variant-default-and-sedeIndents-wide-1-firefox-linux.png and b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-checkbox-and-56d75-ons-when-variant-default-and-sedeIndents-wide-1-firefox-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-checkbox-and-56d75-ons-when-variant-default-and-sedeIndents-wide-1-webkit-linux.png b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-checkbox-and-56d75-ons-when-variant-default-and-sedeIndents-wide-1-webkit-linux.png index 2f24101c81..517a47864e 100644 Binary files a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-checkbox-and-56d75-ons-when-variant-default-and-sedeIndents-wide-1-webkit-linux.png and b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-checkbox-and-56d75-ons-when-variant-default-and-sedeIndents-wide-1-webkit-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-checkbox-and-622a0-n-variant-undefined-and-sedeIndents-undefined-1-chromium-linux.png b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-checkbox-and-622a0-n-variant-undefined-and-sedeIndents-undefined-1-chromium-linux.png index ae5e1891b5..518475337d 100644 Binary files a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-checkbox-and-622a0-n-variant-undefined-and-sedeIndents-undefined-1-chromium-linux.png and b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-checkbox-and-622a0-n-variant-undefined-and-sedeIndents-undefined-1-chromium-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-checkbox-and-622a0-n-variant-undefined-and-sedeIndents-undefined-1-firefox-linux.png b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-checkbox-and-622a0-n-variant-undefined-and-sedeIndents-undefined-1-firefox-linux.png index 4004992c39..3829e3eebd 100644 Binary files a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-checkbox-and-622a0-n-variant-undefined-and-sedeIndents-undefined-1-firefox-linux.png and b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-checkbox-and-622a0-n-variant-undefined-and-sedeIndents-undefined-1-firefox-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-checkbox-and-622a0-n-variant-undefined-and-sedeIndents-undefined-1-webkit-linux.png b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-checkbox-and-622a0-n-variant-undefined-and-sedeIndents-undefined-1-webkit-linux.png index 9ccf76c7fc..a515ff8f87 100644 Binary files a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-checkbox-and-622a0-n-variant-undefined-and-sedeIndents-undefined-1-webkit-linux.png and b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-checkbox-and-622a0-n-variant-undefined-and-sedeIndents-undefined-1-webkit-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-checkbox-and-d9027-hen-variant-default-and-sedeIndents-undefined-1-chromium-linux.png b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-checkbox-and-d9027-hen-variant-default-and-sedeIndents-undefined-1-chromium-linux.png index ae5e1891b5..518475337d 100644 Binary files a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-checkbox-and-d9027-hen-variant-default-and-sedeIndents-undefined-1-chromium-linux.png and b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-checkbox-and-d9027-hen-variant-default-and-sedeIndents-undefined-1-chromium-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-checkbox-and-d9027-hen-variant-default-and-sedeIndents-undefined-1-firefox-linux.png b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-checkbox-and-d9027-hen-variant-default-and-sedeIndents-undefined-1-firefox-linux.png index 4004992c39..3829e3eebd 100644 Binary files a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-checkbox-and-d9027-hen-variant-default-and-sedeIndents-undefined-1-firefox-linux.png and b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-checkbox-and-d9027-hen-variant-default-and-sedeIndents-undefined-1-firefox-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-checkbox-and-d9027-hen-variant-default-and-sedeIndents-undefined-1-webkit-linux.png b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-checkbox-and-d9027-hen-variant-default-and-sedeIndents-undefined-1-webkit-linux.png index 9ccf76c7fc..a515ff8f87 100644 Binary files a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-checkbox-and-d9027-hen-variant-default-and-sedeIndents-undefined-1-webkit-linux.png and b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-checkbox-and-d9027-hen-variant-default-and-sedeIndents-undefined-1-webkit-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-checkbox-and-ddb13-ctions-when-variant-card-and-sedeIndents-wide-1-chromium-linux.png b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-checkbox-and-ddb13-ctions-when-variant-card-and-sedeIndents-wide-1-chromium-linux.png index 41fa483eef..0e1523ba8e 100644 Binary files a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-checkbox-and-ddb13-ctions-when-variant-card-and-sedeIndents-wide-1-chromium-linux.png and b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-checkbox-and-ddb13-ctions-when-variant-card-and-sedeIndents-wide-1-chromium-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-checkbox-and-ddb13-ctions-when-variant-card-and-sedeIndents-wide-1-firefox-linux.png b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-checkbox-and-ddb13-ctions-when-variant-card-and-sedeIndents-wide-1-firefox-linux.png index 310b1a0fe0..c4923d3686 100644 Binary files a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-checkbox-and-ddb13-ctions-when-variant-card-and-sedeIndents-wide-1-firefox-linux.png and b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-checkbox-and-ddb13-ctions-when-variant-card-and-sedeIndents-wide-1-firefox-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-checkbox-and-ddb13-ctions-when-variant-card-and-sedeIndents-wide-1-webkit-linux.png b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-checkbox-and-ddb13-ctions-when-variant-card-and-sedeIndents-wide-1-webkit-linux.png index 2f24101c81..517a47864e 100644 Binary files a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-checkbox-and-ddb13-ctions-when-variant-card-and-sedeIndents-wide-1-webkit-linux.png and b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-checkbox-and-ddb13-ctions-when-variant-card-and-sedeIndents-wide-1-webkit-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-checkbox-and-f3025-s-when-variant-card-and-sedeIndents-undefined-1-chromium-linux.png b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-checkbox-and-f3025-s-when-variant-card-and-sedeIndents-undefined-1-chromium-linux.png index 41fa483eef..0e1523ba8e 100644 Binary files a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-checkbox-and-f3025-s-when-variant-card-and-sedeIndents-undefined-1-chromium-linux.png and b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-checkbox-and-f3025-s-when-variant-card-and-sedeIndents-undefined-1-chromium-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-checkbox-and-f3025-s-when-variant-card-and-sedeIndents-undefined-1-firefox-linux.png b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-checkbox-and-f3025-s-when-variant-card-and-sedeIndents-undefined-1-firefox-linux.png index 310b1a0fe0..c4923d3686 100644 Binary files a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-checkbox-and-f3025-s-when-variant-card-and-sedeIndents-undefined-1-firefox-linux.png and b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-checkbox-and-f3025-s-when-variant-card-and-sedeIndents-undefined-1-firefox-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-checkbox-and-f3025-s-when-variant-card-and-sedeIndents-undefined-1-webkit-linux.png b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-checkbox-and-f3025-s-when-variant-card-and-sedeIndents-undefined-1-webkit-linux.png index 2f24101c81..517a47864e 100644 Binary files a/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-checkbox-and-f3025-s-when-variant-card-and-sedeIndents-undefined-1-webkit-linux.png and b/semcore/data-table/__tests__/data-table-accordion.browser-test.tsx-snapshots/-visual-Accordion-in-table-Verify-checkbox-and-f3025-s-when-variant-card-and-sedeIndents-undefined-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..c3c944ec8b 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..091364db8c 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..9d36dabb08 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 b/semcore/data-table/__tests__/data-table-cells.browser-test.tsx index c72a546b5c..3562625c71 100644 --- a/semcore/data-table/__tests__/data-table-cells.browser-test.tsx +++ b/semcore/data-table/__tests__/data-table-cells.browser-test.tsx @@ -12,7 +12,13 @@ test.describe(`${TAG.VISUAL}`, () => { test('Verify long text in cells and wrap and ellipsis', { tag: [TAG.PRIORITY_HIGH, '@data-table', - '@ellipsis'], + '@ellipsis', + '@base-components', + '@flex-box', + '@button', + '@link', + '@typography', + ], }, async ({ page }) => { await loadPage(page, 'stories/components/data-table/tests/examples/cells-tests/long-text-in-cells.tsx', 'en'); @@ -21,7 +27,13 @@ test.describe(`${TAG.VISUAL}`, () => { test('Verify overflow=hidden visual finctionality', { tag: [TAG.PRIORITY_LOW, - '@data-table'], + '@data-table', + '@base-components', + '@flex-box', + '@button', + '@ellipsis', + '@typography', + ], }, async ({ page }) => { await loadPage(page, 'stories/components/data-table/advanced/examples/overflow_in_cells.tsx', 'en'); await page.setViewportSize({ width: 768, height: 1024 }); @@ -30,7 +42,10 @@ test.describe(`${TAG.VISUAL}`, () => { test('Verify colored cells', { tag: [TAG.PRIORITY_MEDIUM, - '@data-table'], + '@data-table', + '@base-components', + '@flex-box', + ], }, async ({ page, browserName }) => { await loadPage(page, 'stories/components/data-table/advanced/examples/row_cell_states.tsx', 'en'); await page.keyboard.press('Tab'); @@ -60,7 +75,15 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, '@data-table', - '@tooltip'], + '@tooltip', + '@base-components', + '@flex-box', + '@button-link', + '@button', + '@checkbox', + '@link', + '@typography', + ], }, async ({ page }) => { await loadPage(page, 'stories/components/data-table/tests/examples/cells-tests/interactive-elements-in-cells.tsx', 'en'); @@ -136,7 +159,13 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { '@select', '@tooltip', '@checkbox', - '@data-table'], + '@data-table', + '@base-components', + '@flex-box', + '@button-link', + '@button', + '@typography', + ], }, async ({ page }) => { await loadPage(page, 'stories/components/data-table/tests/examples/cells-tests/dd-select-in-cell.tsx', 'en'); @@ -197,7 +226,13 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { '@select', '@tooltip', '@checkbox', - '@data-table'], + '@data-table', + '@base-components', + '@flex-box', + '@button-link', + '@button', + '@typography', + ], }, async ({ page }) => { await loadPage(page, 'stories/components/data-table/tests/examples/cells-tests/dd-select-in-cell.tsx', 'en'); @@ -355,7 +390,8 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, '@dropdown', - '@spin'], + '@spin', + '@data-table'], }, async ({ page }) => { await loadPage(page, 'stories/components/data-table/docs/examples/access-to-set-of-cells.tsx', 'en'); 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-columns.browser-test.tsx b/semcore/data-table/__tests__/data-table-columns.browser-test.tsx index 1cdc913894..a5fc5dfacb 100644 --- a/semcore/data-table/__tests__/data-table-columns.browser-test.tsx +++ b/semcore/data-table/__tests__/data-table-columns.browser-test.tsx @@ -92,7 +92,10 @@ test.describe(`${TAG.VISUAL}`, () => { test('Verify head column shadow for fixed columns with different screen sizes', { tag: [TAG.PRIORITY_HIGH, - '@data-table'], + '@data-table', + '@base-components', + '@flex-box', + ], }, async ({ page }) => { await loadPage(page, 'stories/components/data-table/advanced/examples/fixed_columns_width_with_shadows.tsx', 'en'); @@ -227,7 +230,10 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { test('Verify merged columns and interactive cells', { tag: [TAG.PRIORITY_MEDIUM, '@data-table', - '@link'], + '@link', + '@button-link', + '@button', + ], }, async ({ page }) => { await loadPage(page, 'stories/components/data-table/docs/examples/access-to-cells.tsx', 'en'); @@ -245,7 +251,9 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { test('Verify column\'s aria-sort and aria-describedby attributes ', { tag: [TAG.PRIORITY_HIGH, - '@data-table'], + '@data-table', + '@typography', + ], }, async ({ page }) => { await loadPage(page, 'stories/components/data-table/docs/examples/sorting.tsx', 'en'); diff --git a/semcore/data-table/__tests__/data-table-header.browser-test.tsx b/semcore/data-table/__tests__/data-table-header.browser-test.tsx index 5ad0401761..656c226a63 100644 --- a/semcore/data-table/__tests__/data-table-header.browser-test.tsx +++ b/semcore/data-table/__tests__/data-table-header.browser-test.tsx @@ -16,7 +16,11 @@ test.describe(`${TAG.VISUAL}`, () => { TAG.KEYBOARD, '@data-table', '@select', - '@tooltip'], + '@tooltip', + '@link-trigger', + '@base-trigger', + '@typography', + ], }, async ({ page }) => { await loadPage(page, 'stories/components/data-table/docs/examples/customizing-header.tsx', 'en'); @@ -46,7 +50,11 @@ test.describe(`${TAG.VISUAL}`, () => { test(`Verify styles when long text and icons in header when use=${item.use}`, { tag: [TAG.PRIORITY_HIGH, '@data-table', - '@base-components'], + '@base-components', + '@button-link', + '@button', + '@typography', + ], }, async ({ page }) => { await loadPage(page, 'stories/components/data-table/tests/examples/header-tests/long-header-ellipsis.tsx', 'en', item); @@ -118,7 +126,11 @@ test.describe(`${TAG.VISUAL}`, () => { test.describe('Multi level Header', () => { test('Verify border and Long title with and without Ellipsis correctly', { tag: [TAG.PRIORITY_HIGH, - '@data-table'], + '@data-table', + '@button-link', + '@button', + '@typography', + ], }, async ({ page }) => { await loadPage(page, 'stories/components/data-table/tests/examples/header-tests/multi-level-borders.tsx', 'en'); @@ -145,7 +157,15 @@ test.describe(`${TAG.VISUAL}`, () => { '@data-table', '@select', '@tooltip', - '@link'], + '@link', + '@base-components', + '@flex-box', + '@link-trigger', + '@base-trigger', + '@button-link', + '@button', + '@checkbox', + ], }, async ({ page, browserName }) => { await loadPage(page, 'stories/components/data-table/tests/examples/header-tests/multi-level-with-interactive.tsx', 'en'); @@ -158,7 +178,13 @@ test.describe(`${TAG.VISUAL}`, () => { test(`Verify sorting styles`, { tag: [TAG.PRIORITY_HIGH, - '@data-table'], + '@data-table', + '@base-components', + '@flex-box', + '@button-link', + '@button', + '@typography', + ], }, async ({ page }) => { await loadPage(page, 'stories/components/data-table/tests/examples/header-tests/sorting/multi-level-sorting.tsx', 'en'); @@ -173,7 +199,13 @@ test.describe(`${TAG.VISUAL}`, () => { test('Verify mouse interactions with sorting', { tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, - '@data-table'], + '@data-table', + '@base-components', + '@flex-box', + '@button-link', + '@button', + '@typography', + ], }, async ({ page }) => { await loadPage(page, 'stories/components/data-table/tests/examples/header-tests/sorting/multi-level-sorting.tsx', 'en'); @@ -203,7 +235,14 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { '@tooltip', '@checkbox', '@ellipsis', - '@data-table'], + '@data-table', + '@base-components', + '@flex-box', + '@button-link', + '@button', + '@link', + '@typography', + ], }, async ({ page }) => { await loadPage(page, 'stories/components/data-table/tests/examples/header-tests/one-level-interactive-header.tsx', 'en'); @@ -323,7 +362,14 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { '@data-table', '@tooltip', '@checkbox', - '@ellipsis'], + '@ellipsis', + '@base-components', + '@flex-box', + '@button-link', + '@button', + '@link', + '@typography', + ], }, async ({ page }) => { await loadPage(page, 'stories/components/data-table/tests/examples/header-tests/one-level-interactive-header.tsx', 'en'); @@ -385,7 +431,11 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { TAG.KEYBOARD, '@data-table', '@select', - '@tooltip'], + '@tooltip', + '@link-trigger', + '@base-trigger', + '@typography', + ], }, async ({ page }) => { await loadPage(page, 'stories/components/data-table/docs/examples/customizing-header.tsx', 'en'); @@ -434,7 +484,11 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { TAG.MOUSE, '@data-table', '@select', - '@tooltip'], + '@tooltip', + '@link-trigger', + '@base-trigger', + '@typography', + ], }, async ({ page }) => { await loadPage(page, 'stories/components/data-table/docs/examples/customizing-header.tsx', 'en'); @@ -459,7 +513,9 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { test('Verify keyboard sorting without changing size', { tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, - '@data-table'], + '@data-table', + '@typography', + ], }, async ({ page }) => { await loadPage(page, 'stories/components/data-table/docs/examples/sorting.tsx', 'en'); @@ -497,7 +553,9 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, TAG.MOUSE, - '@data-table'], + '@data-table', + '@typography', + ], }, async ({ page }) => { await loadPage(page, 'stories/components/data-table/docs/examples/sorting.tsx', 'en'); @@ -521,7 +579,9 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { test('Verify mouse sorting without changing size', { tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, - '@data-table'], + '@data-table', + '@typography', + ], }, async ({ page, browserName }) => { await loadPage(page, 'stories/components/data-table/docs/examples/sorting.tsx', 'en'); if (browserName === 'firefox') test.skip(); @@ -656,7 +716,9 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { test('Verify sorting with undefined as default value by mouse interactions', { tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, - '@data-table'], + '@data-table', + '@typography', + ], }, async ({ page }) => { await loadPage(page, 'stories/components/data-table/tests/examples/header-tests/sorting/sorting-default-undefined.tsx', 'en'); @@ -697,7 +759,9 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { test('Verify sorting with undefined as default value by keyboard interactions', { tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, - '@data-table'], + '@data-table', + '@typography', + ], }, async ({ page }) => { await loadPage(page, 'stories/components/data-table/tests/examples/header-tests/sorting/sorting-default-undefined.tsx', 'en'); @@ -742,7 +806,12 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, '@data-table', - '@tooltip'], + '@tooltip', + '@button-link', + '@button', + '@link', + '@typography', + ], }, async ({ page }) => { await loadPage(page, 'stories/components/data-table/tests/examples/header-tests/sorting/sorting-with-interactive.tsx', 'en'); @@ -777,7 +846,15 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { '@select', '@tooltip', '@link', - '@data-table'], + '@data-table', + '@base-components', + '@flex-box', + '@link-trigger', + '@base-trigger', + '@button-link', + '@button', + '@checkbox', + ], }, async ({ page, browserName }) => { await loadPage(page, 'stories/components/data-table/tests/examples/header-tests/multi-level-with-interactive.tsx', 'en'); @@ -880,7 +957,15 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { '@data-table', '@select', '@tooltip', - '@link'], + '@link', + '@base-components', + '@flex-box', + '@link-trigger', + '@base-trigger', + '@button-link', + '@button', + '@checkbox', + ], }, async ({ page, browserName }) => { await loadPage(page, 'stories/components/data-table/tests/examples/header-tests/multi-level-with-interactive.tsx', 'en'); @@ -949,7 +1034,13 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { test('Verify keyboard interactions with sorting', { tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, - '@data-table'], + '@data-table', + '@base-components', + '@flex-box', + '@button-link', + '@button', + '@typography', + ], }, async ({ page }) => { await loadPage(page, 'stories/components/data-table/tests/examples/header-tests/sorting/multi-level-sorting.tsx', 'en'); @@ -992,7 +1083,13 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, TAG.MOUSE, - '@data-table'], + '@data-table', + '@base-components', + '@flex-box', + '@button-link', + '@button', + '@typography', + ], }, async ({ page }) => { await loadPage(page, 'stories/components/data-table/tests/examples/header-tests/sorting/multi-level-sorting.tsx', 'en'); @@ -1017,7 +1114,13 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { test('Verify mouse interactions with sorting', { tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, - '@data-table'], + '@data-table', + '@base-components', + '@flex-box', + '@button-link', + '@button', + '@typography', + ], }, async ({ page }) => { await loadPage(page, 'stories/components/data-table/tests/examples/header-tests/sorting/multi-level-sorting.tsx', 'en'); 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-pagination.browser-test.tsx b/semcore/data-table/__tests__/data-table-pagination.browser-test.tsx index c0ca515126..9b7529d8ff 100644 --- a/semcore/data-table/__tests__/data-table-pagination.browser-test.tsx +++ b/semcore/data-table/__tests__/data-table-pagination.browser-test.tsx @@ -14,7 +14,10 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { TAG.KEYBOARD, '@data-table', '@pagination', - '@select'], + '@select', + '@base-components', + '@flex-box', + ], }, async ({ page }) => { await loadPage(page, 'stories/components/data-table/docs/examples/pagination.tsx', 'en'); diff --git a/semcore/data-table/__tests__/data-table-rows.browser-test.tsx b/semcore/data-table/__tests__/data-table-rows.browser-test.tsx index 5054a5ef60..2aec6cc66e 100644 --- a/semcore/data-table/__tests__/data-table-rows.browser-test.tsx +++ b/semcore/data-table/__tests__/data-table-rows.browser-test.tsx @@ -12,7 +12,10 @@ test.describe(`${TAG.VISUAL}`, () => { test('Verify colored rows', { tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, - '@data-table'], + '@data-table', + '@base-components', + '@flex-box', + ], }, async ({ page, browserName }) => { await loadPage(page, 'stories/components/data-table/docs/examples/row-themes.tsx', 'en'); const stylesActiveHovered = await getStylesActiveHovered(page); diff --git a/semcore/data-table/__tests__/data-table-scroll.browser-test.tsx b/semcore/data-table/__tests__/data-table-scroll.browser-test.tsx index 8aafcde0c4..c1321cec10 100644 --- a/semcore/data-table/__tests__/data-table-scroll.browser-test.tsx +++ b/semcore/data-table/__tests__/data-table-scroll.browser-test.tsx @@ -107,7 +107,10 @@ test.describe(`${TAG.VISUAL}`, () => { ]; variantNoFixedColumn.forEach((item) => { test(`Verify keyboard scroll One Level scroll sticky=${item.sticky} withScrollBar=${item.withScrollBar} wMax=${item.wMax}`, { - tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, '@data-table'], + tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, '@data-table', + '@base-components', + '@flex-box', + ], }, async ({ page, browserName }) => { await loadPage(page, 'stories/components/data-table/tests/examples/scroll-tests/scroll-in-table.tsx', 'en', { ...item, multiLevel: false }); const scrollBar = page.locator('[data-ui-name="ScrollArea.Bar"]'); @@ -159,7 +162,10 @@ test.describe(`${TAG.VISUAL}`, () => { variantNoFixedColumn.forEach((item) => { test(`Verify Mouse scroll Multi Level scroll sticky=${item.sticky} withScrollBar=${item.withScrollBar} wMax=${item.wMax}`, { - tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, '@data-table'], + tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, '@data-table', + '@base-components', + '@flex-box', + ], }, async ({ page, browserName }) => { await loadPage(page, 'stories/components/data-table/tests/examples/scroll-tests/scroll-in-table.tsx', 'en', { ...item, multiLevel: true }); const scrollBar = page.locator('[data-ui-name="ScrollArea.Bar"]'); 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..537a679689 100644 --- a/semcore/data-table/__tests__/data-table-states.browser-test.tsx +++ b/semcore/data-table/__tests__/data-table-states.browser-test.tsx @@ -13,7 +13,10 @@ test.describe(`${TAG.VISUAL}`, () => { test('Verify loading state of table', { tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, - '@data-table'], + '@data-table', + '@base-components', + '@button', + ], }, async ({ page }) => { await loadPage(page, 'stories/components/data-table/docs/examples/spin-container-in-table.tsx', 'en'); @@ -33,7 +36,13 @@ test.describe(`${TAG.VISUAL}`, () => { test('Verify loading state in with sticky header', { tag: [TAG.PRIORITY_HIGH, - '@data-table'], + '@data-table', + '@base-components', + '@flex-box', + '@button', + '@pagination', + '@typography', + ], }, async ({ page }) => { await loadPage(page, 'stories/components/data-table/docs/examples/checkbox-in-table.tsx', 'en'); @@ -50,7 +59,11 @@ test.describe(`${TAG.VISUAL}`, () => { test('Verify skeleton in table', { tag: [TAG.PRIORITY_HIGH, - '@data-table'], + '@data-table', + '@base-components', + '@button', + '@skeleton', + ], }, async ({ page }) => { await loadPage(page, 'stories/components/data-table/docs/examples/skeleton-in-table.tsx', 'en'); @@ -75,7 +88,10 @@ test.describe(`${TAG.VISUAL}`, () => { test('Verify empty table state', { tag: [TAG.PRIORITY_HIGH, - '@data-table'], + '@data-table', + '@button', + '@widget-empty', + ], }, async ({ page }) => { await loadPage(page, 'stories/components/data-table/docs/examples/empty-table.tsx', 'en'); const cellDefaultBg = await getCssVarColor(page, '--intergalactic-bg-primary-neutral'); @@ -121,7 +137,9 @@ test.describe(`${TAG.VISUAL}`, () => { test(`Verify table in table card styles when variant=${item.variant} use=${item.use} and compact=${item.compact}`, { tag: [TAG.PRIORITY_HIGH, '@data-table', - '@card'], + '@card', + '@d3-chart', + ], }, async ({ page }) => { await loadPage(page, 'stories/components/card/tests/examples/table-with-accordions-in-card.tsx', 'en', item); @@ -165,7 +183,9 @@ test.describe(`${TAG.VISUAL}`, () => { test(`Verify table in table card styles when variant=${item.variant} use=${item.use} and compact=${item.compact}`, { tag: [TAG.PRIORITY_HIGH, '@data-table', - '@card'], + '@card', + '@d3-chart', + ], }, async ({ page }) => { await loadPage(page, 'stories/components/card/tests/examples/table-with-accordions-in-card.tsx', 'en', item); @@ -199,7 +219,9 @@ test.describe(`${TAG.VISUAL}`, () => { tag: [TAG.PRIORITY_HIGH, '@data-table', '@ellipsis', - '@base-components'], + '@base-components', + '@typography', + ], }, async ({ page }) => { await loadPage(page, 'stories/components/base-components/ellipsis/docs/examples/multiple_use.tsx', 'en'); @@ -225,7 +247,9 @@ test.describe(`${TAG.VISUAL}`, () => { '@data-table', '@ellipsis', '@link', - '@base-components'], + '@base-components', + '@pagination', + ], }, async ({ page }) => { await loadPage(page, 'stories/components/base-components/ellipsis/tests/examples/in_table_with_link.tsx', 'en'); await page.waitForTimeout(250); // wait for ellipsis apply @@ -250,7 +274,13 @@ test.describe(`${TAG.VISUAL}`, () => { test(`Verify limited state for table with accordion keyboard and mouse interactions`, { tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, - '@data-table'], + '@data-table', + '@base-components', + '@flex-box', + '@button', + '@typography', + '@widget-empty', + ], }, async ({ page, browserName }) => { await loadPage(page, 'stories/components/data-table/tests/examples/limited-mode/accordion.tsx', 'en', { rowsLimit: 1, columnsLimit: 2 }); @@ -303,7 +333,13 @@ test.describe(`${TAG.VISUAL}`, () => { test(`Verify limited state for checkbox in table `, { tag: [TAG.PRIORITY_HIGH, - '@data-table'], + '@data-table', + '@base-components', + '@flex-box', + '@button', + '@pagination', + '@typography', + ], }, async ({ page, browserName }) => { await loadPage(page, 'stories/components/data-table/tests/examples/limited-mode/checkboxes.tsx', 'en', { rowsLimit: 0, columnsLimit: 0 }); @@ -315,7 +351,13 @@ test.describe(`${TAG.VISUAL}`, () => { test.describe('SelectableRows', () => { test('Verify sideIndents=wide and compact', { tag: [TAG.PRIORITY_MEDIUM, - '@data-table'], + '@data-table', + '@base-components', + '@flex-box', + '@button', + '@pagination', + '@typography', + ], }, async ({ page }) => { await loadPage(page, 'stories/components/data-table/tests/examples/cells-tests/checkbox.tsx', 'en', { sideIndents: 'wide', @@ -335,7 +377,13 @@ test.describe(`${TAG.VISUAL}`, () => { test('Verify SelectableRows with fixed-left column — checkbox cell positioning', { tag: [TAG.PRIORITY_HIGH, - '@data-table'], + '@data-table', + '@base-components', + '@flex-box', + '@button', + '@pagination', + '@typography', + ], }, async ({ page }) => { await loadPage(page, 'stories/components/data-table/tests/examples/cells-tests/checkbox.tsx', 'en', { fixedColumns: true, @@ -360,7 +408,13 @@ test.describe(`${TAG.VISUAL}`, () => { test('Verify SelectableRows with fixed-left column — checkbox stays pinned on horizontal scroll', { tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, - '@data-table'], + '@data-table', + '@base-components', + '@flex-box', + '@button', + '@pagination', + '@typography', + ], }, async ({ page }) => { await loadPage(page, 'stories/components/data-table/tests/examples/cells-tests/checkbox.tsx', 'en', { fixedColumns: true, @@ -392,7 +446,13 @@ test.describe(`${TAG.VISUAL}`, () => { test('Verify SelectableRows with fixed-left column — selection persists after scroll', { tag: [TAG.PRIORITY_MEDIUM, TAG.MOUSE, - '@data-table'], + '@data-table', + '@base-components', + '@flex-box', + '@button', + '@pagination', + '@typography', + ], }, async ({ page }) => { await loadPage(page, 'stories/components/data-table/tests/examples/cells-tests/checkbox.tsx', 'en', { fixedColumns: true, @@ -418,7 +478,13 @@ test.describe(`${TAG.VISUAL}`, () => { test('Verify SelectableRows with fixed-left column and accordion rows', { tag: [TAG.PRIORITY_MEDIUM, - '@data-table'], + '@data-table', + '@base-components', + '@flex-box', + '@button', + '@pagination', + '@typography', + ], }, async ({ page }) => { await loadPage(page, 'stories/components/data-table/tests/examples/cells-tests/checkbox.tsx', 'en', { fixedColumns: true, @@ -484,7 +550,11 @@ test.describe(`${TAG.VISUAL}`, () => { tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, '@data-table', - '@tooltip'], + '@tooltip', + '@button', + '@pagination', + '@typography', + ], }, async ({ page, browserName }) => { await loadPage(page, 'stories/components/data-table/advanced/examples/selectable_with_merged_rows.tsx', 'en'); const cellSelectedBg = await getCssVarColor(page, '--intergalactic-table-td-cell-selected'); @@ -540,7 +610,13 @@ test.describe(`${TAG.VISUAL}`, () => { test.describe('SelectableRows (legacy API)', () => { test('Verify SelectableRows row highlight on selection', { tag: [TAG.PRIORITY_HIGH, - '@data-table'], + '@data-table', + '@base-components', + '@flex-box', + '@button', + '@pagination', + '@typography', + ], }, async ({ page, browserName }) => { await loadPage(page, 'stories/components/data-table/tests/examples/cells-tests/checkbox.tsx', 'en', { reactive: false }); if (browserName == 'firefox') return; @@ -558,7 +634,13 @@ test.describe(`${TAG.VISUAL}`, () => { test('Verify sideIndents=wide and compact', { tag: [TAG.PRIORITY_MEDIUM, - '@data-table'], + '@data-table', + '@base-components', + '@flex-box', + '@button', + '@pagination', + '@typography', + ], }, async ({ page }) => { await loadPage(page, 'stories/components/data-table/tests/examples/cells-tests/checkbox.tsx', 'en', { sideIndents: 'wide', reactive: false, @@ -578,7 +660,13 @@ test.describe(`${TAG.VISUAL}`, () => { test('Verify SelectableRows select all rows highlight', { tag: [TAG.PRIORITY_HIGH, - '@data-table'], + '@data-table', + '@base-components', + '@flex-box', + '@button', + '@pagination', + '@typography', + ], }, async ({ page }) => { await loadPage(page, 'stories/components/data-table/tests/examples/cells-tests/checkbox.tsx', 'en', { reactive: false }); const cellSelectedHoverBg = await getCssVarColor(page, '--intergalactic-table-td-cell-selected-hover'); @@ -601,7 +689,13 @@ test.describe(`${TAG.VISUAL}`, () => { test('Verify color on hover when merged rows with SelectableRows', { tag: [TAG.PRIORITY_HIGH, - '@data-table'], + '@data-table', + '@base-components', + '@flex-box', + '@button', + '@pagination', + '@typography', + ], }, async ({ page, browserName }) => { if (browserName === 'firefox') test.skip(); @@ -646,7 +740,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 }); } }); @@ -683,7 +777,12 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { test.describe('Loading states', () => { test('Verify empty table scroll\'s state when column width is defined', { tag: [TAG.PRIORITY_HIGH, - '@data-table'], + '@data-table', + '@base-components', + '@flex-box', + '@button', + '@widget-empty', + ], }, async ({ page }) => { await loadPage(page, 'stories/components/data-table/tests/examples/table-states-tests/nothing-found-with-fixed-column-width.tsx', 'en'); @@ -702,7 +801,9 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { test('Verify focus after loading is finished', { tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, - '@data-table'], + '@data-table', + '@button', + ], }, async ({ page }) => { await loadPage(page, 'stories/components/data-table/tests/examples/table-states-tests/loading-in-scroll.tsx', 'en'); const spin = page.locator('svg[data-ui-name="Spin"]'); @@ -746,7 +847,13 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { test('Verify table with checkbox attributes and mouse interaction', { tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, - '@data-table'], + '@data-table', + '@base-components', + '@flex-box', + '@button', + '@pagination', + '@typography', + ], }, async ({ page }) => { await loadPage(page, 'stories/components/data-table/docs/examples/checkbox-in-table.tsx', 'en'); @@ -874,7 +981,13 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { test('Verify table with checkbox keyboard interaction', { tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, - '@data-table'], + '@data-table', + '@base-components', + '@flex-box', + '@button', + '@pagination', + '@typography', + ], }, async ({ page, browserName }) => { await loadPage(page, 'stories/components/data-table/docs/examples/checkbox-in-table.tsx', 'en'); @@ -991,6 +1104,17 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { TAG.MOUSE, '@data-table', + + '@base-components', + + '@flex-box', + + '@button', + + '@pagination', + + '@typography', + ], }, async ({ page }) => { await loadPage(page, 'stories/components/data-table/tests/examples/cells-tests/checkbox.tsx', 'en'); @@ -1023,6 +1147,9 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { TAG.KEYBOARD, TAG.MOUSE, '@data-table', + '@button', + '@pagination', + '@typography', ], }, async ({ page }) => { await loadPage(page, 'stories/components/data-table/advanced/examples/selectable_with_merged_rows.tsx', 'en'); @@ -1048,7 +1175,11 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, '@data-table', - '@tooltip'], + '@tooltip', + '@button', + '@pagination', + '@typography', + ], }, async ({ page }) => { await loadPage(page, 'stories/components/data-table/advanced/examples/selectable_with_merged_rows.tsx', 'en'); @@ -1101,7 +1232,13 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { test('Verify aria-live announcement when all rows selected via header checkbox', { tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, - '@data-table'], + '@data-table', + '@base-components', + '@flex-box', + '@button', + '@pagination', + '@typography', + ], }, async ({ page }) => { await loadPage(page, 'stories/components/data-table/docs/examples/checkbox-in-table.tsx', 'en'); @@ -1122,7 +1259,13 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { test('Verify aria-live announcement on partial row selection', { tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, - '@data-table'], + '@data-table', + '@base-components', + '@flex-box', + '@button', + '@pagination', + '@typography', + ], }, async ({ page }) => { await loadPage(page, 'stories/components/data-table/docs/examples/checkbox-in-table.tsx', 'en'); @@ -1151,7 +1294,13 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { test('Verify SelectableRows checkbox attributes and mouse interaction', { tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, - '@data-table'], + '@data-table', + '@base-components', + '@flex-box', + '@button', + '@pagination', + '@typography', + ], }, async ({ page }) => { await loadPage(page, 'stories/components/data-table/tests/examples/cells-tests/checkbox.tsx', 'en', { reactive: false }); @@ -1212,7 +1361,13 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { test('Verify SelectableRows keyboard navigation and selection', { tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, - '@data-table'], + '@data-table', + '@base-components', + '@flex-box', + '@button', + '@pagination', + '@typography', + ], }, async ({ page }) => { await loadPage(page, 'stories/components/data-table/tests/examples/cells-tests/checkbox.tsx', 'en', { reactive: false }); @@ -1264,7 +1419,13 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { test('Verify SelectableRows with pagination mouse interaction', { tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, - '@data-table'], + '@data-table', + '@base-components', + '@flex-box', + '@button', + '@pagination', + '@typography', + ], }, async ({ page }) => { await loadPage(page, 'stories/components/data-table/tests/examples/cells-tests/checkbox.tsx', 'en', { reactive: false, pagination: true }); @@ -1359,7 +1520,13 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { test('Verify SelectableRows with pagination keyboard interaction', { tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, - '@data-table'], + '@data-table', + '@base-components', + '@flex-box', + '@button', + '@pagination', + '@typography', + ], }, async ({ page, browserName }) => { await loadPage(page, 'stories/components/data-table/tests/examples/cells-tests/checkbox.tsx', 'en', { reactive: false, pagination: true }); @@ -1434,6 +1601,11 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { TAG.KEYBOARD, TAG.MOUSE, '@data-table', + '@base-components', + '@flex-box', + '@button', + '@pagination', + '@typography', ], }, async ({ page }) => { await loadPage(page, 'stories/components/data-table/tests/examples/cells-tests/checkbox.tsx', 'en', { reactive: false }); @@ -1473,6 +1645,11 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { TAG.KEYBOARD, TAG.MOUSE, '@data-table', + '@base-components', + '@flex-box', + '@button', + '@pagination', + '@typography', ], }, async ({ page }) => { await loadPage(page, 'stories/components/data-table/tests/examples/cells-tests/checkbox.tsx', 'en', { reactive: false, mergedRows: true }); @@ -1501,7 +1678,13 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { test('Verify SelectableRows with merged rows mouse interaction', { tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, - '@data-table'], + '@data-table', + '@base-components', + '@flex-box', + '@button', + '@pagination', + '@typography', + ], }, async ({ page }) => { await loadPage(page, 'stories/components/data-table/tests/examples/cells-tests/checkbox.tsx', 'en', { reactive: false, mergedRows: true }); @@ -1550,7 +1733,13 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { test('Verify SelectableRows with merged rows keyboard interaction', { tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, - '@data-table'], + '@data-table', + '@base-components', + '@flex-box', + '@button', + '@pagination', + '@typography', + ], }, async ({ page }) => { await loadPage(page, 'stories/components/data-table/tests/examples/cells-tests/checkbox.tsx', 'en', { reactive: false, mergedRows: true }); @@ -1588,7 +1777,13 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { test('Verify aria-live announcement when all rows selected via header checkbox', { tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, - '@data-table'], + '@data-table', + '@base-components', + '@flex-box', + '@button', + '@pagination', + '@typography', + ], }, async ({ page }) => { await loadPage(page, 'stories/components/data-table/tests/examples/cells-tests/checkbox.tsx', 'en', { reactive: false }); @@ -1604,7 +1799,13 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { test('Verify aria-live announcement on partial row selection', { tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, - '@data-table'], + '@data-table', + '@base-components', + '@flex-box', + '@button', + '@pagination', + '@typography', + ], }, async ({ page }) => { await loadPage(page, 'stories/components/data-table/tests/examples/cells-tests/checkbox.tsx', 'en', { reactive: false }); @@ -1629,7 +1830,12 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { variantState.forEach((item) => { test(`Verify limited state for base table when rowsLimit=${item.rowsLimit} columnsLimit=${item.columnsLimit}`, { tag: [TAG.PRIORITY_HIGH, - '@data-table'], + '@data-table', + '@base-components', + '@flex-box', + '@button', + '@typography', + ], }, async ({ page, browserName }) => { await loadPage(page, 'stories/components/data-table/docs/examples/limited-mode.tsx', 'en', item); @@ -1710,7 +1916,13 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { test(`Verify limited state for checkbox in table when rowsLimit=${item.rowsLimit} columnsLimit=${item.columnsLimit}`, { tag: [TAG.PRIORITY_HIGH, - '@data-table'], + '@data-table', + '@base-components', + '@flex-box', + '@button', + '@pagination', + '@typography', + ], }, async ({ page, browserName }) => { await loadPage(page, 'stories/components/data-table/tests/examples/limited-mode/checkboxes.tsx', 'en', item); @@ -1900,7 +2112,13 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { test(`Verify limited state for accordion in table when rowsLimit=${item.rowsLimit} columnsLimit=${item.columnsLimit}`, { tag: [TAG.PRIORITY_HIGH, - '@data-table'], + '@data-table', + '@base-components', + '@flex-box', + '@button', + '@typography', + '@widget-empty', + ], }, async ({ page, browserName }) => { await loadPage(page, 'stories/components/data-table/tests/examples/limited-mode/accordion.tsx', 'en', item); @@ -1983,7 +2201,12 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { test(`Verify limited state for base table keyboard interactions when overlay has one interactive element`, { tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, - '@data-table'], + '@data-table', + '@base-components', + '@flex-box', + '@button', + '@typography', + ], }, async ({ page, browserName }) => { await loadPage(page, 'stories/components/data-table/docs/examples/limited-mode.tsx', 'en', { rowsLimit: 2, columnsLimit: 1 }); @@ -2028,7 +2251,12 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { test(`Verify limited state for base table keyboard interactions when overlay has few interactive element`, { tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, - '@data-table'], + '@data-table', + '@base-components', + '@flex-box', + '@button', + '@typography', + ], }, async ({ page, browserName }) => { await loadPage(page, 'stories/components/data-table/tests/examples/limited-mode/sortable-table.tsx', 'en', { rowsLimit: 2, columnsLimit: 1 }); @@ -2065,7 +2293,11 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { test(`Verify limited state for table with rows and columns merging keyboard interactions when overlay without interactive element`, { tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, - '@data-table'], + '@data-table', + '@base-components', + '@flex-box', + '@typography', + ], }, async ({ page, browserName }) => { await loadPage(page, 'stories/components/data-table/tests/examples/limited-mode/row-and-column-merging.tsx', 'en', { rowsLimit: 1, columnsLimit: 2 }); @@ -2101,7 +2333,13 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { test(`Verify limited state for table with accordion keyboard and mouse interactions`, { tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, - '@data-table'], + '@data-table', + '@base-components', + '@flex-box', + '@button', + '@typography', + '@widget-empty', + ], }, async ({ page, browserName }) => { test.skip(browserName === 'webkit', 'Flaky focus handling in webkit'); await loadPage(page, 'stories/components/data-table/tests/examples/limited-mode/accordion.tsx', 'en', { rowsLimit: 1, columnsLimit: 2 }); diff --git a/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Card-variant-Verify-table-in-table-car-02273-t-defaul-use-secondary-and-compact-undefined-1-chromium-linux.png b/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Card-variant-Verify-table-in-table-car-02273-t-defaul-use-secondary-and-compact-undefined-1-chromium-linux.png index 48d748e30c..383267eebf 100644 Binary files a/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Card-variant-Verify-table-in-table-car-02273-t-defaul-use-secondary-and-compact-undefined-1-chromium-linux.png and b/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Card-variant-Verify-table-in-table-car-02273-t-defaul-use-secondary-and-compact-undefined-1-chromium-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Card-variant-Verify-table-in-table-car-02273-t-defaul-use-secondary-and-compact-undefined-1-firefox-linux.png b/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Card-variant-Verify-table-in-table-car-02273-t-defaul-use-secondary-and-compact-undefined-1-firefox-linux.png index 58c27a820e..6d919ef150 100644 Binary files a/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Card-variant-Verify-table-in-table-car-02273-t-defaul-use-secondary-and-compact-undefined-1-firefox-linux.png and b/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Card-variant-Verify-table-in-table-car-02273-t-defaul-use-secondary-and-compact-undefined-1-firefox-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Card-variant-Verify-table-in-table-car-02273-t-defaul-use-secondary-and-compact-undefined-1-webkit-linux.png b/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Card-variant-Verify-table-in-table-car-02273-t-defaul-use-secondary-and-compact-undefined-1-webkit-linux.png index cfc265d785..12feb11a8c 100644 Binary files a/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Card-variant-Verify-table-in-table-car-02273-t-defaul-use-secondary-and-compact-undefined-1-webkit-linux.png and b/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Card-variant-Verify-table-in-table-car-02273-t-defaul-use-secondary-and-compact-undefined-1-webkit-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Card-variant-Verify-table-in-table-car-07c78-riant-default-use-undefined-and-compact-true-1-chromium-linux.png b/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Card-variant-Verify-table-in-table-car-07c78-riant-default-use-undefined-and-compact-true-1-chromium-linux.png index 0917ed6041..1d13e644e0 100644 Binary files a/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Card-variant-Verify-table-in-table-car-07c78-riant-default-use-undefined-and-compact-true-1-chromium-linux.png and b/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Card-variant-Verify-table-in-table-car-07c78-riant-default-use-undefined-and-compact-true-1-chromium-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Card-variant-Verify-table-in-table-car-07c78-riant-default-use-undefined-and-compact-true-1-firefox-linux.png b/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Card-variant-Verify-table-in-table-car-07c78-riant-default-use-undefined-and-compact-true-1-firefox-linux.png index aeafe12c5f..87cedc5016 100644 Binary files a/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Card-variant-Verify-table-in-table-car-07c78-riant-default-use-undefined-and-compact-true-1-firefox-linux.png and b/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Card-variant-Verify-table-in-table-car-07c78-riant-default-use-undefined-and-compact-true-1-firefox-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Card-variant-Verify-table-in-table-car-07c78-riant-default-use-undefined-and-compact-true-1-webkit-linux.png b/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Card-variant-Verify-table-in-table-car-07c78-riant-default-use-undefined-and-compact-true-1-webkit-linux.png index f960d2a20a..88e3978797 100644 Binary files a/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Card-variant-Verify-table-in-table-car-07c78-riant-default-use-undefined-and-compact-true-1-webkit-linux.png and b/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Card-variant-Verify-table-in-table-car-07c78-riant-default-use-undefined-and-compact-true-1-webkit-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Card-variant-Verify-table-in-table-car-45fa6--default-use-undefined-and-compact-undefined-1-chromium-linux.png b/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Card-variant-Verify-table-in-table-car-45fa6--default-use-undefined-and-compact-undefined-1-chromium-linux.png index 1d78a28a23..673a3c29db 100644 Binary files a/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Card-variant-Verify-table-in-table-car-45fa6--default-use-undefined-and-compact-undefined-1-chromium-linux.png and b/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Card-variant-Verify-table-in-table-car-45fa6--default-use-undefined-and-compact-undefined-1-chromium-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Card-variant-Verify-table-in-table-car-45fa6--default-use-undefined-and-compact-undefined-1-firefox-linux.png b/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Card-variant-Verify-table-in-table-car-45fa6--default-use-undefined-and-compact-undefined-1-firefox-linux.png index b49a725418..45b8af1ef5 100644 Binary files a/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Card-variant-Verify-table-in-table-car-45fa6--default-use-undefined-and-compact-undefined-1-firefox-linux.png and b/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Card-variant-Verify-table-in-table-car-45fa6--default-use-undefined-and-compact-undefined-1-firefox-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Card-variant-Verify-table-in-table-car-45fa6--default-use-undefined-and-compact-undefined-1-webkit-linux.png b/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Card-variant-Verify-table-in-table-car-45fa6--default-use-undefined-and-compact-undefined-1-webkit-linux.png index f79ffec7b2..cf007d8b6a 100644 Binary files a/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Card-variant-Verify-table-in-table-car-45fa6--default-use-undefined-and-compact-undefined-1-webkit-linux.png and b/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Card-variant-Verify-table-in-table-car-45fa6--default-use-undefined-and-compact-undefined-1-webkit-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Card-variant-Verify-table-in-table-car-4b0ca-ant-card-use-undefined-and-compact-undefined-1-chromium-linux.png b/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Card-variant-Verify-table-in-table-car-4b0ca-ant-card-use-undefined-and-compact-undefined-1-chromium-linux.png index 825c56147e..b1cc01fe68 100644 Binary files a/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Card-variant-Verify-table-in-table-car-4b0ca-ant-card-use-undefined-and-compact-undefined-1-chromium-linux.png and b/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Card-variant-Verify-table-in-table-car-4b0ca-ant-card-use-undefined-and-compact-undefined-1-chromium-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Card-variant-Verify-table-in-table-car-4b0ca-ant-card-use-undefined-and-compact-undefined-1-firefox-linux.png b/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Card-variant-Verify-table-in-table-car-4b0ca-ant-card-use-undefined-and-compact-undefined-1-firefox-linux.png index 273272cba4..1ba98ba7cf 100644 Binary files a/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Card-variant-Verify-table-in-table-car-4b0ca-ant-card-use-undefined-and-compact-undefined-1-firefox-linux.png and b/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Card-variant-Verify-table-in-table-car-4b0ca-ant-card-use-undefined-and-compact-undefined-1-firefox-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Card-variant-Verify-table-in-table-car-4b0ca-ant-card-use-undefined-and-compact-undefined-1-webkit-linux.png b/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Card-variant-Verify-table-in-table-car-4b0ca-ant-card-use-undefined-and-compact-undefined-1-webkit-linux.png index cdaa205a03..efabed12f8 100644 Binary files a/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Card-variant-Verify-table-in-table-car-4b0ca-ant-card-use-undefined-and-compact-undefined-1-webkit-linux.png and b/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Card-variant-Verify-table-in-table-car-4b0ca-ant-card-use-undefined-and-compact-undefined-1-webkit-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Card-variant-Verify-table-in-table-car-69235--variant-card-use-undefined-and-compact-true-1-chromium-linux.png b/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Card-variant-Verify-table-in-table-car-69235--variant-card-use-undefined-and-compact-true-1-chromium-linux.png index 3309c546cb..2e2ae93034 100644 Binary files a/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Card-variant-Verify-table-in-table-car-69235--variant-card-use-undefined-and-compact-true-1-chromium-linux.png and b/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Card-variant-Verify-table-in-table-car-69235--variant-card-use-undefined-and-compact-true-1-chromium-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Card-variant-Verify-table-in-table-car-69235--variant-card-use-undefined-and-compact-true-1-firefox-linux.png b/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Card-variant-Verify-table-in-table-car-69235--variant-card-use-undefined-and-compact-true-1-firefox-linux.png index ed3bd9527b..7d1d6e7bc4 100644 Binary files a/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Card-variant-Verify-table-in-table-car-69235--variant-card-use-undefined-and-compact-true-1-firefox-linux.png and b/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Card-variant-Verify-table-in-table-car-69235--variant-card-use-undefined-and-compact-true-1-firefox-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Card-variant-Verify-table-in-table-car-69235--variant-card-use-undefined-and-compact-true-1-webkit-linux.png b/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Card-variant-Verify-table-in-table-car-69235--variant-card-use-undefined-and-compact-true-1-webkit-linux.png index 73029b0b68..a9c30c6b2b 100644 Binary files a/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Card-variant-Verify-table-in-table-car-69235--variant-card-use-undefined-and-compact-true-1-webkit-linux.png and b/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Card-variant-Verify-table-in-table-car-69235--variant-card-use-undefined-and-compact-true-1-webkit-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Card-variant-Verify-table-in-table-car-f4f5e-ant-card-use-secondary-and-compact-undefined-1-chromium-linux.png b/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Card-variant-Verify-table-in-table-car-f4f5e-ant-card-use-secondary-and-compact-undefined-1-chromium-linux.png index 5765cec1bf..a71b752983 100644 Binary files a/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Card-variant-Verify-table-in-table-car-f4f5e-ant-card-use-secondary-and-compact-undefined-1-chromium-linux.png and b/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Card-variant-Verify-table-in-table-car-f4f5e-ant-card-use-secondary-and-compact-undefined-1-chromium-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Card-variant-Verify-table-in-table-car-f4f5e-ant-card-use-secondary-and-compact-undefined-1-firefox-linux.png b/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Card-variant-Verify-table-in-table-car-f4f5e-ant-card-use-secondary-and-compact-undefined-1-firefox-linux.png index 5516eb75cd..a3bb4052d8 100644 Binary files a/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Card-variant-Verify-table-in-table-car-f4f5e-ant-card-use-secondary-and-compact-undefined-1-firefox-linux.png and b/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Card-variant-Verify-table-in-table-car-f4f5e-ant-card-use-secondary-and-compact-undefined-1-firefox-linux.png differ diff --git a/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Card-variant-Verify-table-in-table-car-f4f5e-ant-card-use-secondary-and-compact-undefined-1-webkit-linux.png b/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Card-variant-Verify-table-in-table-car-f4f5e-ant-card-use-secondary-and-compact-undefined-1-webkit-linux.png index cbf4d868a2..687e6891b3 100644 Binary files a/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Card-variant-Verify-table-in-table-car-f4f5e-ant-card-use-secondary-and-compact-undefined-1-webkit-linux.png and b/semcore/data-table/__tests__/data-table-states.browser-test.tsx-snapshots/-visual-Card-variant-Verify-table-in-table-car-f4f5e-ant-card-use-secondary-and-compact-undefined-1-webkit-linux.png differ 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..96c53f080f 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..cc4bf0ec1c 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..5b0da14510 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..3571e52059 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..f35fced8a4 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..2012dccb01 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..0ec4a1f7fe 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..b8edf60ae5 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..2535408aab 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..fc98eb7db6 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..f86a303659 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 b/semcore/data-table/__tests__/data-table-virtual-scroll.browser-test.tsx index aaa8b3ae7f..b5648e5d4e 100644 --- a/semcore/data-table/__tests__/data-table-virtual-scroll.browser-test.tsx +++ b/semcore/data-table/__tests__/data-table-virtual-scroll.browser-test.tsx @@ -41,7 +41,11 @@ test.describe(`${TAG.VISUAL}`, () => { test('Verify Mouse scroll when cells have different height', { tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, - '@data-table'], + '@data-table', + '@button-link', + '@button', + '@typography', + ], }, async ({ page }) => { await loadPage(page, 'stories/components/data-table/tests/examples/virtualization/header-content.tsx', 'en'); @@ -142,7 +146,9 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { test('Verify keyboard interactions with accordion and chart inside', { tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, - '@data-table'], + '@data-table', + '@d3-chart', + ], }, async ({ page }) => { await loadPage(page, 'stories/components/data-table/tests/examples/virtualization/accordion-inside-table.tsx', 'en'); @@ -185,7 +191,9 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { test('Verify mouse interactions with accordion and chart inside', { tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, - '@data-table'], + '@data-table', + '@d3-chart', + ], }, async ({ page }) => { await loadPage(page, 'stories/components/data-table/tests/examples/virtualization/accordion-inside-table.tsx', 'en'); 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..456cbeb34e 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..152b8895c9 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..4d94e7cfcf 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..e376245325 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..334b882767 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..57d2acfbf2 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..3fad3ab1a7 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..74d153136f 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..e088cb6915 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..5b6ef75318 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..74d153136f 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..773de576ac 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..7753d33afc 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..74d153136f 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..ef4b80e1ab 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..82919abb88 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..74d153136f 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..e0295c5c07 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..d230fe171d 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..0215ea4879 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..83d0b06147 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..7464582eb5 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..a60194f005 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..626be74add 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..204debbf19 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..0f48f764ff 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..a8b2bec40c 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..3c311a89f9 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..0f48f764ff 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..94c258dabd 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..2d9fc6234d 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..55c35291fd 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..7fc144392d 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..e68c50ed6d 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..09da51db12 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..7379f6c82b 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..156da334a0 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..669cd13efa 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..4e924f8830 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..046149ebb4 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..aca2e9d9b7 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..e399ea7820 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..d7d4b97588 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..eed4c38631 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..558d9efcfd 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..21f05a5848 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..f14f1e0fdd 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..93e6413e4d 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..bcff1a0a6e 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..32362f49dc 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..a95413e98a 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..bba3804c88 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..864992b4f8 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..3df655f16f 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..9de1958576 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..d042618d1f 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.01 140)); &: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.007 140)); } } 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.01 140)); 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.007 140)); } } @@ -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..743b48f2de 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.01 140)); } 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-bottom-1-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-bottom-1-chromium-linux.png index ff79fc7b02..7fb9db10c5 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-bottom-1-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-bottom-1-chromium-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-bottom-1-firefox-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-bottom-1-firefox-linux.png index 142726044a..9ed9087c66 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-bottom-1-firefox-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-bottom-1-firefox-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-bottom-1-webkit-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-bottom-1-webkit-linux.png index e0ed52e600..100568ce70 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-bottom-1-webkit-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-bottom-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-bottom-2-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-bottom-2-chromium-linux.png index 39735bf771..5f2f54fcfc 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-bottom-2-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-bottom-2-chromium-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-bottom-2-firefox-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-bottom-2-firefox-linux.png index 1d381883e1..4fedb412e7 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-bottom-2-firefox-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-bottom-2-firefox-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-bottom-2-webkit-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-bottom-2-webkit-linux.png index a90b897ded..66e9d0dfb2 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-bottom-2-webkit-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-bottom-2-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-bottom-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-bottom-3-chromium-linux.png index ee731af2c9..e7bffe236a 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-bottom-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-bottom-3-chromium-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-bottom-3-firefox-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-bottom-3-firefox-linux.png index 1e0bf7870b..327be2f9a2 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-bottom-3-firefox-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-bottom-3-firefox-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-bottom-3-webkit-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-bottom-3-webkit-linux.png index 92beb3f632..87bea95276 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-bottom-3-webkit-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-bottom-3-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-false-1-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-false-1-chromium-linux.png index b19995a08e..a648bb4f70 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-false-1-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-false-1-chromium-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-false-1-firefox-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-false-1-firefox-linux.png index 6f5cbc58c7..1326863f62 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-false-1-firefox-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-false-1-firefox-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-false-1-webkit-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-false-1-webkit-linux.png index cda6e89478..e81d99bd84 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-false-1-webkit-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-false-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-false-2-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-false-2-chromium-linux.png index 8e2a61def1..032f429cbd 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-false-2-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-false-2-chromium-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-false-2-firefox-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-false-2-firefox-linux.png index ccfa247073..92a3f339d9 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-false-2-firefox-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-false-2-firefox-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-false-2-webkit-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-false-2-webkit-linux.png index b490623649..4fc17f6bef 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-false-2-webkit-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-false-2-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-false-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-false-3-chromium-linux.png index ee731af2c9..e7bffe236a 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-false-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-false-3-chromium-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-false-3-firefox-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-false-3-firefox-linux.png index 1e0bf7870b..327be2f9a2 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-false-3-firefox-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-false-3-firefox-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-false-3-webkit-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-false-3-webkit-linux.png index 92beb3f632..87bea95276 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-false-3-webkit-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-false-3-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-1-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-1-chromium-linux.png index c72bfd92e8..1ec135977b 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-1-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-1-chromium-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-1-firefox-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-1-firefox-linux.png index 928a50825b..d4bcf47c1d 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-1-firefox-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-1-firefox-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-1-webkit-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-1-webkit-linux.png index b36983601e..454a2dfa58 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-1-webkit-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-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-2-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-2-chromium-linux.png index 366d74786f..fa7458ae11 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-2-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-2-chromium-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-2-firefox-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-2-firefox-linux.png index 633675c3cd..7aa7d19ef6 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-2-firefox-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-2-firefox-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-2-webkit-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-2-webkit-linux.png index b99f75925a..9d03202f6b 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-2-webkit-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-2-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..e7bffe236a 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/drag-and-drop/__tests__/drag-and-drop.browser-test.tsx-snapshots/-visual-Verify-Dnd-when-drag-and-drop-marker-position-is-left-3-firefox-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-firefox-linux.png index 1e0bf7870b..327be2f9a2 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-firefox-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-firefox-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-webkit-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-webkit-linux.png index 92beb3f632..87bea95276 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-webkit-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-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-right-1-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-right-1-chromium-linux.png index 813353e230..be2a3aa705 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-right-1-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-right-1-chromium-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-right-1-firefox-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-right-1-firefox-linux.png index 2f245ec42e..4fcc3a3e17 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-right-1-firefox-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-right-1-firefox-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-right-1-webkit-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-right-1-webkit-linux.png index ad6fcb42eb..7fcbdcba1e 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-right-1-webkit-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-right-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-right-2-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-right-2-chromium-linux.png index 009a5a6529..07ad7876a7 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-right-2-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-right-2-chromium-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-right-2-firefox-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-right-2-firefox-linux.png index 9f9a83c00b..a24adbd232 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-right-2-firefox-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-right-2-firefox-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-right-2-webkit-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-right-2-webkit-linux.png index 37e4aee81f..91500d2e37 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-right-2-webkit-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-right-2-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-right-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-right-3-chromium-linux.png index ff716cb7fe..e7bffe236a 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-right-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-right-3-chromium-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-right-3-firefox-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-right-3-firefox-linux.png index 1e0bf7870b..327be2f9a2 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-right-3-firefox-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-right-3-firefox-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-right-3-webkit-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-right-3-webkit-linux.png index 92beb3f632..87bea95276 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-right-3-webkit-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-right-3-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-top-1-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-top-1-chromium-linux.png index c2c4a6df30..48b09991c4 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-top-1-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-top-1-chromium-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-top-1-firefox-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-top-1-firefox-linux.png index d15406ff43..07bf7d8ae2 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-top-1-firefox-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-top-1-firefox-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-top-1-webkit-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-top-1-webkit-linux.png index 7e5058eca2..cef8a382f1 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-top-1-webkit-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-top-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-top-2-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-top-2-chromium-linux.png index 70f8100bad..7e961cfe98 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-top-2-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-top-2-chromium-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-top-2-firefox-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-top-2-firefox-linux.png index ace59221df..682d5ace47 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-top-2-firefox-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-top-2-firefox-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-top-2-webkit-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-top-2-webkit-linux.png index 102e7a700d..7f2d277a66 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-top-2-webkit-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-top-2-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-top-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-top-3-chromium-linux.png index ee731af2c9..98fda9565b 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-top-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-top-3-chromium-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-top-3-firefox-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-top-3-firefox-linux.png index 1e0bf7870b..327be2f9a2 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-top-3-firefox-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-top-3-firefox-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-top-3-webkit-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-top-3-webkit-linux.png index 92beb3f632..87bea95276 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-top-3-webkit-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-top-3-webkit-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..cb128ef669 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. @@ -107,7 +119,8 @@ Visual states, hover and focus styles, paddings, margins, and snapshots. test.describe(`${TAG.VISUAL} `, () => { test('Verify focus on base dropdown menu', { tag: [TAG.PRIORITY_HIGH, - '@dropdown-menu'], + '@dropdown-menu', + '@button'], }, async ({ page }) => { await loadPage(page, 'stories/components/dropdown-menu/docs/examples/the_second_method.tsx', 'en'); @@ -145,6 +158,10 @@ test.describe(`${TAG.VISUAL} `, () => { tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, '@dropdown-menu', + '@button', + '@link', + '@spin-container', + '@typography', '@notice'], }, async ({ page }) => { await loadPage(page, 'stories/components/dropdown-menu/docs/examples/dropdown-menu.tsx', 'en'); @@ -174,7 +191,11 @@ test.describe(`${TAG.VISUAL} `, () => { test(`Verify base dropdown with size=${item.size} disabledAll=${item.disabledAll} stretch=${item.stretch} visible=${item.visible}`, { tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, - '@dropdown-menu'], + '@dropdown-menu', + '@base-components', + '@flex-box', + '@button', + '@divider'], }, async ({ page, browserName }) => { await loadPage(page, 'stories/components/dropdown-menu/tests/examples/dropdown-base-props.tsx', 'en', item); const itemHoverBg = await getCssVarColor(page, '--intergalactic-dropdown-menu-item-hover'); @@ -231,7 +252,10 @@ test.describe(`${TAG.VISUAL} `, () => { test(`Verify multiselect dropdown with size=${item.size} disabledAll=${item.disabledAll} stretch=${item.stretch} visible=${item.visible}`, { tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, - '@dropdown-menu'], + '@dropdown-menu', + '@base-components', + '@flex-box', + '@button'], }, async ({ page }) => { await loadPage(page, 'stories/components/dropdown-menu/tests/examples/multiselect-props.tsx', 'en', item); @@ -267,7 +291,10 @@ test.describe(`${TAG.VISUAL} `, () => { test(`Verify selectable radio dropdown with size=${item.size} disabledAll=${item.disabledAll} stretch=${item.stretch} visible=${item.visible}`, { tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, - '@dropdown-menu'], + '@dropdown-menu', + '@base-components', + '@flex-box', + '@button'], }, async ({ page, browserName }) => { await loadPage(page, 'stories/components/dropdown-menu/tests/examples/selectable-props.tsx', 'en', item); const itemHoverBg = await getCssVarColor(page, '--intergalactic-dropdown-menu-item-hover'); @@ -360,7 +387,12 @@ test.describe(`${TAG.VISUAL} `, () => { test('Verify menu items types with badges, icons and other content', { tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, - '@dropdown-menu'], + '@dropdown-menu', + '@button', + '@badge', + '@counter', + '@switch', + '@tooltip'], }, async ({ page }) => { await loadPage(page, 'stories/components/dropdown-menu/tests/examples/list_item_types.tsx', 'en'); @@ -414,7 +446,10 @@ test.describe(`${TAG.VISUAL} `, () => { test('Verify focus on dropdown menu with actions in items ', { tag: [TAG.PRIORITY_HIGH, - '@dropdown-menu'], + '@dropdown-menu', + '@base-components', + '@flex-box', + '@button'], }, async ({ page }) => { await loadPage(page, 'stories/components/dropdown-menu/docs/examples/item_actions.tsx', 'en'); @@ -463,7 +498,10 @@ test.describe(`${TAG.VISUAL} `, () => { test('Verify focus on Selectable radio', { tag: [TAG.PRIORITY_HIGH, - '@dropdown-menu'], + '@dropdown-menu', + '@base-components', + '@flex-box', + '@button'], }, async ({ page }) => { await loadPage(page, 'stories/components/dropdown-menu/docs/examples/selectable_radio_items.tsx', 'en'); @@ -486,7 +524,10 @@ test.describe(`${TAG.VISUAL} `, () => { test('Verify Selectable radio after mouse interaction', { tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, - '@dropdown-menu'], + '@dropdown-menu', + '@base-components', + '@flex-box', + '@button'], }, async ({ page, browserName }) => { await loadPage(page, 'stories/components/dropdown-menu/docs/examples/selectable_radio_items.tsx', 'en'); @@ -525,7 +566,8 @@ test.describe(`${TAG.VISUAL} `, () => { test('Verify Multiselect items focus', { tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, - '@dropdown-menu'], + '@dropdown-menu', + '@button'], }, async ({ page }) => { await loadPage(page, 'stories/components/dropdown-menu/docs/examples/multiselect_items.tsx', 'en'); @@ -551,7 +593,9 @@ test.describe(`${TAG.VISUAL} `, () => { tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, TAG.MOUSE, - '@dropdown-menu'], + '@dropdown-menu', + '@button', + '@typography'], }, async ({ page }) => { await loadPage(page, 'stories/components/dropdown-menu/tests/examples/with_ellipsis.tsx', 'en', { hintPlacement: 'bottom' }); @@ -594,7 +638,15 @@ test.describe(`${TAG.VISUAL} `, () => { test('Verify virtual scroll by keyboard', { tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, - '@dropdown-menu'], + '@dropdown-menu', + '@base-components', + '@flex-box', + '@base-trigger', + '@button-trigger', + '@button', + '@divider', + '@select', + '@typography'], }, async ({ page, browserName }) => { if (browserName != 'chromium') test.skip(); await loadPage(page, 'stories/components/dropdown-menu/advanced/examples/project-selector.tsx', 'en'); @@ -637,11 +689,20 @@ test.describe(`${TAG.VISUAL} `, () => { test('Verify Virtual scroll by Mouse ', { tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, - '@dropdown-menu'], + '@dropdown-menu', + '@base-components', + '@flex-box', + '@base-trigger', + '@button-trigger', + '@button', + '@divider', + '@select', + '@typography'], }, async ({ page, browserName }) => { 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 +718,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(); }); @@ -666,7 +727,15 @@ test.describe(`${TAG.VISUAL} `, () => { test('Verify keyboard interactions with menu with sticky groups', { tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, - '@dropdown-menu'], + '@dropdown-menu', + '@base-components', + '@flex-box', + '@base-trigger', + '@button-trigger', + '@button', + '@divider', + '@select', + '@typography'], }, async ({ page, browserName }) => { await loadPage(page, 'stories/components/dropdown-menu/docs/examples/sticky_groups.tsx', 'en'); @@ -709,7 +778,15 @@ test.describe(`${TAG.VISUAL} `, () => { test('Verify mouse interactions with menu with sticky groups', { tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, - '@dropdown-menu'], + '@dropdown-menu', + '@base-components', + '@flex-box', + '@base-trigger', + '@button-trigger', + '@button', + '@divider', + '@select', + '@typography'], }, async ({ page, browserName }) => { await loadPage(page, 'stories/components/dropdown-menu/docs/examples/sticky_groups.tsx', 'en'); @@ -755,7 +832,12 @@ test.describe(`${TAG.VISUAL} `, () => { for (const size of ['m', 'l'] as const) { test(`Verify nothing-found status appearance with size ${size}`, { - tag: [TAG.PRIORITY_MEDIUM, '@dropdown-menu'], + tag: [ + TAG.PRIORITY_MEDIUM, + '@dropdown-menu', + '@button', + '@select', + ], }, async ({ page }) => { await loadPage(page, statusItemStory, 'en', { showSearch: true, size }); @@ -782,7 +864,8 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { test('Verify mouse interactions with Base dropdown menu', { tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, - '@dropdown-menu'], + '@dropdown-menu', + '@button'], }, async ({ page }) => { await loadPage(page, 'stories/components/dropdown-menu/docs/examples/basic.tsx', 'en'); @@ -825,7 +908,8 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { test('Verify keyboard interactions with Base dropdown menu', { tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, - '@dropdown-menu'], + '@dropdown-menu', + '@button'], }, async ({ page }) => { await loadPage(page, 'stories/components/dropdown-menu/docs/examples/basic.tsx', 'en'); @@ -881,6 +965,10 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, '@dropdown-menu', + '@button', + '@link', + '@spin-container', + '@typography', '@notice'], }, async ({ page }) => { await loadPage(page, 'stories/components/dropdown-menu/docs/examples/dropdown-menu.tsx', 'en'); @@ -927,7 +1015,10 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { test('Verify Keyboard interaction when items with action buttons', { tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, - '@dropdown-menu'], + '@dropdown-menu', + '@base-components', + '@flex-box', + '@button'], }, async ({ page }) => { await loadPage(page, 'stories/components/dropdown-menu/docs/examples/item_actions.tsx', 'en'); @@ -1056,7 +1147,12 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { test('Verify Keyboard interaction in nested menus with focusable elements', { tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, - '@dropdown-menu'], + '@dropdown-menu', + '@base-components', + '@flex-box', + '@button', + '@divider', + '@input-number'], }, async ({ page }) => { await loadPage(page, 'stories/components/dropdown-menu/docs/examples/nested_with_focusable.tsx', 'en'); @@ -1126,7 +1222,12 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { test('Verify mouse interaction in nested menus with focusable elements', { tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, - '@dropdown-menu'], + '@dropdown-menu', + '@base-components', + '@flex-box', + '@button', + '@divider', + '@input-number'], }, async ({ page }) => { await loadPage(page, 'stories/components/dropdown-menu/docs/examples/nested_with_focusable.tsx', 'en'); @@ -1164,7 +1265,8 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { test('Verify Keyboard interaction when On Visible controlled', { tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, - '@dropdown-menu'], + '@dropdown-menu', + '@button'], }, async ({ page }) => { await loadPage(page, 'stories/components/dropdown-menu/tests/examples/on-visible-2nd.tsx', 'en'); @@ -1186,7 +1288,8 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { test('Verify mouse interaction when On Visible controlled', { tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, - '@dropdown-menu'], + '@dropdown-menu', + '@button'], }, async ({ page }) => { await loadPage(page, 'stories/components/dropdown-menu/tests/examples/on-visible-2nd.tsx', 'en'); @@ -1201,7 +1304,10 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { test('Verify Selectable radio keyboard interaction', { tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, - '@dropdown-menu'], + '@dropdown-menu', + '@base-components', + '@flex-box', + '@button'], }, async ({ page }) => { await loadPage(page, 'stories/components/dropdown-menu/docs/examples/selectable_radio_items.tsx', 'en'); @@ -1283,7 +1389,8 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { test('Verify Multiselect items keyboard interaction', { tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, - '@dropdown-menu'], + '@dropdown-menu', + '@button'], }, async ({ page }) => { await loadPage(page, 'stories/components/dropdown-menu/docs/examples/multiselect_items.tsx', 'en'); @@ -1328,7 +1435,8 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { test('Verify Multiselect items mouse interaction', { tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, - '@dropdown-menu'], + '@dropdown-menu', + '@button'], }, async ({ page }) => { await loadPage(page, 'stories/components/dropdown-menu/docs/examples/multiselect_items.tsx', 'en'); @@ -1367,26 +1475,39 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { test('Verify Items render in DD with Virtual scroll ', { tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, - '@dropdown-menu'], + '@dropdown-menu', + '@base-components', + '@flex-box', + '@base-trigger', + '@button-trigger', + '@button', + '@divider', + '@select', + '@typography'], }, async ({ page }) => { await loadPage(page, 'stories/components/dropdown-menu/advanced/examples/project-selector.tsx', 'en', { visibleItems: 10 }); 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 ', { tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, - '@dropdown-menu'], + '@dropdown-menu', + '@base-trigger', + '@filter-trigger', + '@select'], }, async ({ page }) => { await loadPage(page, 'stories/components/dropdown-menu/tests/examples/test-with-content-on-page.tsx', 'en'); @@ -1401,7 +1522,10 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { test('Verify Focus on input search when menu opened by mouse ', { tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, - '@dropdown-menu'], + '@dropdown-menu', + '@base-trigger', + '@filter-trigger', + '@select'], }, async ({ page }) => { await loadPage(page, 'stories/components/dropdown-menu/tests/examples/test-with-content-on-page.tsx', 'en'); @@ -1416,7 +1540,13 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { test('Verify focus order', { tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, - '@dropdown-menu'], + '@dropdown-menu', + '@base-components', + '@flex-box', + '@counter', + '@ellipsis', + '@input-tags', + '@typography'], }, async ({ page, browserName }) => { await loadPage(page, 'stories/components/dropdown-menu/advanced/examples/input_tags_trigger.tsx', 'en'); @@ -1454,7 +1584,11 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { test('Verify focus when all items disabled by keyboard', { tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, - '@dropdown-menu'], + '@dropdown-menu', + '@base-components', + '@flex-box', + '@button', + '@divider'], }, async ({ page }) => { await loadPage(page, 'stories/components/dropdown-menu/tests/examples/dropdown-base-props.tsx', 'en', { size: 'm', @@ -1478,7 +1612,11 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { test('Verify focus skips first disabled item by keyboard', { tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, - '@dropdown-menu'], + '@dropdown-menu', + '@base-components', + '@flex-box', + '@button', + '@divider'], }, async ({ page }) => { await loadPage(page, 'stories/components/dropdown-menu/tests/examples/dropdown-base-props.tsx', 'en', { size: 'm', @@ -1502,7 +1640,11 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { test('Verify focus skips first disabled item by mouse and arrow', { tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, - '@dropdown-menu'], + '@dropdown-menu', + '@base-components', + '@flex-box', + '@button', + '@divider'], }, async ({ page }) => { await loadPage(page, 'stories/components/dropdown-menu/tests/examples/dropdown-base-props.tsx', 'en', { size: 'm', @@ -1521,7 +1663,10 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { test('Verify focus when all items disabled in multiselect by keyboard', { tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, - '@dropdown-menu'], + '@dropdown-menu', + '@base-components', + '@flex-box', + '@button'], }, async ({ page }) => { await loadPage(page, 'stories/components/dropdown-menu/tests/examples/multiselect-props.tsx', 'en', { size: 'm', @@ -1550,7 +1695,10 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { test('Verify focus when all items disabled in selectable by keyboard', { tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, - '@dropdown-menu'], + '@dropdown-menu', + '@base-components', + '@flex-box', + '@button'], }, async ({ page }) => { await loadPage(page, 'stories/components/dropdown-menu/tests/examples/selectable-props.tsx', 'en', { size: 'm', @@ -1589,7 +1737,10 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { test('Verify ArrowUp reaches all enabled selectable items when first items are disabled', { tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, - '@dropdown-menu'], + '@dropdown-menu', + '@base-components', + '@flex-box', + '@button'], }, async ({ page }) => { await loadPage(page, 'stories/components/dropdown-menu/tests/examples/selectable-props.tsx', 'en', { size: 'm', @@ -1648,7 +1799,10 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { test('Verify arrows skip disabled last selectable item', { tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, - '@dropdown-menu'], + '@dropdown-menu', + '@base-components', + '@flex-box', + '@button'], }, async ({ page }) => { await loadPage(page, 'stories/components/dropdown-menu/tests/examples/selectable-props.tsx', 'en', { size: 'm', @@ -1684,7 +1838,10 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { test('Verify focus skips first disabled item in nested menu', { tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, - '@dropdown-menu'], + '@dropdown-menu', + '@base-components', + '@flex-box', + '@button'], }, async ({ page }) => { await loadPage(page, 'stories/components/dropdown-menu/tests/examples/nested-menu-props.tsx', 'en', { size: 'm', @@ -1735,7 +1892,14 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { }; test('Verify screen-reader result count when items are found', { - tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, TAG.ACCESSIBILITY, '@dropdown-menu'], + tag: [ + TAG.PRIORITY_HIGH, + TAG.MOUSE, + TAG.ACCESSIBILITY, + '@dropdown-menu', + '@button', + '@select', + ], }, async ({ page }) => { await loadPage(page, statusItemStory, 'en', { showSearch: true }); @@ -1753,7 +1917,13 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { }); test('Verify visible "Nothing found" when no items match', { - tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, '@dropdown-menu'], + tag: [ + TAG.PRIORITY_HIGH, + TAG.MOUSE, + '@dropdown-menu', + '@button', + '@select', + ], }, async ({ page }) => { await loadPage(page, statusItemStory, 'en', { showSearch: true }); @@ -1770,7 +1940,13 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { }); test('Verify loading state text is shown', { - tag: [TAG.PRIORITY_MEDIUM, TAG.MOUSE, '@dropdown-menu'], + tag: [ + TAG.PRIORITY_MEDIUM, + TAG.MOUSE, + '@dropdown-menu', + '@button', + '@select', + ], }, async ({ page }) => { await loadPage(page, statusItemStory, 'en', { showSearch: true, state: 'loading' }); @@ -1784,7 +1960,13 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { }); test('Verify error state text is shown', { - tag: [TAG.PRIORITY_MEDIUM, TAG.MOUSE, '@dropdown-menu'], + tag: [ + TAG.PRIORITY_MEDIUM, + TAG.MOUSE, + '@dropdown-menu', + '@button', + '@select', + ], }, async ({ page }) => { await loadPage(page, statusItemStory, 'en', { showSearch: true, state: 'error' }); @@ -1800,7 +1982,13 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { }); test('Verify custom children override the default status text', { - tag: [TAG.PRIORITY_MEDIUM, TAG.MOUSE, '@dropdown-menu'], + tag: [ + TAG.PRIORITY_MEDIUM, + TAG.MOUSE, + '@dropdown-menu', + '@button', + '@select', + ], }, async ({ page }) => { await loadPage(page, statusItemStory, 'en', { showSearch: true, 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..8665a17324 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..6532843bca 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..d7ec0a2bab 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..b7fa14eeb1 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..5e2c27addb 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..a20afb1d82 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..880fe2a966 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..bce8a23a9a 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..76f117f604 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..f9f790b93d 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..3478d248ce 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..a89e291cb0 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..d5694ea7c5 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..ca578904ee 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..a3e4dc744c 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..37762cca86 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..6cc7bcde52 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..2951626579 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..17e288c910 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 b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx index c350bc6cdb..f2a3757335 100644 --- a/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx +++ b/semcore/feature-highlight/__tests__/feature-highlight.browser-test.tsx @@ -97,7 +97,7 @@ test.describe(`${TAG.VISUAL} `, () => { variables.forEach((item) => { test(`Verify Button use = ${item.use} showBadge=${item.showBadge} showIcon=${item.showIcon} disabled=${item.disabled} size=${item.size} active=${item.active} loading=${item.loading} useBadge=${item.useBadge} `, { - tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, TAG.MOUSE, '@feature-highlight', '@button'], + tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, TAG.MOUSE, '@feature-highlight', '@button', '@base-components', '@flex-box'], }, async ({ page, browserName }) => { await loadPage(page, 'stories/components/feature-highlight/tests/examples/button.tsx', 'en', item); @@ -140,7 +140,7 @@ test.describe(`${TAG.VISUAL} `, () => { variables.forEach((item) => { test(`Verify Pills disabled=${item.disabled} size=${item.size} showBadge=${item.showBadge}`, { - tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, '@feature-highlight', '@pills'], + tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, '@feature-highlight', '@pills', '@base-components', '@flex-box'], }, async ({ page }) => { await loadPage(page, 'stories/components/feature-highlight/tests/examples/pills/pills.tsx', 'en', item); @@ -185,7 +185,7 @@ test.describe(`${TAG.VISUAL} `, () => { variables.forEach((item) => { test(`Verify Input disabled=${item.disabled} size=${item.size} state=${item.state} showBadge=${item.showBadge}`, { - tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, '@feature-highlight', '@input'], + tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, '@feature-highlight', '@input', '@base-components', '@flex-box'], }, async ({ page }) => { await loadPage(page, 'stories/components/feature-highlight/tests/examples/input.tsx', 'en', item); @@ -223,7 +223,7 @@ test.describe(`${TAG.VISUAL} `, () => { variables.forEach((item) => { test(`Verify Switch disabled=${item.disabled} size=${item.size} checked=${item.checked} showBadge=${item.showBadge}`, { - tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, '@feature-highlight', '@switch'], + tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, '@feature-highlight', '@switch', '@base-components', '@flex-box'], }, async ({ page }) => { await loadPage(page, 'stories/components/feature-highlight/tests/examples/switch-fh.tsx', 'en', item); @@ -259,7 +259,7 @@ test.describe(`${TAG.VISUAL} `, () => { test.describe(`DataTableFH`, () => { test('Verify Data table styles', { - tag: [TAG.PRIORITY_HIGH, '@feature-highlight', '@data-table'], + tag: [TAG.PRIORITY_HIGH, '@feature-highlight', '@data-table', '@base-components', '@flex-box'], }, async ({ page }) => { await loadPage(page, 'stories/components/feature-highlight/docs/examples/data-table.tsx', 'en'); @@ -297,7 +297,7 @@ test.describe(`${TAG.VISUAL} `, () => { variables.forEach((item) => { test(`Verify Tabline disabled = ${item.disabled} size = ${item.size} showBadge = ${item.showBadge}`, { - tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, TAG.MOUSE, '@feature-highlight', '@tabline'], + tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, TAG.MOUSE, '@feature-highlight', '@tabline', '@base-components', '@flex-box'], }, async ({ page }) => { await loadPage(page, 'stories/components/feature-highlight/tests/examples/tabline.tsx', 'en', item); @@ -338,7 +338,7 @@ test.describe(`${TAG.VISUAL} `, () => { variables.forEach((item) => { test(`Verify Radio disabled=${item.disabled} size=${item.size} state=${item.state} showBadge=${item.showBadge} showIcon=${item.showIcon}`, { - tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, '@feature-highlight', '@radio'], + tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, '@feature-highlight', '@radio', '@base-components', '@flex-box', '@typography'], }, async ({ page, browserName }) => { await loadPage(page, 'stories/components/feature-highlight/tests/examples/radio.tsx', 'en', item); @@ -390,7 +390,7 @@ test.describe(`${TAG.VISUAL} `, () => { variables.forEach((item) => { test(`Verify Checkbox disabled = ${item.disabled} size = ${item.size} state = ${item.state} checked = ${item.checked} showBadge = ${item.showBadge}`, { - tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, '@feature-highlight', '@checkbox'], + tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, '@feature-highlight', '@checkbox', '@base-components', '@flex-box', '@typography'], }, async ({ page }) => { await loadPage(page, 'stories/components/feature-highlight/tests/examples/checkbox.tsx', 'en', item); @@ -440,7 +440,7 @@ test.describe(`${TAG.VISUAL} `, () => { variables.forEach((item) => { test(`Verify Select disabled=${item.disabled} size=${item.size} state=${item.state} showBadge=${item.showBadge}`, { - tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, TAG.MOUSE, '@feature-highlight', '@select'], + tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, TAG.MOUSE, '@feature-highlight', '@select', '@base-components', '@flex-box'], }, async ({ page }) => { await loadPage(page, 'stories/components/feature-highlight/tests/examples/select.tsx', 'en', item); @@ -491,7 +491,7 @@ test.describe(`${TAG.VISUAL} `, () => { variables.forEach((item) => { test(`Verify Notice showTitle=${item.showTitle} showActions=${item.showActions} iconType=${item.iconType} `, { - tag: [TAG.PRIORITY_HIGH, '@feature-highlight', '@notice'], + tag: [TAG.PRIORITY_HIGH, '@feature-highlight', '@notice', '@base-components', '@flex-box', '@typography'], }, async ({ page }) => { await loadPage(page, 'stories/components/feature-highlight/tests/examples/notice/notice.tsx', 'en', item); @@ -502,7 +502,7 @@ test.describe(`${TAG.VISUAL} `, () => { }); test('Verify Notice advanced mode rendering', { - tag: [TAG.PRIORITY_HIGH, '@feature-highlight', '@notice'], + tag: [TAG.PRIORITY_HIGH, '@feature-highlight', '@notice', '@base-components', '@flex-box', '@typography'], }, async ({ page }) => { await loadPage(page, 'stories/components/feature-highlight/tests/examples/notice/notice-advanced-mode.tsx', 'en'); 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..14b1e6ba35 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..768ebde698 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..017c2b34f1 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..7ef32659c9 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..697f42af7a 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..c713d6b276 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..23cf70b4a5 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..4c0c3bd122 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..f98fb0e571 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..dc32e30180 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..f98fb0e571 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..dc32e30180 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..302d5be25e 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..d83c35a43e 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..4407a7fe74 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..f0b90b8e56 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-firefox-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-firefox-linux.png index 810ab7eb58..af6602d503 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-firefox-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-firefox-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..8cb587062e 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..302d5be25e 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..d83c35a43e 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..4407a7fe74 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..3d6f24d677 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..95d966c85f 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..51f38497d6 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..30fe7afd01 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..e72113f90a 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..71f71b12ce 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..3cbaba47bd 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..79732b29d3 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..b277520d98 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..79732b29d3 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..b277520d98 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..b4b33c660a 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..99c588aff7 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..d0999459ee 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-firefox-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-firefox-linux.png index 14c2d3bd1f..643f9c1b67 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-firefox-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-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-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..7f69cd45f0 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..b4b33c660a 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..99c588aff7 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..8d0681149e 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..a2dac14d1c 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..8d0681149e 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..a2dac14d1c 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..9de73b52a3 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..6fcf443671 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..ab09439fc0 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..fac07917b7 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..5f7174bece 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..3ae56bb56d 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..c4f4657eea 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..e523f7134f 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..e8109a6a30 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..fd9dcafd38 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..3931ab3b24 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..2c2942360e 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..75b99e0bf7 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..50ca864ca8 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..9ed4a8294c 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..9e43f2d5e3 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-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-1-firefox-linux.png index 4f458f0f43..eb88faac10 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-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-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-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..b43450c983 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..dde5445e35 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..73ca2a960b 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..d0254dbeb4 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..a7e206e7e5 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..13e288f976 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..97bbeff653 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..7f4222ef7d 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..932597d04b 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..9465f15344 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..46b3b70003 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..4c4bdce454 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..452501d5af 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..590efbfadf 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..f0c7852595 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..78c158d881 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 b/semcore/feedback-form/__tests__/feedback-form.browser-test.tsx index 774448fa97..1d63943f36 100644 --- a/semcore/feedback-form/__tests__/feedback-form.browser-test.tsx +++ b/semcore/feedback-form/__tests__/feedback-form.browser-test.tsx @@ -34,7 +34,15 @@ test.describe(`${TAG.VISUAL}`, () => { test('Verify base feedback form styles', { tag: [ TAG.PRIORITY_HIGH, - '@feedback-form'], + '@feedback-form', + '@base-components', + '@flex-box', + '@button-link', + '@dropdown', + '@input', + '@link', + '@textarea', + '@typography'], }, async ({ page }) => { await loadPage(page, 'stories/components/feedback/docs/examples/default_feedback_form.tsx', 'en'); @@ -93,7 +101,15 @@ test.describe(`${TAG.VISUAL}`, () => { test('Verify base feedback form loading styles', { tag: [ TAG.PRIORITY_HIGH, - '@feedback-form'], + '@feedback-form', + '@base-components', + '@flex-box', + '@button-link', + '@dropdown', + '@input', + '@link', + '@textarea', + '@typography'], }, async ({ page, browserName }) => { await loadPage(page, 'stories/components/feedback/tests/examples/feedback_form_theme_loading.tsx', 'en'); if (browserName == 'webkit') test.skip(); // unstable @@ -131,7 +147,15 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { tag: [ TAG.PRIORITY_HIGH, TAG.KEYBOARD, - '@feedback-form'], + '@feedback-form', + '@base-components', + '@flex-box', + '@button-link', + '@dropdown', + '@input', + '@link', + '@textarea', + '@typography'], }, async ({ page }) => { await loadPage(page, 'stories/components/feedback/docs/examples/default_feedback_form.tsx', 'en'); @@ -252,7 +276,15 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { tag: [ TAG.PRIORITY_HIGH, TAG.KEYBOARD, - '@feedback-form'], + '@feedback-form', + '@base-components', + '@flex-box', + '@button-link', + '@dropdown', + '@input', + '@link', + '@textarea', + '@typography'], }, async ({ page }) => { await loadPage(page, 'stories/components/feedback/docs/examples/default_feedback_form.tsx', 'en'); @@ -286,7 +318,15 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { tag: [ TAG.PRIORITY_HIGH, TAG.MOUSE, - '@feedback-form'], + '@feedback-form', + '@base-components', + '@flex-box', + '@button-link', + '@dropdown', + '@input', + '@link', + '@textarea', + '@typography'], }, async ({ page }) => { await loadPage(page, 'stories/components/feedback/docs/examples/default_feedback_form.tsx', 'en'); 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 b/semcore/feedback-form/__tests__/five-star-form.browser-test.tsx index 3a6875a2ff..5a3a17db58 100644 --- a/semcore/feedback-form/__tests__/five-star-form.browser-test.tsx +++ b/semcore/feedback-form/__tests__/five-star-form.browser-test.tsx @@ -34,7 +34,9 @@ test.describe(`${TAG.VISUAL}`, () => { test('Verify five stars form base example styles', { tag: [ TAG.PRIORITY_HIGH, - '@feedback-form'], + '@feedback-form', + '@button', + '@link'], }, async ({ page, browserName }) => { await loadPage(page, 'stories/patterns/ux-patterns/feedback-rating/docs/examples/feedback_rating_form.tsx', 'en'); const checkboxInput = page.getByRole('checkbox'); @@ -117,7 +119,9 @@ test.describe(`${TAG.VISUAL}`, () => { test('Verify feedback rating with error notice on submit', { tag: [ TAG.PRIORITY_HIGH, - '@feedback-form'], + '@feedback-form', + '@button', + '@link'], }, async ({ page }) => { await loadPage(page, 'stories/patterns/ux-patterns/feedback-rating/tests/examples/with-error-on-send.tsx', 'en'); @@ -133,7 +137,9 @@ test.describe(`${TAG.VISUAL}`, () => { test('Verify feedback rating notice with title and subtitle', { tag: [ TAG.PRIORITY_HIGH, - '@feedback-form'], + '@feedback-form', + '@button', + '@link'], }, async ({ page }) => { await loadPage(page, 'stories/patterns/ux-patterns/feedback-rating/tests/examples/with-title-and-subtitle.tsx', 'en'); @@ -143,7 +149,10 @@ test.describe(`${TAG.VISUAL}`, () => { test('Verify feedback rating notice with illustration and feature highlight notice', { tag: [ TAG.PRIORITY_HIGH, - '@feedback-form'], + '@feedback-form', + '@button', + '@feature-highlight', + '@link'], }, async ({ page }) => { await loadPage(page, 'stories/patterns/ux-patterns/feedback-rating/tests/examples/with-custom-illustration-and-notice.tsx', 'en'); @@ -154,7 +163,12 @@ test.describe(`${TAG.VISUAL}`, () => { tag: [ TAG.PRIORITY_HIGH, '@feedback-form', - '@select'], + '@base-components', + '@flex-box', + '@button', + '@link', + '@select', + '@typography'], }, async ({ page }) => { await loadPage(page, 'stories/patterns/ux-patterns/feedback-rating/tests/examples/modal-width-variants.tsx', 'en'); @@ -191,7 +205,9 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { tag: [ TAG.PRIORITY_HIGH, TAG.KEYBOARD, - '@feedback-form'], + '@feedback-form', + '@button', + '@link'], }, async ({ page, browserName }) => { await loadPage(page, 'stories/patterns/ux-patterns/feedback-rating/docs/examples/feedback_rating_form.tsx', 'en'); @@ -312,7 +328,9 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { tag: [ TAG.PRIORITY_HIGH, TAG.MOUSE, - '@feedback-form'], + '@feedback-form', + '@button', + '@link'], }, async ({ page, browserName }) => { await loadPage(page, 'stories/patterns/ux-patterns/feedback-rating/docs/examples/feedback_rating_form.tsx', 'en'); 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..5efa62e7e0 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..f6b09ab545 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..f5bcda5e20 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..efc79c2aac 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..f8fe72ed86 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..2cf3e67d88 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..390fd75824 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..5a22373598 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..6265e18306 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 b/semcore/feedback-form/__tests__/yes-no-form.browser-test.tsx index b972cd8041..8030018d29 100644 --- a/semcore/feedback-form/__tests__/yes-no-form.browser-test.tsx +++ b/semcore/feedback-form/__tests__/yes-no-form.browser-test.tsx @@ -45,8 +45,15 @@ test.describe(`${TAG.VISUAL}`, () => { tag: [ TAG.PRIORITY_HIGH, '@feedback-form', + '@base-components', + '@flex-box', + '@button', '@dropdown', - '@notice'], + '@input', + '@link', + '@notice', + '@textarea', + '@typography'], }, async ({ page }) => { await loadPage(page, 'stories/patterns/ux-patterns/feedback-yes-no/docs/examples/feedback-yes-no-example.tsx', 'en'); @@ -100,8 +107,15 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { TAG.PRIORITY_HIGH, TAG.KEYBOARD, '@feedback-form', + '@base-components', + '@flex-box', + '@button', '@dropdown', - '@notice'], + '@input', + '@link', + '@notice', + '@textarea', + '@typography'], }, async ({ page }) => { await loadPage(page, 'stories/patterns/ux-patterns/feedback-yes-no/docs/examples/feedback-yes-no-example.tsx', 'en'); @@ -239,8 +253,15 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { TAG.PRIORITY_HIGH, TAG.MOUSE, '@feedback-form', + '@base-components', + '@flex-box', + '@button', '@dropdown', - '@notice'], + '@input', + '@link', + '@notice', + '@textarea', + '@typography'], }, async ({ page }) => { await loadPage(page, 'stories/patterns/ux-patterns/feedback-yes-no/docs/examples/feedback-yes-no-example.tsx', 'en'); 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..1be4eaef07 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.166 0.031 175.8 / 0.097)); +} + +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..9c8e2765c8 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-padding-medium, 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-padding-medium, 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-padding-medium, 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-padding-medium, 12px); } SValue[size='l'] { - padding: 0 var(--intergalactic-spacing-3x, 12px); + padding: 0 var(--intergalactic-spacing-content-padding-medium, 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 b/semcore/link/__tests__/link.browser-test.tsx index 2a6d9b250c..c2ec618406 100644 --- a/semcore/link/__tests__/link.browser-test.tsx +++ b/semcore/link/__tests__/link.browser-test.tsx @@ -54,7 +54,7 @@ Visual states, hover and focus styles, paddings, margins, and snapshots. ===================================================== */ test.describe(` ${TAG.VISUAL}`, () => { // Section 1: Size * addon position * ellipsis * addonType * color * merged rotation - const sizes = [100, 200, 300, 400, 500, 600, 700, 800]; + const sizes = [100, 200, 300, 400, 500, 600, 700, 800, 350]; const addonTypes = ['icon', 'badge', 'counter', 'spin']; const addonCombos = [ 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..760e618aec 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..d14c4508d2 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..ede96bc593 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..7264a5c75a 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..f0404f178a 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..4693b374d9 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..3e49b0df9b 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..29b67a8e19 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..bf52222cec 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..1be71aedaf 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..096f5320ad 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..158a9e562a 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..c8a67ce9ac 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..9f3c9056bf 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..357fbcd9f3 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..9f8739ada4 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..308af7245b 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..c50ffbc009 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..0ecaaa7818 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..d0024d7b76 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-350-addonLeft-cropPosition-middle-1-chromium-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-350-addonLeft-cropPosition-middle-1-chromium-linux.png new file mode 100644 index 0000000000..dc791fa7ad Binary files /dev/null and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-350-addonLeft-cropPosition-middle-1-chromium-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-350-addonLeft-cropPosition-middle-1-firefox-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-350-addonLeft-cropPosition-middle-1-firefox-linux.png new file mode 100644 index 0000000000..41b1018dc3 Binary files /dev/null and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-350-addonLeft-cropPosition-middle-1-firefox-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-350-addonLeft-cropPosition-middle-1-webkit-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-350-addonLeft-cropPosition-middle-1-webkit-linux.png new file mode 100644 index 0000000000..26485a71a2 Binary files /dev/null and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-350-addonLeft-cropPosition-middle-1-webkit-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-350-addonLeft-cropPosition-middle-2-chromium-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-350-addonLeft-cropPosition-middle-2-chromium-linux.png new file mode 100644 index 0000000000..b9b535a006 Binary files /dev/null and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-350-addonLeft-cropPosition-middle-2-chromium-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-350-addonLeft-cropPosition-middle-2-firefox-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-350-addonLeft-cropPosition-middle-2-firefox-linux.png new file mode 100644 index 0000000000..0a09ba1fa5 Binary files /dev/null and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-350-addonLeft-cropPosition-middle-2-firefox-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-350-addonLeft-cropPosition-middle-2-webkit-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-350-addonLeft-cropPosition-middle-2-webkit-linux.png new file mode 100644 index 0000000000..eb0ae3861c Binary files /dev/null and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-350-addonLeft-cropPosition-middle-2-webkit-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-350-addonRight-badge-middle-lastRequired-2-1-chromium-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-350-addonRight-badge-middle-lastRequired-2-1-chromium-linux.png new file mode 100644 index 0000000000..023c684a61 Binary files /dev/null and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-350-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-350-addonRight-badge-middle-lastRequired-2-1-firefox-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-350-addonRight-badge-middle-lastRequired-2-1-firefox-linux.png new file mode 100644 index 0000000000..25ffe3cdad Binary files /dev/null and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-350-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-350-addonRight-badge-middle-lastRequired-2-1-webkit-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-350-addonRight-badge-middle-lastRequired-2-1-webkit-linux.png new file mode 100644 index 0000000000..672569bbcf Binary files /dev/null and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-350-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-350-addonRight-badge-middle-lastRequired-2-2-chromium-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-350-addonRight-badge-middle-lastRequired-2-2-chromium-linux.png new file mode 100644 index 0000000000..f4b38aa43a Binary files /dev/null and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-350-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-350-addonRight-badge-middle-lastRequired-2-2-firefox-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-350-addonRight-badge-middle-lastRequired-2-2-firefox-linux.png new file mode 100644 index 0000000000..646e013f07 Binary files /dev/null and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-350-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-350-addonRight-badge-middle-lastRequired-2-2-webkit-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-350-addonRight-badge-middle-lastRequired-2-2-webkit-linux.png new file mode 100644 index 0000000000..5ef6a5e6b3 Binary files /dev/null and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-350-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-350-both-addons-counter-end-maxLine-2-1-chromium-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-350-both-addons-counter-end-maxLine-2-1-chromium-linux.png new file mode 100644 index 0000000000..6041c6266d Binary files /dev/null and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-350-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-350-both-addons-counter-end-maxLine-2-1-firefox-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-350-both-addons-counter-end-maxLine-2-1-firefox-linux.png new file mode 100644 index 0000000000..88f6f4382d Binary files /dev/null and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-350-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-350-both-addons-counter-end-maxLine-2-1-webkit-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-350-both-addons-counter-end-maxLine-2-1-webkit-linux.png new file mode 100644 index 0000000000..b3201e5742 Binary files /dev/null and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-350-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-350-both-addons-counter-end-maxLine-2-2-chromium-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-350-both-addons-counter-end-maxLine-2-2-chromium-linux.png new file mode 100644 index 0000000000..4448d530e9 Binary files /dev/null and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-350-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-350-both-addons-counter-end-maxLine-2-2-firefox-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-350-both-addons-counter-end-maxLine-2-2-firefox-linux.png new file mode 100644 index 0000000000..6b9982f4ae Binary files /dev/null and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-350-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-350-both-addons-counter-end-maxLine-2-2-webkit-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-350-both-addons-counter-end-maxLine-2-2-webkit-linux.png new file mode 100644 index 0000000000..02bba9bd65 Binary files /dev/null and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-350-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-350-no-addons-ellipsis-true-1-chromium-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-350-no-addons-ellipsis-true-1-chromium-linux.png new file mode 100644 index 0000000000..be5e615bf9 Binary files /dev/null and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-350-no-addons-ellipsis-true-1-chromium-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-350-no-addons-ellipsis-true-1-firefox-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-350-no-addons-ellipsis-true-1-firefox-linux.png new file mode 100644 index 0000000000..0eb751d90e Binary files /dev/null and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-350-no-addons-ellipsis-true-1-firefox-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-350-no-addons-ellipsis-true-1-webkit-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-350-no-addons-ellipsis-true-1-webkit-linux.png new file mode 100644 index 0000000000..ee096256dd Binary files /dev/null and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-350-no-addons-ellipsis-true-1-webkit-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-350-no-addons-ellipsis-true-2-chromium-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-350-no-addons-ellipsis-true-2-chromium-linux.png new file mode 100644 index 0000000000..afa3097ff0 Binary files /dev/null and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-350-no-addons-ellipsis-true-2-chromium-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-350-no-addons-ellipsis-true-2-firefox-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-350-no-addons-ellipsis-true-2-firefox-linux.png new file mode 100644 index 0000000000..1d5fa08830 Binary files /dev/null and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-350-no-addons-ellipsis-true-2-firefox-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-350-no-addons-ellipsis-true-2-webkit-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-350-no-addons-ellipsis-true-2-webkit-linux.png new file mode 100644 index 0000000000..c18938da1f Binary files /dev/null and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-350-no-addons-ellipsis-true-2-webkit-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-350-no-addons-ellipsis-true-3-chromium-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-350-no-addons-ellipsis-true-3-chromium-linux.png new file mode 100644 index 0000000000..aababc3b11 Binary files /dev/null and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-350-no-addons-ellipsis-true-3-chromium-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-350-no-addons-ellipsis-true-3-firefox-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-350-no-addons-ellipsis-true-3-firefox-linux.png new file mode 100644 index 0000000000..33890e8fdc Binary files /dev/null and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-350-no-addons-ellipsis-true-3-firefox-linux.png differ diff --git a/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-350-no-addons-ellipsis-true-3-webkit-linux.png b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-350-no-addons-ellipsis-true-3-webkit-linux.png new file mode 100644 index 0000000000..4a31a6400b Binary files /dev/null and b/semcore/link/__tests__/link.browser-test.tsx-snapshots/-visual-Verify-Link-size-350-no-addons-ellipsis-true-3-webkit-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..c68c998351 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..8cff709b38 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..779568f358 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..0d00a202b4 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..479ec34a8c 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..f723420ce2 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..336cf7d173 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..df11d0cf6b 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..0ee17f2a7b 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..4da3f6176d 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..eb9963cc77 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..955e4dbfb4 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..23471cb23d 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..502a6ca3f1 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..d411ea5cbb 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..4193cc45ed 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..350803c983 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..4cb95fe453 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..e0626812af 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..c9a4567458 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..6e4b302b10 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..9a7b88c5d7 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..d2b52cf105 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..6f2d00e0ba 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..73ed865330 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..422aa080ec 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..b653365719 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..2823c5f5d4 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..e8881e2ffc 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..ca4034acde 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..879634bb66 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..81d559ebf0 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..87e616ad76 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..2308dfa901 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..985087347c 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..35110fac2e 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..81974cc624 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..21e0ae7737 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..550834ea92 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..35df7e4e41 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..01cb536b8a 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..3283a2153d 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..8ecb70ddfb 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..dd39cabfa3 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..8927b846e2 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/modal/src/style/modal.shadow.css b/semcore/modal/src/style/modal.shadow.css index 41fb292d81..5044072dcb 100644 --- a/semcore/modal/src/style/modal.shadow.css +++ b/semcore/modal/src/style/modal.shadow.css @@ -4,7 +4,7 @@ SWindow { background: var(--intergalactic-bg-primary-neutral, oklch(1 0 0)); box-sizing: border-box; margin: auto; - padding: var(--intergalactic-spacing-10x, 40px); + padding: var(--intergalactic-spacing-content-padding-xxlarge, 40px); box-shadow: var(--intergalactic-box-shadow-modal, 0px 1px 5px 0px oklch(0.176 0.033 175.7 / 0.07)); color: var(--intergalactic-text-primary, oklch(0.1 0.03 137 / 0.899)); @@ -18,7 +18,7 @@ SWindow { line-height: var(--intergalactic-lh-500, 117%); font-weight: var(--intergalactic-semi-bold, 600); margin-bottom: var(--intergalactic-spacing-2x, 8px); - margin-right: var(--intergalactic-spacing-4x, 16px); + margin-right: var(--intergalactic-spacing-8x, 32px); } STitle[color] { @@ -28,8 +28,9 @@ SWindow { SClose { display: inline-flex; position: absolute; - right: var(--intergalactic-spacing-2x, 8px); - top: var(--intergalactic-spacing-2x, 8px); + right: var(--intergalactic-spacing-content-padding-small, 8px); + top: var(--intergalactic-spacing-content-padding-small, 8px); + width: var(--intergalactic-form-control-l, 44px); } SClose[ghost] { right: 0; @@ -47,7 +48,7 @@ SOverlayContentWrapper { flex: 1; max-width: 100%; box-sizing: border-box; - padding: var(--intergalactic-spacing-10x, 40px); + padding: var(--intergalactic-spacing-content-padding-xxlarge, 40px); } SOverlay { @@ -76,6 +77,6 @@ SOverlay { } SOverlayContentWrapper { - padding: var(--intergalactic-spacing-3x, 12px); + padding: var(--intergalactic-spacing-content-padding-medium, 12px); } } 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..d905d6496e 100644 --- a/semcore/notice/src/style/notice.shadow.css +++ b/semcore/notice/src/style/notice.shadow.css @@ -12,7 +12,7 @@ SNotice { SNotice[theme='info'] { background-color: var(--intergalactic-bg-secondary-info, oklch(0.959 0.021 267.8)); - border-color: var(--intergalactic-border-info, oklch(0.51 0.274 263.6 / 0.222)); + border-color: var(--intergalactic-border-info, oklch(0.524 0.265 263 / 0.096)); & SCloseIcon { color: var(--intergalactic-icon-primary-neutral, oklch(0.092 0.024 152.2 / 0.526)); @@ -25,7 +25,7 @@ SNotice[theme='info'] { SNotice[theme='danger'] { background-color: var(--intergalactic-bg-secondary-critical, oklch(0.958 0.029 5.7)); - border-color: var(--intergalactic-border-critical, oklch(0.628 0.257 28.1 / 0.243)); + border-color: var(--intergalactic-border-critical, oklch(0.63 0.255 24.3 / 0.104)); & SCloseIcon { color: var(--intergalactic-icon-primary-critical, oklch(0.552 0.226 28.7 / 0.848)); @@ -38,7 +38,7 @@ SNotice[theme='danger'] { SNotice[theme='warning'] { background-color: var(--intergalactic-bg-secondary-warning, oklch(0.979 0.03 88.1)); - border-color: var(--intergalactic-border-warning, oklch(0.77 0.174 64.1 / 0.543)); + border-color: var(--intergalactic-border-warning, oklch(0.806 0.17 74.5 / 0.241)); & SCloseIcon { color: var(--intergalactic-icon-primary-warning, oklch(0.728 0.188 51.8)); @@ -51,7 +51,7 @@ SNotice[theme='warning'] { SNotice[theme='success'] { background-color: var(--intergalactic-bg-secondary-success, oklch(0.96 0.057 179.7)); - border-color: var(--intergalactic-border-success, oklch(0.818 0.171 165.4 / 0.531)); + border-color: var(--intergalactic-border-success, oklch(0.874 0.177 168.2 / 0.25)); & SCloseIcon { color: var(--intergalactic-icon-primary-success, oklch(0.595 0.124 165.4)); @@ -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 b/semcore/radio/__tests__/radio.browser-test.tsx index dfb9f54021..a169dc0c57 100644 --- a/semcore/radio/__tests__/radio.browser-test.tsx +++ b/semcore/radio/__tests__/radio.browser-test.tsx @@ -54,7 +54,7 @@ test.describe(`${TAG.VISUAL}`, () => { ]; variables.forEach((item) => { test(`Verify RadioGroup size ${item.size}, theme ${item.theme}, disabled ${item.disabled}`, { - tag: [TAG.PRIORITY_HIGH, '@radio'], + tag: [TAG.PRIORITY_HIGH, '@radio', '@base-components', '@flex-box', '@typography'], }, async ({ page }) => { await loadPage(page, 'stories/components/radio/docs/examples/radiogroup_example.tsx', 'en', item); @@ -87,7 +87,7 @@ test.describe(`${TAG.VISUAL}`, () => { return { fontSize: s.fontSize, marginLeft: s.marginLeft }; }); expect(styles.fontSize).toBe('14px'); - expect(styles.marginLeft).toBe('8px'); + expect(styles.marginLeft).toBe('6px'); } }); } else { @@ -159,7 +159,7 @@ test.describe(`${TAG.VISUAL}`, () => { variables.forEach((item) => { const priority = item.disabled && item.size === 'l' ? TAG.PRIORITY_MEDIUM : TAG.PRIORITY_HIGH; test(`Verify Radio size ${item.size}, state ${item.state}, disabled ${item.disabled}, checked ${item.checked}`, { - tag: [priority, '@radio'], + tag: [priority, '@radio', '@base-components', '@flex-box'], }, async ({ page }) => { await loadPage(page, 'stories/components/radio/tests/examples/radio-props.tsx', 'en', item); @@ -191,7 +191,7 @@ test.describe(`${TAG.VISUAL}`, () => { return { fontSize: s.fontSize, marginLeft: s.marginLeft }; }); expect(styles.fontSize).toBe('14px'); - expect(styles.marginLeft).toBe('8px'); + expect(styles.marginLeft).toBe('6px'); } }); } else { @@ -254,7 +254,7 @@ We verify states, visibility, and attributes. ===================================================== */ test.describe(`${TAG.FUNCTIONAL}`, () => { test('Verify mouse interactions for radio with group', { - tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, '@radio'], + tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, '@radio', '@base-components', '@flex-box', '@typography'], }, async ({ page }) => { await loadPage(page, 'stories/components/radio/docs/examples/radiogroup_example.tsx', 'en'); @@ -291,7 +291,7 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { }); test('Verify keyboard interactions for radio with group', { - tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, '@radio'], + tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, '@radio', '@base-components', '@flex-box', '@typography'], }, async ({ page, browserName }) => { await loadPage(page, 'stories/components/radio/docs/examples/radiogroup_example.tsx', 'en'); @@ -358,7 +358,7 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { }); test('Verify actions when interactive element in text', { - tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, '@radio'], + tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, '@radio', '@base-components', '@flex-box', '@link', '@typography'], }, async ({ page, browserName }) => { await loadPage(page, 'stories/components/radio/tests/examples/radiogroup_example_with_link.tsx', 'en'); @@ -482,7 +482,7 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { }); test('Verify actions when interactive element in text with tooltip', { - tag: [TAG.PRIORITY_MEDIUM, TAG.KEYBOARD, '@radio'], + tag: [TAG.PRIORITY_MEDIUM, TAG.KEYBOARD, '@radio', '@button-link', '@link', '@tooltip', '@description-tooltip', '@typography'], }, async ({ page, browserName }) => { await loadPage(page, 'stories/components/radio/tests/examples/additional_props_for_input_tooltip.tsx', 'en'); if (browserName == 'webkit') test.skip(); 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..ace2a6b942 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..97aef3726e 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..e7bcfd121e 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..33c40d83d7 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--29672--state-normal-disabled-false-checked-false-2-firefox-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-firefox-linux.png index 31500c4fe8..bfaac22031 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-firefox-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-firefox-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-webkit-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-webkit-linux.png index c8c52a35c3..9c03460edf 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-webkit-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-webkit-linux.png differ diff --git a/semcore/radio/__tests__/radio.browser-test.tsx-snapshots/-visual-Verify-Radio-prop-combinations-Verify--2d904--m-state-normal-disabled-true-checked-true-1-chromium-linux.png b/semcore/radio/__tests__/radio.browser-test.tsx-snapshots/-visual-Verify-Radio-prop-combinations-Verify--2d904--m-state-normal-disabled-true-checked-true-1-chromium-linux.png index 3c2b43935a..c217be62a1 100644 Binary files a/semcore/radio/__tests__/radio.browser-test.tsx-snapshots/-visual-Verify-Radio-prop-combinations-Verify--2d904--m-state-normal-disabled-true-checked-true-1-chromium-linux.png and b/semcore/radio/__tests__/radio.browser-test.tsx-snapshots/-visual-Verify-Radio-prop-combinations-Verify--2d904--m-state-normal-disabled-true-checked-true-1-chromium-linux.png differ diff --git a/semcore/radio/__tests__/radio.browser-test.tsx-snapshots/-visual-Verify-Radio-prop-combinations-Verify--2d904--m-state-normal-disabled-true-checked-true-1-firefox-linux.png b/semcore/radio/__tests__/radio.browser-test.tsx-snapshots/-visual-Verify-Radio-prop-combinations-Verify--2d904--m-state-normal-disabled-true-checked-true-1-firefox-linux.png index 12e8aa384b..4b1184b473 100644 Binary files a/semcore/radio/__tests__/radio.browser-test.tsx-snapshots/-visual-Verify-Radio-prop-combinations-Verify--2d904--m-state-normal-disabled-true-checked-true-1-firefox-linux.png and b/semcore/radio/__tests__/radio.browser-test.tsx-snapshots/-visual-Verify-Radio-prop-combinations-Verify--2d904--m-state-normal-disabled-true-checked-true-1-firefox-linux.png differ diff --git a/semcore/radio/__tests__/radio.browser-test.tsx-snapshots/-visual-Verify-Radio-prop-combinations-Verify--2d904--m-state-normal-disabled-true-checked-true-1-webkit-linux.png b/semcore/radio/__tests__/radio.browser-test.tsx-snapshots/-visual-Verify-Radio-prop-combinations-Verify--2d904--m-state-normal-disabled-true-checked-true-1-webkit-linux.png index 6c11ab1c88..d24a0ad152 100644 Binary files a/semcore/radio/__tests__/radio.browser-test.tsx-snapshots/-visual-Verify-Radio-prop-combinations-Verify--2d904--m-state-normal-disabled-true-checked-true-1-webkit-linux.png and b/semcore/radio/__tests__/radio.browser-test.tsx-snapshots/-visual-Verify-Radio-prop-combinations-Verify--2d904--m-state-normal-disabled-true-checked-true-1-webkit-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..8ad3ff2c50 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--44865--state-normal-disabled-false-checked-false-2-firefox-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-firefox-linux.png index b2a4a6ed86..0b67469676 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-firefox-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-firefox-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-webkit-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-webkit-linux.png index f87c1daca3..0368602612 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-webkit-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-webkit-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..1c3f96fa56 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--9f6c2--state-invalid-disabled-false-checked-true-1-firefox-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-firefox-linux.png index fc4790bd25..6d20a28807 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-firefox-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-firefox-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-webkit-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-webkit-linux.png index 199de8824f..327e72b9cc 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-webkit-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-webkit-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..9bda777342 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--b4e10--state-normal-disabled-false-checked-false-1-firefox-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-firefox-linux.png index 3e21fa68c4..88f850cdf8 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-firefox-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-firefox-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-webkit-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-webkit-linux.png index ab9f37be7b..601232cff5 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-webkit-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-webkit-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..820ee4d6d8 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-3962f-Group-size-m-theme-undefined-disabled-false-2-firefox-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-firefox-linux.png index 3bc808ba31..790df7c5b2 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-firefox-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-firefox-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-webkit-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-webkit-linux.png index c730aee994..eb3fbb06f3 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-webkit-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-webkit-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..76611696dd 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-57c11-Group-size-m-theme-yellow-400-disabled-true-1-firefox-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-firefox-linux.png index a31c0e48a0..0df1184741 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-firefox-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-firefox-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-webkit-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-webkit-linux.png index 35874f1087..a33e50e52e 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-webkit-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-webkit-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..ab8b1ccbf1 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-64f06-props-size-m-theme-undefined-disabled-false-1-firefox-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-firefox-linux.png index 8536061a80..edf41ce286 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-firefox-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-firefox-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-webkit-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-webkit-linux.png index 675f7f11f8..ac9975f687 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-webkit-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-webkit-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..d3183b757e 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-74c7d-props-size-l-theme-undefined-disabled-false-2-firefox-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-firefox-linux.png index d28093bc8e..a4617fd4e4 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-firefox-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-firefox-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-webkit-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-webkit-linux.png index 101a3d336c..9d483b6d13 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-webkit-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-webkit-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..801f4e9739 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-876d5-Group-size-m-theme-undefined-disabled-false-1-firefox-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-firefox-linux.png index 2f0bf984f2..3ca13be2e4 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-firefox-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-firefox-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-webkit-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-webkit-linux.png index d23ee9ab99..8080f353f2 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-webkit-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-webkit-linux.png differ diff --git a/semcore/radio/__tests__/radio.browser-test.tsx-snapshots/-visual-Verify-RadioGroup-and-Radio-prop-combi-9af92-props-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-9af92-props-size-m-theme-yellow-400-disabled-true-1-chromium-linux.png index 5ba159ce55..bf08e020ec 100644 Binary files a/semcore/radio/__tests__/radio.browser-test.tsx-snapshots/-visual-Verify-RadioGroup-and-Radio-prop-combi-9af92-props-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-9af92-props-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-9af92-props-size-m-theme-yellow-400-disabled-true-1-firefox-linux.png b/semcore/radio/__tests__/radio.browser-test.tsx-snapshots/-visual-Verify-RadioGroup-and-Radio-prop-combi-9af92-props-size-m-theme-yellow-400-disabled-true-1-firefox-linux.png index 307e53dff2..86730d250e 100644 Binary files a/semcore/radio/__tests__/radio.browser-test.tsx-snapshots/-visual-Verify-RadioGroup-and-Radio-prop-combi-9af92-props-size-m-theme-yellow-400-disabled-true-1-firefox-linux.png and b/semcore/radio/__tests__/radio.browser-test.tsx-snapshots/-visual-Verify-RadioGroup-and-Radio-prop-combi-9af92-props-size-m-theme-yellow-400-disabled-true-1-firefox-linux.png differ diff --git a/semcore/radio/__tests__/radio.browser-test.tsx-snapshots/-visual-Verify-RadioGroup-and-Radio-prop-combi-9af92-props-size-m-theme-yellow-400-disabled-true-1-webkit-linux.png b/semcore/radio/__tests__/radio.browser-test.tsx-snapshots/-visual-Verify-RadioGroup-and-Radio-prop-combi-9af92-props-size-m-theme-yellow-400-disabled-true-1-webkit-linux.png index 8af4feff8c..795260d101 100644 Binary files a/semcore/radio/__tests__/radio.browser-test.tsx-snapshots/-visual-Verify-RadioGroup-and-Radio-prop-combi-9af92-props-size-m-theme-yellow-400-disabled-true-1-webkit-linux.png and b/semcore/radio/__tests__/radio.browser-test.tsx-snapshots/-visual-Verify-RadioGroup-and-Radio-prop-combi-9af92-props-size-m-theme-yellow-400-disabled-true-1-webkit-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..2312be5e86 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-a4d5b-props-size-m-theme-undefined-disabled-false-2-firefox-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-firefox-linux.png index 48045da264..528589fd30 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-firefox-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-firefox-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-webkit-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-webkit-linux.png index b5c79aac33..2934269e61 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-webkit-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-webkit-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 b/semcore/radio/__tests__/ux-patterns-with-radio/radio-and-select.browser-test.tsx index 2d9a287779..abc7a4498f 100644 --- a/semcore/radio/__tests__/ux-patterns-with-radio/radio-and-select.browser-test.tsx +++ b/semcore/radio/__tests__/ux-patterns-with-radio/radio-and-select.browser-test.tsx @@ -46,7 +46,7 @@ Visual states, hover and focus styles, paddings, margins, and snapshots. ===================================================== */ test.describe(`${TAG.VISUAL}`, () => { test('Verify Radio and Select UX pattern', { - tag: [TAG.PRIORITY_MEDIUM, '@radio', '@select'], + tag: [TAG.PRIORITY_MEDIUM, '@radio', '@select', '@base-components', '@flex-box', '@button', '@typography'], }, async ({ page }) => { await loadPage(page, 'stories/patterns/ux-patterns/form/docs/examples/radio-and-select.tsx', 'en'); @@ -67,7 +67,7 @@ We verify states, visibility, and attributes. ===================================================== */ test.describe(`${TAG.FUNCTIONAL}`, () => { test('Verify Radio and Select UX pattern keyboard interactions', { - tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, '@radio', '@select'], + tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, '@radio', '@select', '@base-components', '@flex-box', '@button', '@typography'], }, async ({ page }) => { await loadPage(page, 'stories/patterns/ux-patterns/form/docs/examples/radio-and-select.tsx', 'en'); @@ -104,7 +104,7 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { }); test('Verify Radio and Select UX pattern mouse interactions', { - tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, '@radio', '@select'], + tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, '@radio', '@select', '@base-components', '@flex-box', '@button', '@typography'], }, async ({ page }) => { await loadPage(page, 'stories/patterns/ux-patterns/form/docs/examples/radio-and-select.tsx', 'en'); 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..84188d9beb 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/Radio.tsx b/semcore/radio/src/Radio.tsx index 026cd0fa3f..6a5d57a515 100644 --- a/semcore/radio/src/Radio.tsx +++ b/semcore/radio/src/Radio.tsx @@ -139,9 +139,10 @@ class RadioRoot extends Component + {hasChildren ? ( diff --git a/semcore/radio/src/style/radio.shadow.css b/semcore/radio/src/style/radio.shadow.css index 9147ccb8bf..d2fa5fe989 100644 --- a/semcore/radio/src/style/radio.shadow.css +++ b/semcore/radio/src/style/radio.shadow.css @@ -4,10 +4,16 @@ SRadio { cursor: pointer; SText { - margin-left: var(--intergalactic-spacing-2x, 8px); + margin-left: var(--intergalactic-spacing-content-gap-medium, 6px); color: var(--intergalactic-text-primary, oklch(0.1 0.03 137 / 0.899)); } + &[size='l'] { + SText { + margin-left: var(--intergalactic-spacing-content-gap-large, 8px); + } + } + SText[color] { color: var(--color); } @@ -33,7 +39,7 @@ SValue { left: 0; right: 0; bottom: 0; - background: var(--intergalactic-bg-primary-neutral, oklch(1 0 0)); + background: var(--intergalactic-control-radio-bg-normal, oklch(1 0 0)); border: 1px solid; border-radius: 50%; transition: calc(var(--intergalactic-duration-control, 200) * 1ms) all ease-in-out; @@ -51,7 +57,7 @@ SValue { width: 0; height: 0; border-radius: 50%; - background: var(--intergalactic-bg-primary-neutral, oklch(1 0 0)); + background: var(--intergalactic-control-radio-bg-normal, oklch(1 0 0)); } } @@ -83,7 +89,7 @@ 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-control-radio-border, oklch(0.137 0.026 175.7 / 0.161)); } SValue[state='invalid']::before { @@ -106,14 +112,13 @@ 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)); @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-radio-bg-selected, oklch(0.23 0.01 140)); + background-color: var(--intergalactic-control-radio-bg-selected, oklch(0.23 0.01 140)); } SControl:focus-visible+SValue[state='invalid']::before { @@ -143,6 +148,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-control-radio-bg-normal, oklch(1 0 0)); } } diff --git a/semcore/select/__tests__/filters-with-select/filter-kd-positions-volume.browser-test.tsx b/semcore/select/__tests__/filters-with-select/filter-kd-positions-volume.browser-test.tsx index ffc9d670e4..88365d5b96 100644 --- a/semcore/select/__tests__/filters-with-select/filter-kd-positions-volume.browser-test.tsx +++ b/semcore/select/__tests__/filters-with-select/filter-kd-positions-volume.browser-test.tsx @@ -18,7 +18,7 @@ const locators = { ===================================================== */ test.describe(TAG.VISUAL, () => { test('Verify filter KD positions volume visual states', { - tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, '@select', '@input-number'], + tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, '@select', '@input-number', '@base-components', '@flex-box', '@base-trigger', '@filter-trigger', '@button', '@divider', '@typography'], }, async ({ page }) => { await loadPage(page, 'stories/patterns/filters/filter-custom-range/docs/examples/presets.tsx', 'en'); @@ -57,7 +57,7 @@ test.describe(TAG.VISUAL, () => { ===================================================== */ test.describe(TAG.FUNCTIONAL, () => { test('Verify filter KD positions volume keyboard navigation', { - tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, '@select', '@input-number'], + tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, '@select', '@input-number', '@base-components', '@flex-box', '@base-trigger', '@filter-trigger', '@button', '@divider', '@typography'], }, async ({ page }) => { await loadPage(page, 'stories/patterns/filters/filter-custom-range/docs/examples/presets.tsx', 'en'); @@ -185,7 +185,7 @@ test.describe(TAG.FUNCTIONAL, () => { }); test('Verify filter KD positions volume mouse navigation', { - tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, '@select', '@input-number'], + tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, '@select', '@input-number', '@base-components', '@flex-box', '@base-trigger', '@filter-trigger', '@button', '@divider', '@typography'], }, async ({ page }) => { await loadPage(page, 'stories/patterns/filters/filter-custom-range/docs/examples/presets.tsx', 'en'); 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 b/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx index cd12802c2b..d4ce05e334 100644 --- a/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx +++ b/semcore/select/__tests__/filters-with-select/serp-features.browser-test.tsx @@ -25,7 +25,7 @@ const locators = { ===================================================== */ test.describe(TAG.VISUAL, () => { test('Verify SERP features mouse interaction states', { - tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, '@select'], + tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, '@select', '@base-components', '@flex-box', '@scroll-area', '@base-trigger', '@filter-trigger', '@button', '@button-link'], }, async ({ page }) => { await loadPage(page, 'stories/patterns/filters/serp-features/docs/examples/serp-filter.tsx', 'en'); @@ -84,7 +84,7 @@ test.describe(TAG.VISUAL, () => { }); test('Verify SERP features keyboard interaction states', { - tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, '@select'], + tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, '@select', '@base-components', '@flex-box', '@scroll-area', '@base-trigger', '@filter-trigger', '@button', '@button-link'], }, async ({ page }) => { await loadPage(page, 'stories/patterns/filters/serp-features/docs/examples/serp-filter.tsx', 'en'); @@ -147,7 +147,7 @@ test.describe(TAG.VISUAL, () => { ===================================================== */ test.describe(TAG.FUNCTIONAL, () => { test('Verify SERP features keyboard navigation', { - tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, '@select'], + tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, '@select', '@base-components', '@flex-box', '@scroll-area', '@base-trigger', '@filter-trigger', '@button', '@button-link'], }, async ({ page }) => { await loadPage(page, 'stories/patterns/filters/serp-features/docs/examples/serp-filter.tsx', 'en'); 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 b/semcore/select/__tests__/multiselect.browser-test.tsx index a159796e3d..79eefee196 100644 --- a/semcore/select/__tests__/multiselect.browser-test.tsx +++ b/semcore/select/__tests__/multiselect.browser-test.tsx @@ -22,7 +22,7 @@ export const locators = { ===================================================== */ test.describe(`${TAG.VISUAL} `, () => { test('Verify multiselect selection visual state', { - tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, '@multiselect'], + tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, '@multiselect', '@select', '@base-components', '@flex-box', '@typography'], }, async ({ page }) => { await loadPage(page, 'stories/components/select/docs/examples/multiselect.tsx', 'en'); @@ -36,7 +36,7 @@ test.describe(`${TAG.VISUAL} `, () => { }); test('Verify multiselect with divider and sorting visual state', { - tag: [TAG.PRIORITY_HIGH, '@multiselect'], + tag: [TAG.PRIORITY_HIGH, '@multiselect', '@select', '@base-components', '@flex-box', '@typography'], }, async ({ page }) => { await loadPage(page, 'stories/components/select/docs/examples/sorting_multiselect_options.tsx', 'en'); @@ -61,7 +61,7 @@ test.describe(`${TAG.VISUAL} `, () => { }); test('Verify multiselect with render function select all visual state', { - tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, '@multiselect'], + tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, '@multiselect', '@select', '@base-components', '@flex-box', '@typography'], }, async ({ page }) => { await loadPage(page, 'stories/components/select/docs/examples/render_function.tsx', 'en'); const option = page.locator('[data-ui-name="Select.Option"][value="%all%"]'); @@ -83,7 +83,7 @@ test.describe(`${TAG.VISUAL} `, () => { }); test('Verify multiselect mouse selection visual state', { - tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, '@multiselect'], + tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, '@multiselect', '@select', '@base-components', '@flex-box', '@typography'], }, async ({ page }) => { await loadPage(page, 'stories/components/select/docs/examples/multiselect.tsx', 'en'); @@ -108,7 +108,7 @@ test.describe(`${TAG.VISUAL} `, () => { ===================================================== */ test.describe(`${TAG.FUNCTIONAL} `, () => { test('Verify keyboard interactions with multiselect', { - tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, '@multiselect'], + tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, '@multiselect', '@select', '@base-components', '@flex-box', '@typography'], }, async ({ page }) => { await loadPage(page, 'stories/components/select/docs/examples/multiselect.tsx', 'en'); @@ -165,7 +165,7 @@ test.describe(`${TAG.FUNCTIONAL} `, () => { }); test('Verify mouse interactions with multiselect', { - tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, '@multiselect'], + tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, '@multiselect', '@select', '@base-components', '@flex-box', '@typography'], }, async ({ page }) => { await loadPage(page, 'stories/components/select/docs/examples/multiselect.tsx', 'en'); @@ -206,7 +206,7 @@ test.describe(`${TAG.FUNCTIONAL} `, () => { }); test('Verify multiselect with divider and sorting functionality', { - tag: [TAG.PRIORITY_HIGH, '@multiselect'], + tag: [TAG.PRIORITY_HIGH, '@multiselect', '@select', '@base-components', '@flex-box', '@typography'], }, async ({ page }) => { await loadPage(page, 'stories/components/select/docs/examples/sorting_multiselect_options.tsx', 'en'); @@ -238,7 +238,7 @@ test.describe(`${TAG.FUNCTIONAL} `, () => { }); test('Verify keyboard interactions with render function', { - tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, '@multiselect'], + tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, '@multiselect', '@select', '@base-components', '@flex-box', '@typography'], }, async ({ page }) => { await loadPage(page, 'stories/components/select/docs/examples/render_function.tsx', 'en'); const option = page.locator('[data-ui-name="Select.Option"][value="%all%"]'); @@ -290,7 +290,7 @@ test.describe(`${TAG.FUNCTIONAL} `, () => { }); test('Verify mouse interactions with render function', { - tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, '@multiselect'], + tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, '@multiselect', '@select', '@base-components', '@flex-box', '@typography'], }, async ({ page }) => { await loadPage(page, 'stories/components/select/docs/examples/render_function.tsx', 'en'); const option = page.locator('[data-ui-name="Select.Option"][value="%all%"]'); @@ -323,7 +323,7 @@ test.describe(`${TAG.FUNCTIONAL} `, () => { }); test('Verify keyboard interactions after mouse interactions', { - tag: [TAG.PRIORITY_MEDIUM, TAG.KEYBOARD, TAG.MOUSE, '@multiselect'], + tag: [TAG.PRIORITY_MEDIUM, TAG.KEYBOARD, TAG.MOUSE, '@multiselect', '@select', '@base-components', '@flex-box', '@typography'], }, async ({ page }) => { await loadPage(page, 'stories/components/select/docs/examples/multiselect.tsx', 'en'); 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 b/semcore/select/__tests__/select.browser-test.tsx index 5a98ec3360..a1819e1630 100644 --- a/semcore/select/__tests__/select.browser-test.tsx +++ b/semcore/select/__tests__/select.browser-test.tsx @@ -43,7 +43,7 @@ test.describe(`${TAG.VISUAL} `, () => { pairwiseVariables.forEach((props) => { test(`Verify select basic props and addons: ${props.description}`, { - tag: [TAG.PRIORITY_HIGH, '@select', '@badge'], + tag: [TAG.PRIORITY_HIGH, '@select', '@badge', '@base-components', '@flex-box', '@typography'], }, async ({ page }) => { await loadPage(page, 'stories/components/select/tests/examples/basic_props_and_trigger_addons.tsx', 'en', props); @@ -78,7 +78,7 @@ test.describe(`${TAG.VISUAL} `, () => { optionsConfigVariables.forEach((props) => { test(`Verify select options: ${props.description}`, { - tag: [TAG.PRIORITY_HIGH, '@select', '@checkbox'], + tag: [TAG.PRIORITY_HIGH, '@select', '@checkbox', '@base-components', '@flex-box', '@typography'], }, async ({ page }) => { await loadPage(page, 'stories/components/select/tests/examples/options_checkbox_group_and_hint.tsx', 'en', props); @@ -162,7 +162,7 @@ test.describe(`${TAG.VISUAL} `, () => { }); test('Verify select with Search nothing found state', { - tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, '@select'], + tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, '@select', '@base-components', '@flex-box', '@typography'], }, async ({ page }) => { await loadPage(page, 'stories/components/select/docs/examples/options_filtering.tsx', 'en'); await locators.selectTrigger(page).click(); @@ -173,7 +173,7 @@ test.describe(`${TAG.VISUAL} `, () => { }); test('Verify select with notice without focusable elements', { - tag: [TAG.PRIORITY_MEDIUM, '@select'], + tag: [TAG.PRIORITY_MEDIUM, '@select', '@base-components', '@flex-box', '@notice', '@typography'], }, async ({ page }) => { await loadPage(page, 'stories/components/select/docs/examples/dropdownmenu_customization.tsx', 'en'); @@ -235,7 +235,7 @@ test.describe(`${TAG.VISUAL} `, () => { for (const size of ['m', 'l'] as const) { test(`Verify nothing-found status appearance with size ${size}`, { - tag: [TAG.PRIORITY_MEDIUM, '@select'], + tag: [TAG.PRIORITY_MEDIUM, '@select', '@base-components', '@flex-box', '@typography'], }, async ({ page }) => { await loadPage(page, statusItemStory, 'en', { size }); @@ -261,7 +261,7 @@ test.describe(`${TAG.VISUAL} `, () => { ===================================================== */ test.describe(`${TAG.FUNCTIONAL} `, () => { test('Verify trigger customization mouse interactions', { - tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, '@select'], + tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, '@select', '@base-components', '@flex-box', '@base-trigger', '@button-trigger', '@link-trigger', '@typography'], }, async ({ page }) => { await loadPage(page, 'stories/components/select/docs/examples/trigger_customization.tsx', 'en'); @@ -303,7 +303,7 @@ test.describe(`${TAG.FUNCTIONAL} `, () => { }); test('Verify trigger customization keyboard interactions', { - tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, '@select'], + tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, '@select', '@base-components', '@flex-box', '@base-trigger', '@button-trigger', '@link-trigger', '@typography'], }, async ({ page }) => { await loadPage(page, 'stories/components/select/docs/examples/trigger_customization.tsx', 'en'); @@ -335,7 +335,7 @@ test.describe(`${TAG.FUNCTIONAL} `, () => { }); test('Verify basic usage mouse interactions', { - tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, '@select'], + tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, '@select', '@base-components', '@flex-box', '@typography'], }, async ({ page }) => { await loadPage(page, 'stories/components/select/docs/examples/basic_usage.tsx', 'en'); @@ -380,7 +380,7 @@ test.describe(`${TAG.FUNCTIONAL} `, () => { }); test('Verify basic usage keyboard interactions', { - tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, '@select'], + tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, '@select', '@base-components', '@flex-box', '@typography'], }, async ({ page }) => { await loadPage(page, 'stories/components/select/docs/examples/basic_usage.tsx', 'en'); @@ -453,7 +453,7 @@ test.describe(`${TAG.FUNCTIONAL} `, () => { }); test('Verify ArrowUp reaches all enabled options when first options are disabled', { - tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, '@select'], + tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, '@select', '@base-components', '@flex-box', '@typography'], }, async ({ page }) => { await loadPage(page, 'stories/components/select/tests/examples/options_checkbox_group_and_hint.tsx', 'en', { option1Disabled: true, @@ -515,7 +515,7 @@ test.describe(`${TAG.FUNCTIONAL} `, () => { }); test('Verify custom selected label', { - tag: [TAG.PRIORITY_MEDIUM, '@select'], + tag: [TAG.PRIORITY_MEDIUM, '@select', '@base-components', '@flex-box', '@typography'], }, async ({ page }) => { await loadPage(page, 'stories/components/select/docs/examples/custom_selected_label.tsx', 'en'); @@ -530,7 +530,7 @@ test.describe(`${TAG.FUNCTIONAL} `, () => { }); test('Verify Controlled Mode mouse interactions', { - tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, '@select'], + tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, '@select', '@base-components', '@flex-box', '@typography'], }, async ({ page }) => { await loadPage(page, 'stories/components/select/docs/examples/controlled_and_uncontrolled_modes.tsx', 'en'); @@ -558,7 +558,7 @@ test.describe(`${TAG.FUNCTIONAL} `, () => { }); test('Verify Controlled Mode keyboard interactions', { - tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, '@select'], + tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, '@select', '@base-components', '@flex-box', '@typography'], }, async ({ page }) => { await loadPage(page, 'stories/components/select/docs/examples/controlled_and_uncontrolled_modes.tsx', 'en'); @@ -598,7 +598,7 @@ test.describe(`${TAG.FUNCTIONAL} `, () => { }); test('Verify keyboard interactions when select with Search', { - tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, '@select'], + tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, '@select', '@base-components', '@flex-box', '@typography'], }, async ({ page }) => { await loadPage(page, 'stories/components/select/docs/examples/options_filtering.tsx', 'en'); const inputLocaltor = await page.locator('input'); @@ -698,7 +698,7 @@ test.describe(`${TAG.FUNCTIONAL} `, () => { }); test('Verify mouse interactions when select with Search', { - tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, '@select'], + tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, '@select', '@base-components', '@flex-box', '@typography'], }, async ({ page }) => { await loadPage(page, 'stories/components/select/docs/examples/options_filtering.tsx', 'en'); const inputLocaltor = await page.locator('input'); @@ -753,7 +753,7 @@ test.describe(`${TAG.FUNCTIONAL} `, () => { }); test('Verify advances filtering control custom behavior', { - tag: [TAG.PRIORITY_MEDIUM, '@select'], + tag: [TAG.PRIORITY_MEDIUM, '@select', '@base-components', '@flex-box', '@typography'], }, async ({ page }) => { await loadPage(page, 'stories/components/select/docs/examples/advanced_filtering_control.tsx', 'en'); @@ -777,7 +777,7 @@ test.describe(`${TAG.FUNCTIONAL} `, () => { interactionVariables.forEach((item) => { test(`Verify select with interaction = ${item.interaction}`, { - tag: [TAG.PRIORITY_HIGH, '@select'], + tag: [TAG.PRIORITY_HIGH, '@select', '@badge', '@base-components', '@flex-box', '@typography'], }, async ({ page }) => { await loadPage(page, 'stories/components/select/tests/examples/basic_props_and_trigger_addons.tsx', 'en', item); @@ -821,7 +821,7 @@ test.describe(`${TAG.FUNCTIONAL} `, () => { }); test('Verify that select could be focused programmatically', { - tag: [TAG.PRIORITY_MEDIUM, '@select'], + tag: [TAG.PRIORITY_MEDIUM, '@select', '@base-components', '@flex-box', '@button', '@tooltip', '@typography'], }, async ({ page }) => { await loadPage(page, 'stories/components/select/tests/examples/programmatically_focus.tsx', 'en'); await locators.button(page, 'Set focus').click(); @@ -832,7 +832,7 @@ test.describe(`${TAG.FUNCTIONAL} `, () => { const statusItemStory = 'stories/components/select/tests/examples/on_change_input_search.tsx'; test('Verify screen-reader result count when options are found', { - tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, TAG.KEYBOARD, TAG.ACCESSIBILITY, '@select'], + tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, TAG.KEYBOARD, TAG.ACCESSIBILITY, '@select', '@base-components', '@flex-box', '@typography'], }, async ({ page }) => { await loadPage(page, statusItemStory, 'en'); @@ -851,7 +851,7 @@ test.describe(`${TAG.FUNCTIONAL} `, () => { }); test('Verify visible "Nothing found" when no options match', { - tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, TAG.KEYBOARD, '@select'], + tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, TAG.KEYBOARD, '@select', '@base-components', '@flex-box', '@typography'], }, async ({ page }) => { await loadPage(page, statusItemStory, 'en'); @@ -870,7 +870,7 @@ test.describe(`${TAG.FUNCTIONAL} `, () => { }); test('Verify loading state text is shown', { - tag: [TAG.PRIORITY_MEDIUM, TAG.MOUSE, '@select'], + tag: [TAG.PRIORITY_MEDIUM, TAG.MOUSE, '@select', '@base-components', '@flex-box', '@typography'], }, async ({ page }) => { await loadPage(page, statusItemStory, 'en', { state: 'loading' }); @@ -884,7 +884,7 @@ test.describe(`${TAG.FUNCTIONAL} `, () => { }); test('Verify error state text is shown', { - tag: [TAG.PRIORITY_MEDIUM, TAG.MOUSE, '@select'], + tag: [TAG.PRIORITY_MEDIUM, TAG.MOUSE, '@select', '@base-components', '@flex-box', '@typography'], }, async ({ page }) => { await loadPage(page, statusItemStory, 'en', { state: 'error' }); @@ -900,7 +900,7 @@ test.describe(`${TAG.FUNCTIONAL} `, () => { }); test('Verify custom children override the default status text', { - tag: [TAG.PRIORITY_MEDIUM, TAG.MOUSE, TAG.KEYBOARD, '@select'], + tag: [TAG.PRIORITY_MEDIUM, TAG.MOUSE, TAG.KEYBOARD, '@select', '@base-components', '@flex-box', '@typography'], }, async ({ page }) => { await loadPage(page, statusItemStory, 'en', { customChildren: 'No fruits match your search', 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 b/semcore/select/__tests__/ux-patterns-with-select/auto-suggest.browser-test.tsx index cc548853b7..0225da4300 100644 --- a/semcore/select/__tests__/ux-patterns-with-select/auto-suggest.browser-test.tsx +++ b/semcore/select/__tests__/ux-patterns-with-select/auto-suggest.browser-test.tsx @@ -51,7 +51,7 @@ const expectOptionsToMatch = async (page: Page, query: string) => { ===================================================== */ test.describe(TAG.VISUAL, () => { test('Verify AutoSuggest keyboard navigation states', { - tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, '@select', '@input'], + tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, '@select', '@input', '@base-components', '@flex-box', '@typography'], }, async ({ page }) => { await loadPage(page, examplePath, 'en'); @@ -77,7 +77,7 @@ test.describe(TAG.VISUAL, () => { (['m', 'l'] as const).forEach((size) => { test(`Verify AutoSuggest async loading visual state — size ${size}`, { - tag: [TAG.PRIORITY_MEDIUM, '@select', '@input'], + tag: [TAG.PRIORITY_MEDIUM, '@select', '@input', '@base-components', '@flex-box', '@typography'], }, async ({ page }) => { await loadPage(page, examplePath, 'en', { size, suggestionsSource: 'async', asyncDelay: 3000 }); @@ -114,7 +114,7 @@ test.describe(TAG.FUNCTIONAL, () => { const asyncDelay = 500; test(`Verify AutoSuggest flow — ${suggestionsSource}, ${hasPlaceholder ? 'with' : 'without'} statusItemPlaceholder`, { - tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, '@select', '@input'], + tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, '@select', '@input', '@base-components', '@flex-box', '@typography'], }, async ({ page }) => { await loadPage(page, examplePath, 'en', { suggestionsSource, statusItemPlaceholder, asyncDelay }); @@ -231,7 +231,7 @@ test.describe(TAG.FUNCTIONAL, () => { const optionName = 'british'; // matches only "British Shorthair" test(`Verify AutoSuggest keeps suggestions hidden after selection/Escape — ${suggestionsSource}, ${hasPlaceholder ? 'with' : 'without'} statusItemPlaceholder`, { - tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, TAG.MOUSE, '@select', '@input'], + tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, TAG.MOUSE, '@select', '@input', '@base-components', '@flex-box', '@typography'], }, async ({ page }) => { await loadPage(page, examplePath, 'en', { suggestionsSource, statusItemPlaceholder, asyncDelay }); @@ -349,7 +349,7 @@ test.describe(TAG.FUNCTIONAL, () => { }); test('Verify AutoSuggest filters suggestions incrementally as characters are typed', { - tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, '@select', '@input'], + tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, '@select', '@input', '@base-components', '@flex-box', '@typography'], }, async ({ page }) => { await loadPage(page, examplePath, 'en'); @@ -370,7 +370,7 @@ test.describe(TAG.FUNCTIONAL, () => { }); test('Verify AutoSuggest autoFocus focuses the input and opens matches options when some value pre defined', { - tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, '@select', '@input'], + tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, '@select', '@input', '@base-components', '@flex-box', '@typography'], }, async ({ page }) => { await loadPage(page, examplePath, 'en', { autoFocus: true, initialValue: 'p' }); @@ -380,7 +380,7 @@ test.describe(TAG.FUNCTIONAL, () => { }); test('Verify AutoSuggest defaultValue mode initializes the input and opens matches on focus', { - tag: [TAG.PRIORITY_MEDIUM, TAG.KEYBOARD, '@select', '@input'], + tag: [TAG.PRIORITY_MEDIUM, TAG.KEYBOARD, '@select', '@input', '@base-components', '@flex-box', '@typography'], }, async ({ page }) => { await loadPage(page, examplePath, 'en', { valueMode: 'defaultValue', initialValue: 'p', autoFocus: true }); @@ -390,7 +390,7 @@ test.describe(TAG.FUNCTIONAL, () => { }); test('Verify AutoSuggest focus states', { - tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, '@select', '@input'], + tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, '@select', '@input', '@base-components', '@flex-box', '@typography'], }, async ({ page }) => { await test.step('Verify matching prefilled value opens options on focus', async () => { await loadPage(page, examplePath, 'en', { initialValue: 'p' }); @@ -407,7 +407,7 @@ test.describe(TAG.FUNCTIONAL, () => { }); test('Verify AutoSuggest mouse selection sets the value and editing reopens suggestions', { - tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, '@select', '@input'], + tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, '@select', '@input', '@base-components', '@flex-box', '@typography'], }, async ({ page }) => { await loadPage(page, examplePath, 'en'); @@ -437,7 +437,7 @@ test.describe(TAG.FUNCTIONAL, () => { }); test('Verify AutoSuggest accepts regexp-like characters in query', { - tag: [TAG.PRIORITY_MEDIUM, TAG.KEYBOARD, '@select', '@input'], + tag: [TAG.PRIORITY_MEDIUM, TAG.KEYBOARD, '@select', '@input', '@base-components', '@flex-box', '@typography'], }, async ({ page }) => { await loadPage(page, examplePath, 'en'); @@ -451,7 +451,7 @@ test.describe(TAG.FUNCTIONAL, () => { }); test('Verify AutoSuggest ignores stale async results', { - tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, '@select', '@input'], + tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, '@select', '@input', '@base-components', '@flex-box', '@typography'], }, async ({ page }) => { await loadPage(page, examplePath, 'en', { suggestionsSource: 'async', asyncDelay: 700 }); @@ -467,7 +467,7 @@ test.describe(TAG.FUNCTIONAL, () => { }); test('Verify AutoSuggest highlight preserves the original case of the option', { - tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, '@select', '@input'], + tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, '@select', '@input', '@base-components', '@flex-box', '@typography'], }, async ({ page }) => { await loadPage(page, examplePath, 'en'); @@ -483,7 +483,7 @@ test.describe(TAG.FUNCTIONAL, () => { }); test('Verify AutoSuggest renders HTML in option text as plain text', { - tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, '@select', '@input'], + tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, '@select', '@input', '@base-components', '@flex-box', '@typography'], }, async ({ page }) => { const dialogs: string[] = []; page.on('dialog', async (dialog) => { @@ -514,7 +514,7 @@ test.describe(TAG.FUNCTIONAL, () => { }); test('Verify AutoSuggest accepts a matching regexp-like option without crashing', { - tag: [TAG.PRIORITY_MEDIUM, TAG.KEYBOARD, '@select', '@input'], + tag: [TAG.PRIORITY_MEDIUM, TAG.KEYBOARD, '@select', '@input', '@base-components', '@flex-box', '@typography'], }, async ({ page }) => { await loadPage(page, examplePath, 'en'); @@ -526,7 +526,7 @@ test.describe(TAG.FUNCTIONAL, () => { }); test('Verify AutoSuggest arrow navigation moves sequentially in an open list', { - tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, '@select', '@input'], + tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, '@select', '@input', '@base-components', '@flex-box', '@typography'], }, async ({ page }) => { await loadPage(page, examplePath, 'en'); @@ -543,7 +543,7 @@ test.describe(TAG.FUNCTIONAL, () => { }); test('Verify AutoSuggest arrows reopen the list after Escape and highlight the first/last option', { - tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, '@select', '@input'], + tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, '@select', '@input', '@base-components', '@flex-box', '@typography'], }, async ({ page }) => { await loadPage(page, examplePath, 'en'); @@ -575,7 +575,7 @@ test.describe(TAG.FUNCTIONAL, () => { }); test('Verify AutoSuggest readOnly prevents typing and opening suggestions', { - tag: [TAG.PRIORITY_MEDIUM, TAG.KEYBOARD, '@select', '@input'], + tag: [TAG.PRIORITY_MEDIUM, TAG.KEYBOARD, '@select', '@input', '@base-components', '@flex-box', '@typography'], }, async ({ page }) => { await loadPage(page, examplePath, 'en', { readOnly: true }); @@ -593,7 +593,7 @@ test.describe(TAG.FUNCTIONAL, () => { const compositionInput = (page: Page) => page.getByLabel('Your pet breed'); test('Verify AutoSuggest renders via explicit compound subcomponents', { - tag: [TAG.PRIORITY_HIGH, '@select', '@input'], + tag: [TAG.PRIORITY_HIGH, '@select', '@input', '@base-components', '@flex-box', '@typography'], }, async ({ page }) => { await loadPage(page, compositionPath, 'en'); @@ -606,7 +606,7 @@ test.describe(TAG.FUNCTIONAL, () => { }); test('Verify AutoSuggest custom StartTypingState renders its own content', { - tag: [TAG.PRIORITY_HIGH, '@select', '@input'], + tag: [TAG.PRIORITY_HIGH, '@select', '@input', '@base-components', '@flex-box', '@typography'], }, async ({ page }) => { await loadPage(page, compositionPath, 'en', { customStartTyping: true }); @@ -616,7 +616,7 @@ test.describe(TAG.FUNCTIONAL, () => { }); test('Verify AutoSuggest custom SuggestionItem overrides the option rendering', { - tag: [TAG.PRIORITY_HIGH, '@select', '@input'], + tag: [TAG.PRIORITY_HIGH, '@select', '@input', '@base-components', '@flex-box', '@typography'], }, async ({ page }) => { await loadPage(page, compositionPath, 'en', { customSuggestionItem: true }); @@ -630,7 +630,7 @@ test.describe(TAG.FUNCTIONAL, () => { }); test('Verify AutoSuggest popper width and max-height are configurable', { - tag: [TAG.PRIORITY_MEDIUM, '@select', '@input'], + tag: [TAG.PRIORITY_MEDIUM, '@select', '@input', '@base-components', '@flex-box', '@typography'], }, async ({ page }) => { await loadPage(page, compositionPath, 'en', { width: 320, popperWidth: 420, popperMaxHeight: 120 }); @@ -647,7 +647,7 @@ test.describe(TAG.FUNCTIONAL, () => { }); test('Verify AutoSuggest custom LoadingState renders its own content', { - tag: [TAG.PRIORITY_MEDIUM, '@select', '@input'], + tag: [TAG.PRIORITY_MEDIUM, '@select', '@input', '@base-components', '@flex-box', '@typography', '@spin'], }, async ({ page }) => { await loadPage(page, compositionPath, 'en', { suggestionsSource: 'async', 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 b/semcore/select/__tests__/ux-patterns-with-select/combobox.browser-test.tsx index d8099157b8..988a266d3c 100644 --- a/semcore/select/__tests__/ux-patterns-with-select/combobox.browser-test.tsx +++ b/semcore/select/__tests__/ux-patterns-with-select/combobox.browser-test.tsx @@ -14,7 +14,7 @@ const locators = { ===================================================== */ test.describe(TAG.VISUAL, () => { test('Verify Combobox menu opened state', { - tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, '@select', '@input'], + tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, '@select', '@input', '@base-components', '@flex-box', '@typography'], }, async ({ page }) => { await loadPage(page, 'stories/patterns/ux-patterns/auto-suggest/docs/examples/combobox_example.tsx', 'en'); @@ -26,7 +26,7 @@ test.describe(TAG.VISUAL, () => { }); test('Verify Combobox with typed value', { - tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, '@select', '@input'], + tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, '@select', '@input', '@base-components', '@flex-box', '@typography'], }, async ({ page }) => { await loadPage(page, 'stories/patterns/ux-patterns/auto-suggest/docs/examples/combobox_example.tsx', 'en'); @@ -39,7 +39,7 @@ test.describe(TAG.VISUAL, () => { }); test('Verify Combobox arrows navigation state', { - tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, '@select', '@input'], + tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, '@select', '@input', '@base-components', '@flex-box', '@typography'], }, async ({ page }) => { await loadPage(page, 'stories/patterns/ux-patterns/auto-suggest/docs/examples/combobox_example.tsx', 'en'); @@ -63,7 +63,7 @@ test.describe(TAG.VISUAL, () => { ===================================================== */ test.describe(TAG.FUNCTIONAL, () => { test('Verify Combobox keyboard navigation', { - tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, '@select', '@input'], + tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, '@select', '@input', '@base-components', '@flex-box', '@typography'], }, async ({ page }) => { await loadPage(page, 'stories/patterns/ux-patterns/auto-suggest/docs/examples/combobox_example.tsx', 'en'); 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 b/semcore/select/__tests__/ux-patterns-with-select/input-phone.browser-test.tsx index 7edee154ac..d3615b5e22 100644 --- a/semcore/select/__tests__/ux-patterns-with-select/input-phone.browser-test.tsx +++ b/semcore/select/__tests__/ux-patterns-with-select/input-phone.browser-test.tsx @@ -16,7 +16,7 @@ const locators = { ===================================================== */ test.describe(TAG.VISUAL, () => { test('Verify Input Phone keyboard interaction', { - tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, '@select', '@input'], + tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, '@select', '@input', '@base-components', '@flex-box', '@button-link', '@input-mask', '@typography'], }, async ({ page }) => { await loadPage(page, 'stories/patterns/ux-patterns/input-phone/docs/examples/known_country_and_number_format.tsx', 'en'); @@ -43,7 +43,7 @@ test.describe(TAG.VISUAL, () => { ===================================================== */ test.describe(TAG.FUNCTIONAL, () => { test('Verify Input Phone Functionality', { - tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, '@select', '@input'], + tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, '@select', '@input', '@base-components', '@flex-box', '@button-link', '@input-mask', '@typography'], }, async ({ page }) => { await loadPage(page, 'stories/patterns/ux-patterns/input-phone/docs/examples/known_country_and_number_format.tsx', 'en'); 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 b/semcore/switch/__tests__/switch.browser-test.tsx index 5b060a91e2..098b4f5eaa 100644 --- a/semcore/switch/__tests__/switch.browser-test.tsx +++ b/semcore/switch/__tests__/switch.browser-test.tsx @@ -211,7 +211,10 @@ test.describe(`${TAG.FUNCTIONAL} `, () => { test('Verify switch with external label changes state by mouse interactions', { tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, - '@switch'], + '@switch', + '@base-components', + '@flex-box', + '@typography'], }, async ({ page }) => { await loadPage(page, 'stories/components/switch/docs/examples/external_label.tsx', 'en'); 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..907c29e46b 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-l-theme-success-1-firefox-linux.png b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Active-with-icons-with-size-l-theme-success-1-firefox-linux.png index c44e945592..d1ba202d85 100644 Binary files a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Active-with-icons-with-size-l-theme-success-1-firefox-linux.png and b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Active-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-Active-with-icons-with-size-l-theme-success-1-webkit-linux.png b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Active-with-icons-with-size-l-theme-success-1-webkit-linux.png index 54e6a5119a..b255134fd3 100644 Binary files a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Active-with-icons-with-size-l-theme-success-1-webkit-linux.png and b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Active-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-Active-with-icons-with-size-l-theme-success-2-chromium-linux.png b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Active-with-icons-with-size-l-theme-success-2-chromium-linux.png index cbdb05d743..3914c7f687 100644 Binary files a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Active-with-icons-with-size-l-theme-success-2-chromium-linux.png and b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Active-with-icons-with-size-l-theme-success-2-chromium-linux.png differ diff --git a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Active-with-icons-with-size-l-theme-success-2-firefox-linux.png b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Active-with-icons-with-size-l-theme-success-2-firefox-linux.png index 0965e7f04d..600492d1b8 100644 Binary files a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Active-with-icons-with-size-l-theme-success-2-firefox-linux.png and b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Active-with-icons-with-size-l-theme-success-2-firefox-linux.png differ diff --git a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Active-with-icons-with-size-l-theme-success-2-webkit-linux.png b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Active-with-icons-with-size-l-theme-success-2-webkit-linux.png index f32300395a..8940e39395 100644 Binary files a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Active-with-icons-with-size-l-theme-success-2-webkit-linux.png and b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Active-with-icons-with-size-l-theme-success-2-webkit-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..ccd50da2c7 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-icons-with-size-xl-theme-dark-violet-1-firefox-linux.png b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Active-with-icons-with-size-xl-theme-dark-violet-1-firefox-linux.png index ec140d6a41..ad031abea8 100644 Binary files a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Active-with-icons-with-size-xl-theme-dark-violet-1-firefox-linux.png and b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Active-with-icons-with-size-xl-theme-dark-violet-1-firefox-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-webkit-linux.png b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Active-with-icons-with-size-xl-theme-dark-violet-1-webkit-linux.png index 7e698e45cc..689f84788c 100644 Binary files a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Active-with-icons-with-size-xl-theme-dark-violet-1-webkit-linux.png and b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Active-with-icons-with-size-xl-theme-dark-violet-1-webkit-linux.png differ diff --git a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Active-with-icons-with-size-xl-theme-info-1-chromium-linux.png b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Active-with-icons-with-size-xl-theme-info-1-chromium-linux.png index ae689b11d4..cced6088e7 100644 Binary files a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Active-with-icons-with-size-xl-theme-info-1-chromium-linux.png and b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Active-with-icons-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-icons-with-size-xl-theme-info-1-firefox-linux.png b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Active-with-icons-with-size-xl-theme-info-1-firefox-linux.png index a8afdad2fe..9a8e5c475e 100644 Binary files a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Active-with-icons-with-size-xl-theme-info-1-firefox-linux.png and b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Active-with-icons-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-icons-with-size-xl-theme-info-1-webkit-linux.png b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Active-with-icons-with-size-xl-theme-info-1-webkit-linux.png index 6ed98c2897..1e5fe995ed 100644 Binary files a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Active-with-icons-with-size-xl-theme-info-1-webkit-linux.png and b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Active-with-icons-with-size-xl-theme-info-1-webkit-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..de0ca8cf0f 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..390dcdc535 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..2176c4c54b 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-l-theme-blanchedalmond-2-chromium-linux.png b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Active-with-long-text-with-size-l-theme-blanchedalmond-2-chromium-linux.png index c4900d42b2..7c0dd19024 100644 Binary files a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Active-with-long-text-with-size-l-theme-blanchedalmond-2-chromium-linux.png and b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Active-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-Active-with-long-text-with-size-l-theme-blanchedalmond-2-firefox-linux.png b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Active-with-long-text-with-size-l-theme-blanchedalmond-2-firefox-linux.png index 637d6815f2..555e20a9b3 100644 Binary files a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Active-with-long-text-with-size-l-theme-blanchedalmond-2-firefox-linux.png and b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Active-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-Active-with-long-text-with-size-l-theme-blanchedalmond-2-webkit-linux.png b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Active-with-long-text-with-size-l-theme-blanchedalmond-2-webkit-linux.png index 7d022ae3e0..21e2025917 100644 Binary files a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Active-with-long-text-with-size-l-theme-blanchedalmond-2-webkit-linux.png and b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Active-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-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..84fb4b990a 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..2c9149c51a 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..052f0fac84 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-m-theme-success-2-chromium-linux.png b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Active-with-long-text-with-size-m-theme-success-2-chromium-linux.png index be0fb5330a..7b2ff32363 100644 Binary files a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Active-with-long-text-with-size-m-theme-success-2-chromium-linux.png and b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Active-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-Active-with-long-text-with-size-m-theme-success-2-firefox-linux.png b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Active-with-long-text-with-size-m-theme-success-2-firefox-linux.png index 4ff2f82c64..b462a1c87f 100644 Binary files a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Active-with-long-text-with-size-m-theme-success-2-firefox-linux.png and b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Active-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-Active-with-long-text-with-size-m-theme-success-2-webkit-linux.png b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Active-with-long-text-with-size-m-theme-success-2-webkit-linux.png index fbe1132ce9..2a137b1e51 100644 Binary files a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Active-with-long-text-with-size-m-theme-success-2-webkit-linux.png and b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Active-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-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-Active-with-long-text-with-size-xl-theme-info-2-chromium-linux.png b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Active-with-long-text-with-size-xl-theme-info-2-chromium-linux.png index f34c85f06e..a93f65faef 100644 Binary files a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Active-with-long-text-with-size-xl-theme-info-2-chromium-linux.png and b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Active-with-long-text-with-size-xl-theme-info-2-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-2-firefox-linux.png b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Active-with-long-text-with-size-xl-theme-info-2-firefox-linux.png index 3f38a334a0..921bc24f10 100644 Binary files a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Active-with-long-text-with-size-xl-theme-info-2-firefox-linux.png and b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Active-with-long-text-with-size-xl-theme-info-2-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-2-webkit-linux.png b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Active-with-long-text-with-size-xl-theme-info-2-webkit-linux.png index 8510cf2241..5494909eb3 100644 Binary files a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Active-with-long-text-with-size-xl-theme-info-2-webkit-linux.png and b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Active-with-long-text-with-size-xl-theme-info-2-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..599f08f231 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..cadc655dcb 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..0e7cf448b6 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..a3da75486b 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..b36c42262e 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..98d37dc8d5 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..6c282c3b1c 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..410f398bf8 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..ba2f3f06f4 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-m-t-9d990-hecked-true-and-defaultChecked-undefined-1-chromium-linux.png b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-Switch-with-size-m-t-9d990-hecked-true-and-defaultChecked-undefined-1-chromium-linux.png index a6685f5d34..3d029616b5 100644 Binary files a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-Switch-with-size-m-t-9d990-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-m-t-9d990-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-m-t-9d990-hecked-true-and-defaultChecked-undefined-1-firefox-linux.png b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-Switch-with-size-m-t-9d990-hecked-true-and-defaultChecked-undefined-1-firefox-linux.png index e8ee9e6645..f3a1bb081e 100644 Binary files a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-Switch-with-size-m-t-9d990-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-m-t-9d990-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-m-t-9d990-hecked-true-and-defaultChecked-undefined-1-webkit-linux.png b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-Switch-with-size-m-t-9d990-hecked-true-and-defaultChecked-undefined-1-webkit-linux.png index bce4c6cfc0..d018a73e34 100644 Binary files a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-Switch-with-size-m-t-9d990-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-m-t-9d990-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--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..4d796b0bc1 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..90f0d17b5b 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..6056452625 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..84228258ea 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..3ad44ae301 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..6b6e1ce243 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-icons-with-size-xl-theme-info-1-chromium-linux.png b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-with-icons-with-size-xl-theme-info-1-chromium-linux.png index 21d0ae931b..71f2f5bca2 100644 Binary files a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-with-icons-with-size-xl-theme-info-1-chromium-linux.png and b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-with-icons-with-size-xl-theme-info-1-chromium-linux.png differ diff --git a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-with-icons-with-size-xl-theme-info-1-firefox-linux.png b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-with-icons-with-size-xl-theme-info-1-firefox-linux.png index ccd8ec810c..eea2e7620d 100644 Binary files a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-with-icons-with-size-xl-theme-info-1-firefox-linux.png and b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-with-icons-with-size-xl-theme-info-1-firefox-linux.png differ diff --git a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-with-icons-with-size-xl-theme-info-1-webkit-linux.png b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-with-icons-with-size-xl-theme-info-1-webkit-linux.png index 059e3c12c0..8c36fe7956 100644 Binary files a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-with-icons-with-size-xl-theme-info-1-webkit-linux.png and b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-with-icons-with-size-xl-theme-info-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..a3b107099a 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..e7bd4ea2ee 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..d21589b36c 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..a3b107099a 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..e7bd4ea2ee 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..d21589b36c 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..63462bd2b4 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..5f6ea75a4d 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..7df0752e21 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..63462bd2b4 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..5f6ea75a4d 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..7df0752e21 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-Disabled-with-long-text-with-size-xl-theme-info-1-chromium-linux.png b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-with-long-text-with-size-xl-theme-info-1-chromium-linux.png index d77bcd8b0e..a97234905f 100644 Binary files a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-with-long-text-with-size-xl-theme-info-1-chromium-linux.png and b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-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-Disabled-with-long-text-with-size-xl-theme-info-1-firefox-linux.png b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-with-long-text-with-size-xl-theme-info-1-firefox-linux.png index 9b7982e064..ca28e16923 100644 Binary files a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-with-long-text-with-size-xl-theme-info-1-firefox-linux.png and b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-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-Disabled-with-long-text-with-size-xl-theme-info-1-webkit-linux.png b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-with-long-text-with-size-xl-theme-info-1-webkit-linux.png index 36e883833c..b8d00165b4 100644 Binary files a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-with-long-text-with-size-xl-theme-info-1-webkit-linux.png and b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-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-with-long-text-with-size-xl-theme-info-2-chromium-linux.png b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-with-long-text-with-size-xl-theme-info-2-chromium-linux.png index d77bcd8b0e..a97234905f 100644 Binary files a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-with-long-text-with-size-xl-theme-info-2-chromium-linux.png and b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-with-long-text-with-size-xl-theme-info-2-chromium-linux.png differ diff --git a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-with-long-text-with-size-xl-theme-info-2-firefox-linux.png b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-with-long-text-with-size-xl-theme-info-2-firefox-linux.png index 9b7982e064..ca28e16923 100644 Binary files a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-with-long-text-with-size-xl-theme-info-2-firefox-linux.png and b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-with-long-text-with-size-xl-theme-info-2-firefox-linux.png differ diff --git a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-with-long-text-with-size-xl-theme-info-2-webkit-linux.png b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-with-long-text-with-size-xl-theme-info-2-webkit-linux.png index 36e883833c..b8d00165b4 100644 Binary files a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-with-long-text-with-size-xl-theme-info-2-webkit-linux.png and b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-Disabled-with-long-text-with-size-xl-theme-info-2-webkit-linux.png differ diff --git a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-active-Switch-with-size-l-the-e0ee5-hecked-undefined-and-defaultChecked-true-1-chromium-linux.png b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-active-Switch-with-size-l-the-e0ee5-hecked-undefined-and-defaultChecked-true-1-chromium-linux.png index 73014bdb15..f319f66e74 100644 Binary files a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-active-Switch-with-size-l-the-e0ee5-hecked-undefined-and-defaultChecked-true-1-chromium-linux.png and b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-active-Switch-with-size-l-the-e0ee5-hecked-undefined-and-defaultChecked-true-1-chromium-linux.png differ diff --git a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-active-Switch-with-size-l-the-e0ee5-hecked-undefined-and-defaultChecked-true-1-firefox-linux.png b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-active-Switch-with-size-l-the-e0ee5-hecked-undefined-and-defaultChecked-true-1-firefox-linux.png index 59a450a3f0..d2e6c3ed61 100644 Binary files a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-active-Switch-with-size-l-the-e0ee5-hecked-undefined-and-defaultChecked-true-1-firefox-linux.png and b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-active-Switch-with-size-l-the-e0ee5-hecked-undefined-and-defaultChecked-true-1-firefox-linux.png differ diff --git a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-active-Switch-with-size-l-the-e0ee5-hecked-undefined-and-defaultChecked-true-1-webkit-linux.png b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-active-Switch-with-size-l-the-e0ee5-hecked-undefined-and-defaultChecked-true-1-webkit-linux.png index 1cebbd809b..e9141b0010 100644 Binary files a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-active-Switch-with-size-l-the-e0ee5-hecked-undefined-and-defaultChecked-true-1-webkit-linux.png and b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-active-Switch-with-size-l-the-e0ee5-hecked-undefined-and-defaultChecked-true-1-webkit-linux.png differ diff --git a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-active-Switch-with-size-l-the-f4675-ecked-false-and-defaultChecked-undefined-1-chromium-linux.png b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-active-Switch-with-size-l-the-f4675-ecked-false-and-defaultChecked-undefined-1-chromium-linux.png index 71832f0068..cc69047d3b 100644 Binary files a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-active-Switch-with-size-l-the-f4675-ecked-false-and-defaultChecked-undefined-1-chromium-linux.png and b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-active-Switch-with-size-l-the-f4675-ecked-false-and-defaultChecked-undefined-1-chromium-linux.png differ diff --git a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-active-Switch-with-size-l-the-f4675-ecked-false-and-defaultChecked-undefined-1-firefox-linux.png b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-active-Switch-with-size-l-the-f4675-ecked-false-and-defaultChecked-undefined-1-firefox-linux.png index 47ed13e037..5a4f86ee47 100644 Binary files a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-active-Switch-with-size-l-the-f4675-ecked-false-and-defaultChecked-undefined-1-firefox-linux.png and b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-active-Switch-with-size-l-the-f4675-ecked-false-and-defaultChecked-undefined-1-firefox-linux.png differ diff --git a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-active-Switch-with-size-l-the-f4675-ecked-false-and-defaultChecked-undefined-1-webkit-linux.png b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-active-Switch-with-size-l-the-f4675-ecked-false-and-defaultChecked-undefined-1-webkit-linux.png index 70a1facafd..46b3b28d5f 100644 Binary files a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-active-Switch-with-size-l-the-f4675-ecked-false-and-defaultChecked-undefined-1-webkit-linux.png and b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-active-Switch-with-size-l-the-f4675-ecked-false-and-defaultChecked-undefined-1-webkit-linux.png differ diff --git a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-active-Switch-with-size-m-the-e7925-ecked-false-and-defaultChecked-undefined-1-chromium-linux.png b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-active-Switch-with-size-m-the-e7925-ecked-false-and-defaultChecked-undefined-1-chromium-linux.png index 6b32e56f49..ecca6845d5 100644 Binary files a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-active-Switch-with-size-m-the-e7925-ecked-false-and-defaultChecked-undefined-1-chromium-linux.png and b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-active-Switch-with-size-m-the-e7925-ecked-false-and-defaultChecked-undefined-1-chromium-linux.png differ diff --git a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-active-Switch-with-size-m-the-e7925-ecked-false-and-defaultChecked-undefined-1-firefox-linux.png b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-active-Switch-with-size-m-the-e7925-ecked-false-and-defaultChecked-undefined-1-firefox-linux.png index 198d6eae2f..843c19aa33 100644 Binary files a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-active-Switch-with-size-m-the-e7925-ecked-false-and-defaultChecked-undefined-1-firefox-linux.png and b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-active-Switch-with-size-m-the-e7925-ecked-false-and-defaultChecked-undefined-1-firefox-linux.png differ diff --git a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-active-Switch-with-size-m-the-e7925-ecked-false-and-defaultChecked-undefined-1-webkit-linux.png b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-active-Switch-with-size-m-the-e7925-ecked-false-and-defaultChecked-undefined-1-webkit-linux.png index ada79d5149..1e1e252db0 100644 Binary files a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-active-Switch-with-size-m-the-e7925-ecked-false-and-defaultChecked-undefined-1-webkit-linux.png and b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-active-Switch-with-size-m-the-e7925-ecked-false-and-defaultChecked-undefined-1-webkit-linux.png differ diff --git a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-active-Switch-with-size-m-the-f3997-hecked-true-and-defaultChecked-undefined-1-chromium-linux.png b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-active-Switch-with-size-m-the-f3997-hecked-true-and-defaultChecked-undefined-1-chromium-linux.png index bf938ba87d..7f528a5f86 100644 Binary files a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-active-Switch-with-size-m-the-f3997-hecked-true-and-defaultChecked-undefined-1-chromium-linux.png and b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-active-Switch-with-size-m-the-f3997-hecked-true-and-defaultChecked-undefined-1-chromium-linux.png differ diff --git a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-active-Switch-with-size-m-the-f3997-hecked-true-and-defaultChecked-undefined-1-firefox-linux.png b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-active-Switch-with-size-m-the-f3997-hecked-true-and-defaultChecked-undefined-1-firefox-linux.png index 3007744084..1334007ab5 100644 Binary files a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-active-Switch-with-size-m-the-f3997-hecked-true-and-defaultChecked-undefined-1-firefox-linux.png and b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-active-Switch-with-size-m-the-f3997-hecked-true-and-defaultChecked-undefined-1-firefox-linux.png differ diff --git a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-active-Switch-with-size-m-the-f3997-hecked-true-and-defaultChecked-undefined-1-webkit-linux.png b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-active-Switch-with-size-m-the-f3997-hecked-true-and-defaultChecked-undefined-1-webkit-linux.png index c349310460..816275bea5 100644 Binary files a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-active-Switch-with-size-m-the-f3997-hecked-true-and-defaultChecked-undefined-1-webkit-linux.png and b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-active-Switch-with-size-m-the-f3997-hecked-true-and-defaultChecked-undefined-1-webkit-linux.png differ diff --git a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-active-Switch-with-size-xl-th-f5373-hecked-true-and-defaultChecked-undefined-1-chromium-linux.png b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-active-Switch-with-size-xl-th-f5373-hecked-true-and-defaultChecked-undefined-1-chromium-linux.png index bd0230bc83..9ec13875d9 100644 Binary files a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-active-Switch-with-size-xl-th-f5373-hecked-true-and-defaultChecked-undefined-1-chromium-linux.png and b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-active-Switch-with-size-xl-th-f5373-hecked-true-and-defaultChecked-undefined-1-chromium-linux.png differ diff --git a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-active-Switch-with-size-xl-th-f5373-hecked-true-and-defaultChecked-undefined-1-firefox-linux.png b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-active-Switch-with-size-xl-th-f5373-hecked-true-and-defaultChecked-undefined-1-firefox-linux.png index ae321a1c4a..fa99dd9d91 100644 Binary files a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-active-Switch-with-size-xl-th-f5373-hecked-true-and-defaultChecked-undefined-1-firefox-linux.png and b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-active-Switch-with-size-xl-th-f5373-hecked-true-and-defaultChecked-undefined-1-firefox-linux.png differ diff --git a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-active-Switch-with-size-xl-th-f5373-hecked-true-and-defaultChecked-undefined-1-webkit-linux.png b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-active-Switch-with-size-xl-th-f5373-hecked-true-and-defaultChecked-undefined-1-webkit-linux.png index b69fd2b78c..72f84bac7f 100644 Binary files a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-active-Switch-with-size-xl-th-f5373-hecked-true-and-defaultChecked-undefined-1-webkit-linux.png and b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-active-Switch-with-size-xl-th-f5373-hecked-true-and-defaultChecked-undefined-1-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..4391129726 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..09b9d4f5dd 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..fa277d26fa 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/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-custom-addon-2-chromium-linux.png b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-custom-addon-2-chromium-linux.png index 3ae7afef82..2241437778 100644 Binary files a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-custom-addon-2-chromium-linux.png and b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-custom-addon-2-chromium-linux.png differ diff --git a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-custom-addon-2-firefox-linux.png b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-custom-addon-2-firefox-linux.png index b398e89a44..295584d7f4 100644 Binary files a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-custom-addon-2-firefox-linux.png and b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-custom-addon-2-firefox-linux.png differ diff --git a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-custom-addon-2-webkit-linux.png b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-custom-addon-2-webkit-linux.png index 248e6cbaf7..8bb664e997 100644 Binary files a/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-custom-addon-2-webkit-linux.png and b/semcore/switch/__tests__/switch.browser-test.tsx-snapshots/-visual-Verify-custom-addon-2-webkit-linux.png differ diff --git a/semcore/switch/src/Switch.tsx b/semcore/switch/src/Switch.tsx index 500594bafc..83c7321164 100644 --- a/semcore/switch/src/Switch.tsx +++ b/semcore/switch/src/Switch.tsx @@ -50,7 +50,7 @@ class SwitchRoot extends Component< }; getValueProps() { - const { theme, uid, disabled } = this.asProps; + const { theme, uid, disabled, size } = this.asProps; const { active } = this.state; return { @@ -60,6 +60,7 @@ class SwitchRoot extends Component< uid, active, disabled, + size, }; } @@ -172,6 +173,7 @@ class Value extends Component< { 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 11e8f4b702..6d7e0b513f 100644 --- a/semcore/time-picker/__tests__/time-picker.browser-test.tsx +++ b/semcore/time-picker/__tests__/time-picker.browser-test.tsx @@ -29,7 +29,7 @@ test.describe(`${TAG.VISUAL} `, () => { variablesStatesAndSizes.forEach((item) => { test(`Verify TimePicker with is12Hour=${item.is12Hour} state= ${item.state} size= ${item.size}`, { tag: [TAG.PRIORITY_HIGH, - '@time-picker'], + '@time-picker', '@base-components', '@flex-box', '@typography'], }, async ({ page }) => { await loadPage(page, 'stories/components/time-picker/tests/examples/different_cases.tsx', 'en', item); @@ -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'); } }, @@ -90,7 +90,7 @@ test.describe(`${TAG.VISUAL} `, () => { variablesDisabledStatesSizes.forEach((item) => { test(`Verify disabled TimePicker with state= ${item.state} size= ${item.size} is12Hour=${item.is12Hour}`, { tag: [TAG.PRIORITY_HIGH, - '@time-picker'], + '@time-picker', '@base-components', '@flex-box', '@typography'], }, async ({ page }) => { await loadPage(page, 'stories/components/time-picker/tests/examples/different_cases.tsx', 'en', item); await expect(page).toHaveScreenshot(); @@ -106,7 +106,7 @@ test.describe(`${TAG.VISUAL} `, () => { variablesValueandDefaultValue.forEach((item) => { test(`Verify TimePicker with value= ${item.value} defaultValue= ${item.defaultValue} is12Hour=${item.is12Hour}`, { tag: [TAG.PRIORITY_HIGH, - '@time-picker'], + '@time-picker', '@base-components', '@flex-box', '@typography'], }, async ({ page }) => { await loadPage(page, 'stories/components/time-picker/tests/examples/different_cases.tsx', 'en', item); await expect(page).toHaveScreenshot(); @@ -115,7 +115,7 @@ test.describe(`${TAG.VISUAL} `, () => { test('Verify hours and minutes listboxes with and without step ', { tag: [TAG.PRIORITY_HIGH, - '@time-picker'], + '@time-picker', '@base-components', '@flex-box', '@typography'], }, async ({ page }) => { await loadPage(page, 'stories/components/time-picker/tests/examples/different_cases.tsx', 'en'); @@ -164,7 +164,7 @@ test.describe(`${TAG.FUNCTIONAL} `, () => { test('Verify expanded Time Picker with format keyboard interactions', { tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, - '@time-picker'], + '@time-picker', '@base-components', '@flex-box', '@typography'], }, async ({ page }) => { await loadPage(page, 'stories/components/time-picker/docs/examples/expanded_access_to_all_the_components.tsx', 'en'); @@ -268,7 +268,7 @@ test.describe(`${TAG.FUNCTIONAL} `, () => { test('Verify Time Picker inputs has correct aria-invalid value for invalid state', { tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, - '@time-picker'], + '@time-picker', '@base-components', '@flex-box', '@typography'], }, async ({ page }) => { await loadPage(page, 'stories/components/time-picker/tests/examples/different_cases.tsx', 'en', { state: 'invalid' }); @@ -279,7 +279,7 @@ test.describe(`${TAG.FUNCTIONAL} `, () => { test('Verify Time Picker expanded with format mouse interactions', { tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, - '@time-picker'], + '@time-picker', '@base-components', '@flex-box', '@typography'], }, async ({ page }) => { await loadPage(page, 'stories/components/time-picker/docs/examples/expanded_access_to_all_the_components.tsx', 'en'); @@ -332,7 +332,7 @@ test.describe(`${TAG.FUNCTIONAL} `, () => { test('Verify Time Picker base with format keyboard interactions', { tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, - '@time-picker'], + '@time-picker', '@base-components', '@flex-box', '@typography'], }, async ({ page }) => { await loadPage(page, 'stories/components/time-picker/tests/examples/different_cases.tsx', 'en', { is12Hour: true }); @@ -468,7 +468,7 @@ test.describe(`${TAG.FUNCTIONAL} `, () => { test('Verify Time Picker base without format keyboard interactions', { tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, - '@time-picker'], + '@time-picker', '@base-components', '@flex-box', '@typography'], }, async ({ page }) => { await loadPage(page, 'stories/components/time-picker/tests/examples/different_cases.tsx', 'en', { is12Hour: false }); @@ -535,7 +535,7 @@ test.describe(`${TAG.FUNCTIONAL} `, () => { test('Verify Format changing when value empty', { tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, - '@time-picker'], + '@time-picker', '@base-components', '@flex-box', '@typography'], }, async ({ page }) => { await loadPage(page, 'stories/components/time-picker/docs/examples/expanded_access_to_all_the_components.tsx', 'en'); const formatButton = page.locator('[data-ui-name="TimePicker.Format"] span'); @@ -561,7 +561,7 @@ test.describe(`${TAG.FUNCTIONAL} `, () => { test('Verify valid time is logged to console when selecting from list or entering manually', { tag: [TAG.PRIORITY_HIGH, TAG.FUNCTIONAL, - '@time-picker'], + '@time-picker', '@base-components', '@flex-box', '@button', '@typography'], }, async ({ page }) => { const consoleMessages: string[] = []; @@ -658,7 +658,7 @@ test.describe(`${TAG.FUNCTIONAL} `, () => { test('Verify 24-hour mode returns 12 when entering noon manually', { tag: [TAG.PRIORITY_HIGH, TAG.FUNCTIONAL, - '@time-picker'], + '@time-picker', '@base-components', '@flex-box', '@button', '@typography'], }, async ({ page }) => { const consoleMessages: string[] = []; @@ -689,7 +689,7 @@ test.describe(`${TAG.FUNCTIONAL} `, () => { test('Verify custom format does not convert values in 24-hour mode', { tag: [TAG.PRIORITY_HIGH, TAG.FUNCTIONAL, - '@time-picker'], + '@time-picker', '@base-components', '@flex-box', '@typography'], }, async ({ page }) => { await loadPage(page, 'stories/components/time-picker/tests/examples/different_cases.tsx', 'en', { defaultValue: '14:44', @@ -711,7 +711,7 @@ test.describe(`${TAG.FUNCTIONAL} `, () => { test('Verify locale prop localizes time field labels', { tag: [TAG.PRIORITY_MEDIUM, TAG.FUNCTIONAL, - '@time-picker'], + '@time-picker', '@base-components', '@flex-box', '@typography'], }, async ({ page }) => { await loadPage(page, 'stories/components/time-picker/tests/examples/different_cases.tsx', 'fr', { locale: 'fr', @@ -728,7 +728,7 @@ test.describe(`${TAG.FUNCTIONAL} `, () => { test('Verify item-level step, placeholder and autoFocus props', { tag: [TAG.PRIORITY_MEDIUM, TAG.FUNCTIONAL, - '@time-picker'], + '@time-picker', '@base-components', '@flex-box', '@typography'], }, async ({ page }) => { await loadPage(page, 'stories/components/time-picker/tests/examples/different_cases.tsx', 'en', { autoFocus: true, @@ -759,7 +759,7 @@ test.describe(`${TAG.FUNCTIONAL} `, () => { test('Verify 12-hour mode should infer PM from a controlled 24-hour value', { tag: [TAG.PRIORITY_HIGH, TAG.FUNCTIONAL, - '@time-picker'], + '@time-picker', '@base-components', '@flex-box', '@button', '@typography'], }, async ({ page }) => { const consoleMessages: string[] = []; @@ -792,7 +792,7 @@ test.describe(`${TAG.FUNCTIONAL} `, () => { test('Verify 12-hour mode should infer PM after external controlled value updates', { tag: [TAG.PRIORITY_HIGH, TAG.FUNCTIONAL, - '@time-picker'], + '@time-picker', '@base-components', '@flex-box', '@button', '@typography'], }, async ({ page }) => { await loadPage(page, 'stories/components/time-picker/tests/examples/interactive_examples.tsx', 'en', { showOnChange: true, 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..31e4e6615e 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..8a949041a2 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 b4650a172c..e921cfeea5 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 21a087cc00..8e8cc7e611 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 16ab2f9377..b169840fba 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 4b1bacd124..8121ad675e 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 19c195dd8d..36be301c55 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 49d55cea9f..bae2b3134a 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 8864593bc4..fd650b10f7 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 a8aa761c15..14fb4e108c 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 cbcda0b74f..43021752b6 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..51dbf66ec3 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 b/semcore/time-picker/__tests__/ux-patterns-with-date-picker/time-date-picker.browser-test.tsx index c285331476..13f0a142fc 100644 --- a/semcore/time-picker/__tests__/ux-patterns-with-date-picker/time-date-picker.browser-test.tsx +++ b/semcore/time-picker/__tests__/ux-patterns-with-date-picker/time-date-picker.browser-test.tsx @@ -21,7 +21,10 @@ test.describe(`${TAG.VISUAL} `, () => { '@time-picker', '@checkbox', '@date-picker', - '@button'], + '@button', + '@base-components', + '@flex-box', + '@typography'], }, async ({ page }) => { await loadPage(page, 'stories/patterns/ux-patterns/form/docs/examples/datepicker-and-timepicker.tsx', 'en'); @@ -55,7 +58,10 @@ test.describe(`${TAG.FUNCTIONAL} `, () => { '@checkbox', '@date-picker', - '@button'], + '@button', + '@base-components', + '@flex-box', + '@typography'], }, async ({ page }) => { await loadPage(page, 'stories/patterns/ux-patterns/form/docs/examples/datepicker-and-timepicker.tsx', 'en'); 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..b908c4897e 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..e6a18c4971 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..7259c10988 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..7e429b4415 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..57d2bf0a29 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..6487be9cf0 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..2b8ce4b076 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-padding-medium, 12px); padding: 0; } SPickerInput[size='l'] { width: 21px; - margin: 0 var(--intergalactic-spacing-2x, 8px); + margin: 0 var(--intergalactic-spacing-content-padding-medium, 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 b/semcore/typography/__tests__/typography.browser-test.tsx index b6e591d481..b50a0d24dd 100644 --- a/semcore/typography/__tests__/typography.browser-test.tsx +++ b/semcore/typography/__tests__/typography.browser-test.tsx @@ -154,6 +154,7 @@ test.describe(`${TAG.VISUAL}`, () => { // main coverage { bold: true, italic: false, size: 200, use: 'primary' }, { bold: false, italic: true, size: 300 }, + { size: 350 }, { semibold: true, lowercase: true, size: 400 }, { semibold: false, medium: true, size: 500 }, { underline: true, lineThrough: false, size: 600 }, 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/__tests__/typography.browser-test.tsx-snapshots/-visual-Verify-Text-with-size-350-1-chromium-linux.png b/semcore/typography/__tests__/typography.browser-test.tsx-snapshots/-visual-Verify-Text-with-size-350-1-chromium-linux.png new file mode 100644 index 0000000000..cf09d4981c Binary files /dev/null and b/semcore/typography/__tests__/typography.browser-test.tsx-snapshots/-visual-Verify-Text-with-size-350-1-chromium-linux.png differ diff --git a/semcore/typography/__tests__/typography.browser-test.tsx-snapshots/-visual-Verify-Text-with-size-350-1-firefox-linux.png b/semcore/typography/__tests__/typography.browser-test.tsx-snapshots/-visual-Verify-Text-with-size-350-1-firefox-linux.png new file mode 100644 index 0000000000..533cfefa9e Binary files /dev/null and b/semcore/typography/__tests__/typography.browser-test.tsx-snapshots/-visual-Verify-Text-with-size-350-1-firefox-linux.png differ diff --git a/semcore/typography/__tests__/typography.browser-test.tsx-snapshots/-visual-Verify-Text-with-size-350-1-webkit-linux.png b/semcore/typography/__tests__/typography.browser-test.tsx-snapshots/-visual-Verify-Text-with-size-350-1-webkit-linux.png new file mode 100644 index 0000000000..2f7fb2d460 Binary files /dev/null and b/semcore/typography/__tests__/typography.browser-test.tsx-snapshots/-visual-Verify-Text-with-size-350-1-webkit-linux.png differ diff --git a/semcore/typography/src/components/Text/Text.type.ts b/semcore/typography/src/components/Text/Text.type.ts index 9a2cb75f66..d0d47cbef6 100644 --- a/semcore/typography/src/components/Text/Text.type.ts +++ b/semcore/typography/src/components/Text/Text.type.ts @@ -10,7 +10,7 @@ import type { Property } from 'csstype'; declare namespace NSText { type BaseProps = { /** Font size and line-heights */ - size?: 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800; + size?: 100 | 200 | 300 | 350 | 400 | 500 | 600 | 700 | 800; /** * The text will not be wrapped on a new line and will be cut off with ellipsis * @deprecated use ellipsis prop instead diff --git a/semcore/typography/src/style/text.shadow.css b/semcore/typography/src/style/text.shadow.css index 83b321bfcf..c1a01e998b 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 { @@ -376,6 +376,11 @@ SText[size='300'] { } } +SText[size='350'] { + font-size: var(--intergalactic-fs-350, 18px); + line-height: var(--intergalactic-lh-350, 150%); +} + SText[size='400'] { font-size: var(--intergalactic-fs-400, 20px); line-height: var(--intergalactic-lh-400, 120%); 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 b/semcore/wizard/__tests__/wizard.browser-test.tsx index c3d228c7ea..366c9ee224 100644 --- a/semcore/wizard/__tests__/wizard.browser-test.tsx +++ b/semcore/wizard/__tests__/wizard.browser-test.tsx @@ -54,7 +54,9 @@ test.describe(`${TAG.VISUAL}`, () => { '@wizard', '@button', '@input', - '@base-components'], + '@base-components', + '@flex-box', + '@typography'], }, async ({ page }) => { await loadPage(page, 'stories/components/wizard/docs/examples/custom_step.tsx', 'en'); @@ -76,7 +78,9 @@ test.describe(`${TAG.VISUAL}`, () => { '@wizard', '@button', '@typography', - '@base-components'], + '@base-components', + '@flex-box', + '@radio'], }, async ({ page }) => { await loadPage(page, 'stories/components/wizard/tests/examples/steps_and_buttons_states.tsx', 'en'); @@ -148,7 +152,9 @@ test.describe(`${TAG.VISUAL}`, () => { '@wizard', '@button', '@typography', - '@base-components'], + '@base-components', + '@flex-box', + '@radio'], }, async ({ page }) => { await loadPage(page, 'stories/components/wizard/tests/examples/steps_and_buttons_states.tsx', 'en'); @@ -232,7 +238,10 @@ test.describe(`${TAG.VISUAL}`, () => { TAG.PRIORITY_HIGH, '@wizard', '@typography', - '@base-components'], + '@base-components', + '@flex-box', + '@button', + '@radio'], }, async ({ page }) => { const firstStepTitle = 'PersonalInfovfdnvmdfnbmvfdnbnnmdlymmvdvd'.repeat(3); @@ -264,7 +273,9 @@ test.describe(`${TAG.VISUAL}`, () => { '@button', '@input', '@radio', - '@base-components'], + '@base-components', + '@flex-box', + '@typography'], }, async ({ page }) => { await loadPage(page, 'stories/components/wizard/tests/examples/sidebar-as-component.tsx', 'en'); @@ -307,7 +318,9 @@ test.describe(`${TAG.VISUAL}`, () => { '@button', '@input', '@radio', - '@base-components'], + '@base-components', + '@flex-box', + '@typography'], }, async ({ page, browserName }) => { await loadPage(page, 'stories/components/wizard/docs/examples/custom_step.tsx', 'en'); @@ -336,7 +349,9 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { TAG.MOUSE, '@wizard', '@button', - '@base-components'], + '@base-components', + '@flex-box', + '@typography'], }, async ({ page }) => { await loadPage(page, 'stories/components/wizard/docs/examples/basic_example.tsx', 'en'); @@ -452,7 +467,9 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { TAG.KEYBOARD, '@wizard', '@button', - '@base-components'], + '@base-components', + '@flex-box', + '@typography'], }, async ({ page }) => { await loadPage(page, 'stories/components/wizard/docs/examples/basic_example.tsx', 'en'); @@ -601,7 +618,9 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { '@wizard', '@button', '@input', - '@base-components'], + '@base-components', + '@flex-box', + '@typography'], }, async ({ page }) => { await loadPage(page, 'stories/components/wizard/docs/examples/custom_step.tsx', 'en'); @@ -664,7 +683,9 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { '@wizard', '@button', '@input', - '@base-components'], + '@base-components', + '@flex-box', + '@typography'], }, async ({ page }) => { await loadPage(page, 'stories/components/wizard/docs/examples/custom_step.tsx', 'en'); @@ -722,7 +743,9 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { '@wizard', '@button', '@radio', - '@base-components'], + '@base-components', + '@flex-box', + '@typography'], }, async ({ page }) => { await loadPage(page, 'stories/components/wizard/tests/examples/steps_and_buttons_states.tsx', 'en'); @@ -759,7 +782,9 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { '@wizard', '@button', '@radio', - '@base-components'], + '@base-components', + '@flex-box', + '@typography'], }, async ({ page }) => { await loadPage(page, 'stories/components/wizard/tests/examples/steps_and_buttons_states.tsx', 'en'); @@ -791,7 +816,8 @@ test.describe(`${TAG.FUNCTIONAL}`, () => { '@button', '@typography', '@radio', - '@base-components'], + '@base-components', + '@flex-box'], }, async ({ page }) => { await loadPage(page, 'stories/components/wizard/tests/examples/focus-next-prev.tsx', 'en'); 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..af30c55465 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..f46786c312 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..fe56253d74 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..8b7f81b6ac 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..2eb2d9fda1 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..9bd2a04d3e 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/base-components/ellipsis/tests/ellipsis.stories.tsx b/stories/components/base-components/ellipsis/tests/ellipsis.stories.tsx index 0c4785aa07..65d0c31e72 100644 --- a/stories/components/base-components/ellipsis/tests/ellipsis.stories.tsx +++ b/stories/components/base-components/ellipsis/tests/ellipsis.stories.tsx @@ -49,7 +49,7 @@ const commonArgTypes = { }, size: { control: { type: 'select' }, - options: [undefined, 100, 200, 300, 400, 500, 600, 700, 800], + options: [undefined, 100, 200, 300, 350, 400, 500, 600, 700, 800], }, } as const; diff --git a/stories/components/base-trigger/tests/examples/link-trigger/link-trigger-different-sizes.tsx b/stories/components/base-trigger/tests/examples/link-trigger/link-trigger-different-sizes.tsx index c4bd956d8e..c56f14bef8 100644 --- a/stories/components/base-trigger/tests/examples/link-trigger/link-trigger-different-sizes.tsx +++ b/stories/components/base-trigger/tests/examples/link-trigger/link-trigger-different-sizes.tsx @@ -16,6 +16,7 @@ const Demo = (props: LinkTriggerSizesProps) => { 600, 500, 400, + 350, 300, 200, 100, diff --git a/stories/components/base-trigger/tests/link-trigger.stories.tsx b/stories/components/base-trigger/tests/link-trigger.stories.tsx index 04c76a090b..5a1fffe58a 100644 --- a/stories/components/base-trigger/tests/link-trigger.stories.tsx +++ b/stories/components/base-trigger/tests/link-trigger.stories.tsx @@ -7,7 +7,7 @@ import SelectExample, { linkTriggerSelectExampleProps } from './examples/link-tr const sharedArgTypes = { size: { control: { type: 'select' }, - options: [100, 200, 300, 400, 500, 600, 700, 800, undefined], + options: [100, 200, 300, 350, 400, 500, 600, 700, 800, undefined], }, active: { control: { type: 'boolean' } }, empty: { control: { type: 'boolean' } }, 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/button-link.stories.tsx b/stories/components/button/tests/button-link.stories.tsx index 97ee1bc751..ee6a7ab36f 100644 --- a/stories/components/button/tests/button-link.stories.tsx +++ b/stories/components/button/tests/button-link.stories.tsx @@ -44,7 +44,7 @@ export const ButtonLinkBase: StoryObj = { }, size: { control: { type: 'select' }, - options: [100, 200, 300, 400, 500, 600, 700, 800], + options: [100, 200, 300, 350, 400, 500, 600, 700, 800], }, showAddonLeft: { control: { type: 'boolean' }, 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' }} /> Do you want to save your changes? - + Your changes will be lost if you don't save them. - diff --git a/stories/components/modal/docs/examples/modal_window_inside_a_modal_window.tsx b/stories/components/modal/docs/examples/modal_window_inside_a_modal_window.tsx index 0974f1b06c..ca0d55ea58 100644 --- a/stories/components/modal/docs/examples/modal_window_inside_a_modal_window.tsx +++ b/stories/components/modal/docs/examples/modal_window_inside_a_modal_window.tsx @@ -30,7 +30,7 @@ const Demo = () => { Use this example for the cases when you need to open one more window inside the other modal window. - diff --git a/stories/components/tooltip/docs/examples/custom_bg_color.tsx b/stories/components/tooltip/docs/examples/custom_bg_color.tsx index f7dd7a4f79..82ed05853e 100644 --- a/stories/components/tooltip/docs/examples/custom_bg_color.tsx +++ b/stories/components/tooltip/docs/examples/custom_bg_color.tsx @@ -8,7 +8,7 @@ const Demo = () => ( Colored tooltip ( background: 'var(--intergalactic-bg-primary-advertising)', color: 'var(--intergalactic-text-primary-invert)', borderRadius: 'var(--intergalactic-popper-rounded)', - borderColor: 'var(--intergalactic-border-tooltip-invert)', + borderColor: 'var(--intergalactic-tooltip-border-invert)', }} p={3} > diff --git a/stories/components/typography/tests/examples/text-font-size-and-weight-headers-and-paragrapsh.tsx b/stories/components/typography/tests/examples/text-font-size-and-weight-headers-and-paragrapsh.tsx index 2b23dafa71..d6daa8345e 100644 --- a/stories/components/typography/tests/examples/text-font-size-and-weight-headers-and-paragrapsh.tsx +++ b/stories/components/typography/tests/examples/text-font-size-and-weight-headers-and-paragrapsh.tsx @@ -38,6 +38,9 @@ const Demo = () => ( Paragraph example. + + Text, 18px, --fs-350 + H6, 16px, --fs-300 diff --git a/stories/components/typography/tests/typography.stories.tsx b/stories/components/typography/tests/typography.stories.tsx index 16242bdaef..854f1e5c74 100644 --- a/stories/components/typography/tests/typography.stories.tsx +++ b/stories/components/typography/tests/typography.stories.tsx @@ -18,7 +18,7 @@ function getCommonArgTypes() { return { size: { control: { type: 'select' }, - options: ['100', '200', '300', '400', '500', '600', '700', '800'], + options: ['100', '200', '300', '350', '400', '500', '600', '700', '800'], }, noWrap: { control: { type: 'boolean' } }, bold: { control: { type: 'boolean' } }, diff --git a/stories/patterns/core/core.stories.tsx b/stories/patterns/core/core.stories.tsx index 28539e0b40..ce06dcf50a 100644 --- a/stories/patterns/core/core.stories.tsx +++ b/stories/patterns/core/core.stories.tsx @@ -14,7 +14,7 @@ export const LinkButtonLinkTextCombination: StoryObj - + @@ -201,7 +201,7 @@ export function Dashboard({ showPrimaryTableFooter = false }: DashboardProps) { {item.label} - + {item.value} @@ -253,7 +253,7 @@ export function Dashboard({ showPrimaryTableFooter = false }: DashboardProps) { {item.label} - + {item.value} @@ -268,8 +268,8 @@ export function Dashboard({ showPrimaryTableFooter = false }: DashboardProps) { - - + + @@ -366,7 +366,7 @@ export function Dashboard({ showPrimaryTableFooter = false }: DashboardProps) { - + @@ -458,7 +458,7 @@ export function Dashboard({ showPrimaryTableFooter = false }: DashboardProps) { - + - + ; @@ -123,7 +123,7 @@ const CopyCell = ({ value, cellProps, headerRef, cropPosition = 'middle', handle const StatusCell = ({ value }: any) => ; const OperationType = ({ value }: any) => ( - + ); const Money = ({ value, row }: any) => { diff --git a/stories/patterns/core/tests/all-components/components/Tables/table_perf/cells/op_type.tsx b/stories/patterns/core/tests/all-components/components/Tables/table_perf/cells/op_type.tsx index 1f9e52b973..3279a084f2 100644 --- a/stories/patterns/core/tests/all-components/components/Tables/table_perf/cells/op_type.tsx +++ b/stories/patterns/core/tests/all-components/components/Tables/table_perf/cells/op_type.tsx @@ -5,6 +5,7 @@ import PopupM from '@semcore/icon/Popup/m'; import ReloadM from '@semcore/icon/Reload/m'; import ReturnM from '@semcore/icon/Return/m'; import { Flex } from '@semcore/ui/base-components'; +import InlineInput from '@semcore/ui/inline-input'; import type { TextProps } from '@semcore/ui/typography'; import { Text } from '@semcore/ui/typography'; import React from 'react'; @@ -76,4 +77,41 @@ const PaymentOperationType: FC = ({ ); }; +export const EditableOperationType: FC = ({ + operationType, + testIdPrefix, +}) => { + const intl = useIntl(); + + const Icon = mapIcons[operationType]; + const initialTitle = mapTitles[operationType] + ? intl.formatMessage(mapTitles[operationType]) + : operationType; + + const [value, setValue] = React.useState(initialTitle); + const [confirmed, setConfirmed] = React.useState(initialTitle); + + return ( + setConfirmed(value)} + onCancel={() => setValue(confirmed)} + onClick={(e: React.MouseEvent) => e.stopPropagation()} + data-test={`${testIdPrefix}-payment-operation-type`} + > + {Icon && ( + + + + )} + + + + + ); +}; + export default PaymentOperationType; diff --git a/tools/theme/src/colors/index.ts b/tools/theme/src/colors/index.ts index 94585cfdbd..7798323064 100644 --- a/tools/theme/src/colors/index.ts +++ b/tools/theme/src/colors/index.ts @@ -110,7 +110,6 @@ export const semanticColors = { error: baseColors.red, warning: baseColors.orange, info: baseColors.blue, - link: baseColors['blue-indigo'], focus: baseColors.blue, advertising: baseColors.violet, highlight: baseColors.violet, @@ -193,11 +192,21 @@ export const L_BG_BUTTON = 0.64; export const L_BG_BUTTON_HOVER = 0.6; export const L_BG_BUTTON_ACTIVE = 0.58; +/** Button brand bg | ⚠️ APCA 60+ under white */ +export const L_BG_BUTTON_BRAND = 0.74; +export const L_BG_BUTTON_BRAND_HOVER = 0.72; +export const L_BG_BUTTON_BRAND_ACTIVE = 0.7; + /** Button strong bg | ⚠️ APCA 60+ under white */ export const L_BG_BUTTON_STRONG = 0.23; export const L_BG_BUTTON_STRONG_HOVER = 0.32; export const L_BG_BUTTON_STRONG_ACTIVE = 0; +/** Button secondary bg | ⚠️ APCA 60+ under white */ +export const L_BG_BUTTON_SECONDARY = 0.93; +export const L_BG_BUTTON_SECONDARY_HOVER = 0.91; +export const L_BG_BUTTON_SECONDARY_ACTIVE = 0.9; + /** Text primary | ⚠️ APCA 90+ on secondary bg */ export const L_TEXT_PRIMARY = 0.23; /** Text secondary | ⚠️ APCA 60+ on secondary bg ?? */ @@ -206,6 +215,9 @@ export const L_TEXT_SECONDARY_HOVER = 0.51; /** Text placeholder | ⚠️ APCA 30+ on secondary bg */ export const L_TEXT_PLACEHOLDER = 0.64; +/** Text accent colors */ +export const L_TEXT_ACCENT = 0.6; + // ICONS. Need lighter levels than text, cause they are too thick now. /** Icon primary | ⚠️ APCA 45+ on secondary bg */ export const L_ICON_NON_INTERACTIVE = 0.6; @@ -217,25 +229,28 @@ export const L_ICON_SECONDARY_HOVER = 0.66; // Delete with minor /** Border primary | ⚠️ APCA 15+ on secondary bg */ export const L_BORDER_PRIMARY = 0.88; // inputs, buttons, table header, tab-line, divider +export const L_BORDER_PRIMARY_DIMMED = 0.95; // for dimmed borders with opacity (notice, tag) /** Border secondary */ -export const L_BORDER_SECONDARY = 0.95; // notice borders, divider, cell borders, card header +export const L_BORDER_SECONDARY = 0.95; // divider, cell borders, card header /** Border active */ export const L_BORDER_ACTIVE = 0.7; // focused inputs, active states of pills and base-trigger /** Border focus | ⚠️ APCA 30 on secondary bg */ export const L_BORDER_FOCUS = 0.7; +/** Border strong | ⚠️ APCA 60+ under white */ +export const L_BORDER_STRONG = 0.23; // selected presets items // ============================================================================= // Invert levels /** Primary bg */ -export const L_INV_BG_PRIMARY = 0.23; +export const L_INV_BG_PRIMARY = 0.23; // + selected Presets item export const L_INV_BG_PRIMARY_HOVER = 0.36; export const L_INV_BG_PRIMARY_ACTIVE = 0.4; /** Secondary bg */ -export const L_INV_BG_SECONDARY = 0.23; -export const L_INV_BG_SECONDARY_HOVER = 0.26; -export const L_INV_BG_SECONDARY_ACTIVE = 0.3; +export const L_INV_BG_SECONDARY = 0.3; +export const L_INV_BG_SECONDARY_HOVER = 0.32; +export const L_INV_BG_SECONDARY_ACTIVE = 0.34; /** Skeleton bg */ export const L_INV_BG_SKELETON = 0.5; diff --git a/tools/theme/src/theme.ts b/tools/theme/src/theme.ts index 1598ef1226..7162068f17 100644 --- a/tools/theme/src/theme.ts +++ b/tools/theme/src/theme.ts @@ -5,7 +5,8 @@ import type { import { colors, semanticColors, baseColors, L_BG_PRIMARY, L_BG_PRIMARY_HOVER, L_BG_BUTTON, - L_BG_BUTTON_ACTIVE, L_BG_BUTTON_HOVER, L_BG_BUTTON_STRONG, L_BG_BUTTON_STRONG_ACTIVE, L_BG_BUTTON_STRONG_HOVER, + L_BG_BUTTON_ACTIVE, L_BG_BUTTON_HOVER, L_BG_BUTTON_STRONG, L_BG_BUTTON_STRONG_ACTIVE, L_BG_BUTTON_STRONG_HOVER, L_BG_BUTTON_BRAND, L_BG_BUTTON_BRAND_ACTIVE, L_BG_BUTTON_BRAND_HOVER, + L_BG_BUTTON_SECONDARY, L_BG_BUTTON_SECONDARY_ACTIVE, L_BG_BUTTON_SECONDARY_HOVER, L_BG_LIGHT, L_BG_MEDIUM, L_BG_PRIMARY_ACTIVE, @@ -13,7 +14,7 @@ import { L_BG_SECONDARY_ACTIVE, L_BG_SECONDARY_HOVER, L_BG_SELECTED, L_BG_SELECTED_HOVER, L_BG_SKELETON, L_BG_STRONG, L_BORDER_ACTIVE, - L_BORDER_FOCUS, L_BORDER_PRIMARY, L_BORDER_SECONDARY, L_ICON_NON_INTERACTIVE, L_ICON_PRIMARY, + L_BORDER_FOCUS, L_BORDER_STRONG, L_BORDER_PRIMARY, L_BORDER_PRIMARY_DIMMED, L_BORDER_SECONDARY, L_ICON_NON_INTERACTIVE, L_ICON_PRIMARY, L_ICON_PRIMARY_HOVER, L_ICON_SECONDARY, L_ICON_SECONDARY_HOVER, L_INV_BG_BUTTON, L_INV_BG_BUTTON_ACTIVE, L_INV_BG_BUTTON_HOVER, L_INV_BG_LIGHT, L_INV_BG_MEDIUM, L_INV_BG_PRIMARY, @@ -27,9 +28,10 @@ import { L_TEXT_PLACEHOLDER, L_TEXT_PRIMARY, L_TEXT_SECONDARY, L_TEXT_SECONDARY_HOVER, + L_TEXT_ACCENT, } from './colors/index.ts'; -const { neutral, brand, error, advertising, focus, highlight, info, link, success, warning } = semanticColors; +const { neutral, brand, error, advertising, focus, highlight, info, success, warning } = semanticColors; const { green, violet, blue, pink, gray, red, orange, salad, yellow } = baseColors; const SCALE_INDENT = 4; @@ -78,6 +80,9 @@ export const theme: Theme = { 300: { value: '16px', }, + 350: { + value: '18px', + }, 400: { value: '20px', }, @@ -107,6 +112,10 @@ export const theme: Theme = { value: '150%', description: 'Use with font-size-300.', }, + 350: { + value: '150%', + description: 'Use with font-size-350.', + }, 400: { value: '120%', description: 'Use with font-size-400.', @@ -256,256 +265,266 @@ export const theme: Theme = { description: 'Should be used for simpler effects and relatively small-sized animations (such as fades or color changes)', }, }, + easings: { + fast: { + value: 'cubic-bezier(0.5, 0, 0, 1.12)', + description: 'Should be used for fast animation timing function', + }, + medium: { + value: 'cubic-bezier(0.5, 0, 0, 1.09)', + description: 'Should be used for medium animation timing function', + }, + }, + assets: { + 'checkmark-m': { + value: 'url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMiAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTAuMzEwNyAyLjE2NzkxTDQuNjQ2NDUgNy44MzIxMkwxLjY4OTM0IDQuODc1MDEiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZT0id2hpdGUiLz48L3N2Zz4=")', + }, + 'checkmark-l': { + value: 'url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxNCAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTIuNCAyLjQ1MjIxTDUuMzA0NCA5LjU0NzgyTDEuNjAwMDEgNS44NDM0MyIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==")', + }, + }, }, semanticTokens: { colors: { - bg_primary_neutral_DEFAULT: { - value: neutral.at(L_BG_PRIMARY), - description: 'Primary background of the interface which contains the main data and information.', + badge_accent_admin: { + value: colors.blue['400'].value, + description: 'Background color of the admin Badge.', }, - bg_primary_neutral_hover: { - value: neutral.at(L_BG_PRIMARY_HOVER), - description: 'Hover state of the primary background of the interface which contains the main data and information.', + badge_accent_alpha: { + value: colors.red['400'].value, + description: 'Background color of the alpha Badge.', }, - bg_primary_neutral_active: { - value: neutral.at(L_BG_PRIMARY_ACTIVE), - description: 'Active (selected) state of the primary background of the interface which contains the main data and information.', + badge_accent_beta: { + value: colors.yellow['300'].value, + description: 'Background color of the beta Badge.', }, - bg_primary_info: { - value: info.at(L_BG_STRONG), - description: 'Accent background of the message with regular information.', + badge_accent_new: { + value: colors.green['300'].value, + description: 'Background color of the new Badge.', }, - bg_primary_success: { - value: success.at(L_BG_STRONG), - description: 'Accent background of the message or banner with information about the successful result.', + badge_accent_soon: { + value: colors.gray['400'].value, + description: 'Background color of the soon Badge.', + }, + badge_light_admin: { + value: colors.blue['50'].value, + description: 'Light background color of the admin Badge.', + }, + badge_light_alpha: { + value: colors.red['100'].value, + description: 'Light background color of the alpha Badge.', + }, + badge_light_beta: { + value: colors.yellow['100'].value, + description: 'Light background color of the beta Badge.', + }, + badge_light_new: { + value: colors.green['100'].value, + description: 'Light background color of the new Badge.', + }, + badge_light_soon: { + value: colors.gray['100'].value, + description: 'Light background color of the soon Badge.', + }, + badge_light_admin_text: { + value: colors.blue['400'].value, + description: 'Text color for the admin Badge with light background.', + }, + badge_light_alpha_text: { + value: colors.red['400'].value, + description: 'Text color for the alpha Badge with light background.', + }, + badge_light_beta_text: { + value: colors.yellow['400'].value, + description: 'Text color for the beta Badge with light background.', + }, + badge_light_new_text: { + value: colors.green['500'].value, + description: 'Text color for the new Badge with light background.', + }, + badge_light_soon_text: { + value: colors.gray['600'].value, + description: 'Text color for the soon Badge with light background.', + }, + badge_bg_invert: { + value: neutral.opaqueInvAt(L_INV_BG_SECONDARY), + description: 'Background color of the inverted Badge.', + }, + badge_bg_unavailable: { + value: colors.gray['100'].value, + description: 'Background color of the unavailable Badge.', + }, + badge_text_primary_invert: { + value: '{semanticTokens.colors.text_primary_invert}', + description: 'Inverted primary text color for Badge.', + }, + badge_text_secondary: { + value: '{semanticTokens.colors.text_secondary_DEFAULT}', + description: 'Secondary text color for Badge.', + }, + bg_highlight_focus: { + value: focus.opaqueAt(L_BG_SECONDARY_ACTIVE), + description: 'Focusing values in the input.', + }, + bg_highlight_results: { + value: highlight.at(L_BG_SECONDARY_ACTIVE), + description: 'Highlighting the search results.', + }, + bg_primary_advertising: { + value: advertising.at(L_BG_STRONG), + description: 'Accent background for the advertising banners and controls.', }, bg_primary_critical: { value: error.at(L_BG_STRONG), description: 'Accent background of a message or a banner with a critical information.', }, - bg_primary_warning: { - value: warning.at(0.7), - description: 'Accent background of a message or a banner with a warning information.', - }, bg_primary_highlight: { value: highlight.at(L_BG_MEDIUM), description: 'Accent background of the information you want to highlight.', }, - bg_primary_advertising: { - value: advertising.at(L_BG_STRONG), - description: 'Accent background for the advertising banners and controls.', - }, - bg_primary_muted: { - value: neutral.at(L_BG_STRONG), - description: 'Accented muted background for a message with regular information.', + bg_primary_info: { + value: info.at(L_BG_STRONG), + description: 'Accent background of the message with regular information.', }, bg_primary_invert_DEFAULT: { value: neutral.at(L_INV_BG_PRIMARY), description: 'Inverted version of the primary background of the interface that contains the main data and information.', }, - bg_primary_invert_hover: { - value: neutral.at(L_INV_BG_PRIMARY_HOVER), - description: 'Hover state for the inverted version of the primary background of the interface that contains the main data and information.', - }, bg_primary_invert_active: { value: neutral.at(L_INV_BG_PRIMARY_ACTIVE), description: 'Active (selected) state for the inverted version of the primary background of the interface that contains the main data and information.', }, - bg_secondary_neutral_DEFAULT: { - value: neutral.at(L_BG_SECONDARY), - description: 'Secondary background of the interface which contains the main data and information.', + bg_primary_invert_hover: { + value: neutral.at(L_INV_BG_PRIMARY_HOVER), + description: 'Hover state for the inverted version of the primary background of the interface that contains the main data and information.', }, - bg_secondary_neutral_hover: { - value: neutral.at(L_BG_SECONDARY_HOVER), - description: 'Hover state of the secondary background of the interface which contains the main data and information.', + bg_primary_muted: { + value: neutral.at(L_BG_STRONG), + description: 'Accented muted background for a message with regular information.', }, - bg_secondary_neutral_active: { - value: neutral.at(L_BG_SECONDARY_ACTIVE), - description: 'Active (selected) state of the secondary background of the interface which contains the main data and information.', + bg_primary_neutral_DEFAULT: { + value: neutral.at(L_BG_PRIMARY), + description: 'Primary background of the interface which contains the main data and information.', }, - bg_secondary_info_DEFAULT: { - value: info.at(L_BG_LIGHT), - description: 'Secondary background of a message with regular information.', + bg_primary_neutral_active: { + value: neutral.at(L_BG_PRIMARY_ACTIVE), + description: 'Active (selected) state of the primary background of the interface which contains the main data and information.', }, - bg_secondary_info_hover: { - value: info.at(L_BG_SECONDARY_HOVER), - description: 'Hover state of the secondary background of a message with regular information.', + bg_primary_neutral_hover: { + value: neutral.at(L_BG_PRIMARY_HOVER), + description: 'Hover state of the primary background of the interface which contains the main data and information.', }, - bg_secondary_info_active: { - value: info.at(L_BG_SECONDARY_ACTIVE), - description: 'Active (selected) state of the secondary background of a message with regular information.', + bg_primary_success: { + value: success.at(L_BG_STRONG), + description: 'Accent background of the message or banner with information about the successful result.', }, - bg_secondary_success_DEFAULT: { - value: success.at(L_BG_LIGHT), - description: 'Secondary background of the message with success information you want to accent.', + bg_primary_warning: { + value: warning.at(0.7), + description: 'Accent background of a message or a banner with a warning information.', }, - bg_secondary_success_hover: { - value: success.at(L_BG_SECONDARY_HOVER), - description: 'Hover state of the secondary background of the message with success information you want to accent.', + bg_secondary_advertising_DEFAULT: { + value: advertising.at(L_BG_SECONDARY), + description: 'Secondary background for the advertising message you want to accent.', }, - bg_secondary_success_active: { - value: success.at(L_BG_SECONDARY_ACTIVE), - description: 'Active (selected) state of the secondary background of the message with success information you want to accent.', + bg_secondary_advertising_active: { + value: advertising.at(L_BG_SECONDARY_ACTIVE), + description: 'Active (selected) state of the secondary background for the advertising message you want to accent.', + }, + bg_secondary_advertising_hover: { + value: advertising.at(L_BG_SECONDARY_HOVER), + description: 'Hover state of the secondary background for the advertising message you want to accent.', }, bg_secondary_critical_DEFAULT: { value: error.at(L_BG_LIGHT), description: 'Secondary background of the message with critical information you want to accent.', }, - bg_secondary_critical_hover: { - value: error.at(L_BG_SECONDARY_HOVER), - description: 'Hover state of the secondary background of the message with critical information you want to accent.', - }, bg_secondary_critical_active: { value: error.at(L_BG_SECONDARY_ACTIVE), description: 'Active (selected) state of the secondary background of the message with critical information you want to accent.', }, - bg_secondary_warning_DEFAULT: { - value: warning.at(L_BG_SECONDARY), - description: 'Secondary background of the message with warning information you want to accent.', - }, - bg_secondary_warning_hover: { - value: warning.at(L_BG_SECONDARY_HOVER), - description: 'Hover state of the secondary background of the message with warning information you want to accent.', - }, - bg_secondary_warning_active: { - value: warning.at(L_BG_SECONDARY_ACTIVE), - description: 'Active (selected) state of the secondary background of the message with critical information you want to accent.', + bg_secondary_critical_hover: { + value: error.at(L_BG_SECONDARY_HOVER), + description: 'Hover state of the secondary background of the message with critical information you want to accent.', }, bg_secondary_highlight_DEFAULT: { value: highlight.at(L_BG_SECONDARY), description: 'Secondary background of the information you want to highlight.', }, - bg_secondary_highlight_hover: { - value: highlight.at(L_BG_SECONDARY_HOVER), - description: 'Hover state of the secondary background of the information you want to highlight.', - }, bg_secondary_highlight_active: { value: highlight.at(L_BG_SECONDARY_ACTIVE), description: 'Active (selected) state of the secondary background of the information you want to highlight.', }, - bg_secondary_advertising_DEFAULT: { - value: advertising.at(L_BG_SECONDARY), - description: 'Secondary background for the advertising message you want to accent.', - }, - bg_secondary_advertising_hover: { - value: advertising.at(L_BG_SECONDARY_HOVER), - description: 'Hover state of the secondary background for the advertising message you want to accent.', + bg_secondary_highlight_hover: { + value: highlight.at(L_BG_SECONDARY_HOVER), + description: 'Hover state of the secondary background of the information you want to highlight.', }, - bg_secondary_advertising_active: { - value: advertising.at(L_BG_SECONDARY_ACTIVE), - description: 'Active (selected) state of the secondary background for the advertising message you want to accent.', + bg_secondary_info_DEFAULT: { + value: info.at(L_BG_LIGHT), + description: 'Secondary background of a message with regular information.', }, - bg_highlight_results: { - value: highlight.at(L_BG_SECONDARY_ACTIVE), - description: 'Highlighting the search results.', + bg_secondary_info_active: { + value: info.at(L_BG_SECONDARY_ACTIVE), + description: 'Active (selected) state of the secondary background of a message with regular information.', }, - bg_highlight_focus: { - value: focus.opaqueAt(L_BG_SECONDARY_ACTIVE), - description: 'Focusing values in the input.', + bg_secondary_info_hover: { + value: info.at(L_BG_SECONDARY_HOVER), + description: 'Hover state of the secondary background of a message with regular information.', }, - text_primary_DEFAULT: { - value: neutral.opaqueAt(L_TEXT_PRIMARY), - description: 'Default body and UI copy; strongest reading emphasis for primary content.', + bg_secondary_neutral_DEFAULT: { + value: neutral.at(L_BG_SECONDARY), + description: 'Secondary background of the interface which contains the main data and information.', }, - text_primary_invert: { - value: neutral.opaqueInvAt(L_INV_TEXT_PRIMARY), - description: 'Inverted version of the primary text.', + bg_secondary_neutral_active: { + value: neutral.at(L_BG_SECONDARY_ACTIVE), + description: 'Active (selected) state of the secondary background of the interface which contains the main data and information.', }, - text_secondary_DEFAULT: { - value: neutral.opaqueAt(L_TEXT_SECONDARY), - description: 'Supporting text: captions, metadata, hints in flowing copy—visually quieter than primary body text.', + bg_secondary_neutral_hover: { + value: neutral.at(L_BG_SECONDARY_HOVER), + description: 'Hover state of the secondary background of the interface which contains the main data and information.', }, - text_secondary_invert: { - value: neutral.opaqueInvAt(L_INV_TEXT_SECONDARY), - description: 'Inverted version of the secondary text.', + bg_secondary_success_DEFAULT: { + value: success.at(L_BG_LIGHT), + description: 'Secondary background of the message with success information you want to accent.', }, - text_placeholder: { - value: neutral.opaqueAt(L_TEXT_PLACEHOLDER), - description: 'Placeholder text color for inputs and fields.', + bg_secondary_success_active: { + value: success.at(L_BG_SECONDARY_ACTIVE), + description: 'Active (selected) state of the secondary background of the message with success information you want to accent.', }, - text_success_DEFAULT: { - value: success.at(L_TEXT_SECONDARY), - description: 'Text associated with success states and data.', + bg_secondary_success_hover: { + value: success.at(L_BG_SECONDARY_HOVER), + description: 'Hover state of the secondary background of the message with success information you want to accent.', }, - text_success_hover_active: { - value: success.at(L_TEXT_SECONDARY_HOVER), - description: 'Hover and active states for the text associated with success states and data.', + bg_secondary_warning_DEFAULT: { + value: warning.at(L_BG_SECONDARY), + description: 'Secondary background of the message with warning information you want to accent.', }, - text_critical_DEFAULT: { - value: error.at(L_TEXT_SECONDARY), - description: 'Text associated with critical states and data.', + bg_secondary_warning_active: { + value: warning.at(L_BG_SECONDARY_ACTIVE), + description: 'Active (selected) state of the secondary background of the message with critical information you want to accent.', }, - text_critical_hover_active: { - value: error.at(L_TEXT_SECONDARY_HOVER), - description: 'Hover and active states for the text associated with critical states and data.', + bg_secondary_warning_hover: { + value: warning.at(L_BG_SECONDARY_HOVER), + description: 'Hover state of the secondary background of the message with warning information you want to accent.', }, - text_link_DEFAULT: { - value: link.at(L_TEXT_SECONDARY), - description: 'Default interactive link color for unfollowed links.', + border_critical_DEFAULT: { + value: error.opaqueAt(L_BORDER_PRIMARY_DIMMED), + description: 'Subtle secondary border in the critical message and invalid input field.', }, - text_link_hover_active: { - value: link.at(L_TEXT_SECONDARY_HOVER), - description: 'Hover and active states for the link text.', + border_critical_active: { + value: error.at(L_BORDER_ACTIVE), + description: 'Active border in the focused input field with invalid state, and active state of the other components with invalid state.', }, - text_link_invert_DEFAULT: { - value: link.at(L_INV_TEXT_SECONDARY), - description: 'Inverted version of the link text. Use on dark background only.', + border_critical_pattern: { + value: 'repeating-linear-gradient(315deg, {semanticTokens.colors.border.critical.active} 0, {semanticTokens.colors.border.critical.active} 1px, transparent 0, transparent 50%)', + description: 'Used for the invalidStatePattern utils component to mark all kinds of inputs with invalid states.', }, - text_link_invert_hover: { - value: link.at(L_INV_TEXT_SECONDARY_HOVER), - description: 'Hover and active states of the inverted version of the link text. Use on dark background only.', + border_info_DEFAULT: { + value: info.opaqueAt(L_BORDER_PRIMARY_DIMMED), + description: 'Subtle secondary border in the informational message.', }, - text_link_visited: { - value: violet.at(L_TEXT_SECONDARY), - description: 'Visited link state so users can tell visited destinations apart from default links.', - }, - text_hint_DEFAULT: { - value: neutral.opaqueAt(L_TEXT_SECONDARY), - description: 'Supplementary helper text near controls (short guidance), distinct from placeholder text inside inputs.', - }, - text_hint_hover_active: { - value: neutral.opaqueAt(L_TEXT_SECONDARY_HOVER), - description: 'Hover and active states of the hint link text.', - }, - text_hint_invert_DEFAULT: { - value: neutral.at(L_INV_TEXT_SECONDARY), - description: 'Inverted version of the hint link text.', - }, - text_hint_invert_hover_active: { - value: neutral.at(L_INV_TEXT_SECONDARY_HOVER), - description: 'Hover and active states of the inverted version of the hint link text.', - }, - text_large_secondary: { - value: '{semanticTokens.colors.text.secondary}', - description: 'Secondary text. Use with font-size ≥20px.', - }, - text_large_info_DEFAULT: { - value: info.at(L_TEXT_SECONDARY), - description: 'Link text with font-size ≥20px.', - }, - text_large_info_hover_active: { - value: info.at(L_TEXT_SECONDARY_HOVER), - description: 'Hover and active states of the link text with font-size ≥20px.', - }, - text_large_success_DEFAULT: { - value: '{semanticTokens.colors.text.success}', - description: 'Text with font-size ≥20px associated with success states and data.', - }, - text_large_success_hover_active: { - value: '{semanticTokens.colors.text.success.hover.active}', - description: 'Hover and active states of the text with font-size ≥20px associated with success states and data.', - }, - text_large_critical_DEFAULT: { - value: '{semanticTokens.colors.text.critical}', - description: 'Text with font-size ≥20px associated with critical states and data.', - }, - text_large_critical_hover_active: { - value: '{semanticTokens.colors.text.critical.hover.active}', - description: 'Hover and active states of the text with font-size ≥20px associated with critical states and data.', - }, - text_advertising: { - value: advertising.at(L_TEXT_PRIMARY), - description: 'Promotional or sponsored emphasis (ads, marketing callouts)—use sparingly so it stays noticeable.', + border_info_active: { + value: info.at(L_BORDER_ACTIVE), + description: 'Active border in focused input filed.', }, border_primary_DEFAULT: { value: neutral.opaqueAt(L_BORDER_PRIMARY), @@ -523,105 +542,282 @@ export const theme: Theme = { value: neutral.opaqueInvAt(L_INV_BORDER_SECONDARY), description: 'Inverted version of the neutral secondary border. Use it for borders on the dark or color background.', }, - border_info_DEFAULT: { - value: info.opaqueAt(L_BORDER_PRIMARY), - description: 'Subtle secondary border in the informational message.', - }, - border_info_active: { - value: info.at(L_BORDER_ACTIVE), - description: 'Active border in focused input filed.', - }, border_success_DEFAULT: { - value: success.opaqueAt(L_BORDER_PRIMARY), + value: success.opaqueAt(L_BORDER_PRIMARY_DIMMED), description: 'Subtle secondary border in the successful message and input field.', }, border_success_active: { value: success.at(L_BORDER_ACTIVE), description: 'Active border in the focused input field with valid state.', }, - border_critical_DEFAULT: { - value: error.opaqueAt(L_BORDER_PRIMARY), - description: 'Subtle secondary border in the critical message and invalid input field.', - }, - border_critical_active: { - value: error.at(L_BORDER_ACTIVE), - description: 'Active border in the focused input field with invalid state, and active state of the other components with invalid state.', - }, - border_critical_pattern: { - value: 'repeating-linear-gradient(315deg, {semanticTokens.colors.border.critical.active} 0, {semanticTokens.colors.border.critical.active} 1px, transparent 0, transparent 50%)', - description: 'Used for the invalidStatePattern utils component to mark all kinds of inputs with invalid states.', - }, border_warning_DEFAULT: { - value: warning.opaqueAt(L_BORDER_PRIMARY), + value: warning.opaqueAt(L_BORDER_PRIMARY_DIMMED), description: 'Subtle secondary border in the warning message.', }, border_warning_active: { value: warning.at(L_BORDER_ACTIVE), description: 'Active border in components with warning intention.', }, - border_tooltip_invert: { - value: neutral.opaqueInvAt(L_INV_BORDER_SECONDARY), - description: 'Border of the Tooltip with dark theme.', + brand_facebook: { + value: '#1877f2', + description: 'Official Facebook brand fill for logos and icons in approved placements; follow the platform brand rules for size and clear space.', }, - border_table_accent: { - value: neutral.opaqueAt(L_BORDER_PRIMARY), - description: 'Accent borders in the Table: for the accordion in the table and for the header of the secondary table.', + brand_google_blue: { value: '#1a0dab', description: 'Google brand color for the link.' }, + brand_google_green: { + value: '#016723', + description: 'Google green brand color for the link.', }, - border_date_picker_range_comparison: { - value: highlight.at(L_BORDER_ACTIVE), - description: 'Border color of the second period for the comparison mode in the DatePicker.', + brand_google_my_business: { + value: '#1a73e8', + description: 'Official Google My Business brand fill for logos and icons in approved placements; follow Google brand guidelines for size and clear space.', }, - control_switch_bg: { - value: neutral.at(L_BG_MEDIUM), - description: 'Subtle background of the Switch control.', + brand_gradient: { + value: 'linear-gradient(180deg, #DCEEEB 0%, #EEE9FF 100%)', + description: 'Brand light gradient for branded surfaces.', }, - control_primary_info_DEFAULT: { - value: neutral.at(L_BG_BUTTON_STRONG), - description: 'Background of the regular primary control.', + brand_instagram: { + value: '#e4405f', + description: 'Official Instagram brand fill for logos and icons in approved placements; follow the platform brand rules for size and clear space.', }, - control_primary_info_hover: { - value: neutral.at(L_BG_BUTTON_STRONG_HOVER), - description: 'Hover state of the regular primary control.', + brand_linkedIn: { + value: '#0a66c2', + description: 'Official LinkedIn brand fill for logos and icons in approved placements; follow the platform brand rules for size and clear space.', }, - control_primary_info_active: { - value: neutral.at(L_BG_BUTTON_STRONG_ACTIVE), - description: 'Active (selected) state of the regular primary control.', + brand_pinterest: { + value: '#bd081c', + description: 'Official Pinterest brand fill for logos and icons in approved placements; follow the platform brand rules for size and clear space.', }, - control_primary_success_DEFAULT: { - value: green.at(L_BG_BUTTON), - description: 'Background of the primary control with successful theme.', + brand_primary: { + value: violet.at(0.74), + description: 'Primary brand accent for logos and branded surfaces.', }, - control_primary_success_hover: { - value: green.at(L_BG_BUTTON_HOVER), - description: 'Hover state of the primary control with successful theme.', + brand_secondary: { + value: gray.at(0.22), + description: 'Secondary brand accent for paired brand treatments (secondary marks, duo-tone lockups).', }, - control_primary_success_active: { - value: green.at(L_BG_BUTTON_ACTIVE), - description: 'Active (selected) state of the primary control with successful theme.', + brand_twitter: { + value: '#1d9bf0', + description: 'Official Twitter brand fill for logos and icons in approved placements; follow the platform brand rules for size and clear space.', }, - control_primary_critical_DEFAULT: { - value: error.at(L_BG_BUTTON), - description: 'Background of the primary control with danger theme.', + brand_youtube: { + value: '#ff0000', + description: 'Official YouTube brand fill for logos and icons in approved placements; follow the platform brand rules for size and clear space.', }, - control_primary_critical_hover: { - value: error.at(L_BG_BUTTON_HOVER), - description: 'Hover state of the primary control with danger theme.', + chart_data_critical: { + value: colors.red['400'].value, + description: 'Critical data color for charts.', }, - control_primary_critical_active: { - value: error.at(L_BG_BUTTON_ACTIVE), - description: 'Active (selected) state of the primary control with danger theme.', + chart_data_success: { + value: colors.green['300'].value, + description: 'Success data color for charts.', }, - control_primary_brand_DEFAULT: { - value: brand.at(L_BG_BUTTON), - description: 'Background of the primary brand colored control.', + chart_data_warning: { + value: colors.orange['300'].value, + description: 'Warning data color for charts.', }, - control_primary_brand_hover: { - value: brand.at(L_BG_BUTTON_HOVER), - description: 'Hover state of the primary brand colored control.', + chart_grid_bar_chart_base_bg: { + value: neutral.at(L_BG_LIGHT), + description: 'Default background color of a bar in the BarChart.', }, - control_primary_brand_active: { - value: brand.at(L_BG_BUTTON_ACTIVE), - description: 'Active state of the primary brand colored control.', + chart_grid_bar_chart_hover: { + value: neutral.opaqueAt(L_BG_PRIMARY_HOVER), + description: 'Background color for the hover state of a bar on the chart grid.', + }, + chart_grid_border: { + value: '{baseTokens.colors.gray.white}', + description: 'Border for distinguishing data sets and chart dots on the chart grid.', + }, + chart_grid_line: { + value: neutral.at(L_BORDER_SECONDARY), + description: 'Grid and axis guide lines for charts.', + }, + chart_grid_period_bg: { + value: neutral.at(L_BG_LIGHT), + description: 'Use for highlighting a period on the chart grid.', + }, + chart_grid_period_pattern: { + value: neutral.at(L_BORDER_SECONDARY), + description: 'Stripe color for diagonal pattern background.', + }, + chart_grid_text_label: { + value: neutral.opaqueAt(L_TEXT_SECONDARY), + description: 'Text label on the chart grid.', + }, + chart_grid_x_axis: { + value: neutral.at(L_BORDER_PRIMARY), + description: 'X-axis line on the chart grid.', + }, + chart_grid_y_accent_hover_line: { + value: neutral.at(L_BORDER_PRIMARY), + description: 'Accent line for the hover state on the chart grid.', + }, + chart_palette_order_1: { + value: colors.blue['400'].value, + description: '1 color in the default list of colors for charts.', + }, + chart_palette_order_2: { + value: colors.green['200'].value, + description: '2 color in the default list of colors for charts.', + }, + chart_palette_order_3: { + value: colors.violet['300'].value, + description: '3 color in the default list of colors for charts.', + }, + chart_palette_order_4: { + value: colors.yellow['200'].value, + description: '4 color in the default list of colors for charts.', + }, + chart_palette_order_5: { + value: colors.red['300'].value, + description: '5 color in the default list of colors for charts.', + }, + chart_palette_order_6: { + value: colors.blue['200'].value, + description: '6 color in the default list of colors for charts.', + }, + chart_palette_order_7: { + value: colors.pink['300'].value, + description: '7 color in the default list of colors for charts.', + }, + chart_palette_order_8: { + value: colors.salad['200'].value, + description: '8 color in the default list of colors for charts.', + }, + chart_palette_order_9: { + value: colors.blue['500'].value, + description: '9 color in the default list of colors for charts.', + }, + chart_palette_order_10: { + value: colors.green['300'].value, + description: '10 color in the default list of colors for charts.', + }, + chart_palette_order_11: { + value: colors.yellow['300'].value, + description: '11 color in the default list of colors for charts.', + }, + chart_palette_order_12: { + value: colors.pink['200'].value, + description: '12 color in the default list of colors for charts.', + }, + chart_palette_order_13: { + value: colors.salad['400'].value, + description: '13 color in the default list of colors for charts.', + }, + chart_palette_order_14: { + value: colors.violet['200'].value, + description: '14 color in the default list of colors for charts.', + }, + chart_palette_order_15: { + value: colors.red['400'].value, + description: '15 color in the default list of colors for charts.', + }, + chart_palette_order_16: { + value: colors.green['400'].value, + description: '16 color in the default list of colors for charts.', + }, + chart_palette_order_17: { + value: colors.blue['200'].value, + description: '17 color in the default list of colors for charts.', + }, + chart_palette_order_18: { + value: colors.salad['300'].value, + description: '18 color in the default list of colors for charts.', + }, + chart_palette_order_19: { + value: colors.yellow['400'].value, + description: '19 color in the default list of colors for charts.', + }, + chart_palette_order_20: { + value: colors.red['200'].value, + description: '20 color in the default list of colors for charts.', + }, + chart_palette_order_21: { + value: colors.yellow['500'].value, + description: '21 color in the default list of colors for charts.', + }, + chart_palette_order_22: { + value: colors.violet['400'].value, + description: '22 color in the default list of colors for charts.', + }, + chart_palette_order_23: { + value: colors.pink['400'].value, + description: '23 color in the default list of colors for charts.', + }, + chart_palette_order_24: { + value: colors.salad['500'].value, + description: '24 color in the default list of colors for charts.', + }, + chart_palette_order_null: { + value: colors.gray['100'].value, + description: 'Use it to show null value on the chart.', + }, + chart_palette_order_other_data: { + value: colors.gray['200'].value, + description: 'Use it to indicate voids, missing or some other data on the chart.', + }, + chart_palette_order_total_amount: { + value: colors.gray['400'].value, + description: 'Use it to show total value on the chart.', + }, + chart_x_axis_accent_data_start_tracking: { + value: success.opaqueAt(L_BG_LIGHT), + description: 'Background color for the "Start tracking" date on the X-axis of the chart grid.', + }, + chart_x_axis_accent_period_active: { + value: neutral.opaqueAt(L_BG_LIGHT), + description: 'Background color for the clickable date on the X-axis of the chart grid.', + }, + control_checkbox_bg_normal: { + value: '{semanticTokens.colors.bg_primary_neutral_DEFAULT}', + description: 'Background color of the Checkbox.', + }, + control_checkbox_bg_selected: { + value: '{semanticTokens.colors.control_primary_info_DEFAULT}', + description: 'Background color of the checked Checkbox.', + }, + control_checkbox_border: { + value: '{semanticTokens.colors.border_primary_DEFAULT}', + description: 'Border color of the Checkbox.', + }, + control_checkbox_checkmark: { + value: '{semanticTokens.colors.bg_primary_neutral_DEFAULT}', + description: 'Color of the checkmark.', + }, + control_checkbox_button_bg_hover: { + value: '{semanticTokens.colors.control_secondary_info_DEFAULT}', + description: 'Hover state of the Checkbox button background.', + }, + control_checkbox_button_bg_normal: { + value: '{semanticTokens.colors.bg_primary_neutral_DEFAULT}', + description: 'Normal state of the Checkbox button background.', + }, + control_checkbox_button_bg_selected_DEFAULT: { + value: '{semanticTokens.colors.control_secondary_info_active}', + description: 'Selected state of the Checkbox button background.', + }, + control_checkbox_button_bg_selected_hover: { + value: '{semanticTokens.colors.control_secondary_info_active}', + description: 'Hover for a selected state of the Checkbox button background.', + }, + control_checkbox_button_border_DEFAULT: { + value: '{semanticTokens.colors.border_primary_DEFAULT}', + description: 'Border color of the Checkbox button in its normal state.', + }, + control_checkbox_button_border_selected: { + value: '{semanticTokens.colors.border_info_active}', + description: 'Border color of the Checkbox button in its active state.', + }, + control_radio_bg_normal: { + value: '{semanticTokens.colors.bg_primary_neutral_DEFAULT}', + description: 'Background color of the Radio.', + }, + control_radio_bg_selected: { + value: '{semanticTokens.colors.control_primary_info}', + description: 'Selected state of the Radio background.', + }, + control_radio_border: { + value: '{semanticTokens.colors.border_primary_DEFAULT}', + description: 'Border color of the Radio.', }, control_primary_advertising_DEFAULT: { value: gray.at(L_INV_BG_PRIMARY), @@ -635,97 +831,341 @@ export const theme: Theme = { value: gray.at(L_INV_BG_PRIMARY_ACTIVE), description: 'Active (selected) state of the advertising primary control.', }, + control_primary_brand_DEFAULT: { + value: brand.at(L_BG_BUTTON_BRAND), + description: 'Background of the primary brand colored control.', + }, + control_primary_brand_active: { + value: brand.at(L_BG_BUTTON_BRAND_ACTIVE), + description: 'Active state of the primary brand colored control.', + }, + control_primary_brand_hover: { + value: brand.at(L_BG_BUTTON_BRAND_HOVER), + description: 'Hover state of the primary brand colored control.', + }, + control_primary_critical_DEFAULT: { + value: error.at(L_BG_BUTTON), + description: 'Background of the primary control with danger theme.', + }, + control_primary_critical_active: { + value: error.at(L_BG_BUTTON_ACTIVE), + description: 'Active (selected) state of the primary control with danger theme.', + }, + control_primary_critical_hover: { + value: error.at(L_BG_BUTTON_HOVER), + description: 'Hover state of the primary control with danger theme.', + }, + control_primary_info_DEFAULT: { + value: neutral.at(L_BG_BUTTON_STRONG), + description: 'Background of the regular primary control.', + }, + control_primary_info_active: { + value: neutral.at(L_BG_BUTTON_STRONG_ACTIVE), + description: 'Active (selected) state of the regular primary control.', + }, + control_primary_info_hover: { + value: neutral.at(L_BG_BUTTON_STRONG_HOVER), + description: 'Hover state of the regular primary control.', + }, control_primary_invert_DEFAULT: { value: neutral.at(L_INV_BG_BUTTON), description: 'Inverted background of the primary control.', }, - control_primary_invert_hover: { - value: neutral.at(L_INV_BG_BUTTON_HOVER), - description: 'Hover state of the inverted primary control.', - }, control_primary_invert_active: { value: neutral.at(L_INV_BG_BUTTON_ACTIVE), description: 'Active (selected) state of the inverted primary control.', }, - control_secondary_neutral_DEFAULT: { - value: neutral.opaqueAt(L_BG_SECONDARY), - description: 'Background of the regular secondary control.', + control_primary_invert_hover: { + value: neutral.at(L_INV_BG_BUTTON_HOVER), + description: 'Hover state of the inverted primary control.', }, - control_secondary_neutral_hover: { - value: neutral.opaqueAt(L_BG_SECONDARY_HOVER), - description: 'Hover state of the regular secondary control.', + control_primary_success_DEFAULT: { + value: green.at(L_BG_BUTTON), + description: 'Background of the primary control with successful theme.', }, - control_secondary_neutral_active: { - value: neutral.opaqueAt(L_BG_SECONDARY_ACTIVE), - description: 'Active (selected) state of the regular secondary control.', + control_primary_success_active: { + value: green.at(L_BG_BUTTON_ACTIVE), + description: 'Active (selected) state of the primary control with successful theme.', + }, + control_primary_success_hover: { + value: green.at(L_BG_BUTTON_HOVER), + description: 'Hover state of the primary control with successful theme.', }, control_secondary_info_DEFAULT: { value: info.opaqueAt(L_BG_SECONDARY), description: 'Background of the accent secondary control.', }, - control_secondary_info_hover: { - value: info.opaqueAt(L_BG_SECONDARY_HOVER), - description: 'Hover state of the accent secondary control.', - }, control_secondary_info_active: { value: info.opaqueAt(L_BG_SECONDARY_ACTIVE), description: 'Active (selected) state of the accent secondary control.', }, + control_secondary_info_hover: { + value: info.opaqueAt(L_BG_SECONDARY_HOVER), + description: 'Hover state of the accent secondary control.', + }, control_secondary_invert_DEFAULT: { value: neutral.opaqueInvAt(L_INV_BG_SECONDARY), description: 'Background of the inverted version of the secondary control.', }, + control_secondary_invert_active: { + value: neutral.opaqueInvAt(L_INV_BG_SECONDARY_ACTIVE), + description: 'Active (selected) state of the inverted version of the secondary control.', + }, control_secondary_invert_hover: { value: neutral.opaqueInvAt(L_INV_BG_SECONDARY_HOVER), description: 'Hover state of the inverted version of the secondary control.', }, - control_secondary_invert_active: { - value: neutral.opaqueInvAt(L_INV_BG_SECONDARY_ACTIVE), - description: 'Active (selected) state of the inverted version of the secondary control.', + control_secondary_neutral_DEFAULT: { + value: neutral.opaqueAt(L_BG_BUTTON_SECONDARY), + description: 'Background of the regular secondary control.', }, - control_tertiary_neutral_DEFAULT: { - value: 'transparent', - description: 'Background of the regular tertiary control.', + control_secondary_neutral_active: { + value: neutral.opaqueAt(L_BG_BUTTON_SECONDARY_ACTIVE), + description: 'Active (selected) state of the regular secondary control.', }, - control_tertiary_neutral_hover: { - value: neutral.opaqueAt(L_BG_SECONDARY_HOVER), - description: 'Hover state of the regular tertiary control.', + control_secondary_neutral_hover: { + value: neutral.opaqueAt(L_BG_BUTTON_SECONDARY_HOVER), + description: 'Hover state of the regular secondary control.', }, - control_tertiary_neutral_active: { - value: neutral.opaqueAt(L_BG_SECONDARY_ACTIVE), - description: 'Active (selected) state of the regular tertiary control.', + control_select_trigger_active: { + value: '{semanticTokens.colors.bg_primary_neutral_DEFAULT}', + description: 'Background of the Select trigger in its active state.', + }, + control_select_trigger_hover: { + value: '{semanticTokens.colors.bg_primary_neutral_hover}', + description: 'Background of the Select trigger in its hover state.', + }, + control_select_trigger_normal: { + value: '{semanticTokens.colors.bg_primary_neutral_DEFAULT}', + description: 'Background of the Select trigger in its normal state.', + }, + control_slider_bar_bg_DEFAULT: { + value: '{semanticTokens.colors.progress_bar_bg_DEFAULT}', + description: 'Background of the Slider bar.', + }, + control_slider_bar_bg_hover: { + value: '{semanticTokens.colors.progress_bar_bg_hover}', + description: 'Hover state of the Slider bar.', + }, + control_slider_bar_value_bg: { + value: '{semanticTokens.colors.control_primary_info_DEFAULT}', + description: 'Filled part of the Slider bar.', + }, + control_slider_knob_bg_DEFAULT: { + value: '{baseTokens.colors.gray.white}', + description: 'Knob fill color of the Slider.', + }, + control_slider_knob_border_DEFAULT: { + value: '{semanticTokens.colors.control_primary_info_DEFAULT}', + description: 'Knob border color of the Slider in its normal state.', + }, + control_slider_knob_border_hover: { + value: '{semanticTokens.colors.control_primary_info_hover}', + description: 'Knob border color of the Slider in its hover state.', + }, + control_slider_rating_icon_DEFAULT: { + value: neutral.at(L_ICON_SECONDARY), + description: 'Icon color for the SliderRating component in its normal state.', + }, + control_slider_rating_icon_hover_active: { + value: highlight.at(L_ICON_SECONDARY_HOVER), + description: 'Icon color for the SliderRating component in its hovered and active states.', + }, + control_switch_bg_DEFAULT: { + value: '{semanticTokens.colors.control_secondary_neutral_DEFAULT}', + description: 'Subtle background of the Switch control.', + }, + control_switch_bg_info_active: { + value: '{semanticTokens.colors.control_primary_info_DEFAULT}', + description: 'Active background of the Switch control.', + }, + control_switch_bg_success_active: { + value: '{semanticTokens.colors.control_primary_success_DEFAULT}', + description: 'Active background of the Switch control.', + }, + control_switch_handle: { + value: '{baseTokens.colors.gray.white}', + description: 'Handle color of the Switch control.', }, control_tertiary_info_DEFAULT: { value: 'transparent', description: 'Background of the accent and link-lookalike tertiary control.', }, - control_tertiary_info_hover: { - value: info.opaqueAt(L_BG_SECONDARY_HOVER), - description: 'Hover state of the accent and link-lookalike tertiary control.', - }, control_tertiary_info_active: { value: info.opaqueAt(L_BG_SECONDARY_ACTIVE), description: 'Active (selected) state of the accent and link-lookalike tertiary control.', }, + control_tertiary_info_hover: { + value: info.opaqueAt(L_BG_SECONDARY_HOVER), + description: 'Hover state of the accent and link-lookalike tertiary control.', + }, control_tertiary_invert_DEFAULT: { value: 'transparent', description: 'Background of the inverted version of the tertiary control.', }, + control_tertiary_invert_active: { + value: neutral.opaqueInvAt(L_INV_BG_SECONDARY_ACTIVE), + description: 'Active (selected) state of the inverted version of the tertiary control.', + }, control_tertiary_invert_hover: { value: neutral.opaqueInvAt(L_INV_BG_SECONDARY_HOVER), description: 'Hover state of the inverted version of the tertiary control.', }, - control_tertiary_invert_active: { - value: neutral.opaqueInvAt(L_INV_BG_SECONDARY_ACTIVE), - description: 'Active (selected) state of the inverted version of the tertiary control.', + control_tertiary_neutral_DEFAULT: { + value: 'transparent', + description: 'Background of the regular tertiary control.', }, - icon_primary_neutral_DEFAULT: { - value: neutral.opaqueAt(L_ICON_PRIMARY), - description: 'Default icon weight on normal backgrounds—stronger emphasis than secondary icons.', + control_tertiary_neutral_active: { + value: neutral.opaqueAt(L_BG_SECONDARY_ACTIVE), + description: 'Active (selected) state of the regular tertiary control.', }, - icon_primary_neutral_hover_active: { - value: neutral.opaqueAt(L_ICON_PRIMARY_HOVER), - description: 'Gray background color for the hover and active states of the primary neutral icon. It’s created using a CSS filter with a brightness(0.8), applied to the gray-500 color.', + control_tertiary_neutral_hover: { + value: neutral.opaqueAt(L_BG_SECONDARY_HOVER), + description: 'Hover state of the regular tertiary control.', + }, + control_text_primary_DEFAULT: { + value: '{semanticTokens.colors.text_primary_DEFAULT}', + description: 'Primary text color for form controls.', + }, + control_text_primary_invert: { + value: '{semanticTokens.colors.text_primary_invert}', + description: 'Inverted primary text color for form controls.', + }, + control_text_secondary_DEFAULT: { + value: '{semanticTokens.colors.text_secondary_DEFAULT}', + description: 'Secondary text color for form controls.', + }, + control_text_secondary_invert: { + value: '{semanticTokens.colors.text_secondary_invert}', + description: 'Inverted secondary text color for form controls.', + }, + control_text_tertiary: { + value: '{semanticTokens.colors.text_secondary_DEFAULT}', + description: 'Tertiary text color for form controls.', + }, + date_picker_border_range_comparison: { + value: colors.blue['300'].value, + description: 'Border color of the second period for the comparison mode in the DatePicker.', + }, + date_picker_cell_DEFAULT: { + value: neutral.at(L_BG_PRIMARY), + description: 'Default date-picker cell background.', + }, + date_picker_cell_active_DEFAULT: { + value: neutral.at(L_BG_BUTTON_STRONG), + description: 'Active (selected) date-picker cell background.', + }, + date_picker_cell_active_hover: { + value: neutral.at(L_BG_BUTTON_STRONG_HOVER), + description: 'Hover for the active (selected) date-picker cell background.', + }, + date_picker_cell_comparison_active_DEFAULT: { + value: colors.blue['300'].value, + description: 'Active (selected) date-picker cell background for comparison periods.', + }, + date_picker_cell_comparison_active_hover: { + value: colors.blue['400'].value, + description: 'Hover for the active (selected) date-picker cell background for comparison periods.', + }, + date_picker_cell_current_DEFAULT: { + value: neutral.opaqueAt(L_BORDER_ACTIVE), + description: 'Color for marking the cell with the current date, month or year in the date-picker.', + }, + date_picker_cell_current_invert: { + value: neutral.opaqueInvAt(L_INV_BORDER_PRIMARY), + description: 'Color for marking the active cell with the current date, month or year in the date-picker.', + }, + date_picker_cell_hover: { + value: neutral.at(L_BG_PRIMARY_HOVER), + description: 'Hover state of the default date-picker cell background.', + }, + date_picker_cell_range_DEFAULT: { + value: neutral.at(L_BG_SELECTED), + description: 'Background for the cell which is included in the date range in the date-picker.', + }, + date_picker_cell_range_hover: { + value: neutral.at(L_BG_SELECTED_HOVER), + description: 'Hover state of the background for the cell which is included in the date range in the date-picker.', + }, + dot_bg: { + value: '{semanticTokens.colors.icon_primary_warning_DEFAULT}', + description: 'Background color of the Dot.', + }, + dot_text: { + value: '{semanticTokens.colors.text_primary_invert}', + description: 'Text color of the Dot.', + }, + dropdown_menu_item_DEFAULT: { + value: neutral.at(L_BG_PRIMARY), + description: 'Default background color for the list item in the dropdown-menu.', + }, + dropdown_menu_item_hover: { + value: neutral.opaqueAt(L_BG_PRIMARY_HOVER), + description: 'Hover state of the default background color for the list item in the dropdown-menu.', + }, + dropdown_menu_item_selected_DEFAULT: { + value: focus.opaqueAt(L_BG_SELECTED), + description: 'Active (selected) state of the default background color for the list item in the dropdown-menu.', + }, + dropdown_menu_item_selected_box_shadow: { + value: '{semanticTokens.colors.control_primary_info_DEFAULT}', + description: 'Border color of the selected item in the DropdownMenu.', + }, + dropdown_menu_item_selected_hover: { + value: focus.opaqueAt(L_BG_SELECTED_HOVER), + description: 'Hover state for the selected state of the default background color for the list item in the dropdown-menu.', + }, + feature_popover_bg_accent: { + value: '{semanticTokens.colors.bg.primary.highlight}', + description: 'Background of the FeaturePopover with accent theme.', + }, + feature_popover_bg_neutral: { + value: neutral.at(L_INV_BG_PRIMARY), + description: 'Background of the FeaturePopover with neutral theme.', + }, + feature_popover_dot_accent: { + value: '{semanticTokens.colors.bg_primary_highlight}', + description: 'Fill color of the FeaturePopover.Spot with accent theme.', + }, + feature_popover_dot_neutral: { + value: '{semanticTokens.colors.bg.primary.highlight}', + description: 'Fill color of the FeaturePopover.Spot with neutral theme.', + }, + feature_popover_dot_outer_border_accent: { + value: '{semanticTokens.colors.bg.primary.highlight}', + description: 'Outer border color of the FeaturePopover.Spot with accent theme.', + }, + feature_popover_dot_outer_border_neutral: { + value: '{semanticTokens.colors.feature_popover_dot_neutral}', + description: 'Outer border color of the FeaturePopover.Spot with neutral theme.', + }, + + feature_popover_text_DEFAULT: { + value: '{semanticTokens.colors.text_primary_DEFAULT}', + description: 'Text color of the FeaturePopover.', + }, + feature_popover_text_invert: { + value: '{semanticTokens.colors.text_primary_invert}', + description: 'Inverted text color of the FeaturePopover.', + }, + footer_bg: { + value: '{semanticTokens.colors.page.bg}', + description: 'Background fill for the product page footer.', + }, + header_bg: { value: '{semanticTokens.colors.page.bg}' }, + header_border_primary: { value: '{semanticTokens.colors.border.primary}' }, + header_border_secondary: { value: '{semanticTokens.colors.border.primary}' }, + icon_non_interactive: { + value: neutral.opaqueAt(L_ICON_NON_INTERACTIVE), + description: 'Color for the default non-interactive icon.', + }, + icon_primary_critical_DEFAULT: { + value: error.opaqueAt(L_ICON_PRIMARY), + description: 'Semantic error icon.', + }, + icon_primary_critical_hover_active: { + value: error.opaqueAt(L_ICON_PRIMARY_HOVER), + description: 'Red background color for the hover and active states of the primary critical icon. It’s created using a CSS filter with a brightness(0.8), applied to the red-500 color.', }, icon_primary_info_DEFAULT: { value: info.opaqueAt(L_ICON_PRIMARY), @@ -735,6 +1175,22 @@ export const theme: Theme = { value: info.opaqueAt(L_ICON_PRIMARY_HOVER), description: 'Blue background color for the hover and active states of the primary link-lookalike icon. It’s created using a CSS filter with a brightness(0.8), applied to the blue-500 color.', }, + icon_primary_invert_DEFAULT: { + value: neutral.opaqueInvAt(L_INV_ICON_PRIMARY), + description: 'Inverted version of the primary icon.', + }, + icon_primary_invert_hover_active: { + value: neutral.opaqueInvAt(L_INV_ICON_PRIMARY_HOVER), + description: 'Hover and active (selected) states of the inverted version of the primary icon.', + }, + icon_primary_neutral_DEFAULT: { + value: neutral.opaqueAt(L_ICON_PRIMARY), + description: 'Default icon weight on normal backgrounds—stronger emphasis than secondary icons.', + }, + icon_primary_neutral_hover_active: { + value: neutral.opaqueAt(L_ICON_PRIMARY_HOVER), + description: 'Gray background color for the hover and active states of the primary neutral icon. It’s created using a CSS filter with a brightness(0.8), applied to the gray-500 color.', + }, icon_primary_success_DEFAULT: { value: success.opaqueAt(L_ICON_PRIMARY), description: 'Semantic success icon.', @@ -743,14 +1199,6 @@ export const theme: Theme = { value: success.opaqueAt(L_ICON_PRIMARY_HOVER), description: 'Green background color for the hover and active states of the primary success icon. It’s created using a CSS filter with a brightness(0.8), applied to the green-500 color.', }, - icon_primary_critical_DEFAULT: { - value: error.opaqueAt(L_ICON_PRIMARY), - description: 'Semantic error icon.', - }, - icon_primary_critical_hover_active: { - value: error.opaqueAt(L_ICON_PRIMARY_HOVER), - description: 'Red background color for the hover and active states of the primary critical icon. It’s created using a CSS filter with a brightness(0.8), applied to the red-500 color.', - }, icon_primary_warning_DEFAULT: { value: warning.opaqueAt(L_ICON_PRIMARY + 0.15), description: 'Semantic warning icon.', @@ -759,21 +1207,13 @@ export const theme: Theme = { value: warning.opaqueAt(L_ICON_PRIMARY_HOVER), description: 'Orange background color for the hover and active states of the primary warning icon. It’s created using a CSS filter with a brightness(0.8), applied to the orange-500 color.', }, - icon_primary_invert_DEFAULT: { - value: neutral.opaqueInvAt(L_INV_ICON_PRIMARY), - description: 'Inverted version of the primary icon.', - }, - icon_primary_invert_hover_active: { - value: neutral.opaqueInvAt(L_INV_ICON_PRIMARY_HOVER), - description: 'Hover and active (selected) states of the inverted version of the primary icon.', - }, - icon_secondary_neutral_DEFAULT: { - value: neutral.opaqueAt(L_ICON_SECONDARY), - description: 'De-emphasized icons for dense layouts (tables, tertiary actions).', + icon_secondary_critical_DEFAULT: { + value: error.opaqueAt(L_ICON_SECONDARY), + description: 'Softer error icon for dense UI or inline hints where the surface should stay calm.', }, - icon_secondary_neutral_hover_active: { - value: neutral.opaqueAt(L_ICON_SECONDARY_HOVER), - description: 'Gray background color for the hover and active states of the secondary neutral icon. It’s created using a CSS filter with a brightness(0.8), applied to the gray-300 color.', + icon_secondary_critical_hover_active: { + value: error.opaqueAt(L_ICON_SECONDARY_HOVER), + description: 'Red background color for the hover and active states of the secondary critical icon. It’s created using a CSS filter with a brightness(0.8), applied to the red-300 color.', }, icon_secondary_info_DEFAULT: { value: info.opaqueAt(L_ICON_SECONDARY), @@ -783,6 +1223,14 @@ export const theme: Theme = { value: info.at(L_ICON_SECONDARY_HOVER), description: 'Blue background color for the hover and active states of the secondary link-lookalike icon. It’s created using a CSS filter with a brightness(0.8), applied to the blue-300 color.', }, + icon_secondary_neutral_DEFAULT: { + value: neutral.opaqueAt(L_ICON_SECONDARY), + description: 'De-emphasized icons for dense layouts (tables, tertiary actions).', + }, + icon_secondary_neutral_hover_active: { + value: neutral.opaqueAt(L_ICON_SECONDARY_HOVER), + description: 'Gray background color for the hover and active states of the secondary neutral icon. It’s created using a CSS filter with a brightness(0.8), applied to the gray-300 color.', + }, icon_secondary_success_DEFAULT: { value: success.opaqueAt(L_ICON_SECONDARY), description: 'Softer success icon for dense UI or inline hints where the surface should stay calm.', @@ -791,14 +1239,6 @@ export const theme: Theme = { value: success.opaqueAt(L_ICON_SECONDARY_HOVER), description: 'Green background color for the hover and active states of the secondary success icon. It’s created using a CSS filter with a brightness(0.8), applied to the green-300 color.', }, - icon_secondary_critical_DEFAULT: { - value: error.opaqueAt(L_ICON_SECONDARY), - description: 'Softer error icon for dense UI or inline hints where the surface should stay calm.', - }, - icon_secondary_critical_hover_active: { - value: error.opaqueAt(L_ICON_SECONDARY_HOVER), - description: 'Red background color for the hover and active states of the secondary critical icon. It’s created using a CSS filter with a brightness(0.8), applied to the red-300 color.', - }, icon_secondary_warning_DEFAULT: { value: warning.opaqueAt(L_ICON_SECONDARY), description: 'Softer warning icon for dense UI or inline hints where the surface should stay calm.', @@ -807,119 +1247,126 @@ export const theme: Theme = { value: warning.opaqueAt(L_ICON_SECONDARY_HOVER), description: 'Orange background color for the hover and active states of the secondary warning icon. It’s created using a CSS filter with a brightness(0.8), applied to the orange-300 color.', }, - icon_non_interactive: { - value: neutral.opaqueAt(L_ICON_NON_INTERACTIVE), - description: 'Color for the default non-interactive icon.', + illustration_blue: { + value: blue.at(0.84), + description: '⚠️ Use only for illustrations.', }, - illustration_red: { - value: red.at(0.737), + illustration_border: { + value: colors.gray['500'].value, + description: 'Border color for illustrations.', + }, + illustration_gray: { + value: colors.gray['100'].value, + description: 'Gray fill color for illustrations.', + }, + illustration_green: { + value: green.at(0.812), description: '⚠️ Use only for illustrations.', }, illustration_orange: { value: orange.at(0.823), description: '⚠️ Use only for illustrations.', }, - illustration_yellow: { - value: yellow.at(0.924), - description: '⚠️ Use only for illustrations.', - }, - illustration_salad: { - value: salad.at(0.922), + illustration_pink: { + value: pink.at(0.76), description: '⚠️ Use only for illustrations.', }, - illustration_green: { - value: green.at(0.812), + illustration_red: { + value: red.at(0.737), description: '⚠️ Use only for illustrations.', }, - illustration_blue: { - value: blue.at(0.84), + illustration_salad: { + value: salad.at(0.922), description: '⚠️ Use only for illustrations.', }, illustration_violet: { value: violet.at(0.709), description: '⚠️ Use only for illustrations.', }, - illustration_pink: { - value: pink.at(0.76), + illustration_yellow: { + value: yellow.at(0.924), description: '⚠️ Use only for illustrations.', }, - date_picker_cell_DEFAULT: { - value: neutral.at(L_BG_PRIMARY), - description: 'Default date-picker cell background.', + keyboard_focus_invalid_outline: { + value: error.opaqueAt(L_BORDER_FOCUS), + description: 'Color for keyboard focus outline styles for elements with invalid state.', }, - date_picker_cell_current_DEFAULT: { - value: neutral.opaqueAt(L_BORDER_ACTIVE), - description: 'Color for marking the cell with the current date, month or year in the date-picker.', + keyboard_focus_invert_outline: { + value: 'oklch(1 0 0 / 0.7)', + description: 'Color for keyboard focus outline styles to use on the dark and color background.', }, - date_picker_cell_current_invert: { - value: neutral.opaqueInvAt(L_INV_BORDER_PRIMARY), - description: 'Color for marking the active cell with the current date, month or year in the date-picker.', + keyboard_focus_outline: { + value: focus.opaqueAt(L_BORDER_FOCUS), + description: 'Color for default keyboard focus outline styles.', }, - date_picker_cell_hover: { - value: neutral.at(L_BG_PRIMARY_HOVER), - description: 'Hover state of the default date-picker cell background.', + keyboard_focus_valid_outline: { + value: success.opaqueAt(L_BORDER_FOCUS), + description: 'Color for keyboard focus outline styles for elements with valid state.', }, - date_picker_cell_range_DEFAULT: { - value: focus.at(L_BG_SELECTED), - description: 'Background for the cell which is included in the date range in the date-picker.', + neighbor_location_invert: { + value: 'oklch(0 0 0 / 0.5)', + description: 'Inverted border of the components that are combined with neighbor-location property.', }, - date_picker_cell_range_hover: { - value: focus.at(L_BG_SELECTED_HOVER), - description: 'Hover state of the background for the cell which is included in the date range in the date-picker.', + neighbor_location_neutral: { + value: 'oklch(1 0 0 / 0.5)', + description: 'Neutral border of the components that are combined with neighbor-location property.', }, - date_picker_cell_active_DEFAULT: { - value: focus.at(L_BG_BUTTON), - description: 'Active (selected) date-picker cell background.', + notice_bubble_bg_critical: { + value: '{semanticTokens.colors.bg_primary_critical}', + description: 'Critical background of the NoticeBubble.', }, - date_picker_cell_active_hover: { - value: focus.at(L_BG_BUTTON_HOVER), - description: 'Hover for the active (selected) date-picker cell background.', + notice_bubble_bg_info: { + value: '{semanticTokens.colors.bg_primary_invert_DEFAULT}', + description: 'Background of the NoticeBubble.', }, - date_picker_cell_comparison_active_DEFAULT: { - value: highlight.at(L_BG_BUTTON), - description: 'Active (selected) date-picker cell background for comparison periods.', + overlay_limitation_primary: { + value: `oklch(from ${neutral.at(0.97)} l c h / 0.7)`, + description: 'Use as a primary cover of the content under the messages about limitations.', }, - date_picker_cell_comparison_active_hover: { - value: highlight.at(L_BG_BUTTON_HOVER), - description: 'Hover for the active (selected) date-picker cell background for comparison periods.', + overlay_limitation_secondary: { + value: 'oklch(1 0 0 / 0.85)', + description: 'Use as a secondary cover of the content under the messages about limitations.', }, - dropdown_menu_item_DEFAULT: { - value: neutral.at(L_BG_PRIMARY), - description: 'Default background color for the list item in the dropdown-menu.', + overlay_primary: { + value: neutral.opaqueAt(0.74), + description: 'Use for cover the content under the modal dialogs.', }, - dropdown_menu_item_hover: { - value: neutral.opaqueAt(L_BG_PRIMARY_HOVER), - description: 'Hover state of the default background color for the list item in the dropdown-menu.', + overlay_secondary: { + value: neutral.opaqueAt(0.8), + description: 'Use for the secondary modal dialogs that were opened upon the other modal dialogs.', }, - dropdown_menu_item_selected_DEFAULT: { - value: focus.opaqueAt(L_BG_SELECTED), - description: 'Active (selected) state of the default background color for the list item in the dropdown-menu.', + page_bg: { + value: neutral.at(0.97), + description: 'Background fill for the whole product page.', }, - dropdown_menu_item_selected_hover: { - value: focus.opaqueAt(L_BG_SELECTED_HOVER), - description: 'Hover state for the selected state of the default background color for the list item in the dropdown-menu.', + control_pills_bg_hover: { + value: '{semanticTokens.colors.control_secondary_neutral_hover}', + description: 'Hover state of the Pills background.', }, - feature_popover_bg_DEFAULT: { - value: '{semanticTokens.colors.bg.primary.highlight}', - description: 'Color of the outer border of the FeaturePopover.Spot.', + control_pills_bg_normal: { + value: '{semanticTokens.colors.control_secondary_neutral_DEFAULT}', + description: 'Background of the Pills in its normal state.', }, - feature_popover_bg_neutral: { - value: neutral.at(L_INV_BG_PRIMARY), - description: 'Color of the outer border of the FeaturePopover.Spot.', + control_pills_bg_selected: { + value: '{semanticTokens.colors.bg_primary_neutral_DEFAULT}', + description: 'Background of the selected Pill.', }, - feature_popover_dot_outer_border: { - value: '{semanticTokens.colors.bg.primary.highlight}', - description: 'Color of the outer border of the FeaturePopover.Spot.', + control_pills_border_DEFAULT: { + value: '{semanticTokens.colors.border_primary_DEFAULT}', + description: 'Border color of the Pills in its normal state.', }, - feature_popover_dot_neutral_DEFAULT: { - value: '{semanticTokens.colors.bg.primary.highlight}', - description: 'Color of the outer border of the FeaturePopover.Spot.', + control_presets_bg_DEFAULT: { + value: '{semanticTokens.colors.bg_primary_neutral_DEFAULT}', + description: 'Background of the Presets items.', }, - feature_popover_dot_neutral_outer_border: { - value: '{semanticTokens.colors.feature.popover.dot.neutral}', - description: 'Color of the outer border of the FeaturePopover.Spot.', + control_presets_border_selected: { + value: neutral.at(L_BORDER_STRONG), + description: 'Border color of the selected Preset item.', + }, + control_presets_border_hover: { + value: '{semanticTokens.colors.border_primary_DEFAULT}', + description: 'Border color of the hovered Preset item.', }, - progress_bar_bg_DEFAULT: { value: neutral.at(L_BG_LIGHT), description: 'Background color of the ProgressBar.', @@ -936,566 +1383,534 @@ export const theme: Theme = { value: neutral.at(L_INV_BG_MEDIUM), description: 'Hover state for the inverted version of the background color of the ProgressBar.', }, - progress_bar_value_gradient: { - value: `linear-gradient(-45deg, oklch(from ${highlight.at(0.74)} calc(l - 0.05) c h) 25%, ${highlight.at(0.74)} 0%, ${highlight.at(0.74)} 50%, oklch(from ${highlight.at(0.74)} calc(l - 0.05) c h) 0%, oklch(from ${highlight.at(0.74)} calc(l - 0.05) c h) 75%, ${highlight.at(0.74)} 0%)`, - description: 'Value with gradient for the ProgressBar.', - }, - progress_bar_value_bg: { - value: 'oklch(1 0 0)', - description: 'Base value background for the ProgressBar. It is used to create gradients for the values.', - }, progress_bar_pattern_gradient: { value: 'linear-gradient(-45deg, oklch(0 0 0 / 0.1) 25%, {semanticTokens.colors.progress.bar.bg} 0%, {semanticTokens.colors.progress.bar.bg} 50%, oklch(0 0 0 / 0.1) 0%, oklch(0 0 0 / 0.1) 75%, {semanticTokens.colors.progress.bar.bg} 0%)', description: 'Null value gradient for the ProgressBar.', }, - skeleton_bg_DEFAULT: { - value: neutral.at(L_BG_SKELETON), - description: 'Default color for the Skeleton.', - }, - skeleton_bg_invert: { - value: neutral.at(L_INV_BG_SKELETON), - description: 'Inverted version of the default color for the Skeleton.', - }, - table_th_primary_cell_DEFAULT: { - value: neutral.at(L_BG_SECONDARY), - description: 'Background of the header cell in the primary Table.', - }, - table_th_primary_cell_hover: { - value: neutral.at(L_BG_SECONDARY_ACTIVE), - description: 'Background of the hovered header cell in the primary Table.', - }, - table_th_primary_cell_active: { - value: neutral.at(L_BG_SECONDARY_ACTIVE), - description: 'Background of the active header cell in the primary Table.', - }, - table_th_secondary_cell: { - value: neutral.at(L_BG_PRIMARY), - description: 'Background of the header cell in the secondary Table.', - }, - table_th_gradient: { - value: `linear-gradient(to right, transparent 0%, ${colors.gray['100'].value} 100%)`, - description: 'Background gradient for sorting icon that absolute positioned in the table head.', - }, - table_td_cell_DEFAULT: { - value: neutral.at(L_BG_PRIMARY), - description: 'Background of the default cell in the Table.', - }, - table_td_cell_hover: { - value: neutral.at(L_BG_PRIMARY_HOVER), - description: 'Background of the default hovered cell in the Table.', - }, - table_td_cell_active: { - value: neutral.at(L_BG_PRIMARY_ACTIVE), - description: 'Background of the default active cell in the Table.', + progress_bar_value_bg: { + value: 'oklch(1 0 0)', + description: 'Base value background for the ProgressBar. It is used to create gradients for the values.', }, - table_td_cell_unread: { - value: neutral.at(L_BG_SECONDARY), - description: 'Background of the unread cell in the Table.', + progress_bar_value_gradient: { + value: `linear-gradient(-45deg, oklch(from ${highlight.at(0.74)} calc(l - 0.05) c h) 25%, ${highlight.at(0.74)} 0%, ${highlight.at(0.74)} 50%, oklch(from ${highlight.at(0.74)} calc(l - 0.05) c h) 0%, oklch(from ${highlight.at(0.74)} calc(l - 0.05) c h) 75%, ${highlight.at(0.74)} 0%)`, + description: 'Value with gradient for the ProgressBar.', }, - table_td_cell_accordion: { - value: neutral.at(L_BG_PRIMARY), - description: 'Background of the cell used for Accordion or actions row, in the Table.', + scroll_area_dropdown_menu_bottom: { + value: 'linear-gradient(to top, {baseTokens.colors.white} 34.38%, transparent 100%)', + description: 'Bottom-to-top fade shadow for the ScrollArea inside the DropdownMenu.', }, - table_td_cell_selected_DEFAULT: { - value: info.at(L_BG_SECONDARY), - description: 'Background of the selected cell in the Table.', + scroll_area_dropdown_menu_left: { + value: 'linear-gradient(to right, {baseTokens.colors.white} 34.38%, transparent 100%)', + description: 'Left-to-right fade shadow for the ScrollArea inside the DropdownMenu.', }, - table_td_cell_selected_hover: { - value: info.at(L_BG_SECONDARY_HOVER), - description: 'Background of the hovered selected cell in the Table.', + scroll_area_dropdown_menu_right: { + value: 'linear-gradient(to left, {baseTokens.colors.white} 34.38%, transparent 100%)', + description: 'Right-to-left fade shadow for the ScrollArea inside the DropdownMenu.', }, - table_td_cell_selected_active: { - value: info.at(L_BG_SECONDARY_ACTIVE), - description: 'Background of the active selected cell in the Table.', + scroll_area_dropdown_menu_top: { + value: 'linear-gradient(to bottom, {baseTokens.colors.white} 34.38%, transparent 100%)', + description: 'Top-to-bottom fade shadow for the ScrollArea inside the DropdownMenu.', }, - table_td_cell_new_DEFAULT: { - value: success.at(L_BG_SECONDARY), - description: 'Background of the cell with new information in the Table.', + scroll_area_shadow_bottom: { + value: `linear-gradient(to top, oklch(from ${colors.gray['800'].value} l c h / 0.08) 20.55%, transparent 100%)`, + description: 'Bottom-to-top fade shadow for the ScrollArea.', }, - table_td_cell_new_hover: { - value: success.at(L_BG_SECONDARY_HOVER), - description: 'Background of the hovered cell with new information in the Table.', + scroll_area_shadow_left: { + value: `linear-gradient(to right, oklch(from ${colors.gray['800'].value} l c h / 0.08) 20.55%, transparent 100%)`, + description: 'Left-to-right fade shadow for the ScrollArea.', }, - table_td_cell_new_active: { - value: success.at(L_BG_SECONDARY_ACTIVE), - description: 'Background of the active cell with new information in the Table.', + scroll_area_shadow_right: { + value: `linear-gradient(to left, oklch(from ${colors.gray['800'].value} l c h / 0.08) 20.55%, transparent 100%)`, + description: 'Right-to-left fade shadow for the ScrollArea.', }, - table_td_cell_critical_DEFAULT: { - value: error.at(L_BG_SECONDARY), - description: 'Background of the cell with critical information in the Table.', + scroll_area_shadow_top: { + value: `linear-gradient(to bottom, oklch(from ${colors.gray['800'].value} l c h / 0.08) 20.55%, transparent 100%)`, + description: 'Top-to-bottom fade shadow for the ScrollArea.', }, - table_td_cell_critical_hover: { - value: error.at(L_BG_SECONDARY_HOVER), - description: 'Background of the hovered cell with critical information in the Table.', + scroll_bar_background: { + value: neutral.opaqueAt(L_BORDER_PRIMARY), + description: 'Background color for ScrollBar.', }, - table_td_cell_critical_active: { - value: error.at(L_BG_SECONDARY_ACTIVE), - description: 'Background of the active cell with critical information in the Table.', + sidebar_nav_bg: { + value: '{semanticTokens.colors.page.bg}', + description: 'Background fill for the product page sidebar.', }, - table_td_cell_warning_DEFAULT: { - value: warning.at(L_BG_SECONDARY), - description: 'Background of the cell with warning information in the Table.', + sidebar_nav_border: { + value: '{semanticTokens.colors.border.primary}', + description: 'Color for the border of the page sidebar.', }, - table_td_cell_warning_hover: { - value: warning.at(L_BG_SECONDARY_HOVER), - description: 'Background of the hovered cell with warning information in the Table.', + sidebar_nav_control_active: { + value: neutral.opaqueAt(L_BG_SECONDARY_ACTIVE), + description: 'Sidebar navigation row active background.', }, - table_td_cell_warning_active: { - value: warning.at(L_BG_SECONDARY_ACTIVE), - description: 'Background of the active cell with warning information in the Table.', + sidebar_nav_control_hover: { + value: neutral.opaqueAt(L_BG_SECONDARY_HOVER), + description: 'Sidebar navigation row hover background.', }, - brand_primary: { - value: violet.at(0.74), - description: 'Primary brand accent for logos and branded surfaces.', + sidebar_nav_control_icon_active: { + value: neutral.at(L_ICON_PRIMARY_HOVER), + description: 'Sidebar navigation icon color for the active item.', }, - brand_secondary: { - value: gray.at(0.22), - description: 'Secondary brand accent for paired brand treatments (secondary marks, duo-tone lockups).', + sidebar_nav_control_icon_normal: { + value: neutral.at(L_ICON_PRIMARY), + description: 'Sidebar navigation icon color.', }, - brand_gradient: { - value: 'linear-gradient(180deg, #DCEEEB 0%, #EEE9FF 100%)', - description: 'Brand light gradient for branded surfaces.', + sidebar_nav_control_text_active: { + value: neutral.at(L_TEXT_PRIMARY), + description: 'Sidebar navigation label color for the active item.', }, - brand_pinterest: { - value: '#bd081c', - description: 'Official Pinterest brand fill for logos and icons in approved placements; follow the platform brand rules for size and clear space.', + sidebar_nav_control_text_normal: { + value: neutral.at(L_TEXT_SECONDARY), + description: 'Sidebar navigation label color.', }, - brand_instagram: { - value: '#e4405f', - description: 'Official Instagram brand fill for logos and icons in approved placements; follow the platform brand rules for size and clear space.', + skeleton_bg_DEFAULT: { + value: neutral.at(L_BG_SKELETON), + description: 'Default color for the Skeleton.', }, - brand_youtube: { - value: '#ff0000', - description: 'Official YouTube brand fill for logos and icons in approved placements; follow the platform brand rules for size and clear space.', + skeleton_bg_invert: { + value: neutral.at(L_INV_BG_SKELETON), + description: 'Inverted version of the default color for the Skeleton.', }, - brand_facebook: { - value: '#1877f2', - description: 'Official Facebook brand fill for logos and icons in approved placements; follow the platform brand rules for size and clear space.', + spin_bg_DEFAULT: { + value: '{semanticTokens.colors.border_primary_DEFAULT}', + description: 'Track color of the Spin loader.', }, - brand_linkedIn: { - value: '#0a66c2', - description: 'Official LinkedIn brand fill for logos and icons in approved placements; follow the platform brand rules for size and clear space.', + spin_bg_invert: { + value: '{semanticTokens.colors.border_primary_invert}', + description: 'Inverted track color of the Spin loader.', }, - brand_twitter: { - value: '#1d9bf0', - description: 'Official Twitter brand fill for logos and icons in approved placements; follow the platform brand rules for size and clear space.', + control_tab_line_border_DEFAULT: { + value: '{semanticTokens.colors.border_primary_DEFAULT}', + description: 'Border color of the TabLine in its normal state.', }, - brand_google_blue: { value: '#1a0dab', description: 'Google brand color for the link.' }, - brand_google_green: { - value: '#016723', - description: 'Google green brand color for the link.', + control_tab_line_border_active: { + value: '{semanticTokens.colors.border_info_active}', + description: 'Border color of the TabLine in its active state.', }, - brand_google_my_business: { - value: '#1a73e8', - description: 'Official Google My Business brand fill for logos and icons in approved placements; follow Google brand guidelines for size and clear space.', + control_tab_line_border_hover: { + value: '{semanticTokens.colors.border_primary_DEFAULT}', + description: 'Border color of the TabLine in its hover state.', }, - keyboard_focus_outline: { - value: focus.opaqueAt(L_BORDER_FOCUS), - description: 'Color for default keyboard focus outline styles.', + table_border_accent: { + value: neutral.opaqueAt(L_BORDER_PRIMARY), + description: 'Accent borders in the Table: for the accordion in the table and for the header of the secondary table.', }, - keyboard_focus_invalid_outline: { - value: error.opaqueAt(L_BORDER_FOCUS), - description: 'Color for keyboard focus outline styles for elements with invalid state.', + table_td_cell_DEFAULT: { + value: neutral.at(L_BG_PRIMARY), + description: 'Background of the default cell in the Table.', }, - keyboard_focus_valid_outline: { - value: success.opaqueAt(L_BORDER_FOCUS), - description: 'Color for keyboard focus outline styles for elements with valid state.', + table_td_cell_accordion: { + value: neutral.at(L_BG_PRIMARY), + description: 'Background of the cell used for Accordion or actions row, in the Table.', }, - keyboard_focus_invert_outline: { - value: 'oklch(1 0 0 / 0.7)', - description: 'Color for keyboard focus outline styles to use on the dark and color background.', + table_td_cell_active: { + value: neutral.at(L_BG_PRIMARY_ACTIVE), + description: 'Background of the default active cell in the Table.', }, - overlay_primary: { - value: neutral.opaqueAt(0.74), - description: 'Use for cover the content under the modal dialogs.', + table_td_cell_critical_DEFAULT: { + value: error.at(L_BG_SECONDARY), + description: 'Background of the cell with critical information in the Table.', }, - overlay_secondary: { - value: neutral.opaqueAt(0.8), - description: 'Use for the secondary modal dialogs that were opened upon the other modal dialogs.', + table_td_cell_critical_active: { + value: error.at(L_BG_SECONDARY_ACTIVE), + description: 'Background of the active cell with critical information in the Table.', }, - overlay_limitation_primary: { - value: `oklch(from ${neutral.at(0.97)} l c h / 0.7)`, - description: 'Use as a primary cover of the content under the messages about limitations.', + table_td_cell_critical_hover: { + value: error.at(L_BG_SECONDARY_HOVER), + description: 'Background of the hovered cell with critical information in the Table.', }, - overlay_limitation_secondary: { - value: 'oklch(1 0 0 / 0.85)', - description: 'Use as a secondary cover of the content under the messages about limitations.', + table_td_cell_hover: { + value: neutral.at(L_BG_PRIMARY_HOVER), + description: 'Background of the default hovered cell in the Table.', }, - tooltip_default: { - value: neutral.at(L_BG_PRIMARY), - description: 'Default Tooltip background.', + table_td_cell_new_DEFAULT: { + value: success.at(L_BG_SECONDARY), + description: 'Background of the cell with new information in the Table.', }, - tooltip_warning: { - value: error.at(L_BG_LIGHT), - description: 'Warning Tooltip background.', + table_td_cell_new_active: { + value: success.at(L_BG_SECONDARY_ACTIVE), + description: 'Background of the active cell with new information in the Table.', }, - tooltip_invert: { - value: neutral.at(L_INV_BG_PRIMARY), - description: 'Inverted version of the default Tooltip background.', + table_td_cell_new_hover: { + value: success.at(L_BG_SECONDARY_HOVER), + description: 'Background of the hovered cell with new information in the Table.', }, - neighbor_location_neutral: { - value: 'oklch(1 0 0 / 0.5)', - description: 'Neutral border of the components that are combined with neighbor-location property.', + table_td_cell_selected_DEFAULT: { + value: info.at(L_BG_SECONDARY), + description: 'Background of the selected cell in the Table.', }, - neighbor_location_invert: { - value: 'oklch(0 0 0 / 0.5)', - description: 'Inverted border of the components that are combined with neighbor-location property.', + table_td_cell_selected_active: { + value: info.at(L_BG_SECONDARY_ACTIVE), + description: 'Background of the active selected cell in the Table.', }, - scroll_area_shadow_left: { - value: `linear-gradient(to right, oklch(from ${colors.gray['800'].value} l c h / 0.08) 20.55%, transparent 100%)`, - description: 'Left-to-right fade shadow for the ScrollArea.', + table_td_cell_selected_hover: { + value: info.at(L_BG_SECONDARY_HOVER), + description: 'Background of the hovered selected cell in the Table.', }, - scroll_area_shadow_right: { - value: `linear-gradient(to left, oklch(from ${colors.gray['800'].value} l c h / 0.08) 20.55%, transparent 100%)`, - description: 'Right-to-left fade shadow for the ScrollArea.', + table_td_cell_unread: { + value: neutral.at(L_BG_SECONDARY), + description: 'Background of the unread cell in the Table.', }, - scroll_area_shadow_top: { - value: `linear-gradient(to bottom, oklch(from ${colors.gray['800'].value} l c h / 0.08) 20.55%, transparent 100%)`, - description: 'Top-to-bottom fade shadow for the ScrollArea.', + table_td_cell_warning_DEFAULT: { + value: warning.at(L_BG_SECONDARY), + description: 'Background of the cell with warning information in the Table.', }, - scroll_area_shadow_bottom: { - value: `linear-gradient(to top, oklch(from ${colors.gray['800'].value} l c h / 0.08) 20.55%, transparent 100%)`, - description: 'Bottom-to-top fade shadow for the ScrollArea.', + table_td_cell_warning_active: { + value: warning.at(L_BG_SECONDARY_ACTIVE), + description: 'Background of the active cell with warning information in the Table.', }, - scroll_area_dropdown_menu_left: { - value: 'linear-gradient(to right, {baseTokens.colors.white} 34.38%, transparent 100%)', - description: 'Left-to-right fade shadow for the ScrollArea inside the DropdownMenu.', + table_td_cell_warning_hover: { + value: warning.at(L_BG_SECONDARY_HOVER), + description: 'Background of the hovered cell with warning information in the Table.', }, - scroll_area_dropdown_menu_right: { - value: 'linear-gradient(to left, {baseTokens.colors.white} 34.38%, transparent 100%)', - description: 'Right-to-left fade shadow for the ScrollArea inside the DropdownMenu.', + table_th_gradient: { + value: `linear-gradient(to right, transparent 0%, ${colors.gray['100'].value} 100%)`, + description: 'Background gradient for sorting icon that absolute positioned in the table head.', }, - scroll_area_dropdown_menu_bottom: { - value: 'linear-gradient(to top, {baseTokens.colors.white} 34.38%, transparent 100%)', - description: 'Bottom-to-top fade shadow for the ScrollArea inside the DropdownMenu.', + table_th_primary_cell_DEFAULT: { + value: neutral.at(L_BG_SECONDARY), + description: 'Background of the header cell in the primary Table.', }, - scroll_area_dropdown_menu_top: { - value: 'linear-gradient(to bottom, {baseTokens.colors.white} 34.38%, transparent 100%)', - description: 'Top-to-bottom fade shadow for the ScrollArea inside the DropdownMenu.', + table_th_primary_cell_active: { + value: neutral.at(L_BG_SECONDARY_ACTIVE), + description: 'Background of the active header cell in the primary Table.', }, - scroll_bar_background: { - value: neutral.opaqueAt(L_BORDER_PRIMARY), - description: 'Background color for ScrollBar.', + table_th_primary_cell_hover: { + value: neutral.at(L_BG_SECONDARY_ACTIVE), + description: 'Background of the hovered header cell in the primary Table.', }, - tag_primary_gray_normal: { - value: '#ecedec', - description: 'Gray background color for the primary tag. It’s created using a CSS filter with a brightness of 150%, applied to the gray-500 color with 0.2 opacity on the white background underneath.', + table_th_secondary_cell: { + value: neutral.at(L_BG_PRIMARY), + description: 'Background of the header cell in the secondary Table.', }, - tag_primary_gray_hover_active: { - value: '#e2e3e2', - description: 'Gray background color for the hover and active states of the primary tag. It’s created using a CSS filter with a brightness of 150%, applied to the gray-500 color with 0.3 opacity on the white background underneath.', + tag_additional_bg_hover_active: { + value: '{semanticTokens.colors.bg_primary_neutral_hover}', + description: 'Hover and active states of the additional Tag background.', }, - tag_primary_gray_text: { - value: '#6a6c6a', - description: 'Gray text for the primary gray tag.', + tag_additional_bg_normal: { + value: '{semanticTokens.colors.bg_primary_neutral_DEFAULT}', + description: 'Background of the additional Tag in its normal state.', }, - tag_primary_blue_normal: { - value: '#e7e5ff', - description: 'Blue background color for primary tag. It’s built with CSS filter brightness(150%) that was applied to blue-500 color with 0.2 opacity on the white background underneath.', + tag_additional_border: { + value: '{semanticTokens.colors.border_primary_DEFAULT}', + description: 'Border color of the additional Tag.', + }, + tag_primary_bg_hover: { + value: '{semanticTokens.colors.bg_primary_neutral_hover}', + description: 'Hover state of the primary Tag background.', + }, + tag_primary_bg_normal: { + value: '{semanticTokens.colors.bg_primary_neutral_DEFAULT}', + description: 'Background of the primary Tag in its normal state.', }, tag_primary_blue_hover_active: { value: '#dcd8ff', description: 'Blue background color for the hover and active states of the primary tag. It’s created using a CSS filter with a brightness of 150%, applied to the blue-500 color with 0.3 opacity on the white background underneath. ', }, + tag_primary_blue_normal: { + value: '#e7e5ff', + description: 'Blue background color for primary tag. It’s built with CSS filter brightness(150%) that was applied to blue-500 color with 0.2 opacity on the white background underneath.', + }, tag_primary_blue_text: { value: '#5c53d9', description: 'Blue text for the primary blue tag.', }, - tag_primary_green_normal: { - value: '#ccf4e8', - description: 'Green background color for the primary tag. It’s created using a CSS filter with a brightness of 150%, applied to the green-500 color with 0.2 opacity on the white background underneath.', + tag_primary_border: { + value: '{semanticTokens.colors.bg_primary_neutral_DEFAULT}', + description: 'Border color of the primary Tag.', + }, + tag_primary_gray_hover_active: { + value: '#e2e3e2', + description: 'Gray background color for the hover and active states of the primary tag. It’s created using a CSS filter with a brightness of 150%, applied to the gray-500 color with 0.3 opacity on the white background underneath.', + }, + tag_primary_gray_normal: { + value: '#ecedec', + description: 'Gray background color for the primary tag. It’s created using a CSS filter with a brightness of 150%, applied to the gray-500 color with 0.2 opacity on the white background underneath.', + }, + tag_primary_gray_text: { + value: '#6a6c6a', + description: 'Gray text for the primary gray tag.', }, tag_primary_green_hover_active: { value: '#b3eedd', description: 'Green background color for the hover and active states of the primary tag. It’s created using a CSS filter with a brightness of 150%, applied to the green-500 color with 0.3 opacity on the white background underneath.', }, + tag_primary_green_normal: { + value: '#ccf4e8', + description: 'Green background color for the primary tag. It’s created using a CSS filter with a brightness of 150%, applied to the green-500 color with 0.2 opacity on the white background underneath.', + }, tag_primary_green_text: { value: '#00845f', description: 'Green text for the primary green tag.', }, - tag_primary_orange_normal: { - value: '#ffdecc', - description: 'Orange background color for the primary tag. It’s created using a CSS filter with a brightness of 150%, applied to the orange-500 color with 0.2 opacity on the white background underneath.', - }, tag_primary_orange_hover_active: { value: '#ffceb3', description: 'Orange background color for the hover and active states of the primary tag. It’s created using a CSS filter with a brightness of 150%, applied to the orange-500 color with 0.3 opacity on the white background underneath.', }, + tag_primary_orange_normal: { + value: '#ffdecc', + description: 'Orange background color for the primary tag. It’s created using a CSS filter with a brightness of 150%, applied to the orange-500 color with 0.2 opacity on the white background underneath.', + }, tag_primary_orange_text: { value: '#b83c00', description: 'Orange text for the primary orange tag.', }, - tag_primary_red_normal: { - value: '#ffd3d4', - description: 'Red background color for the primary tag. It’s created using a CSS filter with a brightness of 150%, applied to the red-500 color with 0.2 opacity on the white background underneath.', - }, tag_primary_red_hover_active: { value: '#ffbdbf', description: 'Red background color for the hover and active states of the primary tag. It’s created using a CSS filter with a brightness of 150%, applied to the red-500 color with 0.3 opacity on the white background underneath.', }, + tag_primary_red_normal: { + value: '#ffd3d4', + description: 'Red background color for the primary tag. It’s created using a CSS filter with a brightness of 150%, applied to the red-500 color with 0.2 opacity on the white background underneath.', + }, tag_primary_red_text: { value: '#c7161b', description: 'Red text for the primary red tag.', }, - tag_primary_violet_normal: { - value: '#f2d8ff', - description: 'Violet background color for the primary tag. It’s created using a CSS filter with a brightness of 150%, applied to the violet-500 color with 0.2 opacity on the white background underneath.', - }, tag_primary_violet_hover_active: { value: '#ecc5ff', description: 'Violet background color for the hover and active states of the primary tag. It’s created using a CSS filter with a brightness of 150%, applied to the violet-500 color with 0.3 opacity on the white background underneath.', }, + tag_primary_violet_normal: { + value: '#f2d8ff', + description: 'Violet background color for the primary tag. It’s created using a CSS filter with a brightness of 150%, applied to the violet-500 color with 0.2 opacity on the white background underneath.', + }, tag_primary_violet_text: { value: '#8029ec', description: 'Violet text for the primary violet tag.', }, - tag_primary_yellow_normal: { - value: '#fde5cc', - description: 'Yellow background color for the primary tag. It’s created using a CSS filter with a brightness of 150%, applied to the yellow-500 color with 0.2 opacity on the white background underneath.', - }, - tag_primary_yellow_hover_active: { - value: '#fcd8b3', - description: 'Yellow background color for the hover and active states of the primary tag. It’s created using a CSS filter with a brightness of 150%, applied to the yellow-500 color with 0.3 opacity on the white background underneath.', - }, - tag_primary_yellow_text: { - value: '#a35400', - description: 'Yellow text for the primary yellow tag.', + tag_primary_white_hover_active: { + value: '{semanticTokens.colors.bg_primary_neutral_hover}', + description: 'Hover and active (selected) state of the primary white tag.', }, tag_primary_white_normal: { - value: 'rgba(255, 255, 255, 0.15)', + value: '{semanticTokens.colors.bg_primary_neutral_DEFAULT}', description: 'Primary tag on bold or dark backgrounds—translucent fill for contrast in the normal state.', }, - tag_primary_white_hover_active: { - value: 'rgba(255, 255, 255, 0.3)', - description: 'Hover and active (selected) state of the primary white tag.', - }, tag_primary_white_text: { value: '#ffffff', description: 'White text for the primary white tag.', }, - tag_secondary_normal: { - value: '#ffffff', - description: 'Background color for the default secondary tag.', + tag_primary_yellow_hover_active: { + value: '#fcd8b3', + description: 'Yellow background color for the hover and active states of the primary tag. It’s created using a CSS filter with a brightness of 150%, applied to the yellow-500 color with 0.3 opacity on the white background underneath.', }, - tag_secondary_hover_active: { - value: '#f4f5f5', - description: 'Hover and active (selected) states of the background color for the default secondary tag.', + tag_primary_yellow_normal: { + value: '#fde5cc', + description: 'Yellow background color for the primary tag. It’s created using a CSS filter with a brightness of 150%, applied to the yellow-500 color with 0.2 opacity on the white background underneath.', }, - tag_secondary_white_normal: { - value: 'rgba(255, 255, 255, 0)', - description: 'Secondary/outline tag on bold or dark backgrounds—minimal fill in the normal state.', + tag_primary_yellow_text: { + value: '#a35400', + description: 'Yellow text for the primary yellow tag.', }, - tag_secondary_white_hover_active: { - value: 'rgba(255, 255, 255, 0.1)', - description: 'Active state of the secondary white tag.', + tag_secondary_border_DEFAULT: { + value: '{semanticTokens.colors.border_primary_DEFAULT}', + description: 'Border color of the secondary Tag.', }, - tag_secondary_white_text: { - value: '#ffffff', - description: 'White text for the secondary white tag.', + tag_secondary_border_invert: { + value: '{semanticTokens.colors.border_secondary_invert}', + description: 'Inverted border color of the secondary Tag.', }, tag_secondary_gray_text: { value: '#6a6c6a', description: 'Gray text for the default secondary tag.', }, - chart_palette_order_1: { - value: colors.blue['400'].value, - description: '1 color in the default list of colors for charts.', - }, - chart_palette_order_2: { - value: colors.green['200'].value, - description: '2 color in the default list of colors for charts.', + tag_secondary_hover_active: { + value: '#f4f5f5', + description: 'Hover and active (selected) states of the background color for the default secondary tag.', }, - chart_palette_order_3: { - value: colors.violet['300'].value, - description: '3 color in the default list of colors for charts.', + tag_secondary_normal: { + value: '#ffffff', + description: 'Background color for the default secondary tag.', }, - chart_palette_order_4: { - value: colors.yellow['200'].value, - description: '4 color in the default list of colors for charts.', + tag_secondary_white_hover_active: { + value: 'rgba(255, 255, 255, 0.1)', + description: 'Active state of the secondary white tag.', }, - chart_palette_order_5: { - value: colors.red['300'].value, - description: '5 color in the default list of colors for charts.', + tag_secondary_white_normal: { + value: 'rgba(255, 255, 255, 0)', + description: 'Secondary/outline tag on bold or dark backgrounds—minimal fill in the normal state.', }, - chart_palette_order_6: { - value: colors.blue['200'].value, - description: '6 color in the default list of colors for charts.', + tag_secondary_white_text: { + value: '#ffffff', + description: 'White text for the secondary white tag.', }, - chart_palette_order_7: { - value: colors.pink['300'].value, - description: '7 color in the default list of colors for charts.', + text_advertising: { + value: advertising.at(L_TEXT_PRIMARY), + description: 'Promotional or sponsored emphasis (ads, marketing callouts)—use sparingly so it stays noticeable.', }, - chart_palette_order_8: { - value: colors.salad['200'].value, - description: '8 color in the default list of colors for charts.', + text_critical_DEFAULT: { + value: error.at(L_TEXT_SECONDARY), + description: 'Text associated with critical states and data.', }, - chart_palette_order_9: { - value: colors.blue['500'].value, - description: '9 color in the default list of colors for charts.', + text_critical_hover_active: { + value: error.at(L_TEXT_SECONDARY_HOVER), + description: 'Hover and active states for the text associated with critical states and data.', }, - chart_palette_order_10: { - value: colors.green['300'].value, - description: '10 color in the default list of colors for charts.', + text_hint_DEFAULT: { + value: neutral.opaqueAt(L_TEXT_SECONDARY), + description: 'Supplementary helper text near controls (short guidance), distinct from placeholder text inside inputs.', }, - chart_palette_order_11: { - value: colors.yellow['300'].value, - description: '11 color in the default list of colors for charts.', + text_hint_hover_active: { + value: neutral.opaqueAt(L_TEXT_SECONDARY_HOVER), + description: 'Hover and active states of the hint link text.', }, - chart_palette_order_12: { - value: colors.pink['200'].value, - description: '12 color in the default list of colors for charts.', + text_hint_invert_DEFAULT: { + value: neutral.at(L_INV_TEXT_SECONDARY), + description: 'Inverted version of the hint link text.', }, - chart_palette_order_13: { - value: colors.salad['400'].value, - description: '13 color in the default list of colors for charts.', + text_hint_invert_hover_active: { + value: neutral.at(L_INV_TEXT_SECONDARY_HOVER), + description: 'Hover and active states of the inverted version of the hint link text.', }, - chart_palette_order_14: { - value: colors.violet['200'].value, - description: '14 color in the default list of colors for charts.', + text_large_critical_DEFAULT: { + value: error.at(L_TEXT_ACCENT), + description: 'Text with font-size ≥20px associated with critical states and data.', }, - chart_palette_order_15: { - value: colors.red['400'].value, - description: '15 color in the default list of colors for charts.', + text_large_critical_hover_active: { + value: error.at(L_TEXT_ACCENT), + description: 'Hover and active states of the text with font-size ≥20px associated with critical states and data.', }, - chart_palette_order_16: { - value: colors.green['400'].value, - description: '16 color in the default list of colors for charts.', + text_large_info_DEFAULT: { + value: info.at(L_TEXT_ACCENT), + description: 'Link text with font-size ≥20px.', }, - chart_palette_order_17: { - value: colors.blue['200'].value, - description: '17 color in the default list of colors for charts.', + text_large_info_hover_active: { + value: info.at(L_TEXT_ACCENT), + description: 'Hover and active states of the link text with font-size ≥20px.', }, - chart_palette_order_18: { - value: colors.salad['300'].value, - description: '18 color in the default list of colors for charts.', + text_large_secondary: { + value: '{semanticTokens.colors.text.secondary}', + description: 'Secondary text. Use with font-size ≥20px.', }, - chart_palette_order_19: { - value: colors.yellow['400'].value, - description: '19 color in the default list of colors for charts.', + text_large_success_DEFAULT: { + value: success.at(L_TEXT_ACCENT), + description: 'Text with font-size ≥20px associated with success states and data.', }, - chart_palette_order_20: { - value: colors.red['200'].value, - description: '20 color in the default list of colors for charts.', + text_large_success_hover_active: { + value: success.at(L_TEXT_ACCENT), + description: 'Hover and active states of the text with font-size ≥20px associated with success states and data.', }, - chart_palette_order_21: { - value: colors.yellow['500'].value, - description: '21 color in the default list of colors for charts.', + text_link_primary_DEFAULT: { + value: '{semanticTokens.colors.text_primary_DEFAULT}', + description: 'Default primary link color.', }, - chart_palette_order_22: { - value: colors.violet['400'].value, - description: '22 color in the default list of colors for charts.', + text_link_primary_hover_active: { + value: '{semanticTokens.colors.text_primary_DEFAULT}', + description: 'Hover and active states for the primary link.', }, - chart_palette_order_23: { - value: colors.pink['400'].value, - description: '23 color in the default list of colors for charts.', + text_link_primary_underline: { + value: neutral.at(0.86), + description: 'Underline color for the primary link.', }, - chart_palette_order_24: { - value: colors.salad['500'].value, - description: '24 color in the default list of colors for charts.', + text_link_primary_invert_DEFAULT: { + value: '{semanticTokens.colors.text_primary_invert}', + description: 'Inverted version of the primary link. Use on dark and colored sbackground only.', }, - chart_palette_order_total_amount: { - value: colors.gray['400'].value, - description: 'Use it to show total value on the chart.', + text_link_primary_invert_hover_active: { + value: '{semanticTokens.colors.text_primary_invert}', + description: 'Hover and active states of the inverted version of the primary link. Use on dark and colored backgrounds only.', }, - chart_palette_order_other_data: { - value: colors.gray['200'].value, - description: 'Use it to indicate voids, missing or some other data on the chart.', + text_link_secondary_DEFAULT: { + value: '{semanticTokens.colors.text_secondary_DEFAULT}', + description: 'Default secondary link color.', }, - chart_palette_order_null: { - value: colors.gray['100'].value, - description: 'Use it to show null value on the chart.', + text_link_secondary_hover_active: { + value: '{semanticTokens.colors.text_secondary_DEFAULT}', + description: 'Hover and active states for the secondary link.', }, - chart_grid_line: { - value: neutral.at(L_BORDER_SECONDARY), - description: 'Grid and axis guide lines for charts.', + text_link_accent_DEFAULT: { + value: info.at(L_TEXT_ACCENT), + description: 'Default accent link color.', }, - chart_grid_x_axis: { - value: neutral.at(L_BORDER_PRIMARY), - description: 'X-axis line on the chart grid.', + text_link_accent_hover_active: { + value: info.at(L_TEXT_ACCENT), + description: 'Hover and active states for the accent link.', }, - chart_grid_y_accent_hover_line: { - value: neutral.at(L_BORDER_PRIMARY), - description: 'Accent line for the hover state on the chart grid.', + text_link_visited: { + value: violet.at(L_TEXT_PRIMARY), + description: 'Visited link state so users can tell visited destinations apart from default links.', }, - chart_grid_text_label: { - value: neutral.opaqueAt(L_TEXT_SECONDARY), - description: 'Text label on the chart grid.', + text_placeholder: { + value: neutral.opaqueAt(L_TEXT_PLACEHOLDER), + description: 'Placeholder text color for inputs and fields.', }, - chart_grid_bar_chart_hover: { - value: neutral.opaqueAt(L_BG_PRIMARY_HOVER), - description: 'Background color for the hover state of a bar on the chart grid.', + text_primary_DEFAULT: { + value: neutral.opaqueAt(L_TEXT_PRIMARY), + description: 'Default body and UI copy; strongest reading emphasis for primary content.', }, - chart_grid_bar_chart_base_bg: { - value: neutral.at(L_BG_LIGHT), - description: 'Default background color of a bar in the BarChart.', + text_primary_invert: { + value: neutral.opaqueInvAt(L_INV_TEXT_PRIMARY), + description: 'Inverted version of the primary text.', }, - chart_grid_period_bg: { - value: neutral.at(L_BG_LIGHT), - description: 'Use for highlighting a period on the chart grid.', + text_secondary_DEFAULT: { + value: neutral.opaqueAt(L_TEXT_SECONDARY), + description: 'Supporting text: captions, metadata, hints in flowing copy—visually quieter than primary body text.', }, - chart_grid_period_pattern: { - value: neutral.at(L_BORDER_SECONDARY), - description: 'Stripe color for diagonal pattern background.', + text_secondary_invert: { + value: neutral.opaqueInvAt(L_INV_TEXT_SECONDARY), + description: 'Inverted version of the secondary text.', }, - chart_grid_border: { - value: '{baseTokens.colors.white}', - description: 'Border for distinguishing data sets and chart dots on the chart grid.', + text_success_DEFAULT: { + value: success.at(L_TEXT_SECONDARY), + description: 'Text associated with success states and data.', }, - chart_x_axis_accent_period_active: { - value: neutral.opaqueAt(L_BG_LIGHT), - description: 'Background color for the clickable date on the X-axis of the chart grid.', + text_success_hover_active: { + value: success.at(L_TEXT_SECONDARY_HOVER), + description: 'Hover and active states for the text associated with success states and data.', }, - chart_x_axis_accent_data_start_tracking: { - value: success.opaqueAt(L_BG_LIGHT), - description: 'Background color for the "Start tracking" date on the X-axis of the chart grid.', + tooltip_bg_default: { + value: neutral.at(L_BG_PRIMARY), + description: 'Default Tooltip background.', }, - header_bg: { value: '{semanticTokens.colors.page.bg}' }, - header_border_primary: { value: '{semanticTokens.colors.border.primary}' }, - header_border_secondary: { value: '{semanticTokens.colors.border.primary}' }, - page_bg: { value: neutral.at(0.97), - description: 'Background fill for the whole product page.', + tooltip_bg_invert: { + value: neutral.at(L_INV_BG_PRIMARY), + description: 'Inverted version of the default Tooltip background.', }, - footer_bg: { value: '{semanticTokens.colors.page.bg}', - description: 'Background fill for the product page footer.', + tooltip_bg_warning: { + value: error.at(L_BG_LIGHT), + description: 'Warning Tooltip background.', }, - sidebar_nav_bg: { value: '{semanticTokens.colors.page.bg}', - description: 'Background fill for the product page sidebar.', + tooltip_border_invert: { + value: neutral.opaqueInvAt(L_INV_BORDER_SECONDARY), + description: 'Border of the Tooltip with dark theme.', }, - sidebar_nav_border: { value: '{semanticTokens.colors.border.primary}', - description: 'Color for the border of the page sidebar.', + tooltip_text: { + value: '{semanticTokens.colors.text_primary_DEFAULT}', + description: 'Text color of the default Tooltip.', }, - sidebar_nav_control_hover: { - value: neutral.opaqueAt(L_BG_SECONDARY_HOVER), - description: 'Sidebar navigation row hover background.', + tooltip_text_invert: { + value: '{semanticTokens.colors.text_primary_invert}', + description: 'Text color of the inverted Tooltip.', }, - sidebar_nav_control_active: { - value: neutral.opaqueAt(L_BG_SECONDARY_ACTIVE), - description: 'Sidebar navigation row active background.', + wizard_bg: { + value: '{semanticTokens.colors.bg_primary_neutral_DEFAULT}', + description: 'Main background of the Wizard.', }, - sidebar_nav_control_text_normal: { - value: neutral.at(L_TEXT_SECONDARY), - description: 'Sidebar navigation label color.', + wizard_sidebar_bg: { + value: '{semanticTokens.colors.control_primary_advertising_DEFAULT}', + description: 'Background of the Wizard sidebar.', }, - sidebar_nav_control_text_active: { - value: neutral.at(L_TEXT_PRIMARY), - description: 'Sidebar navigation label color for the active item.', + wizard_sidebar_control_DEFAULT: { + value: '{semanticTokens.colors.control_primary_advertising_DEFAULT}', + description: 'Background of the control in the Wizard sidebar in its normal state.', }, - sidebar_nav_control_icon_normal: { - value: neutral.at(L_ICON_PRIMARY), - description: 'Sidebar navigation icon color.', + wizard_sidebar_control_active: { + value: '{semanticTokens.colors.control_primary_advertising_active}', + description: 'Active state of the control in the Wizard sidebar.', }, - sidebar_nav_control_icon_active: { - value: neutral.at(L_ICON_PRIMARY_HOVER), - description: 'Sidebar navigation icon color for the active item.', + wizard_sidebar_control_hover: { + value: '{semanticTokens.colors.control_primary_advertising_hover}', + description: 'Hover state of the control in the Wizard sidebar.', }, - slider_rating_normal: { - value: neutral.at(L_ICON_SECONDARY), - description: 'Icon color for the SliderRating component in its normal state.', + wizard_sidebar_text_primary: { + value: '{semanticTokens.colors.text_primary_invert}', + description: 'Primary text color in the Wizard sidebar.', }, - slider_rating_hover_active: { - value: highlight.at(L_ICON_SECONDARY_HOVER), - description: 'Icon color for the SliderRating component in its hovered and active states.', + wizard_sidebar_text_secondary: { + value: '{semanticTokens.colors.text_secondary_invert}', + description: 'Secondary text color in the Wizard sidebar.', }, }, opacity: { @@ -1513,6 +1928,10 @@ export const theme: Theme = { value: `3px 3px 10px 0px ${neutral.opaqueAt(L_BORDER_SECONDARY)}`, description: 'Hover state for the shadow of the Card with hover state.', }, + box_shadow_control_elevated: { + value: `0px 0px 1px 0px ${neutral.opaqueAt(L_BORDER_SECONDARY)}, 0px 1px 3px 0px ${neutral.opaqueAt(L_BORDER_SECONDARY)}`, + description: 'Shadow of the Switch toggle.', + }, box_shadow_dnd: { value: `3px 3px 30px 0px ${neutral.opaqueAt(L_BORDER_SECONDARY)}`, description: 'Shadow for show that element are being drag-and-drop.', @@ -1554,42 +1973,88 @@ export const theme: Theme = { description: 'Small size of the controls. Use it for small interactive addons. Avoid using it with the main actions.', }, form_control_m: { - value: `${SCALE_INDENT * 7}px`, + value: `${SCALE_INDENT * 8}px`, description: 'Default size of the controls.', }, form_control_l: { - value: `${SCALE_INDENT * 10}px`, + value: `${SCALE_INDENT * 11}px`, description: 'Large size of the controls.', }, }, + spacing: { + content_padding_xsmall: { + value: `${SCALE_INDENT}px`, + description: 'Extra small padding for content inside controls and surfaces.', + }, + content_padding_small: { + value: `${SCALE_INDENT * 2}px`, + description: 'Small padding for content inside controls and surfaces.', + }, + content_padding_medium: { + value: `${SCALE_INDENT * 3}px`, + description: 'Medium padding for content inside controls and surfaces.', + }, + content_padding_large: { + value: `${SCALE_INDENT * 4}px`, + description: 'Large padding for content inside controls and surfaces.', + }, + content_padding_xlarge: { + value: `${SCALE_INDENT * 5}px`, + description: 'Extra large padding for content inside controls and surfaces.', + }, + content_padding_xxlarge: { + value: `${SCALE_INDENT * 10}px`, + description: '2x large padding for content inside controls and surfaces.', + }, + content_gap_small: { + value: `${SCALE_INDENT}px`, + description: 'Small gap between content elements inside controls.', + }, + content_gap_medium: { + value: `${SCALE_INDENT * 1.5}px`, + description: 'Medium gap between content elements inside controls.', + }, + content_gap_large: { + value: `${SCALE_INDENT * 2}px`, + description: 'Large gap between content elements inside controls.', + }, + }, radii: { 'addon': { value: `${RADII.small}px`, description: 'Use for rounding addons and small controls like Checkbox.', }, 'badge': { - value: `${RADII.medium}px`, + value: `${RADII.small}px`, description: 'Corner radius for Badge and compact status chips—aligned with small rounded controls.', }, 'chart': { value: `${RADII['extra-small']}px`, description: 'Use for rounding big and small charts like bar, histogram and others.', }, + 'checkbox': { + value: `${RADII.small}px`, + description: 'Use for rounding Checkbox.', + }, + 'control': { + value: `${RADII.medium}px`, + description: 'Use for rounding all form controls: Button, FilterTrigger, Input, Textarea, Pills, etc.', + }, 'counter': { value: `${RADII.large}px`, description: 'Rounding for counter/numeric capsules used as small indicators.', }, - 'tag': { - value: `${RADII['extra-large']}px`, - description: 'Corner radius for Tag (including removable tags) in dense UI.', + 'modal': { + value: `${RADII.large + 2}px`, + description: 'Use for rounding all kinds of big modal dialogs (e.g., Modal, Wizard).', }, - 'switch': { - value: `${RADII['extra-large']}px`, - description: 'Pill-shaped rounding for Switch geometry (full rounded track/thumb pattern).', + 'pills': { + value: `${RADII.medium}px`, + description: 'Use for rounding Pills.', }, - 'control': { + 'popper': { value: `${RADII.medium}px`, - description: 'Use for rounding all form controls: Button, FilterTrigger, Input, Textarea, Pills, etc.', + description: 'Use for rounding all kinds of poppers and dropdowns.', }, 'progress-bar': { value: `${RADII.medium}px`, @@ -1599,13 +2064,13 @@ export const theme: Theme = { value: `${RADII.medium + 2}px`, description: 'Use for rounding surfaces like Card, blocks, widgets, Notice, etc.', }, - 'popper': { - value: `${RADII.medium}px`, - description: 'Use for rounding all kinds of poppers and dropdowns.', + 'switch': { + value: `${RADII['extra-large']}px`, + description: 'Pill-shaped rounding for Switch geometry (full rounded track/thumb pattern).', }, - 'modal': { - value: `${RADII.large + 2}px`, - description: 'Use for rounding all kinds of big modal dialogs (e.g., Modal, Wizard).', + 'tag': { + value: `${RADII['extra-large']}px`, + description: 'Corner radius for Tag (including removable tags) in dense UI.', }, }, durations: { @@ -1729,16 +2194,79 @@ export const theme: Theme = { }, table: { td: { cell: { actions: { accordion: { value: '{semanticTokens.colors.table_td_cell_accordion}' } } } } }, keyboard: { focus: { outline: { invert: { value: '{semanticTokens.colors.keyboard_focus_invert_outline}' } } } }, + border: { + tooltip: { invert: { value: '{semanticTokens.colors.tooltip_border_invert}' } }, + table: { accent: { value: '{semanticTokens.colors.table_border_accent}' } }, + date: { picker: { range: { comparison: { value: '{semanticTokens.colors.date_picker_border_range_comparison}' } } } }, + }, + tooltip: { + default: { value: '{semanticTokens.colors.tooltip_bg_default}' }, + invert: { value: '{semanticTokens.colors.tooltip_bg_invert}' }, + warning: { value: '{semanticTokens.colors.tooltip_bg_warning}' }, + }, + feature: { + popover: { + bg: { + DEFAULT: { value: '{semanticTokens.colors.feature_popover_bg_accent}' }, + }, + dot: { + DEFAULT: { value: '{semanticTokens.colors.feature_popover_dot_accent}' }, + outer: { border: { value: '{semanticTokens.colors.feature_popover_dot_outer_border_accent}' } }, + neutral: { + outer: { border: { value: '{semanticTokens.colors.feature_popover_dot_outer_border_neutral}' } }, + }, + }, + accent: { + bg: { value: '{semanticTokens.colors.feature_popover_bg_accent}' }, + dot: { outer: { border: { value: '{semanticTokens.colors.feature_popover_dot_outer_border_accent}' } } }, + }, + neutral: { + bg: { value: '{semanticTokens.colors.feature_popover_bg_neutral}' }, + dot: { outer: { border: { value: '{semanticTokens.colors.feature_popover_dot_outer_border_neutral}' } } }, + }, + }, + }, + slider: { + rating: { + normal: { value: '{semanticTokens.colors.control_slider_rating_icon_DEFAULT}' }, + hover: { active: { value: '{semanticTokens.colors.control_slider_rating_icon_hover_active}' } }, + }, + }, + dot: { + notification: { + bg: { value: '{semanticTokens.colors.dot_bg}' }, + text: { value: '{semanticTokens.colors.dot_text}' }, + }, + }, + radio: { + border: { value: '{semanticTokens.colors.control_radio_border}' }, + bg: { + normal: { value: '{semanticTokens.colors.control_radio_bg_normal}' }, + selected: { value: '{semanticTokens.colors.control_radio_bg_selected}' }, + }, + }, + text: { + link: { + DEFAULT: { value: '{semanticTokens.colors.text_link_primary_DEFAULT}' }, + hover: { active: { value: '{semanticTokens.colors.text_link_primary_hover_active}' } }, + invert: { + DEFAULT: { value: '{semanticTokens.colors.text_link_primary_invert_DEFAULT}' }, + hover: { value: '{semanticTokens.colors.text_link_primary_invert_hover_active}' }, + }, + }, + }, }, }; -type FontSize = '50' | '100' | '200' | '300' | '400' | '500' | '600' | '700' | '800'; -type LineHeight = '100' | '200' | '300' | '400' | '500' | '600' | '700' | '800'; +type FontSize = '50' | '100' | '200' | '300' | '350' | '400' | '500' | '600' | '700' | '800'; +type LineHeight = '100' | '200' | '300' | '350' | '400' | '500' | '600' | '700' | '800'; type FontWeight = 'semi-bold' | 'bold' | 'regular' | 'medium'; type Spacing = '05' | '1' | '2' | '3' | '4' | '5' | '6' | '8' | '10' | '14' | '20' | '24' | '30'; type Radii = 'extra-small' | 'small' | 'medium' | 'large' | 'extra-large'; type Breakpoints = 'extra-small' | 'small' | 'medium' | 'large'; type Durations = 'extra-slow' | 'slow' | 'medium' | 'fast' | 'extra-fast'; +type Assets = 'checkmark-m' | 'checkmark-l'; +type Easings = 'fast' | 'medium'; type Value = { value: T; @@ -1756,6 +2284,8 @@ export type BaseTokens = { radii: Record; breakpoints: Record; durations: Record; + assets: Record; + easings: Record; }; type FlattenPaths = T extends object @@ -1774,10 +2304,22 @@ export type SemanticTokens = { }; shadows: Record, Value>; sizes: Record<`form_control_${'s' | 'm' | 'l'}`, Value>; + spacing: { + content_padding_xsmall: Value; + content_padding_small: Value; + content_padding_medium: Value; + content_padding_large: Value; + content_padding_xlarge: Value; + content_padding_xxlarge: Value; + content_gap_small: Value; + content_gap_medium: Value; + content_gap_large: Value; + }; radii: { 'addon': Value; 'badge': Value; 'chart': Value; + 'checkbox': Value; 'counter': Value; 'tag': Value; 'switch': Value; @@ -1786,6 +2328,7 @@ export type SemanticTokens = { 'surface': Value; 'popper': Value; 'modal': Value; + 'pills': Value; }; durations: { switch: Value; @@ -1891,16 +2434,33 @@ type SemanticColors = { }; }; link: { - DEFAULT: Value; - hover: { + primary: { + DEFAULT: Value; + }; + primary_hover: { active: Value; }; - invert: { + primary_underline: Value; + primary_invert: { + DEFAULT: Value; + }; + primary_invert_hover: { + active: Value; + }; + secondary: { DEFAULT: Value; - hover: Value; }; - visited: Value; + secondary_hover: { + active: Value; + }; + accent: { + DEFAULT: Value; + }; + accent_hover: { + active: Value; + }; }; + link_visited: Value; hint: { DEFAULT: Value; hover: { @@ -1962,23 +2522,76 @@ type SemanticColors = { DEFAULT: Value; active: Value; }; - tooltip: { - invert: Value; + }; + control: { + switch: { + bg: { + DEFAULT: Value; + info: { + active: Value; + }; + success: { + active: Value; + }; + }; + handle: Value; }; - table: { - accent: Value; + slider: { + bar: { + bg: { + DEFAULT: Value; + hover: Value; + }; + value: { + bg: Value; + }; + }; + knob: { + bg: { + DEFAULT: Value; + }; + border: { + DEFAULT: Value; + hover: Value; + }; + }; }; - date: { - picker: { - range: { - comparison: Value; + slider_rating: { + icon: { + DEFAULT: Value; + hover: { + active: Value; }; }; }; - }; - control: { - switch: { - bg: Value; + checkbox: { + border: Value; + checkmark: Value; + bg: { + normal: Value; + selected: Value; + }; + button: { + border: { + DEFAULT: Value; + selected: Value; + }; + bg: { + normal: Value; + hover: Value; + selected: { + DEFAULT: Value; + hover: Value; + }; + }; + }; + }; + radio: { + border: Value; + bg: { + normal: Value; + selected: Value; + }; }; primary: { info: { @@ -2046,6 +2659,50 @@ type SemanticColors = { active: Value; }; }; + text: { + primary: { + DEFAULT: Value; + invert: Value; + }; + secondary: { + DEFAULT: Value; + invert: Value; + }; + tertiary: Value; + }; + select: { + trigger: { + normal: Value; + hover: Value; + active: Value; + }; + }; + pills: { + bg: { + normal: Value; + hover: Value; + selected: Value; + }; + border: { + DEFAULT: Value; + }; + }; + presets: { + bg: { + DEFAULT: Value; + }; + border: { + selected: Value; + hover: Value; + }; + }; + tab_line: { + border: { + DEFAULT: Value; + hover: Value; + active: Value; + }; + }; }; icon: { primary: { @@ -2131,6 +2788,8 @@ type SemanticColors = { blue: Value; violet: Value; pink: Value; + gray: Value; + border: Value; }; date: { picker: { @@ -2156,6 +2815,11 @@ type SemanticColors = { }; }; }; + border: { + range: { + comparison: Value; + }; + }; }; }; dropdown: { @@ -2166,6 +2830,7 @@ type SemanticColors = { selected: { DEFAULT: Value; hover: Value; + box_shadow: Value; }; }; }; @@ -2173,20 +2838,21 @@ type SemanticColors = { feature: { popover: { bg: { - DEFAULT: Value; + accent: Value; neutral: Value; }; dot: { - outer: { - border: Value; - }; - neutral: { - DEFAULT: Value; - outer: { - border: Value; - }; + accent: Value; + neutral: Value; + outer_border: { + accent: Value; + neutral: Value; }; }; + text: { + DEFAULT: Value; + invert: Value; + }; }; }; progress: { @@ -2215,6 +2881,9 @@ type SemanticColors = { }; }; table: { + border: { + accent: Value; + }; th: { primary: { cell: { @@ -2299,9 +2968,16 @@ type SemanticColors = { }; }; tooltip: { - default: Value; - warning: Value; - invert: Value; + bg: { + default: Value; + warning: Value; + invert: Value; + }; + text: Value; + text_invert: Value; + border: { + invert: Value; + }; }; neighbor: { location: { @@ -2332,6 +3008,11 @@ type SemanticColors = { }; tag: { primary: { + bg: { + normal: Value; + hover: Value; + }; + border: Value; gray: { normal: Value; hover: { @@ -2390,6 +3071,10 @@ type SemanticColors = { }; }; secondary: { + border: { + DEFAULT: Value; + invert: Value; + }; normal: Value; hover: { active: Value; @@ -2405,8 +3090,22 @@ type SemanticColors = { text: Value; }; }; + additional: { + bg: { + normal: Value; + hover: { + active: Value; + }; + }; + border: Value; + }; }; chart: { + data: { + success: Value; + warning: Value; + critical: Value; + }; palette: { order: { 1: Value; @@ -2517,12 +3216,66 @@ type SemanticColors = { }; }; }; - slider: { - rating: { - normal: Value; - hover: { + badge: { + accent: { + admin: Value; + alpha: Value; + beta: Value; + new: Value; + soon: Value; + }; + light: { + admin: Value; + alpha: Value; + beta: Value; + new: Value; + soon: Value; + admin_text: Value; + alpha_text: Value; + beta_text: Value; + new_text: Value; + soon_text: Value; + }; + bg: { + invert: Value; + unavailable: Value; + }; + text: { + primary: { + invert: Value; + }; + secondary: Value; + }; + }; + dot: { + bg: Value; + text: Value; + }; + notice_bubble: { + bg: { + critical: Value; + info: Value; + }; + }; + spin: { + bg: { + DEFAULT: Value; + invert: Value; + }; + }; + wizard: { + bg: Value; + sidebar: { + bg: Value; + control: { + DEFAULT: Value; + hover: Value; active: Value; }; + text: { + primary: Value; + secondary: Value; + }; }; }; }; @@ -2534,6 +3287,9 @@ type SemanticShadows = { DEFAULT: Value; hover: Value; }; + control: { + elevated: Value; + }; dnd: Value; modal: Value; popper: Value; @@ -2598,6 +3354,63 @@ type Deprecates = { blue: { 400: Value; 500: Value }; table: { td: { cell: { actions: { accordion: Value } } } }; keyboard: { focus: { outline: { invert: Value } } }; + border: { + tooltip: { invert: Value }; + table: { accent: Value }; + date: { picker: { range: { comparison: Value } } }; + }; + tooltip: { + default: Value; + invert: Value; + warning: Value; + }; + feature: { + popover: { + bg: { DEFAULT: Value }; + dot: { + DEFAULT: Value; + outer: { border: Value }; + neutral: { outer: { border: Value } }; + }; + accent: { + bg: Value; + dot: { outer: { border: Value } }; + }; + neutral: { + bg: Value; + dot: { outer: { border: Value } }; + }; + }; + }; + slider: { + rating: { + normal: Value; + hover: { active: Value }; + }; + }; + dot: { + notification: { + bg: Value; + text: Value; + }; + }; + radio: { + border: Value; + bg: { + normal: Value; + selected: Value; + }; + }; + text: { + link: { + DEFAULT: Value; + hover: { active: Value }; + invert: { + DEFAULT: Value; + hover: Value; + }; + }; + }; }; export type BasicColorKeys = `${keyof BaseTokens['colors']}-${Lightness}`; diff --git a/tools/theme/src/utils.ts b/tools/theme/src/utils.ts index b7554efd21..e35fd3b330 100644 --- a/tools/theme/src/utils.ts +++ b/tools/theme/src/utils.ts @@ -139,6 +139,14 @@ export function processTokens(config: Theme, prefix: string): ProcessedTokens { traverse({ node: config.baseTokens[key], path: [], prefix: `${prefix}-duration`, groupKey: 'baseTokens' }); break; } + case 'easings': { + traverse({ node: config.baseTokens[key], path: [], prefix: `${prefix}-easings`, groupKey: 'baseTokens' }); + break; + } + case 'assets': { + traverse({ node: config.baseTokens[key], path: [], prefix: `${prefix}-assets`, groupKey: 'baseTokens' }); + break; + } default: { const k: never = key; throw new Error(`Please, handle key ${k}`); @@ -159,6 +167,10 @@ export function processTokens(config: Theme, prefix: string): ProcessedTokens { traverse({ node: config.semanticTokens[key], path: [], prefix, postfix: '-opacity', groupKey: 'semanticTokens' }); break; } + case 'spacing': { + traverse({ node: config.semanticTokens[key], path: [], prefix: `${prefix}-spacing`, groupKey: 'semanticTokens' }); + break; + } default: { traverse({ node: config.semanticTokens[key], path: [], prefix, groupKey: 'semanticTokens' }); } diff --git a/website/docs/.vitepress/theme/Tooltip.vue b/website/docs/.vitepress/theme/Tooltip.vue index 8c9c5d891c..d56b781edb 100644 --- a/website/docs/.vitepress/theme/Tooltip.vue +++ b/website/docs/.vitepress/theme/Tooltip.vue @@ -31,7 +31,7 @@ export default { opacity: 0; transition: calc(var(--intergalactic-duration-popper, 200) * 1ms) all ease-in-out; color: var(--intergalactic-text-primary-invert, #ffffff); - background-color: var(--intergalactic-tooltip-invert, #191b23); + background-color: var(--intergalactic-tooltip-bg-invert, #191b23); font-size: var(--intergalactic-fs-100, 12px); line-height: var(--intergalactic-lh-100, 133%); text-align: center; @@ -54,7 +54,7 @@ export default { top: -10px; left: 50%; transform: translateX(-50%); - border-color: transparent transparent var(--intergalactic-tooltip-invert, #191b23) transparent; + border-color: transparent transparent var(--intergalactic-tooltip-bg-invert, #191b23) transparent; } .vp-tooltip-container:has(:focus-visible) .vp-tooltip, @@ -84,10 +84,10 @@ body:has(.vp-tooltip-container > *:first-child:hover + .vp-tooltip) .vp-tooltip- .dark .vp-tooltip { color: var(--intergalactic-text-primary, #191b23); - background-color: var(--intergalactic-tooltip-default, #ffffff); + background-color: var(--intergalactic-tooltip-bg-default, #ffffff); } .dark .vp-tooltip-arrow { - border-color: transparent transparent var(--intergalactic-tooltip-default, #ffffff) transparent; + border-color: transparent transparent var(--intergalactic-tooltip-bg-default, #ffffff) transparent; } diff --git a/website/docs/components/input/input-code.md b/website/docs/components/input/input-code.md index fd95077d4f..acaa25f76a 100644 --- a/website/docs/components/input/input-code.md +++ b/website/docs/components/input/input-code.md @@ -4,28 +4,12 @@ fileSource: input tabs: Design('input'), A11y('input-a11y'), API('input-api'), Examples('input-code'), Changelog('input-changelog') --- -## Password input - -Button with the `ShowYes` icon enables the password display. `ShowNo` hides the password and shows bullets, respectively. - -::: sandbox - - - -::: - -## Loading state - -If the input is in a loading state while searching, sending, or entering data dynamically, add [Spin](/components/spin/spin) as the right addon. - - +## Input with icon addon ::: sandbox ::: @@ -78,6 +62,20 @@ When stacking two addons, the indents of the adjacent addons should be divided i ::: +## Loading state + +If the input is in a loading state while searching, sending, or entering data dynamically, add [Spin](/components/spin/spin) as the right addon. + + + +::: sandbox + + + +::: + ## Input with other components You can also place a [Badge](/components/badge/badge) or a [Tag](/components/tag/tag) inside the input. @@ -89,3 +87,15 @@ You can also place a [Badge](/components/badge/badge) or a [Tag](/components/tag ::: + +## Password input + +Button with the `ShowYes` icon enables the password display. `ShowNo` hides the password and shows bullets, respectively. + +::: sandbox + + + +::: diff --git a/website/docs/style/design-tokens/base-tokens.json b/website/docs/style/design-tokens/base-tokens.json index ac5cf5e783..642f2595e1 100644 --- a/website/docs/style/design-tokens/base-tokens.json +++ b/website/docs/style/design-tokens/base-tokens.json @@ -594,6 +594,10 @@ "name": "--intergalactic-fs-300", "value": "16px" }, + { + "name": "--intergalactic-fs-350", + "value": "18px" + }, { "name": "--intergalactic-fs-400", "value": "20px" @@ -629,6 +633,11 @@ "value": "150%", "description": "Use with font-size-300." }, + { + "name": "--intergalactic-lh-350", + "value": "150%", + "description": "Use with font-size-350." + }, { "name": "--intergalactic-lh-400", "value": "120%", @@ -814,6 +823,24 @@ "value": "100", "description": "Should be used for simpler effects and relatively small-sized animations (such as fades or color changes)" }, + { + "name": "--intergalactic-easings-fast", + "value": "cubic-bezier(0.5, 0, 0, 1.12)", + "description": "Should be used for fast animation timing function" + }, + { + "name": "--intergalactic-easings-medium", + "value": "cubic-bezier(0.5, 0, 0, 1.09)", + "description": "Should be used for medium animation timing function" + }, + { + "name": "--intergalactic-assets-checkmark-m", + "value": "url(\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMiAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTAuMzEwNyAyLjE2NzkxTDQuNjQ2NDUgNy44MzIxMkwxLjY4OTM0IDQuODc1MDEiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZT0id2hpdGUiLz48L3N2Zz4=\")" + }, + { + "name": "--intergalactic-assets-checkmark-l", + "value": "url(\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxNCAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTIuNCAyLjQ1MjIxTDUuMzA0NCA5LjU0NzgyTDEuNjAwMDEgNS44NDM0MyIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==\")" + }, { "name": "--intergalactic-violet-400", "value": "oklch(0.64 0.223 299.3)" @@ -837,5 +864,105 @@ { "name": "--intergalactic-keyboard-focus-outline-invert", "value": "oklch(1 0 0 / 0.7)" + }, + { + "name": "--intergalactic-border-tooltip-invert", + "value": "oklch(0.995 0.008 145.9 / 0.369)" + }, + { + "name": "--intergalactic-border-table-accent", + "value": "oklch(0.137 0.026 175.7 / 0.161)" + }, + { + "name": "--intergalactic-border-date-picker-range-comparison", + "value": "oklch(0.74 0.117 274.1)" + }, + { + "name": "--intergalactic-tooltip-default", + "value": "oklch(1 0 0)" + }, + { + "name": "--intergalactic-tooltip-invert", + "value": "oklch(0.23 0.01 140)" + }, + { + "name": "--intergalactic-tooltip-warning", + "value": "oklch(0.958 0.029 5.7)" + }, + { + "name": "--intergalactic-feature-popover-bg", + "value": "oklch(0.88 0.078 303)" + }, + { + "name": "--intergalactic-feature-popover-dot", + "value": "oklch(0.88 0.078 303)" + }, + { + "name": "--intergalactic-feature-popover-dot-outer-border", + "value": "oklch(0.88 0.078 303)" + }, + { + "name": "--intergalactic-feature-popover-dot-neutral-outer-border", + "value": "oklch(0.88 0.078 303)" + }, + { + "name": "--intergalactic-feature-popover-accent-bg", + "value": "oklch(0.88 0.078 303)" + }, + { + "name": "--intergalactic-feature-popover-accent-dot-outer-border", + "value": "oklch(0.88 0.078 303)" + }, + { + "name": "--intergalactic-feature-popover-neutral-bg", + "value": "oklch(0.23 0.01 140)" + }, + { + "name": "--intergalactic-feature-popover-neutral-dot-outer-border", + "value": "oklch(0.88 0.078 303)" + }, + { + "name": "--intergalactic-slider-rating-normal", + "value": "oklch(0.7 0.003 162.2)" + }, + { + "name": "--intergalactic-slider-rating-hover-active", + "value": "oklch(0.66 0.212 300.1)" + }, + { + "name": "--intergalactic-dot-notification-bg", + "value": "oklch(0.728 0.188 51.8)" + }, + { + "name": "--intergalactic-dot-notification-text", + "value": "oklch(0.999 0.001 180 / 0.949)" + }, + { + "name": "--intergalactic-radio-border", + "value": "oklch(0.137 0.026 175.7 / 0.161)" + }, + { + "name": "--intergalactic-radio-bg-normal", + "value": "oklch(1 0 0)" + }, + { + "name": "--intergalactic-radio-bg-selected", + "value": "oklch(0.23 0.01 140)" + }, + { + "name": "--intergalactic-text-link", + "value": "oklch(0.1 0.03 137 / 0.899)" + }, + { + "name": "--intergalactic-text-link-hover-active", + "value": "oklch(0.1 0.03 137 / 0.899)" + }, + { + "name": "--intergalactic-text-link-invert", + "value": "oklch(0.999 0.001 180 / 0.949)" + }, + { + "name": "--intergalactic-text-link-invert-hover", + "value": "oklch(0.999 0.001 180 / 0.949)" } -] +] \ No newline at end of file diff --git a/website/docs/style/design-tokens/design-tokens.json b/website/docs/style/design-tokens/design-tokens.json index 75916944a7..b68789c8b8 100644 --- a/website/docs/style/design-tokens/design-tokens.json +++ b/website/docs/style/design-tokens/design-tokens.json @@ -1,4 +1,190 @@ [ + { + "name": "--intergalactic-badge-accent-admin", + "value": "oklch(0.58 0.168 278.2)", + "description": "Background color of the admin Badge.", + "components": [] + }, + { + "name": "--intergalactic-badge-accent-alpha", + "value": "oklch(0.64 0.226 24.5)", + "description": "Background color of the alpha Badge.", + "components": [] + }, + { + "name": "--intergalactic-badge-accent-beta", + "value": "oklch(0.74 0.17 72)", + "description": "Background color of the beta Badge.", + "components": [] + }, + { + "name": "--intergalactic-badge-accent-new", + "value": "oklch(0.74 0.17 170)", + "description": "Background color of the new Badge.", + "components": [] + }, + { + "name": "--intergalactic-badge-accent-soon", + "value": "oklch(0.64 0.003 157.8)", + "description": "Background color of the soon Badge.", + "components": [] + }, + { + "name": "--intergalactic-badge-light-admin", + "value": "oklch(0.969 0.016 267.7)", + "description": "Light background color of the admin Badge.", + "components": [] + }, + { + "name": "--intergalactic-badge-light-alpha", + "value": "oklch(0.899 0.069 12.9)", + "description": "Light background color of the alpha Badge.", + "components": [] + }, + { + "name": "--intergalactic-badge-light-beta", + "value": "oklch(0.9 0.13 92)", + "description": "Light background color of the beta Badge.", + "components": [] + }, + { + "name": "--intergalactic-badge-light-new", + "value": "oklch(0.9 0.11 175)", + "description": "Light background color of the new Badge.", + "components": [] + }, + { + "name": "--intergalactic-badge-light-soon", + "value": "oklch(0.9 0.002 177)", + "description": "Light background color of the soon Badge.", + "components": [] + }, + { + "name": "--intergalactic-badge-light-admin-text", + "value": "oklch(0.58 0.168 278.2)", + "description": "Text color for the admin Badge with light background.", + "components": [] + }, + { + "name": "--intergalactic-badge-light-alpha-text", + "value": "oklch(0.64 0.226 24.5)", + "description": "Text color for the alpha Badge with light background.", + "components": [] + }, + { + "name": "--intergalactic-badge-light-beta-text", + "value": "oklch(0.64 0.16 64)", + "description": "Text color for the beta Badge with light background.", + "components": [] + }, + { + "name": "--intergalactic-badge-light-new-text", + "value": "oklch(0.53 0.142 170)", + "description": "Text color for the new Badge with light background.", + "components": [] + }, + { + "name": "--intergalactic-badge-light-soon-text", + "value": "oklch(0.46 0.004 144.4)", + "description": "Text color for the soon Badge with light background.", + "components": [] + }, + { + "name": "--intergalactic-badge-bg-invert", + "value": "oklch(0.983 0.03 140 / 0.183)", + "description": "Background color of the inverted Badge.", + "components": [] + }, + { + "name": "--intergalactic-badge-bg-unavailable", + "value": "oklch(0.9 0.002 177)", + "description": "Background color of the unavailable Badge.", + "components": [] + }, + { + "name": "--intergalactic-badge-text-primary-invert", + "value": "oklch(0.999 0.001 180 / 0.949)", + "description": "Inverted primary text color for Badge.", + "components": [] + }, + { + "name": "--intergalactic-badge-text-secondary", + "value": "oklch(0.088 0.026 147.7 / 0.583)", + "description": "Secondary text color for Badge.", + "components": [] + }, + { + "name": "--intergalactic-bg-highlight-focus", + "value": "oklch(0.524 0.266 263.1 / 0.116)", + "description": "Focusing values in the input.", + "components": [ + "date-picker", + "time-picker" + ] + }, + { + "name": "--intergalactic-bg-highlight-results", + "value": "oklch(0.94 0.039 303.2)", + "description": "Highlighting the search results.", + "components": [] + }, + { + "name": "--intergalactic-bg-primary-advertising", + "value": "oklch(0.64 0.223 299.3)", + "description": "Accent background for the advertising banners and controls.", + "components": [] + }, + { + "name": "--intergalactic-bg-primary-critical", + "value": "oklch(0.64 0.226 24.5)", + "description": "Accent background of a message or a banner with a critical information.", + "components": [ + "counter", + "notice-bubble" + ] + }, + { + "name": "--intergalactic-bg-primary-highlight", + "value": "oklch(0.88 0.078 303)", + "description": "Accent background of the information you want to highlight.", + "components": [] + }, + { + "name": "--intergalactic-bg-primary-info", + "value": "oklch(0.64 0.152 276.7)", + "description": "Accent background of the message with regular information.", + "components": [ + "counter" + ] + }, + { + "name": "--intergalactic-bg-primary-invert", + "value": "oklch(0.23 0.01 140)", + "description": "Inverted version of the primary background of the interface that contains the main data and information.", + "components": [ + "notice-bubble" + ] + }, + { + "name": "--intergalactic-bg-primary-invert-active", + "value": "oklch(0.4 0.004 140)", + "description": "Active (selected) state for the inverted version of the primary background of the interface that contains the main data and information.", + "components": [ + "drag-and-drop" + ] + }, + { + "name": "--intergalactic-bg-primary-invert-hover", + "value": "oklch(0.36 0.005 140)", + "description": "Hover state for the inverted version of the primary background of the interface that contains the main data and information.", + "components": [] + }, + { + "name": "--intergalactic-bg-primary-muted", + "value": "oklch(0.64 0.003 157.8)", + "description": "Accented muted background for a message with regular information.", + "components": [] + }, { "name": "--intergalactic-bg-primary-neutral", "value": "oklch(1 0 0)", @@ -8,7 +194,6 @@ "base-trigger", "bulk-textarea", "card", - "checkbox", "color-picker", "counter", "d3-chart", @@ -21,25 +206,14 @@ "input", "modal", "pills", - "radio", "select", "side-panel", "slider", - "switch", "tag", "textarea", "wizard" ] }, - { - "name": "--intergalactic-bg-primary-neutral-hover", - "value": "oklch(0.98 0.001 180)", - "description": "Hover state of the primary background of the interface which contains the main data and information.", - "components": [ - "base-trigger", - "pills" - ] - }, { "name": "--intergalactic-bg-primary-neutral-active", "value": "oklch(0.97 0.001 180)", @@ -49,11 +223,12 @@ ] }, { - "name": "--intergalactic-bg-primary-info", - "value": "oklch(0.64 0.152 276.7)", - "description": "Accent background of the message with regular information.", + "name": "--intergalactic-bg-primary-neutral-hover", + "value": "oklch(0.98 0.001 180)", + "description": "Hover state of the primary background of the interface which contains the main data and information.", "components": [ - "counter" + "base-trigger", + "pills" ] }, { @@ -62,15 +237,6 @@ "description": "Accent background of the message or banner with information about the successful result.", "components": [] }, - { - "name": "--intergalactic-bg-primary-critical", - "value": "oklch(0.64 0.226 24.5)", - "description": "Accent background of a message or a banner with a critical information.", - "components": [ - "counter", - "notice-bubble" - ] - }, { "name": "--intergalactic-bg-primary-warning", "value": "oklch(0.7 0.195 50.5)", @@ -80,45 +246,82 @@ ] }, { - "name": "--intergalactic-bg-primary-highlight", - "value": "oklch(0.88 0.078 303)", - "description": "Accent background of the information you want to highlight.", + "name": "--intergalactic-bg-secondary-advertising", + "value": "oklch(0.98 0.013 303.4)", + "description": "Secondary background for the advertising message you want to accent.", "components": [] }, { - "name": "--intergalactic-bg-primary-advertising", - "value": "oklch(0.64 0.223 299.3)", - "description": "Accent background for the advertising banners and controls.", + "name": "--intergalactic-bg-secondary-advertising-active", + "value": "oklch(0.94 0.039 303.2)", + "description": "Active (selected) state of the secondary background for the advertising message you want to accent.", "components": [] }, { - "name": "--intergalactic-bg-primary-muted", - "value": "oklch(0.64 0.003 157.8)", - "description": "Accented muted background for a message with regular information.", + "name": "--intergalactic-bg-secondary-advertising-hover", + "value": "oklch(0.96 0.026 303.3)", + "description": "Hover state of the secondary background for the advertising message you want to accent.", "components": [] }, { - "name": "--intergalactic-bg-primary-invert", - "value": "oklch(0.23 0.01 140)", - "description": "Inverted version of the primary background of the interface that contains the main data and information.", + "name": "--intergalactic-bg-secondary-critical", + "value": "oklch(0.958 0.029 5.7)", + "description": "Secondary background of the message with critical information you want to accent.", "components": [ - "notice-bubble" + "bulk-textarea", + "notice" ] }, { - "name": "--intergalactic-bg-primary-invert-hover", - "value": "oklch(0.36 0.005 140)", - "description": "Hover state for the inverted version of the primary background of the interface that contains the main data and information.", + "name": "--intergalactic-bg-secondary-critical-active", + "value": "oklch(0.938 0.042 8.4)", + "description": "Active (selected) state of the secondary background of the message with critical information you want to accent.", "components": [] }, { - "name": "--intergalactic-bg-primary-invert-active", - "value": "oklch(0.4 0.004 140)", - "description": "Active (selected) state for the inverted version of the primary background of the interface that contains the main data and information.", + "name": "--intergalactic-bg-secondary-critical-hover", + "value": "oklch(0.958 0.029 5.7)", + "description": "Hover state of the secondary background of the message with critical information you want to accent.", + "components": [] + }, + { + "name": "--intergalactic-bg-secondary-highlight", + "value": "oklch(0.98 0.013 303.4)", + "description": "Secondary background of the information you want to highlight.", + "components": [] + }, + { + "name": "--intergalactic-bg-secondary-highlight-active", + "value": "oklch(0.94 0.039 303.2)", + "description": "Active (selected) state of the secondary background of the information you want to highlight.", + "components": [] + }, + { + "name": "--intergalactic-bg-secondary-highlight-hover", + "value": "oklch(0.96 0.026 303.3)", + "description": "Hover state of the secondary background of the information you want to highlight.", + "components": [] + }, + { + "name": "--intergalactic-bg-secondary-info", + "value": "oklch(0.959 0.021 267.8)", + "description": "Secondary background of a message with regular information.", "components": [ - "drag-and-drop" + "notice" ] }, + { + "name": "--intergalactic-bg-secondary-info-active", + "value": "oklch(0.939 0.032 268)", + "description": "Active (selected) state of the secondary background of a message with regular information.", + "components": [] + }, + { + "name": "--intergalactic-bg-secondary-info-hover", + "value": "oklch(0.959 0.021 267.8)", + "description": "Hover state of the secondary background of a message with regular information.", + "components": [] + }, { "name": "--intergalactic-bg-secondary-neutral", "value": "oklch(0.98 0.001 180)", @@ -130,17 +333,7 @@ "drag-and-drop", "input", "notice", - "textarea", - "time-picker" - ] - }, - { - "name": "--intergalactic-bg-secondary-neutral-hover", - "value": "oklch(0.96 0.001 180)", - "description": "Hover state of the secondary background of the interface which contains the main data and information.", - "components": [ - "accordion", - "time-picker" + "textarea" ] }, { @@ -148,30 +341,17 @@ "value": "oklch(0.94 0.002 180)", "description": "Active (selected) state of the secondary background of the interface which contains the main data and information.", "components": [ - "flags", - "time-picker" + "flags" ] }, { - "name": "--intergalactic-bg-secondary-info", - "value": "oklch(0.959 0.021 267.8)", - "description": "Secondary background of a message with regular information.", + "name": "--intergalactic-bg-secondary-neutral-hover", + "value": "oklch(0.96 0.001 180)", + "description": "Hover state of the secondary background of the interface which contains the main data and information.", "components": [ - "notice" + "accordion" ] }, - { - "name": "--intergalactic-bg-secondary-info-hover", - "value": "oklch(0.959 0.021 267.8)", - "description": "Hover state of the secondary background of a message with regular information.", - "components": [] - }, - { - "name": "--intergalactic-bg-secondary-info-active", - "value": "oklch(0.939 0.032 268)", - "description": "Active (selected) state of the secondary background of a message with regular information.", - "components": [] - }, { "name": "--intergalactic-bg-secondary-success", "value": "oklch(0.96 0.057 179.7)", @@ -180,12 +360,6 @@ "notice" ] }, - { - "name": "--intergalactic-bg-secondary-success-hover", - "value": "oklch(0.96 0.057 179.7)", - "description": "Hover state of the secondary background of the message with success information you want to accent.", - "components": [] - }, { "name": "--intergalactic-bg-secondary-success-active", "value": "oklch(0.94 0.074 178.1)", @@ -193,24 +367,9 @@ "components": [] }, { - "name": "--intergalactic-bg-secondary-critical", - "value": "oklch(0.958 0.029 5.7)", - "description": "Secondary background of the message with critical information you want to accent.", - "components": [ - "bulk-textarea", - "notice" - ] - }, - { - "name": "--intergalactic-bg-secondary-critical-hover", - "value": "oklch(0.958 0.029 5.7)", - "description": "Hover state of the secondary background of the message with critical information you want to accent.", - "components": [] - }, - { - "name": "--intergalactic-bg-secondary-critical-active", - "value": "oklch(0.938 0.042 8.4)", - "description": "Active (selected) state of the secondary background of the message with critical information you want to accent.", + "name": "--intergalactic-bg-secondary-success-hover", + "value": "oklch(0.96 0.057 179.7)", + "description": "Hover state of the secondary background of the message with success information you want to accent.", "components": [] }, { @@ -221,12 +380,6 @@ "notice" ] }, - { - "name": "--intergalactic-bg-secondary-warning-hover", - "value": "oklch(0.96 0.05 83.1)", - "description": "Hover state of the secondary background of the message with warning information you want to accent.", - "components": [] - }, { "name": "--intergalactic-bg-secondary-warning-active", "value": "oklch(0.939 0.069 79.8)", @@ -234,801 +387,1293 @@ "components": [] }, { - "name": "--intergalactic-bg-secondary-highlight", - "value": "oklch(0.98 0.013 303.4)", - "description": "Secondary background of the information you want to highlight.", - "components": [] - }, - { - "name": "--intergalactic-bg-secondary-highlight-hover", - "value": "oklch(0.96 0.026 303.3)", - "description": "Hover state of the secondary background of the information you want to highlight.", - "components": [] - }, - { - "name": "--intergalactic-bg-secondary-highlight-active", - "value": "oklch(0.94 0.039 303.2)", - "description": "Active (selected) state of the secondary background of the information you want to highlight.", + "name": "--intergalactic-bg-secondary-warning-hover", + "value": "oklch(0.96 0.05 83.1)", + "description": "Hover state of the secondary background of the message with warning information you want to accent.", "components": [] }, { - "name": "--intergalactic-bg-secondary-advertising", - "value": "oklch(0.98 0.013 303.4)", - "description": "Secondary background for the advertising message you want to accent.", - "components": [] + "name": "--intergalactic-border-critical", + "value": "oklch(0.63 0.255 24.3 / 0.104)", + "description": "Subtle secondary border in the critical message and invalid input field.", + "components": [ + "notice" + ] }, { - "name": "--intergalactic-bg-secondary-advertising-hover", - "value": "oklch(0.96 0.026 303.3)", - "description": "Hover state of the secondary background for the advertising message you want to accent.", - "components": [] + "name": "--intergalactic-border-critical-active", + "value": "oklch(0.7 0.21 23)", + "description": "Active border in the focused input field with invalid state, and active state of the other components with invalid state.", + "components": [ + "base-trigger", + "bulk-textarea", + "checkbox", + "inline-input", + "input", + "radio", + "textarea", + "tooltip" + ] }, { - "name": "--intergalactic-bg-secondary-advertising-active", - "value": "oklch(0.94 0.039 303.2)", - "description": "Active (selected) state of the secondary background for the advertising message you want to accent.", - "components": [] + "name": "--intergalactic-border-critical-pattern", + "value": "repeating-linear-gradient(315deg, oklch(0.7 0.21 23) 0, oklch(0.7 0.21 23) 1px, transparent 0, transparent 50%)", + "description": "Used for the invalidStatePattern utils component to mark all kinds of inputs with invalid states.", + "components": [ + "base-components", + "bulk-textarea", + "radio", + "textarea" + ] }, { - "name": "--intergalactic-bg-highlight-results", - "value": "oklch(0.94 0.039 303.2)", - "description": "Highlighting the search results.", - "components": [] + "name": "--intergalactic-border-info", + "value": "oklch(0.524 0.265 263 / 0.096)", + "description": "Subtle secondary border in the informational message.", + "components": [ + "notice" + ] }, { - "name": "--intergalactic-bg-highlight-focus", - "value": "oklch(0.524 0.266 263.1 / 0.116)", - "description": "Focusing values in the input.", + "name": "--intergalactic-border-info-active", + "value": "oklch(0.7 0.131 275.2)", + "description": "Active border in focused input filed.", "components": [ - "date-picker", - "time-picker" + "base-trigger", + "bulk-textarea", + "color-picker", + "feedback-form", + "input", + "input-tags", + "pills", + "tab-line", + "textarea" ] }, { - "name": "--intergalactic-text-primary", - "value": "oklch(0.1 0.03 137 / 0.899)", - "description": "Default body and UI copy; strongest reading emphasis for primary content.", + "name": "--intergalactic-border-primary", + "value": "oklch(0.137 0.026 175.7 / 0.161)", + "description": "Default stroke for interactive controls and structured surfaces.", "components": [ - "accordion", - "badge", - "base-components", "base-trigger", - "breadcrumbs", "bulk-textarea", "button", - "card", - "checkbox", + "counter", "d3-chart", - "data-table", "date-picker", + "divider", "dropdown", - "dropdown-menu", - "errors", - "feature-popover", + "feedback-form", "fullscreen-modal", - "inline-input", "input", - "input-mask", - "modal", - "notice", - "pagination", "pills", - "product-head", - "radio", + "select", "side-panel", - "switch", + "slider", + "spin", "tab-line", "tab-panel", "textarea", - "time-picker", - "tooltip", - "typography" + "time-picker" ] }, { - "name": "--intergalactic-text-primary-invert", - "value": "oklch(0.999 0.001 180 / 0.949)", - "description": "Inverted version of the primary text.", + "name": "--intergalactic-border-primary-invert", + "value": "oklch(0.995 0.008 147.4 / 0.391)", + "description": "Inverted version of the neutral primary border. Use it for borders on the dark or color background.", "components": [ - "badge", - "base-components", "button", - "date-picker", - "dot", - "feature-highlight", - "feature-popover", - "notice-bubble", - "tag", - "tooltip", - "wizard" + "divider", + "spin" ] }, { - "name": "--intergalactic-text-secondary", - "value": "oklch(0.088 0.026 147.7 / 0.583)", - "description": "Supporting text: captions, metadata, hints in flowing copy—visually quieter than primary body text.", + "name": "--intergalactic-border-secondary", + "value": "oklch(0.176 0.033 175.7 / 0.07)", + "description": "Secondary hairline stroke for grids, cards, and subtle dividers.", "components": [ - "breadcrumbs", - "bulk-textarea", - "button", "card", - "counter", + "color-picker", "d3-chart", + "data-table", "date-picker", "dropdown", - "dropdown-menu", - "flags", - "fullscreen-modal", - "pills", + "notice", "slider", - "switch", - "tab-panel", - "time-picker", - "typography", - "widget-empty" + "tooltip" ] }, { - "name": "--intergalactic-text-secondary-invert", - "value": "oklch(0.997 0.004 165.9 / 0.684)", - "description": "Inverted version of the secondary text.", + "name": "--intergalactic-border-secondary-invert", + "value": "oklch(0.995 0.008 145.9 / 0.369)", + "description": "Inverted version of the neutral secondary border. Use it for borders on the dark or color background.", "components": [] }, { - "name": "--intergalactic-text-placeholder", - "value": "oklch(0.098 0.023 157.4 / 0.457)", - "description": "Placeholder text color for inputs and fields.", + "name": "--intergalactic-border-success", + "value": "oklch(0.874 0.177 168.2 / 0.25)", + "description": "Subtle secondary border in the successful message and input field.", + "components": [ + "notice" + ] + }, + { + "name": "--intergalactic-border-success-active", + "value": "oklch(0.7 0.166 170)", + "description": "Active border in the focused input field with valid state.", "components": [ "base-trigger", "bulk-textarea", "inline-input", "input", - "input-mask", "textarea" ] }, { - "name": "--intergalactic-text-success", - "value": "oklch(0.53 0.142 170)", - "description": "Text associated with success states and data.", - "components": [] + "name": "--intergalactic-border-warning", + "value": "oklch(0.806 0.17 74.5 / 0.241)", + "description": "Subtle secondary border in the warning message.", + "components": [ + "notice" + ] }, { - "name": "--intergalactic-text-success-hover-active", - "value": "oklch(0.51 0.137 170)", - "description": "Hover and active states for the text associated with success states and data.", + "name": "--intergalactic-border-warning-active", + "value": "oklch(0.7 0.195 50.5)", + "description": "Active border in components with warning intention.", "components": [] }, { - "name": "--intergalactic-text-critical", - "value": "oklch(0.53 0.206 27.3)", - "description": "Text associated with critical states and data.", + "name": "--intergalactic-brand-facebook", + "value": "#1877f2", + "description": "Official Facebook brand fill for logos and icons in approved placements; follow the platform brand rules for size and clear space.", "components": [] }, { - "name": "--intergalactic-text-critical-hover-active", - "value": "oklch(0.51 0.202 27.8)", - "description": "Hover and active states for the text associated with critical states and data.", + "name": "--intergalactic-brand-google-blue", + "value": "#1a0dab", + "description": "Google brand color for the link.", + "components": [] + }, + { + "name": "--intergalactic-brand-google-green", + "value": "#016723", + "description": "Google green brand color for the link.", + "components": [] + }, + { + "name": "--intergalactic-brand-google-my-business", + "value": "#1a73e8", + "description": "Official Google My Business brand fill for logos and icons in approved placements; follow Google brand guidelines for size and clear space.", + "components": [] + }, + { + "name": "--intergalactic-brand-gradient", + "value": "linear-gradient(180deg, #DCEEEB 0%, #EEE9FF 100%)", + "description": "Brand light gradient for branded surfaces.", + "components": [] + }, + { + "name": "--intergalactic-brand-instagram", + "value": "#e4405f", + "description": "Official Instagram brand fill for logos and icons in approved placements; follow the platform brand rules for size and clear space.", + "components": [] + }, + { + "name": "--intergalactic-brand-linkedIn", + "value": "#0a66c2", + "description": "Official LinkedIn brand fill for logos and icons in approved placements; follow the platform brand rules for size and clear space.", + "components": [] + }, + { + "name": "--intergalactic-brand-pinterest", + "value": "#bd081c", + "description": "Official Pinterest brand fill for logos and icons in approved placements; follow the platform brand rules for size and clear space.", + "components": [] + }, + { + "name": "--intergalactic-brand-primary", + "value": "oklch(0.74 0.17 303)", + "description": "Primary brand accent for logos and branded surfaces.", + "components": [] + }, + { + "name": "--intergalactic-brand-secondary", + "value": "oklch(0.22 0.01 140)", + "description": "Secondary brand accent for paired brand treatments (secondary marks, duo-tone lockups).", + "components": [] + }, + { + "name": "--intergalactic-brand-twitter", + "value": "#1d9bf0", + "description": "Official Twitter brand fill for logos and icons in approved placements; follow the platform brand rules for size and clear space.", "components": [] }, { - "name": "--intergalactic-text-link", - "value": "oklch(0.53 0.21 263)", - "description": "Default interactive link color for unfollowed links.", + "name": "--intergalactic-brand-youtube", + "value": "#ff0000", + "description": "Official YouTube brand fill for logos and icons in approved placements; follow the platform brand rules for size and clear space.", + "components": [] + }, + { + "name": "--intergalactic-chart-data-critical", + "value": "oklch(0.64 0.226 24.5)", + "description": "Critical data color for charts.", + "components": [] + }, + { + "name": "--intergalactic-chart-data-success", + "value": "oklch(0.74 0.17 170)", + "description": "Success data color for charts.", + "components": [] + }, + { + "name": "--intergalactic-chart-data-warning", + "value": "oklch(0.74 0.19 53)", + "description": "Warning data color for charts.", + "components": [] + }, + { + "name": "--intergalactic-chart-grid-bar-chart-base-bg", + "value": "oklch(0.96 0.001 180)", + "description": "Default background color of a bar in the BarChart.", "components": [ - "button", - "link", - "tab-panel", - "typography" + "d3-chart", + "mini-chart" ] }, { - "name": "--intergalactic-text-link-hover-active", - "value": "oklch(0.51 0.202 263)", - "description": "Hover and active states for the link text.", + "name": "--intergalactic-chart-grid-bar-chart-hover", + "value": "oklch(0.177 0.033 175.6 / 0.028)", + "description": "Background color for the hover state of a bar on the chart grid.", "components": [ - "button", - "link", - "tab-panel", - "typography" + "d3-chart" ] }, { - "name": "--intergalactic-text-link-invert", - "value": "oklch(0.75 0.125 265.3)", - "description": "Inverted version of the link text. Use on dark background only.", + "name": "--intergalactic-chart-grid-border", + "value": "#ffffff", + "description": "Border for distinguishing data sets and chart dots on the chart grid.", "components": [ - "notice-bubble" + "d3-chart", + "mini-chart" ] }, { - "name": "--intergalactic-text-link-invert-hover", - "value": "oklch(0.85 0.075 265.9)", - "description": "Hover and active states of the inverted version of the link text. Use on dark background only.", - "components": [] + "name": "--intergalactic-chart-grid-line", + "value": "oklch(0.95 0.002 180)", + "description": "Grid and axis guide lines for charts.", + "components": [ + "d3-chart" + ] }, { - "name": "--intergalactic-text-link-visited", - "value": "oklch(0.53 0.26 296)", - "description": "Visited link state so users can tell visited destinations apart from default links.", + "name": "--intergalactic-chart-grid-period-bg", + "value": "oklch(0.96 0.001 180)", + "description": "Use for highlighting a period on the chart grid.", "components": [ - "link" + "d3-chart" ] }, { - "name": "--intergalactic-text-hint", + "name": "--intergalactic-chart-grid-period-pattern", + "value": "oklch(0.95 0.002 180)", + "description": "Stripe color for diagonal pattern background.", + "components": [ + "d3-chart" + ] + }, + { + "name": "--intergalactic-chart-grid-text-label", "value": "oklch(0.088 0.026 147.7 / 0.583)", - "description": "Supplementary helper text near controls (short guidance), distinct from placeholder text inside inputs.", + "description": "Text label on the chart grid.", "components": [ - "button", "d3-chart" ] }, { - "name": "--intergalactic-text-hint-hover-active", - "value": "oklch(0.086 0.026 145.8 / 0.605)", - "description": "Hover and active states of the hint link text.", + "name": "--intergalactic-chart-grid-x-axis", + "value": "oklch(0.88 0.002 175.6)", + "description": "X-axis line on the chart grid.", "components": [ - "button", - "typography" + "d3-chart" ] }, { - "name": "--intergalactic-text-hint-invert", - "value": "oklch(0.75 0.003 165.9)", - "description": "Inverted version of the hint link text.", - "components": [] + "name": "--intergalactic-chart-grid-y-accent-hover-line", + "value": "oklch(0.88 0.002 175.6)", + "description": "Accent line for the hover state on the chart grid.", + "components": [ + "d3-chart" + ] }, { - "name": "--intergalactic-text-hint-invert-hover-active", - "value": "oklch(0.85 0.002 173.3)", - "description": "Hover and active states of the inverted version of the hint link text.", - "components": [] + "name": "--intergalactic-chart-palette-order-1", + "value": "oklch(0.58 0.168 278.2)", + "description": "1 color in the default list of colors for charts.", + "components": [ + "d3-chart", + "mini-chart" + ] }, { - "name": "--intergalactic-text-large-secondary", - "value": "oklch(0.088 0.026 147.7 / 0.583)", - "description": "Secondary text. Use with font-size ≥20px.", + "name": "--intergalactic-chart-palette-order-2", + "value": "oklch(0.82 0.15 170)", + "description": "2 color in the default list of colors for charts.", "components": [ - "typography" + "d3-chart" ] }, { - "name": "--intergalactic-text-large-info", + "name": "--intergalactic-chart-palette-order-3", + "value": "oklch(0.74 0.17 303)", + "description": "3 color in the default list of colors for charts.", + "components": [] + }, + { + "name": "--intergalactic-chart-palette-order-4", + "value": "oklch(0.82 0.18 80)", + "description": "4 color in the default list of colors for charts.", + "components": [] + }, + { + "name": "--intergalactic-chart-palette-order-5", + "value": "oklch(0.74 0.19 22)", + "description": "5 color in the default list of colors for charts.", + "components": [] + }, + { + "name": "--intergalactic-chart-palette-order-6", + "value": "oklch(0.82 0.088 272.1)", + "description": "6 color in the default list of colors for charts.", + "components": [] + }, + { + "name": "--intergalactic-chart-palette-order-7", + "value": "oklch(0.74 0.225 330)", + "description": "7 color in the default list of colors for charts.", + "components": [] + }, + { + "name": "--intergalactic-chart-palette-order-8", + "value": "oklch(0.82 0.19 143)", + "description": "8 color in the default list of colors for charts.", + "components": [] + }, + { + "name": "--intergalactic-chart-palette-order-9", "value": "oklch(0.53 0.157 279.2)", - "description": "Link text with font-size ≥20px.", + "description": "9 color in the default list of colors for charts.", "components": [ "d3-chart" ] }, { - "name": "--intergalactic-text-large-info-hover-active", - "value": "oklch(0.51 0.152 279.7)", - "description": "Hover and active states of the link text with font-size ≥20px.", + "name": "--intergalactic-chart-palette-order-10", + "value": "oklch(0.74 0.17 170)", + "description": "10 color in the default list of colors for charts.", "components": [] }, { - "name": "--intergalactic-text-large-success", - "value": "oklch(0.53 0.142 170)", - "description": "Text with font-size ≥20px associated with success states and data.", + "name": "--intergalactic-chart-palette-order-11", + "value": "oklch(0.74 0.17 72)", + "description": "11 color in the default list of colors for charts.", "components": [] }, { - "name": "--intergalactic-text-large-success-hover-active", - "value": "oklch(0.51 0.137 170)", - "description": "Hover and active states of the text with font-size ≥20px associated with success states and data.", + "name": "--intergalactic-chart-palette-order-12", + "value": "oklch(0.82 0.18 330)", + "description": "12 color in the default list of colors for charts.", + "components": [] + }, + { + "name": "--intergalactic-chart-palette-order-13", + "value": "oklch(0.64 0.22 147)", + "description": "13 color in the default list of colors for charts.", + "components": [] + }, + { + "name": "--intergalactic-chart-palette-order-14", + "value": "oklch(0.82 0.118 303)", + "description": "14 color in the default list of colors for charts.", + "components": [] + }, + { + "name": "--intergalactic-chart-palette-order-15", + "value": "oklch(0.64 0.226 24.5)", + "description": "15 color in the default list of colors for charts.", + "components": [] + }, + { + "name": "--intergalactic-chart-palette-order-16", + "value": "oklch(0.64 0.161 170)", + "description": "16 color in the default list of colors for charts.", + "components": [] + }, + { + "name": "--intergalactic-chart-palette-order-17", + "value": "oklch(0.82 0.088 272.1)", + "description": "17 color in the default list of colors for charts.", + "components": [] + }, + { + "name": "--intergalactic-chart-palette-order-18", + "value": "oklch(0.74 0.23 146)", + "description": "18 color in the default list of colors for charts.", + "components": [] + }, + { + "name": "--intergalactic-chart-palette-order-19", + "value": "oklch(0.64 0.16 64)", + "description": "19 color in the default list of colors for charts.", + "components": [] + }, + { + "name": "--intergalactic-chart-palette-order-20", + "value": "oklch(0.82 0.13 20)", + "description": "20 color in the default list of colors for charts.", + "components": [] + }, + { + "name": "--intergalactic-chart-palette-order-21", + "value": "oklch(0.53 0.138 59.9)", + "description": "21 color in the default list of colors for charts.", + "components": [] + }, + { + "name": "--intergalactic-chart-palette-order-22", + "value": "oklch(0.64 0.223 299.3)", + "description": "22 color in the default list of colors for charts.", + "components": [] + }, + { + "name": "--intergalactic-chart-palette-order-23", + "value": "oklch(0.64 0.262 330)", + "description": "23 color in the default list of colors for charts.", + "components": [] + }, + { + "name": "--intergalactic-chart-palette-order-24", + "value": "oklch(0.53 0.189 147)", + "description": "24 color in the default list of colors for charts.", + "components": [] + }, + { + "name": "--intergalactic-chart-palette-order-null", + "value": "oklch(0.9 0.002 177)", + "description": "Use it to show null value on the chart.", + "components": [ + "d3-chart" + ] + }, + { + "name": "--intergalactic-chart-palette-order-other-data", + "value": "oklch(0.82 0.002 171.1)", + "description": "Use it to indicate voids, missing or some other data on the chart.", + "components": [] + }, + { + "name": "--intergalactic-chart-palette-order-total-amount", + "value": "oklch(0.64 0.003 157.8)", + "description": "Use it to show total value on the chart.", + "components": [] + }, + { + "name": "--intergalactic-chart-x-axis-accent-data-start-tracking", + "value": "oklch(0.889 0.178 168.8 / 0.21)", + "description": "Background color for the \"Start tracking\" date on the X-axis of the chart grid.", + "components": [] + }, + { + "name": "--intergalactic-chart-x-axis-accent-period-active", + "value": "oklch(0.176 0.033 175.6 / 0.056)", + "description": "Background color for the clickable date on the X-axis of the chart grid.", + "components": [] + }, + { + "name": "--intergalactic-control-checkbox-bg-normal", + "value": "oklch(1 0 0)", + "description": "Background color of the Checkbox.", + "components": [ + "checkbox" + ] + }, + { + "name": "--intergalactic-control-checkbox-bg-selected", + "value": "oklch(0.23 0.01 140)", + "description": "Background color of the checked Checkbox.", + "components": [ + "checkbox" + ] + }, + { + "name": "--intergalactic-control-checkbox-border", + "value": "oklch(0.137 0.026 175.7 / 0.161)", + "description": "Border color of the Checkbox.", + "components": [ + "checkbox" + ] + }, + { + "name": "--intergalactic-control-checkbox-checkmark", + "value": "oklch(1 0 0)", + "description": "Color of the checkmark.", + "components": [ + "checkbox" + ] + }, + { + "name": "--intergalactic-control-checkbox-button-bg-hover", + "value": "oklch(0.527 0.264 262.9 / 0.039)", + "description": "Hover state of the Checkbox button background.", + "components": [] + }, + { + "name": "--intergalactic-control-checkbox-button-bg-normal", + "value": "oklch(1 0 0)", + "description": "Normal state of the Checkbox button background.", + "components": [] + }, + { + "name": "--intergalactic-control-checkbox-button-bg-selected", + "value": "oklch(0.524 0.266 263.1 / 0.116)", + "description": "Selected state of the Checkbox button background.", + "components": [] + }, + { + "name": "--intergalactic-control-checkbox-button-bg-selected-hover", + "value": "oklch(0.524 0.266 263.1 / 0.116)", + "description": "Hover for a selected state of the Checkbox button background.", + "components": [] + }, + { + "name": "--intergalactic-control-checkbox-button-border", + "value": "oklch(0.137 0.026 175.7 / 0.161)", + "description": "Border color of the Checkbox button in its normal state.", + "components": [] + }, + { + "name": "--intergalactic-control-checkbox-button-border-selected", + "value": "oklch(0.7 0.131 275.2)", + "description": "Border color of the Checkbox button in its active state.", + "components": [] + }, + { + "name": "--intergalactic-control-radio-bg-normal", + "value": "oklch(1 0 0)", + "description": "Background color of the Radio.", + "components": [ + "radio" + ] + }, + { + "name": "--intergalactic-control-radio-bg-selected", + "value": "oklch(0.23 0.01 140)", + "description": "Selected state of the Radio background.", + "components": [ + "radio" + ] + }, + { + "name": "--intergalactic-control-radio-border", + "value": "oklch(0.137 0.026 175.7 / 0.161)", + "description": "Border color of the Radio.", + "components": [ + "radio" + ] + }, + { + "name": "--intergalactic-control-primary-advertising", + "value": "oklch(0.23 0.01 140)", + "description": "Background of the advertising primary control.", + "components": [ + "wizard" + ] + }, + { + "name": "--intergalactic-control-primary-advertising-hover", + "value": "oklch(0.36 0.005 140)", + "description": "Hover state of the advertising primary control.", + "components": [ + "wizard" + ] + }, + { + "name": "--intergalactic-control-primary-advertising-active", + "value": "oklch(0.4 0.004 140)", + "description": "Active (selected) state of the advertising primary control.", + "components": [ + "wizard" + ] + }, + { + "name": "--intergalactic-control-primary-brand", + "value": "oklch(0.74 0.17 303)", + "description": "Background of the primary brand colored control.", + "components": [ + "button" + ] + }, + { + "name": "--intergalactic-control-primary-brand-active", + "value": "oklch(0.7 0.191 301.5)", + "description": "Active state of the primary brand colored control.", + "components": [ + "button" + ] + }, + { + "name": "--intergalactic-control-primary-brand-hover", + "value": "oklch(0.72 0.181 302.3)", + "description": "Hover state of the primary brand colored control.", + "components": [ + "button" + ] + }, + { + "name": "--intergalactic-control-primary-critical", + "value": "oklch(0.64 0.226 24.5)", + "description": "Background of the primary control with danger theme.", + "components": [ + "button", + "checkbox" + ] + }, + { + "name": "--intergalactic-control-primary-critical-active", + "value": "oklch(0.58 0.215 26)", + "description": "Active (selected) state of the primary control with danger theme.", + "components": [ + "button" + ] + }, + { + "name": "--intergalactic-control-primary-critical-hover", + "value": "oklch(0.6 0.219 25.5)", + "description": "Hover state of the primary control with danger theme.", + "components": [ + "button" + ] + }, + { + "name": "--intergalactic-control-primary-info", + "value": "oklch(0.23 0.01 140)", + "description": "Background of the regular primary control.", + "components": [ + "button", + "dropdown", + "feature-highlight", + "select", + "slider" + ] + }, + { + "name": "--intergalactic-control-primary-info-active", + "value": "oklch(0 0 140)", + "description": "Active (selected) state of the regular primary control.", + "components": [ + "button" + ] + }, + { + "name": "--intergalactic-control-primary-info-hover", + "value": "oklch(0.32 0.007 140)", + "description": "Hover state of the regular primary control.", + "components": [ + "button", + "slider" + ] + }, + { + "name": "--intergalactic-control-primary-invert", + "value": "oklch(1 0 0)", + "description": "Inverted background of the primary control.", + "components": [ + "button" + ] + }, + { + "name": "--intergalactic-control-primary-invert-active", + "value": "oklch(0.94 0.002 180)", + "description": "Active (selected) state of the inverted primary control.", + "components": [ + "button" + ] + }, + { + "name": "--intergalactic-control-primary-invert-hover", + "value": "oklch(0.96 0.001 180)", + "description": "Hover state of the inverted primary control.", + "components": [ + "button" + ] + }, + { + "name": "--intergalactic-control-primary-success", + "value": "oklch(0.64 0.161 170)", + "description": "Background of the primary control with successful theme.", + "components": [ + "button" + ] + }, + { + "name": "--intergalactic-control-primary-success-active", + "value": "oklch(0.58 0.151 170)", + "description": "Active (selected) state of the primary control with successful theme.", + "components": [ + "button" + ] + }, + { + "name": "--intergalactic-control-primary-success-hover", + "value": "oklch(0.6 0.155 170)", + "description": "Hover state of the primary control with successful theme.", + "components": [ + "button" + ] + }, + { + "name": "--intergalactic-control-secondary-info", + "value": "oklch(0.527 0.264 262.9 / 0.039)", + "description": "Background of the accent secondary control.", + "components": [ + "base-trigger", + "pills" + ] + }, + { + "name": "--intergalactic-control-secondary-info-active", + "value": "oklch(0.524 0.266 263.1 / 0.116)", + "description": "Active (selected) state of the accent secondary control.", + "components": [ + "base-trigger" + ] + }, + { + "name": "--intergalactic-control-secondary-info-hover", + "value": "oklch(0.525 0.265 263 / 0.077)", + "description": "Hover state of the accent secondary control.", + "components": [ + "base-trigger" + ] + }, + { + "name": "--intergalactic-control-secondary-invert", + "value": "oklch(0.983 0.03 140 / 0.183)", + "description": "Background of the inverted version of the secondary control.", + "components": [ + "button" + ] + }, + { + "name": "--intergalactic-control-secondary-invert-active", + "value": "oklch(0.988 0.021 140 / 0.222)", + "description": "Active (selected) state of the inverted version of the secondary control.", + "components": [ + "button" + ] + }, + { + "name": "--intergalactic-control-secondary-invert-hover", + "value": "oklch(0.986 0.025 140 / 0.203)", + "description": "Hover state of the inverted version of the secondary control.", + "components": [ + "button" + ] + }, + { + "name": "--intergalactic-control-secondary-neutral", + "value": "oklch(0.166 0.031 175.8 / 0.097)", + "description": "Background of the regular secondary control.", + "components": [ + "button", + "inline-input" + ] + }, + { + "name": "--intergalactic-control-secondary-neutral-active", + "value": "oklch(0.145 0.027 176.1 / 0.135)", + "description": "Active (selected) state of the regular secondary control.", + "components": [ + "button" + ] + }, + { + "name": "--intergalactic-control-secondary-neutral-hover", + "value": "oklch(0.151 0.028 176.1 / 0.123)", + "description": "Hover state of the regular secondary control.", + "components": [ + "button" + ] + }, + { + "name": "--intergalactic-control-select-trigger-active", + "value": "oklch(1 0 0)", + "description": "Background of the Select trigger in its active state.", + "components": [] + }, + { + "name": "--intergalactic-control-select-trigger-hover", + "value": "oklch(0.98 0.001 180)", + "description": "Background of the Select trigger in its hover state.", + "components": [] + }, + { + "name": "--intergalactic-control-select-trigger-normal", + "value": "oklch(1 0 0)", + "description": "Background of the Select trigger in its normal state.", + "components": [] + }, + { + "name": "--intergalactic-control-slider-bar-bg", + "value": "oklch(0.96 0.001 180)", + "description": "Background of the Slider bar.", "components": [] }, { - "name": "--intergalactic-text-large-critical", - "value": "oklch(0.53 0.206 27.3)", - "description": "Text with font-size ≥20px associated with critical states and data.", + "name": "--intergalactic-control-slider-bar-bg-hover", + "value": "oklch(0.88 0.002 175.6)", + "description": "Hover state of the Slider bar.", "components": [] }, { - "name": "--intergalactic-text-large-critical-hover-active", - "value": "oklch(0.51 0.202 27.8)", - "description": "Hover and active states of the text with font-size ≥20px associated with critical states and data.", + "name": "--intergalactic-control-slider-bar-value-bg", + "value": "oklch(0.23 0.01 140)", + "description": "Filled part of the Slider bar.", "components": [] }, { - "name": "--intergalactic-text-advertising", - "value": "oklch(0.23 0.113 296)", - "description": "Promotional or sponsored emphasis (ads, marketing callouts)—use sparingly so it stays noticeable.", + "name": "--intergalactic-control-slider-knob-bg", + "value": "#ffffff", + "description": "Knob fill color of the Slider.", "components": [] }, { - "name": "--intergalactic-border-primary", - "value": "oklch(0.137 0.026 175.7 / 0.161)", - "description": "Default stroke for interactive controls and structured surfaces.", - "components": [ - "base-trigger", - "bulk-textarea", - "button", - "checkbox", - "counter", - "d3-chart", - "date-picker", - "divider", - "dropdown", - "feedback-form", - "fullscreen-modal", - "inline-input", - "input", - "pills", - "radio", - "select", - "side-panel", - "slider", - "spin", - "tab-line", - "tab-panel", - "textarea", - "time-picker" - ] + "name": "--intergalactic-control-slider-knob-border", + "value": "oklch(0.23 0.01 140)", + "description": "Knob border color of the Slider in its normal state.", + "components": [] }, { - "name": "--intergalactic-border-primary-invert", - "value": "oklch(0.995 0.008 147.4 / 0.391)", - "description": "Inverted version of the neutral primary border. Use it for borders on the dark or color background.", - "components": [ - "button", - "divider", - "spin" - ] + "name": "--intergalactic-control-slider-knob-border-hover", + "value": "oklch(0.32 0.007 140)", + "description": "Knob border color of the Slider in its hover state.", + "components": [] }, { - "name": "--intergalactic-border-secondary", - "value": "oklch(0.176 0.033 175.7 / 0.07)", - "description": "Secondary hairline stroke for grids, cards, and subtle dividers.", - "components": [ - "card", - "color-picker", - "d3-chart", - "data-table", - "date-picker", - "dropdown", - "notice", - "slider", - "tooltip" - ] + "name": "--intergalactic-control-slider-rating-icon", + "value": "oklch(0.7 0.003 162.2)", + "description": "Icon color for the SliderRating component in its normal state.", + "components": [] }, { - "name": "--intergalactic-border-secondary-invert", - "value": "oklch(0.995 0.008 145.9 / 0.369)", - "description": "Inverted version of the neutral secondary border. Use it for borders on the dark or color background.", + "name": "--intergalactic-control-slider-rating-icon-hover-active", + "value": "oklch(0.66 0.212 300.1)", + "description": "Icon color for the SliderRating component in its hovered and active states.", "components": [] }, { - "name": "--intergalactic-border-info", - "value": "oklch(0.51 0.274 263.6 / 0.222)", - "description": "Subtle secondary border in the informational message.", + "name": "--intergalactic-control-switch-bg", + "value": "oklch(0.166 0.031 175.8 / 0.097)", + "description": "Subtle background of the Switch control.", "components": [ - "notice" + "switch" ] }, { - "name": "--intergalactic-border-info-active", - "value": "oklch(0.7 0.131 275.2)", - "description": "Active border in focused input filed.", + "name": "--intergalactic-control-switch-bg-info-active", + "value": "oklch(0.23 0.01 140)", + "description": "Active background of the Switch control.", "components": [ - "base-trigger", - "bulk-textarea", - "checkbox", - "color-picker", - "feedback-form", - "inline-input", - "input", - "input-tags", - "pills", - "radio", - "tab-line", - "textarea" + "switch" ] }, { - "name": "--intergalactic-border-success", - "value": "oklch(0.818 0.171 165.4 / 0.531)", - "description": "Subtle secondary border in the successful message and input field.", + "name": "--intergalactic-control-switch-bg-success-active", + "value": "oklch(0.64 0.161 170)", + "description": "Active background of the Switch control.", "components": [ - "notice" + "switch" ] }, { - "name": "--intergalactic-border-success-active", - "value": "oklch(0.7 0.166 170)", - "description": "Active border in the focused input field with valid state.", + "name": "--intergalactic-control-switch-handle", + "value": "#ffffff", + "description": "Handle color of the Switch control.", "components": [ - "base-trigger", - "bulk-textarea", - "inline-input", - "input", - "textarea" + "switch" ] }, { - "name": "--intergalactic-border-critical", - "value": "oklch(0.628 0.257 28.1 / 0.243)", - "description": "Subtle secondary border in the critical message and invalid input field.", + "name": "--intergalactic-control-tertiary-info", + "value": "transparent", + "description": "Background of the accent and link-lookalike tertiary control.", "components": [ - "notice" + "button" ] }, { - "name": "--intergalactic-border-critical-active", - "value": "oklch(0.7 0.21 23)", - "description": "Active border in the focused input field with invalid state, and active state of the other components with invalid state.", + "name": "--intergalactic-control-tertiary-info-active", + "value": "oklch(0.524 0.266 263.1 / 0.116)", + "description": "Active (selected) state of the accent and link-lookalike tertiary control.", "components": [ - "base-trigger", - "bulk-textarea", - "checkbox", - "inline-input", - "input", - "radio", - "textarea", - "tooltip" + "button" ] }, { - "name": "--intergalactic-border-critical-pattern", - "value": "repeating-linear-gradient(315deg, oklch(0.7 0.21 23) 0, oklch(0.7 0.21 23) 1px, transparent 0, transparent 50%)", - "description": "Used for the invalidStatePattern utils component to mark all kinds of inputs with invalid states.", + "name": "--intergalactic-control-tertiary-info-hover", + "value": "oklch(0.525 0.265 263 / 0.077)", + "description": "Hover state of the accent and link-lookalike tertiary control.", "components": [ - "base-components", - "bulk-textarea", - "radio", - "textarea" + "button" ] }, { - "name": "--intergalactic-border-warning", - "value": "oklch(0.77 0.174 64.1 / 0.543)", - "description": "Subtle secondary border in the warning message.", + "name": "--intergalactic-control-tertiary-invert", + "value": "transparent", + "description": "Background of the inverted version of the tertiary control.", "components": [ - "notice" + "button" ] }, { - "name": "--intergalactic-border-warning-active", - "value": "oklch(0.7 0.195 50.5)", - "description": "Active border in components with warning intention.", - "components": [] - }, - { - "name": "--intergalactic-border-tooltip-invert", - "value": "oklch(0.995 0.008 145.9 / 0.369)", - "description": "Border of the Tooltip with dark theme.", + "name": "--intergalactic-control-tertiary-invert-active", + "value": "oklch(0.988 0.021 140 / 0.222)", + "description": "Active (selected) state of the inverted version of the tertiary control.", "components": [ - "base-components", - "tooltip" + "button" ] }, { - "name": "--intergalactic-border-table-accent", - "value": "oklch(0.137 0.026 175.7 / 0.161)", - "description": "Accent borders in the Table: for the accordion in the table and for the header of the secondary table.", + "name": "--intergalactic-control-tertiary-invert-hover", + "value": "oklch(0.986 0.025 140 / 0.203)", + "description": "Hover state of the inverted version of the tertiary control.", "components": [ - "data-table" + "button" ] }, { - "name": "--intergalactic-border-date-picker-range-comparison", - "value": "oklch(0.7 0.191 301.5)", - "description": "Border color of the second period for the comparison mode in the DatePicker.", - "components": [] - }, - { - "name": "--intergalactic-control-switch-bg", - "value": "oklch(0.88 0.002 175.6)", - "description": "Subtle background of the Switch control.", + "name": "--intergalactic-control-tertiary-neutral", + "value": "transparent", + "description": "Background of the regular tertiary control.", "components": [ - "switch" + "button", + "time-picker" ] }, { - "name": "--intergalactic-control-primary-info", - "value": "oklch(0.23 0.01 140)", - "description": "Background of the regular primary control.", + "name": "--intergalactic-control-tertiary-neutral-active", + "value": "oklch(0.176 0.033 175.7 / 0.084)", + "description": "Active (selected) state of the regular tertiary control.", "components": [ "button", - "checkbox", - "dropdown", - "feature-highlight", - "radio", - "select", - "slider", - "switch" + "color-picker", + "time-picker" ] }, { - "name": "--intergalactic-control-primary-info-hover", - "value": "oklch(0.32 0.007 140)", - "description": "Hover state of the regular primary control.", + "name": "--intergalactic-control-tertiary-neutral-hover", + "value": "oklch(0.176 0.033 175.6 / 0.056)", + "description": "Hover state of the regular tertiary control.", "components": [ "button", - "slider" + "color-picker", + "time-picker" ] }, { - "name": "--intergalactic-control-primary-info-active", - "value": "oklch(0 0 140)", - "description": "Active (selected) state of the regular primary control.", + "name": "--intergalactic-control-text-primary", + "value": "oklch(0.1 0.03 137 / 0.899)", + "description": "Primary text color for form controls.", "components": [ "button" ] }, { - "name": "--intergalactic-control-primary-success", - "value": "oklch(0.64 0.161 170)", - "description": "Background of the primary control with successful theme.", + "name": "--intergalactic-control-text-primary-invert", + "value": "oklch(0.999 0.001 180 / 0.949)", + "description": "Inverted primary text color for form controls.", "components": [ - "button", - "switch" + "button" ] }, { - "name": "--intergalactic-control-primary-success-hover", - "value": "oklch(0.6 0.155 170)", - "description": "Hover state of the primary control with successful theme.", + "name": "--intergalactic-control-text-secondary", + "value": "oklch(0.088 0.026 147.7 / 0.583)", + "description": "Secondary text color for form controls.", "components": [ "button" ] }, { - "name": "--intergalactic-control-primary-success-active", - "value": "oklch(0.58 0.151 170)", - "description": "Active (selected) state of the primary control with successful theme.", - "components": [ - "button" - ] + "name": "--intergalactic-control-text-secondary-invert", + "value": "oklch(0.997 0.004 165.9 / 0.684)", + "description": "Inverted secondary text color for form controls.", + "components": [] }, { - "name": "--intergalactic-control-primary-critical", - "value": "oklch(0.64 0.226 24.5)", - "description": "Background of the primary control with danger theme.", - "components": [ - "button", - "checkbox" - ] + "name": "--intergalactic-control-text-tertiary", + "value": "oklch(0.088 0.026 147.7 / 0.583)", + "description": "Tertiary text color for form controls.", + "components": [] }, { - "name": "--intergalactic-control-primary-critical-hover", - "value": "oklch(0.6 0.219 25.5)", - "description": "Hover state of the primary control with danger theme.", - "components": [ - "button" - ] + "name": "--intergalactic-date-picker-border-range-comparison", + "value": "oklch(0.74 0.117 274.1)", + "description": "Border color of the second period for the comparison mode in the DatePicker.", + "components": [] }, { - "name": "--intergalactic-control-primary-critical-active", - "value": "oklch(0.58 0.215 26)", - "description": "Active (selected) state of the primary control with danger theme.", + "name": "--intergalactic-date-picker-cell", + "value": "oklch(1 0 0)", + "description": "Default date-picker cell background.", "components": [ - "button" + "date-picker" ] }, { - "name": "--intergalactic-control-primary-brand", - "value": "oklch(0.64 0.223 299.3)", - "description": "Background of the primary brand colored control.", + "name": "--intergalactic-date-picker-cell-active", + "value": "oklch(0.23 0.01 140)", + "description": "Active (selected) date-picker cell background.", "components": [ - "button" + "date-picker" ] }, { - "name": "--intergalactic-control-primary-brand-hover", - "value": "oklch(0.6 0.244 297.8)", - "description": "Hover state of the primary brand colored control.", + "name": "--intergalactic-date-picker-cell-active-hover", + "value": "oklch(0.32 0.007 140)", + "description": "Hover for the active (selected) date-picker cell background.", "components": [ - "button" + "date-picker" ] }, { - "name": "--intergalactic-control-primary-brand-active", - "value": "oklch(0.58 0.254 297.1)", - "description": "Active state of the primary brand colored control.", + "name": "--intergalactic-date-picker-cell-comparison-active", + "value": "oklch(0.74 0.117 274.1)", + "description": "Active (selected) date-picker cell background for comparison periods.", "components": [ - "button" + "date-picker" ] }, { - "name": "--intergalactic-control-primary-advertising", - "value": "oklch(0.23 0.01 140)", - "description": "Background of the advertising primary control.", + "name": "--intergalactic-date-picker-cell-comparison-active-hover", + "value": "oklch(0.58 0.168 278.2)", + "description": "Hover for the active (selected) date-picker cell background for comparison periods.", "components": [ - "wizard" + "date-picker" ] }, { - "name": "--intergalactic-control-primary-advertising-hover", - "value": "oklch(0.36 0.005 140)", - "description": "Hover state of the advertising primary control.", + "name": "--intergalactic-date-picker-cell-current", + "value": "oklch(0.104 0.023 162.3 / 0.385)", + "description": "Color for marking the cell with the current date, month or year in the date-picker.", "components": [ - "wizard" + "date-picker" ] }, { - "name": "--intergalactic-control-primary-advertising-active", - "value": "oklch(0.4 0.004 140)", - "description": "Active (selected) state of the advertising primary control.", - "components": [ - "wizard" - ] + "name": "--intergalactic-date-picker-cell-current-invert", + "value": "oklch(0.995 0.008 147.4 / 0.391)", + "description": "Color for marking the active cell with the current date, month or year in the date-picker.", + "components": [] }, { - "name": "--intergalactic-control-primary-invert", - "value": "oklch(1 0 0)", - "description": "Inverted background of the primary control.", + "name": "--intergalactic-date-picker-cell-hover", + "value": "oklch(0.98 0.001 180)", + "description": "Hover state of the default date-picker cell background.", "components": [ - "button" + "date-picker" ] }, { - "name": "--intergalactic-control-primary-invert-hover", + "name": "--intergalactic-date-picker-cell-range", "value": "oklch(0.96 0.001 180)", - "description": "Hover state of the inverted primary control.", + "description": "Background for the cell which is included in the date range in the date-picker.", "components": [ - "button" + "date-picker" ] }, { - "name": "--intergalactic-control-primary-invert-active", - "value": "oklch(0.94 0.002 180)", - "description": "Active (selected) state of the inverted primary control.", + "name": "--intergalactic-date-picker-cell-range-hover", + "value": "oklch(0.9 0.002 177)", + "description": "Hover state of the background for the cell which is included in the date range in the date-picker.", "components": [ - "button" + "date-picker" ] }, { - "name": "--intergalactic-control-secondary-neutral", - "value": "oklch(0.177 0.033 175.6 / 0.028)", - "description": "Background of the regular secondary control.", - "components": [ - "button" - ] + "name": "--intergalactic-dot-bg", + "value": "oklch(0.728 0.188 51.8)", + "description": "Background color of the Dot.", + "components": [] }, { - "name": "--intergalactic-control-secondary-neutral-hover", - "value": "oklch(0.176 0.033 175.6 / 0.056)", - "description": "Hover state of the regular secondary control.", - "components": [ - "button" - ] + "name": "--intergalactic-dot-text", + "value": "oklch(0.999 0.001 180 / 0.949)", + "description": "Text color of the Dot.", + "components": [] }, { - "name": "--intergalactic-control-secondary-neutral-active", - "value": "oklch(0.176 0.033 175.7 / 0.084)", - "description": "Active (selected) state of the regular secondary control.", + "name": "--intergalactic-dropdown-menu-item", + "value": "oklch(1 0 0)", + "description": "Default background color for the list item in the dropdown-menu.", "components": [ - "button" + "dropdown" ] }, { - "name": "--intergalactic-control-secondary-info", - "value": "oklch(0.527 0.264 262.9 / 0.039)", - "description": "Background of the accent secondary control.", + "name": "--intergalactic-dropdown-menu-item-hover", + "value": "oklch(0.177 0.033 175.6 / 0.028)", + "description": "Hover state of the default background color for the list item in the dropdown-menu.", "components": [ - "base-trigger", - "button", - "pills" + "dropdown" ] }, { - "name": "--intergalactic-control-secondary-info-hover", + "name": "--intergalactic-dropdown-menu-item-selected", "value": "oklch(0.525 0.265 263 / 0.077)", - "description": "Hover state of the accent secondary control.", + "description": "Active (selected) state of the default background color for the list item in the dropdown-menu.", "components": [ - "base-trigger", - "button" + "dropdown", + "select" ] }, { - "name": "--intergalactic-control-secondary-info-active", - "value": "oklch(0.524 0.266 263.1 / 0.116)", - "description": "Active (selected) state of the accent secondary control.", - "components": [ - "base-trigger", - "button" - ] + "name": "--intergalactic-dropdown-menu-item-selected-box-shadow", + "value": "oklch(0.23 0.01 140)", + "description": "Border color of the selected item in the DropdownMenu.", + "components": [] }, { - "name": "--intergalactic-control-secondary-invert", - "value": "oklch(0.969 0.057 140 / 0.118)", - "description": "Background of the inverted version of the secondary control.", + "name": "--intergalactic-dropdown-menu-item-selected-hover", + "value": "oklch(0.52 0.268 263.2 / 0.191)", + "description": "Hover state for the selected state of the default background color for the list item in the dropdown-menu.", "components": [ - "button" + "dropdown", + "select" ] }, { - "name": "--intergalactic-control-secondary-invert-hover", - "value": "oklch(0.976 0.043 140 / 0.145)", - "description": "Hover state of the inverted version of the secondary control.", - "components": [ - "button" - ] + "name": "--intergalactic-feature-popover-bg-accent", + "value": "oklch(0.88 0.078 303)", + "description": "Background of the FeaturePopover with accent theme.", + "components": [] }, { - "name": "--intergalactic-control-secondary-invert-active", - "value": "oklch(0.983 0.03 140 / 0.183)", - "description": "Active (selected) state of the inverted version of the secondary control.", + "name": "--intergalactic-feature-popover-bg-neutral", + "value": "oklch(0.23 0.01 140)", + "description": "Background of the FeaturePopover with neutral theme.", "components": [ - "button" + "feature-popover" ] }, { - "name": "--intergalactic-control-tertiary-neutral", - "value": "transparent", - "description": "Background of the regular tertiary control.", - "components": [ - "button" - ] + "name": "--intergalactic-feature-popover-dot-accent", + "value": "oklch(0.88 0.078 303)", + "description": "Fill color of the FeaturePopover.Spot with accent theme.", + "components": [] }, { - "name": "--intergalactic-control-tertiary-neutral-hover", - "value": "oklch(0.176 0.033 175.6 / 0.056)", - "description": "Hover state of the regular tertiary control.", + "name": "--intergalactic-feature-popover-dot-neutral", + "value": "oklch(0.88 0.078 303)", + "description": "Fill color of the FeaturePopover.Spot with neutral theme.", "components": [ - "button", - "color-picker" + "feature-popover" ] }, { - "name": "--intergalactic-control-tertiary-neutral-active", - "value": "oklch(0.176 0.033 175.7 / 0.084)", - "description": "Active (selected) state of the regular tertiary control.", - "components": [ - "button", - "color-picker" - ] + "name": "--intergalactic-feature-popover-dot-outer-border-accent", + "value": "oklch(0.88 0.078 303)", + "description": "Outer border color of the FeaturePopover.Spot with accent theme.", + "components": [] }, { - "name": "--intergalactic-control-tertiary-info", - "value": "transparent", - "description": "Background of the accent and link-lookalike tertiary control.", - "components": [ - "button" - ] + "name": "--intergalactic-feature-popover-dot-outer-border-neutral", + "value": "oklch(0.88 0.078 303)", + "description": "Outer border color of the FeaturePopover.Spot with neutral theme.", + "components": [] }, { - "name": "--intergalactic-control-tertiary-info-hover", - "value": "oklch(0.525 0.265 263 / 0.077)", - "description": "Hover state of the accent and link-lookalike tertiary control.", - "components": [ - "button" - ] + "name": "--intergalactic-feature-popover-text", + "value": "oklch(0.1 0.03 137 / 0.899)", + "description": "Text color of the FeaturePopover.", + "components": [] }, { - "name": "--intergalactic-control-tertiary-info-active", - "value": "oklch(0.524 0.266 263.1 / 0.116)", - "description": "Active (selected) state of the accent and link-lookalike tertiary control.", - "components": [ - "button" - ] + "name": "--intergalactic-feature-popover-text-invert", + "value": "oklch(0.999 0.001 180 / 0.949)", + "description": "Inverted text color of the FeaturePopover.", + "components": [] }, { - "name": "--intergalactic-control-tertiary-invert", - "value": "transparent", - "description": "Background of the inverted version of the tertiary control.", + "name": "--intergalactic-footer-bg", + "value": "oklch(0.97 0.001 180)", + "description": "Background fill for the product page footer.", + "components": [] + }, + { + "name": "--intergalactic-header-bg", + "value": "oklch(0.97 0.001 180)", + "components": [] + }, + { + "name": "--intergalactic-header-border-primary", + "value": "oklch(0.137 0.026 175.7 / 0.161)", + "components": [] + }, + { + "name": "--intergalactic-header-border-secondary", + "value": "oklch(0.137 0.026 175.7 / 0.161)", + "components": [] + }, + { + "name": "--intergalactic-icon-non-interactive", + "value": "oklch(0.094 0.024 153.9 / 0.503)", + "description": "Color for the default non-interactive icon.", + "components": [] + }, + { + "name": "--intergalactic-icon-primary-critical", + "value": "oklch(0.552 0.226 28.7 / 0.848)", + "description": "Semantic error icon.", "components": [ - "button" + "notice" ] }, { - "name": "--intergalactic-control-tertiary-invert-hover", - "value": "oklch(0.976 0.043 140 / 0.145)", - "description": "Hover state of the inverted version of the tertiary control.", + "name": "--intergalactic-icon-primary-critical-hover-active", + "value": "oklch(0.511 0.209 28.7 / 0.91)", + "description": "Red background color for the hover and active states of the primary critical icon. It’s created using a CSS filter with a brightness(0.8), applied to the red-500 color.", "components": [ - "button" + "notice" ] }, { - "name": "--intergalactic-control-tertiary-invert-active", - "value": "oklch(0.983 0.03 140 / 0.183)", - "description": "Active (selected) state of the inverted version of the tertiary control.", + "name": "--intergalactic-icon-primary-info", + "value": "oklch(0.372 0.253 264.1 / 0.598)", + "description": "Primary link-lookalike icon.", + "components": [] + }, + { + "name": "--intergalactic-icon-primary-info-hover-active", + "value": "oklch(0.322 0.222 264.1 / 0.641)", + "description": "Blue background color for the hover and active states of the primary link-lookalike icon. It’s created using a CSS filter with a brightness(0.8), applied to the blue-500 color.", + "components": [] + }, + { + "name": "--intergalactic-icon-primary-invert", + "value": "oklch(0.998 0.003 173.3 / 0.808)", + "description": "Inverted version of the primary icon.", "components": [ - "button" + "carousel" ] }, + { + "name": "--intergalactic-icon-primary-invert-hover-active", + "value": "oklch(0.998 0.003 169.6 / 0.746)", + "description": "Hover and active (selected) states of the inverted version of the primary icon.", + "components": [] + }, { "name": "--intergalactic-icon-primary-neutral", "value": "oklch(0.092 0.024 152.2 / 0.526)", @@ -1052,18 +1697,6 @@ "notice" ] }, - { - "name": "--intergalactic-icon-primary-info", - "value": "oklch(0.372 0.253 264.1 / 0.598)", - "description": "Primary link-lookalike icon.", - "components": [] - }, - { - "name": "--intergalactic-icon-primary-info-hover-active", - "value": "oklch(0.322 0.222 264.1 / 0.641)", - "description": "Blue background color for the hover and active states of the primary link-lookalike icon. It’s created using a CSS filter with a brightness(0.8), applied to the blue-500 color.", - "components": [] - }, { "name": "--intergalactic-icon-primary-success", "value": "oklch(0.595 0.124 165.4)", @@ -1080,22 +1713,6 @@ "notice" ] }, - { - "name": "--intergalactic-icon-primary-critical", - "value": "oklch(0.552 0.226 28.7 / 0.848)", - "description": "Semantic error icon.", - "components": [ - "notice" - ] - }, - { - "name": "--intergalactic-icon-primary-critical-hover-active", - "value": "oklch(0.511 0.209 28.7 / 0.91)", - "description": "Red background color for the hover and active states of the primary critical icon. It’s created using a CSS filter with a brightness(0.8), applied to the red-500 color.", - "components": [ - "notice" - ] - }, { "name": "--intergalactic-icon-primary-warning", "value": "oklch(0.728 0.188 51.8)", @@ -1114,17 +1731,27 @@ ] }, { - "name": "--intergalactic-icon-primary-invert", - "value": "oklch(0.998 0.003 173.3 / 0.808)", - "description": "Inverted version of the primary icon.", - "components": [ - "carousel" - ] + "name": "--intergalactic-icon-secondary-critical", + "value": "oklch(0.628 0.257 28.9 / 0.652)", + "description": "Softer error icon for dense UI or inline hints where the surface should stay calm.", + "components": [] }, { - "name": "--intergalactic-icon-primary-invert-hover-active", - "value": "oklch(0.998 0.003 169.6 / 0.746)", - "description": "Hover and active (selected) states of the inverted version of the primary icon.", + "name": "--intergalactic-icon-secondary-critical-hover-active", + "value": "oklch(0.628 0.257 28.5 / 0.763)", + "description": "Red background color for the hover and active states of the secondary critical icon. It’s created using a CSS filter with a brightness(0.8), applied to the red-300 color.", + "components": [] + }, + { + "name": "--intergalactic-icon-secondary-info", + "value": "oklch(0.424 0.269 264.2 / 0.469)", + "description": "Secondary link-lookalike icon.", + "components": [] + }, + { + "name": "--intergalactic-icon-secondary-info-hover-active", + "value": "oklch(0.66 0.145 276.2)", + "description": "Blue background color for the hover and active states of the secondary link-lookalike icon. It’s created using a CSS filter with a brightness(0.8), applied to the blue-300 color.", "components": [] }, { @@ -1152,18 +1779,6 @@ "input-number" ] }, - { - "name": "--intergalactic-icon-secondary-info", - "value": "oklch(0.424 0.269 264.2 / 0.469)", - "description": "Secondary link-lookalike icon.", - "components": [] - }, - { - "name": "--intergalactic-icon-secondary-info-hover-active", - "value": "oklch(0.66 0.145 276.2)", - "description": "Blue background color for the hover and active states of the secondary link-lookalike icon. It’s created using a CSS filter with a brightness(0.8), applied to the blue-300 color.", - "components": [] - }, { "name": "--intergalactic-icon-secondary-success", "value": "oklch(0.711 0.146 166.9)", @@ -1180,18 +1795,6 @@ "inline-input" ] }, - { - "name": "--intergalactic-icon-secondary-critical", - "value": "oklch(0.628 0.257 28.9 / 0.652)", - "description": "Softer error icon for dense UI or inline hints where the surface should stay calm.", - "components": [] - }, - { - "name": "--intergalactic-icon-secondary-critical-hover-active", - "value": "oklch(0.628 0.257 28.5 / 0.763)", - "description": "Red background color for the hover and active states of the secondary critical icon. It’s created using a CSS filter with a brightness(0.8), applied to the red-300 color.", - "components": [] - }, { "name": "--intergalactic-icon-secondary-warning", "value": "oklch(0.701 0.191 48.1)", @@ -1205,730 +1808,637 @@ "components": [] }, { - "name": "--intergalactic-icon-non-interactive", - "value": "oklch(0.094 0.024 153.9 / 0.503)", - "description": "Color for the default non-interactive icon.", + "name": "--intergalactic-illustration-blue", + "value": "oklch(0.84 0.081 271.5)", + "description": "⚠️ Use only for illustrations.", "components": [] }, { - "name": "--intergalactic-illustration-red", - "value": "oklch(0.737 0.192 22.1)", - "description": "⚠️ Use only for illustrations.", + "name": "--intergalactic-illustration-border", + "value": "oklch(0.53 0.004 149.6)", + "description": "Border color for illustrations.", "components": [] }, { - "name": "--intergalactic-illustration-orange", - "value": "oklch(0.823 0.154 61.9)", - "description": "⚠️ Use only for illustrations.", + "name": "--intergalactic-illustration-gray", + "value": "oklch(0.9 0.002 177)", + "description": "Gray fill color for illustrations.", "components": [] }, { - "name": "--intergalactic-illustration-yellow", - "value": "oklch(0.924 0.109 96.8)", + "name": "--intergalactic-illustration-green", + "value": "oklch(0.812 0.152 170)", "description": "⚠️ Use only for illustrations.", "components": [] }, { - "name": "--intergalactic-illustration-salad", - "value": "oklch(0.922 0.098 132.7)", + "name": "--intergalactic-illustration-orange", + "value": "oklch(0.823 0.154 61.9)", "description": "⚠️ Use only for illustrations.", "components": [] }, { - "name": "--intergalactic-illustration-green", - "value": "oklch(0.812 0.152 170)", + "name": "--intergalactic-illustration-pink", + "value": "oklch(0.76 0.214 330)", "description": "⚠️ Use only for illustrations.", "components": [] }, { - "name": "--intergalactic-illustration-blue", - "value": "oklch(0.84 0.081 271.5)", + "name": "--intergalactic-illustration-red", + "value": "oklch(0.737 0.192 22.1)", "description": "⚠️ Use only for illustrations.", "components": [] }, { - "name": "--intergalactic-illustration-violet", - "value": "oklch(0.709 0.186 301.9)", + "name": "--intergalactic-illustration-salad", + "value": "oklch(0.922 0.098 132.7)", "description": "⚠️ Use only for illustrations.", "components": [] }, { - "name": "--intergalactic-illustration-pink", - "value": "oklch(0.76 0.214 330)", + "name": "--intergalactic-illustration-violet", + "value": "oklch(0.709 0.186 301.9)", "description": "⚠️ Use only for illustrations.", "components": [] }, { - "name": "--intergalactic-date-picker-cell", - "value": "oklch(1 0 0)", - "description": "Default date-picker cell background.", - "components": [ - "date-picker" - ] - }, - { - "name": "--intergalactic-date-picker-cell-current", - "value": "oklch(0.104 0.023 162.3 / 0.385)", - "description": "Color for marking the cell with the current date, month or year in the date-picker.", - "components": [ - "date-picker" - ] - }, - { - "name": "--intergalactic-date-picker-cell-current-invert", - "value": "oklch(0.995 0.008 147.4 / 0.391)", - "description": "Color for marking the active cell with the current date, month or year in the date-picker.", + "name": "--intergalactic-illustration-yellow", + "value": "oklch(0.924 0.109 96.8)", + "description": "⚠️ Use only for illustrations.", "components": [] }, { - "name": "--intergalactic-date-picker-cell-hover", - "value": "oklch(0.98 0.001 180)", - "description": "Hover state of the default date-picker cell background.", - "components": [ - "date-picker" - ] - }, - { - "name": "--intergalactic-date-picker-cell-range", - "value": "oklch(0.959 0.021 267.8)", - "description": "Background for the cell which is included in the date range in the date-picker.", - "components": [ - "date-picker" - ] - }, - { - "name": "--intergalactic-date-picker-cell-range-hover", - "value": "oklch(0.898 0.054 268.3)", - "description": "Hover state of the background for the cell which is included in the date range in the date-picker.", - "components": [ - "date-picker" - ] - }, - { - "name": "--intergalactic-date-picker-cell-active", - "value": "oklch(0.64 0.152 276.7)", - "description": "Active (selected) date-picker cell background.", - "components": [ - "date-picker" - ] - }, - { - "name": "--intergalactic-date-picker-cell-active-hover", - "value": "oklch(0.6 0.166 277.7)", - "description": "Hover for the active (selected) date-picker cell background.", - "components": [ - "date-picker" - ] - }, - { - "name": "--intergalactic-date-picker-cell-comparison-active", - "value": "oklch(0.64 0.223 299.3)", - "description": "Active (selected) date-picker cell background for comparison periods.", - "components": [ - "date-picker" - ] - }, - { - "name": "--intergalactic-date-picker-cell-comparison-active-hover", - "value": "oklch(0.6 0.244 297.8)", - "description": "Hover for the active (selected) date-picker cell background for comparison periods.", - "components": [ - "date-picker" - ] - }, - { - "name": "--intergalactic-dropdown-menu-item", - "value": "oklch(1 0 0)", - "description": "Default background color for the list item in the dropdown-menu.", - "components": [ - "dropdown" - ] - }, - { - "name": "--intergalactic-dropdown-menu-item-hover", - "value": "oklch(0.177 0.033 175.6 / 0.028)", - "description": "Hover state of the default background color for the list item in the dropdown-menu.", - "components": [ - "dropdown" - ] - }, - { - "name": "--intergalactic-dropdown-menu-item-selected", - "value": "oklch(0.525 0.265 263 / 0.077)", - "description": "Active (selected) state of the default background color for the list item in the dropdown-menu.", - "components": [ - "dropdown", - "select" - ] - }, - { - "name": "--intergalactic-dropdown-menu-item-selected-hover", - "value": "oklch(0.52 0.268 263.2 / 0.191)", - "description": "Hover state for the selected state of the default background color for the list item in the dropdown-menu.", - "components": [ - "dropdown", - "select" - ] - }, - { - "name": "--intergalactic-feature-popover-bg", - "value": "oklch(0.88 0.078 303)", - "description": "Color of the outer border of the FeaturePopover.Spot.", - "components": [ - "feature-popover" - ] - }, - { - "name": "--intergalactic-feature-popover-bg-neutral", - "value": "oklch(0.23 0.01 140)", - "description": "Color of the outer border of the FeaturePopover.Spot.", - "components": [ - "feature-popover" - ] - }, - { - "name": "--intergalactic-feature-popover-dot-outer-border", - "value": "oklch(0.88 0.078 303)", - "description": "Color of the outer border of the FeaturePopover.Spot.", + "name": "--intergalactic-keyboard-focus-invalid-outline", + "value": "oklch(0.628 0.257 28.9 / 0.652)", + "description": "Color for keyboard focus outline styles for elements with invalid state.", "components": [ - "feature-popover" + "base-trigger", + "bulk-textarea", + "checkbox", + "inline-input", + "input", + "radio", + "textarea" ] }, { - "name": "--intergalactic-feature-popover-dot-neutral", - "value": "oklch(0.88 0.078 303)", - "description": "Color of the outer border of the FeaturePopover.Spot.", + "name": "--intergalactic-keyboard-focus-invert-outline", + "value": "oklch(1 0 0 / 0.7)", + "description": "Color for keyboard focus outline styles to use on the dark and color background.", "components": [ - "feature-popover" + "base-components", + "carousel", + "wizard" ] }, { - "name": "--intergalactic-feature-popover-dot-neutral-outer-border", - "value": "oklch(0.88 0.078 303)", - "description": "Color of the outer border of the FeaturePopover.Spot.", + "name": "--intergalactic-keyboard-focus-outline", + "value": "oklch(0.424 0.269 264.2 / 0.469)", + "description": "Color for default keyboard focus outline styles.", "components": [ - "feature-popover" + "base-components" ] }, { - "name": "--intergalactic-progress-bar-bg", - "value": "oklch(0.96 0.001 180)", - "description": "Background color of the ProgressBar.", + "name": "--intergalactic-keyboard-focus-valid-outline", + "value": "oklch(0.711 0.146 166.9)", + "description": "Color for keyboard focus outline styles for elements with valid state.", "components": [ - "progress-bar" + "bulk-textarea", + "inline-input", + "input", + "textarea" ] }, { - "name": "--intergalactic-progress-bar-bg-hover", - "value": "oklch(0.88 0.002 175.6)", - "description": "Hover state of the background color of the ProgressBar.", + "name": "--intergalactic-neighbor-location-invert", + "value": "oklch(0 0 0 / 0.5)", + "description": "Inverted border of the components that are combined with neighbor-location property.", "components": [] }, { - "name": "--intergalactic-progress-bar-bg-invert", - "value": "oklch(0.45 0.004 143.7)", - "description": "Inverted version of the background color of the ProgressBar.", - "components": [ - "progress-bar" - ] + "name": "--intergalactic-neighbor-location-neutral", + "value": "oklch(1 0 0 / 0.5)", + "description": "Neutral border of the components that are combined with neighbor-location property.", + "components": [] }, { - "name": "--intergalactic-progress-bar-bg-invert-hover", - "value": "oklch(0.56 0.003 151.9)", - "description": "Hover state for the inverted version of the background color of the ProgressBar.", + "name": "--intergalactic-notice-bubble-bg-critical", + "value": "oklch(0.64 0.226 24.5)", + "description": "Critical background of the NoticeBubble.", "components": [] }, { - "name": "--intergalactic-progress-bar-value-gradient", - "value": "linear-gradient(-45deg, oklch(from oklch(0.74 0.17 303) calc(l - 0.05) c h) 25%, oklch(0.74 0.17 303) 0%, oklch(0.74 0.17 303) 50%, oklch(from oklch(0.74 0.17 303) calc(l - 0.05) c h) 0%, oklch(from oklch(0.74 0.17 303) calc(l - 0.05) c h) 75%, oklch(0.74 0.17 303) 0%)", - "description": "Value with gradient for the ProgressBar.", - "components": [ - "progress-bar" - ] + "name": "--intergalactic-notice-bubble-bg-info", + "value": "oklch(0.23 0.01 140)", + "description": "Background of the NoticeBubble.", + "components": [] }, { - "name": "--intergalactic-progress-bar-value-bg", - "value": "oklch(1 0 0)", - "description": "Base value background for the ProgressBar. It is used to create gradients for the values.", - "components": [ - "progress-bar" - ] + "name": "--intergalactic-overlay-limitation-primary", + "value": "oklch(from oklch(0.97 0.001 180) l c h / 0.7)", + "description": "Use as a primary cover of the content under the messages about limitations.", + "components": [] }, { - "name": "--intergalactic-progress-bar-pattern-gradient", - "value": "linear-gradient(-45deg, oklch(0 0 0 / 0.1) 25%, oklch(0.96 0.001 180) 0%, oklch(0.96 0.001 180) 50%, oklch(0 0 0 / 0.1) 0%, oklch(0 0 0 / 0.1) 75%, oklch(0.96 0.001 180) 0%)", - "description": "Null value gradient for the ProgressBar.", + "name": "--intergalactic-overlay-limitation-secondary", + "value": "oklch(1 0 0 / 0.85)", + "description": "Use as a secondary cover of the content under the messages about limitations.", "components": [ - "progress-bar" + "data-table", + "spin-container" ] }, { - "name": "--intergalactic-skeleton-bg", - "value": "oklch(0.94 0.002 180)", - "description": "Default color for the Skeleton.", + "name": "--intergalactic-overlay-primary", + "value": "oklch(0.109 0.023 165.5 / 0.337)", + "description": "Use for cover the content under the modal dialogs.", "components": [ - "skeleton" + "modal", + "side-panel" ] }, { - "name": "--intergalactic-skeleton-bg-invert", - "value": "oklch(0.5 0.004 147.4)", - "description": "Inverted version of the default color for the Skeleton.", + "name": "--intergalactic-overlay-secondary", + "value": "oklch(0.118 0.023 170.1 / 0.262)", + "description": "Use for the secondary modal dialogs that were opened upon the other modal dialogs.", "components": [ - "skeleton" + "modal", + "spin-container" ] }, { - "name": "--intergalactic-table-th-primary-cell", - "value": "oklch(0.98 0.001 180)", - "description": "Background of the header cell in the primary Table.", - "components": [ - "data-table" - ] + "name": "--intergalactic-page-bg", + "value": "oklch(0.97 0.001 180)", + "description": "Background fill for the whole product page.", + "components": [] }, { - "name": "--intergalactic-table-th-primary-cell-hover", - "value": "oklch(0.94 0.002 180)", - "description": "Background of the hovered header cell in the primary Table.", - "components": [ - "data-table" - ] + "name": "--intergalactic-control-pills-bg-hover", + "value": "oklch(0.151 0.028 176.1 / 0.123)", + "description": "Hover state of the Pills background.", + "components": [] }, { - "name": "--intergalactic-table-th-primary-cell-active", - "value": "oklch(0.94 0.002 180)", - "description": "Background of the active header cell in the primary Table.", + "name": "--intergalactic-control-pills-bg-normal", + "value": "oklch(0.166 0.031 175.8 / 0.097)", + "description": "Background of the Pills in its normal state.", "components": [] }, { - "name": "--intergalactic-table-th-secondary-cell", + "name": "--intergalactic-control-pills-bg-selected", "value": "oklch(1 0 0)", - "description": "Background of the header cell in the secondary Table.", - "components": [ - "data-table" - ] + "description": "Background of the selected Pill.", + "components": [] }, { - "name": "--intergalactic-table-th-gradient", - "value": "linear-gradient(to right, transparent 0%, oklch(0.9 0.002 177) 100%)", - "description": "Background gradient for sorting icon that absolute positioned in the table head.", + "name": "--intergalactic-control-pills-border", + "value": "oklch(0.137 0.026 175.7 / 0.161)", + "description": "Border color of the Pills in its normal state.", "components": [] }, { - "name": "--intergalactic-table-td-cell", + "name": "--intergalactic-control-presets-bg", "value": "oklch(1 0 0)", - "description": "Background of the default cell in the Table.", + "description": "Background of the Presets items.", "components": [] }, { - "name": "--intergalactic-table-td-cell-hover", - "value": "oklch(0.98 0.001 180)", - "description": "Background of the default hovered cell in the Table.", + "name": "--intergalactic-control-presets-border-selected", + "value": "oklch(0.23 0.01 140)", + "description": "Border color of the selected Preset item.", + "components": [] + }, + { + "name": "--intergalactic-control-presets-border-hover", + "value": "oklch(0.137 0.026 175.7 / 0.161)", + "description": "Border color of the hovered Preset item.", + "components": [] + }, + { + "name": "--intergalactic-progress-bar-bg", + "value": "oklch(0.96 0.001 180)", + "description": "Background color of the ProgressBar.", "components": [ - "data-table" + "progress-bar" ] }, { - "name": "--intergalactic-table-td-cell-active", - "value": "oklch(0.97 0.001 180)", - "description": "Background of the default active cell in the Table.", + "name": "--intergalactic-progress-bar-bg-hover", + "value": "oklch(0.88 0.002 175.6)", + "description": "Hover state of the background color of the ProgressBar.", + "components": [] + }, + { + "name": "--intergalactic-progress-bar-bg-invert", + "value": "oklch(0.45 0.004 143.7)", + "description": "Inverted version of the background color of the ProgressBar.", "components": [ - "data-table" + "progress-bar" ] }, { - "name": "--intergalactic-table-td-cell-unread", - "value": "oklch(0.98 0.001 180)", - "description": "Background of the unread cell in the Table.", + "name": "--intergalactic-progress-bar-bg-invert-hover", + "value": "oklch(0.56 0.003 151.9)", + "description": "Hover state for the inverted version of the background color of the ProgressBar.", + "components": [] + }, + { + "name": "--intergalactic-progress-bar-pattern-gradient", + "value": "linear-gradient(-45deg, oklch(0 0 0 / 0.1) 25%, oklch(0.96 0.001 180) 0%, oklch(0.96 0.001 180) 50%, oklch(0 0 0 / 0.1) 0%, oklch(0 0 0 / 0.1) 75%, oklch(0.96 0.001 180) 0%)", + "description": "Null value gradient for the ProgressBar.", "components": [ - "data-table" + "progress-bar" ] }, { - "name": "--intergalactic-table-td-cell-accordion", + "name": "--intergalactic-progress-bar-value-bg", "value": "oklch(1 0 0)", - "description": "Background of the cell used for Accordion or actions row, in the Table.", + "description": "Base value background for the ProgressBar. It is used to create gradients for the values.", "components": [ - "data-table" + "progress-bar" ] }, { - "name": "--intergalactic-table-td-cell-selected", - "value": "oklch(0.98 0.01 267.6)", - "description": "Background of the selected cell in the Table.", + "name": "--intergalactic-progress-bar-value-gradient", + "value": "linear-gradient(-45deg, oklch(from oklch(0.74 0.17 303) calc(l - 0.05) c h) 25%, oklch(0.74 0.17 303) 0%, oklch(0.74 0.17 303) 50%, oklch(from oklch(0.74 0.17 303) calc(l - 0.05) c h) 0%, oklch(from oklch(0.74 0.17 303) calc(l - 0.05) c h) 75%, oklch(0.74 0.17 303) 0%)", + "description": "Value with gradient for the ProgressBar.", "components": [ - "data-table" + "progress-bar" ] }, { - "name": "--intergalactic-table-td-cell-selected-hover", - "value": "oklch(0.959 0.021 267.8)", - "description": "Background of the hovered selected cell in the Table.", + "name": "--intergalactic-scroll-area-dropdown-menu-bottom", + "value": "linear-gradient(to top, #fff 34.38%, transparent 100%)", + "description": "Bottom-to-top fade shadow for the ScrollArea inside the DropdownMenu.", "components": [ - "data-table" + "base-components" ] }, { - "name": "--intergalactic-table-td-cell-selected-active", - "value": "oklch(0.939 0.032 268)", - "description": "Background of the active selected cell in the Table.", + "name": "--intergalactic-scroll-area-dropdown-menu-left", + "value": "linear-gradient(to right, #fff 34.38%, transparent 100%)", + "description": "Left-to-right fade shadow for the ScrollArea inside the DropdownMenu.", "components": [ - "data-table" + "base-components" ] }, { - "name": "--intergalactic-table-td-cell-new", - "value": "oklch(0.977 0.036 184)", - "description": "Background of the cell with new information in the Table.", + "name": "--intergalactic-scroll-area-dropdown-menu-right", + "value": "linear-gradient(to left, #fff 34.38%, transparent 100%)", + "description": "Right-to-left fade shadow for the ScrollArea inside the DropdownMenu.", "components": [ - "data-table" + "base-components" ] }, { - "name": "--intergalactic-table-td-cell-new-hover", - "value": "oklch(0.96 0.057 179.7)", - "description": "Background of the hovered cell with new information in the Table.", + "name": "--intergalactic-scroll-area-dropdown-menu-top", + "value": "linear-gradient(to bottom, #fff 34.38%, transparent 100%)", + "description": "Top-to-bottom fade shadow for the ScrollArea inside the DropdownMenu.", "components": [ - "data-table" + "base-components" ] }, { - "name": "--intergalactic-table-td-cell-new-active", - "value": "oklch(0.94 0.074 178.1)", - "description": "Background of the active cell with new information in the Table.", + "name": "--intergalactic-scroll-area-shadow-bottom", + "value": "linear-gradient(to top, oklch(from oklch(0.23 0.01 140) l c h / 0.08) 20.55%, transparent 100%)", + "description": "Bottom-to-top fade shadow for the ScrollArea.", "components": [ - "data-table" + "base-components" ] }, { - "name": "--intergalactic-table-td-cell-critical", - "value": "oklch(0.977 0.016 1.8)", - "description": "Background of the cell with critical information in the Table.", + "name": "--intergalactic-scroll-area-shadow-left", + "value": "linear-gradient(to right, oklch(from oklch(0.23 0.01 140) l c h / 0.08) 20.55%, transparent 100%)", + "description": "Left-to-right fade shadow for the ScrollArea.", "components": [ + "base-components", "data-table" ] }, { - "name": "--intergalactic-table-td-cell-critical-hover", - "value": "oklch(0.958 0.029 5.7)", - "description": "Background of the hovered cell with critical information in the Table.", + "name": "--intergalactic-scroll-area-shadow-right", + "value": "linear-gradient(to left, oklch(from oklch(0.23 0.01 140) l c h / 0.08) 20.55%, transparent 100%)", + "description": "Right-to-left fade shadow for the ScrollArea.", "components": [ + "base-components", "data-table" ] }, { - "name": "--intergalactic-table-td-cell-critical-active", - "value": "oklch(0.938 0.042 8.4)", - "description": "Background of the active cell with critical information in the Table.", + "name": "--intergalactic-scroll-area-shadow-top", + "value": "linear-gradient(to bottom, oklch(from oklch(0.23 0.01 140) l c h / 0.08) 20.55%, transparent 100%)", + "description": "Top-to-bottom fade shadow for the ScrollArea.", "components": [ - "data-table" + "base-components" ] }, { - "name": "--intergalactic-table-td-cell-warning", - "value": "oklch(0.979 0.03 88.1)", - "description": "Background of the cell with warning information in the Table.", + "name": "--intergalactic-scroll-bar-background", + "value": "oklch(0.137 0.026 175.7 / 0.161)", + "description": "Background color for ScrollBar.", "components": [ - "data-table" + "base-components" ] }, { - "name": "--intergalactic-table-td-cell-warning-hover", - "value": "oklch(0.96 0.05 83.1)", - "description": "Background of the hovered cell with warning information in the Table.", - "components": [ - "data-table" - ] + "name": "--intergalactic-sidebar-nav-bg", + "value": "oklch(0.97 0.001 180)", + "description": "Background fill for the product page sidebar.", + "components": [] + }, + { + "name": "--intergalactic-sidebar-nav-border", + "value": "oklch(0.137 0.026 175.7 / 0.161)", + "description": "Color for the border of the page sidebar.", + "components": [] }, { - "name": "--intergalactic-table-td-cell-warning-active", - "value": "oklch(0.939 0.069 79.8)", - "description": "Background of the active cell with warning information in the Table.", - "components": [ - "data-table" - ] + "name": "--intergalactic-sidebar-nav-control-active", + "value": "oklch(0.176 0.033 175.7 / 0.084)", + "description": "Sidebar navigation row active background.", + "components": [] }, { - "name": "--intergalactic-brand-primary", - "value": "oklch(0.74 0.17 303)", - "description": "Primary brand accent for logos and branded surfaces.", + "name": "--intergalactic-sidebar-nav-control-hover", + "value": "oklch(0.176 0.033 175.6 / 0.056)", + "description": "Sidebar navigation row hover background.", "components": [] }, { - "name": "--intergalactic-brand-secondary", - "value": "oklch(0.22 0.01 140)", - "description": "Secondary brand accent for paired brand treatments (secondary marks, duo-tone lockups).", + "name": "--intergalactic-sidebar-nav-control-icon-active", + "value": "oklch(0.53 0.004 149.6)", + "description": "Sidebar navigation icon color for the active item.", "components": [] }, { - "name": "--intergalactic-brand-gradient", - "value": "linear-gradient(180deg, #DCEEEB 0%, #EEE9FF 100%)", - "description": "Brand light gradient for branded surfaces.", + "name": "--intergalactic-sidebar-nav-control-icon-normal", + "value": "oklch(0.58 0.003 153.3)", + "description": "Sidebar navigation icon color.", "components": [] }, { - "name": "--intergalactic-brand-pinterest", - "value": "#bd081c", - "description": "Official Pinterest brand fill for logos and icons in approved placements; follow the platform brand rules for size and clear space.", + "name": "--intergalactic-sidebar-nav-control-text-active", + "value": "oklch(0.23 0.01 140)", + "description": "Sidebar navigation label color for the active item.", "components": [] }, { - "name": "--intergalactic-brand-instagram", - "value": "#e4405f", - "description": "Official Instagram brand fill for logos and icons in approved placements; follow the platform brand rules for size and clear space.", + "name": "--intergalactic-sidebar-nav-control-text-normal", + "value": "oklch(0.53 0.004 149.6)", + "description": "Sidebar navigation label color.", "components": [] }, { - "name": "--intergalactic-brand-youtube", - "value": "#ff0000", - "description": "Official YouTube brand fill for logos and icons in approved placements; follow the platform brand rules for size and clear space.", + "name": "--intergalactic-skeleton-bg", + "value": "oklch(0.94 0.002 180)", + "description": "Default color for the Skeleton.", + "components": [ + "skeleton" + ] + }, + { + "name": "--intergalactic-skeleton-bg-invert", + "value": "oklch(0.5 0.004 147.4)", + "description": "Inverted version of the default color for the Skeleton.", + "components": [ + "skeleton" + ] + }, + { + "name": "--intergalactic-spin-bg", + "value": "oklch(0.137 0.026 175.7 / 0.161)", + "description": "Track color of the Spin loader.", "components": [] }, { - "name": "--intergalactic-brand-facebook", - "value": "#1877f2", - "description": "Official Facebook brand fill for logos and icons in approved placements; follow the platform brand rules for size and clear space.", + "name": "--intergalactic-spin-bg-invert", + "value": "oklch(0.995 0.008 147.4 / 0.391)", + "description": "Inverted track color of the Spin loader.", "components": [] }, { - "name": "--intergalactic-brand-linkedIn", - "value": "#0a66c2", - "description": "Official LinkedIn brand fill for logos and icons in approved placements; follow the platform brand rules for size and clear space.", + "name": "--intergalactic-control-tab-line-border", + "value": "oklch(0.137 0.026 175.7 / 0.161)", + "description": "Border color of the TabLine in its normal state.", "components": [] }, { - "name": "--intergalactic-brand-twitter", - "value": "#1d9bf0", - "description": "Official Twitter brand fill for logos and icons in approved placements; follow the platform brand rules for size and clear space.", + "name": "--intergalactic-control-tab-line-border-active", + "value": "oklch(0.7 0.131 275.2)", + "description": "Border color of the TabLine in its active state.", "components": [] }, { - "name": "--intergalactic-brand-google-blue", - "value": "#1a0dab", - "description": "Google brand color for the link.", + "name": "--intergalactic-control-tab-line-border-hover", + "value": "oklch(0.137 0.026 175.7 / 0.161)", + "description": "Border color of the TabLine in its hover state.", "components": [] }, { - "name": "--intergalactic-brand-google-green", - "value": "#016723", - "description": "Google green brand color for the link.", + "name": "--intergalactic-table-border-accent", + "value": "oklch(0.137 0.026 175.7 / 0.161)", + "description": "Accent borders in the Table: for the accordion in the table and for the header of the secondary table.", "components": [] }, { - "name": "--intergalactic-brand-google-my-business", - "value": "#1a73e8", - "description": "Official Google My Business brand fill for logos and icons in approved placements; follow Google brand guidelines for size and clear space.", + "name": "--intergalactic-table-td-cell", + "value": "oklch(1 0 0)", + "description": "Background of the default cell in the Table.", "components": [] }, { - "name": "--intergalactic-keyboard-focus-outline", - "value": "oklch(0.424 0.269 264.2 / 0.469)", - "description": "Color for default keyboard focus outline styles.", + "name": "--intergalactic-table-td-cell-accordion", + "value": "oklch(1 0 0)", + "description": "Background of the cell used for Accordion or actions row, in the Table.", "components": [ - "base-components" + "data-table" ] }, { - "name": "--intergalactic-keyboard-focus-invalid-outline", - "value": "oklch(0.628 0.257 28.9 / 0.652)", - "description": "Color for keyboard focus outline styles for elements with invalid state.", + "name": "--intergalactic-table-td-cell-active", + "value": "oklch(0.97 0.001 180)", + "description": "Background of the default active cell in the Table.", "components": [ - "base-trigger", - "bulk-textarea", - "checkbox", - "inline-input", - "input", - "radio", - "textarea" + "data-table" ] }, { - "name": "--intergalactic-keyboard-focus-valid-outline", - "value": "oklch(0.711 0.146 166.9)", - "description": "Color for keyboard focus outline styles for elements with valid state.", + "name": "--intergalactic-table-td-cell-critical", + "value": "oklch(0.977 0.016 1.8)", + "description": "Background of the cell with critical information in the Table.", "components": [ - "bulk-textarea", - "inline-input", - "input", - "textarea" + "data-table" ] }, { - "name": "--intergalactic-keyboard-focus-invert-outline", - "value": "oklch(1 0 0 / 0.7)", - "description": "Color for keyboard focus outline styles to use on the dark and color background.", + "name": "--intergalactic-table-td-cell-critical-active", + "value": "oklch(0.938 0.042 8.4)", + "description": "Background of the active cell with critical information in the Table.", "components": [ - "base-components", - "carousel", - "wizard" + "data-table" ] }, { - "name": "--intergalactic-overlay-primary", - "value": "oklch(0.109 0.023 165.5 / 0.337)", - "description": "Use for cover the content under the modal dialogs.", + "name": "--intergalactic-table-td-cell-critical-hover", + "value": "oklch(0.958 0.029 5.7)", + "description": "Background of the hovered cell with critical information in the Table.", "components": [ - "modal", - "side-panel" + "data-table" ] }, { - "name": "--intergalactic-overlay-secondary", - "value": "oklch(0.118 0.023 170.1 / 0.262)", - "description": "Use for the secondary modal dialogs that were opened upon the other modal dialogs.", + "name": "--intergalactic-table-td-cell-hover", + "value": "oklch(0.98 0.001 180)", + "description": "Background of the default hovered cell in the Table.", "components": [ - "modal", - "spin-container" + "data-table" ] }, { - "name": "--intergalactic-overlay-limitation-primary", - "value": "oklch(from oklch(0.97 0.001 180) l c h / 0.7)", - "description": "Use as a primary cover of the content under the messages about limitations.", - "components": [] - }, - { - "name": "--intergalactic-overlay-limitation-secondary", - "value": "oklch(1 0 0 / 0.85)", - "description": "Use as a secondary cover of the content under the messages about limitations.", + "name": "--intergalactic-table-td-cell-new", + "value": "oklch(0.977 0.036 184)", + "description": "Background of the cell with new information in the Table.", "components": [ - "data-table", - "spin-container" + "data-table" ] }, { - "name": "--intergalactic-tooltip-default", - "value": "oklch(1 0 0)", - "description": "Default Tooltip background.", + "name": "--intergalactic-table-td-cell-new-active", + "value": "oklch(0.94 0.074 178.1)", + "description": "Background of the active cell with new information in the Table.", "components": [ - "tooltip" + "data-table" ] }, { - "name": "--intergalactic-tooltip-warning", - "value": "oklch(0.958 0.029 5.7)", - "description": "Warning Tooltip background.", + "name": "--intergalactic-table-td-cell-new-hover", + "value": "oklch(0.96 0.057 179.7)", + "description": "Background of the hovered cell with new information in the Table.", "components": [ - "tooltip" + "data-table" ] }, { - "name": "--intergalactic-tooltip-invert", - "value": "oklch(0.23 0.01 140)", - "description": "Inverted version of the default Tooltip background.", + "name": "--intergalactic-table-td-cell-selected", + "value": "oklch(0.98 0.01 267.6)", + "description": "Background of the selected cell in the Table.", "components": [ - "base-components", - "tooltip" + "data-table" ] }, { - "name": "--intergalactic-neighbor-location-neutral", - "value": "oklch(1 0 0 / 0.5)", - "description": "Neutral border of the components that are combined with neighbor-location property.", - "components": [] - }, - { - "name": "--intergalactic-neighbor-location-invert", - "value": "oklch(0 0 0 / 0.5)", - "description": "Inverted border of the components that are combined with neighbor-location property.", - "components": [] + "name": "--intergalactic-table-td-cell-selected-active", + "value": "oklch(0.939 0.032 268)", + "description": "Background of the active selected cell in the Table.", + "components": [ + "data-table" + ] }, { - "name": "--intergalactic-scroll-area-shadow-left", - "value": "linear-gradient(to right, oklch(from oklch(0.23 0.01 140) l c h / 0.08) 20.55%, transparent 100%)", - "description": "Left-to-right fade shadow for the ScrollArea.", + "name": "--intergalactic-table-td-cell-selected-hover", + "value": "oklch(0.959 0.021 267.8)", + "description": "Background of the hovered selected cell in the Table.", "components": [ - "base-components", "data-table" ] }, { - "name": "--intergalactic-scroll-area-shadow-right", - "value": "linear-gradient(to left, oklch(from oklch(0.23 0.01 140) l c h / 0.08) 20.55%, transparent 100%)", - "description": "Right-to-left fade shadow for the ScrollArea.", + "name": "--intergalactic-table-td-cell-unread", + "value": "oklch(0.98 0.001 180)", + "description": "Background of the unread cell in the Table.", "components": [ - "base-components", "data-table" ] }, { - "name": "--intergalactic-scroll-area-shadow-top", - "value": "linear-gradient(to bottom, oklch(from oklch(0.23 0.01 140) l c h / 0.08) 20.55%, transparent 100%)", - "description": "Top-to-bottom fade shadow for the ScrollArea.", + "name": "--intergalactic-table-td-cell-warning", + "value": "oklch(0.979 0.03 88.1)", + "description": "Background of the cell with warning information in the Table.", "components": [ - "base-components" + "data-table" ] }, { - "name": "--intergalactic-scroll-area-shadow-bottom", - "value": "linear-gradient(to top, oklch(from oklch(0.23 0.01 140) l c h / 0.08) 20.55%, transparent 100%)", - "description": "Bottom-to-top fade shadow for the ScrollArea.", + "name": "--intergalactic-table-td-cell-warning-active", + "value": "oklch(0.939 0.069 79.8)", + "description": "Background of the active cell with warning information in the Table.", "components": [ - "base-components" + "data-table" ] }, { - "name": "--intergalactic-scroll-area-dropdown-menu-left", - "value": "linear-gradient(to right, #fff 34.38%, transparent 100%)", - "description": "Left-to-right fade shadow for the ScrollArea inside the DropdownMenu.", + "name": "--intergalactic-table-td-cell-warning-hover", + "value": "oklch(0.96 0.05 83.1)", + "description": "Background of the hovered cell with warning information in the Table.", "components": [ - "base-components" + "data-table" ] }, { - "name": "--intergalactic-scroll-area-dropdown-menu-right", - "value": "linear-gradient(to left, #fff 34.38%, transparent 100%)", - "description": "Right-to-left fade shadow for the ScrollArea inside the DropdownMenu.", + "name": "--intergalactic-table-th-gradient", + "value": "linear-gradient(to right, transparent 0%, oklch(0.9 0.002 177) 100%)", + "description": "Background gradient for sorting icon that absolute positioned in the table head.", + "components": [] + }, + { + "name": "--intergalactic-table-th-primary-cell", + "value": "oklch(0.98 0.001 180)", + "description": "Background of the header cell in the primary Table.", "components": [ - "base-components" + "data-table" ] }, { - "name": "--intergalactic-scroll-area-dropdown-menu-bottom", - "value": "linear-gradient(to top, #fff 34.38%, transparent 100%)", - "description": "Bottom-to-top fade shadow for the ScrollArea inside the DropdownMenu.", - "components": [ - "base-components" - ] + "name": "--intergalactic-table-th-primary-cell-active", + "value": "oklch(0.94 0.002 180)", + "description": "Background of the active header cell in the primary Table.", + "components": [] }, { - "name": "--intergalactic-scroll-area-dropdown-menu-top", - "value": "linear-gradient(to bottom, #fff 34.38%, transparent 100%)", - "description": "Top-to-bottom fade shadow for the ScrollArea inside the DropdownMenu.", + "name": "--intergalactic-table-th-primary-cell-hover", + "value": "oklch(0.94 0.002 180)", + "description": "Background of the hovered header cell in the primary Table.", "components": [ - "base-components" + "data-table" ] }, { - "name": "--intergalactic-scroll-bar-background", - "value": "oklch(0.137 0.026 175.7 / 0.161)", - "description": "Background color for ScrollBar.", + "name": "--intergalactic-table-th-secondary-cell", + "value": "oklch(1 0 0)", + "description": "Background of the header cell in the secondary Table.", "components": [ - "base-components" + "data-table" ] }, { - "name": "--intergalactic-tag-primary-gray-normal", - "value": "#ecedec", - "description": "Gray background color for the primary tag. It’s created using a CSS filter with a brightness of 150%, applied to the gray-500 color with 0.2 opacity on the white background underneath.", + "name": "--intergalactic-tag-additional-bg-hover-active", + "value": "oklch(0.98 0.001 180)", + "description": "Hover and active states of the additional Tag background.", "components": [] }, { - "name": "--intergalactic-tag-primary-gray-hover-active", - "value": "#e2e3e2", - "description": "Gray background color for the hover and active states of the primary tag. It’s created using a CSS filter with a brightness of 150%, applied to the gray-500 color with 0.3 opacity on the white background underneath.", + "name": "--intergalactic-tag-additional-bg-normal", + "value": "oklch(1 0 0)", + "description": "Background of the additional Tag in its normal state.", "components": [] }, { - "name": "--intergalactic-tag-primary-gray-text", - "value": "#6a6c6a", - "description": "Gray text for the primary gray tag.", + "name": "--intergalactic-tag-additional-border", + "value": "oklch(0.137 0.026 175.7 / 0.161)", + "description": "Border color of the additional Tag.", "components": [] }, { - "name": "--intergalactic-tag-primary-blue-normal", - "value": "#e7e5ff", - "description": "Blue background color for primary tag. It’s built with CSS filter brightness(150%) that was applied to blue-500 color with 0.2 opacity on the white background underneath.", + "name": "--intergalactic-tag-primary-bg-hover", + "value": "oklch(0.98 0.001 180)", + "description": "Hover state of the primary Tag background.", + "components": [] + }, + { + "name": "--intergalactic-tag-primary-bg-normal", + "value": "oklch(1 0 0)", + "description": "Background of the primary Tag in its normal state.", "components": [] }, { @@ -1937,6 +2447,12 @@ "description": "Blue background color for the hover and active states of the primary tag. It’s created using a CSS filter with a brightness of 150%, applied to the blue-500 color with 0.3 opacity on the white background underneath. ", "components": [] }, + { + "name": "--intergalactic-tag-primary-blue-normal", + "value": "#e7e5ff", + "description": "Blue background color for primary tag. It’s built with CSS filter brightness(150%) that was applied to blue-500 color with 0.2 opacity on the white background underneath.", + "components": [] + }, { "name": "--intergalactic-tag-primary-blue-text", "value": "#5c53d9", @@ -1944,9 +2460,27 @@ "components": [] }, { - "name": "--intergalactic-tag-primary-green-normal", - "value": "#ccf4e8", - "description": "Green background color for the primary tag. It’s created using a CSS filter with a brightness of 150%, applied to the green-500 color with 0.2 opacity on the white background underneath.", + "name": "--intergalactic-tag-primary-border", + "value": "oklch(1 0 0)", + "description": "Border color of the primary Tag.", + "components": [] + }, + { + "name": "--intergalactic-tag-primary-gray-hover-active", + "value": "#e2e3e2", + "description": "Gray background color for the hover and active states of the primary tag. It’s created using a CSS filter with a brightness of 150%, applied to the gray-500 color with 0.3 opacity on the white background underneath.", + "components": [] + }, + { + "name": "--intergalactic-tag-primary-gray-normal", + "value": "#ecedec", + "description": "Gray background color for the primary tag. It’s created using a CSS filter with a brightness of 150%, applied to the gray-500 color with 0.2 opacity on the white background underneath.", + "components": [] + }, + { + "name": "--intergalactic-tag-primary-gray-text", + "value": "#6a6c6a", + "description": "Gray text for the primary gray tag.", "components": [] }, { @@ -1956,15 +2490,15 @@ "components": [] }, { - "name": "--intergalactic-tag-primary-green-text", - "value": "#00845f", - "description": "Green text for the primary green tag.", + "name": "--intergalactic-tag-primary-green-normal", + "value": "#ccf4e8", + "description": "Green background color for the primary tag. It’s created using a CSS filter with a brightness of 150%, applied to the green-500 color with 0.2 opacity on the white background underneath.", "components": [] }, { - "name": "--intergalactic-tag-primary-orange-normal", - "value": "#ffdecc", - "description": "Orange background color for the primary tag. It’s created using a CSS filter with a brightness of 150%, applied to the orange-500 color with 0.2 opacity on the white background underneath.", + "name": "--intergalactic-tag-primary-green-text", + "value": "#00845f", + "description": "Green text for the primary green tag.", "components": [] }, { @@ -1974,15 +2508,15 @@ "components": [] }, { - "name": "--intergalactic-tag-primary-orange-text", - "value": "#b83c00", - "description": "Orange text for the primary orange tag.", + "name": "--intergalactic-tag-primary-orange-normal", + "value": "#ffdecc", + "description": "Orange background color for the primary tag. It’s created using a CSS filter with a brightness of 150%, applied to the orange-500 color with 0.2 opacity on the white background underneath.", "components": [] }, { - "name": "--intergalactic-tag-primary-red-normal", - "value": "#ffd3d4", - "description": "Red background color for the primary tag. It’s created using a CSS filter with a brightness of 150%, applied to the red-500 color with 0.2 opacity on the white background underneath.", + "name": "--intergalactic-tag-primary-orange-text", + "value": "#b83c00", + "description": "Orange text for the primary orange tag.", "components": [] }, { @@ -1992,15 +2526,15 @@ "components": [] }, { - "name": "--intergalactic-tag-primary-red-text", - "value": "#c7161b", - "description": "Red text for the primary red tag.", + "name": "--intergalactic-tag-primary-red-normal", + "value": "#ffd3d4", + "description": "Red background color for the primary tag. It’s created using a CSS filter with a brightness of 150%, applied to the red-500 color with 0.2 opacity on the white background underneath.", "components": [] }, { - "name": "--intergalactic-tag-primary-violet-normal", - "value": "#f2d8ff", - "description": "Violet background color for the primary tag. It’s created using a CSS filter with a brightness of 150%, applied to the violet-500 color with 0.2 opacity on the white background underneath.", + "name": "--intergalactic-tag-primary-red-text", + "value": "#c7161b", + "description": "Red text for the primary red tag.", "components": [] }, { @@ -2010,43 +2544,31 @@ "components": [] }, { - "name": "--intergalactic-tag-primary-violet-text", - "value": "#8029ec", - "description": "Violet text for the primary violet tag.", - "components": [] - }, - { - "name": "--intergalactic-tag-primary-yellow-normal", - "value": "#fde5cc", - "description": "Yellow background color for the primary tag. It’s created using a CSS filter with a brightness of 150%, applied to the yellow-500 color with 0.2 opacity on the white background underneath.", + "name": "--intergalactic-tag-primary-violet-normal", + "value": "#f2d8ff", + "description": "Violet background color for the primary tag. It’s created using a CSS filter with a brightness of 150%, applied to the violet-500 color with 0.2 opacity on the white background underneath.", "components": [] }, { - "name": "--intergalactic-tag-primary-yellow-hover-active", - "value": "#fcd8b3", - "description": "Yellow background color for the hover and active states of the primary tag. It’s created using a CSS filter with a brightness of 150%, applied to the yellow-500 color with 0.3 opacity on the white background underneath.", + "name": "--intergalactic-tag-primary-violet-text", + "value": "#8029ec", + "description": "Violet text for the primary violet tag.", "components": [] }, { - "name": "--intergalactic-tag-primary-yellow-text", - "value": "#a35400", - "description": "Yellow text for the primary yellow tag.", + "name": "--intergalactic-tag-primary-white-hover-active", + "value": "oklch(0.98 0.001 180)", + "description": "Hover and active (selected) state of the primary white tag.", "components": [] }, { "name": "--intergalactic-tag-primary-white-normal", - "value": "rgba(255, 255, 255, 0.15)", + "value": "oklch(1 0 0)", "description": "Primary tag on bold or dark backgrounds—translucent fill for contrast in the normal state.", "components": [ "tag" ] }, - { - "name": "--intergalactic-tag-primary-white-hover-active", - "value": "rgba(255, 255, 255, 0.3)", - "description": "Hover and active (selected) state of the primary white tag.", - "components": [] - }, { "name": "--intergalactic-tag-primary-white-text", "value": "#ffffff", @@ -2054,388 +2576,424 @@ "components": [] }, { - "name": "--intergalactic-tag-secondary-normal", - "value": "#ffffff", - "description": "Background color for the default secondary tag.", - "components": [] - }, - { - "name": "--intergalactic-tag-secondary-hover-active", - "value": "#f4f5f5", - "description": "Hover and active (selected) states of the background color for the default secondary tag.", - "components": [] - }, - { - "name": "--intergalactic-tag-secondary-white-normal", - "value": "rgba(255, 255, 255, 0)", - "description": "Secondary/outline tag on bold or dark backgrounds—minimal fill in the normal state.", - "components": [] - }, - { - "name": "--intergalactic-tag-secondary-white-hover-active", - "value": "rgba(255, 255, 255, 0.1)", - "description": "Active state of the secondary white tag.", - "components": [] - }, - { - "name": "--intergalactic-tag-secondary-white-text", - "value": "#ffffff", - "description": "White text for the secondary white tag.", - "components": [] - }, - { - "name": "--intergalactic-tag-secondary-gray-text", - "value": "#6a6c6a", - "description": "Gray text for the default secondary tag.", - "components": [] - }, - { - "name": "--intergalactic-chart-palette-order-1", - "value": "oklch(0.58 0.168 278.2)", - "description": "1 color in the default list of colors for charts.", - "components": [ - "d3-chart", - "mini-chart" - ] - }, - { - "name": "--intergalactic-chart-palette-order-2", - "value": "oklch(0.82 0.15 170)", - "description": "2 color in the default list of colors for charts.", - "components": [ - "d3-chart" - ] - }, - { - "name": "--intergalactic-chart-palette-order-3", - "value": "oklch(0.74 0.17 303)", - "description": "3 color in the default list of colors for charts.", - "components": [] - }, - { - "name": "--intergalactic-chart-palette-order-4", - "value": "oklch(0.82 0.18 80)", - "description": "4 color in the default list of colors for charts.", - "components": [] - }, - { - "name": "--intergalactic-chart-palette-order-5", - "value": "oklch(0.74 0.19 22)", - "description": "5 color in the default list of colors for charts.", - "components": [] - }, - { - "name": "--intergalactic-chart-palette-order-6", - "value": "oklch(0.82 0.088 272.1)", - "description": "6 color in the default list of colors for charts.", - "components": [] - }, - { - "name": "--intergalactic-chart-palette-order-7", - "value": "oklch(0.74 0.225 330)", - "description": "7 color in the default list of colors for charts.", + "name": "--intergalactic-tag-primary-yellow-hover-active", + "value": "#fcd8b3", + "description": "Yellow background color for the hover and active states of the primary tag. It’s created using a CSS filter with a brightness of 150%, applied to the yellow-500 color with 0.3 opacity on the white background underneath.", "components": [] }, { - "name": "--intergalactic-chart-palette-order-8", - "value": "oklch(0.82 0.19 143)", - "description": "8 color in the default list of colors for charts.", + "name": "--intergalactic-tag-primary-yellow-normal", + "value": "#fde5cc", + "description": "Yellow background color for the primary tag. It’s created using a CSS filter with a brightness of 150%, applied to the yellow-500 color with 0.2 opacity on the white background underneath.", "components": [] }, { - "name": "--intergalactic-chart-palette-order-9", - "value": "oklch(0.53 0.157 279.2)", - "description": "9 color in the default list of colors for charts.", - "components": [ - "d3-chart" - ] - }, - { - "name": "--intergalactic-chart-palette-order-10", - "value": "oklch(0.74 0.17 170)", - "description": "10 color in the default list of colors for charts.", + "name": "--intergalactic-tag-primary-yellow-text", + "value": "#a35400", + "description": "Yellow text for the primary yellow tag.", "components": [] }, { - "name": "--intergalactic-chart-palette-order-11", - "value": "oklch(0.74 0.17 72)", - "description": "11 color in the default list of colors for charts.", + "name": "--intergalactic-tag-secondary-border", + "value": "oklch(0.137 0.026 175.7 / 0.161)", + "description": "Border color of the secondary Tag.", "components": [] }, { - "name": "--intergalactic-chart-palette-order-12", - "value": "oklch(0.82 0.18 330)", - "description": "12 color in the default list of colors for charts.", + "name": "--intergalactic-tag-secondary-border-invert", + "value": "oklch(0.995 0.008 145.9 / 0.369)", + "description": "Inverted border color of the secondary Tag.", "components": [] }, { - "name": "--intergalactic-chart-palette-order-13", - "value": "oklch(0.64 0.22 147)", - "description": "13 color in the default list of colors for charts.", + "name": "--intergalactic-tag-secondary-gray-text", + "value": "#6a6c6a", + "description": "Gray text for the default secondary tag.", "components": [] }, { - "name": "--intergalactic-chart-palette-order-14", - "value": "oklch(0.82 0.118 303)", - "description": "14 color in the default list of colors for charts.", + "name": "--intergalactic-tag-secondary-hover-active", + "value": "#f4f5f5", + "description": "Hover and active (selected) states of the background color for the default secondary tag.", "components": [] }, { - "name": "--intergalactic-chart-palette-order-15", - "value": "oklch(0.64 0.226 24.5)", - "description": "15 color in the default list of colors for charts.", + "name": "--intergalactic-tag-secondary-normal", + "value": "#ffffff", + "description": "Background color for the default secondary tag.", "components": [] }, { - "name": "--intergalactic-chart-palette-order-16", - "value": "oklch(0.64 0.161 170)", - "description": "16 color in the default list of colors for charts.", + "name": "--intergalactic-tag-secondary-white-hover-active", + "value": "rgba(255, 255, 255, 0.1)", + "description": "Active state of the secondary white tag.", "components": [] }, { - "name": "--intergalactic-chart-palette-order-17", - "value": "oklch(0.82 0.088 272.1)", - "description": "17 color in the default list of colors for charts.", + "name": "--intergalactic-tag-secondary-white-normal", + "value": "rgba(255, 255, 255, 0)", + "description": "Secondary/outline tag on bold or dark backgrounds—minimal fill in the normal state.", "components": [] }, { - "name": "--intergalactic-chart-palette-order-18", - "value": "oklch(0.74 0.23 146)", - "description": "18 color in the default list of colors for charts.", + "name": "--intergalactic-tag-secondary-white-text", + "value": "#ffffff", + "description": "White text for the secondary white tag.", "components": [] }, { - "name": "--intergalactic-chart-palette-order-19", - "value": "oklch(0.64 0.16 64)", - "description": "19 color in the default list of colors for charts.", + "name": "--intergalactic-text-advertising", + "value": "oklch(0.23 0.113 296)", + "description": "Promotional or sponsored emphasis (ads, marketing callouts)—use sparingly so it stays noticeable.", "components": [] }, { - "name": "--intergalactic-chart-palette-order-20", - "value": "oklch(0.82 0.13 20)", - "description": "20 color in the default list of colors for charts.", + "name": "--intergalactic-text-critical", + "value": "oklch(0.53 0.206 27.3)", + "description": "Text associated with critical states and data.", "components": [] }, { - "name": "--intergalactic-chart-palette-order-21", - "value": "oklch(0.53 0.138 59.9)", - "description": "21 color in the default list of colors for charts.", + "name": "--intergalactic-text-critical-hover-active", + "value": "oklch(0.51 0.202 27.8)", + "description": "Hover and active states for the text associated with critical states and data.", "components": [] }, { - "name": "--intergalactic-chart-palette-order-22", - "value": "oklch(0.64 0.223 299.3)", - "description": "22 color in the default list of colors for charts.", - "components": [] + "name": "--intergalactic-text-hint", + "value": "oklch(0.088 0.026 147.7 / 0.583)", + "description": "Supplementary helper text near controls (short guidance), distinct from placeholder text inside inputs.", + "components": [ + "button", + "d3-chart" + ] }, { - "name": "--intergalactic-chart-palette-order-23", - "value": "oklch(0.64 0.262 330)", - "description": "23 color in the default list of colors for charts.", + "name": "--intergalactic-text-hint-hover-active", + "value": "oklch(0.086 0.026 145.8 / 0.605)", + "description": "Hover and active states of the hint link text.", + "components": [ + "button", + "typography" + ] + }, + { + "name": "--intergalactic-text-hint-invert", + "value": "oklch(0.75 0.003 165.9)", + "description": "Inverted version of the hint link text.", "components": [] }, { - "name": "--intergalactic-chart-palette-order-24", - "value": "oklch(0.53 0.189 147)", - "description": "24 color in the default list of colors for charts.", + "name": "--intergalactic-text-hint-invert-hover-active", + "value": "oklch(0.85 0.002 173.3)", + "description": "Hover and active states of the inverted version of the hint link text.", "components": [] }, { - "name": "--intergalactic-chart-palette-order-total-amount", - "value": "oklch(0.64 0.003 157.8)", - "description": "Use it to show total value on the chart.", + "name": "--intergalactic-text-large-critical", + "value": "oklch(0.6 0.219 25.5)", + "description": "Text with font-size ≥20px associated with critical states and data.", "components": [] }, { - "name": "--intergalactic-chart-palette-order-other-data", - "value": "oklch(0.82 0.002 171.1)", - "description": "Use it to indicate voids, missing or some other data on the chart.", + "name": "--intergalactic-text-large-critical-hover-active", + "value": "oklch(0.6 0.219 25.5)", + "description": "Hover and active states of the text with font-size ≥20px associated with critical states and data.", "components": [] }, { - "name": "--intergalactic-chart-palette-order-null", - "value": "oklch(0.9 0.002 177)", - "description": "Use it to show null value on the chart.", + "name": "--intergalactic-text-large-info", + "value": "oklch(0.6 0.166 277.7)", + "description": "Link text with font-size ≥20px.", "components": [ "d3-chart" ] }, { - "name": "--intergalactic-chart-grid-line", - "value": "oklch(0.95 0.002 180)", - "description": "Grid and axis guide lines for charts.", + "name": "--intergalactic-text-large-info-hover-active", + "value": "oklch(0.6 0.166 277.7)", + "description": "Hover and active states of the link text with font-size ≥20px.", + "components": [] + }, + { + "name": "--intergalactic-text-large-secondary", + "value": "oklch(0.088 0.026 147.7 / 0.583)", + "description": "Secondary text. Use with font-size ≥20px.", "components": [ - "d3-chart" + "typography" ] }, { - "name": "--intergalactic-chart-grid-x-axis", - "value": "oklch(0.88 0.002 175.6)", - "description": "X-axis line on the chart grid.", + "name": "--intergalactic-text-large-success", + "value": "oklch(0.6 0.155 170)", + "description": "Text with font-size ≥20px associated with success states and data.", + "components": [] + }, + { + "name": "--intergalactic-text-large-success-hover-active", + "value": "oklch(0.6 0.155 170)", + "description": "Hover and active states of the text with font-size ≥20px associated with success states and data.", + "components": [] + }, + { + "name": "--intergalactic-text-link-primary", + "value": "oklch(0.1 0.03 137 / 0.899)", + "description": "Default primary link color.", "components": [ - "d3-chart" + "link" ] }, { - "name": "--intergalactic-chart-grid-y-accent-hover-line", - "value": "oklch(0.88 0.002 175.6)", - "description": "Accent line for the hover state on the chart grid.", + "name": "--intergalactic-text-link-primary-hover-active", + "value": "oklch(0.1 0.03 137 / 0.899)", + "description": "Hover and active states for the primary link.", "components": [ - "d3-chart" + "link" ] }, { - "name": "--intergalactic-chart-grid-text-label", - "value": "oklch(0.088 0.026 147.7 / 0.583)", - "description": "Text label on the chart grid.", + "name": "--intergalactic-text-link-primary-underline", + "value": "oklch(0.86 0.002 174.1)", + "description": "Underline color for the primary link.", "components": [ - "d3-chart" + "link" ] }, { - "name": "--intergalactic-chart-grid-bar-chart-hover", - "value": "oklch(0.177 0.033 175.6 / 0.028)", - "description": "Background color for the hover state of a bar on the chart grid.", + "name": "--intergalactic-text-link-primary-invert", + "value": "oklch(0.999 0.001 180 / 0.949)", + "description": "Inverted version of the primary link. Use on dark and colored sbackground only.", + "components": [] + }, + { + "name": "--intergalactic-text-link-primary-invert-hover-active", + "value": "oklch(0.999 0.001 180 / 0.949)", + "description": "Hover and active states of the inverted version of the primary link. Use on dark and colored backgrounds only.", + "components": [] + }, + { + "name": "--intergalactic-text-link-secondary", + "value": "oklch(0.088 0.026 147.7 / 0.583)", + "description": "Default secondary link color.", + "components": [] + }, + { + "name": "--intergalactic-text-link-secondary-hover-active", + "value": "oklch(0.088 0.026 147.7 / 0.583)", + "description": "Hover and active states for the secondary link.", + "components": [] + }, + { + "name": "--intergalactic-text-link-accent", + "value": "oklch(0.6 0.166 277.7)", + "description": "Default accent link color.", "components": [ - "d3-chart" + "button" ] }, { - "name": "--intergalactic-chart-grid-bar-chart-base-bg", - "value": "oklch(0.96 0.001 180)", - "description": "Default background color of a bar in the BarChart.", + "name": "--intergalactic-text-link-accent-hover-active", + "value": "oklch(0.6 0.166 277.7)", + "description": "Hover and active states for the accent link.", + "components": [] + }, + { + "name": "--intergalactic-text-link-visited", + "value": "oklch(0.23 0.113 296)", + "description": "Visited link state so users can tell visited destinations apart from default links.", "components": [ - "d3-chart", - "mini-chart" + "link" ] }, { - "name": "--intergalactic-chart-grid-period-bg", - "value": "oklch(0.96 0.001 180)", - "description": "Use for highlighting a period on the chart grid.", + "name": "--intergalactic-text-placeholder", + "value": "oklch(0.098 0.023 157.4 / 0.457)", + "description": "Placeholder text color for inputs and fields.", "components": [ - "d3-chart" + "base-trigger", + "bulk-textarea", + "inline-input", + "input", + "input-mask", + "textarea" ] }, { - "name": "--intergalactic-chart-grid-period-pattern", - "value": "oklch(0.95 0.002 180)", - "description": "Stripe color for diagonal pattern background.", + "name": "--intergalactic-text-primary", + "value": "oklch(0.1 0.03 137 / 0.899)", + "description": "Default body and UI copy; strongest reading emphasis for primary content.", "components": [ - "d3-chart" + "accordion", + "badge", + "base-components", + "base-trigger", + "breadcrumbs", + "bulk-textarea", + "card", + "checkbox", + "d3-chart", + "data-table", + "date-picker", + "dropdown", + "dropdown-menu", + "errors", + "feature-popover", + "fullscreen-modal", + "inline-input", + "input", + "input-mask", + "modal", + "notice", + "pagination", + "pills", + "product-head", + "radio", + "side-panel", + "switch", + "tab-line", + "tab-panel", + "textarea", + "time-picker", + "tooltip", + "typography" ] }, { - "name": "--intergalactic-chart-grid-border", - "value": "#fff", - "description": "Border for distinguishing data sets and chart dots on the chart grid.", + "name": "--intergalactic-text-primary-invert", + "value": "oklch(0.999 0.001 180 / 0.949)", + "description": "Inverted version of the primary text.", "components": [ - "d3-chart", - "mini-chart" + "badge", + "base-components", + "date-picker", + "dot", + "feature-highlight", + "feature-popover", + "notice-bubble", + "tag", + "tooltip", + "wizard" ] }, { - "name": "--intergalactic-chart-x-axis-accent-period-active", - "value": "oklch(0.176 0.033 175.6 / 0.056)", - "description": "Background color for the clickable date on the X-axis of the chart grid.", - "components": [] + "name": "--intergalactic-text-secondary", + "value": "oklch(0.088 0.026 147.7 / 0.583)", + "description": "Supporting text: captions, metadata, hints in flowing copy—visually quieter than primary body text.", + "components": [ + "breadcrumbs", + "bulk-textarea", + "card", + "counter", + "d3-chart", + "date-picker", + "dropdown", + "dropdown-menu", + "flags", + "fullscreen-modal", + "pills", + "slider", + "switch", + "tab-panel", + "time-picker", + "typography", + "widget-empty" + ] }, { - "name": "--intergalactic-chart-x-axis-accent-data-start-tracking", - "value": "oklch(0.889 0.178 168.8 / 0.21)", - "description": "Background color for the \"Start tracking\" date on the X-axis of the chart grid.", + "name": "--intergalactic-text-secondary-invert", + "value": "oklch(0.997 0.004 165.9 / 0.684)", + "description": "Inverted version of the secondary text.", "components": [] }, { - "name": "--intergalactic-header-bg", - "value": "oklch(0.97 0.001 180)", + "name": "--intergalactic-text-success", + "value": "oklch(0.53 0.142 170)", + "description": "Text associated with success states and data.", "components": [] }, { - "name": "--intergalactic-header-border-primary", - "value": "oklch(0.137 0.026 175.7 / 0.161)", + "name": "--intergalactic-text-success-hover-active", + "value": "oklch(0.51 0.137 170)", + "description": "Hover and active states for the text associated with success states and data.", "components": [] }, { - "name": "--intergalactic-header-border-secondary", - "value": "oklch(0.137 0.026 175.7 / 0.161)", + "name": "--intergalactic-tooltip-bg-default", + "value": "oklch(1 0 0)", + "description": "Default Tooltip background.", "components": [] }, { - "name": "--intergalactic-page-bg", - "value": "oklch(0.97 0.001 180)", - "description": "Background fill for the whole product page.", + "name": "--intergalactic-tooltip-bg-invert", + "value": "oklch(0.23 0.01 140)", + "description": "Inverted version of the default Tooltip background.", "components": [] }, { - "name": "--intergalactic-footer-bg", - "value": "oklch(0.97 0.001 180)", - "description": "Background fill for the product page footer.", + "name": "--intergalactic-tooltip-bg-warning", + "value": "oklch(0.958 0.029 5.7)", + "description": "Warning Tooltip background.", "components": [] }, { - "name": "--intergalactic-sidebar-nav-bg", - "value": "oklch(0.97 0.001 180)", - "description": "Background fill for the product page sidebar.", + "name": "--intergalactic-tooltip-border-invert", + "value": "oklch(0.995 0.008 145.9 / 0.369)", + "description": "Border of the Tooltip with dark theme.", "components": [] }, { - "name": "--intergalactic-sidebar-nav-border", - "value": "oklch(0.137 0.026 175.7 / 0.161)", - "description": "Color for the border of the page sidebar.", + "name": "--intergalactic-tooltip-text", + "value": "oklch(0.1 0.03 137 / 0.899)", + "description": "Text color of the default Tooltip.", "components": [] }, { - "name": "--intergalactic-sidebar-nav-control-hover", - "value": "oklch(0.176 0.033 175.6 / 0.056)", - "description": "Sidebar navigation row hover background.", + "name": "--intergalactic-tooltip-text-invert", + "value": "oklch(0.999 0.001 180 / 0.949)", + "description": "Text color of the inverted Tooltip.", "components": [] }, { - "name": "--intergalactic-sidebar-nav-control-active", - "value": "oklch(0.176 0.033 175.7 / 0.084)", - "description": "Sidebar navigation row active background.", + "name": "--intergalactic-wizard-bg", + "value": "oklch(1 0 0)", + "description": "Main background of the Wizard.", "components": [] }, { - "name": "--intergalactic-sidebar-nav-control-text-normal", - "value": "oklch(0.53 0.004 149.6)", - "description": "Sidebar navigation label color.", + "name": "--intergalactic-wizard-sidebar-bg", + "value": "oklch(0.23 0.01 140)", + "description": "Background of the Wizard sidebar.", "components": [] }, { - "name": "--intergalactic-sidebar-nav-control-text-active", + "name": "--intergalactic-wizard-sidebar-control", "value": "oklch(0.23 0.01 140)", - "description": "Sidebar navigation label color for the active item.", + "description": "Background of the control in the Wizard sidebar in its normal state.", "components": [] }, { - "name": "--intergalactic-sidebar-nav-control-icon-normal", - "value": "oklch(0.58 0.003 153.3)", - "description": "Sidebar navigation icon color.", + "name": "--intergalactic-wizard-sidebar-control-active", + "value": "oklch(0.4 0.004 140)", + "description": "Active state of the control in the Wizard sidebar.", "components": [] }, { - "name": "--intergalactic-sidebar-nav-control-icon-active", - "value": "oklch(0.53 0.004 149.6)", - "description": "Sidebar navigation icon color for the active item.", + "name": "--intergalactic-wizard-sidebar-control-hover", + "value": "oklch(0.36 0.005 140)", + "description": "Hover state of the control in the Wizard sidebar.", "components": [] }, { - "name": "--intergalactic-slider-rating-normal", - "value": "oklch(0.7 0.003 162.2)", - "description": "Icon color for the SliderRating component in its normal state.", - "components": [ - "feedback-form" - ] + "name": "--intergalactic-wizard-sidebar-text-primary", + "value": "oklch(0.999 0.001 180 / 0.949)", + "description": "Primary text color in the Wizard sidebar.", + "components": [] }, { - "name": "--intergalactic-slider-rating-hover-active", - "value": "oklch(0.66 0.212 300.1)", - "description": "Icon color for the SliderRating component in its hovered and active states.", - "components": [ - "feedback-form" - ] + "name": "--intergalactic-wizard-sidebar-text-secondary", + "value": "oklch(0.997 0.004 165.9 / 0.684)", + "description": "Secondary text color in the Wizard sidebar.", + "components": [] }, { "name": "--intergalactic-disabled-opacity", @@ -2471,9 +3029,7 @@ "name": "--intergalactic-box-shadow-card", "value": "0px 0px 1px 0px oklch(0.176 0.033 175.7 / 0.07), 0px 1px 3px 0px oklch(0.176 0.033 175.7 / 0.07)", "description": "Default shadow of the Card.", - "components": [ - "card" - ] + "components": [] }, { "name": "--intergalactic-box-shadow-card-hover", @@ -2481,6 +3037,14 @@ "description": "Hover state for the shadow of the Card with hover state.", "components": [] }, + { + "name": "--intergalactic-box-shadow-control-elevated", + "value": "0px 0px 1px 0px oklch(0.176 0.033 175.7 / 0.07), 0px 1px 3px 0px oklch(0.176 0.033 175.7 / 0.07)", + "description": "Shadow of the Switch toggle.", + "components": [ + "switch" + ] + }, { "name": "--intergalactic-box-shadow-dnd", "value": "3px 3px 30px 0px oklch(0.176 0.033 175.7 / 0.07)", @@ -2557,36 +3121,118 @@ }, { "name": "--intergalactic-form-control-m", - "value": "28px", + "value": "32px", "description": "Default size of the controls.", "components": [ + "base-trigger", "button", + "color-picker", "input", "input-tags", "notice", "pills", + "tab-line", "time-picker" ] }, { "name": "--intergalactic-form-control-l", - "value": "40px", + "value": "44px", "description": "Large size of the controls.", "components": [ + "base-trigger", "button", "input", "input-tags", + "modal", "pills", + "tab-line", + "time-picker" + ] + }, + { + "name": "--intergalactic-spacing-content-padding-xsmall", + "value": "4px", + "description": "Extra small padding for content inside controls and surfaces.", + "components": [] + }, + { + "name": "--intergalactic-spacing-content-padding-small", + "value": "8px", + "description": "Small padding for content inside controls and surfaces.", + "components": [ + "modal" + ] + }, + { + "name": "--intergalactic-spacing-content-padding-medium", + "value": "12px", + "description": "Medium padding for content inside controls and surfaces.", + "components": [ + "button", + "card", + "input", + "modal", "time-picker" ] }, + { + "name": "--intergalactic-spacing-content-padding-large", + "value": "16px", + "description": "Large padding for content inside controls and surfaces.", + "components": [] + }, + { + "name": "--intergalactic-spacing-content-padding-xlarge", + "value": "20px", + "description": "Extra large padding for content inside controls and surfaces.", + "components": [ + "card" + ] + }, + { + "name": "--intergalactic-spacing-content-padding-xxlarge", + "value": "40px", + "description": "2x large padding for content inside controls and surfaces.", + "components": [ + "modal" + ] + }, + { + "name": "--intergalactic-spacing-content-gap-small", + "value": "4px", + "description": "Small gap between content elements inside controls.", + "components": [ + "inline-input" + ] + }, + { + "name": "--intergalactic-spacing-content-gap-medium", + "value": "6px", + "description": "Medium gap between content elements inside controls.", + "components": [ + "button", + "checkbox", + "input", + "radio" + ] + }, + { + "name": "--intergalactic-spacing-content-gap-large", + "value": "8px", + "description": "Large gap between content elements inside controls.", + "components": [ + "button", + "checkbox", + "radio" + ] + }, { "name": "--intergalactic-addon-rounded", "value": "4px", "description": "Use for rounding addons and small controls like Checkbox.", "components": [ "button", - "checkbox", "dropdown", "feature-highlight", "select" @@ -2594,7 +3240,7 @@ }, { "name": "--intergalactic-badge-rounded", - "value": "6px", + "value": "4px", "description": "Corner radius for Badge and compact status chips—aligned with small rounded controls.", "components": [ "badge" @@ -2609,28 +3255,11 @@ ] }, { - "name": "--intergalactic-counter-rounded", - "value": "12px", - "description": "Rounding for counter/numeric capsules used as small indicators.", - "components": [ - "counter", - "dot" - ] - }, - { - "name": "--intergalactic-tag-rounded", - "value": "24px", - "description": "Corner radius for Tag (including removable tags) in dense UI.", - "components": [ - "tag" - ] - }, - { - "name": "--intergalactic-switch-rounded", - "value": "24px", - "description": "Pill-shaped rounding for Switch geometry (full rounded track/thumb pattern).", + "name": "--intergalactic-checkbox-rounded", + "value": "4px", + "description": "Use for rounding Checkbox.", "components": [ - "switch" + "checkbox" ] }, { @@ -2645,6 +3274,8 @@ "date-picker", "dropdown-menu", "feature-highlight", + "inline-edit", + "inline-input", "input", "pills", "select", @@ -2654,6 +3285,43 @@ "wizard" ] }, + { + "name": "--intergalactic-counter-rounded", + "value": "12px", + "description": "Rounding for counter/numeric capsules used as small indicators.", + "components": [ + "counter", + "dot" + ] + }, + { + "name": "--intergalactic-modal-rounded", + "value": "14px", + "description": "Use for rounding all kinds of big modal dialogs (e.g., Modal, Wizard).", + "components": [ + "modal", + "wizard" + ] + }, + { + "name": "--intergalactic-pills-rounded", + "value": "6px", + "description": "Use for rounding Pills.", + "components": [] + }, + { + "name": "--intergalactic-popper-rounded", + "value": "6px", + "description": "Use for rounding all kinds of poppers and dropdowns.", + "components": [ + "base-components", + "d3-chart", + "dropdown", + "feature-popover", + "notice-bubble", + "tooltip" + ] + }, { "name": "--intergalactic-progress-bar-rounded", "value": "6px", @@ -2678,25 +3346,19 @@ ] }, { - "name": "--intergalactic-popper-rounded", - "value": "6px", - "description": "Use for rounding all kinds of poppers and dropdowns.", + "name": "--intergalactic-switch-rounded", + "value": "24px", + "description": "Pill-shaped rounding for Switch geometry (full rounded track/thumb pattern).", "components": [ - "base-components", - "d3-chart", - "dropdown", - "feature-popover", - "notice-bubble", - "tooltip" + "switch" ] }, { - "name": "--intergalactic-modal-rounded", - "value": "14px", - "description": "Use for rounding all kinds of big modal dialogs (e.g., Modal, Wizard).", + "name": "--intergalactic-tag-rounded", + "value": "24px", + "description": "Corner radius for Tag (including removable tags) in dense UI.", "components": [ - "modal", - "wizard" + "tag" ] }, {