@bethinkpl/design-system 36.2.0 → 37.0.2

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 (79) hide show
  1. package/README.md +4 -4
  2. package/dist/design-system.css +1 -1
  3. package/dist/design-system.js +70 -70
  4. package/dist/design-system.js.map +1 -1
  5. package/lib/js/components/Badge/Badge.vue +3 -3
  6. package/lib/js/components/BadgeScore/BadgeScore.vue +4 -4
  7. package/lib/js/components/Banner/Banner.vue +19 -19
  8. package/lib/js/components/Buttons/IconButton/IconButton.vue +3 -3
  9. package/lib/js/components/Cards/Card/Card.vue +9 -9
  10. package/lib/js/components/Cards/CardExpandable/CardExpandable.vue +2 -2
  11. package/lib/js/components/Chip/Chip.vue +5 -5
  12. package/lib/js/components/DatePickers/DateBox/DateBox.vue +3 -3
  13. package/lib/js/components/DatePickers/DatePicker/DatePicker.vue +4 -4
  14. package/lib/js/components/DatePickers/DateRangePicker/DateRangePicker.vue +1 -1
  15. package/lib/js/components/Drawer/DrawerContent/DrawerContent.vue +2 -2
  16. package/lib/js/components/Drawer/DrawerDivider/DrawerDivider.vue +1 -1
  17. package/lib/js/components/Drawer/DrawerHeader/DrawerHeader.vue +5 -5
  18. package/lib/js/components/Drawer/DrawerListItem/DrawerListItem.vue +2 -2
  19. package/lib/js/components/Drawer/DrawerListItemGroup/DrawerListItemGroup.vue +1 -1
  20. package/lib/js/components/Drawer/DrawerTile/DrawerTile.vue +1 -1
  21. package/lib/js/components/Dropdown/Dropdown.vue +2 -2
  22. package/lib/js/components/Form/Checkbox/Checkbox.vue +6 -6
  23. package/lib/js/components/Form/CheckboxGroupField/CheckboxGroupField.vue +1 -1
  24. package/lib/js/components/Form/FormControlLabel/FormControlLabel.vue +3 -3
  25. package/lib/js/components/Form/FormField/FormField.vue +12 -12
  26. package/lib/js/components/Form/FormField/FormFieldMessage/FormFieldMessage.vue +1 -1
  27. package/lib/js/components/Form/InputField/InputField.vue +2 -2
  28. package/lib/js/components/Form/SelectionControl/SelectionControl.vue +12 -12
  29. package/lib/js/components/Headers/OverlayHeader/OverlayHeader.vue +15 -15
  30. package/lib/js/components/Headers/PageHeader/PageHeader.vue +5 -5
  31. package/lib/js/components/Headers/SectionHeader/SectionHeader.vue +20 -20
  32. package/lib/js/components/IconText/IconText.vue +3 -3
  33. package/lib/js/components/Icons/FeatureIcon/FeatureIcon.vue +9 -9
  34. package/lib/js/components/Layouts/ThreeColumnLayout/ThreeColumnLayout.vue +1 -1
  35. package/lib/js/components/Menu/Menu/Menu.vue +2 -2
  36. package/lib/js/components/Menu/MenuDivider/MenuDivider.vue +1 -1
  37. package/lib/js/components/Menu/MenuItem/MenuItem.vue +14 -14
  38. package/lib/js/components/Modal/Modal.vue +10 -10
  39. package/lib/js/components/Modals/Modal/Modal.vue +20 -20
  40. package/lib/js/components/NumberInCircle/NumberInCircle.vue +1 -1
  41. package/lib/js/components/Pagination/Pagination.vue +4 -4
  42. package/lib/js/components/PopOver/PopOver.vue +24 -24
  43. package/lib/js/components/ProgressBar/ProgressBar.vue +5 -5
  44. package/lib/js/components/ProgressBar/ProgressBarLabelDataWrapper.vue +4 -4
  45. package/lib/js/components/ProgressBar/ProgressBarLegend.vue +4 -4
  46. package/lib/js/components/ProgressBar/ProgressBarLegendItem.vue +8 -8
  47. package/lib/js/components/ProgressDonutChart/ProgressDonutChart.vue +2 -2
  48. package/lib/js/components/RichList/BasicRichListItem/BasicRichListItem.vue +3 -3
  49. package/lib/js/components/RichList/GroupRichListItem/GroupRichListItem.vue +1 -1
  50. package/lib/js/components/RichList/RichListItem/RichListItem.vue +36 -36
  51. package/lib/js/components/SectionTitle/SectionTitle.vue +2 -2
  52. package/lib/js/components/SelectList/SelectList.vue +1 -1
  53. package/lib/js/components/SelectList/SelectListItem/SelectListItem.vue +5 -5
  54. package/lib/js/components/SelectList/SelectListItemContainer/SelectListItemContainer.vue +1 -1
  55. package/lib/js/components/SelectList/SelectListItemDivider/SelectListItemDivider.vue +1 -1
  56. package/lib/js/components/SelectList/SelectListSectionTitle/SelectListSectionTitle.vue +2 -2
  57. package/lib/js/components/SelectionTile/SelectionTile.vue +4 -4
  58. package/lib/js/components/SpinnerLoading/SpinnerLoading.vue +1 -1
  59. package/lib/js/components/StatsLayout/StatsLayout.vue +6 -6
  60. package/lib/js/components/Statuses/AccessStatus/AccessStatus.vue +1 -1
  61. package/lib/js/components/Statuses/BlockadeStatus/BlockadeStatus.vue +1 -1
  62. package/lib/js/components/SurveyQuestions/SurveyQuestionOpenEnded/SurveyQuestionOpenEnded.vue +3 -3
  63. package/lib/js/components/SurveyQuestions/SurveyQuestionScale/SurveyQuestionScale.vue +9 -9
  64. package/lib/js/components/SurveyQuestions/SurveyQuestionTextarea.vue +1 -1
  65. package/lib/js/components/SurveyToggle/SurveyToggle.vue +3 -3
  66. package/lib/js/components/Switch/Switch.vue +4 -4
  67. package/lib/js/components/TabItem/TabItem.vue +4 -4
  68. package/lib/js/components/TextGroup/TextGroup.vue +1 -1
  69. package/lib/js/components/Tile/Tile.vue +4 -4
  70. package/lib/js/components/Toast/Toast.vue +8 -8
  71. package/lib/js/components/Toggles/CounterToggle/CounterToggle.vue +2 -2
  72. package/lib/js/components/Toggles/ToggleButton/ToggleButton.vue +7 -7
  73. package/lib/js/components/Well/Well.vue +5 -5
  74. package/lib/js/styles/ItemsList.vue +2 -2
  75. package/lib/js/styles/Spacings/Spacings.stories.ts +6 -14
  76. package/lib/styles/components/_buttons.scss +9 -9
  77. package/lib/styles/components/_items-list-item.scss +2 -2
  78. package/lib/styles/settings/_spacings.scss +13 -10
  79. package/package.json +1 -1
@@ -187,7 +187,7 @@ $pagination-input-height: 32px;
187
187
  border-radius: $radius-s;
188
188
  box-shadow: inset 0 1px 3px $color-neutral-border-strong;
189
189
  height: $pagination-input-height;
190
- padding: $space-3xs $space-2xs;
190
+ padding: $space-3 $space-4;
191
191
 
192
192
  &:hover {
193
193
  border-color: $color-neutral-border-strong-hovered;
@@ -203,7 +203,7 @@ $pagination-input-height: 32px;
203
203
  @include label-l-default-regular;
204
204
 
205
205
  color: $color-neutral-text;
206
- padding: $space-2xs $space-3xs;
206
+ padding: $space-4 $space-3;
207
207
  text-align: center;
208
208
  }
209
209
 
@@ -216,7 +216,7 @@ $pagination-input-height: 32px;
216
216
  &__itemWrapper {
217
217
  @include label-l-default-regular;
218
218
 
219
- padding: $space-4xs;
219
+ padding: $space-2;
220
220
  text-align: center;
221
221
 
222
222
  &.-ds-touchable:hover {
@@ -237,7 +237,7 @@ $pagination-input-height: 32px;
237
237
  flex-direction: column;
238
238
  justify-content: center;
239
239
  min-width: $pagination-item-min-width;
240
- padding: $space-2xs;
240
+ padding: $space-4;
241
241
 
242
242
  &.-ds-selected {
243
243
  @include label-l-default-bold;
@@ -104,74 +104,74 @@
104
104
  }
105
105
 
106
106
  &[x-placement^='bottom'] {
107
- margin-top: $space-4xs;
107
+ margin-top: $space-2;
108
108
 
109
109
  &.-ds-visible-arrow {
110
- margin-top: $space-s + $space-4xs;
110
+ margin-top: $space-8 + $space-2;
111
111
  }
112
112
 
113
113
  /* stylelint-disable-next-line selector-class-pattern */
114
114
  :deep(.popper__arrow) {
115
115
  border-color: transparent transparent $color-inverted-border transparent;
116
- border-width: 0 $space-xs $space-s $space-xs;
117
- left: calc(50% - #{$space-xs});
116
+ border-width: 0 $space-6 $space-8 $space-6;
117
+ left: calc(50% - #{$space-6});
118
118
  margin-bottom: 0;
119
119
  margin-top: 0;
120
- top: -$space-s;
120
+ top: -$space-8;
121
121
  }
122
122
  }
123
123
 
124
124
  &[x-placement^='top'] {
125
- margin-bottom: $space-4xs;
125
+ margin-bottom: $space-2;
126
126
 
127
127
  &.-ds-visible-arrow {
128
- margin-bottom: $space-s + $space-4xs;
128
+ margin-bottom: $space-8 + $space-2;
129
129
  }
130
130
 
131
131
  /* stylelint-disable-next-line selector-class-pattern */
132
132
  :deep(.popper__arrow) {
133
133
  border-color: $color-inverted-border transparent transparent transparent;
134
- border-width: $space-s $space-xs 0 $space-xs;
135
- bottom: -$space-s;
136
- left: calc(50% - #{$space-xs});
134
+ border-width: $space-8 $space-6 0 $space-6;
135
+ bottom: -$space-8;
136
+ left: calc(50% - #{$space-6});
137
137
  margin-bottom: 0;
138
138
  margin-top: 0;
139
139
  }
140
140
  }
141
141
 
142
142
  &[x-placement^='right'] {
143
- margin-left: $space-4xs;
143
+ margin-left: $space-2;
144
144
 
145
145
  &.-ds-visible-arrow {
146
- margin-left: $space-s + $space-4xs;
146
+ margin-left: $space-8 + $space-2;
147
147
  }
148
148
 
149
149
  /* stylelint-disable-next-line selector-class-pattern */
150
150
  :deep(.popper__arrow) {
151
151
  border-color: transparent $color-inverted-border transparent transparent;
152
- border-width: $space-xs $space-s $space-xs 0;
153
- left: -$space-s;
152
+ border-width: $space-6 $space-8 $space-6 0;
153
+ left: -$space-8;
154
154
  margin-left: 0;
155
155
  margin-right: 0;
156
- top: calc(50% - #{$space-xs});
156
+ top: calc(50% - #{$space-6});
157
157
  }
158
158
  }
159
159
 
160
160
  &[x-placement^='left'] {
161
- margin-right: $space-4xs;
161
+ margin-right: $space-2;
162
162
 
163
163
  &.-ds-visible-arrow {
164
- margin-right: $space-s + $space-4xs;
164
+ margin-right: $space-8 + $space-2;
165
165
  }
166
166
 
167
167
  /* stylelint-disable-next-line selector-class-pattern */
168
168
  :deep(.popper__arrow) {
169
169
  border-color: transparent transparent transparent $color-inverted-border;
170
- border-width: $space-xs 0 $space-xs $space-s;
170
+ border-width: $space-6 0 $space-6 $space-8;
171
171
  margin-left: 0;
172
172
  margin-right: 0;
173
- right: -$space-s;
174
- top: calc(50% - #{$space-xs});
173
+ right: -$space-8;
174
+ top: calc(50% - #{$space-6});
175
175
  }
176
176
  }
177
177
 
@@ -185,7 +185,7 @@
185
185
  @include text-m-default-regular;
186
186
 
187
187
  color: $color-neutral-text-heavy;
188
- padding: $space-s;
188
+ padding: $space-8;
189
189
  // Override popperjs styles
190
190
  text-align: left;
191
191
  }
@@ -194,19 +194,19 @@
194
194
  @include heading-m-default-bold;
195
195
 
196
196
  color: $color-default-text;
197
- margin-bottom: $space-2xs;
197
+ margin-bottom: $space-4;
198
198
  }
199
199
 
200
200
  &__subtitle {
201
201
  @include heading-s-default-regular;
202
202
 
203
203
  color: $color-neutral-text;
204
- margin-bottom: $space-2xs;
204
+ margin-bottom: $space-4;
205
205
  }
206
206
 
207
207
  &__button {
208
208
  align-self: flex-end;
209
- margin: 0 $space-s $space-xs;
209
+ margin: 0 $space-8 $space-6;
210
210
  }
211
211
  }
212
212
  </style>
@@ -177,7 +177,7 @@ $progress-bar-badge-colors: (
177
177
  }
178
178
 
179
179
  #{$self}__label {
180
- margin-bottom: $space-3xs;
180
+ margin-bottom: $space-3;
181
181
  }
182
182
  }
183
183
 
@@ -225,10 +225,10 @@ $progress-bar-badge-colors: (
225
225
  align-items: flex-end;
226
226
  display: flex;
227
227
  justify-content: space-between;
228
- margin-bottom: $space-3xs;
228
+ margin-bottom: $space-3;
229
229
 
230
230
  @media #{breakpoint-s()} {
231
- margin-bottom: $space-3xs;
231
+ margin-bottom: $space-3;
232
232
  }
233
233
  }
234
234
 
@@ -300,12 +300,12 @@ $progress-bar-badge-colors: (
300
300
  &__bottomWrapper {
301
301
  align-items: center;
302
302
  display: flex;
303
- gap: $space-4xs;
303
+ gap: $space-2;
304
304
  justify-content: space-between;
305
305
  }
306
306
 
307
307
  &__labelDataWrapperTop {
308
- margin-bottom: $space-5xs;
308
+ margin-bottom: $space-1;
309
309
  }
310
310
 
311
311
  &__labelDataWrapperBottom {
@@ -31,24 +31,24 @@ $progress-bar-label-data-max-width: 30%;
31
31
  display: flex;
32
32
  flex-wrap: wrap;
33
33
  justify-content: right;
34
- margin-left: $space-2xs;
34
+ margin-left: $space-4;
35
35
  max-width: $progress-bar-label-data-max-width;
36
36
 
37
37
  &__labelDataSupporting {
38
38
  color: $color-neutral-text;
39
39
  display: flex;
40
- margin-left: $space-5xs;
40
+ margin-left: $space-1;
41
41
  }
42
42
 
43
43
  &__labelDataSeparator {
44
- margin-right: $space-5xs;
44
+ margin-right: $space-1;
45
45
  }
46
46
 
47
47
  &__labelDataSuffix {
48
48
  @include label-s-default-regular;
49
49
 
50
50
  color: $color-neutral-text-weak;
51
- margin-left: $space-4xs;
51
+ margin-left: $space-2;
52
52
  }
53
53
  }
54
54
  </style>
@@ -25,15 +25,15 @@
25
25
  .ds-progressBarLegend {
26
26
  display: flex;
27
27
  flex-wrap: wrap;
28
- gap: $space-xs $space-m;
29
- padding-top: $space-xs;
28
+ gap: $space-6 $space-12;
29
+ padding-top: $space-6;
30
30
 
31
31
  &.-ds-compact {
32
- gap: $space-2xs $space-s;
32
+ gap: $space-4 $space-8;
33
33
  }
34
34
 
35
35
  &.-ds-small {
36
- padding-top: $space-2xs;
36
+ padding-top: $space-4;
37
37
  }
38
38
  }
39
39
  </style>
@@ -166,7 +166,7 @@ $progress-bar-legend-item-colors: (
166
166
  align-items: flex-start;
167
167
  display: inline-flex;
168
168
  flex-direction: column;
169
- gap: $space-4xs;
169
+ gap: $space-2;
170
170
 
171
171
  &__label {
172
172
  @include label-xs-extensive-bold-uppercase;
@@ -177,7 +177,7 @@ $progress-bar-legend-item-colors: (
177
177
  &__wrapper {
178
178
  align-items: center;
179
179
  display: flex;
180
- gap: $space-4xs;
180
+ gap: $space-2;
181
181
  }
182
182
 
183
183
  &__dataIndicator {
@@ -192,16 +192,16 @@ $progress-bar-legend-item-colors: (
192
192
  align-items: center;
193
193
  border-radius: 100px;
194
194
  display: flex;
195
- height: $space-m;
195
+ height: $space-12;
196
196
  justify-content: center;
197
- margin-right: $space-5xs;
198
- width: $space-m;
197
+ margin-right: $space-1;
198
+ width: $space-12;
199
199
  }
200
200
 
201
201
  &__dataWrapper {
202
202
  align-items: baseline;
203
203
  display: flex;
204
- gap: $space-5xs;
204
+ gap: $space-1;
205
205
  }
206
206
 
207
207
  &__data {
@@ -224,8 +224,8 @@ $progress-bar-legend-item-colors: (
224
224
  }
225
225
 
226
226
  #{$self}__dataIndicator {
227
- height: $space-s;
228
- width: $space-s;
227
+ height: $space-8;
228
+ width: $space-8;
229
229
  }
230
230
  }
231
231
  }
@@ -178,7 +178,7 @@ $progress-donut-chart-range-colors: (
178
178
 
179
179
  &.-ds-hasOverage {
180
180
  color: $color-success-text;
181
- margin-left: -$space-5xs;
181
+ margin-left: -$space-1;
182
182
  }
183
183
  }
184
184
 
@@ -189,7 +189,7 @@ $progress-donut-chart-range-colors: (
189
189
  border-radius: 100%;
190
190
  color: $color-neutral-text;
191
191
  height: $progress-donut-chart-loading-dot-size;
192
- margin-top: $space-3xs;
192
+ margin-top: $space-3;
193
193
  position: relative;
194
194
  width: $progress-donut-chart-loading-dot-size;
195
195
 
@@ -72,15 +72,15 @@
72
72
  &__content {
73
73
  display: flex;
74
74
  flex-direction: column;
75
- gap: $space-4xs;
75
+ gap: $space-2;
76
76
  justify-content: center;
77
77
  min-width: 0; // to prevent the component from being pushed by the ellipses
78
- padding: $space-xs 0;
78
+ padding: $space-6 0;
79
79
  }
80
80
 
81
81
  &.-ds-small {
82
82
  #{$root}__content {
83
- padding: $space-2xs 0;
83
+ padding: $space-4 0;
84
84
  }
85
85
  }
86
86
 
@@ -85,7 +85,7 @@ $group-rich-list-background-colors: (
85
85
  left: -1px;
86
86
  position: absolute;
87
87
  top: -1px;
88
- width: $space-4xs;
88
+ width: $space-2;
89
89
  }
90
90
  }
91
91
  </style>
@@ -129,7 +129,7 @@ $rich-list-item-media-horizontal-height: 80px;
129
129
  align-items: center;
130
130
  flex-direction: initial;
131
131
  justify-content: initial;
132
- padding: 0 $space-4xs 0 calc($space-4xs - $border-xs);
132
+ padding: 0 $space-2 0 calc($space-2 - $border-xs);
133
133
 
134
134
  #{$root}__container {
135
135
  align-self: initial;
@@ -138,63 +138,63 @@ $rich-list-item-media-horizontal-height: 80px;
138
138
  #{$root}__dragAndDrop,
139
139
  #{$root}__iconWrapper {
140
140
  align-items: center;
141
- padding: $space-3xs $space-5xs $space-3xs $space-s;
141
+ padding: $space-3 $space-1 $space-3 $space-8;
142
142
  }
143
143
 
144
144
  #{$root}__content {
145
- padding: 0 $space-4xs 0 $space-s;
145
+ padding: 0 $space-2 0 $space-8;
146
146
  }
147
147
 
148
148
  #{$root}__metadata {
149
149
  justify-content: flex-start;
150
- padding-left: $space-4xs;
150
+ padding-left: $space-2;
151
151
  }
152
152
 
153
153
  #{$root}__rightContainer {
154
154
  align-items: center;
155
155
  justify-content: initial;
156
- padding: $space-xs 0;
156
+ padding: $space-6 0;
157
157
  }
158
158
 
159
159
  #{$root}__actionSlot {
160
160
  align-items: center;
161
161
  justify-content: initial;
162
- padding: 0 $space-4xs;
162
+ padding: 0 $space-2;
163
163
  }
164
164
 
165
165
  #{$root}__checkbox {
166
166
  align-items: center;
167
- padding: 0 $space-s 0 $space-4xs;
167
+ padding: 0 $space-8 0 $space-2;
168
168
  }
169
169
 
170
170
  &.-ds-small {
171
- padding: 0 $space-4xs 0 0;
171
+ padding: 0 $space-2 0 0;
172
172
 
173
173
  #{$root}__dragAndDrop,
174
174
  #{$root}__iconWrapper {
175
- padding: $space-3xs 0 $space-3xs $space-xs;
175
+ padding: $space-3 0 $space-3 $space-6;
176
176
  }
177
177
 
178
178
  #{$root}__content {
179
- padding: 0 $space-4xs 0 $space-xs;
179
+ padding: 0 $space-2 0 $space-6;
180
180
  }
181
181
 
182
182
  #{$root}__checkbox {
183
- gap: $space-xs;
184
- padding: 0 $space-xs 0 $space-4xs;
183
+ gap: $space-6;
184
+ padding: 0 $space-6 0 $space-2;
185
185
  }
186
186
 
187
187
  #{$root}__rightContainer {
188
- padding: $space-2xs 0;
188
+ padding: $space-4 0;
189
189
  }
190
190
 
191
191
  #{$root}__actionSlot {
192
- padding: 0 $space-4xs;
192
+ padding: 0 $space-2;
193
193
  }
194
194
 
195
195
  #{$root}__metadata {
196
196
  justify-content: flex-start;
197
- padding-left: $space-4xs;
197
+ padding-left: $space-2;
198
198
  }
199
199
  }
200
200
  }
@@ -203,26 +203,26 @@ $rich-list-item-media-horizontal-height: 80px;
203
203
  align-items: flex-start;
204
204
  flex-direction: column;
205
205
  justify-content: center;
206
- padding-bottom: $space-4xs;
206
+ padding-bottom: $space-2;
207
207
 
208
208
  #{$root}__container {
209
209
  align-self: stretch;
210
- padding: $space-4xs $space-4xs 0;
210
+ padding: $space-2 $space-2 0;
211
211
  }
212
212
 
213
213
  #{$root}__dragAndDrop,
214
214
  #{$root}__iconWrapper {
215
215
  align-items: flex-start;
216
- padding: $space-xs 0 0 $space-xs;
216
+ padding: $space-6 0 0 $space-6;
217
217
  }
218
218
 
219
219
  #{$root}__content {
220
- padding: 0 $space-4xs 0 $space-xs;
220
+ padding: 0 $space-2 0 $space-6;
221
221
  }
222
222
 
223
223
  #{$root}__metadata {
224
- padding-left: $space-s;
225
- padding-right: $space-2xs;
224
+ padding-left: $space-8;
225
+ padding-right: $space-4;
226
226
  width: 100%;
227
227
  }
228
228
 
@@ -234,35 +234,35 @@ $rich-list-item-media-horizontal-height: 80px;
234
234
  #{$root}__actionSlot {
235
235
  align-items: flex-start;
236
236
  justify-content: flex-end;
237
- padding: $space-4xs $space-4xs 0 $space-4xs;
237
+ padding: $space-2 $space-2 0 $space-2;
238
238
  }
239
239
 
240
240
  #{$root}__checkbox {
241
241
  align-items: flex-start;
242
- padding: $space-3xs $space-xs 0 $space-xs;
242
+ padding: $space-3 $space-6 0 $space-6;
243
243
  }
244
244
 
245
245
  &.-ds-small {
246
246
  #{$root}__dragAndDrop,
247
247
  #{$root}__iconWrapper {
248
- padding: $space-2xs $space-4xs 0 $space-2xs;
248
+ padding: $space-4 $space-2 0 $space-4;
249
249
  }
250
250
 
251
251
  #{$root}__content {
252
- padding: 0 $space-4xs 0 $space-2xs;
252
+ padding: 0 $space-2 0 $space-4;
253
253
  }
254
254
 
255
255
  #{$root}__checkbox {
256
- gap: $space-s;
257
- padding: $space-5xs $space-2xs 0 $space-2xs;
256
+ gap: $space-8;
257
+ padding: $space-1 $space-4 0 $space-4;
258
258
  }
259
259
 
260
260
  #{$root}__actionSlot {
261
- padding: 0 $space-4xs 0 $space-5xs;
261
+ padding: 0 $space-2 0 $space-1;
262
262
  }
263
263
 
264
264
  #{$root}__metadata {
265
- padding-left: $space-xs;
265
+ padding-left: $space-6;
266
266
  }
267
267
  }
268
268
  }
@@ -386,7 +386,7 @@ $rich-list-item-media-horizontal-height: 80px;
386
386
  left: -1px;
387
387
  position: absolute;
388
388
  top: -1px;
389
- width: $space-4xs;
389
+ width: $space-2;
390
390
  }
391
391
  }
392
392
 
@@ -399,7 +399,7 @@ $rich-list-item-media-horizontal-height: 80px;
399
399
 
400
400
  &__mediaHorizontal {
401
401
  height: $rich-list-item-media-horizontal-height;
402
- margin-right: $space-3xs;
402
+ margin-right: $space-3;
403
403
  width: $rich-list-item-media-horizontal-width;
404
404
  }
405
405
 
@@ -423,8 +423,8 @@ $rich-list-item-media-horizontal-height: 80px;
423
423
 
424
424
  &__metadata {
425
425
  align-items: center;
426
- gap: $space-xs;
427
- padding-right: $space-4xs;
426
+ gap: $space-6;
427
+ padding-right: $space-2;
428
428
  }
429
429
 
430
430
  &__rightContainer {
@@ -435,13 +435,13 @@ $rich-list-item-media-horizontal-height: 80px;
435
435
  &__actionSlot {
436
436
  align-self: stretch;
437
437
  display: flex;
438
- gap: $space-2xs;
438
+ gap: $space-4;
439
439
  }
440
440
 
441
441
  &__checkbox {
442
442
  align-self: stretch;
443
443
  display: flex;
444
- gap: $space-s;
444
+ gap: $space-8;
445
445
  justify-content: flex-end;
446
446
  }
447
447
 
@@ -471,7 +471,7 @@ $rich-list-item-media-horizontal-height: 80px;
471
471
 
472
472
  &.-ds-small {
473
473
  #{$root}__actionSlot {
474
- gap: $space-2xs;
474
+ gap: $space-4;
475
475
  }
476
476
  }
477
477
  }
@@ -13,9 +13,9 @@
13
13
  .ds-sectionTitle {
14
14
  display: flex;
15
15
  flex-direction: column;
16
- gap: $space-4xs;
16
+ gap: $space-2;
17
17
  overflow-wrap: break-word;
18
- padding: $space-2xs 0;
18
+ padding: $space-4 0;
19
19
 
20
20
  &__title {
21
21
  @include heading-xs-default-bold;
@@ -8,7 +8,7 @@
8
8
  @import '../../../styles/settings/spacings';
9
9
 
10
10
  .ds-selectList {
11
- padding: $space-2xs 0;
11
+ padding: $space-4 0;
12
12
  }
13
13
  </style>
14
14
 
@@ -56,9 +56,9 @@
56
56
  color: $color-neutral-text-heavy;
57
57
  cursor: pointer;
58
58
  display: flex;
59
- gap: $space-3xs;
59
+ gap: $space-3;
60
60
  min-height: $minHeight;
61
- padding: $space-xs;
61
+ padding: $space-6;
62
62
 
63
63
  &:focus {
64
64
  background-color: $color-neutral-background-ghost-focused;
@@ -107,12 +107,12 @@
107
107
 
108
108
  &__iconRight {
109
109
  color: $color-primary-icon;
110
- margin-left: $space-xs;
110
+ margin-left: $space-6;
111
111
  }
112
112
 
113
113
  &__placeholderRight {
114
114
  flex-shrink: 0;
115
- margin-left: $space-xs;
115
+ margin-left: $space-6;
116
116
  width: $icon-xs;
117
117
  }
118
118
 
@@ -120,7 +120,7 @@
120
120
  display: flex;
121
121
  flex-direction: column;
122
122
  flex-grow: 1;
123
- gap: $space-5xs;
123
+ gap: $space-1;
124
124
  overflow: hidden;
125
125
  white-space: nowrap;
126
126
  }
@@ -8,7 +8,7 @@
8
8
  @import '../../../../styles/settings/spacings';
9
9
 
10
10
  .ds-selectListItemContainer {
11
- padding: $space-2xs $space-xs;
11
+ padding: $space-4 $space-6;
12
12
  }
13
13
  </style>
14
14
 
@@ -10,7 +10,7 @@
10
10
 
11
11
  .ds-selectListItemDivider {
12
12
  background-color: $color-neutral-background-ghost;
13
- padding: $space-2xs 0;
13
+ padding: $space-4 0;
14
14
  }
15
15
  </style>
16
16
 
@@ -16,12 +16,12 @@
16
16
  color: $color-neutral-text;
17
17
  display: flex;
18
18
  min-height: 40px;
19
- padding: $space-3xs $space-xs;
19
+ padding: $space-3 $space-6;
20
20
 
21
21
  &.-ds-isUppercase {
22
22
  @include info-m-extensive-bold-uppercase;
23
23
 
24
- padding: $space-xs $space-xs;
24
+ padding: $space-6 $space-6;
25
25
  }
26
26
  }
27
27
  </style>