diff --git a/src/blocks/CardLayout/__snapshots__/CardLayout.visual.test.tsx-snapshots/CardLayout-render-stories-Default-light-chromium-linux.png b/src/blocks/CardLayout/__snapshots__/CardLayout.visual.test.tsx-snapshots/CardLayout-render-stories-Default-light-chromium-linux.png index 1820090a8..4015e444e 100644 Binary files a/src/blocks/CardLayout/__snapshots__/CardLayout.visual.test.tsx-snapshots/CardLayout-render-stories-Default-light-chromium-linux.png and b/src/blocks/CardLayout/__snapshots__/CardLayout.visual.test.tsx-snapshots/CardLayout-render-stories-Default-light-chromium-linux.png differ diff --git a/src/blocks/CardLayout/__snapshots__/CardLayout.visual.test.tsx-snapshots/CardLayout-render-stories-Default-light-webkit-linux.png b/src/blocks/CardLayout/__snapshots__/CardLayout.visual.test.tsx-snapshots/CardLayout-render-stories-Default-light-webkit-linux.png index 572a277d7..fd0f90d24 100644 Binary files a/src/blocks/CardLayout/__snapshots__/CardLayout.visual.test.tsx-snapshots/CardLayout-render-stories-Default-light-webkit-linux.png and b/src/blocks/CardLayout/__snapshots__/CardLayout.visual.test.tsx-snapshots/CardLayout-render-stories-Default-light-webkit-linux.png differ diff --git a/src/blocks/CardLayout/__snapshots__/CardLayout.visual.test.tsx-snapshots/CardLayout-render-stories-WithBackground-light-chromium-linux.png b/src/blocks/CardLayout/__snapshots__/CardLayout.visual.test.tsx-snapshots/CardLayout-render-stories-WithBackground-light-chromium-linux.png index 1059288e5..23d9b7c42 100644 Binary files a/src/blocks/CardLayout/__snapshots__/CardLayout.visual.test.tsx-snapshots/CardLayout-render-stories-WithBackground-light-chromium-linux.png and b/src/blocks/CardLayout/__snapshots__/CardLayout.visual.test.tsx-snapshots/CardLayout-render-stories-WithBackground-light-chromium-linux.png differ diff --git a/src/blocks/CardLayout/__snapshots__/CardLayout.visual.test.tsx-snapshots/CardLayout-render-stories-WithBackground-light-webkit-linux.png b/src/blocks/CardLayout/__snapshots__/CardLayout.visual.test.tsx-snapshots/CardLayout-render-stories-WithBackground-light-webkit-linux.png index f8ef934ba..5904b14a9 100644 Binary files a/src/blocks/CardLayout/__snapshots__/CardLayout.visual.test.tsx-snapshots/CardLayout-render-stories-WithBackground-light-webkit-linux.png and b/src/blocks/CardLayout/__snapshots__/CardLayout.visual.test.tsx-snapshots/CardLayout-render-stories-WithBackground-light-webkit-linux.png differ diff --git a/src/blocks/ContentLayout/__snapshots__/ContentLayout.visual.test.tsx-snapshots/ContentLayout-render-stories-Default-light-chromium-linux.png b/src/blocks/ContentLayout/__snapshots__/ContentLayout.visual.test.tsx-snapshots/ContentLayout-render-stories-Default-light-chromium-linux.png index 4621118c5..955e65a03 100644 Binary files a/src/blocks/ContentLayout/__snapshots__/ContentLayout.visual.test.tsx-snapshots/ContentLayout-render-stories-Default-light-chromium-linux.png and b/src/blocks/ContentLayout/__snapshots__/ContentLayout.visual.test.tsx-snapshots/ContentLayout-render-stories-Default-light-chromium-linux.png differ diff --git a/src/blocks/ContentLayout/__snapshots__/ContentLayout.visual.test.tsx-snapshots/ContentLayout-render-stories-Default-light-webkit-linux.png b/src/blocks/ContentLayout/__snapshots__/ContentLayout.visual.test.tsx-snapshots/ContentLayout-render-stories-Default-light-webkit-linux.png index effb352f8..5228dff52 100644 Binary files a/src/blocks/ContentLayout/__snapshots__/ContentLayout.visual.test.tsx-snapshots/ContentLayout-render-stories-Default-light-webkit-linux.png and b/src/blocks/ContentLayout/__snapshots__/ContentLayout.visual.test.tsx-snapshots/ContentLayout-render-stories-Default-light-webkit-linux.png differ diff --git a/src/blocks/Map/__tests__/Map.visual.test.tsx b/src/blocks/Map/__tests__/Map.visual.test.tsx index 1b2bf8281..f7cae8353 100644 --- a/src/blocks/Map/__tests__/Map.visual.test.tsx +++ b/src/blocks/Map/__tests__/Map.visual.test.tsx @@ -4,28 +4,30 @@ import {test} from '../../../../playwright/core/index'; import {Default, Direction, MapsTypes, Size} from './helpers'; +const DEFAULT_MAP_DELAY = 10 * 1000; + test.describe('Map', () => { - test('render stories ', async ({mount, expectScreenshot, page}) => { + test('render stories ', async ({mount, expectScreenshot, delay, page}) => { await mount(); - + await delay(DEFAULT_MAP_DELAY); await expectScreenshot({skipTheme: 'dark', mask: [page.locator('.pc-map')]}); }); - test('render stories ', async ({mount, expectScreenshot, page}) => { + test('render stories ', async ({mount, expectScreenshot, delay, page}) => { await mount(); - + await delay(DEFAULT_MAP_DELAY); await expectScreenshot({skipTheme: 'dark', mask: [page.locator('.pc-map')]}); }); - test('render stories ', async ({mount, expectScreenshot, page}) => { + test('render stories ', async ({mount, expectScreenshot, delay, page}) => { await mount(); - + await delay(DEFAULT_MAP_DELAY); await expectScreenshot({skipTheme: 'dark', mask: [page.locator('.pc-map')]}); }); - test('render stories ', async ({mount, expectScreenshot, page}) => { + test('render stories ', async ({mount, expectScreenshot, delay, page}) => { await mount(); - + await delay(DEFAULT_MAP_DELAY); await expectScreenshot({skipTheme: 'dark', mask: [page.locator('.pc-map')]}); }); }); diff --git a/src/blocks/Media/__snapshots__/Media.visual.test.tsx-snapshots/Media-render-stories-Default-light-chromium-linux.png b/src/blocks/Media/__snapshots__/Media.visual.test.tsx-snapshots/Media-render-stories-Default-light-chromium-linux.png index 10b9c3067..674dbf24c 100644 Binary files a/src/blocks/Media/__snapshots__/Media.visual.test.tsx-snapshots/Media-render-stories-Default-light-chromium-linux.png and b/src/blocks/Media/__snapshots__/Media.visual.test.tsx-snapshots/Media-render-stories-Default-light-chromium-linux.png differ diff --git a/src/blocks/Media/__snapshots__/Media.visual.test.tsx-snapshots/Media-render-stories-Default-light-webkit-linux.png b/src/blocks/Media/__snapshots__/Media.visual.test.tsx-snapshots/Media-render-stories-Default-light-webkit-linux.png index afc325b6c..07bb7dca7 100644 Binary files a/src/blocks/Media/__snapshots__/Media.visual.test.tsx-snapshots/Media-render-stories-Default-light-webkit-linux.png and b/src/blocks/Media/__snapshots__/Media.visual.test.tsx-snapshots/Media-render-stories-Default-light-webkit-linux.png differ diff --git a/src/blocks/Tabs/__snapshots__/Tabs.visual.test.tsx-snapshots/Tabs-render-stories-Caption-light-chromium-linux.png b/src/blocks/Tabs/__snapshots__/Tabs.visual.test.tsx-snapshots/Tabs-render-stories-Caption-light-chromium-linux.png index b369ac5e7..7abf8469b 100644 Binary files a/src/blocks/Tabs/__snapshots__/Tabs.visual.test.tsx-snapshots/Tabs-render-stories-Caption-light-chromium-linux.png and b/src/blocks/Tabs/__snapshots__/Tabs.visual.test.tsx-snapshots/Tabs-render-stories-Caption-light-chromium-linux.png differ diff --git a/src/blocks/Tabs/__snapshots__/Tabs.visual.test.tsx-snapshots/Tabs-render-stories-Caption-light-webkit-linux.png b/src/blocks/Tabs/__snapshots__/Tabs.visual.test.tsx-snapshots/Tabs-render-stories-Caption-light-webkit-linux.png index 8788182b8..073a97a00 100644 Binary files a/src/blocks/Tabs/__snapshots__/Tabs.visual.test.tsx-snapshots/Tabs-render-stories-Caption-light-webkit-linux.png and b/src/blocks/Tabs/__snapshots__/Tabs.visual.test.tsx-snapshots/Tabs-render-stories-Caption-light-webkit-linux.png differ diff --git a/src/blocks/Tabs/__snapshots__/Tabs.visual.test.tsx-snapshots/Tabs-render-stories-Centered-light-chromium-linux.png b/src/blocks/Tabs/__snapshots__/Tabs.visual.test.tsx-snapshots/Tabs-render-stories-Centered-light-chromium-linux.png index 889b5034c..6869c8c47 100644 Binary files a/src/blocks/Tabs/__snapshots__/Tabs.visual.test.tsx-snapshots/Tabs-render-stories-Centered-light-chromium-linux.png and b/src/blocks/Tabs/__snapshots__/Tabs.visual.test.tsx-snapshots/Tabs-render-stories-Centered-light-chromium-linux.png differ diff --git a/src/blocks/Tabs/__snapshots__/Tabs.visual.test.tsx-snapshots/Tabs-render-stories-Centered-light-webkit-linux.png b/src/blocks/Tabs/__snapshots__/Tabs.visual.test.tsx-snapshots/Tabs-render-stories-Centered-light-webkit-linux.png index 30f5a2b68..c5abb2825 100644 Binary files a/src/blocks/Tabs/__snapshots__/Tabs.visual.test.tsx-snapshots/Tabs-render-stories-Centered-light-webkit-linux.png and b/src/blocks/Tabs/__snapshots__/Tabs.visual.test.tsx-snapshots/Tabs-render-stories-Centered-light-webkit-linux.png differ diff --git a/src/blocks/Tabs/__snapshots__/Tabs.visual.test.tsx-snapshots/Tabs-render-stories-Default-light-chromium-linux.png b/src/blocks/Tabs/__snapshots__/Tabs.visual.test.tsx-snapshots/Tabs-render-stories-Default-light-chromium-linux.png index 4bf067ed7..c271ec937 100644 Binary files a/src/blocks/Tabs/__snapshots__/Tabs.visual.test.tsx-snapshots/Tabs-render-stories-Default-light-chromium-linux.png and b/src/blocks/Tabs/__snapshots__/Tabs.visual.test.tsx-snapshots/Tabs-render-stories-Default-light-chromium-linux.png differ diff --git a/src/blocks/Tabs/__snapshots__/Tabs.visual.test.tsx-snapshots/Tabs-render-stories-Default-light-webkit-linux.png b/src/blocks/Tabs/__snapshots__/Tabs.visual.test.tsx-snapshots/Tabs-render-stories-Default-light-webkit-linux.png index ac5711401..3928e3ef4 100644 Binary files a/src/blocks/Tabs/__snapshots__/Tabs.visual.test.tsx-snapshots/Tabs-render-stories-Default-light-webkit-linux.png and b/src/blocks/Tabs/__snapshots__/Tabs.visual.test.tsx-snapshots/Tabs-render-stories-Default-light-webkit-linux.png differ diff --git a/src/blocks/Tabs/__snapshots__/Tabs.visual.test.tsx-snapshots/Tabs-render-stories-Direction-light-chromium-linux.png b/src/blocks/Tabs/__snapshots__/Tabs.visual.test.tsx-snapshots/Tabs-render-stories-Direction-light-chromium-linux.png index f62b1176c..f1e4f711c 100644 Binary files a/src/blocks/Tabs/__snapshots__/Tabs.visual.test.tsx-snapshots/Tabs-render-stories-Direction-light-chromium-linux.png and b/src/blocks/Tabs/__snapshots__/Tabs.visual.test.tsx-snapshots/Tabs-render-stories-Direction-light-chromium-linux.png differ diff --git a/src/blocks/Tabs/__snapshots__/Tabs.visual.test.tsx-snapshots/Tabs-render-stories-Direction-light-webkit-linux.png b/src/blocks/Tabs/__snapshots__/Tabs.visual.test.tsx-snapshots/Tabs-render-stories-Direction-light-webkit-linux.png index 84a5d6d05..e25b8b0b1 100644 Binary files a/src/blocks/Tabs/__snapshots__/Tabs.visual.test.tsx-snapshots/Tabs-render-stories-Direction-light-webkit-linux.png and b/src/blocks/Tabs/__snapshots__/Tabs.visual.test.tsx-snapshots/Tabs-render-stories-Direction-light-webkit-linux.png differ diff --git a/src/blocks/Tabs/__snapshots__/Tabs.visual.test.tsx-snapshots/Tabs-render-stories-MediaBorder-light-chromium-linux.png b/src/blocks/Tabs/__snapshots__/Tabs.visual.test.tsx-snapshots/Tabs-render-stories-MediaBorder-light-chromium-linux.png index 87d4cfbdf..95be7c4ea 100644 Binary files a/src/blocks/Tabs/__snapshots__/Tabs.visual.test.tsx-snapshots/Tabs-render-stories-MediaBorder-light-chromium-linux.png and b/src/blocks/Tabs/__snapshots__/Tabs.visual.test.tsx-snapshots/Tabs-render-stories-MediaBorder-light-chromium-linux.png differ diff --git a/src/blocks/Tabs/__snapshots__/Tabs.visual.test.tsx-snapshots/Tabs-render-stories-MediaBorder-light-webkit-linux.png b/src/blocks/Tabs/__snapshots__/Tabs.visual.test.tsx-snapshots/Tabs-render-stories-MediaBorder-light-webkit-linux.png index 535e886e7..6fbc8e97e 100644 Binary files a/src/blocks/Tabs/__snapshots__/Tabs.visual.test.tsx-snapshots/Tabs-render-stories-MediaBorder-light-webkit-linux.png and b/src/blocks/Tabs/__snapshots__/Tabs.visual.test.tsx-snapshots/Tabs-render-stories-MediaBorder-light-webkit-linux.png differ diff --git a/src/blocks/Tabs/__snapshots__/Tabs.visual.test.tsx-snapshots/Tabs-render-stories-OnlyText-light-chromium-linux.png b/src/blocks/Tabs/__snapshots__/Tabs.visual.test.tsx-snapshots/Tabs-render-stories-OnlyText-light-chromium-linux.png index 520c38965..3f1191d09 100644 Binary files a/src/blocks/Tabs/__snapshots__/Tabs.visual.test.tsx-snapshots/Tabs-render-stories-OnlyText-light-chromium-linux.png and b/src/blocks/Tabs/__snapshots__/Tabs.visual.test.tsx-snapshots/Tabs-render-stories-OnlyText-light-chromium-linux.png differ diff --git a/src/blocks/Tabs/__snapshots__/Tabs.visual.test.tsx-snapshots/Tabs-render-stories-OnlyText-light-webkit-linux.png b/src/blocks/Tabs/__snapshots__/Tabs.visual.test.tsx-snapshots/Tabs-render-stories-OnlyText-light-webkit-linux.png index 6d6b7e171..e839deabc 100644 Binary files a/src/blocks/Tabs/__snapshots__/Tabs.visual.test.tsx-snapshots/Tabs-render-stories-OnlyText-light-webkit-linux.png and b/src/blocks/Tabs/__snapshots__/Tabs.visual.test.tsx-snapshots/Tabs-render-stories-OnlyText-light-webkit-linux.png differ diff --git a/src/blocks/Tabs/__snapshots__/Tabs.visual.test.tsx-snapshots/Tabs-render-stories-TabsButtonsColSizes-light-chromium-linux.png b/src/blocks/Tabs/__snapshots__/Tabs.visual.test.tsx-snapshots/Tabs-render-stories-TabsButtonsColSizes-light-chromium-linux.png index c204f0f66..000ca4b62 100644 Binary files a/src/blocks/Tabs/__snapshots__/Tabs.visual.test.tsx-snapshots/Tabs-render-stories-TabsButtonsColSizes-light-chromium-linux.png and b/src/blocks/Tabs/__snapshots__/Tabs.visual.test.tsx-snapshots/Tabs-render-stories-TabsButtonsColSizes-light-chromium-linux.png differ diff --git a/src/blocks/Tabs/__snapshots__/Tabs.visual.test.tsx-snapshots/Tabs-render-stories-TabsButtonsColSizes-light-webkit-linux.png b/src/blocks/Tabs/__snapshots__/Tabs.visual.test.tsx-snapshots/Tabs-render-stories-TabsButtonsColSizes-light-webkit-linux.png index d8294c1ab..f163e9212 100644 Binary files a/src/blocks/Tabs/__snapshots__/Tabs.visual.test.tsx-snapshots/Tabs-render-stories-TabsButtonsColSizes-light-webkit-linux.png and b/src/blocks/Tabs/__snapshots__/Tabs.visual.test.tsx-snapshots/Tabs-render-stories-TabsButtonsColSizes-light-webkit-linux.png differ diff --git a/src/components/ContentList/ContentList.scss b/src/components/ContentList/ContentList.scss index 163bf3aff..82a26cd70 100644 --- a/src/components/ContentList/ContentList.scss +++ b/src/components/ContentList/ContentList.scss @@ -7,9 +7,13 @@ $iconSizeS: 20px; $iconSizeXS: 18px; $marginIconSizeS: 2px; $marginIconSizeL: 1px; +$marginIconWithoutTitleSizeS: 1px; +$marginIconWithoutTitleSizeL: 2px; $lightPrimary: var(--g-color-text-light-primary); $darkPrimary: var(--g-color-text-dark-primary); $darkSecondary: var(--g-color-text-dark-secondary); +$maxSizeL: 480px; +$maxSizeS: 440px; @mixin content-link($baseColor: $primary, $hoverColor: $secondary) { color: $baseColor; @@ -21,6 +25,8 @@ $darkSecondary: var(--g-color-text-dark-secondary); #{$block} { &_size_l { + max-width: $maxSizeL; + #{$block}__title { @include text-size(header-1); @@ -48,15 +54,21 @@ $darkSecondary: var(--g-color-text-dark-secondary); #{$block}__icon { width: $iconSizeS; height: $iconSizeS; - margin-top: 0; - margin-bottom: 0; + margin-top: $marginIconWithoutTitleSizeL; + margin-bottom: $marginIconWithoutTitleSizeL; margin-right: $indentXXXS; } + + #{$block}__text { + @include text-size(subheader-3); + } } } } &_size_s { + max-width: $maxSizeS; + #{$block}__title { @include text-size(subheader-3); @@ -88,8 +100,12 @@ $darkSecondary: var(--g-color-text-dark-secondary); #{$block}__icon { width: $iconSizeXS; height: $iconSizeXS; - margin-top: 0; - margin-bottom: 0; + margin-top: $marginIconWithoutTitleSizeS; + margin-bottom: $marginIconWithoutTitleSizeS; + } + + #{$block}__text { + @include text-size(subheader-2); } } } diff --git a/src/sub-blocks/BackgroundCard/__snapshots__/BackgroundCard.visual.test.tsx-snapshots/BackgroundCard-render-stories-BorderLine-light-chromium-linux.png b/src/sub-blocks/BackgroundCard/__snapshots__/BackgroundCard.visual.test.tsx-snapshots/BackgroundCard-render-stories-BorderLine-light-chromium-linux.png index 856ac5e24..987748062 100644 Binary files a/src/sub-blocks/BackgroundCard/__snapshots__/BackgroundCard.visual.test.tsx-snapshots/BackgroundCard-render-stories-BorderLine-light-chromium-linux.png and b/src/sub-blocks/BackgroundCard/__snapshots__/BackgroundCard.visual.test.tsx-snapshots/BackgroundCard-render-stories-BorderLine-light-chromium-linux.png differ diff --git a/src/sub-blocks/BackgroundCard/__snapshots__/BackgroundCard.visual.test.tsx-snapshots/BackgroundCard-render-stories-BorderLine-light-webkit-linux.png b/src/sub-blocks/BackgroundCard/__snapshots__/BackgroundCard.visual.test.tsx-snapshots/BackgroundCard-render-stories-BorderLine-light-webkit-linux.png index 202d0fa95..5f7c402e6 100644 Binary files a/src/sub-blocks/BackgroundCard/__snapshots__/BackgroundCard.visual.test.tsx-snapshots/BackgroundCard-render-stories-BorderLine-light-webkit-linux.png and b/src/sub-blocks/BackgroundCard/__snapshots__/BackgroundCard.visual.test.tsx-snapshots/BackgroundCard-render-stories-BorderLine-light-webkit-linux.png differ diff --git a/src/sub-blocks/BackgroundCard/__snapshots__/BackgroundCard.visual.test.tsx-snapshots/BackgroundCard-render-stories-CardThemes-light-chromium-linux.png b/src/sub-blocks/BackgroundCard/__snapshots__/BackgroundCard.visual.test.tsx-snapshots/BackgroundCard-render-stories-CardThemes-light-chromium-linux.png index 29ce69fe5..84090f148 100644 Binary files a/src/sub-blocks/BackgroundCard/__snapshots__/BackgroundCard.visual.test.tsx-snapshots/BackgroundCard-render-stories-CardThemes-light-chromium-linux.png and b/src/sub-blocks/BackgroundCard/__snapshots__/BackgroundCard.visual.test.tsx-snapshots/BackgroundCard-render-stories-CardThemes-light-chromium-linux.png differ diff --git a/src/sub-blocks/BackgroundCard/__snapshots__/BackgroundCard.visual.test.tsx-snapshots/BackgroundCard-render-stories-CardThemes-light-webkit-linux.png b/src/sub-blocks/BackgroundCard/__snapshots__/BackgroundCard.visual.test.tsx-snapshots/BackgroundCard-render-stories-CardThemes-light-webkit-linux.png index f27ffbd6f..d5d3d2a27 100644 Binary files a/src/sub-blocks/BackgroundCard/__snapshots__/BackgroundCard.visual.test.tsx-snapshots/BackgroundCard-render-stories-CardThemes-light-webkit-linux.png and b/src/sub-blocks/BackgroundCard/__snapshots__/BackgroundCard.visual.test.tsx-snapshots/BackgroundCard-render-stories-CardThemes-light-webkit-linux.png differ diff --git a/src/sub-blocks/BackgroundCard/__snapshots__/BackgroundCard.visual.test.tsx-snapshots/BackgroundCard-render-stories-Default-light-chromium-linux.png b/src/sub-blocks/BackgroundCard/__snapshots__/BackgroundCard.visual.test.tsx-snapshots/BackgroundCard-render-stories-Default-light-chromium-linux.png index 9b11afb9b..87a64021e 100644 Binary files a/src/sub-blocks/BackgroundCard/__snapshots__/BackgroundCard.visual.test.tsx-snapshots/BackgroundCard-render-stories-Default-light-chromium-linux.png and b/src/sub-blocks/BackgroundCard/__snapshots__/BackgroundCard.visual.test.tsx-snapshots/BackgroundCard-render-stories-Default-light-chromium-linux.png differ diff --git a/src/sub-blocks/BackgroundCard/__snapshots__/BackgroundCard.visual.test.tsx-snapshots/BackgroundCard-render-stories-Default-light-webkit-linux.png b/src/sub-blocks/BackgroundCard/__snapshots__/BackgroundCard.visual.test.tsx-snapshots/BackgroundCard-render-stories-Default-light-webkit-linux.png index 3dfd1e8d3..471fae635 100644 Binary files a/src/sub-blocks/BackgroundCard/__snapshots__/BackgroundCard.visual.test.tsx-snapshots/BackgroundCard-render-stories-Default-light-webkit-linux.png and b/src/sub-blocks/BackgroundCard/__snapshots__/BackgroundCard.visual.test.tsx-snapshots/BackgroundCard-render-stories-Default-light-webkit-linux.png differ diff --git a/src/sub-blocks/BackgroundCard/__snapshots__/BackgroundCard.visual.test.tsx-snapshots/BackgroundCard-render-stories-WithBackgroundImage-light-chromium-linux.png b/src/sub-blocks/BackgroundCard/__snapshots__/BackgroundCard.visual.test.tsx-snapshots/BackgroundCard-render-stories-WithBackgroundImage-light-chromium-linux.png index 2443edace..68d6457c6 100644 Binary files a/src/sub-blocks/BackgroundCard/__snapshots__/BackgroundCard.visual.test.tsx-snapshots/BackgroundCard-render-stories-WithBackgroundImage-light-chromium-linux.png and b/src/sub-blocks/BackgroundCard/__snapshots__/BackgroundCard.visual.test.tsx-snapshots/BackgroundCard-render-stories-WithBackgroundImage-light-chromium-linux.png differ diff --git a/src/sub-blocks/BackgroundCard/__snapshots__/BackgroundCard.visual.test.tsx-snapshots/BackgroundCard-render-stories-WithBackgroundImage-light-webkit-linux.png b/src/sub-blocks/BackgroundCard/__snapshots__/BackgroundCard.visual.test.tsx-snapshots/BackgroundCard-render-stories-WithBackgroundImage-light-webkit-linux.png index b1877690d..c98804a5a 100644 Binary files a/src/sub-blocks/BackgroundCard/__snapshots__/BackgroundCard.visual.test.tsx-snapshots/BackgroundCard-render-stories-WithBackgroundImage-light-webkit-linux.png and b/src/sub-blocks/BackgroundCard/__snapshots__/BackgroundCard.visual.test.tsx-snapshots/BackgroundCard-render-stories-WithBackgroundImage-light-webkit-linux.png differ diff --git a/src/sub-blocks/BasicCard/__snapshots__/BasicCard.visual.test.tsx-snapshots/BasicCard-render-stories-WithContentList-light-chromium-linux.png b/src/sub-blocks/BasicCard/__snapshots__/BasicCard.visual.test.tsx-snapshots/BasicCard-render-stories-WithContentList-light-chromium-linux.png index 9ed8b3683..af62e3df7 100644 Binary files a/src/sub-blocks/BasicCard/__snapshots__/BasicCard.visual.test.tsx-snapshots/BasicCard-render-stories-WithContentList-light-chromium-linux.png and b/src/sub-blocks/BasicCard/__snapshots__/BasicCard.visual.test.tsx-snapshots/BasicCard-render-stories-WithContentList-light-chromium-linux.png differ diff --git a/src/sub-blocks/BasicCard/__snapshots__/BasicCard.visual.test.tsx-snapshots/BasicCard-render-stories-WithContentList-light-webkit-linux.png b/src/sub-blocks/BasicCard/__snapshots__/BasicCard.visual.test.tsx-snapshots/BasicCard-render-stories-WithContentList-light-webkit-linux.png index af3a7f394..1c1dbf463 100644 Binary files a/src/sub-blocks/BasicCard/__snapshots__/BasicCard.visual.test.tsx-snapshots/BasicCard-render-stories-WithContentList-light-webkit-linux.png and b/src/sub-blocks/BasicCard/__snapshots__/BasicCard.visual.test.tsx-snapshots/BasicCard-render-stories-WithContentList-light-webkit-linux.png differ diff --git a/src/sub-blocks/Content/__snapshots__/Content.visual.test.tsx-snapshots/Content-render-stories-Centered-light-chromium-linux.png b/src/sub-blocks/Content/__snapshots__/Content.visual.test.tsx-snapshots/Content-render-stories-Centered-light-chromium-linux.png index 92368e157..b28c21e3f 100644 Binary files a/src/sub-blocks/Content/__snapshots__/Content.visual.test.tsx-snapshots/Content-render-stories-Centered-light-chromium-linux.png and b/src/sub-blocks/Content/__snapshots__/Content.visual.test.tsx-snapshots/Content-render-stories-Centered-light-chromium-linux.png differ diff --git a/src/sub-blocks/Content/__snapshots__/Content.visual.test.tsx-snapshots/Content-render-stories-Centered-light-webkit-linux.png b/src/sub-blocks/Content/__snapshots__/Content.visual.test.tsx-snapshots/Content-render-stories-Centered-light-webkit-linux.png index d1d3cb219..f06f7763c 100644 Binary files a/src/sub-blocks/Content/__snapshots__/Content.visual.test.tsx-snapshots/Content-render-stories-Centered-light-webkit-linux.png and b/src/sub-blocks/Content/__snapshots__/Content.visual.test.tsx-snapshots/Content-render-stories-Centered-light-webkit-linux.png differ diff --git a/src/sub-blocks/Content/__snapshots__/Content.visual.test.tsx-snapshots/Content-render-stories-Default-light-chromium-linux.png b/src/sub-blocks/Content/__snapshots__/Content.visual.test.tsx-snapshots/Content-render-stories-Default-light-chromium-linux.png index 239c66d74..4f75be7f5 100644 Binary files a/src/sub-blocks/Content/__snapshots__/Content.visual.test.tsx-snapshots/Content-render-stories-Default-light-chromium-linux.png and b/src/sub-blocks/Content/__snapshots__/Content.visual.test.tsx-snapshots/Content-render-stories-Default-light-chromium-linux.png differ diff --git a/src/sub-blocks/Content/__snapshots__/Content.visual.test.tsx-snapshots/Content-render-stories-Default-light-webkit-linux.png b/src/sub-blocks/Content/__snapshots__/Content.visual.test.tsx-snapshots/Content-render-stories-Default-light-webkit-linux.png index 3266d2d47..d31f777e8 100644 Binary files a/src/sub-blocks/Content/__snapshots__/Content.visual.test.tsx-snapshots/Content-render-stories-Default-light-webkit-linux.png and b/src/sub-blocks/Content/__snapshots__/Content.visual.test.tsx-snapshots/Content-render-stories-Default-light-webkit-linux.png differ diff --git a/src/sub-blocks/Content/__snapshots__/Content.visual.test.tsx-snapshots/Content-render-stories-Size-light-chromium-linux.png b/src/sub-blocks/Content/__snapshots__/Content.visual.test.tsx-snapshots/Content-render-stories-Size-light-chromium-linux.png index 73fcec9a3..d7c132d2b 100644 Binary files a/src/sub-blocks/Content/__snapshots__/Content.visual.test.tsx-snapshots/Content-render-stories-Size-light-chromium-linux.png and b/src/sub-blocks/Content/__snapshots__/Content.visual.test.tsx-snapshots/Content-render-stories-Size-light-chromium-linux.png differ diff --git a/src/sub-blocks/Content/__snapshots__/Content.visual.test.tsx-snapshots/Content-render-stories-Size-light-webkit-linux.png b/src/sub-blocks/Content/__snapshots__/Content.visual.test.tsx-snapshots/Content-render-stories-Size-light-webkit-linux.png index 46073c562..0aac8a2e9 100644 Binary files a/src/sub-blocks/Content/__snapshots__/Content.visual.test.tsx-snapshots/Content-render-stories-Size-light-webkit-linux.png and b/src/sub-blocks/Content/__snapshots__/Content.visual.test.tsx-snapshots/Content-render-stories-Size-light-webkit-linux.png differ diff --git a/src/sub-blocks/LayoutItem/__snapshots__/LayoutItem.visual.test.tsx-snapshots/LayoutItem-render-stories-WithContentList-light-chromium-linux.png b/src/sub-blocks/LayoutItem/__snapshots__/LayoutItem.visual.test.tsx-snapshots/LayoutItem-render-stories-WithContentList-light-chromium-linux.png index a37665273..9c2e89ba3 100644 Binary files a/src/sub-blocks/LayoutItem/__snapshots__/LayoutItem.visual.test.tsx-snapshots/LayoutItem-render-stories-WithContentList-light-chromium-linux.png and b/src/sub-blocks/LayoutItem/__snapshots__/LayoutItem.visual.test.tsx-snapshots/LayoutItem-render-stories-WithContentList-light-chromium-linux.png differ diff --git a/src/sub-blocks/LayoutItem/__snapshots__/LayoutItem.visual.test.tsx-snapshots/LayoutItem-render-stories-WithContentList-light-webkit-linux.png b/src/sub-blocks/LayoutItem/__snapshots__/LayoutItem.visual.test.tsx-snapshots/LayoutItem-render-stories-WithContentList-light-webkit-linux.png index 3980d66b4..4ee8191f6 100644 Binary files a/src/sub-blocks/LayoutItem/__snapshots__/LayoutItem.visual.test.tsx-snapshots/LayoutItem-render-stories-WithContentList-light-webkit-linux.png and b/src/sub-blocks/LayoutItem/__snapshots__/LayoutItem.visual.test.tsx-snapshots/LayoutItem-render-stories-WithContentList-light-webkit-linux.png differ diff --git a/src/sub-blocks/PriceCard/PriceCard.tsx b/src/sub-blocks/PriceCard/PriceCard.tsx index 2276d243d..4a5183d39 100644 --- a/src/sub-blocks/PriceCard/PriceCard.tsx +++ b/src/sub-blocks/PriceCard/PriceCard.tsx @@ -50,7 +50,7 @@ const PriceCard = (props: PriceCardProps) => { icon: Check, text: item, }))} - size="l" + size="s" /> ) : null} diff --git a/src/sub-blocks/PriceCard/__snapshots__/PriceCard.visual.test.tsx-snapshots/PriceCard-render-stories-Default-light-chromium-linux.png b/src/sub-blocks/PriceCard/__snapshots__/PriceCard.visual.test.tsx-snapshots/PriceCard-render-stories-Default-light-chromium-linux.png index f0fd8dff1..943533b30 100644 Binary files a/src/sub-blocks/PriceCard/__snapshots__/PriceCard.visual.test.tsx-snapshots/PriceCard-render-stories-Default-light-chromium-linux.png and b/src/sub-blocks/PriceCard/__snapshots__/PriceCard.visual.test.tsx-snapshots/PriceCard-render-stories-Default-light-chromium-linux.png differ diff --git a/src/sub-blocks/PriceCard/__snapshots__/PriceCard.visual.test.tsx-snapshots/PriceCard-render-stories-Default-light-webkit-linux.png b/src/sub-blocks/PriceCard/__snapshots__/PriceCard.visual.test.tsx-snapshots/PriceCard-render-stories-Default-light-webkit-linux.png index b88bebee2..33922e915 100644 Binary files a/src/sub-blocks/PriceCard/__snapshots__/PriceCard.visual.test.tsx-snapshots/PriceCard-render-stories-Default-light-webkit-linux.png and b/src/sub-blocks/PriceCard/__snapshots__/PriceCard.visual.test.tsx-snapshots/PriceCard-render-stories-Default-light-webkit-linux.png differ diff --git a/src/sub-blocks/PriceCard/__snapshots__/PriceCard.visual.test.tsx-snapshots/PriceCard-render-stories-DifferentContent-light-chromium-linux.png b/src/sub-blocks/PriceCard/__snapshots__/PriceCard.visual.test.tsx-snapshots/PriceCard-render-stories-DifferentContent-light-chromium-linux.png index a78f7e5a4..eb1984e52 100644 Binary files a/src/sub-blocks/PriceCard/__snapshots__/PriceCard.visual.test.tsx-snapshots/PriceCard-render-stories-DifferentContent-light-chromium-linux.png and b/src/sub-blocks/PriceCard/__snapshots__/PriceCard.visual.test.tsx-snapshots/PriceCard-render-stories-DifferentContent-light-chromium-linux.png differ diff --git a/src/sub-blocks/PriceCard/__snapshots__/PriceCard.visual.test.tsx-snapshots/PriceCard-render-stories-DifferentContent-light-webkit-linux.png b/src/sub-blocks/PriceCard/__snapshots__/PriceCard.visual.test.tsx-snapshots/PriceCard-render-stories-DifferentContent-light-webkit-linux.png index f43571fd1..bc6fe252c 100644 Binary files a/src/sub-blocks/PriceCard/__snapshots__/PriceCard.visual.test.tsx-snapshots/PriceCard-render-stories-DifferentContent-light-webkit-linux.png and b/src/sub-blocks/PriceCard/__snapshots__/PriceCard.visual.test.tsx-snapshots/PriceCard-render-stories-DifferentContent-light-webkit-linux.png differ diff --git a/src/sub-blocks/PriceCard/__snapshots__/PriceCard.visual.test.tsx-snapshots/PriceCard-render-stories-Themed-light-chromium-linux.png b/src/sub-blocks/PriceCard/__snapshots__/PriceCard.visual.test.tsx-snapshots/PriceCard-render-stories-Themed-light-chromium-linux.png index c55907a42..c141f0255 100644 Binary files a/src/sub-blocks/PriceCard/__snapshots__/PriceCard.visual.test.tsx-snapshots/PriceCard-render-stories-Themed-light-chromium-linux.png and b/src/sub-blocks/PriceCard/__snapshots__/PriceCard.visual.test.tsx-snapshots/PriceCard-render-stories-Themed-light-chromium-linux.png differ diff --git a/src/sub-blocks/PriceCard/__snapshots__/PriceCard.visual.test.tsx-snapshots/PriceCard-render-stories-Themed-light-webkit-linux.png b/src/sub-blocks/PriceCard/__snapshots__/PriceCard.visual.test.tsx-snapshots/PriceCard-render-stories-Themed-light-webkit-linux.png index 095745196..2d81fd2c5 100644 Binary files a/src/sub-blocks/PriceCard/__snapshots__/PriceCard.visual.test.tsx-snapshots/PriceCard-render-stories-Themed-light-webkit-linux.png and b/src/sub-blocks/PriceCard/__snapshots__/PriceCard.visual.test.tsx-snapshots/PriceCard-render-stories-Themed-light-webkit-linux.png differ