@bethinkpl/design-system 20.1.1 → 21.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (69) hide show
  1. package/dist/design-system.umd.js +814 -773
  2. package/dist/design-system.umd.js.map +1 -1
  3. package/dist/lib/js/components/Drawer/DrawerHeader/DrawerHeader.vue.d.ts +282 -3
  4. package/dist/lib/js/components/Drawer/DrawerListItem/DrawerListItem.vue.d.ts +228 -3
  5. package/dist/lib/js/components/Modals/Modal/Modal.vue.d.ts +15 -0
  6. package/dist/lib/js/components/Modals/ModalDialog/ModalDialog.vue.d.ts +10 -0
  7. package/dist/lib/js/components/SelectList/SelectList.vue.d.ts +4 -3
  8. package/dist/lib/js/components/SelectList/SelectListItem/SelectListItem.vue.d.ts +258 -3
  9. package/dist/lib/js/components/SelectList/SelectListItemDivider/SelectListItemDivider.vue.d.ts +8 -3
  10. package/docs/iframe.html +1 -1
  11. package/docs/main.e1d54860.iframe.bundle.js +1 -0
  12. package/docs/project.json +1 -1
  13. package/lib/js/components/BadgeScore/BadgeScore.vue +4 -4
  14. package/lib/js/components/Banner/Banner.vue +14 -14
  15. package/lib/js/components/Buttons/IconButton/IconButton.vue +2 -2
  16. package/lib/js/components/Cards/CardExpandable/CardExpandable.vue +1 -1
  17. package/lib/js/components/Chip/Chip.vue +6 -6
  18. package/lib/js/components/Drawer/DrawerContent/DrawerContent.vue +1 -1
  19. package/lib/js/components/Drawer/DrawerDivider/DrawerDivider.vue +1 -1
  20. package/lib/js/components/Drawer/DrawerHeader/DrawerHeader.vue +3 -3
  21. package/lib/js/components/Drawer/DrawerListItem/DrawerListItem.vue +2 -2
  22. package/lib/js/components/Drawer/DrawerListItemGroup/DrawerListItemGroup.vue +1 -1
  23. package/lib/js/components/Drawer/DrawerTile/DrawerTile.vue +1 -1
  24. package/lib/js/components/Dropdown/Dropdown.vue +2 -2
  25. package/lib/js/components/Form/SelectionControl/SelectionControl.vue +12 -12
  26. package/lib/js/components/Headers/OverlayHeader/OverlayHeader.vue +11 -11
  27. package/lib/js/components/Headers/PageHeader/PageHeader.vue +5 -5
  28. package/lib/js/components/Headers/SectionHeader/SectionHeader.vue +19 -19
  29. package/lib/js/components/IconText/IconText.vue +3 -3
  30. package/lib/js/components/Icons/FeatureIcon/FeatureIcon.vue +6 -6
  31. package/lib/js/components/Modal/Modal.vue +6 -6
  32. package/lib/js/components/Modals/Modal/Modal.stories.ts +29 -4
  33. package/lib/js/components/Modals/Modal/Modal.vue +33 -4
  34. package/lib/js/components/Modals/ModalDialog/ModalDialog.stories.ts +18 -2
  35. package/lib/js/components/Modals/ModalDialog/ModalDialog.vue +18 -1
  36. package/lib/js/components/NumberInCircle/NumberInCircle.vue +1 -1
  37. package/lib/js/components/Outline/OutlineDivider/OutlineDivider.vue +1 -1
  38. package/lib/js/components/Outline/OutlineItem/OutlineItem.vue +4 -4
  39. package/lib/js/components/Outline/OutlineSectionHeader/OutlineSectionHeader.vue +1 -1
  40. package/lib/js/components/Pagination/Pagination.vue +4 -4
  41. package/lib/js/components/PopOver/PopOver.vue +2 -2
  42. package/lib/js/components/ProgressBar/ProgressBar.vue +8 -8
  43. package/lib/js/components/ProgressDonutChart/ProgressDonutChart.vue +2 -2
  44. package/lib/js/components/RichList/BasicRichListItem/BasicRichListItem.vue +2 -2
  45. package/lib/js/components/RichList/GroupRichListItem/GroupRichListItem.vue +1 -1
  46. package/lib/js/components/RichList/RichListItem/RichListItem.vue +27 -27
  47. package/lib/js/components/SectionTitle/SectionTitle.vue +2 -2
  48. package/lib/js/components/SelectList/SelectList.vue +1 -1
  49. package/lib/js/components/SelectList/SelectListItem/SelectListItem.vue +2 -2
  50. package/lib/js/components/SelectList/SelectListItemDivider/SelectListItemDivider.vue +1 -1
  51. package/lib/js/components/SelectList/SelectListSectionTitle/SelectListSectionTitle.vue +1 -1
  52. package/lib/js/components/SelectionTile/SelectionTile.vue +3 -3
  53. package/lib/js/components/Statuses/AccessStatus/AccessStatus.vue +1 -1
  54. package/lib/js/components/Statuses/BlockadeStatus/BlockadeStatus.vue +1 -1
  55. package/lib/js/components/SurveyQuestions/SurveyQuestionOpenEnded/SurveyQuestionOpenEnded.vue +2 -2
  56. package/lib/js/components/SurveyQuestions/SurveyQuestionScale/SurveyQuestionScale.vue +3 -3
  57. package/lib/js/components/SurveyQuestions/SurveyQuestionTextarea.vue +1 -1
  58. package/lib/js/components/SurveyToggle/SurveyToggle.vue +3 -3
  59. package/lib/js/components/Switch/Switch.vue +2 -2
  60. package/lib/js/components/TabItem/TabItem.vue +2 -2
  61. package/lib/js/components/Tile/Tile.vue +2 -2
  62. package/lib/js/components/Toggles/CounterToggle/CounterToggle.vue +2 -2
  63. package/lib/js/components/Toggles/ToggleButton/ToggleButton.vue +6 -7
  64. package/lib/js/styles/Spacings/Spacings.stories.ts +7 -7
  65. package/lib/styles/components/_buttons.scss +3 -3
  66. package/lib/styles/settings/_spacings.scss +7 -7
  67. package/package.json +1 -1
  68. package/.yarnrc.yml +0 -1
  69. package/docs/main.bd6db24d.iframe.bundle.js +0 -1
package/docs/project.json CHANGED
@@ -1 +1 @@
1
- {"generatedAt":1712303659633,"builder":{"name":"webpack5"},"hasCustomBabel":false,"hasCustomWebpack":true,"hasStaticDirs":false,"hasStorybookEslint":true,"refCount":0,"metaFramework":{"name":"vue-cli","packageName":"@vue/cli-service","version":"5.0.8"},"packageManager":{"type":"yarn","version":"1.22.22"},"storybookVersion":"6.5.13","language":"typescript","storybookPackages":{"@storybook/builder-webpack5":{"version":"6.5.13"},"@storybook/manager-webpack5":{"version":"6.5.13"},"@storybook/vue3":{"version":"6.5.13"},"eslint-plugin-storybook":{"version":"0.6.6"}},"framework":{"name":"vue3"},"addons":{"@storybook/addon-actions":{"version":"6.5.16"},"@storybook/addon-docs":{"version":"6.5.15"},"@storybook/addon-controls":{"version":"6.5.15"},"@storybook/addon-storysource":{"version":"6.5.15"},"@storybook/addon-viewport":{"version":"6.5.15"},"storybook-addon-designs":{"version":"6.3.1"}}}
1
+ {"generatedAt":1713181986832,"builder":{"name":"webpack5"},"hasCustomBabel":false,"hasCustomWebpack":true,"hasStaticDirs":false,"hasStorybookEslint":true,"refCount":0,"metaFramework":{"name":"vue-cli","packageName":"@vue/cli-service","version":"5.0.8"},"packageManager":{"type":"yarn","version":"1.22.22"},"storybookVersion":"6.5.13","language":"typescript","storybookPackages":{"@storybook/builder-webpack5":{"version":"6.5.13"},"@storybook/manager-webpack5":{"version":"6.5.13"},"@storybook/vue3":{"version":"6.5.13"},"eslint-plugin-storybook":{"version":"0.6.6"}},"framework":{"name":"vue3"},"addons":{"@storybook/addon-actions":{"version":"6.5.16"},"@storybook/addon-docs":{"version":"6.5.15"},"@storybook/addon-controls":{"version":"6.5.15"},"@storybook/addon-storysource":{"version":"6.5.15"},"@storybook/addon-viewport":{"version":"6.5.15"},"storybook-addon-designs":{"version":"6.3.1"}}}
@@ -112,7 +112,7 @@ $badge-score-colors: (
112
112
  display: inline-flex;
113
113
  justify-content: center;
114
114
  min-width: $badge-score-min-width;
115
- padding: $space-xxs $space-xxs;
115
+ padding: $space-2xs $space-2xs;
116
116
 
117
117
  &__text {
118
118
  align-self: baseline;
@@ -120,7 +120,7 @@ $badge-score-colors: (
120
120
 
121
121
  &__icon {
122
122
  align-self: center;
123
- margin-right: $space-xxxxxs;
123
+ margin-right: $space-5xs;
124
124
  }
125
125
 
126
126
  &__suffix {
@@ -133,7 +133,7 @@ $badge-score-colors: (
133
133
  @include label-xl-default-bold;
134
134
 
135
135
  min-width: $badge-score-small-min-width;
136
- padding: $space-xxs $space-xxs;
136
+ padding: $space-2xs $space-2xs;
137
137
 
138
138
  #{$self}__suffix {
139
139
  @include label-l-default-bold;
@@ -144,7 +144,7 @@ $badge-score-colors: (
144
144
  @include label-s-default-bold;
145
145
 
146
146
  min-width: $badge-score-x-small-min-width;
147
- padding: $space-xxxs;
147
+ padding: $space-3xs;
148
148
 
149
149
  #{$self}__suffix {
150
150
  @include label-s-default-bold;
@@ -85,15 +85,15 @@
85
85
  @media #{breakpoint-s()} {
86
86
  &.-horizontal {
87
87
  #{$self}__iconContainer {
88
- padding: $space-xxs 0;
88
+ padding: $space-2xs 0;
89
89
  }
90
90
 
91
91
  #{$self}__header {
92
- padding: 0 $space-xxs;
92
+ padding: 0 $space-2xs;
93
93
  }
94
94
 
95
95
  #{$self}__expander {
96
- padding: $space-xs $space-xxxxs $space-xs 0;
96
+ padding: $space-xs $space-4xs $space-xs 0;
97
97
  }
98
98
 
99
99
  #{$self}__textWrapper {
@@ -101,7 +101,7 @@
101
101
  }
102
102
 
103
103
  #{$self}__rightWrapper {
104
- padding: $space-xxxxxs 0 $space-xxxxxs $space-s;
104
+ padding: $space-5xs 0 $space-5xs $space-s;
105
105
  }
106
106
 
107
107
  #{$self}__buttonWrapper {
@@ -157,7 +157,7 @@
157
157
  &__header {
158
158
  display: flex;
159
159
  justify-content: space-between;
160
- padding: 0 $space-xxxxs;
160
+ padding: 0 $space-4xs;
161
161
  width: 100%;
162
162
  }
163
163
 
@@ -170,7 +170,7 @@
170
170
  &__defaultText {
171
171
  @include text-m-default-regular;
172
172
 
173
- margin-top: $space-xxxxs;
173
+ margin-top: $space-4xs;
174
174
  }
175
175
 
176
176
  &__textWrapper {
@@ -185,7 +185,7 @@
185
185
  flex-direction: column;
186
186
  flex-grow: 1;
187
187
  justify-content: center;
188
- padding: $space-xxxxs 0;
188
+ padding: $space-4xs 0;
189
189
  }
190
190
 
191
191
  &__rightWrapper {
@@ -201,16 +201,16 @@
201
201
 
202
202
  &__rightSlot {
203
203
  flex-grow: 1;
204
- padding: $space-xxs 0 0 0;
204
+ padding: $space-2xs 0 0 0;
205
205
 
206
206
  &:nth-child(2) {
207
- margin-left: $space-xxxxs;
207
+ margin-left: $space-4xs;
208
208
  }
209
209
  }
210
210
 
211
211
  &__iconContainer {
212
212
  margin-right: $space-s;
213
- padding: $space-xxxxs 0;
213
+ padding: $space-4xs 0;
214
214
 
215
215
  &.-hideOnMobile {
216
216
  display: none;
@@ -223,7 +223,7 @@
223
223
 
224
224
  &__icon {
225
225
  border-radius: 100px;
226
- padding: $space-xxs;
226
+ padding: $space-2xs;
227
227
 
228
228
  &.-neutral {
229
229
  background-color: $color-neutral-background-medium;
@@ -262,11 +262,11 @@
262
262
  }
263
263
 
264
264
  &__close {
265
- margin-left: $space-xxs;
265
+ margin-left: $space-2xs;
266
266
  }
267
267
 
268
268
  &__expander {
269
- margin-left: $space-xxs;
269
+ margin-left: $space-2xs;
270
270
  padding: 0;
271
271
  }
272
272
 
@@ -274,7 +274,7 @@
274
274
  @include text-m-default-regular;
275
275
 
276
276
  margin-top: $space-xs;
277
- padding: 0 $space-xxxxs $space-xxxxs;
277
+ padding: 0 $space-4xs $space-4xs;
278
278
  }
279
279
 
280
280
  &__expandedText {
@@ -205,7 +205,7 @@
205
205
  &.-xx-small {
206
206
  #{$self}__button {
207
207
  height: $icon-button-xx-small-size;
208
- padding: $space-xxxxs;
208
+ padding: $space-4xs;
209
209
  width: $icon-button-xx-small-size;
210
210
  }
211
211
 
@@ -217,7 +217,7 @@
217
217
  &.-x-small {
218
218
  #{$self}__button {
219
219
  height: $icon-button-x-small-size;
220
- padding: $space-xxxxs;
220
+ padding: $space-4xs;
221
221
  width: $icon-button-x-small-size;
222
222
  }
223
223
 
@@ -59,7 +59,7 @@
59
59
  @include label-s-extensive-bold-uppercase();
60
60
 
61
61
  color: $color-primary-text;
62
- margin-right: $space-xxxxs;
62
+ margin-right: $space-4xs;
63
63
  }
64
64
 
65
65
  &__expanderIcon {
@@ -170,7 +170,7 @@ $chip-colors: (
170
170
  align-items: center;
171
171
  border-radius: $radius-xl;
172
172
  display: inline-flex;
173
- padding: $space-xxxxxs $space-xxxxxs $space-xxxxxs $space-xxs;
173
+ padding: $space-5xs $space-5xs $space-5xs $space-2xs;
174
174
 
175
175
  &.-disabled {
176
176
  pointer-events: none;
@@ -189,7 +189,7 @@ $chip-colors: (
189
189
  &__label {
190
190
  @include label-s-default-bold;
191
191
 
192
- margin: $space-xxxxxs $space-xxxs $space-xxxxxs 0;
192
+ margin: $space-5xs $space-3xs $space-5xs 0;
193
193
  overflow: hidden;
194
194
  text-overflow: ellipsis;
195
195
  white-space: nowrap;
@@ -197,21 +197,21 @@ $chip-colors: (
197
197
 
198
198
  &__leftIcon {
199
199
  display: flex;
200
- margin-right: $space-xxxxs;
200
+ margin-right: $space-4xs;
201
201
  }
202
202
 
203
203
  &.-x-small {
204
204
  min-height: $chip-min-height;
205
- padding-left: $space-xxxs;
205
+ padding-left: $space-3xs;
206
206
 
207
207
  #{$self}__leftIcon {
208
- margin-right: $space-xxxxxs;
208
+ margin-right: $space-5xs;
209
209
  }
210
210
 
211
211
  #{$self}__label {
212
212
  @include label-xs-default-bold;
213
213
 
214
- margin: 0 $space-xxxxs 0 0;
214
+ margin: 0 $space-4xs 0 0;
215
215
  }
216
216
 
217
217
  &.-uppercase {
@@ -11,7 +11,7 @@
11
11
  display: flex;
12
12
  flex-direction: column;
13
13
  gap: $space-s;
14
- padding: $space-xxs $space-s;
14
+ padding: $space-2xs $space-s;
15
15
  }
16
16
  </style>
17
17
 
@@ -8,7 +8,7 @@
8
8
  @import '../../../../styles/settings/spacings';
9
9
 
10
10
  .drawerDivider {
11
- padding: $space-xxs 0;
11
+ padding: $space-2xs 0;
12
12
  }
13
13
  </style>
14
14
 
@@ -80,7 +80,7 @@ $minimal-drawer-header-height: 82px;
80
80
  display: flex;
81
81
  flex-direction: column;
82
82
  min-width: 0;
83
- row-gap: $space-xxxxs;
83
+ row-gap: $space-4xs;
84
84
 
85
85
  &.-hidden {
86
86
  visibility: hidden; //by this we make sure that height does not change when switching to second level
@@ -106,7 +106,7 @@ $minimal-drawer-header-height: 82px;
106
106
 
107
107
  &__title {
108
108
  align-items: center;
109
- column-gap: $space-xxxs;
109
+ column-gap: $space-3xs;
110
110
  display: flex;
111
111
  }
112
112
 
@@ -130,7 +130,7 @@ $minimal-drawer-header-height: 82px;
130
130
 
131
131
  &__titleWrapper {
132
132
  align-items: center;
133
- column-gap: $space-xxxxs;
133
+ column-gap: $space-4xs;
134
134
  display: flex;
135
135
  justify-content: space-between;
136
136
  min-height: $minimal-drawer-header-height;
@@ -22,8 +22,8 @@
22
22
  align-items: center;
23
23
  color: $color-neutral-text-strong;
24
24
  display: flex;
25
- gap: $space-xxs;
26
- padding: $space-xxs 0;
25
+ gap: $space-2xs;
26
+ padding: $space-2xs 0;
27
27
  width: 100%;
28
28
 
29
29
  &__label {
@@ -8,7 +8,7 @@
8
8
  @import '../../../../styles/settings/spacings';
9
9
 
10
10
  .drawerListItemGroup {
11
- padding: 0 0 $space-xxxs;
11
+ padding: 0 0 $space-3xs;
12
12
  }
13
13
  </style>
14
14
 
@@ -8,7 +8,7 @@
8
8
  @import '../../../../styles/settings/spacings';
9
9
 
10
10
  .drawerTile {
11
- padding: $space-xxs 0;
11
+ padding: $space-2xs 0;
12
12
  }
13
13
  </style>
14
14
 
@@ -63,11 +63,11 @@
63
63
  }
64
64
 
65
65
  &[x-placement^='bottom'] {
66
- margin-top: $space-xxxxs;
66
+ margin-top: $space-4xs;
67
67
  }
68
68
 
69
69
  &[x-placement^='top'] {
70
- margin-bottom: $space-xxxxs;
70
+ margin-bottom: $space-4xs;
71
71
  }
72
72
 
73
73
  &__scrollableWrapper {
@@ -37,22 +37,22 @@
37
37
 
38
38
  $selection-control-sizes: (
39
39
  'x-small': (
40
- 'gap': $space-xxxxs,
41
- 'iconWrapperPadding': $space-xxxs,
42
- 'labelWrapperPadding': $space-xxxxs,
43
- 'iconOutlinePadding': $space-xxxs,
40
+ 'gap': $space-4xs,
41
+ 'iconWrapperPadding': $space-3xs,
42
+ 'labelWrapperPadding': $space-4xs,
43
+ 'iconOutlinePadding': $space-3xs,
44
44
  ),
45
45
  'small': (
46
- 'gap': $space-xxs,
47
- 'iconWrapperPadding': $space-xxxs,
48
- 'labelWrapperPadding': $space-xxxs,
49
- 'iconOutlinePadding': $space-xxxs,
46
+ 'gap': $space-2xs,
47
+ 'iconWrapperPadding': $space-3xs,
48
+ 'labelWrapperPadding': $space-3xs,
49
+ 'iconOutlinePadding': $space-3xs,
50
50
  ),
51
51
  'medium': (
52
- 'gap': $space-xxs,
53
- 'iconWrapperPadding': $space-xxs,
54
- 'labelWrapperPadding': $space-xxs,
55
- 'iconOutlinePadding': $space-xxs,
52
+ 'gap': $space-2xs,
53
+ 'iconWrapperPadding': $space-2xs,
54
+ 'labelWrapperPadding': $space-2xs,
55
+ 'iconOutlinePadding': $space-2xs,
56
56
  ),
57
57
  );
58
58
 
@@ -108,10 +108,10 @@
108
108
  background: $color-neutral-background;
109
109
  border-bottom: 2px solid $color-neutral-border-ghost;
110
110
  display: flex;
111
- padding: $space-xxs $space-xxxs $space-xxs 0;
111
+ padding: $space-2xs $space-3xs $space-2xs 0;
112
112
 
113
113
  @media #{breakpoint-s()} {
114
- padding: $space-xs $space-xxs $space-xs 0;
114
+ padding: $space-xs $space-2xs $space-xs 0;
115
115
  }
116
116
 
117
117
  &__accessory {
@@ -121,22 +121,22 @@
121
121
 
122
122
  &__content {
123
123
  flex-grow: 1;
124
- margin: 0 $space-xxxxs 0 $space-xs;
124
+ margin: 0 $space-4xs 0 $space-xs;
125
125
  // We need to set min-width to allow children to apply ellipsis
126
126
  min-width: 0;
127
127
 
128
128
  @media #{breakpoint-s()} {
129
- margin: 0 $space-xxs 0 $space-s;
129
+ margin: 0 $space-2xs 0 $space-s;
130
130
  }
131
131
  }
132
132
 
133
133
  &__eyebrow {
134
134
  align-items: center;
135
135
  display: flex;
136
- margin-bottom: $space-xxxs;
136
+ margin-bottom: $space-3xs;
137
137
 
138
138
  @media #{breakpoint-s()} {
139
- margin-bottom: $space-xxs;
139
+ margin-bottom: $space-2xs;
140
140
  }
141
141
  }
142
142
 
@@ -149,7 +149,7 @@
149
149
  white-space: nowrap;
150
150
 
151
151
  &.-withRightMargin {
152
- margin-right: $space-xxs;
152
+ margin-right: $space-2xs;
153
153
  }
154
154
  }
155
155
 
@@ -166,7 +166,7 @@
166
166
 
167
167
  &__titleLeading {
168
168
  display: flex;
169
- margin-right: $space-xxs;
169
+ margin-right: $space-2xs;
170
170
  }
171
171
 
172
172
  &__titleWrapper {
@@ -204,7 +204,7 @@
204
204
  display: flex;
205
205
  // flex-shrink: 2 gives some more space for title
206
206
  flex-shrink: 2;
207
- margin-left: $space-xxs;
207
+ margin-left: $space-2xs;
208
208
  }
209
209
 
210
210
  &__titleTrailing {
@@ -224,10 +224,10 @@
224
224
  &__divider {
225
225
  align-self: stretch;
226
226
  height: auto !important;
227
- margin: $space-xxxxs $space-xxxs;
227
+ margin: $space-4xs $space-3xs;
228
228
 
229
229
  @media #{breakpoint-s()} {
230
- margin: $space-xxxxs $space-xxs;
230
+ margin: $space-4xs $space-2xs;
231
231
  }
232
232
 
233
233
  &.-mobileHidden {
@@ -39,15 +39,15 @@
39
39
  align-items: flex-start;
40
40
  display: flex;
41
41
  flex-direction: column;
42
- gap: $space-xxs;
43
- padding: $space-xxs 0;
42
+ gap: $space-2xs;
43
+ padding: $space-2xs 0;
44
44
  }
45
45
 
46
46
  &__contentWrapper {
47
47
  align-items: flex-start;
48
48
  display: flex;
49
49
  flex-direction: column;
50
- gap: $space-xxs;
50
+ gap: $space-2xs;
51
51
  justify-content: space-between;
52
52
  padding: 0;
53
53
  width: 100%;
@@ -62,9 +62,9 @@
62
62
  align-items: flex-start;
63
63
  display: flex;
64
64
  flex-direction: column;
65
- gap: $space-xxxxs;
65
+ gap: $space-4xs;
66
66
  justify-content: center;
67
- padding: $space-xxxxs 0;
67
+ padding: $space-4xs 0;
68
68
  }
69
69
 
70
70
  &__title {
@@ -101,9 +101,9 @@
101
101
  align-items: center;
102
102
  display: flex;
103
103
  flex-direction: row;
104
- gap: $space-xxs;
104
+ gap: $space-2xs;
105
105
  justify-content: space-between;
106
- padding: $space-xxxxs 0;
106
+ padding: $space-4xs 0;
107
107
  }
108
108
 
109
109
  &__supportingText {
@@ -120,7 +120,7 @@
120
120
  &__header {
121
121
  align-items: center;
122
122
  display: flex;
123
- gap: $space-xxs;
123
+ gap: $space-2xs;
124
124
  width: 100%;
125
125
 
126
126
  @media #{breakpoint-s()} {
@@ -164,8 +164,8 @@
164
164
  &__titleContainer {
165
165
  display: flex;
166
166
  flex-direction: column;
167
- gap: $space-xxxxxs;
168
- padding: $space-xxs 0;
167
+ gap: $space-5xs;
168
+ padding: $space-2xs 0;
169
169
  }
170
170
 
171
171
  &__title {
@@ -174,7 +174,7 @@
174
174
 
175
175
  &__info {
176
176
  line-height: 0;
177
- padding: $space-xxxs 0;
177
+ padding: $space-3xs 0;
178
178
  }
179
179
 
180
180
  &__eyebrow {
@@ -185,7 +185,7 @@
185
185
 
186
186
  &.-size-large {
187
187
  #{$root}__main {
188
- padding: $space-xxxxxs 0;
188
+ padding: $space-5xs 0;
189
189
  }
190
190
 
191
191
  #{$root}__header {
@@ -193,11 +193,11 @@
193
193
  }
194
194
 
195
195
  #{$root}__titleWrapper {
196
- gap: $space-xxs;
196
+ gap: $space-2xs;
197
197
  }
198
198
 
199
199
  #{$root}__info {
200
- padding: $space-xxs 0;
200
+ padding: $space-2xs 0;
201
201
  }
202
202
 
203
203
  #{$root}__eyebrow {
@@ -211,11 +211,11 @@
211
211
  }
212
212
 
213
213
  #{$root}__titleWrapper {
214
- gap: $space-xxs;
214
+ gap: $space-2xs;
215
215
  }
216
216
 
217
217
  #{$root}__info {
218
- padding: $space-xxs 0;
218
+ padding: $space-2xs 0;
219
219
  }
220
220
 
221
221
  #{$root}__eyebrow {
@@ -225,7 +225,7 @@
225
225
 
226
226
  &.-size-small {
227
227
  #{$root}__main {
228
- padding: $space-xxxxxs 0;
228
+ padding: $space-5xs 0;
229
229
  }
230
230
 
231
231
  #{$root}__header {
@@ -233,21 +233,21 @@
233
233
  }
234
234
 
235
235
  #{$root}__titleWrapper {
236
- gap: $space-xxxs;
236
+ gap: $space-3xs;
237
237
  }
238
238
 
239
239
  #{$root}__info {
240
- padding: $space-xxs 0;
240
+ padding: $space-2xs 0;
241
241
  }
242
242
  }
243
243
 
244
244
  &.-size-x-small {
245
245
  #{$root}__main {
246
- padding: $space-xxxxxs 0;
246
+ padding: $space-5xs 0;
247
247
  }
248
248
 
249
249
  #{$root}__titleWrapper {
250
- gap: $space-xxxs;
250
+ gap: $space-3xs;
251
251
  }
252
252
 
253
253
  #{$root}__header {
@@ -257,11 +257,11 @@
257
257
 
258
258
  &.-size-xx-small {
259
259
  #{$root}__main {
260
- padding: $space-xxxxxs 0;
260
+ padding: $space-5xs 0;
261
261
  }
262
262
 
263
263
  #{$root}__titleWrapper {
264
- gap: $space-xxxs;
264
+ gap: $space-3xs;
265
265
  }
266
266
 
267
267
  #{$root}__header {
@@ -298,7 +298,7 @@
298
298
 
299
299
  &__slotVertical {
300
300
  display: block;
301
- padding: 0 0 $space-xxxs;
301
+ padding: 0 0 $space-3xs;
302
302
 
303
303
  @media #{breakpoint-s()} {
304
304
  display: none;
@@ -85,7 +85,7 @@
85
85
  }
86
86
 
87
87
  #{$root}__icon {
88
- margin-right: $space-xxxxs;
88
+ margin-right: $space-4xs;
89
89
  }
90
90
  }
91
91
 
@@ -97,7 +97,7 @@
97
97
  }
98
98
 
99
99
  #{$root}__icon {
100
- padding-top: $space-xxxxxs;
100
+ padding-top: $space-5xs;
101
101
  }
102
102
  }
103
103
 
@@ -115,7 +115,7 @@
115
115
  }
116
116
 
117
117
  &__icon {
118
- margin-right: $space-xxxs;
118
+ margin-right: $space-3xs;
119
119
  }
120
120
  }
121
121
  </style>
@@ -96,22 +96,22 @@ $feature-icon-padding-large: 10px;
96
96
 
97
97
  border-radius: 100%;
98
98
  border-style: solid;
99
- border-width: $space-xxxs;
99
+ border-width: $space-3xs;
100
100
  display: inline-flex;
101
- padding: $space-xxxs;
101
+ padding: $space-3xs;
102
102
 
103
103
  &.-small {
104
- border-width: $space-xxxxs;
105
- padding: $space-xxxxs;
104
+ border-width: $space-4xs;
105
+ padding: $space-4xs;
106
106
  }
107
107
 
108
108
  &.-large {
109
- border-width: $space-xxxs;
109
+ border-width: $space-3xs;
110
110
  padding: $feature-icon-padding-large;
111
111
  }
112
112
 
113
113
  &.-xLarge {
114
- border-width: $space-xxs;
114
+ border-width: $space-2xs;
115
115
  padding: $space-xs;
116
116
  }
117
117
  }
@@ -59,18 +59,18 @@
59
59
  width: 100%;
60
60
 
61
61
  @media #{breakpoint-m()} {
62
- margin: $space-xxl auto $space-xl;
63
- max-height: calc(100vh - #{$space-xxl + $space-xl});
62
+ margin: $space-2xl auto $space-xl;
63
+ max-height: calc(100vh - #{$space-2xl + $space-xl});
64
64
  width: 640px;
65
65
  }
66
66
  }
67
67
 
68
68
  &__header {
69
69
  align-items: center;
70
- box-shadow: 0 $space-xxxxs $space-xxxxs var(--raw-white);
70
+ box-shadow: 0 $space-4xs $space-4xs var(--raw-white);
71
71
  display: flex;
72
72
  justify-content: space-between;
73
- padding: $space-xs $space-xs $space-xxxs;
73
+ padding: $space-xs $space-xs $space-3xs;
74
74
  z-index: 1;
75
75
 
76
76
  &__close {
@@ -92,9 +92,9 @@
92
92
  padding: $space-s;
93
93
 
94
94
  &__shadow {
95
- box-shadow: 0 #{-$space-xxxxs} $space-xxxxs var(--raw-white);
95
+ box-shadow: 0 #{-$space-4xs} $space-4xs var(--raw-white);
96
96
  content: ' ';
97
- height: $space-xxxxs;
97
+ height: $space-4xs;
98
98
  z-index: 1;
99
99
  }
100
100
  }