@bethinkpl/design-system 36.1.2 → 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.
- package/dist/design-system.css +1 -1
- package/dist/design-system.js +70 -70
- package/dist/design-system.js.map +1 -1
- package/lib/js/components/Badge/Badge.vue +3 -3
- package/lib/js/components/BadgeScore/BadgeScore.vue +4 -4
- package/lib/js/components/Banner/Banner.vue +19 -19
- package/lib/js/components/Buttons/IconButton/IconButton.vue +3 -3
- package/lib/js/components/Cards/Card/Card.vue +9 -9
- package/lib/js/components/Cards/CardExpandable/CardExpandable.vue +2 -2
- package/lib/js/components/Chip/Chip.vue +5 -5
- package/lib/js/components/DatePickers/DateBox/DateBox.vue +3 -3
- package/lib/js/components/DatePickers/DatePicker/DatePicker.vue +4 -4
- package/lib/js/components/DatePickers/DateRangePicker/DateRangePicker.vue +1 -1
- package/lib/js/components/Drawer/DrawerContent/DrawerContent.vue +2 -2
- package/lib/js/components/Drawer/DrawerDivider/DrawerDivider.vue +1 -1
- package/lib/js/components/Drawer/DrawerHeader/DrawerHeader.vue +5 -5
- package/lib/js/components/Drawer/DrawerListItem/DrawerListItem.vue +2 -2
- package/lib/js/components/Drawer/DrawerListItemGroup/DrawerListItemGroup.vue +1 -1
- package/lib/js/components/Drawer/DrawerTile/DrawerTile.vue +1 -1
- package/lib/js/components/Dropdown/Dropdown.vue +2 -2
- package/lib/js/components/Form/Checkbox/Checkbox.vue +6 -6
- package/lib/js/components/Form/CheckboxGroupField/CheckboxGroupField.vue +1 -1
- package/lib/js/components/Form/FormControlLabel/FormControlLabel.vue +3 -3
- package/lib/js/components/Form/FormField/FormField.vue +12 -12
- package/lib/js/components/Form/FormField/FormFieldMessage/FormFieldMessage.vue +1 -1
- package/lib/js/components/Form/InputField/InputField.vue +2 -2
- package/lib/js/components/Form/SelectionControl/SelectionControl.vue +12 -12
- package/lib/js/components/Headers/OverlayHeader/OverlayHeader.vue +15 -15
- package/lib/js/components/Headers/PageHeader/PageHeader.vue +5 -5
- package/lib/js/components/Headers/SectionHeader/SectionHeader.vue +20 -20
- package/lib/js/components/IconText/IconText.vue +3 -3
- package/lib/js/components/Icons/FeatureIcon/FeatureIcon.vue +9 -9
- package/lib/js/components/Layouts/ThreeColumnLayout/ThreeColumnLayout.vue +1 -1
- package/lib/js/components/Menu/Menu/Menu.vue +2 -2
- package/lib/js/components/Menu/MenuDivider/MenuDivider.vue +1 -1
- package/lib/js/components/Menu/MenuItem/MenuItem.vue +14 -14
- package/lib/js/components/Modal/Modal.vue +10 -10
- package/lib/js/components/Modals/Modal/Modal.vue +20 -20
- package/lib/js/components/NumberInCircle/NumberInCircle.vue +1 -1
- package/lib/js/components/Pagination/Pagination.vue +4 -4
- package/lib/js/components/PopOver/PopOver.vue +24 -24
- package/lib/js/components/ProgressBar/ProgressBar.vue +5 -5
- package/lib/js/components/ProgressBar/ProgressBarLabelDataWrapper.vue +4 -4
- package/lib/js/components/ProgressBar/ProgressBarLegend.vue +4 -4
- package/lib/js/components/ProgressBar/ProgressBarLegendItem.vue +8 -8
- package/lib/js/components/ProgressDonutChart/ProgressDonutChart.vue +2 -2
- package/lib/js/components/RichList/BasicRichListItem/BasicRichListItem.vue +3 -3
- package/lib/js/components/RichList/GroupRichListItem/GroupRichListItem.vue +1 -1
- package/lib/js/components/RichList/RichListItem/RichListItem.vue +36 -36
- package/lib/js/components/SectionTitle/SectionTitle.vue +2 -2
- package/lib/js/components/SelectList/SelectList.vue +1 -1
- package/lib/js/components/SelectList/SelectListItem/SelectListItem.vue +5 -5
- package/lib/js/components/SelectList/SelectListItemContainer/SelectListItemContainer.vue +1 -1
- package/lib/js/components/SelectList/SelectListItemDivider/SelectListItemDivider.vue +1 -1
- package/lib/js/components/SelectList/SelectListSectionTitle/SelectListSectionTitle.vue +2 -2
- package/lib/js/components/SelectionTile/SelectionTile.vue +4 -4
- package/lib/js/components/SpinnerLoading/SpinnerLoading.vue +1 -1
- package/lib/js/components/StatsLayout/StatsLayout.vue +6 -6
- package/lib/js/components/Statuses/AccessStatus/AccessStatus.vue +1 -1
- package/lib/js/components/Statuses/BlockadeStatus/BlockadeStatus.vue +1 -1
- package/lib/js/components/SurveyQuestions/SurveyQuestionOpenEnded/SurveyQuestionOpenEnded.vue +3 -3
- package/lib/js/components/SurveyQuestions/SurveyQuestionScale/SurveyQuestionScale.vue +9 -9
- package/lib/js/components/SurveyQuestions/SurveyQuestionTextarea.vue +1 -1
- package/lib/js/components/SurveyToggle/SurveyToggle.vue +3 -3
- package/lib/js/components/Switch/Switch.vue +4 -4
- package/lib/js/components/TabItem/TabItem.vue +4 -4
- package/lib/js/components/TextGroup/TextGroup.vue +1 -1
- package/lib/js/components/Tile/Tile.vue +4 -4
- package/lib/js/components/Toast/Toast.vue +8 -8
- package/lib/js/components/Toggles/CounterToggle/CounterToggle.vue +2 -2
- package/lib/js/components/Toggles/ToggleButton/ToggleButton.vue +7 -7
- package/lib/js/components/Well/Well.vue +5 -5
- package/lib/js/styles/ItemsList.vue +2 -2
- package/lib/js/styles/Spacings/Spacings.stories.ts +6 -14
- package/lib/styles/components/_buttons.scss +9 -9
- package/lib/styles/components/_items-list-item.scss +2 -2
- package/lib/styles/settings/_spacings.scss +13 -10
- package/lib/styles/settings/colors/_tokens-variables.scss +1 -0
- package/lib/styles/settings/colors/_tokens.json +1 -1
- package/lib/styles/settings/colors/_tokens.scss +1 -0
- 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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
107
|
+
margin-top: $space-2;
|
|
108
108
|
|
|
109
109
|
&.-ds-visible-arrow {
|
|
110
|
-
margin-top: $space-
|
|
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-
|
|
117
|
-
left: calc(50% - #{$space-
|
|
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-
|
|
120
|
+
top: -$space-8;
|
|
121
121
|
}
|
|
122
122
|
}
|
|
123
123
|
|
|
124
124
|
&[x-placement^='top'] {
|
|
125
|
-
margin-bottom: $space-
|
|
125
|
+
margin-bottom: $space-2;
|
|
126
126
|
|
|
127
127
|
&.-ds-visible-arrow {
|
|
128
|
-
margin-bottom: $space-
|
|
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-
|
|
135
|
-
bottom: -$space-
|
|
136
|
-
left: calc(50% - #{$space-
|
|
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-
|
|
143
|
+
margin-left: $space-2;
|
|
144
144
|
|
|
145
145
|
&.-ds-visible-arrow {
|
|
146
|
-
margin-left: $space-
|
|
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-
|
|
153
|
-
left: -$space-
|
|
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-
|
|
156
|
+
top: calc(50% - #{$space-6});
|
|
157
157
|
}
|
|
158
158
|
}
|
|
159
159
|
|
|
160
160
|
&[x-placement^='left'] {
|
|
161
|
-
margin-right: $space-
|
|
161
|
+
margin-right: $space-2;
|
|
162
162
|
|
|
163
163
|
&.-ds-visible-arrow {
|
|
164
|
-
margin-right: $space-
|
|
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-
|
|
170
|
+
border-width: $space-6 0 $space-6 $space-8;
|
|
171
171
|
margin-left: 0;
|
|
172
172
|
margin-right: 0;
|
|
173
|
-
right: -$space-
|
|
174
|
-
top: calc(50% - #{$space-
|
|
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-
|
|
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-
|
|
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-
|
|
204
|
+
margin-bottom: $space-4;
|
|
205
205
|
}
|
|
206
206
|
|
|
207
207
|
&__button {
|
|
208
208
|
align-self: flex-end;
|
|
209
|
-
margin: 0 $space-
|
|
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-
|
|
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-
|
|
228
|
+
margin-bottom: $space-3;
|
|
229
229
|
|
|
230
230
|
@media #{breakpoint-s()} {
|
|
231
|
-
margin-bottom: $space-
|
|
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-
|
|
303
|
+
gap: $space-2;
|
|
304
304
|
justify-content: space-between;
|
|
305
305
|
}
|
|
306
306
|
|
|
307
307
|
&__labelDataWrapperTop {
|
|
308
|
-
margin-bottom: $space-
|
|
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-
|
|
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-
|
|
40
|
+
margin-left: $space-1;
|
|
41
41
|
}
|
|
42
42
|
|
|
43
43
|
&__labelDataSeparator {
|
|
44
|
-
margin-right: $space-
|
|
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-
|
|
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-
|
|
29
|
-
padding-top: $space-
|
|
28
|
+
gap: $space-6 $space-12;
|
|
29
|
+
padding-top: $space-6;
|
|
30
30
|
|
|
31
31
|
&.-ds-compact {
|
|
32
|
-
gap: $space-
|
|
32
|
+
gap: $space-4 $space-8;
|
|
33
33
|
}
|
|
34
34
|
|
|
35
35
|
&.-ds-small {
|
|
36
|
-
padding-top: $space-
|
|
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-
|
|
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-
|
|
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-
|
|
195
|
+
height: $space-12;
|
|
196
196
|
justify-content: center;
|
|
197
|
-
margin-right: $space-
|
|
198
|
-
width: $space-
|
|
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-
|
|
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-
|
|
228
|
-
width: $space-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
78
|
+
padding: $space-6 0;
|
|
79
79
|
}
|
|
80
80
|
|
|
81
81
|
&.-ds-small {
|
|
82
82
|
#{$root}__content {
|
|
83
|
-
padding: $space-
|
|
83
|
+
padding: $space-4 0;
|
|
84
84
|
}
|
|
85
85
|
}
|
|
86
86
|
|
|
@@ -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-
|
|
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-
|
|
141
|
+
padding: $space-3 $space-1 $space-3 $space-8;
|
|
142
142
|
}
|
|
143
143
|
|
|
144
144
|
#{$root}__content {
|
|
145
|
-
padding: 0 $space-
|
|
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-
|
|
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-
|
|
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-
|
|
162
|
+
padding: 0 $space-2;
|
|
163
163
|
}
|
|
164
164
|
|
|
165
165
|
#{$root}__checkbox {
|
|
166
166
|
align-items: center;
|
|
167
|
-
padding: 0 $space-
|
|
167
|
+
padding: 0 $space-8 0 $space-2;
|
|
168
168
|
}
|
|
169
169
|
|
|
170
170
|
&.-ds-small {
|
|
171
|
-
padding: 0 $space-
|
|
171
|
+
padding: 0 $space-2 0 0;
|
|
172
172
|
|
|
173
173
|
#{$root}__dragAndDrop,
|
|
174
174
|
#{$root}__iconWrapper {
|
|
175
|
-
padding: $space-
|
|
175
|
+
padding: $space-3 0 $space-3 $space-6;
|
|
176
176
|
}
|
|
177
177
|
|
|
178
178
|
#{$root}__content {
|
|
179
|
-
padding: 0 $space-
|
|
179
|
+
padding: 0 $space-2 0 $space-6;
|
|
180
180
|
}
|
|
181
181
|
|
|
182
182
|
#{$root}__checkbox {
|
|
183
|
-
gap: $space-
|
|
184
|
-
padding: 0 $space-
|
|
183
|
+
gap: $space-6;
|
|
184
|
+
padding: 0 $space-6 0 $space-2;
|
|
185
185
|
}
|
|
186
186
|
|
|
187
187
|
#{$root}__rightContainer {
|
|
188
|
-
padding: $space-
|
|
188
|
+
padding: $space-4 0;
|
|
189
189
|
}
|
|
190
190
|
|
|
191
191
|
#{$root}__actionSlot {
|
|
192
|
-
padding: 0 $space-
|
|
192
|
+
padding: 0 $space-2;
|
|
193
193
|
}
|
|
194
194
|
|
|
195
195
|
#{$root}__metadata {
|
|
196
196
|
justify-content: flex-start;
|
|
197
|
-
padding-left: $space-
|
|
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-
|
|
206
|
+
padding-bottom: $space-2;
|
|
207
207
|
|
|
208
208
|
#{$root}__container {
|
|
209
209
|
align-self: stretch;
|
|
210
|
-
padding: $space-
|
|
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-
|
|
216
|
+
padding: $space-6 0 0 $space-6;
|
|
217
217
|
}
|
|
218
218
|
|
|
219
219
|
#{$root}__content {
|
|
220
|
-
padding: 0 $space-
|
|
220
|
+
padding: 0 $space-2 0 $space-6;
|
|
221
221
|
}
|
|
222
222
|
|
|
223
223
|
#{$root}__metadata {
|
|
224
|
-
padding-left: $space-
|
|
225
|
-
padding-right: $space-
|
|
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-
|
|
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-
|
|
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-
|
|
248
|
+
padding: $space-4 $space-2 0 $space-4;
|
|
249
249
|
}
|
|
250
250
|
|
|
251
251
|
#{$root}__content {
|
|
252
|
-
padding: 0 $space-
|
|
252
|
+
padding: 0 $space-2 0 $space-4;
|
|
253
253
|
}
|
|
254
254
|
|
|
255
255
|
#{$root}__checkbox {
|
|
256
|
-
gap: $space-
|
|
257
|
-
padding: $space-
|
|
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-
|
|
261
|
+
padding: 0 $space-2 0 $space-1;
|
|
262
262
|
}
|
|
263
263
|
|
|
264
264
|
#{$root}__metadata {
|
|
265
|
-
padding-left: $space-
|
|
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-
|
|
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-
|
|
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-
|
|
427
|
-
padding-right: $space-
|
|
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-
|
|
438
|
+
gap: $space-4;
|
|
439
439
|
}
|
|
440
440
|
|
|
441
441
|
&__checkbox {
|
|
442
442
|
align-self: stretch;
|
|
443
443
|
display: flex;
|
|
444
|
-
gap: $space-
|
|
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-
|
|
474
|
+
gap: $space-4;
|
|
475
475
|
}
|
|
476
476
|
}
|
|
477
477
|
}
|
|
@@ -56,9 +56,9 @@
|
|
|
56
56
|
color: $color-neutral-text-heavy;
|
|
57
57
|
cursor: pointer;
|
|
58
58
|
display: flex;
|
|
59
|
-
gap: $space-
|
|
59
|
+
gap: $space-3;
|
|
60
60
|
min-height: $minHeight;
|
|
61
|
-
padding: $space-
|
|
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-
|
|
110
|
+
margin-left: $space-6;
|
|
111
111
|
}
|
|
112
112
|
|
|
113
113
|
&__placeholderRight {
|
|
114
114
|
flex-shrink: 0;
|
|
115
|
-
margin-left: $space-
|
|
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-
|
|
123
|
+
gap: $space-1;
|
|
124
124
|
overflow: hidden;
|
|
125
125
|
white-space: nowrap;
|
|
126
126
|
}
|
|
@@ -16,12 +16,12 @@
|
|
|
16
16
|
color: $color-neutral-text;
|
|
17
17
|
display: flex;
|
|
18
18
|
min-height: 40px;
|
|
19
|
-
padding: $space-
|
|
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-
|
|
24
|
+
padding: $space-6 $space-6;
|
|
25
25
|
}
|
|
26
26
|
}
|
|
27
27
|
</style>
|