@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.
- package/README.md +4 -4
- 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/package.json +1 -1
|
@@ -151,7 +151,7 @@ $elevation-gap-xs: math.div($badge-elevation-size-xs - $badge-content-size-xs, 2
|
|
|
151
151
|
& #{$root}__content {
|
|
152
152
|
@include label-xs-default-bold;
|
|
153
153
|
|
|
154
|
-
padding: 0 $space-
|
|
154
|
+
padding: 0 $space-1;
|
|
155
155
|
}
|
|
156
156
|
|
|
157
157
|
& #{$root}__image {
|
|
@@ -174,7 +174,7 @@ $elevation-gap-xs: math.div($badge-elevation-size-xs - $badge-content-size-xs, 2
|
|
|
174
174
|
& #{$root}__content {
|
|
175
175
|
@include label-xs-default-bold;
|
|
176
176
|
|
|
177
|
-
padding: 0 $space-
|
|
177
|
+
padding: 0 $space-2;
|
|
178
178
|
}
|
|
179
179
|
|
|
180
180
|
& #{$root}__image {
|
|
@@ -197,7 +197,7 @@ $elevation-gap-xs: math.div($badge-elevation-size-xs - $badge-content-size-xs, 2
|
|
|
197
197
|
& #{$root}__content {
|
|
198
198
|
@include label-s-default-bold;
|
|
199
199
|
|
|
200
|
-
padding: 0 $space-
|
|
200
|
+
padding: 0 $space-2;
|
|
201
201
|
}
|
|
202
202
|
|
|
203
203
|
& #{$root}__image {
|
|
@@ -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-
|
|
115
|
+
padding: $space-4 $space-4;
|
|
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-
|
|
123
|
+
margin-right: $space-1;
|
|
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-
|
|
136
|
+
padding: $space-4 $space-4;
|
|
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-
|
|
147
|
+
padding: $space-3;
|
|
148
148
|
|
|
149
149
|
#{$self}__suffix {
|
|
150
150
|
@include label-s-default-bold;
|
|
@@ -108,34 +108,34 @@
|
|
|
108
108
|
border-width: 1px;
|
|
109
109
|
display: flex;
|
|
110
110
|
flex-direction: column;
|
|
111
|
-
gap: $space-
|
|
112
|
-
padding: $space-
|
|
111
|
+
gap: $space-6;
|
|
112
|
+
padding: $space-6;
|
|
113
113
|
|
|
114
114
|
@container (width > 500px) {
|
|
115
115
|
#{$self}__header {
|
|
116
|
-
padding: 0 $space-
|
|
116
|
+
padding: 0 $space-4 0 $space-2;
|
|
117
117
|
}
|
|
118
118
|
|
|
119
119
|
#{$self}__textWrapper {
|
|
120
120
|
flex-direction: row;
|
|
121
|
-
gap: $space-
|
|
121
|
+
gap: $space-8;
|
|
122
122
|
}
|
|
123
123
|
|
|
124
124
|
#{$self}__rightSlot,
|
|
125
125
|
#{$self}__buttonWrapper {
|
|
126
|
-
padding: $space-
|
|
126
|
+
padding: $space-6 0;
|
|
127
127
|
}
|
|
128
128
|
|
|
129
129
|
&.-ds-medium {
|
|
130
130
|
#{$self}__expander {
|
|
131
|
-
padding: $space-
|
|
131
|
+
padding: $space-6 0 $space-6 $space-4;
|
|
132
132
|
}
|
|
133
133
|
}
|
|
134
134
|
|
|
135
135
|
// double class name selector to override -ds-small styles without container query, which are defined below
|
|
136
136
|
&.-ds-small.-ds-small {
|
|
137
137
|
#{$self}__textWrapper {
|
|
138
|
-
gap: $space-
|
|
138
|
+
gap: $space-4;
|
|
139
139
|
}
|
|
140
140
|
|
|
141
141
|
#{$self}__rightSlot,
|
|
@@ -212,7 +212,7 @@
|
|
|
212
212
|
|
|
213
213
|
#{$self}__rightSlot,
|
|
214
214
|
#{$self}__buttonWrapper {
|
|
215
|
-
padding: $space-
|
|
215
|
+
padding: $space-6 0 $space-1;
|
|
216
216
|
}
|
|
217
217
|
|
|
218
218
|
#{$self}__expandedContainer {
|
|
@@ -240,7 +240,7 @@
|
|
|
240
240
|
align-items: flex-start;
|
|
241
241
|
display: flex;
|
|
242
242
|
flex: 1;
|
|
243
|
-
padding: 0 $space-
|
|
243
|
+
padding: 0 $space-2;
|
|
244
244
|
}
|
|
245
245
|
|
|
246
246
|
&__title {
|
|
@@ -249,7 +249,7 @@
|
|
|
249
249
|
align-items: center;
|
|
250
250
|
color: var(--ds-banner-title-color);
|
|
251
251
|
display: flex;
|
|
252
|
-
gap: $space-
|
|
252
|
+
gap: $space-3;
|
|
253
253
|
}
|
|
254
254
|
|
|
255
255
|
&__iconWrapperSmall {
|
|
@@ -272,44 +272,44 @@
|
|
|
272
272
|
display: flex;
|
|
273
273
|
flex-direction: column;
|
|
274
274
|
flex-grow: 1;
|
|
275
|
-
gap: $space-
|
|
275
|
+
gap: $space-1;
|
|
276
276
|
justify-content: center;
|
|
277
|
-
padding: $space-
|
|
277
|
+
padding: $space-2 0;
|
|
278
278
|
}
|
|
279
279
|
|
|
280
280
|
&__rightWrapper {
|
|
281
281
|
display: flex;
|
|
282
282
|
flex-shrink: 0;
|
|
283
283
|
flex-wrap: nowrap;
|
|
284
|
-
gap: $space-
|
|
284
|
+
gap: $space-3;
|
|
285
285
|
padding: 0;
|
|
286
286
|
}
|
|
287
287
|
|
|
288
288
|
&__rightSlot,
|
|
289
289
|
&__buttonWrapper {
|
|
290
|
-
padding: $space-
|
|
290
|
+
padding: $space-6 0 $space-3 0;
|
|
291
291
|
}
|
|
292
292
|
|
|
293
293
|
&__iconWrapper {
|
|
294
|
-
padding: $space-
|
|
294
|
+
padding: $space-4 $space-6 $space-4 0;
|
|
295
295
|
}
|
|
296
296
|
|
|
297
297
|
&__close {
|
|
298
|
-
padding-left: $space-
|
|
298
|
+
padding-left: $space-4;
|
|
299
299
|
}
|
|
300
300
|
|
|
301
301
|
&__expander {
|
|
302
|
-
padding: 0 0 0 $space-
|
|
302
|
+
padding: 0 0 0 $space-4;
|
|
303
303
|
}
|
|
304
304
|
|
|
305
305
|
&__expandedContainer {
|
|
306
306
|
@include text-m-default-regular;
|
|
307
307
|
|
|
308
|
-
padding: 0 $space-
|
|
308
|
+
padding: 0 $space-2 $space-2;
|
|
309
309
|
}
|
|
310
310
|
|
|
311
311
|
&__expandedText {
|
|
312
|
-
margin-top: $space-
|
|
312
|
+
margin-top: $space-6;
|
|
313
313
|
}
|
|
314
314
|
}
|
|
315
315
|
</style>
|
|
@@ -165,7 +165,7 @@
|
|
|
165
165
|
@include button-m-default-bold-uppercase;
|
|
166
166
|
|
|
167
167
|
display: none;
|
|
168
|
-
margin-right: $space-
|
|
168
|
+
margin-right: $space-6;
|
|
169
169
|
|
|
170
170
|
@media #{breakpoint-s()} {
|
|
171
171
|
display: initial;
|
|
@@ -208,7 +208,7 @@
|
|
|
208
208
|
&.-ds-xx-small {
|
|
209
209
|
#{$self}__button {
|
|
210
210
|
height: $icon-button-xx-small-size;
|
|
211
|
-
padding: $space-
|
|
211
|
+
padding: $space-2;
|
|
212
212
|
width: $icon-button-xx-small-size;
|
|
213
213
|
}
|
|
214
214
|
|
|
@@ -220,7 +220,7 @@
|
|
|
220
220
|
&.-ds-x-small {
|
|
221
221
|
#{$self}__button {
|
|
222
222
|
height: $icon-button-x-small-size;
|
|
223
|
-
padding: $space-
|
|
223
|
+
padding: $space-2;
|
|
224
224
|
width: $icon-button-x-small-size;
|
|
225
225
|
}
|
|
226
226
|
|
|
@@ -102,32 +102,32 @@
|
|
|
102
102
|
|
|
103
103
|
&__header {
|
|
104
104
|
&.-ds-withPadding {
|
|
105
|
-
padding: $space-
|
|
105
|
+
padding: $space-8;
|
|
106
106
|
|
|
107
107
|
#{$root}.-ds-paddingLarge & {
|
|
108
|
-
padding: $space-
|
|
108
|
+
padding: $space-16 $space-16 $space-8;
|
|
109
109
|
}
|
|
110
110
|
}
|
|
111
111
|
}
|
|
112
112
|
|
|
113
113
|
&__headerDivider {
|
|
114
114
|
&.-ds-withHorizontalMargin {
|
|
115
|
-
margin: 0 $space-
|
|
115
|
+
margin: 0 $space-8;
|
|
116
116
|
|
|
117
117
|
#{$root}.-ds-paddingLarge & {
|
|
118
|
-
margin: 0 $space-
|
|
118
|
+
margin: 0 $space-16;
|
|
119
119
|
}
|
|
120
120
|
}
|
|
121
121
|
}
|
|
122
122
|
|
|
123
123
|
&__content {
|
|
124
|
-
padding: $space-
|
|
124
|
+
padding: $space-8 0;
|
|
125
125
|
|
|
126
126
|
&.-ds-withPadding {
|
|
127
|
-
padding: $space-
|
|
127
|
+
padding: $space-8;
|
|
128
128
|
|
|
129
129
|
#{$root}.-ds-paddingLarge & {
|
|
130
|
-
padding: $space-
|
|
130
|
+
padding: $space-8 $space-16;
|
|
131
131
|
}
|
|
132
132
|
}
|
|
133
133
|
|
|
@@ -139,10 +139,10 @@
|
|
|
139
139
|
|
|
140
140
|
&__footer {
|
|
141
141
|
&.-ds-withPadding {
|
|
142
|
-
padding: 0 $space-
|
|
142
|
+
padding: 0 $space-8 $space-8;
|
|
143
143
|
|
|
144
144
|
#{$root}.-ds-paddingLarge & {
|
|
145
|
-
padding: 0 $space-
|
|
145
|
+
padding: 0 $space-16 $space-16;
|
|
146
146
|
}
|
|
147
147
|
}
|
|
148
148
|
}
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
cursor: pointer;
|
|
53
53
|
display: flex;
|
|
54
54
|
justify-content: center;
|
|
55
|
-
padding: $space-
|
|
55
|
+
padding: $space-6 $space-8;
|
|
56
56
|
|
|
57
57
|
&:hover {
|
|
58
58
|
background-color: $color-neutral-background-hovered;
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
@include label-s-extensive-bold-uppercase();
|
|
64
64
|
|
|
65
65
|
color: $color-primary-text;
|
|
66
|
-
margin-right: $space-
|
|
66
|
+
margin-right: $space-2;
|
|
67
67
|
}
|
|
68
68
|
|
|
69
69
|
&__expanderIcon {
|
|
@@ -212,8 +212,8 @@ $chip-colors: (
|
|
|
212
212
|
align-items: center;
|
|
213
213
|
border-radius: $radius-xl;
|
|
214
214
|
display: inline-flex;
|
|
215
|
-
gap: $space-
|
|
216
|
-
padding: $space-
|
|
215
|
+
gap: $space-2;
|
|
216
|
+
padding: $space-2 $space-4;
|
|
217
217
|
|
|
218
218
|
&.-ds-interactive {
|
|
219
219
|
cursor: pointer;
|
|
@@ -221,7 +221,7 @@ $chip-colors: (
|
|
|
221
221
|
}
|
|
222
222
|
|
|
223
223
|
&.-ds-removable {
|
|
224
|
-
padding: $space-
|
|
224
|
+
padding: $space-1 $space-1 $space-1 $space-4;
|
|
225
225
|
}
|
|
226
226
|
|
|
227
227
|
&.-ds-disabled {
|
|
@@ -251,9 +251,9 @@ $chip-colors: (
|
|
|
251
251
|
}
|
|
252
252
|
|
|
253
253
|
&.-ds-x-small {
|
|
254
|
-
gap: $space-
|
|
254
|
+
gap: $space-1;
|
|
255
255
|
min-height: $chip-min-height;
|
|
256
|
-
padding: $space-
|
|
256
|
+
padding: $space-1 $space-3;
|
|
257
257
|
|
|
258
258
|
#{$self}__label {
|
|
259
259
|
@include label-xs-default-bold;
|
|
@@ -164,12 +164,12 @@
|
|
|
164
164
|
|
|
165
165
|
align-items: center;
|
|
166
166
|
border: $border-xs solid transparent;
|
|
167
|
-
column-gap: $space-
|
|
167
|
+
column-gap: $space-4;
|
|
168
168
|
display: flex;
|
|
169
169
|
justify-content: space-between;
|
|
170
170
|
min-height: 46px;
|
|
171
171
|
min-width: 76px;
|
|
172
|
-
padding: $space-
|
|
172
|
+
padding: $space-4 $space-6;
|
|
173
173
|
pointer-events: none;
|
|
174
174
|
|
|
175
175
|
&__dateWrapper {
|
|
@@ -232,7 +232,7 @@
|
|
|
232
232
|
}
|
|
233
233
|
|
|
234
234
|
&__date {
|
|
235
|
-
column-gap: $space-
|
|
235
|
+
column-gap: $space-2;
|
|
236
236
|
display: inline-flex;
|
|
237
237
|
|
|
238
238
|
/* Prevent text select */
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
|
|
77
77
|
display: flex;
|
|
78
78
|
flex-direction: column;
|
|
79
|
-
row-gap: $space-
|
|
79
|
+
row-gap: $space-2;
|
|
80
80
|
|
|
81
81
|
&.-ds-box {
|
|
82
82
|
display: inline-flex;
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
align-items: flex-end;
|
|
91
91
|
display: flex;
|
|
92
92
|
justify-content: space-between;
|
|
93
|
-
padding-bottom: $space-
|
|
93
|
+
padding-bottom: $space-4;
|
|
94
94
|
}
|
|
95
95
|
|
|
96
96
|
&__label {
|
|
@@ -127,7 +127,7 @@
|
|
|
127
127
|
color: $color-danger-text;
|
|
128
128
|
// In case we have two date pickers in a row, we want them to have the same height.
|
|
129
129
|
// When one have a message visible, the second should get an empty string in a prop in such case
|
|
130
|
-
min-height: $space-
|
|
130
|
+
min-height: $space-6;
|
|
131
131
|
}
|
|
132
132
|
|
|
133
133
|
&__helpMessage {
|
|
@@ -136,7 +136,7 @@
|
|
|
136
136
|
color: $color-neutral-text;
|
|
137
137
|
// In case we have two date pickers in a row, we want them to have the same height.
|
|
138
138
|
// When one have a message visible, the second should get an empty string in a prop in such case
|
|
139
|
-
min-height: $space-
|
|
139
|
+
min-height: $space-6;
|
|
140
140
|
}
|
|
141
141
|
}
|
|
142
142
|
</style>
|
|
@@ -100,8 +100,8 @@ $minimal-drawer-header-height: 58px;
|
|
|
100
100
|
display: flex;
|
|
101
101
|
flex-direction: column;
|
|
102
102
|
min-width: 0;
|
|
103
|
-
padding-left: $space-
|
|
104
|
-
row-gap: $space-
|
|
103
|
+
padding-left: $space-2;
|
|
104
|
+
row-gap: $space-2;
|
|
105
105
|
}
|
|
106
106
|
|
|
107
107
|
&__eyebrow {
|
|
@@ -123,7 +123,7 @@ $minimal-drawer-header-height: 58px;
|
|
|
123
123
|
|
|
124
124
|
&__title {
|
|
125
125
|
align-items: center;
|
|
126
|
-
column-gap: $space-
|
|
126
|
+
column-gap: $space-3;
|
|
127
127
|
display: flex;
|
|
128
128
|
}
|
|
129
129
|
|
|
@@ -147,11 +147,11 @@ $minimal-drawer-header-height: 58px;
|
|
|
147
147
|
|
|
148
148
|
&__titleWrapper {
|
|
149
149
|
align-items: center;
|
|
150
|
-
column-gap: $space-
|
|
150
|
+
column-gap: $space-2;
|
|
151
151
|
display: flex;
|
|
152
152
|
justify-content: space-between;
|
|
153
153
|
min-height: $minimal-drawer-header-height;
|
|
154
|
-
padding: $space-
|
|
154
|
+
padding: $space-6;
|
|
155
155
|
}
|
|
156
156
|
|
|
157
157
|
&__actions {
|
|
@@ -51,15 +51,15 @@
|
|
|
51
51
|
display: inline-flex;
|
|
52
52
|
|
|
53
53
|
&.-ds-x-small {
|
|
54
|
-
gap: $space-
|
|
54
|
+
gap: $space-2;
|
|
55
55
|
}
|
|
56
56
|
|
|
57
57
|
&.-ds-small {
|
|
58
|
-
gap: $space-
|
|
58
|
+
gap: $space-4;
|
|
59
59
|
}
|
|
60
60
|
|
|
61
61
|
&.-ds-medium {
|
|
62
|
-
gap: $space-
|
|
62
|
+
gap: $space-4;
|
|
63
63
|
}
|
|
64
64
|
|
|
65
65
|
&:not(.-ds-disabled) {
|
|
@@ -67,9 +67,9 @@
|
|
|
67
67
|
}
|
|
68
68
|
|
|
69
69
|
&__root {
|
|
70
|
-
$checkbox-root-xs-space: $space-
|
|
71
|
-
$checkbox-root-s-space: $space-
|
|
72
|
-
$checkbox-root-m-space: $space-
|
|
70
|
+
$checkbox-root-xs-space: $space-3;
|
|
71
|
+
$checkbox-root-s-space: $space-3;
|
|
72
|
+
$checkbox-root-m-space: $space-4;
|
|
73
73
|
|
|
74
74
|
--checkbox-circle-background-color-focused: #{$color-primary-background-ghost-focused};
|
|
75
75
|
--checkbox-circle-background-color-hovered: #{$color-primary-background-ghost-hovered};
|
|
@@ -25,19 +25,19 @@
|
|
|
25
25
|
&.-ds-x-small {
|
|
26
26
|
@include formLabel-s-default-regular;
|
|
27
27
|
|
|
28
|
-
padding: $space-
|
|
28
|
+
padding: $space-2 0;
|
|
29
29
|
}
|
|
30
30
|
|
|
31
31
|
&.-ds-small {
|
|
32
32
|
@include formLabel-m-default-regular;
|
|
33
33
|
|
|
34
|
-
padding: $space-
|
|
34
|
+
padding: $space-3 0;
|
|
35
35
|
}
|
|
36
36
|
|
|
37
37
|
&.-ds-medium {
|
|
38
38
|
@include formLabel-l-default-regular;
|
|
39
39
|
|
|
40
|
-
padding: $space-
|
|
40
|
+
padding: $space-4 0;
|
|
41
41
|
}
|
|
42
42
|
|
|
43
43
|
&.-ds-disabled {
|
|
@@ -58,19 +58,19 @@
|
|
|
58
58
|
|
|
59
59
|
display: flex;
|
|
60
60
|
flex-direction: column;
|
|
61
|
-
gap: $space-
|
|
61
|
+
gap: $space-1;
|
|
62
62
|
|
|
63
63
|
&__labelRow {
|
|
64
64
|
align-items: flex-start;
|
|
65
65
|
display: flex;
|
|
66
|
-
gap: $space-
|
|
66
|
+
gap: $space-6;
|
|
67
67
|
}
|
|
68
68
|
|
|
69
69
|
&__subLabelRow {
|
|
70
70
|
@include formLabel-s-default-regular;
|
|
71
71
|
|
|
72
72
|
color: $color-neutral-text;
|
|
73
|
-
padding-bottom: $space-
|
|
73
|
+
padding-bottom: $space-4;
|
|
74
74
|
|
|
75
75
|
#{$root}.-ds-disabled & {
|
|
76
76
|
color: $color-neutral-text-disabled;
|
|
@@ -81,14 +81,14 @@
|
|
|
81
81
|
align-items: flex-start;
|
|
82
82
|
display: flex;
|
|
83
83
|
flex: 1 0 0;
|
|
84
|
-
gap: $space-
|
|
85
|
-
padding: $space-
|
|
84
|
+
gap: $space-1;
|
|
85
|
+
padding: $space-2 0;
|
|
86
86
|
}
|
|
87
87
|
|
|
88
88
|
&__label {
|
|
89
89
|
@include formLabel-m-default-bold;
|
|
90
90
|
|
|
91
|
-
margin: $space-
|
|
91
|
+
margin: $space-1 0;
|
|
92
92
|
}
|
|
93
93
|
|
|
94
94
|
&__labelText {
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
@include formLabel-m-default-regular;
|
|
104
104
|
|
|
105
105
|
color: $color-danger-text;
|
|
106
|
-
margin-left: $space-
|
|
106
|
+
margin-left: $space-1;
|
|
107
107
|
|
|
108
108
|
#{$root}.-ds-disabled & {
|
|
109
109
|
color: $color-danger-text-disabled;
|
|
@@ -114,7 +114,7 @@
|
|
|
114
114
|
@include formLabel-s-default-regular-italic;
|
|
115
115
|
|
|
116
116
|
color: $color-neutral-text;
|
|
117
|
-
margin-left: $space-
|
|
117
|
+
margin-left: $space-1;
|
|
118
118
|
|
|
119
119
|
#{$root}.-ds-disabled & {
|
|
120
120
|
color: $color-neutral-text-disabled;
|
|
@@ -124,7 +124,7 @@
|
|
|
124
124
|
&__labelAside {
|
|
125
125
|
align-items: center;
|
|
126
126
|
display: flex;
|
|
127
|
-
gap: $space-
|
|
127
|
+
gap: $space-2;
|
|
128
128
|
min-height: 28px;
|
|
129
129
|
}
|
|
130
130
|
|
|
@@ -139,8 +139,8 @@
|
|
|
139
139
|
&__footerRow {
|
|
140
140
|
align-items: flex-start;
|
|
141
141
|
display: flex;
|
|
142
|
-
gap: $space-
|
|
143
|
-
padding-top: $space-
|
|
142
|
+
gap: $space-4;
|
|
143
|
+
padding-top: $space-2;
|
|
144
144
|
}
|
|
145
145
|
|
|
146
146
|
&__message {
|
|
@@ -150,7 +150,7 @@
|
|
|
150
150
|
&__fieldStatus {
|
|
151
151
|
align-items: flex-start;
|
|
152
152
|
display: flex;
|
|
153
|
-
gap: $space-
|
|
153
|
+
gap: $space-2;
|
|
154
154
|
}
|
|
155
155
|
}
|
|
156
156
|
</style>
|