diff --git a/package.json b/package.json index e43c2371b9..6a27321436 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "install-n-browser-test": "pnpm install && pnpm browser-test", "install-n-axe-test": "pnpm install && pnpm axe-test", "test": "vitest", - "test:setup": "docker build -t intergalactic-playwright:16.0.0 -f playwright.dockerfile .", + "test:setup": "docker build -t intergalactic-playwright:17.0.0 -f playwright.dockerfile .", "test:docker": "pnpm run-in-docker pnpm install-n-test", "browser-test": "pnpm playwright test --config playwright.browser.config.ts", "browser-test:docker": "pnpm run-in-docker pnpm install-n-browser-test", @@ -22,7 +22,7 @@ "vo-test:ci": "pnpm tsm --require=./.ci/tsm-filter-warnings.js ./.ci/vo-tests-ci.ts", "nvda-test:setup": "npx @guidepup/setup", "nvda-test": "playwright test --config playwright.nvda.config.ts", - "run-in-docker": "docker run -e TEST_TAG=\"$TEST_TAG\" -e PLAYWRIGHT_ARGS= --rm --network host -v $(pwd)/package.json:/work/package.json -v $(pwd)/vite.config.ts:/work/vite.config.ts -v $(pwd)/playwright.browser.config.ts:/work/playwright.browser.config.ts -v $(pwd)/playwright.axe.config.ts:/work/playwright.axe.config.ts -v $(pwd)/.storybook:/work/.storybook -v $(pwd)/allure-results:/work/allure-results/ -v $(pwd)/semcore:/work/semcore/ -v $(pwd)/stories:/work/stories/ -v $(pwd)/tools:/work/tools/ -v $(pwd)/website:/work/website/ -v $(pwd)/test-results:/work/test-results/ -w /work/ intergalactic-playwright:16.0.0", + "run-in-docker": "docker run -e TEST_TAG=\"$TEST_TAG\" -e PLAYWRIGHT_ARGS= --rm --network host -v $(pwd)/package.json:/work/package.json -v $(pwd)/vite.config.ts:/work/vite.config.ts -v $(pwd)/playwright.browser.config.ts:/work/playwright.browser.config.ts -v $(pwd)/playwright.axe.config.ts:/work/playwright.axe.config.ts -v $(pwd)/.storybook:/work/.storybook -v $(pwd)/allure-results:/work/allure-results/ -v $(pwd)/semcore:/work/semcore/ -v $(pwd)/stories:/work/stories/ -v $(pwd)/tools:/work/tools/ -v $(pwd)/website:/work/website/ -v $(pwd)/test-results:/work/test-results/ -w /work/ intergalactic-playwright:17.0.0", "website": "pnpm --dir website start", "lint": "pnpm lint:es && pnpm lint:ts", "publish:website": "pnpm --filter intergalactiс-migrate run build && tsm --require=./.ci/tsm-filter-warnings.js ./.ci/trigger-website-publish.ts", diff --git a/playwright.dockerfile b/playwright.dockerfile index a89bf249d6..d5d5a9da49 100644 --- a/playwright.dockerfile +++ b/playwright.dockerfile @@ -8,4 +8,4 @@ COPY . . RUN npm install --global pnpm@10.11.1 RUN pnpm install --ignore-scripts -RUN npx playwright install +RUN npx playwright install --with-deps diff --git a/semcore/add-filter/__tests__/add-filter.browser-test.tsx b/semcore/add-filter/__tests__/add-filter.browser-test.tsx index 632b61b531..da7e67311a 100644 --- a/semcore/add-filter/__tests__/add-filter.browser-test.tsx +++ b/semcore/add-filter/__tests__/add-filter.browser-test.tsx @@ -248,6 +248,7 @@ test.describe(`${TAG.VISUAL}`, () => { await locators.addFilterMenuItem(page, 'Position').click(); await locators.addFilterInput(page, 'Filter by position').fill('Test'); await locators.clearInput(page).hover(); + await expect(page.locator('[data-ui-name="Hint"]')).toHaveCount(1); await expect(page).toHaveScreenshot(); }); 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 9a8167f3e8..3796d9bf0f 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-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 a03c287833..cf92f0f31f 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 45e5b9198c..0f251cec0a 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 54cd93dcc9..3fd6f289c1 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 ea90c3433a..4e7458653b 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/base-components/__tests__/ellipsis.browser-test.tsx b/semcore/base-components/__tests__/ellipsis.browser-test.tsx index 4641dd22b1..e3a66b5d34 100644 --- a/semcore/base-components/__tests__/ellipsis.browser-test.tsx +++ b/semcore/base-components/__tests__/ellipsis.browser-test.tsx @@ -14,72 +14,6 @@ export const locators = { Visual states, hover and focus styles, paddings, margins, and snapshots. ===================================================== */ test.describe(`${TAG.VISUAL}`, () => { - test.describe('Link with ellipsis', () => { - const ellipsisVariants = [ - { ellipsis: true, size: 200, description: 'true and size: 200' }, - { ellipsis: { cropPosition: 'middle' }, description: 'cropPosition: middle' }, - { ellipsis: { cropPosition: 'end' }, color: 'text-success', description: 'cropPosition: end, color: text- success' }, - { ellipsis: { cropPosition: 'middle', lastRequiredSymbols: 2 }, description: 'cropPosition: middle, , lastRequiredSymbols: 2' }, - { ellipsis: { cropPosition: 'end', maxLine: 2 }, description: 'cropPosition: end, maxLine: 2' }, - ]; - - ellipsisVariants.forEach((variant) => { - test(`Verify ellipsis on link with keyboard focus when ${variant.description}`, { - tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, '@ellipsis', '@link'], - }, async ({ page }) => { - await loadPage(page, 'stories/components/base-components/ellipsis/tests/examples/link_with_ellipsis.tsx', 'en', variant); - await locators.link(page).waitFor({ state: 'visible' }); - await page.waitForTimeout(200); - - await test.step('Focus link with keyboard', async () => { - await page.keyboard.press('Tab'); - await expect(locators.link(page)).toBeFocused(); - await locators.hint(page).waitFor({ state: 'visible' }); - - await expect(page).toHaveScreenshot(); - }); - }); - test(`Verify ellipsis on link with mouse hover when ${variant.description}`, { - tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, '@ellipsis', '@link'], - }, async ({ page }) => { - await loadPage(page, 'stories/components/base-components/ellipsis/tests/examples/link_with_ellipsis.tsx', 'en', variant); - await page.waitForTimeout(200); - - await test.step('Hover link and verify hint appears', async () => { - await locators.link(page).hover(); - - await page.waitForTimeout(200); - await locators.hint(page).waitFor({ state: 'visible' }); - - await expect(page).toHaveScreenshot(); - }); - }); - }); - }); - - test.describe('Link without ellipsis', () => { - const noEllipsisVariants = [ - { ellipsis: false, description: 'false' }, - { ellipsis: { cropPosition: 'end', maxLine: 6 }, description: 'maxLine: 6 (text not truncated)' }, - ]; - - noEllipsisVariants.forEach((variant) => { - test(`Verify no hint appears when ${variant.description}`, { - tag: [TAG.PRIORITY_MEDIUM, TAG.MOUSE, TAG.KEYBOARD, '@ellipsis', '@link'], - }, async ({ page }) => { - await loadPage(page, 'stories/components/base-components/ellipsis/tests/examples/link_with_ellipsis.tsx', 'en', variant); - await page.waitForTimeout(100); - - await test.step('Focus and hover link - no hint should appear', async () => { - await page.keyboard.press('Tab'); - await locators.link(page).hover(); - await expect(locators.hint(page)).toHaveCount(0); - await expect(page).toHaveScreenshot(); - }); - }); - }); - }); - test.describe('Text with ellipsis', () => { const textVariants = [ { ellipsis: true, size: 100 }, diff --git a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Link-with-ellipsis-Verify-ellipsis-on--25041-when-cropPosition-end-color-text--success-1-chromium-darwin.png b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Link-with-ellipsis-Verify-ellipsis-on--25041-when-cropPosition-end-color-text--success-1-chromium-darwin.png deleted file mode 100644 index b1b6d7bb58..0000000000 Binary files a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Link-with-ellipsis-Verify-ellipsis-on--25041-when-cropPosition-end-color-text--success-1-chromium-darwin.png and /dev/null differ diff --git a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Link-with-ellipsis-Verify-ellipsis-on--25041-when-cropPosition-end-color-text--success-1-chromium-linux.png b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Link-with-ellipsis-Verify-ellipsis-on--25041-when-cropPosition-end-color-text--success-1-chromium-linux.png deleted file mode 100644 index 87bf04efcc..0000000000 Binary files a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Link-with-ellipsis-Verify-ellipsis-on--25041-when-cropPosition-end-color-text--success-1-chromium-linux.png and /dev/null differ diff --git a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Link-with-ellipsis-Verify-ellipsis-on--25041-when-cropPosition-end-color-text--success-1-firefox-linux.png b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Link-with-ellipsis-Verify-ellipsis-on--25041-when-cropPosition-end-color-text--success-1-firefox-linux.png deleted file mode 100644 index 44165effa9..0000000000 Binary files a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Link-with-ellipsis-Verify-ellipsis-on--25041-when-cropPosition-end-color-text--success-1-firefox-linux.png and /dev/null differ diff --git a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Link-with-ellipsis-Verify-ellipsis-on--25041-when-cropPosition-end-color-text--success-1-webkit-linux.png b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Link-with-ellipsis-Verify-ellipsis-on--25041-when-cropPosition-end-color-text--success-1-webkit-linux.png deleted file mode 100644 index 3c05c7af72..0000000000 Binary files a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Link-with-ellipsis-Verify-ellipsis-on--25041-when-cropPosition-end-color-text--success-1-webkit-linux.png and /dev/null differ diff --git a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Link-with-ellipsis-Verify-ellipsis-on--29e0a-ouse-hover-when-cropPosition-end-maxLine-2-1-chromium-linux.png b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Link-with-ellipsis-Verify-ellipsis-on--29e0a-ouse-hover-when-cropPosition-end-maxLine-2-1-chromium-linux.png deleted file mode 100644 index cb2871abb0..0000000000 Binary files a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Link-with-ellipsis-Verify-ellipsis-on--29e0a-ouse-hover-when-cropPosition-end-maxLine-2-1-chromium-linux.png and /dev/null differ diff --git a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Link-with-ellipsis-Verify-ellipsis-on--29e0a-ouse-hover-when-cropPosition-end-maxLine-2-1-firefox-linux.png b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Link-with-ellipsis-Verify-ellipsis-on--29e0a-ouse-hover-when-cropPosition-end-maxLine-2-1-firefox-linux.png deleted file mode 100644 index c4ad0a4bb1..0000000000 Binary files a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Link-with-ellipsis-Verify-ellipsis-on--29e0a-ouse-hover-when-cropPosition-end-maxLine-2-1-firefox-linux.png and /dev/null differ diff --git a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Link-with-ellipsis-Verify-ellipsis-on--29e0a-ouse-hover-when-cropPosition-end-maxLine-2-1-webkit-linux.png b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Link-with-ellipsis-Verify-ellipsis-on--29e0a-ouse-hover-when-cropPosition-end-maxLine-2-1-webkit-linux.png deleted file mode 100644 index ab5ddd9096..0000000000 Binary files a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Link-with-ellipsis-Verify-ellipsis-on--29e0a-ouse-hover-when-cropPosition-end-maxLine-2-1-webkit-linux.png and /dev/null differ diff --git a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Link-with-ellipsis-Verify-ellipsis-on--546aa-oard-focus-when-cropPosition-end-maxLine-2-1-chromium-linux.png b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Link-with-ellipsis-Verify-ellipsis-on--546aa-oard-focus-when-cropPosition-end-maxLine-2-1-chromium-linux.png deleted file mode 100644 index ab50a6da39..0000000000 Binary files a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Link-with-ellipsis-Verify-ellipsis-on--546aa-oard-focus-when-cropPosition-end-maxLine-2-1-chromium-linux.png and /dev/null differ diff --git a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Link-with-ellipsis-Verify-ellipsis-on--546aa-oard-focus-when-cropPosition-end-maxLine-2-1-firefox-linux.png b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Link-with-ellipsis-Verify-ellipsis-on--546aa-oard-focus-when-cropPosition-end-maxLine-2-1-firefox-linux.png deleted file mode 100644 index 2156513f40..0000000000 Binary files a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Link-with-ellipsis-Verify-ellipsis-on--546aa-oard-focus-when-cropPosition-end-maxLine-2-1-firefox-linux.png and /dev/null differ diff --git a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Link-with-ellipsis-Verify-ellipsis-on--546aa-oard-focus-when-cropPosition-end-maxLine-2-1-webkit-linux.png b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Link-with-ellipsis-Verify-ellipsis-on--546aa-oard-focus-when-cropPosition-end-maxLine-2-1-webkit-linux.png deleted file mode 100644 index 8f7e20786d..0000000000 Binary files a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Link-with-ellipsis-Verify-ellipsis-on--546aa-oard-focus-when-cropPosition-end-maxLine-2-1-webkit-linux.png and /dev/null differ diff --git a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Link-with-ellipsis-Verify-ellipsis-on--744d1-when-cropPosition-end-color-text--success-1-chromium-linux.png b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Link-with-ellipsis-Verify-ellipsis-on--744d1-when-cropPosition-end-color-text--success-1-chromium-linux.png deleted file mode 100644 index edaac4f648..0000000000 Binary files a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Link-with-ellipsis-Verify-ellipsis-on--744d1-when-cropPosition-end-color-text--success-1-chromium-linux.png and /dev/null differ diff --git a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Link-with-ellipsis-Verify-ellipsis-on--744d1-when-cropPosition-end-color-text--success-1-firefox-linux.png b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Link-with-ellipsis-Verify-ellipsis-on--744d1-when-cropPosition-end-color-text--success-1-firefox-linux.png deleted file mode 100644 index d495835986..0000000000 Binary files a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Link-with-ellipsis-Verify-ellipsis-on--744d1-when-cropPosition-end-color-text--success-1-firefox-linux.png and /dev/null differ diff --git a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Link-with-ellipsis-Verify-ellipsis-on--744d1-when-cropPosition-end-color-text--success-1-webkit-linux.png b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Link-with-ellipsis-Verify-ellipsis-on--744d1-when-cropPosition-end-color-text--success-1-webkit-linux.png deleted file mode 100644 index 1aeb377817..0000000000 Binary files a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Link-with-ellipsis-Verify-ellipsis-on--744d1-when-cropPosition-end-color-text--success-1-webkit-linux.png and /dev/null differ diff --git a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Link-with-ellipsis-Verify-ellipsis-on--ce2d4-ropPosition-middle-lastRequiredSymbols-2-1-chromium-linux.png b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Link-with-ellipsis-Verify-ellipsis-on--ce2d4-ropPosition-middle-lastRequiredSymbols-2-1-chromium-linux.png deleted file mode 100644 index f571554270..0000000000 Binary files a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Link-with-ellipsis-Verify-ellipsis-on--ce2d4-ropPosition-middle-lastRequiredSymbols-2-1-chromium-linux.png and /dev/null differ diff --git a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Link-with-ellipsis-Verify-ellipsis-on--ce2d4-ropPosition-middle-lastRequiredSymbols-2-1-firefox-linux.png b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Link-with-ellipsis-Verify-ellipsis-on--ce2d4-ropPosition-middle-lastRequiredSymbols-2-1-firefox-linux.png deleted file mode 100644 index 857ef56078..0000000000 Binary files a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Link-with-ellipsis-Verify-ellipsis-on--ce2d4-ropPosition-middle-lastRequiredSymbols-2-1-firefox-linux.png and /dev/null differ diff --git a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Link-with-ellipsis-Verify-ellipsis-on--ce2d4-ropPosition-middle-lastRequiredSymbols-2-1-webkit-linux.png b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Link-with-ellipsis-Verify-ellipsis-on--ce2d4-ropPosition-middle-lastRequiredSymbols-2-1-webkit-linux.png deleted file mode 100644 index cd9f1e1342..0000000000 Binary files a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Link-with-ellipsis-Verify-ellipsis-on--ce2d4-ropPosition-middle-lastRequiredSymbols-2-1-webkit-linux.png and /dev/null differ diff --git a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Link-with-ellipsis-Verify-ellipsis-on--f3138-ropPosition-middle-lastRequiredSymbols-2-1-chromium-linux.png b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Link-with-ellipsis-Verify-ellipsis-on--f3138-ropPosition-middle-lastRequiredSymbols-2-1-chromium-linux.png deleted file mode 100644 index 84fb397dd1..0000000000 Binary files a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Link-with-ellipsis-Verify-ellipsis-on--f3138-ropPosition-middle-lastRequiredSymbols-2-1-chromium-linux.png and /dev/null differ diff --git a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Link-with-ellipsis-Verify-ellipsis-on--f3138-ropPosition-middle-lastRequiredSymbols-2-1-firefox-linux.png b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Link-with-ellipsis-Verify-ellipsis-on--f3138-ropPosition-middle-lastRequiredSymbols-2-1-firefox-linux.png deleted file mode 100644 index f701d38afc..0000000000 Binary files a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Link-with-ellipsis-Verify-ellipsis-on--f3138-ropPosition-middle-lastRequiredSymbols-2-1-firefox-linux.png and /dev/null differ diff --git a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Link-with-ellipsis-Verify-ellipsis-on--f3138-ropPosition-middle-lastRequiredSymbols-2-1-webkit-linux.png b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Link-with-ellipsis-Verify-ellipsis-on--f3138-ropPosition-middle-lastRequiredSymbols-2-1-webkit-linux.png deleted file mode 100644 index 088b4ec743..0000000000 Binary files a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Link-with-ellipsis-Verify-ellipsis-on--f3138-ropPosition-middle-lastRequiredSymbols-2-1-webkit-linux.png and /dev/null differ diff --git a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Link-with-ellipsis-Verify-ellipsis-on-link-with-keyboard-focus-when-cropPosition-middle-1-chromium-linux.png b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Link-with-ellipsis-Verify-ellipsis-on-link-with-keyboard-focus-when-cropPosition-middle-1-chromium-linux.png deleted file mode 100644 index 17e4a88e65..0000000000 Binary files a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Link-with-ellipsis-Verify-ellipsis-on-link-with-keyboard-focus-when-cropPosition-middle-1-chromium-linux.png and /dev/null differ diff --git a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Link-with-ellipsis-Verify-ellipsis-on-link-with-keyboard-focus-when-cropPosition-middle-1-firefox-linux.png b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Link-with-ellipsis-Verify-ellipsis-on-link-with-keyboard-focus-when-cropPosition-middle-1-firefox-linux.png deleted file mode 100644 index 366be08e75..0000000000 Binary files a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Link-with-ellipsis-Verify-ellipsis-on-link-with-keyboard-focus-when-cropPosition-middle-1-firefox-linux.png and /dev/null differ diff --git a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Link-with-ellipsis-Verify-ellipsis-on-link-with-keyboard-focus-when-cropPosition-middle-1-webkit-linux.png b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Link-with-ellipsis-Verify-ellipsis-on-link-with-keyboard-focus-when-cropPosition-middle-1-webkit-linux.png deleted file mode 100644 index 0b49b965a9..0000000000 Binary files a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Link-with-ellipsis-Verify-ellipsis-on-link-with-keyboard-focus-when-cropPosition-middle-1-webkit-linux.png and /dev/null differ diff --git a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Link-with-ellipsis-Verify-ellipsis-on-link-with-keyboard-focus-when-true-and-size-200-1-chromium-linux.png b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Link-with-ellipsis-Verify-ellipsis-on-link-with-keyboard-focus-when-true-and-size-200-1-chromium-linux.png deleted file mode 100644 index 35566d7e8b..0000000000 Binary files a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Link-with-ellipsis-Verify-ellipsis-on-link-with-keyboard-focus-when-true-and-size-200-1-chromium-linux.png and /dev/null differ diff --git a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Link-with-ellipsis-Verify-ellipsis-on-link-with-keyboard-focus-when-true-and-size-200-1-firefox-linux.png b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Link-with-ellipsis-Verify-ellipsis-on-link-with-keyboard-focus-when-true-and-size-200-1-firefox-linux.png deleted file mode 100644 index 19d60fb24e..0000000000 Binary files a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Link-with-ellipsis-Verify-ellipsis-on-link-with-keyboard-focus-when-true-and-size-200-1-firefox-linux.png and /dev/null differ diff --git a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Link-with-ellipsis-Verify-ellipsis-on-link-with-keyboard-focus-when-true-and-size-200-1-webkit-linux.png b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Link-with-ellipsis-Verify-ellipsis-on-link-with-keyboard-focus-when-true-and-size-200-1-webkit-linux.png deleted file mode 100644 index 6cb2ef453d..0000000000 Binary files a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Link-with-ellipsis-Verify-ellipsis-on-link-with-keyboard-focus-when-true-and-size-200-1-webkit-linux.png and /dev/null differ diff --git a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Link-with-ellipsis-Verify-ellipsis-on-link-with-mouse-hover-when-cropPosition-middle-1-chromium-linux.png b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Link-with-ellipsis-Verify-ellipsis-on-link-with-mouse-hover-when-cropPosition-middle-1-chromium-linux.png deleted file mode 100644 index bb6b034ccb..0000000000 Binary files a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Link-with-ellipsis-Verify-ellipsis-on-link-with-mouse-hover-when-cropPosition-middle-1-chromium-linux.png and /dev/null differ diff --git a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Link-with-ellipsis-Verify-ellipsis-on-link-with-mouse-hover-when-cropPosition-middle-1-firefox-linux.png b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Link-with-ellipsis-Verify-ellipsis-on-link-with-mouse-hover-when-cropPosition-middle-1-firefox-linux.png deleted file mode 100644 index 4f37020bc8..0000000000 Binary files a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Link-with-ellipsis-Verify-ellipsis-on-link-with-mouse-hover-when-cropPosition-middle-1-firefox-linux.png and /dev/null differ diff --git a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Link-with-ellipsis-Verify-ellipsis-on-link-with-mouse-hover-when-cropPosition-middle-1-webkit-linux.png b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Link-with-ellipsis-Verify-ellipsis-on-link-with-mouse-hover-when-cropPosition-middle-1-webkit-linux.png deleted file mode 100644 index e966da8331..0000000000 Binary files a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Link-with-ellipsis-Verify-ellipsis-on-link-with-mouse-hover-when-cropPosition-middle-1-webkit-linux.png and /dev/null differ diff --git a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Link-with-ellipsis-Verify-ellipsis-on-link-with-mouse-hover-when-true-and-size-200-1-chromium-linux.png b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Link-with-ellipsis-Verify-ellipsis-on-link-with-mouse-hover-when-true-and-size-200-1-chromium-linux.png deleted file mode 100644 index 01e6da051b..0000000000 Binary files a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Link-with-ellipsis-Verify-ellipsis-on-link-with-mouse-hover-when-true-and-size-200-1-chromium-linux.png and /dev/null differ diff --git a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Link-with-ellipsis-Verify-ellipsis-on-link-with-mouse-hover-when-true-and-size-200-1-firefox-linux.png b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Link-with-ellipsis-Verify-ellipsis-on-link-with-mouse-hover-when-true-and-size-200-1-firefox-linux.png deleted file mode 100644 index 4fc294e6bd..0000000000 Binary files a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Link-with-ellipsis-Verify-ellipsis-on-link-with-mouse-hover-when-true-and-size-200-1-firefox-linux.png and /dev/null differ diff --git a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Link-with-ellipsis-Verify-ellipsis-on-link-with-mouse-hover-when-true-and-size-200-1-webkit-linux.png b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Link-with-ellipsis-Verify-ellipsis-on-link-with-mouse-hover-when-true-and-size-200-1-webkit-linux.png deleted file mode 100644 index a385a8d928..0000000000 Binary files a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Link-with-ellipsis-Verify-ellipsis-on-link-with-mouse-hover-when-true-and-size-200-1-webkit-linux.png and /dev/null differ diff --git a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Link-without-ellipsis-Verify-no-hint-appears-when-false-1-chromium-linux.png b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Link-without-ellipsis-Verify-no-hint-appears-when-false-1-chromium-linux.png deleted file mode 100644 index 9e0296b089..0000000000 Binary files a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Link-without-ellipsis-Verify-no-hint-appears-when-false-1-chromium-linux.png and /dev/null differ diff --git a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Link-without-ellipsis-Verify-no-hint-appears-when-false-1-firefox-linux.png b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Link-without-ellipsis-Verify-no-hint-appears-when-false-1-firefox-linux.png deleted file mode 100644 index 8591e5e439..0000000000 Binary files a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Link-without-ellipsis-Verify-no-hint-appears-when-false-1-firefox-linux.png and /dev/null differ diff --git a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Link-without-ellipsis-Verify-no-hint-appears-when-false-1-webkit-linux.png b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Link-without-ellipsis-Verify-no-hint-appears-when-false-1-webkit-linux.png deleted file mode 100644 index afc7e0e964..0000000000 Binary files a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Link-without-ellipsis-Verify-no-hint-appears-when-false-1-webkit-linux.png and /dev/null differ diff --git a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Link-without-ellipsis-Verify-no-hint-appears-when-maxLine-6-text-not-truncated-1-chromium-linux.png b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Link-without-ellipsis-Verify-no-hint-appears-when-maxLine-6-text-not-truncated-1-chromium-linux.png deleted file mode 100644 index 2dd771fd0b..0000000000 Binary files a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Link-without-ellipsis-Verify-no-hint-appears-when-maxLine-6-text-not-truncated-1-chromium-linux.png and /dev/null differ diff --git a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Link-without-ellipsis-Verify-no-hint-appears-when-maxLine-6-text-not-truncated-1-firefox-linux.png b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Link-without-ellipsis-Verify-no-hint-appears-when-maxLine-6-text-not-truncated-1-firefox-linux.png deleted file mode 100644 index e26eabee0d..0000000000 Binary files a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Link-without-ellipsis-Verify-no-hint-appears-when-maxLine-6-text-not-truncated-1-firefox-linux.png and /dev/null differ diff --git a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Link-without-ellipsis-Verify-no-hint-appears-when-maxLine-6-text-not-truncated-1-webkit-linux.png b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Link-without-ellipsis-Verify-no-hint-appears-when-maxLine-6-text-not-truncated-1-webkit-linux.png deleted file mode 100644 index 18aa25da33..0000000000 Binary files a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Link-without-ellipsis-Verify-no-hint-appears-when-maxLine-6-text-not-truncated-1-webkit-linux.png and /dev/null differ diff --git a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on--1778f-llipsis-cropPosition-middle-size-700-1-chromium-linux.png b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on--1778f-llipsis-cropPosition-middle-size-700-1-chromium-linux.png index a405e3b523..05dbf83b1d 100644 Binary files a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on--1778f-llipsis-cropPosition-middle-size-700-1-chromium-linux.png and b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on--1778f-llipsis-cropPosition-middle-size-700-1-chromium-linux.png differ diff --git a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on--1778f-llipsis-cropPosition-middle-size-700-1-firefox-linux.png b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on--1778f-llipsis-cropPosition-middle-size-700-1-firefox-linux.png index 821919e323..dbb0b7a0c9 100644 Binary files a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on--1778f-llipsis-cropPosition-middle-size-700-1-firefox-linux.png and b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on--1778f-llipsis-cropPosition-middle-size-700-1-firefox-linux.png differ diff --git a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on--32ac2-llipsis-cropPosition-middle-size-500-1-chromium-linux.png b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on--32ac2-llipsis-cropPosition-middle-size-500-1-chromium-linux.png index 78144a512f..110be872a7 100644 Binary files a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on--32ac2-llipsis-cropPosition-middle-size-500-1-chromium-linux.png and b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on--32ac2-llipsis-cropPosition-middle-size-500-1-chromium-linux.png differ diff --git a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on--32ac2-llipsis-cropPosition-middle-size-500-1-firefox-linux.png b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on--32ac2-llipsis-cropPosition-middle-size-500-1-firefox-linux.png index 11f54153bb..b29317c336 100644 Binary files a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on--32ac2-llipsis-cropPosition-middle-size-500-1-firefox-linux.png and b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on--32ac2-llipsis-cropPosition-middle-size-500-1-firefox-linux.png differ diff --git a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on--50c74-h-ellipsis-cropPosition-end-size-200-1-chromium-linux.png b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on--50c74-h-ellipsis-cropPosition-end-size-200-1-chromium-linux.png index fe32c5b3c2..b92cdffaa9 100644 Binary files a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on--50c74-h-ellipsis-cropPosition-end-size-200-1-chromium-linux.png and b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on--50c74-h-ellipsis-cropPosition-end-size-200-1-chromium-linux.png differ diff --git a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on--50c74-h-ellipsis-cropPosition-end-size-200-1-firefox-linux.png b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on--50c74-h-ellipsis-cropPosition-end-size-200-1-firefox-linux.png index 141601a7ad..ac35c161dc 100644 Binary files a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on--50c74-h-ellipsis-cropPosition-end-size-200-1-firefox-linux.png and b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on--50c74-h-ellipsis-cropPosition-end-size-200-1-firefox-linux.png differ diff --git a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on--58d8a--middle-lastRequiredSymbols-7-size-200-1-chromium-linux.png b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on--58d8a--middle-lastRequiredSymbols-7-size-200-1-chromium-linux.png index f00318c7b4..3d6a0b5f80 100644 Binary files a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on--58d8a--middle-lastRequiredSymbols-7-size-200-1-chromium-linux.png and b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on--58d8a--middle-lastRequiredSymbols-7-size-200-1-chromium-linux.png differ diff --git a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on--58d8a--middle-lastRequiredSymbols-7-size-200-1-firefox-linux.png b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on--58d8a--middle-lastRequiredSymbols-7-size-200-1-firefox-linux.png index 0dc1ee2763..f916fc2fba 100644 Binary files a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on--58d8a--middle-lastRequiredSymbols-7-size-200-1-firefox-linux.png and b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on--58d8a--middle-lastRequiredSymbols-7-size-200-1-firefox-linux.png differ diff --git a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on--667ce-llipsis-cropPosition-middle-size-300-1-chromium-linux.png b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on--667ce-llipsis-cropPosition-middle-size-300-1-chromium-linux.png index d749708977..f2ecd49bfd 100644 Binary files a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on--667ce-llipsis-cropPosition-middle-size-300-1-chromium-linux.png and b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on--667ce-llipsis-cropPosition-middle-size-300-1-chromium-linux.png differ diff --git a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on--667ce-llipsis-cropPosition-middle-size-300-1-firefox-linux.png b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on--667ce-llipsis-cropPosition-middle-size-300-1-firefox-linux.png index 8fce54fc36..6921cfcdb4 100644 Binary files a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on--667ce-llipsis-cropPosition-middle-size-300-1-firefox-linux.png and b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on--667ce-llipsis-cropPosition-middle-size-300-1-firefox-linux.png differ diff --git a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on--71d08--middle-lastRequiredSymbols-2-size-100-1-chromium-linux.png b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on--71d08--middle-lastRequiredSymbols-2-size-100-1-chromium-linux.png index c82ebeeb04..9231abf39e 100644 Binary files a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on--71d08--middle-lastRequiredSymbols-2-size-100-1-chromium-linux.png and b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on--71d08--middle-lastRequiredSymbols-2-size-100-1-chromium-linux.png differ diff --git a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on--71d08--middle-lastRequiredSymbols-2-size-100-1-firefox-linux.png b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on--71d08--middle-lastRequiredSymbols-2-size-100-1-firefox-linux.png index 785520eb9f..3310c1e931 100644 Binary files a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on--71d08--middle-lastRequiredSymbols-2-size-100-1-firefox-linux.png and b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on--71d08--middle-lastRequiredSymbols-2-size-100-1-firefox-linux.png differ diff --git a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on--74807-h-ellipsis-cropPosition-end-size-400-1-chromium-linux.png b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on--74807-h-ellipsis-cropPosition-end-size-400-1-chromium-linux.png index f76aa845c5..c2f8e2852c 100644 Binary files a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on--74807-h-ellipsis-cropPosition-end-size-400-1-chromium-linux.png and b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on--74807-h-ellipsis-cropPosition-end-size-400-1-chromium-linux.png differ diff --git a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on--74807-h-ellipsis-cropPosition-end-size-400-1-firefox-linux.png b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on--74807-h-ellipsis-cropPosition-end-size-400-1-firefox-linux.png index 7954329b2e..4410b3bab0 100644 Binary files a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on--74807-h-ellipsis-cropPosition-end-size-400-1-firefox-linux.png and b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on--74807-h-ellipsis-cropPosition-end-size-400-1-firefox-linux.png differ diff --git a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on--8081d-llipsis-cropPosition-middle-size-800-1-chromium-linux.png b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on--8081d-llipsis-cropPosition-middle-size-800-1-chromium-linux.png index f4184b7696..29a3d63191 100644 Binary files a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on--8081d-llipsis-cropPosition-middle-size-800-1-chromium-linux.png and b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on--8081d-llipsis-cropPosition-middle-size-800-1-chromium-linux.png differ diff --git a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on--8081d-llipsis-cropPosition-middle-size-800-1-firefox-linux.png b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on--8081d-llipsis-cropPosition-middle-size-800-1-firefox-linux.png index 8b49e726df..4f43528d7c 100644 Binary files a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on--8081d-llipsis-cropPosition-middle-size-800-1-firefox-linux.png and b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on--8081d-llipsis-cropPosition-middle-size-800-1-firefox-linux.png differ diff --git a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on--8a6f9-h-ellipsis-cropPosition-end-size-600-1-chromium-linux.png b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on--8a6f9-h-ellipsis-cropPosition-end-size-600-1-chromium-linux.png index a13d6390ae..1b146f1d5d 100644 Binary files a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on--8a6f9-h-ellipsis-cropPosition-end-size-600-1-chromium-linux.png and b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on--8a6f9-h-ellipsis-cropPosition-end-size-600-1-chromium-linux.png differ diff --git a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on--8a6f9-h-ellipsis-cropPosition-end-size-600-1-firefox-linux.png b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on--8a6f9-h-ellipsis-cropPosition-end-size-600-1-firefox-linux.png index 98a4eef9d1..eaa7d88dd2 100644 Binary files a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on--8a6f9-h-ellipsis-cropPosition-end-size-600-1-firefox-linux.png and b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on--8a6f9-h-ellipsis-cropPosition-end-size-600-1-firefox-linux.png differ diff --git a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on--ad5cd-llipsis-cropPosition-middle-size-600-1-chromium-linux.png b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on--ad5cd-llipsis-cropPosition-middle-size-600-1-chromium-linux.png index 38eeb74b62..a5ca09c89c 100644 Binary files a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on--ad5cd-llipsis-cropPosition-middle-size-600-1-chromium-linux.png and b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on--ad5cd-llipsis-cropPosition-middle-size-600-1-chromium-linux.png differ diff --git a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on--ad5cd-llipsis-cropPosition-middle-size-600-1-firefox-linux.png b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on--ad5cd-llipsis-cropPosition-middle-size-600-1-firefox-linux.png index b338fe1d16..dcc9c06943 100644 Binary files a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on--ad5cd-llipsis-cropPosition-middle-size-600-1-firefox-linux.png and b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on--ad5cd-llipsis-cropPosition-middle-size-600-1-firefox-linux.png differ diff --git a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on--ec6ae-llipsis-cropPosition-middle-size-400-1-chromium-linux.png b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on--ec6ae-llipsis-cropPosition-middle-size-400-1-chromium-linux.png index 1b3b348d3e..0a6d602aca 100644 Binary files a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on--ec6ae-llipsis-cropPosition-middle-size-400-1-chromium-linux.png and b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on--ec6ae-llipsis-cropPosition-middle-size-400-1-chromium-linux.png differ diff --git a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on--ec6ae-llipsis-cropPosition-middle-size-400-1-firefox-linux.png b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on--ec6ae-llipsis-cropPosition-middle-size-400-1-firefox-linux.png index a19c6d57f8..b3b87dc8dc 100644 Binary files a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on--ec6ae-llipsis-cropPosition-middle-size-400-1-firefox-linux.png and b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on--ec6ae-llipsis-cropPosition-middle-size-400-1-firefox-linux.png differ diff --git a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on--ef0fe-h-ellipsis-cropPosition-end-size-800-1-chromium-linux.png b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on--ef0fe-h-ellipsis-cropPosition-end-size-800-1-chromium-linux.png index c8afd954b0..5e07e874a4 100644 Binary files a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on--ef0fe-h-ellipsis-cropPosition-end-size-800-1-chromium-linux.png and b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on--ef0fe-h-ellipsis-cropPosition-end-size-800-1-chromium-linux.png differ diff --git a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on--ef0fe-h-ellipsis-cropPosition-end-size-800-1-firefox-linux.png b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on--ef0fe-h-ellipsis-cropPosition-end-size-800-1-firefox-linux.png index 1d28ce6a4e..eda6a64a88 100644 Binary files a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on--ef0fe-h-ellipsis-cropPosition-end-size-800-1-firefox-linux.png and b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on--ef0fe-h-ellipsis-cropPosition-end-size-800-1-firefox-linux.png differ diff --git a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on-text-with-ellipsis-true-size-100-1-chromium-linux.png b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on-text-with-ellipsis-true-size-100-1-chromium-linux.png index aa819dae32..6433e49792 100644 Binary files a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on-text-with-ellipsis-true-size-100-1-chromium-linux.png and b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on-text-with-ellipsis-true-size-100-1-chromium-linux.png differ diff --git a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on-text-with-ellipsis-true-size-100-1-firefox-linux.png b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on-text-with-ellipsis-true-size-100-1-firefox-linux.png index 20a6136049..0daf2c9fea 100644 Binary files a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on-text-with-ellipsis-true-size-100-1-firefox-linux.png and b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on-text-with-ellipsis-true-size-100-1-firefox-linux.png differ diff --git a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on-text-with-ellipsis-true-size-200-1-chromium-linux.png b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on-text-with-ellipsis-true-size-200-1-chromium-linux.png index fe32c5b3c2..b92cdffaa9 100644 Binary files a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on-text-with-ellipsis-true-size-200-1-chromium-linux.png and b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on-text-with-ellipsis-true-size-200-1-chromium-linux.png differ diff --git a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on-text-with-ellipsis-true-size-200-1-firefox-linux.png b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on-text-with-ellipsis-true-size-200-1-firefox-linux.png index 141601a7ad..ac35c161dc 100644 Binary files a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on-text-with-ellipsis-true-size-200-1-firefox-linux.png and b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on-text-with-ellipsis-true-size-200-1-firefox-linux.png differ diff --git a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on-text-with-ellipsis-true-size-500-1-chromium-linux.png b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on-text-with-ellipsis-true-size-500-1-chromium-linux.png index d8b9ef3efb..c539bf9aee 100644 Binary files a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on-text-with-ellipsis-true-size-500-1-chromium-linux.png and b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on-text-with-ellipsis-true-size-500-1-chromium-linux.png differ diff --git a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on-text-with-ellipsis-true-size-500-1-firefox-linux.png b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on-text-with-ellipsis-true-size-500-1-firefox-linux.png index 55a658fbe5..cb908268a2 100644 Binary files a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on-text-with-ellipsis-true-size-500-1-firefox-linux.png and b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on-text-with-ellipsis-true-size-500-1-firefox-linux.png differ diff --git a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on-text-with-ellipsis-true-size-700-1-chromium-linux.png b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on-text-with-ellipsis-true-size-700-1-chromium-linux.png index 29714abf1e..80586171f8 100644 Binary files a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on-text-with-ellipsis-true-size-700-1-chromium-linux.png and b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on-text-with-ellipsis-true-size-700-1-chromium-linux.png differ diff --git a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on-text-with-ellipsis-true-size-700-1-firefox-linux.png b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on-text-with-ellipsis-true-size-700-1-firefox-linux.png index ee852b651d..fe6377d1a4 100644 Binary files a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on-text-with-ellipsis-true-size-700-1-firefox-linux.png and b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-with-ellipsis-Verify-ellipsis-on-text-with-ellipsis-true-size-700-1-firefox-linux.png differ diff --git a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-without-ellipsis-Verify-no-hint-a-abb3a-hen-ellipsis-maxLine-6-text-not-truncated-1-chromium-linux.png b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-without-ellipsis-Verify-no-hint-a-abb3a-hen-ellipsis-maxLine-6-text-not-truncated-1-chromium-linux.png index af62abb212..98f7b266a1 100644 Binary files a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-without-ellipsis-Verify-no-hint-a-abb3a-hen-ellipsis-maxLine-6-text-not-truncated-1-chromium-linux.png and b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-without-ellipsis-Verify-no-hint-a-abb3a-hen-ellipsis-maxLine-6-text-not-truncated-1-chromium-linux.png differ diff --git a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-without-ellipsis-Verify-no-hint-appears-when-ellipsis-false-1-chromium-linux.png b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-without-ellipsis-Verify-no-hint-appears-when-ellipsis-false-1-chromium-linux.png index af62abb212..98f7b266a1 100644 Binary files a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-without-ellipsis-Verify-no-hint-appears-when-ellipsis-false-1-chromium-linux.png and b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Text-without-ellipsis-Verify-no-hint-appears-when-ellipsis-false-1-chromium-linux.png differ diff --git a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Verify-basic-ellipsis-usage-1-chromium-linux.png b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Verify-basic-ellipsis-usage-1-chromium-linux.png index 4400a50e3e..f8494c3385 100644 Binary files a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Verify-basic-ellipsis-usage-1-chromium-linux.png and b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Verify-basic-ellipsis-usage-1-chromium-linux.png differ diff --git a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Verify-basic-ellipsis-usage-1-firefox-linux.png b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Verify-basic-ellipsis-usage-1-firefox-linux.png index 8668dfbb5d..c395dc354e 100644 Binary files a/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Verify-basic-ellipsis-usage-1-firefox-linux.png and b/semcore/base-components/__tests__/ellipsis.browser-test.tsx-snapshots/-visual-Verify-basic-ellipsis-usage-1-firefox-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 8c444adf9e..ebccf7b707 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__/flex-box.browser-test.tsx-snapshots/-visual-Verify-Flex-base-example-1-chromium-linux.png b/semcore/base-components/__tests__/flex-box.browser-test.tsx-snapshots/-visual-Verify-Flex-base-example-1-chromium-linux.png index 641a7f08fd..cd0f2dcb5b 100644 Binary files a/semcore/base-components/__tests__/flex-box.browser-test.tsx-snapshots/-visual-Verify-Flex-base-example-1-chromium-linux.png and b/semcore/base-components/__tests__/flex-box.browser-test.tsx-snapshots/-visual-Verify-Flex-base-example-1-chromium-linux.png differ diff --git a/semcore/base-components/__tests__/flex-box.browser-test.tsx-snapshots/-visual-Verify-Flex-base-example-1-firefox-linux.png b/semcore/base-components/__tests__/flex-box.browser-test.tsx-snapshots/-visual-Verify-Flex-base-example-1-firefox-linux.png index 87df3e46e7..4fe4ec12fb 100644 Binary files a/semcore/base-components/__tests__/flex-box.browser-test.tsx-snapshots/-visual-Verify-Flex-base-example-1-firefox-linux.png and b/semcore/base-components/__tests__/flex-box.browser-test.tsx-snapshots/-visual-Verify-Flex-base-example-1-firefox-linux.png differ diff --git a/semcore/base-components/__tests__/flex-box.browser-test.tsx-snapshots/-visual-Verify-Flex-base-example-1-webkit-linux.png b/semcore/base-components/__tests__/flex-box.browser-test.tsx-snapshots/-visual-Verify-Flex-base-example-1-webkit-linux.png index 98fd8b115a..877cca1e0b 100644 Binary files a/semcore/base-components/__tests__/flex-box.browser-test.tsx-snapshots/-visual-Verify-Flex-base-example-1-webkit-linux.png and b/semcore/base-components/__tests__/flex-box.browser-test.tsx-snapshots/-visual-Verify-Flex-base-example-1-webkit-linux.png differ diff --git a/semcore/base-components/__tests__/flex-box.browser-test.tsx-snapshots/-visual-Verify-Flex-gaps-for-all-boxes-1-chromium-linux.png b/semcore/base-components/__tests__/flex-box.browser-test.tsx-snapshots/-visual-Verify-Flex-gaps-for-all-boxes-1-chromium-linux.png index 2f186a18a7..414ed1f627 100644 Binary files a/semcore/base-components/__tests__/flex-box.browser-test.tsx-snapshots/-visual-Verify-Flex-gaps-for-all-boxes-1-chromium-linux.png and b/semcore/base-components/__tests__/flex-box.browser-test.tsx-snapshots/-visual-Verify-Flex-gaps-for-all-boxes-1-chromium-linux.png differ diff --git a/semcore/base-components/__tests__/grid.browser-test.tsx-snapshots/-visual-Verify-Col-span-and-offset-for-each-1200px-1-chromium-linux.png b/semcore/base-components/__tests__/grid.browser-test.tsx-snapshots/-visual-Verify-Col-span-and-offset-for-each-1200px-1-chromium-linux.png index 34b6e29675..f50734c94d 100644 Binary files a/semcore/base-components/__tests__/grid.browser-test.tsx-snapshots/-visual-Verify-Col-span-and-offset-for-each-1200px-1-chromium-linux.png and b/semcore/base-components/__tests__/grid.browser-test.tsx-snapshots/-visual-Verify-Col-span-and-offset-for-each-1200px-1-chromium-linux.png differ diff --git a/semcore/base-components/__tests__/grid.browser-test.tsx-snapshots/-visual-Verify-Col-span-and-offset-for-each-1200px-1-firefox-linux.png b/semcore/base-components/__tests__/grid.browser-test.tsx-snapshots/-visual-Verify-Col-span-and-offset-for-each-1200px-1-firefox-linux.png index 480549a164..2894e7e096 100644 Binary files a/semcore/base-components/__tests__/grid.browser-test.tsx-snapshots/-visual-Verify-Col-span-and-offset-for-each-1200px-1-firefox-linux.png and b/semcore/base-components/__tests__/grid.browser-test.tsx-snapshots/-visual-Verify-Col-span-and-offset-for-each-1200px-1-firefox-linux.png differ diff --git a/semcore/base-components/__tests__/grid.browser-test.tsx-snapshots/-visual-Verify-Col-span-and-offset-for-each-1200px-1-webkit-linux.png b/semcore/base-components/__tests__/grid.browser-test.tsx-snapshots/-visual-Verify-Col-span-and-offset-for-each-1200px-1-webkit-linux.png index c21c857102..5ea1187739 100644 Binary files a/semcore/base-components/__tests__/grid.browser-test.tsx-snapshots/-visual-Verify-Col-span-and-offset-for-each-1200px-1-webkit-linux.png and b/semcore/base-components/__tests__/grid.browser-test.tsx-snapshots/-visual-Verify-Col-span-and-offset-for-each-1200px-1-webkit-linux.png differ diff --git a/semcore/base-components/__tests__/grid.browser-test.tsx-snapshots/-visual-Verify-Col-span-and-offset-for-each-320px-1-chromium-linux.png b/semcore/base-components/__tests__/grid.browser-test.tsx-snapshots/-visual-Verify-Col-span-and-offset-for-each-320px-1-chromium-linux.png index 8722688d9c..7f464ed80a 100644 Binary files a/semcore/base-components/__tests__/grid.browser-test.tsx-snapshots/-visual-Verify-Col-span-and-offset-for-each-320px-1-chromium-linux.png and b/semcore/base-components/__tests__/grid.browser-test.tsx-snapshots/-visual-Verify-Col-span-and-offset-for-each-320px-1-chromium-linux.png differ diff --git a/semcore/base-components/__tests__/grid.browser-test.tsx-snapshots/-visual-Verify-Col-span-and-offset-for-each-320px-1-firefox-linux.png b/semcore/base-components/__tests__/grid.browser-test.tsx-snapshots/-visual-Verify-Col-span-and-offset-for-each-320px-1-firefox-linux.png index 171e2f1bac..497e2908c8 100644 Binary files a/semcore/base-components/__tests__/grid.browser-test.tsx-snapshots/-visual-Verify-Col-span-and-offset-for-each-320px-1-firefox-linux.png and b/semcore/base-components/__tests__/grid.browser-test.tsx-snapshots/-visual-Verify-Col-span-and-offset-for-each-320px-1-firefox-linux.png differ diff --git a/semcore/base-components/__tests__/grid.browser-test.tsx-snapshots/-visual-Verify-Col-span-and-offset-for-each-320px-1-webkit-linux.png b/semcore/base-components/__tests__/grid.browser-test.tsx-snapshots/-visual-Verify-Col-span-and-offset-for-each-320px-1-webkit-linux.png index 49390c6544..f3719eeb7d 100644 Binary files a/semcore/base-components/__tests__/grid.browser-test.tsx-snapshots/-visual-Verify-Col-span-and-offset-for-each-320px-1-webkit-linux.png and b/semcore/base-components/__tests__/grid.browser-test.tsx-snapshots/-visual-Verify-Col-span-and-offset-for-each-320px-1-webkit-linux.png differ diff --git a/semcore/base-components/__tests__/grid.browser-test.tsx-snapshots/-visual-Verify-Col-span-and-offset-for-each-768px-1-chromium-linux.png b/semcore/base-components/__tests__/grid.browser-test.tsx-snapshots/-visual-Verify-Col-span-and-offset-for-each-768px-1-chromium-linux.png index 42c1f77500..ffe7022acf 100644 Binary files a/semcore/base-components/__tests__/grid.browser-test.tsx-snapshots/-visual-Verify-Col-span-and-offset-for-each-768px-1-chromium-linux.png and b/semcore/base-components/__tests__/grid.browser-test.tsx-snapshots/-visual-Verify-Col-span-and-offset-for-each-768px-1-chromium-linux.png differ diff --git a/semcore/base-components/__tests__/grid.browser-test.tsx-snapshots/-visual-Verify-Col-span-and-offset-for-each-768px-1-firefox-linux.png b/semcore/base-components/__tests__/grid.browser-test.tsx-snapshots/-visual-Verify-Col-span-and-offset-for-each-768px-1-firefox-linux.png index 182bfa269f..8e5bcf64b9 100644 Binary files a/semcore/base-components/__tests__/grid.browser-test.tsx-snapshots/-visual-Verify-Col-span-and-offset-for-each-768px-1-firefox-linux.png and b/semcore/base-components/__tests__/grid.browser-test.tsx-snapshots/-visual-Verify-Col-span-and-offset-for-each-768px-1-firefox-linux.png differ diff --git a/semcore/base-components/__tests__/grid.browser-test.tsx-snapshots/-visual-Verify-Col-span-and-offset-for-each-768px-1-webkit-linux.png b/semcore/base-components/__tests__/grid.browser-test.tsx-snapshots/-visual-Verify-Col-span-and-offset-for-each-768px-1-webkit-linux.png index c186ad0598..e75a477347 100644 Binary files a/semcore/base-components/__tests__/grid.browser-test.tsx-snapshots/-visual-Verify-Col-span-and-offset-for-each-768px-1-webkit-linux.png and b/semcore/base-components/__tests__/grid.browser-test.tsx-snapshots/-visual-Verify-Col-span-and-offset-for-each-768px-1-webkit-linux.png differ diff --git a/semcore/base-components/__tests__/grid.browser-test.tsx-snapshots/-visual-Verify-Grid-is-responsive-with-alternative-API-for-each-1200px-1-chromium-linux.png b/semcore/base-components/__tests__/grid.browser-test.tsx-snapshots/-visual-Verify-Grid-is-responsive-with-alternative-API-for-each-1200px-1-chromium-linux.png index 336a0134a5..d7bb5362e8 100644 Binary files a/semcore/base-components/__tests__/grid.browser-test.tsx-snapshots/-visual-Verify-Grid-is-responsive-with-alternative-API-for-each-1200px-1-chromium-linux.png and b/semcore/base-components/__tests__/grid.browser-test.tsx-snapshots/-visual-Verify-Grid-is-responsive-with-alternative-API-for-each-1200px-1-chromium-linux.png differ diff --git a/semcore/base-components/__tests__/grid.browser-test.tsx-snapshots/-visual-Verify-Grid-is-responsive-with-alternative-API-for-each-1200px-1-firefox-linux.png b/semcore/base-components/__tests__/grid.browser-test.tsx-snapshots/-visual-Verify-Grid-is-responsive-with-alternative-API-for-each-1200px-1-firefox-linux.png index af2e39d046..15692b99b3 100644 Binary files a/semcore/base-components/__tests__/grid.browser-test.tsx-snapshots/-visual-Verify-Grid-is-responsive-with-alternative-API-for-each-1200px-1-firefox-linux.png and b/semcore/base-components/__tests__/grid.browser-test.tsx-snapshots/-visual-Verify-Grid-is-responsive-with-alternative-API-for-each-1200px-1-firefox-linux.png differ diff --git a/semcore/base-components/__tests__/grid.browser-test.tsx-snapshots/-visual-Verify-Grid-is-responsive-with-alternative-API-for-each-1200px-1-webkit-linux.png b/semcore/base-components/__tests__/grid.browser-test.tsx-snapshots/-visual-Verify-Grid-is-responsive-with-alternative-API-for-each-1200px-1-webkit-linux.png index c05a218030..12fbd717d5 100644 Binary files a/semcore/base-components/__tests__/grid.browser-test.tsx-snapshots/-visual-Verify-Grid-is-responsive-with-alternative-API-for-each-1200px-1-webkit-linux.png and b/semcore/base-components/__tests__/grid.browser-test.tsx-snapshots/-visual-Verify-Grid-is-responsive-with-alternative-API-for-each-1200px-1-webkit-linux.png differ diff --git a/semcore/base-components/__tests__/grid.browser-test.tsx-snapshots/-visual-Verify-Grid-is-responsive-with-alternative-API-for-each-320px-1-chromium-linux.png b/semcore/base-components/__tests__/grid.browser-test.tsx-snapshots/-visual-Verify-Grid-is-responsive-with-alternative-API-for-each-320px-1-chromium-linux.png index 5ea89124dc..29b94cc4cd 100644 Binary files a/semcore/base-components/__tests__/grid.browser-test.tsx-snapshots/-visual-Verify-Grid-is-responsive-with-alternative-API-for-each-320px-1-chromium-linux.png and b/semcore/base-components/__tests__/grid.browser-test.tsx-snapshots/-visual-Verify-Grid-is-responsive-with-alternative-API-for-each-320px-1-chromium-linux.png differ diff --git a/semcore/base-components/__tests__/grid.browser-test.tsx-snapshots/-visual-Verify-Grid-is-responsive-with-alternative-API-for-each-320px-1-firefox-linux.png b/semcore/base-components/__tests__/grid.browser-test.tsx-snapshots/-visual-Verify-Grid-is-responsive-with-alternative-API-for-each-320px-1-firefox-linux.png index 8da33672a8..ac41b23e56 100644 Binary files a/semcore/base-components/__tests__/grid.browser-test.tsx-snapshots/-visual-Verify-Grid-is-responsive-with-alternative-API-for-each-320px-1-firefox-linux.png and b/semcore/base-components/__tests__/grid.browser-test.tsx-snapshots/-visual-Verify-Grid-is-responsive-with-alternative-API-for-each-320px-1-firefox-linux.png differ diff --git a/semcore/base-components/__tests__/grid.browser-test.tsx-snapshots/-visual-Verify-Grid-is-responsive-with-alternative-API-for-each-320px-1-webkit-linux.png b/semcore/base-components/__tests__/grid.browser-test.tsx-snapshots/-visual-Verify-Grid-is-responsive-with-alternative-API-for-each-320px-1-webkit-linux.png index 137cc301b7..eab5699068 100644 Binary files a/semcore/base-components/__tests__/grid.browser-test.tsx-snapshots/-visual-Verify-Grid-is-responsive-with-alternative-API-for-each-320px-1-webkit-linux.png and b/semcore/base-components/__tests__/grid.browser-test.tsx-snapshots/-visual-Verify-Grid-is-responsive-with-alternative-API-for-each-320px-1-webkit-linux.png differ diff --git a/semcore/base-components/__tests__/grid.browser-test.tsx-snapshots/-visual-Verify-Grid-is-responsive-with-alternative-API-for-each-768px-1-chromium-linux.png b/semcore/base-components/__tests__/grid.browser-test.tsx-snapshots/-visual-Verify-Grid-is-responsive-with-alternative-API-for-each-768px-1-chromium-linux.png index 566a2ce3a4..db55fa2a5c 100644 Binary files a/semcore/base-components/__tests__/grid.browser-test.tsx-snapshots/-visual-Verify-Grid-is-responsive-with-alternative-API-for-each-768px-1-chromium-linux.png and b/semcore/base-components/__tests__/grid.browser-test.tsx-snapshots/-visual-Verify-Grid-is-responsive-with-alternative-API-for-each-768px-1-chromium-linux.png differ diff --git a/semcore/base-components/__tests__/grid.browser-test.tsx-snapshots/-visual-Verify-Grid-is-responsive-with-alternative-API-for-each-768px-1-firefox-linux.png b/semcore/base-components/__tests__/grid.browser-test.tsx-snapshots/-visual-Verify-Grid-is-responsive-with-alternative-API-for-each-768px-1-firefox-linux.png index a4f7a0ed54..33826415ac 100644 Binary files a/semcore/base-components/__tests__/grid.browser-test.tsx-snapshots/-visual-Verify-Grid-is-responsive-with-alternative-API-for-each-768px-1-firefox-linux.png and b/semcore/base-components/__tests__/grid.browser-test.tsx-snapshots/-visual-Verify-Grid-is-responsive-with-alternative-API-for-each-768px-1-firefox-linux.png differ diff --git a/semcore/base-components/__tests__/grid.browser-test.tsx-snapshots/-visual-Verify-Grid-is-responsive-with-alternative-API-for-each-768px-1-webkit-linux.png b/semcore/base-components/__tests__/grid.browser-test.tsx-snapshots/-visual-Verify-Grid-is-responsive-with-alternative-API-for-each-768px-1-webkit-linux.png index b2bbd9cdd7..5d5195ef6d 100644 Binary files a/semcore/base-components/__tests__/grid.browser-test.tsx-snapshots/-visual-Verify-Grid-is-responsive-with-alternative-API-for-each-768px-1-webkit-linux.png and b/semcore/base-components/__tests__/grid.browser-test.tsx-snapshots/-visual-Verify-Grid-is-responsive-with-alternative-API-for-each-768px-1-webkit-linux.png differ diff --git a/semcore/base-components/__tests__/grid.browser-test.tsx-snapshots/-visual-Verify-Grid-is-responsive-with-md-sm-xs-offset-and-mdOffset-for-each-1200px-1-chromium-linux.png b/semcore/base-components/__tests__/grid.browser-test.tsx-snapshots/-visual-Verify-Grid-is-responsive-with-md-sm-xs-offset-and-mdOffset-for-each-1200px-1-chromium-linux.png index 336a0134a5..d7bb5362e8 100644 Binary files a/semcore/base-components/__tests__/grid.browser-test.tsx-snapshots/-visual-Verify-Grid-is-responsive-with-md-sm-xs-offset-and-mdOffset-for-each-1200px-1-chromium-linux.png and b/semcore/base-components/__tests__/grid.browser-test.tsx-snapshots/-visual-Verify-Grid-is-responsive-with-md-sm-xs-offset-and-mdOffset-for-each-1200px-1-chromium-linux.png differ diff --git a/semcore/base-components/__tests__/grid.browser-test.tsx-snapshots/-visual-Verify-Grid-is-responsive-with-md-sm-xs-offset-and-mdOffset-for-each-1200px-1-firefox-linux.png b/semcore/base-components/__tests__/grid.browser-test.tsx-snapshots/-visual-Verify-Grid-is-responsive-with-md-sm-xs-offset-and-mdOffset-for-each-1200px-1-firefox-linux.png index af2e39d046..15692b99b3 100644 Binary files a/semcore/base-components/__tests__/grid.browser-test.tsx-snapshots/-visual-Verify-Grid-is-responsive-with-md-sm-xs-offset-and-mdOffset-for-each-1200px-1-firefox-linux.png and b/semcore/base-components/__tests__/grid.browser-test.tsx-snapshots/-visual-Verify-Grid-is-responsive-with-md-sm-xs-offset-and-mdOffset-for-each-1200px-1-firefox-linux.png differ diff --git a/semcore/base-components/__tests__/grid.browser-test.tsx-snapshots/-visual-Verify-Grid-is-responsive-with-md-sm-xs-offset-and-mdOffset-for-each-1200px-1-webkit-linux.png b/semcore/base-components/__tests__/grid.browser-test.tsx-snapshots/-visual-Verify-Grid-is-responsive-with-md-sm-xs-offset-and-mdOffset-for-each-1200px-1-webkit-linux.png index c05a218030..12fbd717d5 100644 Binary files a/semcore/base-components/__tests__/grid.browser-test.tsx-snapshots/-visual-Verify-Grid-is-responsive-with-md-sm-xs-offset-and-mdOffset-for-each-1200px-1-webkit-linux.png and b/semcore/base-components/__tests__/grid.browser-test.tsx-snapshots/-visual-Verify-Grid-is-responsive-with-md-sm-xs-offset-and-mdOffset-for-each-1200px-1-webkit-linux.png differ diff --git a/semcore/base-components/__tests__/grid.browser-test.tsx-snapshots/-visual-Verify-Grid-is-responsive-with-md-sm-xs-offset-and-mdOffset-for-each-320px-1-chromium-linux.png b/semcore/base-components/__tests__/grid.browser-test.tsx-snapshots/-visual-Verify-Grid-is-responsive-with-md-sm-xs-offset-and-mdOffset-for-each-320px-1-chromium-linux.png index 5ea89124dc..29b94cc4cd 100644 Binary files a/semcore/base-components/__tests__/grid.browser-test.tsx-snapshots/-visual-Verify-Grid-is-responsive-with-md-sm-xs-offset-and-mdOffset-for-each-320px-1-chromium-linux.png and b/semcore/base-components/__tests__/grid.browser-test.tsx-snapshots/-visual-Verify-Grid-is-responsive-with-md-sm-xs-offset-and-mdOffset-for-each-320px-1-chromium-linux.png differ diff --git a/semcore/base-components/__tests__/grid.browser-test.tsx-snapshots/-visual-Verify-Grid-is-responsive-with-md-sm-xs-offset-and-mdOffset-for-each-320px-1-firefox-linux.png b/semcore/base-components/__tests__/grid.browser-test.tsx-snapshots/-visual-Verify-Grid-is-responsive-with-md-sm-xs-offset-and-mdOffset-for-each-320px-1-firefox-linux.png index 8da33672a8..ac41b23e56 100644 Binary files a/semcore/base-components/__tests__/grid.browser-test.tsx-snapshots/-visual-Verify-Grid-is-responsive-with-md-sm-xs-offset-and-mdOffset-for-each-320px-1-firefox-linux.png and b/semcore/base-components/__tests__/grid.browser-test.tsx-snapshots/-visual-Verify-Grid-is-responsive-with-md-sm-xs-offset-and-mdOffset-for-each-320px-1-firefox-linux.png differ diff --git a/semcore/base-components/__tests__/grid.browser-test.tsx-snapshots/-visual-Verify-Grid-is-responsive-with-md-sm-xs-offset-and-mdOffset-for-each-320px-1-webkit-linux.png b/semcore/base-components/__tests__/grid.browser-test.tsx-snapshots/-visual-Verify-Grid-is-responsive-with-md-sm-xs-offset-and-mdOffset-for-each-320px-1-webkit-linux.png index 137cc301b7..eab5699068 100644 Binary files a/semcore/base-components/__tests__/grid.browser-test.tsx-snapshots/-visual-Verify-Grid-is-responsive-with-md-sm-xs-offset-and-mdOffset-for-each-320px-1-webkit-linux.png and b/semcore/base-components/__tests__/grid.browser-test.tsx-snapshots/-visual-Verify-Grid-is-responsive-with-md-sm-xs-offset-and-mdOffset-for-each-320px-1-webkit-linux.png differ diff --git a/semcore/base-components/__tests__/grid.browser-test.tsx-snapshots/-visual-Verify-Grid-is-responsive-with-md-sm-xs-offset-and-mdOffset-for-each-768px-1-chromium-linux.png b/semcore/base-components/__tests__/grid.browser-test.tsx-snapshots/-visual-Verify-Grid-is-responsive-with-md-sm-xs-offset-and-mdOffset-for-each-768px-1-chromium-linux.png index 566a2ce3a4..db55fa2a5c 100644 Binary files a/semcore/base-components/__tests__/grid.browser-test.tsx-snapshots/-visual-Verify-Grid-is-responsive-with-md-sm-xs-offset-and-mdOffset-for-each-768px-1-chromium-linux.png and b/semcore/base-components/__tests__/grid.browser-test.tsx-snapshots/-visual-Verify-Grid-is-responsive-with-md-sm-xs-offset-and-mdOffset-for-each-768px-1-chromium-linux.png differ diff --git a/semcore/base-components/__tests__/grid.browser-test.tsx-snapshots/-visual-Verify-Grid-is-responsive-with-md-sm-xs-offset-and-mdOffset-for-each-768px-1-firefox-linux.png b/semcore/base-components/__tests__/grid.browser-test.tsx-snapshots/-visual-Verify-Grid-is-responsive-with-md-sm-xs-offset-and-mdOffset-for-each-768px-1-firefox-linux.png index a4f7a0ed54..33826415ac 100644 Binary files a/semcore/base-components/__tests__/grid.browser-test.tsx-snapshots/-visual-Verify-Grid-is-responsive-with-md-sm-xs-offset-and-mdOffset-for-each-768px-1-firefox-linux.png and b/semcore/base-components/__tests__/grid.browser-test.tsx-snapshots/-visual-Verify-Grid-is-responsive-with-md-sm-xs-offset-and-mdOffset-for-each-768px-1-firefox-linux.png differ diff --git a/semcore/base-components/__tests__/grid.browser-test.tsx-snapshots/-visual-Verify-Grid-is-responsive-with-md-sm-xs-offset-and-mdOffset-for-each-768px-1-webkit-linux.png b/semcore/base-components/__tests__/grid.browser-test.tsx-snapshots/-visual-Verify-Grid-is-responsive-with-md-sm-xs-offset-and-mdOffset-for-each-768px-1-webkit-linux.png index b2bbd9cdd7..5d5195ef6d 100644 Binary files a/semcore/base-components/__tests__/grid.browser-test.tsx-snapshots/-visual-Verify-Grid-is-responsive-with-md-sm-xs-offset-and-mdOffset-for-each-768px-1-webkit-linux.png and b/semcore/base-components/__tests__/grid.browser-test.tsx-snapshots/-visual-Verify-Grid-is-responsive-with-md-sm-xs-offset-and-mdOffset-for-each-768px-1-webkit-linux.png differ 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 9a9208f5aa..4d2a6bb8e9 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 e6c9211f60..539bd314ca 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 a0ba15b7c2..e3b7adfe5e 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 c28322ab50..324100fa8c 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 61087be043..c2933f06ea 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 2b66b43409..586c6c2a14 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 6c92a44669..a22a580819 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 a286ed0332..7b13e2fc27 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 977e101c8a..46dab395c2 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 cf0721a108..60673dde86 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 9fb59cb26e..b19baba3ff 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-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 125e42e223..21f396d382 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 e8105fe99e..bd303f2198 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-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 bb834f0cae..1958c75165 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 48fdfd30c5..657d614195 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-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 d961706d13..10a4d7092f 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 f1a15a5aad..076b78e080 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-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 82d2be3750..437aaf0318 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 4e80f97999..2a0c8d554f 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-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 b0a7025547..08260a26ca 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 842025f24e..ef0cbdeeaf 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-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 4aac643887..ae12f2daf4 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 e237248ebf..54afe2fd27 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-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 cdb966abda..58b6fd22a9 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 048997a130..1827554b1f 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-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 bab174da66..3931219b15 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 d46b5ea51f..beba73c2fa 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-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 f62f7de91d..d03b251c61 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 1805b01727..6d9fd7bf9a 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-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 9f5d7075fb..37378b06a9 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 fd493deebf..6113d4604d 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-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 302552c65c..229442a3bc 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 02a074ca4f..203f94044a 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__/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 02a99ab540..bcf21d6ee4 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/popper-bottom-end-firefox-linux.png b/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-bottom-end-firefox-linux.png index c8047362ad..aa9bd66351 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-firefox-linux.png b/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-bottom-firefox-linux.png index 117a46be53..12bea23977 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-firefox-linux.png b/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-bottom-start-firefox-linux.png index c9c9edfb59..0568682878 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-left-end-firefox-linux.png b/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-left-end-firefox-linux.png index 4b62761f9f..f40061dc2a 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-firefox-linux.png b/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-left-firefox-linux.png index 09b823071b..797b4f7880 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-firefox-linux.png b/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-left-start-firefox-linux.png index a89218a4a2..20cc0243c7 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-right-end-firefox-linux.png b/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-right-end-firefox-linux.png index b9eed50a4a..c9f09c557c 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-firefox-linux.png b/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-right-firefox-linux.png index e8e7d45996..5f3b63fbfd 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-firefox-linux.png b/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-right-start-firefox-linux.png index 9302c71ffa..e313665894 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-top-end-firefox-linux.png b/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-top-end-firefox-linux.png index 22a9f0d286..4f236a74b6 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-firefox-linux.png b/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-top-firefox-linux.png index c57280f2f5..734467f31c 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-firefox-linux.png b/semcore/base-components/__tests__/popper.browser-test.tsx-snapshots/popper-top-start-firefox-linux.png index 0fe8c249f4..29f0f8fc52 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__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-base-example-keyboard-scroll-1-chromium-linux.png b/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-base-example-keyboard-scroll-1-chromium-linux.png index a0b7f8383e..d318869f28 100644 Binary files a/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-base-example-keyboard-scroll-1-chromium-linux.png and b/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-base-example-keyboard-scroll-1-chromium-linux.png differ diff --git a/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-base-example-keyboard-scroll-1-firefox-linux.png b/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-base-example-keyboard-scroll-1-firefox-linux.png index bb25df5aba..cf831c5379 100644 Binary files a/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-base-example-keyboard-scroll-1-firefox-linux.png and b/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-base-example-keyboard-scroll-1-firefox-linux.png differ diff --git a/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-base-example-keyboard-scroll-1-webkit-linux.png b/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-base-example-keyboard-scroll-1-webkit-linux.png index 625f004543..dffc20ccd4 100644 Binary files a/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-base-example-keyboard-scroll-1-webkit-linux.png and b/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-base-example-keyboard-scroll-1-webkit-linux.png differ diff --git a/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-base-example-mouse-scroll-1-chromium-linux.png b/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-base-example-mouse-scroll-1-chromium-linux.png index 2db7560034..a81dfcdeb4 100644 Binary files a/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-base-example-mouse-scroll-1-chromium-linux.png and b/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-base-example-mouse-scroll-1-chromium-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 d66d6f6600..afa88072a6 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-base-example-mouse-scroll-1-webkit-linux.png b/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-base-example-mouse-scroll-1-webkit-linux.png index f24340c074..5721e47845 100644 Binary files a/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-base-example-mouse-scroll-1-webkit-linux.png and b/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-base-example-mouse-scroll-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-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 8c10e79150..70940905c9 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 daf4be558c..2b587c864e 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 d753c7de2b..e43ff5bd2a 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 a01bc85c95..62058f9d5b 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 7e5af7ab27..fab2855992 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 65bef7e743..4b0b59add5 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 90eba1352a..dc57dc528a 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 acd2ed4bc1..8f9ac4805e 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 2dbd4ad6e4..836d3c65e6 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 07b804b773..5aa48a4551 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 c7c8e78451..ac78807403 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 fa4620b272..3dbfb2ff27 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/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-mouse-Scroll-Area-with-shadow-f-5592a-hadowSize-15-focusRingOffset-0px-Offset-100-1-chromium-linux.png b/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-mouse-Scroll-Area-with-shadow-f-5592a-hadowSize-15-focusRingOffset-0px-Offset-100-1-chromium-linux.png index ec0da6707e..cc0fe98570 100644 Binary files a/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-mouse-Scroll-Area-with-shadow-f-5592a-hadowSize-15-focusRingOffset-0px-Offset-100-1-chromium-linux.png and b/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-mouse-Scroll-Area-with-shadow-f-5592a-hadowSize-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-mouse-Scroll-Area-with-shadow-f-5592a-hadowSize-15-focusRingOffset-0px-Offset-100-1-firefox-linux.png b/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-mouse-Scroll-Area-with-shadow-f-5592a-hadowSize-15-focusRingOffset-0px-Offset-100-1-firefox-linux.png index bd2c2314d9..e94920316b 100644 Binary files a/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-mouse-Scroll-Area-with-shadow-f-5592a-hadowSize-15-focusRingOffset-0px-Offset-100-1-firefox-linux.png and b/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-mouse-Scroll-Area-with-shadow-f-5592a-hadowSize-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-mouse-Scroll-Area-with-shadow-f-5592a-hadowSize-15-focusRingOffset-0px-Offset-100-1-webkit-linux.png b/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-mouse-Scroll-Area-with-shadow-f-5592a-hadowSize-15-focusRingOffset-0px-Offset-100-1-webkit-linux.png index e4726e731f..140ebbde38 100644 Binary files a/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-mouse-Scroll-Area-with-shadow-f-5592a-hadowSize-15-focusRingOffset-0px-Offset-100-1-webkit-linux.png and b/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-mouse-Scroll-Area-with-shadow-f-5592a-hadowSize-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-mouse-Scroll-Area-with-shadow-f-bd721--shadowSize-25-focusRingOffset-0px-Offset-0-1-chromium-linux.png b/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-mouse-Scroll-Area-with-shadow-f-bd721--shadowSize-25-focusRingOffset-0px-Offset-0-1-chromium-linux.png index b7c4f362d1..5ea093a566 100644 Binary files a/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-mouse-Scroll-Area-with-shadow-f-bd721--shadowSize-25-focusRingOffset-0px-Offset-0-1-chromium-linux.png and b/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-mouse-Scroll-Area-with-shadow-f-bd721--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-mouse-Scroll-Area-with-shadow-f-bd721--shadowSize-25-focusRingOffset-0px-Offset-0-1-firefox-linux.png b/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-mouse-Scroll-Area-with-shadow-f-bd721--shadowSize-25-focusRingOffset-0px-Offset-0-1-firefox-linux.png index b682d7f564..28f15e927b 100644 Binary files a/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-mouse-Scroll-Area-with-shadow-f-bd721--shadowSize-25-focusRingOffset-0px-Offset-0-1-firefox-linux.png and b/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-mouse-Scroll-Area-with-shadow-f-bd721--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-mouse-Scroll-Area-with-shadow-f-bd721--shadowSize-25-focusRingOffset-0px-Offset-0-1-webkit-linux.png b/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-mouse-Scroll-Area-with-shadow-f-bd721--shadowSize-25-focusRingOffset-0px-Offset-0-1-webkit-linux.png index cae1867544..b130a64844 100644 Binary files a/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-mouse-Scroll-Area-with-shadow-f-bd721--shadowSize-25-focusRingOffset-0px-Offset-0-1-webkit-linux.png and b/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-mouse-Scroll-Area-with-shadow-f-bd721--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-mouse-Scroll-Area-with-shadow-t-2125a-hadowSize-20-focusRingOffset-0px-Offset-100-1-chromium-linux.png b/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-mouse-Scroll-Area-with-shadow-t-2125a-hadowSize-20-focusRingOffset-0px-Offset-100-1-chromium-linux.png index 8cf49ea246..f315359ddb 100644 Binary files a/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-mouse-Scroll-Area-with-shadow-t-2125a-hadowSize-20-focusRingOffset-0px-Offset-100-1-chromium-linux.png and b/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-mouse-Scroll-Area-with-shadow-t-2125a-hadowSize-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-mouse-Scroll-Area-with-shadow-t-2125a-hadowSize-20-focusRingOffset-0px-Offset-100-1-firefox-linux.png b/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-mouse-Scroll-Area-with-shadow-t-2125a-hadowSize-20-focusRingOffset-0px-Offset-100-1-firefox-linux.png index d889a2b85a..8420e1d9c8 100644 Binary files a/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-mouse-Scroll-Area-with-shadow-t-2125a-hadowSize-20-focusRingOffset-0px-Offset-100-1-firefox-linux.png and b/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-mouse-Scroll-Area-with-shadow-t-2125a-hadowSize-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-mouse-Scroll-Area-with-shadow-t-2125a-hadowSize-20-focusRingOffset-0px-Offset-100-1-webkit-linux.png b/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-mouse-Scroll-Area-with-shadow-t-2125a-hadowSize-20-focusRingOffset-0px-Offset-100-1-webkit-linux.png index a437540bdc..14615bd534 100644 Binary files a/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-mouse-Scroll-Area-with-shadow-t-2125a-hadowSize-20-focusRingOffset-0px-Offset-100-1-webkit-linux.png and b/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-mouse-Scroll-Area-with-shadow-t-2125a-hadowSize-20-focusRingOffset-0px-Offset-100-1-webkit-linux.png differ diff --git a/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-mouse-Scroll-Area-with-shadow-t-bfc15-adowSize-30-focusRingOffset-40px-Offset-100-1-chromium-linux.png b/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-mouse-Scroll-Area-with-shadow-t-bfc15-adowSize-30-focusRingOffset-40px-Offset-100-1-chromium-linux.png index 2d18921885..9eb3b147db 100644 Binary files a/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-mouse-Scroll-Area-with-shadow-t-bfc15-adowSize-30-focusRingOffset-40px-Offset-100-1-chromium-linux.png and b/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-mouse-Scroll-Area-with-shadow-t-bfc15-adowSize-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-mouse-Scroll-Area-with-shadow-t-bfc15-adowSize-30-focusRingOffset-40px-Offset-100-1-firefox-linux.png b/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-mouse-Scroll-Area-with-shadow-t-bfc15-adowSize-30-focusRingOffset-40px-Offset-100-1-firefox-linux.png index d845406fae..d524cc3b53 100644 Binary files a/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-mouse-Scroll-Area-with-shadow-t-bfc15-adowSize-30-focusRingOffset-40px-Offset-100-1-firefox-linux.png and b/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-mouse-Scroll-Area-with-shadow-t-bfc15-adowSize-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-mouse-Scroll-Area-with-shadow-t-bfc15-adowSize-30-focusRingOffset-40px-Offset-100-1-webkit-linux.png b/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-mouse-Scroll-Area-with-shadow-t-bfc15-adowSize-30-focusRingOffset-40px-Offset-100-1-webkit-linux.png index 08249224a3..f3d843ae23 100644 Binary files a/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-mouse-Scroll-Area-with-shadow-t-bfc15-adowSize-30-focusRingOffset-40px-Offset-100-1-webkit-linux.png and b/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-mouse-Scroll-Area-with-shadow-t-bfc15-adowSize-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-scrollArea-relative-height-after-resize-1-chromium-linux.png b/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-scrollArea-relative-height-after-resize-1-chromium-linux.png index b50ba988bd..2cc4e51bc1 100644 Binary files a/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-scrollArea-relative-height-after-resize-1-chromium-linux.png and b/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-scrollArea-relative-height-after-resize-1-chromium-linux.png differ diff --git a/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-scrollArea-relative-height-after-resize-1-firefox-linux.png b/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-scrollArea-relative-height-after-resize-1-firefox-linux.png index f72e230561..63f50401f3 100644 Binary files a/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-scrollArea-relative-height-after-resize-1-firefox-linux.png and b/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-scrollArea-relative-height-after-resize-1-firefox-linux.png differ diff --git a/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-scrollArea-relative-height-after-resize-1-webkit-linux.png b/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-scrollArea-relative-height-after-resize-1-webkit-linux.png index 3e495ada7e..72a07fc959 100644 Binary files a/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-scrollArea-relative-height-after-resize-1-webkit-linux.png and b/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-scrollArea-relative-height-after-resize-1-webkit-linux.png differ diff --git a/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-scrollArea-relative-height-after-resize-2-chromium-linux.png b/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-scrollArea-relative-height-after-resize-2-chromium-linux.png index 1359ead9e4..b41e7a6a19 100644 Binary files a/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-scrollArea-relative-height-after-resize-2-chromium-linux.png and b/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-scrollArea-relative-height-after-resize-2-chromium-linux.png differ diff --git a/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-scrollArea-relative-height-after-resize-2-firefox-linux.png b/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-scrollArea-relative-height-after-resize-2-firefox-linux.png index 022fe0f3cd..0201d5097d 100644 Binary files a/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-scrollArea-relative-height-after-resize-2-firefox-linux.png and b/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-scrollArea-relative-height-after-resize-2-firefox-linux.png differ diff --git a/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-scrollArea-relative-height-after-resize-2-webkit-linux.png b/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-scrollArea-relative-height-after-resize-2-webkit-linux.png index 7bd63817dd..6130fe6a3a 100644 Binary files a/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-scrollArea-relative-height-after-resize-2-webkit-linux.png and b/semcore/base-components/__tests__/scroll-area.browser-test.tsx-snapshots/-visual-Verify-scrollArea-relative-height-after-resize-2-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-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 4d30980153..79d4532520 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 edee3dcf4d..0f89a0a9a7 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-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 1ab38b4110..451087502f 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 a95d79e8d8..1e509cb534 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__/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 cc28aff19f..cbd67d385b 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/breadcrumbs/__tests__/breadcrumbs.browser-test.tsx-snapshots/-visual-Verify-custom-styles-and-separator-1-chromium-linux.png b/semcore/breadcrumbs/__tests__/breadcrumbs.browser-test.tsx-snapshots/-visual-Verify-custom-styles-and-separator-1-chromium-linux.png index f6500bc3e3..860c64d29a 100644 Binary files a/semcore/breadcrumbs/__tests__/breadcrumbs.browser-test.tsx-snapshots/-visual-Verify-custom-styles-and-separator-1-chromium-linux.png and b/semcore/breadcrumbs/__tests__/breadcrumbs.browser-test.tsx-snapshots/-visual-Verify-custom-styles-and-separator-1-chromium-linux.png differ diff --git a/semcore/breadcrumbs/__tests__/breadcrumbs.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-the-end-1-chromium-linux.png b/semcore/breadcrumbs/__tests__/breadcrumbs.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-the-end-1-chromium-linux.png index b3cf0e5a2e..0cb7f02fb8 100644 Binary files a/semcore/breadcrumbs/__tests__/breadcrumbs.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-the-end-1-chromium-linux.png and b/semcore/breadcrumbs/__tests__/breadcrumbs.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-the-end-1-chromium-linux.png differ diff --git a/semcore/breadcrumbs/__tests__/breadcrumbs.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-the-end-1-firefox-linux.png b/semcore/breadcrumbs/__tests__/breadcrumbs.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-the-end-1-firefox-linux.png index 0982b5ce3b..10276a839c 100644 Binary files a/semcore/breadcrumbs/__tests__/breadcrumbs.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-the-end-1-firefox-linux.png and b/semcore/breadcrumbs/__tests__/breadcrumbs.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-the-end-1-firefox-linux.png differ diff --git a/semcore/breadcrumbs/__tests__/breadcrumbs.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-the-middle-and-last-item-is-active-false-1-chromium-linux.png b/semcore/breadcrumbs/__tests__/breadcrumbs.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-the-middle-and-last-item-is-active-false-1-chromium-linux.png index 4da75a3c2a..386aa6d732 100644 Binary files a/semcore/breadcrumbs/__tests__/breadcrumbs.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-the-middle-and-last-item-is-active-false-1-chromium-linux.png and b/semcore/breadcrumbs/__tests__/breadcrumbs.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-the-middle-and-last-item-is-active-false-1-chromium-linux.png differ diff --git a/semcore/breadcrumbs/__tests__/breadcrumbs.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-the-middle-and-last-item-is-active-false-1-firefox-linux.png b/semcore/breadcrumbs/__tests__/breadcrumbs.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-the-middle-and-last-item-is-active-false-1-firefox-linux.png index 71037f2e47..c11b725d98 100644 Binary files a/semcore/breadcrumbs/__tests__/breadcrumbs.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-the-middle-and-last-item-is-active-false-1-firefox-linux.png and b/semcore/breadcrumbs/__tests__/breadcrumbs.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-the-middle-and-last-item-is-active-false-1-firefox-linux.png differ diff --git a/semcore/breadcrumbs/__tests__/breadcrumbs.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-the-middle-and-last-item-is-active-true-1-chromium-linux.png b/semcore/breadcrumbs/__tests__/breadcrumbs.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-the-middle-and-last-item-is-active-true-1-chromium-linux.png index 7f276356c7..1fba1ce7f6 100644 Binary files a/semcore/breadcrumbs/__tests__/breadcrumbs.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-the-middle-and-last-item-is-active-true-1-chromium-linux.png and b/semcore/breadcrumbs/__tests__/breadcrumbs.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-the-middle-and-last-item-is-active-true-1-chromium-linux.png differ diff --git a/semcore/breadcrumbs/__tests__/breadcrumbs.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-the-middle-and-last-item-is-active-true-1-firefox-linux.png b/semcore/breadcrumbs/__tests__/breadcrumbs.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-the-middle-and-last-item-is-active-true-1-firefox-linux.png index 573e07b66b..0229d7633b 100644 Binary files a/semcore/breadcrumbs/__tests__/breadcrumbs.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-the-middle-and-last-item-is-active-true-1-firefox-linux.png and b/semcore/breadcrumbs/__tests__/breadcrumbs.browser-test.tsx-snapshots/-visual-Verify-ellipsis-in-the-middle-and-last-item-is-active-true-1-firefox-linux.png differ diff --git a/semcore/breadcrumbs/__tests__/breadcrumbs.browser-test.tsx-snapshots/-visual-Verify-links-and-icons-styles-1-chromium-linux.png b/semcore/breadcrumbs/__tests__/breadcrumbs.browser-test.tsx-snapshots/-visual-Verify-links-and-icons-styles-1-chromium-linux.png index d0ec23f814..7b31bd416a 100644 Binary files a/semcore/breadcrumbs/__tests__/breadcrumbs.browser-test.tsx-snapshots/-visual-Verify-links-and-icons-styles-1-chromium-linux.png and b/semcore/breadcrumbs/__tests__/breadcrumbs.browser-test.tsx-snapshots/-visual-Verify-links-and-icons-styles-1-chromium-linux.png differ diff --git a/semcore/breadcrumbs/__tests__/breadcrumbs.browser-test.tsx-snapshots/Styles-Verify-ellipsis-truncation-in-end-1-chromium-linux.png b/semcore/breadcrumbs/__tests__/breadcrumbs.browser-test.tsx-snapshots/Styles-Verify-ellipsis-truncation-in-end-1-chromium-linux.png deleted file mode 100644 index 54786dccdf..0000000000 Binary files a/semcore/breadcrumbs/__tests__/breadcrumbs.browser-test.tsx-snapshots/Styles-Verify-ellipsis-truncation-in-end-1-chromium-linux.png and /dev/null differ diff --git a/semcore/breadcrumbs/__tests__/breadcrumbs.browser-test.tsx-snapshots/Styles-Verify-ellipsis-truncation-in-end-1-firefox-linux.png b/semcore/breadcrumbs/__tests__/breadcrumbs.browser-test.tsx-snapshots/Styles-Verify-ellipsis-truncation-in-end-1-firefox-linux.png deleted file mode 100644 index 26f70feecd..0000000000 Binary files a/semcore/breadcrumbs/__tests__/breadcrumbs.browser-test.tsx-snapshots/Styles-Verify-ellipsis-truncation-in-end-1-firefox-linux.png and /dev/null differ diff --git a/semcore/breadcrumbs/__tests__/breadcrumbs.browser-test.tsx-snapshots/Styles-Verify-ellipsis-truncation-in-end-1-webkit-linux.png b/semcore/breadcrumbs/__tests__/breadcrumbs.browser-test.tsx-snapshots/Styles-Verify-ellipsis-truncation-in-end-1-webkit-linux.png deleted file mode 100644 index c76a99d1e8..0000000000 Binary files a/semcore/breadcrumbs/__tests__/breadcrumbs.browser-test.tsx-snapshots/Styles-Verify-ellipsis-truncation-in-end-1-webkit-linux.png and /dev/null differ diff --git a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-Enter-or-pas-8e399-adOnly-false-minRows-2-maxRows-10-maxLines-10-3-chromium-linux.png b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-Enter-or-pas-8e399-adOnly-false-minRows-2-maxRows-10-maxLines-10-3-chromium-linux.png index 5ea402ebd3..828b0dba49 100644 Binary files a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-Enter-or-pas-8e399-adOnly-false-minRows-2-maxRows-10-maxLines-10-3-chromium-linux.png and b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-Enter-or-pas-8e399-adOnly-false-minRows-2-maxRows-10-maxLines-10-3-chromium-linux.png differ diff --git a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-Enter-or-pas-8e399-adOnly-false-minRows-2-maxRows-10-maxLines-10-3-firefox-linux.png b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-Enter-or-pas-8e399-adOnly-false-minRows-2-maxRows-10-maxLines-10-3-firefox-linux.png index 894d4d8af3..2872603383 100644 Binary files a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-Enter-or-pas-8e399-adOnly-false-minRows-2-maxRows-10-maxLines-10-3-firefox-linux.png and b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-Enter-or-pas-8e399-adOnly-false-minRows-2-maxRows-10-maxLines-10-3-firefox-linux.png differ diff --git a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-Enter-or-pas-8e399-adOnly-false-minRows-2-maxRows-10-maxLines-10-3-webkit-linux.png b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-Enter-or-pas-8e399-adOnly-false-minRows-2-maxRows-10-maxLines-10-3-webkit-linux.png index 30a3fe4a4a..4bde5ef41d 100644 Binary files a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-Enter-or-pas-8e399-adOnly-false-minRows-2-maxRows-10-maxLines-10-3-webkit-linux.png and b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-Enter-or-pas-8e399-adOnly-false-minRows-2-maxRows-10-maxLines-10-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-b1c0d-adOnly-false-minRows-2-maxRows-10-maxLines-10-4-chromium-linux.png b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-Enter-or-pas-b1c0d-adOnly-false-minRows-2-maxRows-10-maxLines-10-4-chromium-linux.png index 95ab44827b..6a5f74be9a 100644 Binary files a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-Enter-or-pas-b1c0d-adOnly-false-minRows-2-maxRows-10-maxLines-10-4-chromium-linux.png and b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-Enter-or-pas-b1c0d-adOnly-false-minRows-2-maxRows-10-maxLines-10-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-b1c0d-adOnly-false-minRows-2-maxRows-10-maxLines-10-4-firefox-linux.png b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-Enter-or-pas-b1c0d-adOnly-false-minRows-2-maxRows-10-maxLines-10-4-firefox-linux.png index 3c45433594..838b79bab4 100644 Binary files a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-Enter-or-pas-b1c0d-adOnly-false-minRows-2-maxRows-10-maxLines-10-4-firefox-linux.png and b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-Enter-or-pas-b1c0d-adOnly-false-minRows-2-maxRows-10-maxLines-10-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-b1c0d-adOnly-false-minRows-2-maxRows-10-maxLines-10-4-webkit-linux.png b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-Enter-or-pas-b1c0d-adOnly-false-minRows-2-maxRows-10-maxLines-10-4-webkit-linux.png index 79bd2b45e1..36d9e879c5 100644 Binary files a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-Enter-or-pas-b1c0d-adOnly-false-minRows-2-maxRows-10-maxLines-10-4-webkit-linux.png and b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-Enter-or-pas-b1c0d-adOnly-false-minRows-2-maxRows-10-maxLines-10-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-e6510-adOnly-false-minRows-2-maxRows-10-maxLines-10-1-chromium-linux.png b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-Enter-or-pas-e6510-adOnly-false-minRows-2-maxRows-10-maxLines-10-1-chromium-linux.png index dab8f36a7d..b41952b060 100644 Binary files a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-Enter-or-pas-e6510-adOnly-false-minRows-2-maxRows-10-maxLines-10-1-chromium-linux.png and b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-Enter-or-pas-e6510-adOnly-false-minRows-2-maxRows-10-maxLines-10-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-e6510-adOnly-false-minRows-2-maxRows-10-maxLines-10-1-firefox-linux.png b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-Enter-or-pas-e6510-adOnly-false-minRows-2-maxRows-10-maxLines-10-1-firefox-linux.png index 2454bfa689..b956027a28 100644 Binary files a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-Enter-or-pas-e6510-adOnly-false-minRows-2-maxRows-10-maxLines-10-1-firefox-linux.png and b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-Enter-or-pas-e6510-adOnly-false-minRows-2-maxRows-10-maxLines-10-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-fedd8-adOnly-false-minRows-2-maxRows-10-maxLines-10-2-chromium-linux.png b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-Enter-or-pas-fedd8-adOnly-false-minRows-2-maxRows-10-maxLines-10-2-chromium-linux.png index b1412b6285..d43bcf975b 100644 Binary files a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-Enter-or-pas-fedd8-adOnly-false-minRows-2-maxRows-10-maxLines-10-2-chromium-linux.png and b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-Enter-or-pas-fedd8-adOnly-false-minRows-2-maxRows-10-maxLines-10-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-fedd8-adOnly-false-minRows-2-maxRows-10-maxLines-10-2-firefox-linux.png b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-Enter-or-pas-fedd8-adOnly-false-minRows-2-maxRows-10-maxLines-10-2-firefox-linux.png index 019f7a40fb..57dbc45ff6 100644 Binary files a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-Enter-or-pas-fedd8-adOnly-false-minRows-2-maxRows-10-maxLines-10-2-firefox-linux.png and b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-Enter-or-pas-fedd8-adOnly-false-minRows-2-maxRows-10-maxLines-10-2-firefox-linux.png differ diff --git a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-Enter-or-pas-fedd8-adOnly-false-minRows-2-maxRows-10-maxLines-10-2-webkit-linux.png b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-Enter-or-pas-fedd8-adOnly-false-minRows-2-maxRows-10-maxLines-10-2-webkit-linux.png index c6837dce3a..1641409dbf 100644 Binary files a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-Enter-or-pas-fedd8-adOnly-false-minRows-2-maxRows-10-maxLines-10-2-webkit-linux.png and b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-Enter-or-pas-fedd8-adOnly-false-minRows-2-maxRows-10-maxLines-10-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-37109-readOnly-false-minRows-1-maxRows-1-maxLines-5-1-chromium-linux.png b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-37109-readOnly-false-minRows-1-maxRows-1-maxLines-5-1-chromium-linux.png index 488ca0da90..b313d0c892 100644 Binary files a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-37109-readOnly-false-minRows-1-maxRows-1-maxLines-5-1-chromium-linux.png and b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-37109-readOnly-false-minRows-1-maxRows-1-maxLines-5-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-37109-readOnly-false-minRows-1-maxRows-1-maxLines-5-1-firefox-linux.png b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-37109-readOnly-false-minRows-1-maxRows-1-maxLines-5-1-firefox-linux.png index 46652a320e..d3832b6bb8 100644 Binary files a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-37109-readOnly-false-minRows-1-maxRows-1-maxLines-5-1-firefox-linux.png and b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-37109-readOnly-false-minRows-1-maxRows-1-maxLines-5-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-7452c-readOnly-false-minRows-1-maxRows-1-maxLines-5-1-chromium-linux.png b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-7452c-readOnly-false-minRows-1-maxRows-1-maxLines-5-1-chromium-linux.png index 6173b36b8d..88e5142e6d 100644 Binary files a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-7452c-readOnly-false-minRows-1-maxRows-1-maxLines-5-1-chromium-linux.png and b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-7452c-readOnly-false-minRows-1-maxRows-1-maxLines-5-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-7452c-readOnly-false-minRows-1-maxRows-1-maxLines-5-1-firefox-linux.png b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-7452c-readOnly-false-minRows-1-maxRows-1-maxLines-5-1-firefox-linux.png index ecaabae66f..5c9a933527 100644 Binary files a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-7452c-readOnly-false-minRows-1-maxRows-1-maxLines-5-1-firefox-linux.png and b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-7452c-readOnly-false-minRows-1-maxRows-1-maxLines-5-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-7a76c--readOnly-true-minRows-1-maxRows-1-maxLines-5-1-chromium-linux.png b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-7a76c--readOnly-true-minRows-1-maxRows-1-maxLines-5-1-chromium-linux.png index 488ca0da90..1cb8f1ed92 100644 Binary files a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-7a76c--readOnly-true-minRows-1-maxRows-1-maxLines-5-1-chromium-linux.png and b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-7a76c--readOnly-true-minRows-1-maxRows-1-maxLines-5-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-7a76c--readOnly-true-minRows-1-maxRows-1-maxLines-5-1-firefox-linux.png b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-7a76c--readOnly-true-minRows-1-maxRows-1-maxLines-5-1-firefox-linux.png index 46652a320e..d3832b6bb8 100644 Binary files a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-7a76c--readOnly-true-minRows-1-maxRows-1-maxLines-5-1-firefox-linux.png and b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-7a76c--readOnly-true-minRows-1-maxRows-1-maxLines-5-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-80622-readOnly-false-minRows-1-maxRows-1-maxLines-5-3-chromium-linux.png b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-80622-readOnly-false-minRows-1-maxRows-1-maxLines-5-3-chromium-linux.png index 0ce92ed572..26de4e4ab3 100644 Binary files a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-80622-readOnly-false-minRows-1-maxRows-1-maxLines-5-3-chromium-linux.png and b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-80622-readOnly-false-minRows-1-maxRows-1-maxLines-5-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-80622-readOnly-false-minRows-1-maxRows-1-maxLines-5-3-firefox-linux.png b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-80622-readOnly-false-minRows-1-maxRows-1-maxLines-5-3-firefox-linux.png index f27a732a7a..5fb0f1a655 100644 Binary files a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-80622-readOnly-false-minRows-1-maxRows-1-maxLines-5-3-firefox-linux.png and b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-80622-readOnly-false-minRows-1-maxRows-1-maxLines-5-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-80622-readOnly-false-minRows-1-maxRows-1-maxLines-5-3-webkit-linux.png b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-80622-readOnly-false-minRows-1-maxRows-1-maxLines-5-3-webkit-linux.png index 0292c733e5..449928989e 100644 Binary files a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-80622-readOnly-false-minRows-1-maxRows-1-maxLines-5-3-webkit-linux.png and b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-80622-readOnly-false-minRows-1-maxRows-1-maxLines-5-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-9647e-readOnly-false-minRows-1-maxRows-1-maxLines-5-2-chromium-linux.png b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-9647e-readOnly-false-minRows-1-maxRows-1-maxLines-5-2-chromium-linux.png index fad67254b5..1673fedf1f 100644 Binary files a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-9647e-readOnly-false-minRows-1-maxRows-1-maxLines-5-2-chromium-linux.png and b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-9647e-readOnly-false-minRows-1-maxRows-1-maxLines-5-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-9647e-readOnly-false-minRows-1-maxRows-1-maxLines-5-2-firefox-linux.png b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-9647e-readOnly-false-minRows-1-maxRows-1-maxLines-5-2-firefox-linux.png index 42c0087976..34631c2239 100644 Binary files a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-9647e-readOnly-false-minRows-1-maxRows-1-maxLines-5-2-firefox-linux.png and b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-9647e-readOnly-false-minRows-1-maxRows-1-maxLines-5-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-9647e-readOnly-false-minRows-1-maxRows-1-maxLines-5-2-webkit-linux.png b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-9647e-readOnly-false-minRows-1-maxRows-1-maxLines-5-2-webkit-linux.png index c82bc1d5d8..d93190464d 100644 Binary files a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-9647e-readOnly-false-minRows-1-maxRows-1-maxLines-5-2-webkit-linux.png and b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-9647e-readOnly-false-minRows-1-maxRows-1-maxLines-5-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-cce9a-readOnly-false-minRows-1-maxRows-1-maxLines-5-4-chromium-linux.png b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-cce9a-readOnly-false-minRows-1-maxRows-1-maxLines-5-4-chromium-linux.png index b85f4785ea..95e1630fc0 100644 Binary files a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-cce9a-readOnly-false-minRows-1-maxRows-1-maxLines-5-4-chromium-linux.png and b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-cce9a-readOnly-false-minRows-1-maxRows-1-maxLines-5-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-cce9a-readOnly-false-minRows-1-maxRows-1-maxLines-5-4-firefox-linux.png b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-cce9a-readOnly-false-minRows-1-maxRows-1-maxLines-5-4-firefox-linux.png index 35b30fa6fe..1da3075a73 100644 Binary files a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-cce9a-readOnly-false-minRows-1-maxRows-1-maxLines-5-4-firefox-linux.png and b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-cce9a-readOnly-false-minRows-1-maxRows-1-maxLines-5-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-cce9a-readOnly-false-minRows-1-maxRows-1-maxLines-5-4-webkit-linux.png b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-cce9a-readOnly-false-minRows-1-maxRows-1-maxLines-5-4-webkit-linux.png index 40ededc561..32f84932a2 100644 Binary files a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-cce9a-readOnly-false-minRows-1-maxRows-1-maxLines-5-4-webkit-linux.png and b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-l-placeholder-undefined-w-cce9a-readOnly-false-minRows-1-maxRows-1-maxLines-5-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-016d0-adOnly-false-minRows-2-maxRows-10-maxLines-10-2-chromium-linux.png b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-016d0-adOnly-false-minRows-2-maxRows-10-maxLines-10-2-chromium-linux.png index b498184f4a..bad4931f1a 100644 Binary files a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-016d0-adOnly-false-minRows-2-maxRows-10-maxLines-10-2-chromium-linux.png and b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-016d0-adOnly-false-minRows-2-maxRows-10-maxLines-10-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-016d0-adOnly-false-minRows-2-maxRows-10-maxLines-10-2-firefox-linux.png b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-016d0-adOnly-false-minRows-2-maxRows-10-maxLines-10-2-firefox-linux.png index a62dbf089f..01b9b7df62 100644 Binary files a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-016d0-adOnly-false-minRows-2-maxRows-10-maxLines-10-2-firefox-linux.png and b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-016d0-adOnly-false-minRows-2-maxRows-10-maxLines-10-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-016d0-adOnly-false-minRows-2-maxRows-10-maxLines-10-2-webkit-linux.png b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-016d0-adOnly-false-minRows-2-maxRows-10-maxLines-10-2-webkit-linux.png index d57a3f91e3..7c1eb59564 100644 Binary files a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-016d0-adOnly-false-minRows-2-maxRows-10-maxLines-10-2-webkit-linux.png and b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-016d0-adOnly-false-minRows-2-maxRows-10-maxLines-10-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-3a3ed-adOnly-false-minRows-2-maxRows-10-maxLines-10-4-chromium-linux.png b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-3a3ed-adOnly-false-minRows-2-maxRows-10-maxLines-10-4-chromium-linux.png index 3cfec30ca9..bc264f8c5e 100644 Binary files a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-3a3ed-adOnly-false-minRows-2-maxRows-10-maxLines-10-4-chromium-linux.png and b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-3a3ed-adOnly-false-minRows-2-maxRows-10-maxLines-10-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-3a3ed-adOnly-false-minRows-2-maxRows-10-maxLines-10-4-firefox-linux.png b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-3a3ed-adOnly-false-minRows-2-maxRows-10-maxLines-10-4-firefox-linux.png index c229d4038a..116fccf643 100644 Binary files a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-3a3ed-adOnly-false-minRows-2-maxRows-10-maxLines-10-4-firefox-linux.png and b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-3a3ed-adOnly-false-minRows-2-maxRows-10-maxLines-10-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-3a3ed-adOnly-false-minRows-2-maxRows-10-maxLines-10-4-webkit-linux.png b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-3a3ed-adOnly-false-minRows-2-maxRows-10-maxLines-10-4-webkit-linux.png index 0fe864152f..be4667b31d 100644 Binary files a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-3a3ed-adOnly-false-minRows-2-maxRows-10-maxLines-10-4-webkit-linux.png and b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-3a3ed-adOnly-false-minRows-2-maxRows-10-maxLines-10-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-89a6f-eadOnly-true-minRows-2-maxRows-10-maxLines-10-1-chromium-linux.png b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-89a6f-eadOnly-true-minRows-2-maxRows-10-maxLines-10-1-chromium-linux.png index 38288febb4..4d69ac376b 100644 Binary files a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-89a6f-eadOnly-true-minRows-2-maxRows-10-maxLines-10-1-chromium-linux.png and b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-89a6f-eadOnly-true-minRows-2-maxRows-10-maxLines-10-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-89a6f-eadOnly-true-minRows-2-maxRows-10-maxLines-10-1-firefox-linux.png b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-89a6f-eadOnly-true-minRows-2-maxRows-10-maxLines-10-1-firefox-linux.png index 52cd9e08ed..60badc9041 100644 Binary files a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-89a6f-eadOnly-true-minRows-2-maxRows-10-maxLines-10-1-firefox-linux.png and b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-89a6f-eadOnly-true-minRows-2-maxRows-10-maxLines-10-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-a899c-adOnly-false-minRows-2-maxRows-10-maxLines-10-1-chromium-linux.png b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-a899c-adOnly-false-minRows-2-maxRows-10-maxLines-10-1-chromium-linux.png index 5095b9732a..805ac13fae 100644 Binary files a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-a899c-adOnly-false-minRows-2-maxRows-10-maxLines-10-1-chromium-linux.png and b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-a899c-adOnly-false-minRows-2-maxRows-10-maxLines-10-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-a899c-adOnly-false-minRows-2-maxRows-10-maxLines-10-1-firefox-linux.png b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-a899c-adOnly-false-minRows-2-maxRows-10-maxLines-10-1-firefox-linux.png index 52cd9e08ed..60badc9041 100644 Binary files a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-a899c-adOnly-false-minRows-2-maxRows-10-maxLines-10-1-firefox-linux.png and b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-a899c-adOnly-false-minRows-2-maxRows-10-maxLines-10-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-cac2b-adOnly-false-minRows-2-maxRows-10-maxLines-10-1-chromium-linux.png b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-cac2b-adOnly-false-minRows-2-maxRows-10-maxLines-10-1-chromium-linux.png index 1f50d7d91b..9dadc6129c 100644 Binary files a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-cac2b-adOnly-false-minRows-2-maxRows-10-maxLines-10-1-chromium-linux.png and b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-cac2b-adOnly-false-minRows-2-maxRows-10-maxLines-10-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-cac2b-adOnly-false-minRows-2-maxRows-10-maxLines-10-1-firefox-linux.png b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-cac2b-adOnly-false-minRows-2-maxRows-10-maxLines-10-1-firefox-linux.png index 7fa4a16c0a..4d8c7683dd 100644 Binary files a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-cac2b-adOnly-false-minRows-2-maxRows-10-maxLines-10-1-firefox-linux.png and b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-cac2b-adOnly-false-minRows-2-maxRows-10-maxLines-10-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-e73dc-adOnly-false-minRows-2-maxRows-10-maxLines-10-3-chromium-linux.png b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-e73dc-adOnly-false-minRows-2-maxRows-10-maxLines-10-3-chromium-linux.png index dd26503f25..dedc70de61 100644 Binary files a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-e73dc-adOnly-false-minRows-2-maxRows-10-maxLines-10-3-chromium-linux.png and b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-e73dc-adOnly-false-minRows-2-maxRows-10-maxLines-10-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-e73dc-adOnly-false-minRows-2-maxRows-10-maxLines-10-3-firefox-linux.png b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-e73dc-adOnly-false-minRows-2-maxRows-10-maxLines-10-3-firefox-linux.png index 0b071d2764..d677dd6b80 100644 Binary files a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-e73dc-adOnly-false-minRows-2-maxRows-10-maxLines-10-3-firefox-linux.png and b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-e73dc-adOnly-false-minRows-2-maxRows-10-maxLines-10-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-e73dc-adOnly-false-minRows-2-maxRows-10-maxLines-10-3-webkit-linux.png b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-e73dc-adOnly-false-minRows-2-maxRows-10-maxLines-10-3-webkit-linux.png index 867da598b9..f1862ef684 100644 Binary files a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-e73dc-adOnly-false-minRows-2-maxRows-10-maxLines-10-3-webkit-linux.png and b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-Enter-or-pas-e73dc-adOnly-false-minRows-2-maxRows-10-maxLines-10-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-64b4c-readOnly-false-minRows-1-maxRows-5-maxLines-3-4-chromium-linux.png b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-undefined-w-64b4c-readOnly-false-minRows-1-maxRows-5-maxLines-3-4-chromium-linux.png index 1e3632fa6e..bb7df4b521 100644 Binary files a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-undefined-w-64b4c-readOnly-false-minRows-1-maxRows-5-maxLines-3-4-chromium-linux.png and b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-undefined-w-64b4c-readOnly-false-minRows-1-maxRows-5-maxLines-3-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-64b4c-readOnly-false-minRows-1-maxRows-5-maxLines-3-4-firefox-linux.png b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-undefined-w-64b4c-readOnly-false-minRows-1-maxRows-5-maxLines-3-4-firefox-linux.png index c606c69313..51171bc827 100644 Binary files a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-undefined-w-64b4c-readOnly-false-minRows-1-maxRows-5-maxLines-3-4-firefox-linux.png and b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-undefined-w-64b4c-readOnly-false-minRows-1-maxRows-5-maxLines-3-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-64b4c-readOnly-false-minRows-1-maxRows-5-maxLines-3-4-webkit-linux.png b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-undefined-w-64b4c-readOnly-false-minRows-1-maxRows-5-maxLines-3-4-webkit-linux.png index 3df3a3c952..e3b44691a4 100644 Binary files a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-undefined-w-64b4c-readOnly-false-minRows-1-maxRows-5-maxLines-3-4-webkit-linux.png and b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-undefined-w-64b4c-readOnly-false-minRows-1-maxRows-5-maxLines-3-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-6a843-readOnly-false-minRows-1-maxRows-5-maxLines-3-2-chromium-linux.png b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-undefined-w-6a843-readOnly-false-minRows-1-maxRows-5-maxLines-3-2-chromium-linux.png index d2683eb947..27c9a610d2 100644 Binary files a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-undefined-w-6a843-readOnly-false-minRows-1-maxRows-5-maxLines-3-2-chromium-linux.png and b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-undefined-w-6a843-readOnly-false-minRows-1-maxRows-5-maxLines-3-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-6a843-readOnly-false-minRows-1-maxRows-5-maxLines-3-2-firefox-linux.png b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-undefined-w-6a843-readOnly-false-minRows-1-maxRows-5-maxLines-3-2-firefox-linux.png index d4d99e5cb8..383fcf5245 100644 Binary files a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-undefined-w-6a843-readOnly-false-minRows-1-maxRows-5-maxLines-3-2-firefox-linux.png and b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-undefined-w-6a843-readOnly-false-minRows-1-maxRows-5-maxLines-3-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-6a843-readOnly-false-minRows-1-maxRows-5-maxLines-3-2-webkit-linux.png b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-undefined-w-6a843-readOnly-false-minRows-1-maxRows-5-maxLines-3-2-webkit-linux.png index 5a76907f4d..ff8ff95bcc 100644 Binary files a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-undefined-w-6a843-readOnly-false-minRows-1-maxRows-5-maxLines-3-2-webkit-linux.png and b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-undefined-w-6a843-readOnly-false-minRows-1-maxRows-5-maxLines-3-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-d3bf8-readOnly-false-minRows-1-maxRows-5-maxLines-3-1-chromium-linux.png b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-undefined-w-d3bf8-readOnly-false-minRows-1-maxRows-5-maxLines-3-1-chromium-linux.png index 601e011c14..26e85f393a 100644 Binary files a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-undefined-w-d3bf8-readOnly-false-minRows-1-maxRows-5-maxLines-3-1-chromium-linux.png and b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-undefined-w-d3bf8-readOnly-false-minRows-1-maxRows-5-maxLines-3-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-d3bf8-readOnly-false-minRows-1-maxRows-5-maxLines-3-1-firefox-linux.png b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-undefined-w-d3bf8-readOnly-false-minRows-1-maxRows-5-maxLines-3-1-firefox-linux.png index c7f264ab7a..5615588a85 100644 Binary files a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-undefined-w-d3bf8-readOnly-false-minRows-1-maxRows-5-maxLines-3-1-firefox-linux.png and b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-undefined-w-d3bf8-readOnly-false-minRows-1-maxRows-5-maxLines-3-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-ee04f-readOnly-false-minRows-1-maxRows-5-maxLines-3-3-chromium-linux.png b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-undefined-w-ee04f-readOnly-false-minRows-1-maxRows-5-maxLines-3-3-chromium-linux.png index 638941de5d..94a80675ec 100644 Binary files a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-undefined-w-ee04f-readOnly-false-minRows-1-maxRows-5-maxLines-3-3-chromium-linux.png and b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-undefined-w-ee04f-readOnly-false-minRows-1-maxRows-5-maxLines-3-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-ee04f-readOnly-false-minRows-1-maxRows-5-maxLines-3-3-firefox-linux.png b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-undefined-w-ee04f-readOnly-false-minRows-1-maxRows-5-maxLines-3-3-firefox-linux.png index 9b941ef833..5b524a1659 100644 Binary files a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-undefined-w-ee04f-readOnly-false-minRows-1-maxRows-5-maxLines-3-3-firefox-linux.png and b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-undefined-w-ee04f-readOnly-false-minRows-1-maxRows-5-maxLines-3-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-ee04f-readOnly-false-minRows-1-maxRows-5-maxLines-3-3-webkit-linux.png b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-undefined-w-ee04f-readOnly-false-minRows-1-maxRows-5-maxLines-3-3-webkit-linux.png index e63f325535..8d2a7ac12c 100644 Binary files a/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-undefined-w-ee04f-readOnly-false-minRows-1-maxRows-5-maxLines-3-3-webkit-linux.png and b/semcore/bulk-textarea/__tests__/bulk-textarea.browser-test.tsx-snapshots/-visual-Verify-size-m-placeholder-undefined-w-ee04f-readOnly-false-minRows-1-maxRows-5-maxLines-3-3-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 45328bb0cb..e8594d0ecd 100644 --- a/semcore/button/__tests__/button-link.browser-test.tsx +++ b/semcore/button/__tests__/button-link.browser-test.tsx @@ -4,7 +4,6 @@ import { loadPage } from '@semcore/testing-utils/shared/helpers'; import { TAG } from '@semcore/testing-utils/shared/tags'; export const locators = { - button: (page: Page, index?: number) => { const base = page.getByRole('button'); return typeof index === 'number' ? base.nth(index) : base; @@ -18,235 +17,283 @@ export const locators = { return typeof index === 'number' ? base.nth(index) : base; }, hint: (page: Page) => page.locator('[data-ui-name="Hint"]'), - }; +const storyPath = 'stories/components/button/tests/examples/button-link/button-link-base.tsx'; +const iconOnlyPath = 'stories/components/button/tests/examples/button-link/button-link-icon-only.tsx'; +const inTextPath = 'stories/components/button/tests/examples/button-link/button-link-in-text.tsx'; + +async function getTextClip(page: Page) { + const clip = (await page.locator('[data-ui-name="Text"]').boundingBox())!; + clip.x -= 100; + clip.width += 200; + clip.y -= 100; + clip.height += 200; + return clip; +} + /* ===================================================== @visual Visual states, hover and focus styles, paddings, margins, and snapshots. ===================================================== */ -test.describe(`${TAG.VISUAL} `, () => { - const variablesPrimary = [ - // base - { use: 'primary', color: undefined, size: undefined, active: false, disabled: false, hintPlacement: 'top' }, - { use: 'secondary', color: undefined, size: 100, active: false, disabled: false, hintPlacement: 'bottom' }, - { use: undefined, color: 'text-critical', size: 500, active: false, disabled: false, hintPlacement: 'bottom' }, - - // active - { use: 'primary', color: undefined, size: undefined, active: true, disabled: false, hintPlacement: 'top' }, - { use: 'secondary', color: undefined, size: 100, active: true, disabled: false, hintPlacement: 'bottom' }, - { use: undefined, color: 'text-critical', size: 500, active: true, disabled: false, hintPlacement: 'bottom' }, - - // disabled - { use: 'primary', color: undefined, size: undefined, active: false, disabled: true, hintPlacement: 'top' }, - { use: 'secondary', color: undefined, size: 100, active: false, disabled: true, hintPlacement: 'bottom' }, - { use: undefined, color: 'text-critical', size: 500, active: false, disabled: true, hintPlacement: 'bottom' }, +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 longText = 'The quick brown fox jumps over the lazy dog and even more text to ensure truncation'; + const addonTypes = ['icon', 'badge', 'counter', 'spin']; + + const addonCombos = [ + { desc: 'no addons', showAddonLeft: false, showAddonRight: false }, + { desc: 'addonLeft', showAddonLeft: true, showAddonRight: false }, + { desc: 'addonRight', showAddonLeft: false, showAddonRight: true }, + { desc: 'both addons', showAddonLeft: true, showAddonRight: true }, + ]; + const ellipsisVariants = [ + { desc: 'ellipsis: true', vars: { ellipsis: true } }, + { desc: 'cropPosition: middle', vars: { ellipsis: { cropPosition: 'middle' } } }, + { desc: 'middle, lastRequired: 2', vars: { ellipsis: { cropPosition: 'middle', lastRequiredSymbols: 2 } } }, + { desc: 'end, maxLine: 2', vars: { ellipsis: { cropPosition: 'end', maxLine: 2 } } }, ]; - variablesPrimary.forEach((item) => { - test(`Verify Base example size=${item.size} use=${item.use} color=${item.color} disabled=${item.disabled} active=${item.active}`, { - tag: [TAG.PRIORITY_HIGH, - '@button', - '@button-link', - '@base-components'], - }, async ({ page }) => { - await loadPage(page, 'stories/components/button/tests/examples/button-link/button-link-base.tsx', 'en', item); + const colorBySize: Record = { + 200: 'text-success', 300: 'text-critical', + 600: 'text-success', 700: 'text-critical', + }; - await page.keyboard.press('Tab'); - const count = await locators.button(page).count(); + const secondarySizes = new Set([200, 600]); - if (!item.active && !item.disabled) { - await test.step(`Verify focus styles for not active button styles`, async () => { - await page.keyboard.press('Tab'); - await locators.button(page).nth(4).hover(); - await expect(page).toHaveScreenshot(); - }); - } + sizes.forEach((size, sizeIndex) => { + addonCombos.forEach(({ desc: addonDesc, ...addonVars }, addonIndex) => { + const { desc: ellipsisDesc, vars: ellipsisVars } = ellipsisVariants[addonIndex]; - if (item.active && !item.disabled) { - await test.step(`Verify focus styles for active button styles`, async () => { - await page.keyboard.press('Tab'); - await expect(page).toHaveScreenshot(); - }); - } + const hasAddons = addonVars.showAddonLeft || addonVars.showAddonRight; + const addonType = hasAddons ? addonTypes[(sizeIndex + addonIndex - 1) % 4] : undefined; + const color = !hasAddons ? colorBySize[size] : undefined; + const useSecondary = secondarySizes.has(size); + const merged = (size === 800 && addonIndex === 2) ? true : undefined; - if (item.disabled) { - await test.step(`Verify disabled styles`, async () => { - await expect(page).toHaveScreenshot(); - }); + const extraVars: Record = {}; + if (addonType) { + if (addonVars.showAddonLeft) extraVars.addonLeftType = addonType; + if (addonVars.showAddonRight) extraVars.addonRightType = addonType; } - }); + if (color) extraVars.color = color; + if (useSecondary) extraVars.use = 'secondary'; + if (merged) extraVars.merged = true; + + const descParts = [addonDesc]; + if (addonType && addonType !== 'icon') descParts.push(addonType); + if (color) descParts.push(color); + if (useSecondary) descParts.push('secondary'); + if (merged) descParts.push('merged'); + + test(`Verify ButtonLink size=${size}, ${descParts.join(', ')}, ${ellipsisDesc}`, { + tag: [TAG.PRIORITY_HIGH, '@button-link', '@ellipsis'], + }, async ({ page }) => { + await loadPage(page, storyPath, 'en', { + size, ...addonVars, text: longText, ...ellipsisVars, ...extraVars, + }); + await page.waitForTimeout(200); + const clip = await getTextClip(page); - test(`Verify Addon only example size=${item.size} use=${item.use} color=${item.color} disabled=${item.disabled} active=${item.active} hintPlacement=${item.hintPlacement}`, { - tag: [TAG.PRIORITY_HIGH, - '@button', - '@button-link', - '@base-components'], - }, async ({ page }) => { - await loadPage(page, 'stories/components/button/tests/examples/button-link/button-link-icon-only.tsx', 'en', item); - - await locators.button(page).first().waitFor({ state: 'visible' }); - if (!item.active && !item.disabled) { - await test.step(`Verify focus styles for not active button styles`, async () => { + await test.step('Focus first ButtonLink + verify hint', async () => { await page.keyboard.press('Tab'); await expect(locators.button(page).first()).toBeFocused(); - await page.locator('[data-ui-name="Hint"]').waitFor({ state: 'visible' }); - await expect(page).toHaveScreenshot(); + await locators.hint(page).waitFor({ state: 'visible' }); + await expect(page).toHaveScreenshot({ clip }); }); - } - if (item.active && !item.disabled) { - await test.step(`Verify focus styles for active button styles`, async () => { - await locators.button(page).nth(1).hover(); - await page.locator('[data-ui-name="Hint"]').waitFor({ state: 'visible' }); - await expect(page).toHaveScreenshot(); + await test.step('Focus second ButtonLink', async () => { + await page.keyboard.press('Tab'); + await expect(locators.button(page, 1)).toBeFocused(); + if (addonIndex === 0) { + await expect(page).toHaveScreenshot({ clip }); + } }); - } - if (item.disabled) { - await test.step(`Verify disabled styles`, async () => { - await expect(page).toHaveScreenshot(); + await loadPage(page, storyPath, 'en', { + size, active: true, ...addonVars, text: longText, ...ellipsisVars, ...extraVars, }); - } + const activeClip = await getTextClip(page); + await page.waitForTimeout(100); + await test.step('Verify active state + hover hint', async () => { + await locators.button(page).first().hover(); + await page.waitForTimeout(200); + await locators.hint(page).waitFor({ state: 'visible' }); + await expect(page).toHaveScreenshot({ clip: activeClip }); + }); + }); }); }); - const variablesInText = [ - // base - { size: undefined, active: false, disabled: false }, - { size: 100, active: false, disabled: false }, - { size: 200, active: false, disabled: false }, - { size: 300, active: false, disabled: false }, - { size: 400, active: false, disabled: false }, - { size: 500, active: false, disabled: false }, - { size: 600, active: false, disabled: false }, - { size: 700, active: false, disabled: false }, - { size: 800, active: false, disabled: false }, - // active - { size: undefined, active: true, disabled: false }, - - // disabled - { size: 500, active: false, disabled: true }, + // Section 2: Residual tests - disabled, loading, mixed addon types + test('Verify ButtonLink: disabled with counter addon', { + tag: [TAG.PRIORITY_HIGH, '@button-link'], + }, async ({ page }) => { + await loadPage(page, storyPath, 'en', { + size: 300, disabled: true, showAddonLeft: true, addonLeftType: 'counter', + }); + const clip = await getTextClip(page); + await expect(page).toHaveScreenshot({ clip }); + }); - ]; + test('Verify ButtonLink: disabled+active with success and addons', { + tag: [TAG.PRIORITY_HIGH, '@button-link'], + }, async ({ page }) => { + await loadPage(page, storyPath, 'en', { + size: 300, disabled: true, active: true, showAddonLeft: true, showAddonRight: true, + color: 'text-success', + }); + const clip = await getTextClip(page); + await expect(page).toHaveScreenshot({ clip }); + }); - variablesInText.forEach((item) => { - test(`Verify Button link inside the text size=${item.size}disabled=${item.disabled} active=${item.active}`, { - tag: [TAG.PRIORITY_HIGH, - '@button', - '@button-link', - '@typography'], - }, async ({ page }) => { - await loadPage(page, 'stories/components/button/tests/examples/button-link/button-link-in-text.tsx', 'en', item); - - if (!item.active && !item.disabled) { - await test.step(`Verify focus styles for not active button styles`, async () => { - await page.keyboard.press('Tab'); - await expect(locators.button(page).first()).toBeFocused(); - await expect(page).toHaveScreenshot(); - }); - } + test('Verify ButtonLink: mixed addon types', { + tag: [TAG.PRIORITY_HIGH, '@button-link'], + }, async ({ page }) => { + await loadPage(page, storyPath, 'en', { + size: 300, showAddonLeft: true, addonLeftType: 'badge', + showAddonRight: true, addonRightType: 'spin', + }); + const clip1 = await getTextClip(page); - if (item.active && !item.disabled) { - await test.step(`Verify focus styles for active button styles`, async () => { - await page.keyboard.press('Tab'); - await expect(locators.button(page).first()).toBeFocused(); - await expect(page).toHaveScreenshot(); - }); - } + await test.step('Verify badge+spin addons', async () => { + await expect(page).toHaveScreenshot({ clip: clip1 }); + }); - if (item.disabled) { - await test.step(`Verify disabled is aligned as well`, async () => { - await expect(page).toHaveScreenshot(); + await loadPage(page, storyPath, 'en', { + size: 800, showAddonLeft: true, addonLeftType: 'counter', + showAddonRight: true, addonRightType: 'badge', active: true, + }); + const clip2 = await getTextClip(page); + + await test.step('Verify counter+badge active', async () => { + await expect(page).toHaveScreenshot({ clip: clip2 }); + }); + }); + + // Section 3: No-ellipsis-hint tests — verify hint does NOT appear when text is not truncated + test.describe('ButtonLink without ellipsis', () => { + const noHintVariants = [ + { desc: 'ellipsis: false', vars: { ellipsis: false as const }, text: longText }, + { desc: 'maxLine: 9 (text not truncated)', vars: { ellipsis: { cropPosition: 'end', maxLine: 9 } }, text: longText }, + ]; + + const noHintSizes = [100, 300] as const; + noHintSizes.forEach((size) => { + noHintVariants.forEach(({ desc, vars, text }) => { + test(`Verify no hint appears: size=${size}, ${desc}`, { + tag: [TAG.PRIORITY_MEDIUM, TAG.MOUSE, TAG.KEYBOARD, '@ellipsis', '@button-link'], + }, async ({ page }) => { + await loadPage(page, storyPath, 'en', { ...vars, size, text }); + await page.waitForTimeout(100); + const clip = await getTextClip(page); + + await test.step('Focus and hover ButtonLink - no hint should appear', async () => { + await page.keyboard.press('Tab'); + await locators.button(page).first().hover(); + await expect(locators.hint(page)).toHaveCount(0); + await expect(page).toHaveScreenshot({ clip }); + }); + + await loadPage(page, storyPath, 'en', { ...vars, size, text, active: true }); + + await test.step('Verify no hint with active', async () => { + await locators.button(page).first().hover(); + await expect(locators.hint(page)).toHaveCount(0); + }); }); - } + }); }); }); - const ellipsisVariants = [ - { ellipsis: { cropPosition: 'middle' }, size: 400, description: 'cropPosition: middle size: 400' }, - { ellipsis: { cropPosition: 'end' }, color: 'text-success', description: 'cropPosition: end, color: text- success' }, - { ellipsis: { cropPosition: 'middle', lastRequiredSymbols: 2 }, description: 'cropPosition: middle, , lastRequiredSymbols: 2' }, - { ellipsis: { cropPosition: 'end', maxLine: 2 }, description: 'cropPosition: end, maxLine: 2' }, - ]; - - ellipsisVariants.forEach((variant) => { - test(`Verify Ellipsis Hint visual for ${variant.description}`, { - tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, '@ellipsis', '@button-link'], - }, async ({ page }) => { - await loadPage(page, 'stories/components/button/tests/examples/button-link/button-link-with-ellipsis.tsx', 'en', variant); - await locators.button(page).nth(0).waitFor({ state: 'visible' }); - await page.waitForTimeout(200); + // Section 4: Icon-only ButtonLink + test('Verify ButtonLink: icon-only with hint', { + tag: [TAG.PRIORITY_HIGH, '@button-link'], + }, async ({ page }) => { + await loadPage(page, iconOnlyPath, 'en', { use: 'primary' }); + await locators.button(page).first().waitFor({ state: 'visible' }); + await test.step('Focus and verify hint appears', async () => { await page.keyboard.press('Tab'); - await expect(locators.button(page).nth(0)).toBeFocused(); - await locators.button(page).nth(0).hover(); - + await expect(locators.button(page).first()).toBeFocused(); await locators.hint(page).waitFor({ state: 'visible' }); - await expect(locators.hint(page)).toHaveCount(1); await expect(page).toHaveScreenshot(); }); }); -}); -test.describe(`${TAG.FUNCTIONAL} `, () => { - const noEllipsisVariants = [ - { ellipsis: false, description: 'false' }, - { ellipsis: { cropPosition: 'end', maxLine: 6 }, description: 'maxLine: 6 (text not truncated)' }, - ]; + test('Verify ButtonLink: icon-only disabled', { + tag: [TAG.PRIORITY_HIGH, '@button-link'], + }, async ({ page }) => { + await loadPage(page, iconOnlyPath, 'en', { disabled: true, size: 300 }); + await locators.button(page).first().waitFor({ state: 'visible' }); + await expect(page).toHaveScreenshot(); + }); - noEllipsisVariants.forEach((variant) => { - test(`Verify no hint appears when ${variant.description}`, { - tag: [TAG.PRIORITY_MEDIUM, TAG.MOUSE, TAG.KEYBOARD, '@ellipsis', '@button-link'], - }, async ({ page }) => { - await loadPage(page, 'stories/components/button/tests/examples/button-link/button-link-with-ellipsis.tsx', 'en', variant); - await page.waitForTimeout(100); - - await test.step('Focus and hover - no hint should appear', async () => { - await page.keyboard.press('Tab'); - await locators.button(page).nth(0).hover(); - await expect(locators.hint(page)).toHaveCount(0); - }); + // Section 5: In-text + test('Verify ButtonLink inside text', { + tag: [TAG.PRIORITY_HIGH, '@button-link', '@typography'], + }, async ({ page }) => { + await loadPage(page, inTextPath, 'en', { size: 300 }); + + await test.step('Verify focus and hover styles', async () => { + await page.keyboard.press('Tab'); + await page.locator('[data-testid="button-link4"]').hover(); + await expect(page).toHaveScreenshot(); }); }); - const ellipsisVariants = [ - { ellipsis: { cropPosition: 'middle' }, size: 400, description: 'cropPosition: middle size: 400' }, - { ellipsis: { cropPosition: 'end' }, color: 'text-success', description: 'cropPosition: end, color: text- success' }, - { ellipsis: { cropPosition: 'middle', lastRequiredSymbols: 2 }, description: 'cropPosition: middle, , lastRequiredSymbols: 2' }, - { ellipsis: { cropPosition: 'end', maxLine: 2 }, description: 'cropPosition: end, maxLine: 2' }, - ]; + test('Verify ButtonLink inside text disabled', { + tag: [TAG.PRIORITY_HIGH, '@button-link', '@typography'], + }, async ({ page }) => { + await loadPage(page, inTextPath, 'en', { size: 300, disabled: true }); + await expect(page).toHaveScreenshot(); + }); +}); - ellipsisVariants.forEach((variant) => { - test(`Verify Hint shown on focus ${variant.description}`, { - tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, '@ellipsis', '@button-link'], - }, async ({ page }) => { - await loadPage(page, 'stories/components/button/tests/examples/button-link/button-link-with-ellipsis.tsx', 'en', variant); - await locators.button(page).nth(0).waitFor({ state: 'visible' }); - await page.waitForTimeout(200); +/* ===================================================== +@functional +Keyboard and mouse interactions — no snapshots here. +===================================================== */ +test.describe(`@button-link ${TAG.FUNCTIONAL}`, () => { + test('Verify hint shown on focus and hover with ellipsis', { + tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, TAG.MOUSE, '@ellipsis', '@button-link'], + }, async ({ page }) => { + await loadPage(page, storyPath, 'en', { + ellipsis: { cropPosition: 'middle' }, size: 300, + text: 'The quick brown fox jumps over the lazy dog and even more text to ensure truncation', + }); + await locators.button(page).first().waitFor({ state: 'visible' }); + await page.waitForTimeout(200); + await test.step('Focus ButtonLink and verify hint', async () => { await page.keyboard.press('Tab'); - await expect(locators.button(page).nth(0)).toBeFocused(); - await locators.button(page).nth(0).hover(); - + await expect(locators.button(page).first()).toBeFocused(); await locators.hint(page).waitFor({ state: 'visible' }); await expect(locators.hint(page)).toHaveCount(1); }); - test(`Verify Hint Shown on mouse hover when ${variant.description}`, { - tag: [TAG.PRIORITY_HIGH, TAG.MOUSE, '@ellipsis', '@link'], - }, async ({ page }) => { - await loadPage(page, 'stories/components/button/tests/examples/button-link/button-link-with-ellipsis.tsx', 'en', variant); + await test.step('Hover ButtonLink and verify hint', async () => { + await locators.button(page).first().hover(); await page.waitForTimeout(200); + await locators.hint(page).waitFor({ state: 'visible' }); + await expect(locators.hint(page)).toHaveCount(1); + }); + }); - await test.step('Hover link and verify hint appears', async () => { - await locators.button(page).nth(0).hover(); + test('Verify disabled ButtonLink cannot be focused', { + tag: [TAG.PRIORITY_HIGH, TAG.KEYBOARD, '@button-link'], + }, async ({ page }) => { + await loadPage(page, storyPath, 'en', { disabled: true }); - await page.waitForTimeout(200); - await locators.hint(page).waitFor({ state: 'visible' }); - await expect(locators.hint(page)).toHaveCount(1); - }); + await test.step('Verify disabled ButtonLink attributes', async () => { + await expect(locators.button(page).first()).toBeDisabled(); + }); + + await test.step('Verify disabled ButtonLink cannot receive focus', async () => { + await page.keyboard.press('Tab'); + await expect(locators.button(page).first()).not.toBeFocused(); }); }); }); 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 new file mode 100644 index 0000000000..24c96381b5 Binary files /dev/null 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 new file mode 100644 index 0000000000..8bb09550fe Binary files /dev/null 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 new file mode 100644 index 0000000000..bb0fc94609 Binary files /dev/null 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 new file mode 100644 index 0000000000..620629b729 Binary files /dev/null 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 new file mode 100644 index 0000000000..e3b9cdc769 Binary files /dev/null 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 new file mode 100644 index 0000000000..909b17f7db Binary files /dev/null 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 new file mode 100644 index 0000000000..85bdccc4d4 Binary files /dev/null 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 new file mode 100644 index 0000000000..c29bb7ce54 Binary files /dev/null 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 new file mode 100644 index 0000000000..ac35df3f0b Binary files /dev/null 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 new file mode 100644 index 0000000000..80cdf59bf3 Binary files /dev/null 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 new file mode 100644 index 0000000000..35234614d0 Binary files /dev/null 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 new file mode 100644 index 0000000000..5208c3d322 Binary files /dev/null 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-Addon-only-example-size-100-us-85e88-sabled-true-active-false-hintPlacement-bottom-1-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-100-us-85e88-sabled-true-active-false-hintPlacement-bottom-1-chromium-linux.png deleted file mode 100644 index 4e073b8dc3..0000000000 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-100-us-85e88-sabled-true-active-false-hintPlacement-bottom-1-chromium-linux.png and /dev/null differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-100-us-85e88-sabled-true-active-false-hintPlacement-bottom-1-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-100-us-85e88-sabled-true-active-false-hintPlacement-bottom-1-firefox-linux.png deleted file mode 100644 index e8a50e2180..0000000000 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-100-us-85e88-sabled-true-active-false-hintPlacement-bottom-1-firefox-linux.png and /dev/null differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-100-us-85e88-sabled-true-active-false-hintPlacement-bottom-1-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-100-us-85e88-sabled-true-active-false-hintPlacement-bottom-1-webkit-linux.png deleted file mode 100644 index 86d32dbc20..0000000000 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-100-us-85e88-sabled-true-active-false-hintPlacement-bottom-1-webkit-linux.png and /dev/null differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-100-us-a5d12-sabled-false-active-true-hintPlacement-bottom-1-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-100-us-a5d12-sabled-false-active-true-hintPlacement-bottom-1-chromium-linux.png deleted file mode 100644 index c39013096f..0000000000 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-100-us-a5d12-sabled-false-active-true-hintPlacement-bottom-1-chromium-linux.png and /dev/null differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-100-us-a5d12-sabled-false-active-true-hintPlacement-bottom-1-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-100-us-a5d12-sabled-false-active-true-hintPlacement-bottom-1-firefox-linux.png deleted file mode 100644 index acb9096d04..0000000000 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-100-us-a5d12-sabled-false-active-true-hintPlacement-bottom-1-firefox-linux.png and /dev/null differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-100-us-a5d12-sabled-false-active-true-hintPlacement-bottom-1-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-100-us-a5d12-sabled-false-active-true-hintPlacement-bottom-1-webkit-linux.png deleted file mode 100644 index f0d62f18d2..0000000000 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-100-us-a5d12-sabled-false-active-true-hintPlacement-bottom-1-webkit-linux.png and /dev/null differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-100-us-b28c6-abled-false-active-false-hintPlacement-bottom-1-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-100-us-b28c6-abled-false-active-false-hintPlacement-bottom-1-chromium-linux.png deleted file mode 100644 index d03af593e2..0000000000 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-100-us-b28c6-abled-false-active-false-hintPlacement-bottom-1-chromium-linux.png and /dev/null differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-100-us-b28c6-abled-false-active-false-hintPlacement-bottom-1-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-100-us-b28c6-abled-false-active-false-hintPlacement-bottom-1-firefox-linux.png deleted file mode 100644 index ae603a97f9..0000000000 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-100-us-b28c6-abled-false-active-false-hintPlacement-bottom-1-firefox-linux.png and /dev/null differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-100-us-b28c6-abled-false-active-false-hintPlacement-bottom-1-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-100-us-b28c6-abled-false-active-false-hintPlacement-bottom-1-webkit-linux.png deleted file mode 100644 index 5995c31343..0000000000 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-100-us-b28c6-abled-false-active-false-hintPlacement-bottom-1-webkit-linux.png and /dev/null differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-500-us-72453-sabled-true-active-false-hintPlacement-bottom-1-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-500-us-72453-sabled-true-active-false-hintPlacement-bottom-1-chromium-linux.png deleted file mode 100644 index b727bf3290..0000000000 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-500-us-72453-sabled-true-active-false-hintPlacement-bottom-1-chromium-linux.png and /dev/null differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-500-us-72453-sabled-true-active-false-hintPlacement-bottom-1-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-500-us-72453-sabled-true-active-false-hintPlacement-bottom-1-firefox-linux.png deleted file mode 100644 index e43cc58e0e..0000000000 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-500-us-72453-sabled-true-active-false-hintPlacement-bottom-1-firefox-linux.png and /dev/null differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-500-us-72453-sabled-true-active-false-hintPlacement-bottom-1-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-500-us-72453-sabled-true-active-false-hintPlacement-bottom-1-webkit-linux.png deleted file mode 100644 index 5621e1e3c7..0000000000 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-500-us-72453-sabled-true-active-false-hintPlacement-bottom-1-webkit-linux.png and /dev/null differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-500-us-bb076-abled-false-active-false-hintPlacement-bottom-1-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-500-us-bb076-abled-false-active-false-hintPlacement-bottom-1-chromium-linux.png deleted file mode 100644 index 85af79794b..0000000000 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-500-us-bb076-abled-false-active-false-hintPlacement-bottom-1-chromium-linux.png and /dev/null differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-500-us-bb076-abled-false-active-false-hintPlacement-bottom-1-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-500-us-bb076-abled-false-active-false-hintPlacement-bottom-1-firefox-linux.png deleted file mode 100644 index 010209ff05..0000000000 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-500-us-bb076-abled-false-active-false-hintPlacement-bottom-1-firefox-linux.png and /dev/null differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-500-us-bb076-abled-false-active-false-hintPlacement-bottom-1-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-500-us-bb076-abled-false-active-false-hintPlacement-bottom-1-webkit-linux.png deleted file mode 100644 index 30fac8f857..0000000000 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-500-us-bb076-abled-false-active-false-hintPlacement-bottom-1-webkit-linux.png and /dev/null differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-500-us-f767c-sabled-false-active-true-hintPlacement-bottom-1-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-500-us-f767c-sabled-false-active-true-hintPlacement-bottom-1-chromium-linux.png deleted file mode 100644 index e9b3bad34f..0000000000 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-500-us-f767c-sabled-false-active-true-hintPlacement-bottom-1-chromium-linux.png and /dev/null differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-500-us-f767c-sabled-false-active-true-hintPlacement-bottom-1-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-500-us-f767c-sabled-false-active-true-hintPlacement-bottom-1-firefox-linux.png deleted file mode 100644 index 1fc7cb8e4e..0000000000 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-500-us-f767c-sabled-false-active-true-hintPlacement-bottom-1-firefox-linux.png and /dev/null differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-500-us-f767c-sabled-false-active-true-hintPlacement-bottom-1-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-500-us-f767c-sabled-false-active-true-hintPlacement-bottom-1-webkit-linux.png deleted file mode 100644 index 3da3d075e2..0000000000 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-500-us-f767c-sabled-false-active-true-hintPlacement-bottom-1-webkit-linux.png and /dev/null differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-undefi-56a7a--disabled-false-active-true-hintPlacement-top-1-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-undefi-56a7a--disabled-false-active-true-hintPlacement-top-1-chromium-linux.png deleted file mode 100644 index 5debfbac96..0000000000 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-undefi-56a7a--disabled-false-active-true-hintPlacement-top-1-chromium-linux.png and /dev/null differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-undefi-56a7a--disabled-false-active-true-hintPlacement-top-1-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-undefi-56a7a--disabled-false-active-true-hintPlacement-top-1-firefox-linux.png deleted file mode 100644 index 263a7b0587..0000000000 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-undefi-56a7a--disabled-false-active-true-hintPlacement-top-1-firefox-linux.png and /dev/null differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-undefi-56a7a--disabled-false-active-true-hintPlacement-top-1-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-undefi-56a7a--disabled-false-active-true-hintPlacement-top-1-webkit-linux.png deleted file mode 100644 index 6e93e933be..0000000000 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-undefi-56a7a--disabled-false-active-true-hintPlacement-top-1-webkit-linux.png and /dev/null differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-undefi-8c116--disabled-true-active-false-hintPlacement-top-1-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-undefi-8c116--disabled-true-active-false-hintPlacement-top-1-chromium-linux.png deleted file mode 100644 index 13784e16a2..0000000000 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-undefi-8c116--disabled-true-active-false-hintPlacement-top-1-chromium-linux.png and /dev/null differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-undefi-8c116--disabled-true-active-false-hintPlacement-top-1-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-undefi-8c116--disabled-true-active-false-hintPlacement-top-1-firefox-linux.png deleted file mode 100644 index 124b6f2dbf..0000000000 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-undefi-8c116--disabled-true-active-false-hintPlacement-top-1-firefox-linux.png and /dev/null differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-undefi-8c116--disabled-true-active-false-hintPlacement-top-1-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-undefi-8c116--disabled-true-active-false-hintPlacement-top-1-webkit-linux.png deleted file mode 100644 index 12422b36fa..0000000000 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-undefi-8c116--disabled-true-active-false-hintPlacement-top-1-webkit-linux.png and /dev/null differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-undefi-e0f43-disabled-false-active-false-hintPlacement-top-1-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-undefi-e0f43-disabled-false-active-false-hintPlacement-top-1-chromium-linux.png deleted file mode 100644 index dddeed53e4..0000000000 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-undefi-e0f43-disabled-false-active-false-hintPlacement-top-1-chromium-linux.png and /dev/null differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-undefi-e0f43-disabled-false-active-false-hintPlacement-top-1-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-undefi-e0f43-disabled-false-active-false-hintPlacement-top-1-firefox-linux.png deleted file mode 100644 index 9ad84e5f37..0000000000 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-undefi-e0f43-disabled-false-active-false-hintPlacement-top-1-firefox-linux.png and /dev/null differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-undefi-e0f43-disabled-false-active-false-hintPlacement-top-1-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-undefi-e0f43-disabled-false-active-false-hintPlacement-top-1-webkit-linux.png deleted file mode 100644 index c9334fb0d4..0000000000 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-undefi-e0f43-disabled-false-active-false-hintPlacement-top-1-webkit-linux.png and /dev/null differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-100-use-secondary-color-undefined-disabled-false-active-false-1-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-100-use-secondary-color-undefined-disabled-false-active-false-1-chromium-linux.png deleted file mode 100644 index e3f31ca531..0000000000 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-100-use-secondary-color-undefined-disabled-false-active-false-1-chromium-linux.png and /dev/null differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-100-use-secondary-color-undefined-disabled-false-active-false-1-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-100-use-secondary-color-undefined-disabled-false-active-false-1-firefox-linux.png deleted file mode 100644 index 5642cf33c5..0000000000 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-100-use-secondary-color-undefined-disabled-false-active-false-1-firefox-linux.png and /dev/null differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-100-use-secondary-color-undefined-disabled-false-active-false-1-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-100-use-secondary-color-undefined-disabled-false-active-false-1-webkit-linux.png deleted file mode 100644 index 45202d41a3..0000000000 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-100-use-secondary-color-undefined-disabled-false-active-false-1-webkit-linux.png and /dev/null differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-100-use-secondary-color-undefined-disabled-false-active-true-1-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-100-use-secondary-color-undefined-disabled-false-active-true-1-chromium-linux.png deleted file mode 100644 index 4ea151ab34..0000000000 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-100-use-secondary-color-undefined-disabled-false-active-true-1-chromium-linux.png and /dev/null differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-100-use-secondary-color-undefined-disabled-false-active-true-1-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-100-use-secondary-color-undefined-disabled-false-active-true-1-firefox-linux.png deleted file mode 100644 index 44e6ee834d..0000000000 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-100-use-secondary-color-undefined-disabled-false-active-true-1-firefox-linux.png and /dev/null differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-100-use-secondary-color-undefined-disabled-false-active-true-1-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-100-use-secondary-color-undefined-disabled-false-active-true-1-webkit-linux.png deleted file mode 100644 index a5e19272c3..0000000000 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-100-use-secondary-color-undefined-disabled-false-active-true-1-webkit-linux.png and /dev/null differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-100-use-secondary-color-undefined-disabled-true-active-false-1-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-100-use-secondary-color-undefined-disabled-true-active-false-1-chromium-linux.png deleted file mode 100644 index 1600e63d02..0000000000 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-100-use-secondary-color-undefined-disabled-true-active-false-1-chromium-linux.png and /dev/null differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-100-use-secondary-color-undefined-disabled-true-active-false-1-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-100-use-secondary-color-undefined-disabled-true-active-false-1-firefox-linux.png deleted file mode 100644 index 08686f4f56..0000000000 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-100-use-secondary-color-undefined-disabled-true-active-false-1-firefox-linux.png and /dev/null differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-100-use-secondary-color-undefined-disabled-true-active-false-1-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-100-use-secondary-color-undefined-disabled-true-active-false-1-webkit-linux.png deleted file mode 100644 index 5e53b6710c..0000000000 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-100-use-secondary-color-undefined-disabled-true-active-false-1-webkit-linux.png and /dev/null differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-500-use-unde-8b8d9-lor-text-critical-disabled-false-active-false-1-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-500-use-unde-8b8d9-lor-text-critical-disabled-false-active-false-1-chromium-linux.png deleted file mode 100644 index 6744d687cf..0000000000 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-500-use-unde-8b8d9-lor-text-critical-disabled-false-active-false-1-chromium-linux.png and /dev/null differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-500-use-unde-8b8d9-lor-text-critical-disabled-false-active-false-1-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-500-use-unde-8b8d9-lor-text-critical-disabled-false-active-false-1-firefox-linux.png deleted file mode 100644 index 6a1d343071..0000000000 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-500-use-unde-8b8d9-lor-text-critical-disabled-false-active-false-1-firefox-linux.png and /dev/null differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-500-use-unde-8b8d9-lor-text-critical-disabled-false-active-false-1-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-500-use-unde-8b8d9-lor-text-critical-disabled-false-active-false-1-webkit-linux.png deleted file mode 100644 index 950d0d5372..0000000000 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-500-use-unde-8b8d9-lor-text-critical-disabled-false-active-false-1-webkit-linux.png and /dev/null differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-500-use-undefined-color-text-critical-disabled-false-active-true-1-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-500-use-undefined-color-text-critical-disabled-false-active-true-1-chromium-linux.png deleted file mode 100644 index ca551f5bfb..0000000000 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-500-use-undefined-color-text-critical-disabled-false-active-true-1-chromium-linux.png and /dev/null differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-500-use-undefined-color-text-critical-disabled-false-active-true-1-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-500-use-undefined-color-text-critical-disabled-false-active-true-1-firefox-linux.png deleted file mode 100644 index 283926204d..0000000000 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-500-use-undefined-color-text-critical-disabled-false-active-true-1-firefox-linux.png and /dev/null differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-500-use-undefined-color-text-critical-disabled-false-active-true-1-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-500-use-undefined-color-text-critical-disabled-false-active-true-1-webkit-linux.png deleted file mode 100644 index fdf4a17b56..0000000000 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-500-use-undefined-color-text-critical-disabled-false-active-true-1-webkit-linux.png and /dev/null differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-500-use-undefined-color-text-critical-disabled-true-active-false-1-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-500-use-undefined-color-text-critical-disabled-true-active-false-1-chromium-linux.png deleted file mode 100644 index 7031056cf8..0000000000 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-500-use-undefined-color-text-critical-disabled-true-active-false-1-chromium-linux.png and /dev/null differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-500-use-undefined-color-text-critical-disabled-true-active-false-1-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-500-use-undefined-color-text-critical-disabled-true-active-false-1-firefox-linux.png deleted file mode 100644 index 7d36ae2ffc..0000000000 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-500-use-undefined-color-text-critical-disabled-true-active-false-1-firefox-linux.png and /dev/null differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-500-use-undefined-color-text-critical-disabled-true-active-false-1-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-500-use-undefined-color-text-critical-disabled-true-active-false-1-webkit-linux.png deleted file mode 100644 index 1e2eeab256..0000000000 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-500-use-undefined-color-text-critical-disabled-true-active-false-1-webkit-linux.png and /dev/null differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-undefined-us-4a23d-y-color-undefined-disabled-false-active-false-1-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-undefined-us-4a23d-y-color-undefined-disabled-false-active-false-1-chromium-linux.png deleted file mode 100644 index 354fb83f80..0000000000 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-undefined-us-4a23d-y-color-undefined-disabled-false-active-false-1-chromium-linux.png and /dev/null differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-undefined-us-4a23d-y-color-undefined-disabled-false-active-false-1-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-undefined-us-4a23d-y-color-undefined-disabled-false-active-false-1-firefox-linux.png deleted file mode 100644 index 84eb03f0e7..0000000000 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-undefined-us-4a23d-y-color-undefined-disabled-false-active-false-1-firefox-linux.png and /dev/null differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-undefined-us-4a23d-y-color-undefined-disabled-false-active-false-1-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-undefined-us-4a23d-y-color-undefined-disabled-false-active-false-1-webkit-linux.png deleted file mode 100644 index f3bac4e4ac..0000000000 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-undefined-us-4a23d-y-color-undefined-disabled-false-active-false-1-webkit-linux.png and /dev/null differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-undefined-use-primary-color-undefined-disabled-false-active-true-1-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-undefined-use-primary-color-undefined-disabled-false-active-true-1-chromium-linux.png deleted file mode 100644 index 19f9f207ed..0000000000 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-undefined-use-primary-color-undefined-disabled-false-active-true-1-chromium-linux.png and /dev/null differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-undefined-use-primary-color-undefined-disabled-false-active-true-1-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-undefined-use-primary-color-undefined-disabled-false-active-true-1-firefox-linux.png deleted file mode 100644 index 873ae69b1d..0000000000 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-undefined-use-primary-color-undefined-disabled-false-active-true-1-firefox-linux.png and /dev/null differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-undefined-use-primary-color-undefined-disabled-false-active-true-1-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-undefined-use-primary-color-undefined-disabled-false-active-true-1-webkit-linux.png deleted file mode 100644 index 3ed539e8c5..0000000000 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-undefined-use-primary-color-undefined-disabled-false-active-true-1-webkit-linux.png and /dev/null differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-undefined-use-primary-color-undefined-disabled-true-active-false-1-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-undefined-use-primary-color-undefined-disabled-true-active-false-1-chromium-linux.png deleted file mode 100644 index a8731c5a6d..0000000000 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-undefined-use-primary-color-undefined-disabled-true-active-false-1-chromium-linux.png and /dev/null differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-undefined-use-primary-color-undefined-disabled-true-active-false-1-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-undefined-use-primary-color-undefined-disabled-true-active-false-1-firefox-linux.png deleted file mode 100644 index 337e36e226..0000000000 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-undefined-use-primary-color-undefined-disabled-true-active-false-1-firefox-linux.png and /dev/null differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-undefined-use-primary-color-undefined-disabled-true-active-false-1-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-undefined-use-primary-color-undefined-disabled-true-active-false-1-webkit-linux.png deleted file mode 100644 index c56b35f477..0000000000 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Base-example-size-undefined-use-primary-color-undefined-disabled-true-active-false-1-webkit-linux.png and /dev/null differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Button-link-inside-the-text-size-100disabled-false-active-false-1-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Button-link-inside-the-text-size-100disabled-false-active-false-1-chromium-linux.png deleted file mode 100644 index 9ac5cfd27a..0000000000 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Button-link-inside-the-text-size-100disabled-false-active-false-1-chromium-linux.png and /dev/null differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Button-link-inside-the-text-size-100disabled-false-active-false-1-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Button-link-inside-the-text-size-100disabled-false-active-false-1-firefox-linux.png deleted file mode 100644 index c000dedd1c..0000000000 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Button-link-inside-the-text-size-100disabled-false-active-false-1-firefox-linux.png and /dev/null differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Button-link-inside-the-text-size-100disabled-false-active-false-1-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Button-link-inside-the-text-size-100disabled-false-active-false-1-webkit-linux.png deleted file mode 100644 index 2b0a96fc54..0000000000 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Button-link-inside-the-text-size-100disabled-false-active-false-1-webkit-linux.png and /dev/null differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Button-link-inside-the-text-size-200disabled-false-active-false-1-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Button-link-inside-the-text-size-200disabled-false-active-false-1-chromium-linux.png deleted file mode 100644 index d8fee2d012..0000000000 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Button-link-inside-the-text-size-200disabled-false-active-false-1-chromium-linux.png and /dev/null differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Button-link-inside-the-text-size-200disabled-false-active-false-1-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Button-link-inside-the-text-size-200disabled-false-active-false-1-firefox-linux.png deleted file mode 100644 index d479069f85..0000000000 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Button-link-inside-the-text-size-200disabled-false-active-false-1-firefox-linux.png and /dev/null differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Button-link-inside-the-text-size-200disabled-false-active-false-1-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Button-link-inside-the-text-size-200disabled-false-active-false-1-webkit-linux.png deleted file mode 100644 index 856d605721..0000000000 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Button-link-inside-the-text-size-200disabled-false-active-false-1-webkit-linux.png and /dev/null differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Button-link-inside-the-text-size-300disabled-false-active-false-1-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Button-link-inside-the-text-size-300disabled-false-active-false-1-chromium-linux.png deleted file mode 100644 index 7a96141c44..0000000000 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Button-link-inside-the-text-size-300disabled-false-active-false-1-chromium-linux.png and /dev/null differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Button-link-inside-the-text-size-300disabled-false-active-false-1-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Button-link-inside-the-text-size-300disabled-false-active-false-1-firefox-linux.png deleted file mode 100644 index e470f63655..0000000000 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Button-link-inside-the-text-size-300disabled-false-active-false-1-firefox-linux.png and /dev/null differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Button-link-inside-the-text-size-300disabled-false-active-false-1-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Button-link-inside-the-text-size-300disabled-false-active-false-1-webkit-linux.png deleted file mode 100644 index 0e75a329b4..0000000000 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Button-link-inside-the-text-size-300disabled-false-active-false-1-webkit-linux.png and /dev/null differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Button-link-inside-the-text-size-400disabled-false-active-false-1-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Button-link-inside-the-text-size-400disabled-false-active-false-1-chromium-linux.png deleted file mode 100644 index c4b020621f..0000000000 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Button-link-inside-the-text-size-400disabled-false-active-false-1-chromium-linux.png and /dev/null differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Button-link-inside-the-text-size-400disabled-false-active-false-1-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Button-link-inside-the-text-size-400disabled-false-active-false-1-firefox-linux.png deleted file mode 100644 index aa2fa908ac..0000000000 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Button-link-inside-the-text-size-400disabled-false-active-false-1-firefox-linux.png and /dev/null differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Button-link-inside-the-text-size-400disabled-false-active-false-1-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Button-link-inside-the-text-size-400disabled-false-active-false-1-webkit-linux.png deleted file mode 100644 index e4ecb85b53..0000000000 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Button-link-inside-the-text-size-400disabled-false-active-false-1-webkit-linux.png and /dev/null differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Button-link-inside-the-text-size-500disabled-false-active-false-1-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Button-link-inside-the-text-size-500disabled-false-active-false-1-chromium-linux.png deleted file mode 100644 index 7013454d36..0000000000 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Button-link-inside-the-text-size-500disabled-false-active-false-1-chromium-linux.png and /dev/null differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Button-link-inside-the-text-size-500disabled-false-active-false-1-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Button-link-inside-the-text-size-500disabled-false-active-false-1-firefox-linux.png deleted file mode 100644 index 26a8078632..0000000000 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Button-link-inside-the-text-size-500disabled-false-active-false-1-firefox-linux.png and /dev/null differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Button-link-inside-the-text-size-500disabled-false-active-false-1-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Button-link-inside-the-text-size-500disabled-false-active-false-1-webkit-linux.png deleted file mode 100644 index bb71524dd5..0000000000 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Button-link-inside-the-text-size-500disabled-false-active-false-1-webkit-linux.png and /dev/null differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Button-link-inside-the-text-size-500disabled-true-active-false-1-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Button-link-inside-the-text-size-500disabled-true-active-false-1-chromium-linux.png deleted file mode 100644 index acab8c7a26..0000000000 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Button-link-inside-the-text-size-500disabled-true-active-false-1-chromium-linux.png and /dev/null differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Button-link-inside-the-text-size-500disabled-true-active-false-1-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Button-link-inside-the-text-size-500disabled-true-active-false-1-firefox-linux.png deleted file mode 100644 index a05dfd49ee..0000000000 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Button-link-inside-the-text-size-500disabled-true-active-false-1-firefox-linux.png and /dev/null differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Button-link-inside-the-text-size-500disabled-true-active-false-1-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Button-link-inside-the-text-size-500disabled-true-active-false-1-webkit-linux.png deleted file mode 100644 index 5b7dce45ac..0000000000 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Button-link-inside-the-text-size-500disabled-true-active-false-1-webkit-linux.png and /dev/null differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Button-link-inside-the-text-size-600disabled-false-active-false-1-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Button-link-inside-the-text-size-600disabled-false-active-false-1-chromium-linux.png deleted file mode 100644 index 6a5e3e6d43..0000000000 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Button-link-inside-the-text-size-600disabled-false-active-false-1-chromium-linux.png and /dev/null differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Button-link-inside-the-text-size-600disabled-false-active-false-1-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Button-link-inside-the-text-size-600disabled-false-active-false-1-firefox-linux.png deleted file mode 100644 index f927571927..0000000000 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Button-link-inside-the-text-size-600disabled-false-active-false-1-firefox-linux.png and /dev/null differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Button-link-inside-the-text-size-600disabled-false-active-false-1-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Button-link-inside-the-text-size-600disabled-false-active-false-1-webkit-linux.png deleted file mode 100644 index b31d352af3..0000000000 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Button-link-inside-the-text-size-600disabled-false-active-false-1-webkit-linux.png and /dev/null differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Button-link-inside-the-text-size-700disabled-false-active-false-1-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Button-link-inside-the-text-size-700disabled-false-active-false-1-chromium-linux.png deleted file mode 100644 index 994c175162..0000000000 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Button-link-inside-the-text-size-700disabled-false-active-false-1-chromium-linux.png and /dev/null differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Button-link-inside-the-text-size-700disabled-false-active-false-1-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Button-link-inside-the-text-size-700disabled-false-active-false-1-firefox-linux.png deleted file mode 100644 index 87a86c3927..0000000000 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Button-link-inside-the-text-size-700disabled-false-active-false-1-firefox-linux.png and /dev/null differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Button-link-inside-the-text-size-700disabled-false-active-false-1-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Button-link-inside-the-text-size-700disabled-false-active-false-1-webkit-linux.png deleted file mode 100644 index 3d8d39fbca..0000000000 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Button-link-inside-the-text-size-700disabled-false-active-false-1-webkit-linux.png and /dev/null differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Button-link-inside-the-text-size-800disabled-false-active-false-1-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Button-link-inside-the-text-size-800disabled-false-active-false-1-chromium-linux.png deleted file mode 100644 index f0aed7bb61..0000000000 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Button-link-inside-the-text-size-800disabled-false-active-false-1-chromium-linux.png and /dev/null differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Button-link-inside-the-text-size-800disabled-false-active-false-1-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Button-link-inside-the-text-size-800disabled-false-active-false-1-firefox-linux.png deleted file mode 100644 index d12265c242..0000000000 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Button-link-inside-the-text-size-800disabled-false-active-false-1-firefox-linux.png and /dev/null differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Button-link-inside-the-text-size-800disabled-false-active-false-1-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Button-link-inside-the-text-size-800disabled-false-active-false-1-webkit-linux.png deleted file mode 100644 index 1c36a75fb0..0000000000 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Button-link-inside-the-text-size-800disabled-false-active-false-1-webkit-linux.png and /dev/null differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Button-link-inside-the-text-size-undefineddisabled-false-active-false-1-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Button-link-inside-the-text-size-undefineddisabled-false-active-false-1-chromium-linux.png deleted file mode 100644 index d8fee2d012..0000000000 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Button-link-inside-the-text-size-undefineddisabled-false-active-false-1-chromium-linux.png and /dev/null differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Button-link-inside-the-text-size-undefineddisabled-false-active-false-1-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Button-link-inside-the-text-size-undefineddisabled-false-active-false-1-firefox-linux.png deleted file mode 100644 index d479069f85..0000000000 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Button-link-inside-the-text-size-undefineddisabled-false-active-false-1-firefox-linux.png and /dev/null differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Button-link-inside-the-text-size-undefineddisabled-false-active-false-1-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Button-link-inside-the-text-size-undefineddisabled-false-active-false-1-webkit-linux.png deleted file mode 100644 index 856d605721..0000000000 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Button-link-inside-the-text-size-undefineddisabled-false-active-false-1-webkit-linux.png and /dev/null differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Button-link-inside-the-text-size-undefineddisabled-false-active-true-1-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Button-link-inside-the-text-size-undefineddisabled-false-active-true-1-chromium-linux.png deleted file mode 100644 index 8a30b98960..0000000000 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Button-link-inside-the-text-size-undefineddisabled-false-active-true-1-chromium-linux.png and /dev/null differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Button-link-inside-the-text-size-undefineddisabled-false-active-true-1-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Button-link-inside-the-text-size-undefineddisabled-false-active-true-1-firefox-linux.png deleted file mode 100644 index c5a1155c76..0000000000 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Button-link-inside-the-text-size-undefineddisabled-false-active-true-1-firefox-linux.png and /dev/null differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Button-link-inside-the-text-size-undefineddisabled-false-active-true-1-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Button-link-inside-the-text-size-undefineddisabled-false-active-true-1-webkit-linux.png deleted file mode 100644 index 1c684a8884..0000000000 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Button-link-inside-the-text-size-undefineddisabled-false-active-true-1-webkit-linux.png and /dev/null differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-disabled-active-with-success-and-addons-1-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-disabled-active-with-success-and-addons-1-chromium-linux.png new file mode 100644 index 0000000000..e44f44a053 Binary files /dev/null and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-disabled-active-with-success-and-addons-1-chromium-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-disabled-active-with-success-and-addons-1-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-disabled-active-with-success-and-addons-1-firefox-linux.png new file mode 100644 index 0000000000..46b4561ce4 Binary files /dev/null and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-disabled-active-with-success-and-addons-1-firefox-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-disabled-active-with-success-and-addons-1-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-disabled-active-with-success-and-addons-1-webkit-linux.png new file mode 100644 index 0000000000..b844d68d8f Binary files /dev/null and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-disabled-active-with-success-and-addons-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 new file mode 100644 index 0000000000..b8de872369 Binary files /dev/null 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 new file mode 100644 index 0000000000..6b9380cd03 Binary files /dev/null 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 new file mode 100644 index 0000000000..88b2dc6b0d Binary files /dev/null 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 new file mode 100644 index 0000000000..7892551a6f Binary files /dev/null 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 new file mode 100644 index 0000000000..1d0979cbc5 Binary files /dev/null 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 new file mode 100644 index 0000000000..d2c41ad3f6 Binary files /dev/null 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 new file mode 100644 index 0000000000..c6b31e52b8 Binary files /dev/null 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 new file mode 100644 index 0000000000..7b05d52bd6 Binary files /dev/null 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 new file mode 100644 index 0000000000..8a372220e1 Binary files /dev/null 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 new file mode 100644 index 0000000000..bdb8168140 Binary files /dev/null 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 new file mode 100644 index 0000000000..e4bf1b113c Binary files /dev/null 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 new file mode 100644 index 0000000000..350bb80a38 Binary files /dev/null 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 new file mode 100644 index 0000000000..b6a8ea495c Binary files /dev/null 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 new file mode 100644 index 0000000000..fb339340e6 Binary files /dev/null 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 new file mode 100644 index 0000000000..c9d4dcc832 Binary files /dev/null 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 new file mode 100644 index 0000000000..ce77a57a05 Binary files /dev/null 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 new file mode 100644 index 0000000000..7c409563f8 Binary files /dev/null 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 new file mode 100644 index 0000000000..3838b3c230 Binary files /dev/null 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 new file mode 100644 index 0000000000..e34a0f8150 Binary files /dev/null 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 new file mode 100644 index 0000000000..cc16d79e9d Binary files /dev/null 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 new file mode 100644 index 0000000000..3883d15ed1 Binary files /dev/null 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 new file mode 100644 index 0000000000..a7b081e273 Binary files /dev/null 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 new file mode 100644 index 0000000000..512bff995c Binary files /dev/null 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 new file mode 100644 index 0000000000..6eb43c9e67 Binary files /dev/null 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 new file mode 100644 index 0000000000..9b210e4caa Binary files /dev/null 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 new file mode 100644 index 0000000000..c73cee5afc Binary files /dev/null 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 new file mode 100644 index 0000000000..a75d22f429 Binary files /dev/null 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 new file mode 100644 index 0000000000..1a4ed4683a Binary files /dev/null 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 new file mode 100644 index 0000000000..541f648b0d Binary files /dev/null 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 new file mode 100644 index 0000000000..51996a5f99 Binary files /dev/null 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 new file mode 100644 index 0000000000..2701543ac2 Binary files /dev/null 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 new file mode 100644 index 0000000000..f0497e66a8 Binary files /dev/null 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 new file mode 100644 index 0000000000..84aa7f4b6d Binary files /dev/null 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 new file mode 100644 index 0000000000..8fd3bda13c Binary files /dev/null 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 new file mode 100644 index 0000000000..6aadd3ceb5 Binary files /dev/null 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 new file mode 100644 index 0000000000..69bc8ffb7d Binary files /dev/null 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 new file mode 100644 index 0000000000..78db8ba3b9 Binary files /dev/null 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 new file mode 100644 index 0000000000..b0c6afcb97 Binary files /dev/null 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 new file mode 100644 index 0000000000..44b3b2072a Binary files /dev/null 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 new file mode 100644 index 0000000000..9071ece670 Binary files /dev/null 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 new file mode 100644 index 0000000000..0fcc49f706 Binary files /dev/null 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 new file mode 100644 index 0000000000..397ded5536 Binary files /dev/null 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 new file mode 100644 index 0000000000..336e71ba3f Binary files /dev/null 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 new file mode 100644 index 0000000000..283facae6d Binary files /dev/null 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 new file mode 100644 index 0000000000..8dd79ba7cb Binary files /dev/null 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 new file mode 100644 index 0000000000..56b652480a Binary files /dev/null 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 new file mode 100644 index 0000000000..0c6beadf07 Binary files /dev/null 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 new file mode 100644 index 0000000000..db6cfaf6d0 Binary files /dev/null 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-cropPosition-middle-1-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-addonLeft-badge-cropPosition-middle-1-chromium-linux.png new file mode 100644 index 0000000000..572c9046cb Binary files /dev/null and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-addonLeft-badge-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-cropPosition-middle-1-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-addonLeft-badge-cropPosition-middle-1-firefox-linux.png new file mode 100644 index 0000000000..3790fda2f0 Binary files /dev/null and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-addonLeft-badge-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-cropPosition-middle-1-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-addonLeft-badge-cropPosition-middle-1-webkit-linux.png new file mode 100644 index 0000000000..37e820344a Binary files /dev/null and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-addonLeft-badge-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-cropPosition-middle-2-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-addonLeft-badge-cropPosition-middle-2-chromium-linux.png new file mode 100644 index 0000000000..e02d9696f5 Binary files /dev/null and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-addonLeft-badge-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-cropPosition-middle-2-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-addonLeft-badge-cropPosition-middle-2-firefox-linux.png new file mode 100644 index 0000000000..6c82dd19e7 Binary files /dev/null and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-addonLeft-badge-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-cropPosition-middle-2-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-addonLeft-badge-cropPosition-middle-2-webkit-linux.png new file mode 100644 index 0000000000..82bb676514 Binary files /dev/null and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-addonLeft-badge-cropPosition-middle-2-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 new file mode 100644 index 0000000000..89af2c5b76 Binary files /dev/null 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 new file mode 100644 index 0000000000..fb1ca2bd4d Binary files /dev/null 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 new file mode 100644 index 0000000000..74cf9071d8 Binary files /dev/null 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 new file mode 100644 index 0000000000..ef7032e8b9 Binary files /dev/null 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 new file mode 100644 index 0000000000..0c0fd62899 Binary files /dev/null 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 new file mode 100644 index 0000000000..075927a165 Binary files /dev/null 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-middle-lastRequired-2-1-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-addonRight-counter-middle-lastRequired-2-1-chromium-linux.png new file mode 100644 index 0000000000..8da06c5e4f Binary files /dev/null and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-addonRight-counter-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-middle-lastRequired-2-1-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-addonRight-counter-middle-lastRequired-2-1-firefox-linux.png new file mode 100644 index 0000000000..eaf46a5410 Binary files /dev/null and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-addonRight-counter-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-middle-lastRequired-2-1-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-addonRight-counter-middle-lastRequired-2-1-webkit-linux.png new file mode 100644 index 0000000000..8e8e8d9805 Binary files /dev/null and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-addonRight-counter-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-middle-lastRequired-2-2-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-addonRight-counter-middle-lastRequired-2-2-chromium-linux.png new file mode 100644 index 0000000000..2c4e002793 Binary files /dev/null and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-addonRight-counter-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-addonRight-counter-middle-lastRequired-2-2-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-addonRight-counter-middle-lastRequired-2-2-firefox-linux.png new file mode 100644 index 0000000000..ee616acf21 Binary files /dev/null and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-addonRight-counter-middle-lastRequired-2-2-firefox-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-addonRight-counter-middle-lastRequired-2-2-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-addonRight-counter-middle-lastRequired-2-2-webkit-linux.png new file mode 100644 index 0000000000..d640578e23 Binary files /dev/null and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-addonRight-counter-middle-lastRequired-2-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 new file mode 100644 index 0000000000..2e05695964 Binary files /dev/null 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 new file mode 100644 index 0000000000..8848a759b2 Binary files /dev/null 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 new file mode 100644 index 0000000000..c41c776427 Binary files /dev/null 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 new file mode 100644 index 0000000000..7c5a58f759 Binary files /dev/null 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-addonRight-counter-secondary-middle-lastRequired-2-2-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-addonRight-counter-secondary-middle-lastRequired-2-2-firefox-linux.png new file mode 100644 index 0000000000..051be84508 Binary files /dev/null and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-addonRight-counter-secondary-middle-lastRequired-2-2-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-2-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-addonRight-counter-secondary-middle-lastRequired-2-2-webkit-linux.png new file mode 100644 index 0000000000..c1d4e53c11 Binary files /dev/null and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-addonRight-counter-secondary-middle-lastRequired-2-2-webkit-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-both-addons-spin-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-end-maxLine-2-1-chromium-linux.png new file mode 100644 index 0000000000..81460adf6c Binary files /dev/null and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-both-addons-spin-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-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-end-maxLine-2-1-firefox-linux.png new file mode 100644 index 0000000000..4ae9e5f512 Binary files /dev/null and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-both-addons-spin-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-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-end-maxLine-2-1-webkit-linux.png new file mode 100644 index 0000000000..4b8ee241e8 Binary files /dev/null and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-both-addons-spin-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-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-end-maxLine-2-2-chromium-linux.png new file mode 100644 index 0000000000..96abb48fa0 Binary files /dev/null and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-both-addons-spin-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-both-addons-spin-end-maxLine-2-2-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-both-addons-spin-end-maxLine-2-2-firefox-linux.png new file mode 100644 index 0000000000..114984b6ef Binary files /dev/null and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-both-addons-spin-end-maxLine-2-2-firefox-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-both-addons-spin-end-maxLine-2-2-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-both-addons-spin-end-maxLine-2-2-webkit-linux.png new file mode 100644 index 0000000000..c189898ab5 Binary files /dev/null and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-both-addons-spin-end-maxLine-2-2-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-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 new file mode 100644 index 0000000000..2a36ba968d Binary files /dev/null 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 new file mode 100644 index 0000000000..2f5e9e37ba Binary files /dev/null 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 new file mode 100644 index 0000000000..ade5cbd6e6 Binary files /dev/null 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 new file mode 100644 index 0000000000..a0a1f4fbfd Binary files /dev/null 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-both-addons-spin-secondary-end-maxLine-2-2-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-2-firefox-linux.png new file mode 100644 index 0000000000..d85cd18d13 Binary files /dev/null and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-both-addons-spin-secondary-end-maxLine-2-2-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-2-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-2-webkit-linux.png new file mode 100644 index 0000000000..42330c1e1b Binary files /dev/null and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-both-addons-spin-secondary-end-maxLine-2-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-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 new file mode 100644 index 0000000000..37cf276976 Binary files /dev/null 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 new file mode 100644 index 0000000000..2d0e619a48 Binary files /dev/null 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 new file mode 100644 index 0000000000..047d66ddbb Binary files /dev/null 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 new file mode 100644 index 0000000000..6027cada88 Binary files /dev/null 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 new file mode 100644 index 0000000000..cbfd6943fa Binary files /dev/null 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 new file mode 100644 index 0000000000..2886603333 Binary files /dev/null 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 new file mode 100644 index 0000000000..dbd76f7234 Binary files /dev/null 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-200-no-addons-text-success-secondary-ellipsis-true-3-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-3-firefox-linux.png new file mode 100644 index 0000000000..2a2505b76b Binary files /dev/null and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-no-addons-text-success-secondary-ellipsis-true-3-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-3-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-3-webkit-linux.png new file mode 100644 index 0000000000..d53e7098c0 Binary files /dev/null and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-200-no-addons-text-success-secondary-ellipsis-true-3-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-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 new file mode 100644 index 0000000000..0f85e34c81 Binary files /dev/null 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 new file mode 100644 index 0000000000..c8fd096158 Binary files /dev/null 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 new file mode 100644 index 0000000000..fbe6875fe8 Binary files /dev/null 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 new file mode 100644 index 0000000000..8a59499aaf Binary files /dev/null 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 new file mode 100644 index 0000000000..c11ae27423 Binary files /dev/null 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 new file mode 100644 index 0000000000..62752502bd Binary files /dev/null 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 new file mode 100644 index 0000000000..8d8cd8863b Binary files /dev/null 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 new file mode 100644 index 0000000000..d20a9e2f73 Binary files /dev/null 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 new file mode 100644 index 0000000000..778cbac1da Binary files /dev/null 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 new file mode 100644 index 0000000000..d4df5809c3 Binary files /dev/null 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 new file mode 100644 index 0000000000..77467a03fe Binary files /dev/null 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 new file mode 100644 index 0000000000..34e495127d Binary files /dev/null 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 new file mode 100644 index 0000000000..172f89f9e4 Binary files /dev/null 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 new file mode 100644 index 0000000000..bdeeab1490 Binary files /dev/null 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 new file mode 100644 index 0000000000..cc7ad38885 Binary files /dev/null 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 new file mode 100644 index 0000000000..ae8171a5e3 Binary files /dev/null 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 new file mode 100644 index 0000000000..dd03a4c239 Binary files /dev/null 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 new file mode 100644 index 0000000000..d46ccd8306 Binary files /dev/null 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 new file mode 100644 index 0000000000..85f6ce3d59 Binary files /dev/null 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 new file mode 100644 index 0000000000..259c4d59b3 Binary files /dev/null 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 new file mode 100644 index 0000000000..22e4544d35 Binary files /dev/null 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 new file mode 100644 index 0000000000..ac5a7e790d Binary files /dev/null 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 new file mode 100644 index 0000000000..c8265d3e0c Binary files /dev/null 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 new file mode 100644 index 0000000000..5754d9a68d Binary files /dev/null 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 new file mode 100644 index 0000000000..edac52d41f Binary files /dev/null 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-300-no-addons-text-critical-ellipsis-true-3-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-300-no-addons-text-critical-ellipsis-true-3-firefox-linux.png new file mode 100644 index 0000000000..40ed85d61c Binary files /dev/null and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-300-no-addons-text-critical-ellipsis-true-3-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-3-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-300-no-addons-text-critical-ellipsis-true-3-webkit-linux.png new file mode 100644 index 0000000000..81db85e711 Binary files /dev/null and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-300-no-addons-text-critical-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 new file mode 100644 index 0000000000..d7c6e4cd1d Binary files /dev/null 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 new file mode 100644 index 0000000000..2c8226247f Binary files /dev/null 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 new file mode 100644 index 0000000000..5ddab0c2d8 Binary files /dev/null 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 new file mode 100644 index 0000000000..4ae7853f96 Binary files /dev/null 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 new file mode 100644 index 0000000000..509d5810cd Binary files /dev/null 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 new file mode 100644 index 0000000000..d199128561 Binary files /dev/null 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 new file mode 100644 index 0000000000..00173956ed Binary files /dev/null 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 new file mode 100644 index 0000000000..0c5de6c9de Binary files /dev/null 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 new file mode 100644 index 0000000000..74c2eb34f8 Binary files /dev/null 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 new file mode 100644 index 0000000000..ab36c53cb4 Binary files /dev/null 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 new file mode 100644 index 0000000000..efaec995bf Binary files /dev/null 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 new file mode 100644 index 0000000000..16fc459035 Binary files /dev/null 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 new file mode 100644 index 0000000000..5e5e1281d1 Binary files /dev/null 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 new file mode 100644 index 0000000000..26d70d5b9c Binary files /dev/null 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 new file mode 100644 index 0000000000..3ed52ed835 Binary files /dev/null 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 new file mode 100644 index 0000000000..88f114e165 Binary files /dev/null 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 new file mode 100644 index 0000000000..e14ff5fdea Binary files /dev/null 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 new file mode 100644 index 0000000000..8a50b4e70a Binary files /dev/null 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 new file mode 100644 index 0000000000..14c9185b18 Binary files /dev/null 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 new file mode 100644 index 0000000000..e23b479502 Binary files /dev/null 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 new file mode 100644 index 0000000000..adb363d565 Binary files /dev/null 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 new file mode 100644 index 0000000000..dc3c00a7eb Binary files /dev/null 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 new file mode 100644 index 0000000000..4ce881ca7b Binary files /dev/null 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 new file mode 100644 index 0000000000..3a6b291341 Binary files /dev/null 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 new file mode 100644 index 0000000000..9af8dfbb35 Binary files /dev/null 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 new file mode 100644 index 0000000000..8ef8394983 Binary files /dev/null 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 new file mode 100644 index 0000000000..5860969ee4 Binary files /dev/null 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 new file mode 100644 index 0000000000..1f94c5d11d Binary files /dev/null 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 new file mode 100644 index 0000000000..89fa8e067c Binary files /dev/null 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 new file mode 100644 index 0000000000..caaabb96aa Binary files /dev/null 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 new file mode 100644 index 0000000000..be5dcb4186 Binary files /dev/null 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 new file mode 100644 index 0000000000..a4ca25edfc Binary files /dev/null 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 new file mode 100644 index 0000000000..5b92054672 Binary files /dev/null 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 new file mode 100644 index 0000000000..e1b6af1149 Binary files /dev/null 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 new file mode 100644 index 0000000000..de78e1d047 Binary files /dev/null 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 new file mode 100644 index 0000000000..a40e0fc28f Binary files /dev/null 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 new file mode 100644 index 0000000000..92a1a4b672 Binary files /dev/null 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 new file mode 100644 index 0000000000..f2f4fdf8f4 Binary files /dev/null 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 new file mode 100644 index 0000000000..0a65a1563d Binary files /dev/null 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 new file mode 100644 index 0000000000..d3cd6fcf29 Binary files /dev/null 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 new file mode 100644 index 0000000000..906a76329d Binary files /dev/null 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 new file mode 100644 index 0000000000..08a37ca677 Binary files /dev/null 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 new file mode 100644 index 0000000000..34b2b1fdec Binary files /dev/null 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 new file mode 100644 index 0000000000..5fdcb60a4c Binary files /dev/null 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 new file mode 100644 index 0000000000..cda3b41582 Binary files /dev/null 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 new file mode 100644 index 0000000000..3b7b48d0ab Binary files /dev/null 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 new file mode 100644 index 0000000000..c65fd36d42 Binary files /dev/null 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 new file mode 100644 index 0000000000..2728c29e92 Binary files /dev/null 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 new file mode 100644 index 0000000000..95b9783388 Binary files /dev/null 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 new file mode 100644 index 0000000000..16723edf63 Binary files /dev/null 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 new file mode 100644 index 0000000000..8262230420 Binary files /dev/null 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 new file mode 100644 index 0000000000..13515be2f5 Binary files /dev/null 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 new file mode 100644 index 0000000000..e06035eef9 Binary files /dev/null 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 new file mode 100644 index 0000000000..ae1ce64417 Binary files /dev/null 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-cropPosition-middle-1-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-addonLeft-badge-cropPosition-middle-1-chromium-linux.png new file mode 100644 index 0000000000..fffe6bf77d Binary files /dev/null and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-addonLeft-badge-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-cropPosition-middle-1-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-addonLeft-badge-cropPosition-middle-1-firefox-linux.png new file mode 100644 index 0000000000..482fbecce0 Binary files /dev/null and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-addonLeft-badge-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-cropPosition-middle-1-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-addonLeft-badge-cropPosition-middle-1-webkit-linux.png new file mode 100644 index 0000000000..085673e98d Binary files /dev/null and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-addonLeft-badge-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-cropPosition-middle-2-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-addonLeft-badge-cropPosition-middle-2-chromium-linux.png new file mode 100644 index 0000000000..be4e071f9a Binary files /dev/null and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-addonLeft-badge-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-cropPosition-middle-2-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-addonLeft-badge-cropPosition-middle-2-firefox-linux.png new file mode 100644 index 0000000000..fb963eb8f1 Binary files /dev/null and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-addonLeft-badge-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-cropPosition-middle-2-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-addonLeft-badge-cropPosition-middle-2-webkit-linux.png new file mode 100644 index 0000000000..a80cc7145c Binary files /dev/null and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-addonLeft-badge-cropPosition-middle-2-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 new file mode 100644 index 0000000000..19e0036e70 Binary files /dev/null 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 new file mode 100644 index 0000000000..1c1c04afe6 Binary files /dev/null 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 new file mode 100644 index 0000000000..76987cc00c Binary files /dev/null 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 new file mode 100644 index 0000000000..6ec397a5e2 Binary files /dev/null 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 new file mode 100644 index 0000000000..ca38629436 Binary files /dev/null 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 new file mode 100644 index 0000000000..b2d65ccbab Binary files /dev/null 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-middle-lastRequired-2-1-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-addonRight-counter-middle-lastRequired-2-1-chromium-linux.png new file mode 100644 index 0000000000..3f8a1bffec Binary files /dev/null and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-addonRight-counter-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-middle-lastRequired-2-1-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-addonRight-counter-middle-lastRequired-2-1-firefox-linux.png new file mode 100644 index 0000000000..545e50c2c0 Binary files /dev/null and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-addonRight-counter-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-middle-lastRequired-2-1-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-addonRight-counter-middle-lastRequired-2-1-webkit-linux.png new file mode 100644 index 0000000000..49c866a084 Binary files /dev/null and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-addonRight-counter-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-middle-lastRequired-2-2-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-addonRight-counter-middle-lastRequired-2-2-chromium-linux.png new file mode 100644 index 0000000000..fe0282afae Binary files /dev/null and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-addonRight-counter-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-addonRight-counter-middle-lastRequired-2-2-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-addonRight-counter-middle-lastRequired-2-2-firefox-linux.png new file mode 100644 index 0000000000..ffbc88f67a Binary files /dev/null and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-addonRight-counter-middle-lastRequired-2-2-firefox-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-addonRight-counter-middle-lastRequired-2-2-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-addonRight-counter-middle-lastRequired-2-2-webkit-linux.png new file mode 100644 index 0000000000..4ccf0661a6 Binary files /dev/null and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-addonRight-counter-middle-lastRequired-2-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 new file mode 100644 index 0000000000..fa44e595de Binary files /dev/null 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 new file mode 100644 index 0000000000..dbdce32564 Binary files /dev/null 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 new file mode 100644 index 0000000000..ff55914d0a Binary files /dev/null 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 new file mode 100644 index 0000000000..04ed124412 Binary files /dev/null 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-addonRight-counter-secondary-middle-lastRequired-2-2-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-addonRight-counter-secondary-middle-lastRequired-2-2-firefox-linux.png new file mode 100644 index 0000000000..a2685e9d14 Binary files /dev/null and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-addonRight-counter-secondary-middle-lastRequired-2-2-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-2-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-addonRight-counter-secondary-middle-lastRequired-2-2-webkit-linux.png new file mode 100644 index 0000000000..3607c53dbf Binary files /dev/null and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-addonRight-counter-secondary-middle-lastRequired-2-2-webkit-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-both-addons-spin-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-end-maxLine-2-1-chromium-linux.png new file mode 100644 index 0000000000..f8caba3cf8 Binary files /dev/null and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-both-addons-spin-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-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-end-maxLine-2-1-firefox-linux.png new file mode 100644 index 0000000000..542a4d3408 Binary files /dev/null and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-both-addons-spin-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-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-end-maxLine-2-1-webkit-linux.png new file mode 100644 index 0000000000..b4bce53eda Binary files /dev/null and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-both-addons-spin-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-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-end-maxLine-2-2-chromium-linux.png new file mode 100644 index 0000000000..e6e6e9f38b Binary files /dev/null and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-both-addons-spin-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-both-addons-spin-end-maxLine-2-2-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-both-addons-spin-end-maxLine-2-2-firefox-linux.png new file mode 100644 index 0000000000..34530c5de7 Binary files /dev/null and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-both-addons-spin-end-maxLine-2-2-firefox-linux.png differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-both-addons-spin-end-maxLine-2-2-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-both-addons-spin-end-maxLine-2-2-webkit-linux.png new file mode 100644 index 0000000000..d5fcb3dc09 Binary files /dev/null and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-both-addons-spin-end-maxLine-2-2-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-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 new file mode 100644 index 0000000000..96ea07a9f5 Binary files /dev/null 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 new file mode 100644 index 0000000000..8f0232df06 Binary files /dev/null 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 new file mode 100644 index 0000000000..1affd108f4 Binary files /dev/null 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 new file mode 100644 index 0000000000..573452d536 Binary files /dev/null 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-both-addons-spin-secondary-end-maxLine-2-2-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-2-firefox-linux.png new file mode 100644 index 0000000000..8b78debf7e Binary files /dev/null and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-both-addons-spin-secondary-end-maxLine-2-2-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-2-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-2-webkit-linux.png new file mode 100644 index 0000000000..fed9d53bca Binary files /dev/null and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-both-addons-spin-secondary-end-maxLine-2-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-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 new file mode 100644 index 0000000000..0369b35322 Binary files /dev/null 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 new file mode 100644 index 0000000000..88e554ba3f Binary files /dev/null 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 new file mode 100644 index 0000000000..9c22c2258b Binary files /dev/null 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 new file mode 100644 index 0000000000..d4697b93ce Binary files /dev/null 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 new file mode 100644 index 0000000000..ad4991fecf Binary files /dev/null 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 new file mode 100644 index 0000000000..e1488846e2 Binary files /dev/null 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 new file mode 100644 index 0000000000..1233b360ea Binary files /dev/null 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-600-no-addons-text-success-secondary-ellipsis-true-3-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-3-firefox-linux.png new file mode 100644 index 0000000000..585d6a764f Binary files /dev/null and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-no-addons-text-success-secondary-ellipsis-true-3-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-3-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-3-webkit-linux.png new file mode 100644 index 0000000000..e9b17fbb4c Binary files /dev/null and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-600-no-addons-text-success-secondary-ellipsis-true-3-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-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 new file mode 100644 index 0000000000..d540128b72 Binary files /dev/null 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 new file mode 100644 index 0000000000..c7517cb696 Binary files /dev/null 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 new file mode 100644 index 0000000000..253eec019e Binary files /dev/null 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 new file mode 100644 index 0000000000..e8f25b06bd Binary files /dev/null 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 new file mode 100644 index 0000000000..468b2ab9df Binary files /dev/null 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 new file mode 100644 index 0000000000..022c6ee434 Binary files /dev/null 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 new file mode 100644 index 0000000000..180a83d88f Binary files /dev/null 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 new file mode 100644 index 0000000000..057726b500 Binary files /dev/null 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 new file mode 100644 index 0000000000..a49b225454 Binary files /dev/null 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 new file mode 100644 index 0000000000..3d4d6ba7b2 Binary files /dev/null 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 new file mode 100644 index 0000000000..c5f96510b4 Binary files /dev/null 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 new file mode 100644 index 0000000000..dda1a766f6 Binary files /dev/null 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 new file mode 100644 index 0000000000..74be3d6d91 Binary files /dev/null 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 new file mode 100644 index 0000000000..95b7816c3f Binary files /dev/null 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 new file mode 100644 index 0000000000..a38803d719 Binary files /dev/null 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 new file mode 100644 index 0000000000..4728cb9adf Binary files /dev/null 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 new file mode 100644 index 0000000000..1f222fb4b5 Binary files /dev/null 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 new file mode 100644 index 0000000000..025c0ece05 Binary files /dev/null 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 new file mode 100644 index 0000000000..e64dc7f3db Binary files /dev/null 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 new file mode 100644 index 0000000000..1f2856ef80 Binary files /dev/null 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 new file mode 100644 index 0000000000..44da1e79c5 Binary files /dev/null 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 new file mode 100644 index 0000000000..8e7c254d3a Binary files /dev/null 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 new file mode 100644 index 0000000000..63945283c0 Binary files /dev/null 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 new file mode 100644 index 0000000000..c09575afc0 Binary files /dev/null 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 new file mode 100644 index 0000000000..7326c94ed3 Binary files /dev/null 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-700-no-addons-text-critical-ellipsis-true-3-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-700-no-addons-text-critical-ellipsis-true-3-firefox-linux.png new file mode 100644 index 0000000000..305da5423d Binary files /dev/null and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-700-no-addons-text-critical-ellipsis-true-3-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-3-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-700-no-addons-text-critical-ellipsis-true-3-webkit-linux.png new file mode 100644 index 0000000000..77863ce8ce Binary files /dev/null and b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-ButtonLink-size-700-no-addons-text-critical-ellipsis-true-3-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-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 new file mode 100644 index 0000000000..88005f998c Binary files /dev/null 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 new file mode 100644 index 0000000000..cb7de80329 Binary files /dev/null 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 new file mode 100644 index 0000000000..69c086cad9 Binary files /dev/null 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 new file mode 100644 index 0000000000..db7326f4b5 Binary files /dev/null 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 new file mode 100644 index 0000000000..00c7d262c8 Binary files /dev/null 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 new file mode 100644 index 0000000000..c24f5bd26a Binary files /dev/null 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 new file mode 100644 index 0000000000..ce91a3e84d Binary files /dev/null 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 new file mode 100644 index 0000000000..d18a4cfbe7 Binary files /dev/null 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 new file mode 100644 index 0000000000..11ec568556 Binary files /dev/null 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 new file mode 100644 index 0000000000..1a5a9c1f2d Binary files /dev/null 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 new file mode 100644 index 0000000000..9ce532dad4 Binary files /dev/null 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 new file mode 100644 index 0000000000..1a6915cff6 Binary files /dev/null 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 new file mode 100644 index 0000000000..0482815df5 Binary files /dev/null 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 new file mode 100644 index 0000000000..45823d0351 Binary files /dev/null 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 new file mode 100644 index 0000000000..f98fd13b9b Binary files /dev/null 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 new file mode 100644 index 0000000000..aecddd06b8 Binary files /dev/null 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 new file mode 100644 index 0000000000..5203dfba90 Binary files /dev/null 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 new file mode 100644 index 0000000000..350379278b Binary files /dev/null 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 new file mode 100644 index 0000000000..1e9684c13f Binary files /dev/null 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 new file mode 100644 index 0000000000..cbdbabd32e Binary files /dev/null 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 new file mode 100644 index 0000000000..85fd6aa6d2 Binary files /dev/null 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 new file mode 100644 index 0000000000..e00cd7fd37 Binary files /dev/null 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 new file mode 100644 index 0000000000..14faf49bc0 Binary files /dev/null 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 new file mode 100644 index 0000000000..776afdcf15 Binary files /dev/null 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 new file mode 100644 index 0000000000..45164f3327 Binary files /dev/null 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 new file mode 100644 index 0000000000..ce68db3c69 Binary files /dev/null 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 new file mode 100644 index 0000000000..c23921bb34 Binary files /dev/null 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-link.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-Hint-visual-for-cropPosition-end-color-text--success-1-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-Hint-visual-for-cropPosition-end-color-text--success-1-chromium-linux.png deleted file mode 100644 index 0ed44ec3ef..0000000000 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-Hint-visual-for-cropPosition-end-color-text--success-1-chromium-linux.png and /dev/null differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-Hint-visual-for-cropPosition-end-color-text--success-1-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-Hint-visual-for-cropPosition-end-color-text--success-1-firefox-linux.png deleted file mode 100644 index ef50146dbb..0000000000 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-Hint-visual-for-cropPosition-end-color-text--success-1-firefox-linux.png and /dev/null differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-Hint-visual-for-cropPosition-end-color-text--success-1-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-Hint-visual-for-cropPosition-end-color-text--success-1-webkit-linux.png deleted file mode 100644 index bf9a3ce289..0000000000 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-Hint-visual-for-cropPosition-end-color-text--success-1-webkit-linux.png and /dev/null differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-Hint-visual-for-cropPosition-end-maxLine-2-1-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-Hint-visual-for-cropPosition-end-maxLine-2-1-chromium-linux.png deleted file mode 100644 index 9b2fe3f235..0000000000 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-Hint-visual-for-cropPosition-end-maxLine-2-1-chromium-linux.png and /dev/null differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-Hint-visual-for-cropPosition-end-maxLine-2-1-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-Hint-visual-for-cropPosition-end-maxLine-2-1-firefox-linux.png deleted file mode 100644 index 46874f87c4..0000000000 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-Hint-visual-for-cropPosition-end-maxLine-2-1-firefox-linux.png and /dev/null differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-Hint-visual-for-cropPosition-end-maxLine-2-1-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-Hint-visual-for-cropPosition-end-maxLine-2-1-webkit-linux.png deleted file mode 100644 index 08a6a62c47..0000000000 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-Hint-visual-for-cropPosition-end-maxLine-2-1-webkit-linux.png and /dev/null differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-Hint-visual-for-cropPosition-middle-lastRequiredSymbols-2-1-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-Hint-visual-for-cropPosition-middle-lastRequiredSymbols-2-1-chromium-linux.png deleted file mode 100644 index 67209c0796..0000000000 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-Hint-visual-for-cropPosition-middle-lastRequiredSymbols-2-1-chromium-linux.png and /dev/null differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-Hint-visual-for-cropPosition-middle-lastRequiredSymbols-2-1-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-Hint-visual-for-cropPosition-middle-lastRequiredSymbols-2-1-firefox-linux.png deleted file mode 100644 index 36b91cebc2..0000000000 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-Hint-visual-for-cropPosition-middle-lastRequiredSymbols-2-1-firefox-linux.png and /dev/null differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-Hint-visual-for-cropPosition-middle-lastRequiredSymbols-2-1-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-Hint-visual-for-cropPosition-middle-lastRequiredSymbols-2-1-webkit-linux.png deleted file mode 100644 index 7c60d59f69..0000000000 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-Hint-visual-for-cropPosition-middle-lastRequiredSymbols-2-1-webkit-linux.png and /dev/null differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-Hint-visual-for-cropPosition-middle-size-400-1-chromium-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-Hint-visual-for-cropPosition-middle-size-400-1-chromium-linux.png deleted file mode 100644 index 985f0e8cf0..0000000000 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-Hint-visual-for-cropPosition-middle-size-400-1-chromium-linux.png and /dev/null differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-Hint-visual-for-cropPosition-middle-size-400-1-firefox-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-Hint-visual-for-cropPosition-middle-size-400-1-firefox-linux.png deleted file mode 100644 index 78b53144e3..0000000000 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-Hint-visual-for-cropPosition-middle-size-400-1-firefox-linux.png and /dev/null differ diff --git a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-Hint-visual-for-cropPosition-middle-size-400-1-webkit-linux.png b/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-Hint-visual-for-cropPosition-middle-size-400-1-webkit-linux.png deleted file mode 100644 index 1439b593b2..0000000000 Binary files a/semcore/button/__tests__/button-link.browser-test.tsx-snapshots/-visual-Verify-Ellipsis-Hint-visual-for-cropPosition-middle-size-400-1-webkit-linux.png and /dev/null differ diff --git a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-use--09f87-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-use--09f87-e-active-false-loading-true-hintPlacement-top-1-firefox-linux.png index f35f756628..746eba4c56 100644 Binary files a/semcore/button/__tests__/button.browser-test.tsx-snapshots/-visual-Verify-Addon-only-example-size-l-use--09f87-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-use--09f87-e-active-false-loading-true-hintPlacement-top-1-firefox-linux.png differ diff --git a/semcore/button/src/component/AbstractButton/AbstractButton.type.ts b/semcore/button/src/component/AbstractButton/AbstractButton.type.ts index c6d57ae8f8..63df72236b 100644 --- a/semcore/button/src/component/AbstractButton/AbstractButton.type.ts +++ b/semcore/button/src/component/AbstractButton/AbstractButton.type.ts @@ -29,9 +29,7 @@ export type AbstractButtonProps = BoxProps & theme?: T; }; -export type AbstractButtonAddonProps = BoxProps & { - size?: S; -}; +export type AbstractButtonAddonProps = BoxProps; export type AbstractButtonTextProps = TextProps & { size?: S; diff --git a/semcore/button/src/component/Button/Button.type.ts b/semcore/button/src/component/Button/Button.type.ts index bb56558419..a0960369df 100644 --- a/semcore/button/src/component/Button/Button.type.ts +++ b/semcore/button/src/component/Button/Button.type.ts @@ -25,7 +25,7 @@ export type ButtonProps = AbstractButtonProps; export type ButtonTextProps = AbstractButtonTextProps; -export type ButtonAddonProps = AbstractButtonAddonProps; +export type ButtonAddonProps = AbstractButtonAddonProps; export type ButtonContext = AbstractButtonContext; diff --git a/semcore/button/src/component/ButtonLink/ButtonLink.type.ts b/semcore/button/src/component/ButtonLink/ButtonLink.type.ts index fb8265541b..66a99d08e3 100644 --- a/semcore/button/src/component/ButtonLink/ButtonLink.type.ts +++ b/semcore/button/src/component/ButtonLink/ButtonLink.type.ts @@ -21,7 +21,7 @@ export type ButtonLinkProps = AbstractButtonProps; export type ButtonLinkTextProps = AbstractButtonTextProps; -export type ButtonLinkAddonProps = AbstractButtonAddonProps; +export type ButtonLinkAddonProps = AbstractButtonAddonProps; export type ButtonLinkContext = AbstractButtonContext; diff --git a/semcore/button/src/component/ButtonLink/buttonLink.shadow.css b/semcore/button/src/component/ButtonLink/buttonLink.shadow.css index 21f2bb8a2a..67bd00487e 100644 --- a/semcore/button/src/component/ButtonLink/buttonLink.shadow.css +++ b/semcore/button/src/component/ButtonLink/buttonLink.shadow.css @@ -1,5 +1,5 @@ SButton { - display: inline-flex; + display: inline; font-family: inherit; font-size: var(--intergalactic-fs-200, 14px); color: var(--intergalactic-text-link, #006dca); @@ -15,11 +15,6 @@ SButton { background: none; transition: color 0.15s ease-in-out; - &:active, - &:hover { - text-decoration: none; - } - &::-moz-focus-inner { border: none; padding: 0; @@ -31,7 +26,7 @@ SButton { color: var(--intergalactic-text-link-hover-active, #044792); & SText { - box-shadow: 0 1px 0 0 currentColor; + text-decoration-color: currentColor; } } @@ -41,8 +36,13 @@ SButton { } SText { - box-shadow: 0 1px 0 0 transparent; - transition: box-shadow 0.15s ease-in-out; + text-decoration: underline; + text-decoration-style: solid; + text-decoration-thickness: 1px; + text-decoration-color: transparent; + text-underline-offset: 17%; + + transition: text-decoration-color 0.15s ease-in-out; } } @@ -63,28 +63,22 @@ SButton[use='secondary'] { } SText { - box-shadow: none; - border-bottom-width: 1px; - border-bottom-style: dashed; - border-color: currentColor; + text-decoration-style: dashed; + text-decoration-color: currentColor; } } SInner { - display: inline-flex; align-items: baseline; - justify-content: center; height: 100%; width: 100%; } SAddon { - display: inline-flex; - justify-content: center; - align-items: baseline; - vertical-align: middle; pointer-events: none; - align-self: center; + vertical-align: middle; + display: inline-flex; + margin-top: -2px; } SButton SAddon { 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 8e336cd140..f6baf8686b 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-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 6d3534295d..452531579b 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 0fe3d1d8bd..78be6297f0 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 743b4dc810..e83cadfb3a 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-firefox-linux.png b/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-Base-example-margins-and-paddings-3-firefox-linux.png index 23584f8431..32a29bbc4f 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-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 8426e4f349..2a65b00392 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 5ed90c4574..431904a3e8 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 81677cbf8b..d707ef90ab 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-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 b3d451f6c6..eb5476dc89 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-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 b04ef92782..8297358ccc 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-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 b9a226883d..d9119540bd 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-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 68ea5c7115..bd9944e384 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 f521f563a0..6990b7672b 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 3995da5ccb..c5f1a6599e 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 8313b7bcc4..15e7308207 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 7de36c25a7..03d4710356 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 af8cae7d80..b96dba1323 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-firefox-linux.png b/semcore/card/__tests__/card.browser-test.tsx-snapshots/-visual-Verify-complex-card-styles-1-firefox-linux.png index 81c09b1173..18694bfbbf 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/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 7c9f5bca70..4e95e15984 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 0175a0b037..4fee92184f 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 1178fc178a..982aa810f1 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 30b7a7b866..91de8c6a87 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 409664d284..559ae656a4 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 ccf35468d9..def86fd051 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 05ff484983..74582b68a9 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 eba69970a9..3d402b0692 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 7a31c76733..7d45081a0f 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 9637a458aa..5a888702a8 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 4b21a3dbad..989fafa65e 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 5a9aa2b4e8..f68055d2d9 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 006a751ec3..8698e1fb40 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 f52959de8f..772197e659 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-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 96013d3d84..a3df39ddca 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 ebd6dc0461..12befec1bd 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 7c1dee82eb..94cb3fc5f7 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 40e1ab026f..028e661b15 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 97042e6060..28c6351ab0 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-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 1b92062fca..15106caf3f 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 c98e3b72f2..efa9ab1b4f 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 3f12c4fa1c..de15ee3f74 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 38973a4d51..af2655eebe 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 ecf45765b8..480a9ec8e9 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-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 676843e5f4..2e63460844 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 faf80e38ff..a8cfed725a 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 6f3b4ee19b..7cb6ba53a9 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 156a6614d9..b0afe3b9a6 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 0f56275382..67340dab6e 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-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 cc18d0f3c9..29b81e2881 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 9d9ef8e6b2..3d74a92855 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 b4ce7af2a9..637e6f8b15 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 114b4ba7d5..077a92dc69 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 fe067f51fe..1569e0971c 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-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 c26667d9c6..f2f19a415c 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 ebc3aee41a..a3351b4851 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-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 5e5a92f3ec..2af866fc9b 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 d7263d7938..3f0d5e32e3 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-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 92934264fb..8a645a5ba4 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 88d839e2b0..a72d95cf4f 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 a92a7c708d..cde1ee5811 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 147cc39fcc..afbb93fba5 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 8749417aa8..7d0d7c7f02 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 ec9b9bb9ee..0fd97034a4 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 f0d8c61756..b94a9fc778 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 7db7a319e2..93ccd84666 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-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 a1406d3e96..db65fe5a6e 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 5c5f8bd5f3..8167ef2a5d 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 56e9864a91..68c6d5bd49 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 a0996ff3e4..7bc3b6a8cf 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 aaaf7f25dc..57b20b29cf 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-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 0fd1cc7d99..6d9408fe93 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 fcdcc8b925..9b899fd4b1 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-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 9172754d06..e1ba56543a 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 659bbf3dac..5c0c297598 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 768a7209e0..bf7b5f0318 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/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-carousel-with-indicators-only-1-chromium-linux.png b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-carousel-with-indicators-only-1-chromium-linux.png index 97556fabb6..b419195cf7 100644 Binary files a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-carousel-with-indicators-only-1-chromium-linux.png and b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-carousel-with-indicators-only-1-chromium-linux.png differ diff --git a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-carousel-with-indicators-only-1-firefox-linux.png b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-carousel-with-indicators-only-1-firefox-linux.png index 92cd05f9e8..4b0013c72e 100644 Binary files a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-carousel-with-indicators-only-1-firefox-linux.png and b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-carousel-with-indicators-only-1-firefox-linux.png differ diff --git a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-carousel-with-indicators-only-1-webkit-linux.png b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-carousel-with-indicators-only-1-webkit-linux.png index e1d76577b1..78f57f2a28 100644 Binary files a/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-carousel-with-indicators-only-1-webkit-linux.png and b/semcore/carousel/__tests__/carousel.browser-test.tsx-snapshots/-visual-Verify-carousel-with-indicators-only-1-webkit-linux.png differ diff --git a/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-Checkbox-with-onther-elements-keyboard-interactions-1-chromium-linux.png b/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-Checkbox-with-onther-elements-keyboard-interactions-1-chromium-linux.png index 49fb23f28f..cceef25c36 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 7af3be4dd0..f20896a0f4 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 6ffe2e3e79..4fba95af37 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 53af26adb4..504bf6b5ef 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 744c2fbe91..e537c147f3 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-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 903cd03ef8..d42447f993 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 d9aea4cd51..1e87111f9c 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-size-l-state-invalid-theme-unde-56b21-isabled-true-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-56b21-isabled-true-checked-true-indeterminate-false-1-chromium-linux.png index 200b2dc162..88dd0b7d6b 100644 Binary files a/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-l-state-invalid-theme-unde-56b21-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-invalid-theme-unde-56b21-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-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 df1e7ed7b1..ba21458513 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-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 f06285445d..052b040525 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-firefox-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-firefox-linux.png index b54546e94b..d6582c71e2 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-firefox-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-firefox-linux.png differ diff --git a/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-l-state-invalid-theme-unde-e22e5-isabled-true-checked-false-indeterminate-true-1-chromium-linux.png b/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-l-state-invalid-theme-unde-e22e5-isabled-true-checked-false-indeterminate-true-1-chromium-linux.png index a10034165a..d024a88742 100644 Binary files a/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-l-state-invalid-theme-unde-e22e5-isabled-true-checked-false-indeterminate-true-1-chromium-linux.png and b/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-l-state-invalid-theme-unde-e22e5-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-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 963e6d7c63..a2a5ea433e 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 ae3926013b..55a35aebac 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 3c0d207cb5..fca08d4264 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-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 3f761797d1..c3b15f5791 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-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 963e6d7c63..a2a5ea433e 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 c9e525555d..a5326697e7 100644 Binary files a/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-l-state-normal-theme-undef-e9f72-sabled-false-checked-false-indeterminate-true-1-chromium-linux.png and b/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-l-state-normal-theme-undef-e9f72-sabled-false-checked-false-indeterminate-true-1-chromium-linux.png differ diff --git a/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-m-state-invalid-theme-unde-d2fa7-abled-false-checked-false-indeterminate-false-1-chromium-linux.png b/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-m-state-invalid-theme-unde-d2fa7-abled-false-checked-false-indeterminate-false-1-chromium-linux.png index 7a99612bdc..6674524153 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 55493a5a80..e0eb190e62 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-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 a5e5b4dd18..94904970c1 100644 Binary files a/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-m-state-normal-theme-pink--0c71a-sabled-false-checked-true-indeterminate-false-1-chromium-linux.png and b/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-m-state-normal-theme-pink--0c71a-sabled-false-checked-true-indeterminate-false-1-chromium-linux.png differ diff --git a/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-m-state-normal-theme-pink--20a5d-abled-false-checked-false-indeterminate-false-1-chromium-linux.png b/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-m-state-normal-theme-pink--20a5d-abled-false-checked-false-indeterminate-false-1-chromium-linux.png index bf8b8f14c0..5b246b9e8a 100644 Binary files a/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-m-state-normal-theme-pink--20a5d-abled-false-checked-false-indeterminate-false-1-chromium-linux.png and b/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-m-state-normal-theme-pink--20a5d-abled-false-checked-false-indeterminate-false-1-chromium-linux.png differ diff --git a/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-m-state-normal-theme-pink--69a82-sabled-false-checked-false-indeterminate-true-1-chromium-linux.png b/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-m-state-normal-theme-pink--69a82-sabled-false-checked-false-indeterminate-true-1-chromium-linux.png index 898df854d0..3ed6f5cfbf 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 03a56a4364..af46266fbf 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--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 65f24bdec9..e008c97323 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-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 49e97daadf..ca49fb76e2 100644 Binary files a/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-m-state-normal-theme-undef-1b697-sabled-false-checked-true-indeterminate-false-1-chromium-linux.png and b/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-m-state-normal-theme-undef-1b697-sabled-false-checked-true-indeterminate-false-1-chromium-linux.png differ diff --git a/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-m-state-normal-theme-undef-27ffc-abled-false-checked-false-indeterminate-false-1-chromium-linux.png b/semcore/checkbox/__tests__/checkbox.browser-test.tsx-snapshots/-visual-Verify-size-m-state-normal-theme-undef-27ffc-abled-false-checked-false-indeterminate-false-1-chromium-linux.png index f57c6845c4..92489c0f98 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-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 33c93c5a10..b7f413362e 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-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 bf8b8f14c0..5b246b9e8a 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-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 6ad90c758e..86d78e0098 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 fb3cf528b4..082da0c921 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/color-picker/__tests__/color-picker.browser-test.tsx b/semcore/color-picker/__tests__/color-picker.browser-test.tsx index 9e10910d85..c314b92f56 100644 --- a/semcore/color-picker/__tests__/color-picker.browser-test.tsx +++ b/semcore/color-picker/__tests__/color-picker.browser-test.tsx @@ -176,8 +176,6 @@ test.describe(`${TAG.VISUAL} `, () => { await test.step('Verify add color styles', async () => { await expect(locators.addColor(page)).toHaveAttribute('aria-hidden', 'true'); await expect(locators.addColor(page)).toBeHidden(); - const confirmStyles = await getComputedStyles(locators.addColor(page), ['paddingRight']); - expect(confirmStyles.paddingRight).toBe('4px'); const confirmIcon = locators.addColor(page).locator('[data-ui-name="Check"]'); await expect(confirmIcon).toHaveAttribute('width', '16'); @@ -185,9 +183,6 @@ test.describe(`${TAG.VISUAL} `, () => { }); await test.step('Verify clear color styles', async () => { - const clearStyles = await getComputedStyles(locators.clearColor(page), ['paddingLeft']); - expect(clearStyles.paddingLeft).toBe('4px'); - const clearIcon = locators.clearColor(page).locator('[data-ui-name="Close"]'); await expect(clearIcon).toHaveAttribute('width', '16'); await expect(clearIcon).toHaveAttribute('height', '16'); 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 d68454ffd5..df63d4a39e 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 de709865d6..94c736401b 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-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 a0b2626d6d..b789cdf022 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 0f15c994ab..62acd3f4e8 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-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 a3738253bf..1cd4733439 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 be99d5e4aa..a1f21e1395 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-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 8b96eb5e61..1682c8d519 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-Keyboard-navigation-when-No-palette-2-chromium-linux.png b/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-Keyboard-navigation-when-No-palette-2-chromium-linux.png index ad9a15a7f2..751bd97385 100644 Binary files a/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-Keyboard-navigation-when-No-palette-2-chromium-linux.png and b/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-Keyboard-navigation-when-No-palette-2-chromium-linux.png differ diff --git a/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-Keyboard-navigation-when-No-palette-2-firefox-linux.png b/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-Keyboard-navigation-when-No-palette-2-firefox-linux.png index 5f584c1108..5dc1fa2c93 100644 Binary files a/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-Keyboard-navigation-when-No-palette-2-firefox-linux.png and b/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-Keyboard-navigation-when-No-palette-2-firefox-linux.png differ diff --git a/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-Keyboard-navigation-when-No-palette-2-webkit-linux.png b/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-Keyboard-navigation-when-No-palette-2-webkit-linux.png index 154e64a2c5..e97e419dbe 100644 Binary files a/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-Keyboard-navigation-when-No-palette-2-webkit-linux.png and b/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-Keyboard-navigation-when-No-palette-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-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 07ac40bcc0..9559108510 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-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 8f2eb78ec3..3833438de7 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-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 6b73ea3c84..6f47a12c56 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-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 07ac40bcc0..9559108510 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-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 4eb763fa97..b30287abb8 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 1e9a3bd855..b4d8b0bb90 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-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 1fecc160f6..e2eab569f5 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 8a0314f424..1bcdcb2c8e 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-2-chromium-linux.png b/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-predefined-palette-2-chromium-linux.png index 815695e626..c9f75b3fd5 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-3-chromium-linux.png b/semcore/color-picker/__tests__/color-picker.browser-test.tsx-snapshots/-visual-Verify-predefined-palette-3-chromium-linux.png index 1b3e931db3..d2100d1177 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 b1caf513aa..60aaaf02a1 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-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 c87f7cbeb5..eaad4607fe 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 62fdd8d89c..83d17ecf92 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/src/components/InputColor.tsx b/semcore/color-picker/src/components/InputColor.tsx index 75dadcb2c9..2bd506f2ca 100644 --- a/semcore/color-picker/src/components/InputColor.tsx +++ b/semcore/color-picker/src/components/InputColor.tsx @@ -1,4 +1,5 @@ import { Box } from '@semcore/base-components'; +import { ButtonLink } from '@semcore/button'; import { createComponent, Component, sstyled, Root } from '@semcore/core'; import CheckM from '@semcore/icon/Check/m'; import CloseM from '@semcore/icon/Close/m'; @@ -124,24 +125,30 @@ class InputColorRoot extends Component