@bethinkpl/design-system 36.2.0 → 37.0.0

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 (78) hide show
  1. package/dist/design-system.css +1 -1
  2. package/dist/design-system.js +70 -70
  3. package/dist/design-system.js.map +1 -1
  4. package/lib/js/components/Badge/Badge.vue +3 -3
  5. package/lib/js/components/BadgeScore/BadgeScore.vue +4 -4
  6. package/lib/js/components/Banner/Banner.vue +19 -19
  7. package/lib/js/components/Buttons/IconButton/IconButton.vue +3 -3
  8. package/lib/js/components/Cards/Card/Card.vue +9 -9
  9. package/lib/js/components/Cards/CardExpandable/CardExpandable.vue +2 -2
  10. package/lib/js/components/Chip/Chip.vue +5 -5
  11. package/lib/js/components/DatePickers/DateBox/DateBox.vue +3 -3
  12. package/lib/js/components/DatePickers/DatePicker/DatePicker.vue +4 -4
  13. package/lib/js/components/DatePickers/DateRangePicker/DateRangePicker.vue +1 -1
  14. package/lib/js/components/Drawer/DrawerContent/DrawerContent.vue +2 -2
  15. package/lib/js/components/Drawer/DrawerDivider/DrawerDivider.vue +1 -1
  16. package/lib/js/components/Drawer/DrawerHeader/DrawerHeader.vue +5 -5
  17. package/lib/js/components/Drawer/DrawerListItem/DrawerListItem.vue +2 -2
  18. package/lib/js/components/Drawer/DrawerListItemGroup/DrawerListItemGroup.vue +1 -1
  19. package/lib/js/components/Drawer/DrawerTile/DrawerTile.vue +1 -1
  20. package/lib/js/components/Dropdown/Dropdown.vue +2 -2
  21. package/lib/js/components/Form/Checkbox/Checkbox.vue +6 -6
  22. package/lib/js/components/Form/CheckboxGroupField/CheckboxGroupField.vue +1 -1
  23. package/lib/js/components/Form/FormControlLabel/FormControlLabel.vue +3 -3
  24. package/lib/js/components/Form/FormField/FormField.vue +12 -12
  25. package/lib/js/components/Form/FormField/FormFieldMessage/FormFieldMessage.vue +1 -1
  26. package/lib/js/components/Form/InputField/InputField.vue +2 -2
  27. package/lib/js/components/Form/SelectionControl/SelectionControl.vue +12 -12
  28. package/lib/js/components/Headers/OverlayHeader/OverlayHeader.vue +15 -15
  29. package/lib/js/components/Headers/PageHeader/PageHeader.vue +5 -5
  30. package/lib/js/components/Headers/SectionHeader/SectionHeader.vue +20 -20
  31. package/lib/js/components/IconText/IconText.vue +3 -3
  32. package/lib/js/components/Icons/FeatureIcon/FeatureIcon.vue +9 -9
  33. package/lib/js/components/Layouts/ThreeColumnLayout/ThreeColumnLayout.vue +1 -1
  34. package/lib/js/components/Menu/Menu/Menu.vue +2 -2
  35. package/lib/js/components/Menu/MenuDivider/MenuDivider.vue +1 -1
  36. package/lib/js/components/Menu/MenuItem/MenuItem.vue +14 -14
  37. package/lib/js/components/Modal/Modal.vue +10 -10
  38. package/lib/js/components/Modals/Modal/Modal.vue +20 -20
  39. package/lib/js/components/NumberInCircle/NumberInCircle.vue +1 -1
  40. package/lib/js/components/Pagination/Pagination.vue +4 -4
  41. package/lib/js/components/PopOver/PopOver.vue +24 -24
  42. package/lib/js/components/ProgressBar/ProgressBar.vue +5 -5
  43. package/lib/js/components/ProgressBar/ProgressBarLabelDataWrapper.vue +4 -4
  44. package/lib/js/components/ProgressBar/ProgressBarLegend.vue +4 -4
  45. package/lib/js/components/ProgressBar/ProgressBarLegendItem.vue +8 -8
  46. package/lib/js/components/ProgressDonutChart/ProgressDonutChart.vue +2 -2
  47. package/lib/js/components/RichList/BasicRichListItem/BasicRichListItem.vue +3 -3
  48. package/lib/js/components/RichList/GroupRichListItem/GroupRichListItem.vue +1 -1
  49. package/lib/js/components/RichList/RichListItem/RichListItem.vue +36 -36
  50. package/lib/js/components/SectionTitle/SectionTitle.vue +2 -2
  51. package/lib/js/components/SelectList/SelectList.vue +1 -1
  52. package/lib/js/components/SelectList/SelectListItem/SelectListItem.vue +5 -5
  53. package/lib/js/components/SelectList/SelectListItemContainer/SelectListItemContainer.vue +1 -1
  54. package/lib/js/components/SelectList/SelectListItemDivider/SelectListItemDivider.vue +1 -1
  55. package/lib/js/components/SelectList/SelectListSectionTitle/SelectListSectionTitle.vue +2 -2
  56. package/lib/js/components/SelectionTile/SelectionTile.vue +4 -4
  57. package/lib/js/components/SpinnerLoading/SpinnerLoading.vue +1 -1
  58. package/lib/js/components/StatsLayout/StatsLayout.vue +6 -6
  59. package/lib/js/components/Statuses/AccessStatus/AccessStatus.vue +1 -1
  60. package/lib/js/components/Statuses/BlockadeStatus/BlockadeStatus.vue +1 -1
  61. package/lib/js/components/SurveyQuestions/SurveyQuestionOpenEnded/SurveyQuestionOpenEnded.vue +3 -3
  62. package/lib/js/components/SurveyQuestions/SurveyQuestionScale/SurveyQuestionScale.vue +9 -9
  63. package/lib/js/components/SurveyQuestions/SurveyQuestionTextarea.vue +1 -1
  64. package/lib/js/components/SurveyToggle/SurveyToggle.vue +3 -3
  65. package/lib/js/components/Switch/Switch.vue +4 -4
  66. package/lib/js/components/TabItem/TabItem.vue +4 -4
  67. package/lib/js/components/TextGroup/TextGroup.vue +1 -1
  68. package/lib/js/components/Tile/Tile.vue +4 -4
  69. package/lib/js/components/Toast/Toast.vue +8 -8
  70. package/lib/js/components/Toggles/CounterToggle/CounterToggle.vue +2 -2
  71. package/lib/js/components/Toggles/ToggleButton/ToggleButton.vue +7 -7
  72. package/lib/js/components/Well/Well.vue +5 -5
  73. package/lib/js/styles/ItemsList.vue +2 -2
  74. package/lib/js/styles/Spacings/Spacings.stories.ts +6 -14
  75. package/lib/styles/components/_buttons.scss +9 -9
  76. package/lib/styles/components/_items-list-item.scss +2 -2
  77. package/lib/styles/settings/_spacings.scss +13 -10
  78. package/package.json +1 -1
@@ -37,22 +37,22 @@
37
37
 
38
38
  $selection-control-sizes: (
39
39
  'x-small': (
40
- 'gap': $space-4xs,
41
- 'iconWrapperPadding': $space-3xs,
42
- 'labelWrapperPadding': $space-4xs,
43
- 'iconOutlinePadding': $space-3xs,
40
+ 'gap': $space-2,
41
+ 'iconWrapperPadding': $space-3,
42
+ 'labelWrapperPadding': $space-2,
43
+ 'iconOutlinePadding': $space-3,
44
44
  ),
45
45
  'small': (
46
- 'gap': $space-2xs,
47
- 'iconWrapperPadding': $space-3xs,
48
- 'labelWrapperPadding': $space-3xs,
49
- 'iconOutlinePadding': $space-3xs,
46
+ 'gap': $space-4,
47
+ 'iconWrapperPadding': $space-3,
48
+ 'labelWrapperPadding': $space-3,
49
+ 'iconOutlinePadding': $space-3,
50
50
  ),
51
51
  'medium': (
52
- 'gap': $space-2xs,
53
- 'iconWrapperPadding': $space-2xs,
54
- 'labelWrapperPadding': $space-2xs,
55
- 'iconOutlinePadding': $space-2xs,
52
+ 'gap': $space-4,
53
+ 'iconWrapperPadding': $space-4,
54
+ 'labelWrapperPadding': $space-4,
55
+ 'iconOutlinePadding': $space-4,
56
56
  ),
57
57
  );
58
58
 
@@ -131,27 +131,27 @@
131
131
  border-bottom: 2px solid $color-neutral-border-ghost;
132
132
  box-shadow: $shadow-s;
133
133
  display: flex;
134
- padding: $space-2xs $space-3xs $space-2xs 0;
134
+ padding: $space-4 $space-3 $space-4 0;
135
135
 
136
136
  @media #{breakpoint-s()} {
137
- padding: $space-xs $space-2xs $space-xs 0;
137
+ padding: $space-6 $space-4 $space-6 0;
138
138
  }
139
139
 
140
140
  &__accessory {
141
141
  align-self: stretch;
142
- margin-left: $space-xs;
142
+ margin-left: $space-6;
143
143
  }
144
144
 
145
145
  &__loadingWrapper {
146
146
  display: flex;
147
147
  flex-direction: column;
148
148
  flex-grow: 1;
149
- gap: $space-3xs;
150
- margin: 0 $space-4xs 0 $space-xs;
149
+ gap: $space-3;
150
+ margin: 0 $space-2 0 $space-6;
151
151
 
152
152
  @media #{breakpoint-s()} {
153
- gap: $space-2xs;
154
- margin: 0 $space-2xs 0 $space-s;
153
+ gap: $space-4;
154
+ margin: 0 $space-4 0 $space-8;
155
155
  }
156
156
  }
157
157
 
@@ -173,22 +173,22 @@
173
173
 
174
174
  &__content {
175
175
  flex-grow: 1;
176
- margin: 0 $space-4xs 0 $space-xs;
176
+ margin: 0 $space-2 0 $space-6;
177
177
  // We need to set min-width to allow children to apply ellipsis
178
178
  min-width: 0;
179
179
 
180
180
  @media #{breakpoint-s()} {
181
- margin: 0 $space-2xs 0 $space-s;
181
+ margin: 0 $space-4 0 $space-8;
182
182
  }
183
183
  }
184
184
 
185
185
  &__eyebrow {
186
186
  align-items: center;
187
187
  display: flex;
188
- margin-bottom: $space-3xs;
188
+ margin-bottom: $space-3;
189
189
 
190
190
  @media #{breakpoint-s()} {
191
- margin-bottom: $space-2xs;
191
+ margin-bottom: $space-4;
192
192
  }
193
193
  }
194
194
 
@@ -201,7 +201,7 @@
201
201
  white-space: nowrap;
202
202
 
203
203
  &.-ds-withRightMargin {
204
- margin-right: $space-2xs;
204
+ margin-right: $space-4;
205
205
  }
206
206
  }
207
207
 
@@ -214,7 +214,7 @@
214
214
  &__main {
215
215
  align-items: center;
216
216
  display: flex;
217
- gap: $space-2xs;
217
+ gap: $space-4;
218
218
  // title is required, but in some edge-cases we don't render it. We need to set min-height to avoid jumping
219
219
  // Keep value in sync with &__title line-height
220
220
  min-height: $typography-line-height-s;
@@ -276,10 +276,10 @@
276
276
  &__divider {
277
277
  align-self: stretch;
278
278
  height: auto !important;
279
- margin: $space-4xs $space-3xs;
279
+ margin: $space-2 $space-3;
280
280
 
281
281
  @media #{breakpoint-s()} {
282
- margin: $space-4xs $space-2xs;
282
+ margin: $space-2 $space-4;
283
283
  }
284
284
  }
285
285
 
@@ -39,15 +39,15 @@
39
39
  align-items: flex-start;
40
40
  display: flex;
41
41
  flex-direction: column;
42
- gap: $space-2xs;
43
- padding: $space-2xs 0;
42
+ gap: $space-4;
43
+ padding: $space-4 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-2xs;
50
+ gap: $space-4;
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-4xs;
65
+ gap: $space-2;
66
66
  justify-content: center;
67
- padding: $space-4xs 0;
67
+ padding: $space-2 0;
68
68
  }
69
69
 
70
70
  &__title {
@@ -107,16 +107,16 @@
107
107
  align-items: center;
108
108
  display: flex;
109
109
  flex-direction: row;
110
- gap: $space-2xs;
110
+ gap: $space-4;
111
111
  justify-content: space-between;
112
- padding: $space-4xs 0;
112
+ padding: $space-2 0;
113
113
  }
114
114
 
115
115
  &__supportingText {
116
116
  @include text-s-compact-regular;
117
117
 
118
118
  color: $color-neutral-text;
119
- padding: 0 0 $space-xs;
119
+ padding: 0 0 $space-6;
120
120
 
121
121
  &.-ds-withoutPadding {
122
122
  padding: 0;
@@ -126,7 +126,7 @@
126
126
  &__header {
127
127
  align-items: center;
128
128
  display: flex;
129
- gap: $space-2xs;
129
+ gap: $space-4;
130
130
  min-width: 0;
131
131
  width: 100%;
132
132
 
@@ -172,9 +172,9 @@
172
172
  &__titleContainer {
173
173
  display: flex;
174
174
  flex-direction: column;
175
- gap: $space-5xs;
175
+ gap: $space-1;
176
176
  min-width: 0;
177
- padding: $space-2xs 0;
177
+ padding: $space-4 0;
178
178
  }
179
179
 
180
180
  &__title {
@@ -190,7 +190,7 @@
190
190
 
191
191
  &__info {
192
192
  line-height: 0;
193
- padding: $space-3xs 0;
193
+ padding: $space-3 0;
194
194
  }
195
195
 
196
196
  &__eyebrow {
@@ -201,7 +201,7 @@
201
201
 
202
202
  &.-ds-size-large {
203
203
  #{$root}__main {
204
- padding: $space-5xs 0;
204
+ padding: $space-1 0;
205
205
  }
206
206
 
207
207
  #{$root}__header {
@@ -209,11 +209,11 @@
209
209
  }
210
210
 
211
211
  #{$root}__titleWrapper {
212
- gap: $space-2xs;
212
+ gap: $space-4;
213
213
  }
214
214
 
215
215
  #{$root}__info {
216
- padding: $space-2xs 0;
216
+ padding: $space-4 0;
217
217
  }
218
218
 
219
219
  #{$root}__eyebrow {
@@ -227,11 +227,11 @@
227
227
  }
228
228
 
229
229
  #{$root}__titleWrapper {
230
- gap: $space-2xs;
230
+ gap: $space-4;
231
231
  }
232
232
 
233
233
  #{$root}__info {
234
- padding: $space-2xs 0;
234
+ padding: $space-4 0;
235
235
  }
236
236
 
237
237
  #{$root}__eyebrow {
@@ -241,7 +241,7 @@
241
241
 
242
242
  &.-ds-size-small {
243
243
  #{$root}__main {
244
- padding: $space-5xs 0;
244
+ padding: $space-1 0;
245
245
  }
246
246
 
247
247
  #{$root}__header {
@@ -249,21 +249,21 @@
249
249
  }
250
250
 
251
251
  #{$root}__titleWrapper {
252
- gap: $space-3xs;
252
+ gap: $space-3;
253
253
  }
254
254
 
255
255
  #{$root}__info {
256
- padding: $space-2xs 0;
256
+ padding: $space-4 0;
257
257
  }
258
258
  }
259
259
 
260
260
  &.-ds-size-x-small {
261
261
  #{$root}__main {
262
- padding: $space-5xs 0;
262
+ padding: $space-1 0;
263
263
  }
264
264
 
265
265
  #{$root}__titleWrapper {
266
- gap: $space-3xs;
266
+ gap: $space-3;
267
267
  }
268
268
 
269
269
  #{$root}__header {
@@ -273,11 +273,11 @@
273
273
 
274
274
  &.-ds-size-xx-small {
275
275
  #{$root}__main {
276
- padding: $space-5xs 0;
276
+ padding: $space-1 0;
277
277
  }
278
278
 
279
279
  #{$root}__titleWrapper {
280
- gap: $space-3xs;
280
+ gap: $space-3;
281
281
  }
282
282
 
283
283
  #{$root}__header {
@@ -320,7 +320,7 @@
320
320
 
321
321
  &__slotVertical {
322
322
  display: block;
323
- padding: 0 0 $space-3xs;
323
+ padding: 0 0 $space-3;
324
324
 
325
325
  @media #{breakpoint-s()} {
326
326
  display: none;
@@ -85,7 +85,7 @@
85
85
  }
86
86
 
87
87
  #{$root}__icon {
88
- margin-right: $space-4xs;
88
+ margin-right: $space-2;
89
89
  }
90
90
  }
91
91
 
@@ -97,7 +97,7 @@
97
97
  }
98
98
 
99
99
  #{$root}__icon {
100
- padding-top: $space-5xs;
100
+ padding-top: $space-1;
101
101
  }
102
102
  }
103
103
 
@@ -115,7 +115,7 @@
115
115
  }
116
116
 
117
117
  &__icon {
118
- margin-right: $space-3xs;
118
+ margin-right: $space-3;
119
119
  }
120
120
  }
121
121
  </style>
@@ -109,28 +109,28 @@ $feature-icon-padding-large: 10px;
109
109
 
110
110
  border-radius: 100%;
111
111
  border-style: solid;
112
- border-width: $space-3xs;
112
+ border-width: $space-3;
113
113
  display: inline-flex;
114
- padding: $space-3xs;
114
+ padding: $space-3;
115
115
 
116
116
  &.-ds-xSmall {
117
- border-width: $space-5xs;
118
- padding: $space-5xs;
117
+ border-width: $space-1;
118
+ padding: $space-1;
119
119
  }
120
120
 
121
121
  &.-ds-small {
122
- border-width: $space-4xs;
123
- padding: $space-4xs;
122
+ border-width: $space-2;
123
+ padding: $space-2;
124
124
  }
125
125
 
126
126
  &.-ds-large {
127
- border-width: $space-3xs;
127
+ border-width: $space-3;
128
128
  padding: $feature-icon-padding-large;
129
129
  }
130
130
 
131
131
  &.-ds-xLarge {
132
- border-width: $space-2xs;
133
- padding: $space-xs;
132
+ border-width: $space-4;
133
+ padding: $space-6;
134
134
  }
135
135
  }
136
136
  </style>
@@ -137,7 +137,7 @@ $right-column-large-l-max-width: $right-column-large-max-width;
137
137
  &__content {
138
138
  margin: 0 auto;
139
139
  max-width: $content-column-max-width;
140
- padding: $space-s;
140
+ padding: $space-8;
141
141
 
142
142
  &.-ds-noPadding {
143
143
  padding: 0;
@@ -17,12 +17,12 @@
17
17
  .ds-menu {
18
18
  display: flex;
19
19
  flex-direction: column;
20
- gap: $space-5xs;
20
+ gap: $space-1;
21
21
  margin: 0;
22
22
  padding: 0;
23
23
 
24
24
  &.-ds-extensive {
25
- gap: $space-2xs;
25
+ gap: $space-4;
26
26
  }
27
27
  }
28
28
  </style>
@@ -9,7 +9,7 @@
9
9
 
10
10
  .ds-menuDivider {
11
11
  list-style-type: none;
12
- padding: $space-3xs 0;
12
+ padding: $space-3 0;
13
13
  }
14
14
  </style>
15
15
 
@@ -120,15 +120,15 @@
120
120
 
121
121
  .ds-menuItem {
122
122
  $root: &;
123
- $menu-item-horizontal-padding: $space-xs;
124
- $menu-item-expandable-horizontal-padding: $space-4xs;
123
+ $menu-item-horizontal-padding: $space-6;
124
+ $menu-item-expandable-horizontal-padding: $space-2;
125
125
 
126
126
  @for $i from 2 through 6 {
127
127
  &.-ds-level#{$i} {
128
- padding-left: $menu-item-horizontal-padding + ($i - 1) * $space-2xs;
128
+ padding-left: $menu-item-horizontal-padding + ($i - 1) * $space-4;
129
129
 
130
130
  &.-ds-expandable {
131
- padding-left: $menu-item-expandable-horizontal-padding + ($i - 1) * $space-2xs;
131
+ padding-left: $menu-item-expandable-horizontal-padding + ($i - 1) * $space-4;
132
132
  }
133
133
  }
134
134
  }
@@ -136,11 +136,11 @@
136
136
  align-items: center;
137
137
  background-color: $color-neutral-background-weak;
138
138
  border-radius: $radius-s;
139
- column-gap: $space-2xs;
139
+ column-gap: $space-4;
140
140
  display: flex;
141
141
  justify-content: space-between;
142
142
  min-height: 40px;
143
- padding: $space-2xs $space-2xs $space-2xs $menu-item-horizontal-padding;
143
+ padding: $space-4 $space-4 $space-4 $menu-item-horizontal-padding;
144
144
  text-decoration: none;
145
145
 
146
146
  &.-ds-expandable {
@@ -159,7 +159,7 @@
159
159
  }
160
160
 
161
161
  &__rightContent {
162
- column-gap: $space-2xs;
162
+ column-gap: $space-4;
163
163
 
164
164
  &.-ds-centeredContent {
165
165
  align-items: center;
@@ -187,7 +187,7 @@
187
187
  align-items: center;
188
188
  color: $color-neutral-icon-weak;
189
189
  display: flex;
190
- margin-right: $space-5xs;
190
+ margin-right: $space-1;
191
191
  }
192
192
 
193
193
  &__expanderDotWrapper {
@@ -196,7 +196,7 @@
196
196
  display: inline-flex;
197
197
  height: 20px;
198
198
  justify-content: center;
199
- margin-right: $space-5xs;
199
+ margin-right: $space-1;
200
200
  width: 20px;
201
201
  }
202
202
 
@@ -204,14 +204,14 @@
204
204
  align-items: flex-start;
205
205
  display: flex;
206
206
  flex: 1 0 0;
207
- padding: $space-5xs 0;
207
+ padding: $space-1 0;
208
208
  }
209
209
 
210
210
  &__index {
211
211
  @include label-l-default-bold;
212
212
 
213
213
  color: $color-neutral-text-weak;
214
- margin-right: $space-3xs;
214
+ margin-right: $space-3;
215
215
 
216
216
  &.-ds-active {
217
217
  color: $color-primary-text;
@@ -248,12 +248,12 @@
248
248
  @include label-m-default-bold;
249
249
 
250
250
  color: $color-neutral-text-weak;
251
- margin-left: $space-4xs;
251
+ margin-left: $space-2;
252
252
  }
253
253
 
254
254
  &__icon {
255
255
  color: $color-neutral-icon-weak;
256
- margin-right: $space-4xs;
256
+ margin-right: $space-2;
257
257
 
258
258
  &.-ds-active {
259
259
  color: $color-primary-icon;
@@ -299,7 +299,7 @@
299
299
 
300
300
  &.-ds-medium {
301
301
  min-height: 48px;
302
- padding: $space-s $space-2xs $space-s $space-xs;
302
+ padding: $space-8 $space-4 $space-8 $space-6;
303
303
 
304
304
  #{$root}__label {
305
305
  @include label-l-default-bold;
@@ -56,25 +56,25 @@
56
56
  box-shadow: $shadow-xl;
57
57
  display: flex;
58
58
  flex-direction: column;
59
- margin: $space-xl $space-s $space-l;
60
- max-height: calc(100vh - #{$space-xl + $space-l});
59
+ margin: $space-20 $space-8 $space-16;
60
+ max-height: calc(100vh - #{$space-20 + $space-16});
61
61
  overflow: hidden;
62
62
  position: relative;
63
63
  width: 100%;
64
64
 
65
65
  @media #{breakpoint-m()} {
66
- margin: $space-2xl auto $space-xl;
67
- max-height: calc(100vh - #{$space-2xl + $space-xl});
66
+ margin: $space-28 auto $space-20;
67
+ max-height: calc(100vh - #{$space-28 + $space-20});
68
68
  width: 640px;
69
69
  }
70
70
  }
71
71
 
72
72
  &__header {
73
73
  align-items: center;
74
- box-shadow: 0 $space-4xs $space-4xs var(--raw-white);
74
+ box-shadow: 0 $space-2 $space-2 var(--raw-white);
75
75
  display: flex;
76
76
  justify-content: space-between;
77
- padding: $space-xs $space-xs $space-3xs;
77
+ padding: $space-6 $space-6 $space-3;
78
78
  z-index: 1;
79
79
 
80
80
  &__close {
@@ -87,18 +87,18 @@
87
87
  }
88
88
 
89
89
  &__footer {
90
- padding: $space-m 0;
90
+ padding: $space-12 0;
91
91
  text-align: center;
92
92
  }
93
93
 
94
94
  &__content {
95
95
  overflow: auto;
96
- padding: $space-s;
96
+ padding: $space-8;
97
97
 
98
98
  &__shadow {
99
- box-shadow: 0 #{-$space-4xs} $space-4xs var(--raw-white);
99
+ box-shadow: 0 #{-$space-2} $space-2 var(--raw-white);
100
100
  content: ' ';
101
- height: $space-4xs;
101
+ height: $space-2;
102
102
  z-index: 1;
103
103
  }
104
104
  }
@@ -147,14 +147,14 @@ $image-height-small: 140px;
147
147
  height: 100%;
148
148
  justify-content: center;
149
149
  left: 0;
150
- padding: $space-l $space-s;
150
+ padding: $space-16 $space-8;
151
151
  position: fixed;
152
152
  top: 0;
153
153
  width: 100%;
154
154
  z-index: $z-index-modal;
155
155
 
156
156
  @media #{breakpoint-s()} {
157
- padding: $space-l;
157
+ padding: $space-16;
158
158
  }
159
159
 
160
160
  &__wrapper {
@@ -166,7 +166,7 @@ $image-height-small: 140px;
166
166
  max-height: 100%;
167
167
  max-width: $modal-medium-width;
168
168
  overflow: hidden;
169
- padding-top: $space-xl;
169
+ padding-top: $space-20;
170
170
  position: relative;
171
171
  width: 100%;
172
172
 
@@ -190,8 +190,8 @@ $image-height-small: 140px;
190
190
 
191
191
  @media #{breakpoint-s()} {
192
192
  #{$self}__content {
193
- padding-left: $space-m;
194
- padding-right: $space-m;
193
+ padding-left: $space-12;
194
+ padding-right: $space-12;
195
195
  }
196
196
  }
197
197
 
@@ -209,10 +209,10 @@ $image-height-small: 140px;
209
209
  &__content {
210
210
  display: flex;
211
211
  flex-direction: column;
212
- padding: 0 $space-s 0;
212
+ padding: 0 $space-8 0;
213
213
 
214
214
  @media #{breakpoint-s()} {
215
- padding: 0 $space-xl 0;
215
+ padding: 0 $space-20 0;
216
216
  }
217
217
  &.-ds-centered {
218
218
  #{$self}__header,
@@ -225,13 +225,13 @@ $image-height-small: 140px;
225
225
  &__header {
226
226
  display: flex;
227
227
  flex-direction: column;
228
- margin-bottom: $space-s;
229
- row-gap: $space-xs;
228
+ margin-bottom: $space-8;
229
+ row-gap: $space-6;
230
230
  }
231
231
 
232
232
  &__headerFeatureIcon {
233
233
  align-self: center;
234
- margin-bottom: $space-xs;
234
+ margin-bottom: $space-6;
235
235
  }
236
236
 
237
237
  &__headerTitle {
@@ -272,13 +272,13 @@ $image-height-small: 140px;
272
272
 
273
273
  color: $color-neutral-text-heavy;
274
274
  cursor: pointer;
275
- margin-left: $space-2xs;
275
+ margin-left: $space-4;
276
276
  }
277
277
 
278
278
  &__rightActions {
279
279
  position: absolute;
280
- right: $space-4xs;
281
- top: $space-4xs;
280
+ right: $space-2;
281
+ top: $space-2;
282
282
  // z-index needs to be higher than 0 to cover the content elements with `position: relative`
283
283
  z-index: 1;
284
284
  }
@@ -289,7 +289,7 @@ $image-height-small: 140px;
289
289
  }
290
290
 
291
291
  &__footerWrapper {
292
- padding-bottom: $space-l;
292
+ padding-bottom: $space-16;
293
293
 
294
294
  &.-ds-stickyFooter {
295
295
  background: $color-default-background;
@@ -299,12 +299,12 @@ $image-height-small: 140px;
299
299
  }
300
300
 
301
301
  &__footer {
302
- column-gap: $space-s;
302
+ column-gap: $space-8;
303
303
  display: flex;
304
304
  flex-direction: column-reverse;
305
305
  justify-content: space-between;
306
306
  line-break: anywhere;
307
- padding-top: $space-m;
307
+ padding-top: $space-12;
308
308
 
309
309
  @media #{breakpoint-s()} {
310
310
  align-items: center;
@@ -331,16 +331,16 @@ $image-height-small: 140px;
331
331
  display: flex;
332
332
  flex-direction: column-reverse;
333
333
  flex-shrink: 0;
334
- gap: $space-s 0;
334
+ gap: $space-8 0;
335
335
 
336
336
  @media #{breakpoint-s()} {
337
337
  flex-direction: row;
338
- gap: 0 $space-s;
338
+ gap: 0 $space-8;
339
339
  }
340
340
 
341
341
  &:not(:first-child) {
342
342
  // first-child because of reverse order in flex-direction
343
- margin-bottom: $space-xs;
343
+ margin-bottom: $space-6;
344
344
 
345
345
  @media #{breakpoint-s()} {
346
346
  margin-bottom: 0;
@@ -351,7 +351,7 @@ $image-height-small: 140px;
351
351
  &__footerCtaSecondary {
352
352
  align-items: center;
353
353
  display: flex;
354
- gap: 0 $space-m;
354
+ gap: 0 $space-12;
355
355
  justify-content: space-between;
356
356
 
357
357
  @media #{breakpoint-s()} {
@@ -28,7 +28,7 @@
28
28
  height: $icon-xl;
29
29
  justify-content: center;
30
30
  min-width: $icon-xl;
31
- padding: 0 $space-3xs;
31
+ padding: 0 $space-3;
32
32
  text-align: center;
33
33
 
34
34
  @media #{breakpoint-s()} {