@itcase/ui 1.8.158 → 1.8.160
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/{DatePicker_cjs_CccRZSjc.js → DatePicker_cjs_BtYlDJ7u.js} +4 -3
- package/dist/{DatePicker_es_54jl8guQ.js → DatePicker_es_D3lQ83Q6.js} +4 -3
- package/dist/{Input_cjs_DDi5JVAV.js → Input_cjs_IhuIPBIq.js} +2 -2
- package/dist/{Input_es_BnCXATnh.js → Input_es_CifTvE3z.js} +2 -2
- package/dist/cjs/components/Dadata.js +1 -1
- package/dist/cjs/components/DatePeriod.js +2 -2
- package/dist/cjs/components/DatePicker.js +2 -2
- package/dist/cjs/components/Input.js +1 -1
- package/dist/components/Dadata.js +1 -1
- package/dist/components/DatePeriod.js +2 -2
- package/dist/components/DatePicker.js +2 -2
- package/dist/components/Input.js +1 -1
- package/dist/css/components/Accordion/Accordion.css +90 -10
- package/dist/css/components/Avatar/Avatar.css +219 -12
- package/dist/css/components/AvatarStack/AvatarStack.css +54 -8
- package/dist/css/components/Badge/Badge.css +1131 -25
- package/dist/css/components/Breadcrumbs/Breadcrumbs.css +27 -5
- package/dist/css/components/Button/Button.css +467 -21
- package/dist/css/components/Cell/Cell.css +31 -6
- package/dist/css/components/Checkbox/Checkbox.css +10896 -164
- package/dist/css/components/Checkmark/Checkmark.css +60 -9
- package/dist/css/components/Chips/Chips.css +53 -7
- package/dist/css/components/Choice/Choice.css +123 -13
- package/dist/css/components/Choice/css/__item/choice__item_size.css +78 -8
- package/dist/css/components/Code/Code.css +55 -11
- package/dist/css/components/DatePeriod/DatePeriod.css +61 -11
- package/dist/css/components/Divider/Divider.css +35 -15
- package/dist/css/components/Dot/Dot.css +41 -7
- package/dist/css/components/Dropdown/Dropdown.css +66 -10
- package/dist/css/components/Flex/Flex.css +239 -40
- package/dist/css/components/Flex/css/__item/flex__item_align.css +51 -8
- package/dist/css/components/Flex/css/__item/flex__item_direction.css +11 -4
- package/dist/css/components/Flex/css/__item/flex__item_grow.css +5 -4
- package/dist/css/components/Flex/css/__item/flex__item_justify-content.css +17 -4
- package/dist/css/components/Grid/Grid.css +2207 -106
- package/dist/css/components/Grid/css/__item/grid__item_align-self.css +53 -4
- package/dist/css/components/Grid/css/__item/grid__item_column.css +270 -9
- package/dist/css/components/Grid/css/__item/grid__item_justify-self.css +66 -8
- package/dist/css/components/Grid/css/__item/grid__item_row.css +270 -9
- package/dist/css/components/Group/Group.css +5220 -117
- package/dist/css/components/HeroTitle/HeroTitle.css +27 -4
- package/dist/css/components/Icon/Icon.css +7601 -99
- package/dist/css/components/Input/Input.css +42 -10
- package/dist/css/components/InputPassword/InputPassword.css +42 -10
- package/dist/css/components/Label/Label.css +34 -6
- package/dist/css/components/Link/Link.css +14 -4
- package/dist/css/components/List/List.css +425 -23
- package/dist/css/components/Loader/Loader.css +79 -9
- package/dist/css/components/Logo/Logo.css +84 -13
- package/dist/css/components/MenuItem/MenuItem.css +105 -15
- package/dist/css/components/Modal/Modal.css +103 -9
- package/dist/css/components/Notification/Notification.css +39 -5
- package/dist/css/components/Notification/css/__item/notification__item_size.css +39 -5
- package/dist/css/components/Pagination/Pagination.css +82 -19
- package/dist/css/components/Pagination/css/__item/pagination__item.css +11 -4
- package/dist/css/components/Pagination/css/__item/pagination__item_size.css +15 -5
- package/dist/css/components/Radio/Radio.css +11019 -155
- package/dist/css/components/RangeSlider/RangeSlider.css +2584 -64
- package/dist/css/components/ScrollToView/ScrollToView.css +1974 -10
- package/dist/css/components/Search/Search.css +34 -6
- package/dist/css/components/Search/css/search-input/search-input_size.css +34 -6
- package/dist/css/components/Segmented/Segmented.css +60 -8
- package/dist/css/components/Segmented/css/__item/segmaented__item.css +60 -8
- package/dist/css/components/Select/Select.css +456 -25
- package/dist/css/components/Select/css/__input-container/select__input-container.css +369 -12
- package/dist/css/components/Select/css/__menu/select__menu-list-item_size.css +20 -4
- package/dist/css/components/Switch/Switch.css +53 -7
- package/dist/css/components/Tab/Tab.css +79 -10
- package/dist/css/components/Text/Text.css +61 -12
- package/dist/css/components/Textarea/Textarea.css +32 -4
- package/dist/css/components/Tile/Tile.css +49 -6
- package/dist/css/components/Title/Title.css +53 -5
- package/dist/css/components/Tooltip/Tooltip.css +21 -5
- package/dist/css/components/Warning/Warning.css +6 -8
- package/dist/css/styles/align/align.css +20 -3
- package/dist/css/styles/align/align_horizontal-reverse.css +188 -4
- package/dist/css/styles/align/align_horizontal.css +188 -4
- package/dist/css/styles/align/align_vertical-reverse.css +176 -4
- package/dist/css/styles/align/align_vertical.css +176 -4
- package/dist/css/styles/align-items/align-items.css +16 -3
- package/dist/css/styles/align-self/align-self.css +17 -4
- package/dist/css/styles/blur/blur.css +78 -5
- package/dist/css/styles/border/border.css +224 -10
- package/dist/css/styles/border-color/border-color.css +24322 -53
- package/dist/css/styles/border-width/border-width.css +52 -4
- package/dist/css/styles/bundle.css +96767 -7865
- package/dist/css/styles/caret-color/caret-color.css +276 -8
- package/dist/css/styles/cursor/cursor.css +21 -5
- package/dist/css/styles/elevation/elevation.css +23 -4
- package/dist/css/styles/elevation/elevation_hover.css +37 -4
- package/dist/css/styles/fill/fill.css +7646 -70
- package/dist/css/styles/fill/fill_gradient.css +519 -12
- package/dist/css/styles/flex/flex-grow.css +5 -4
- package/dist/css/styles/hover/hover-fill-color.css +836 -9
- package/dist/css/styles/hover/hover-item-color.css +1074 -9
- package/dist/css/styles/hover/hover-text-color.css +1074 -9
- package/dist/css/styles/justify-content/justify-content.css +32 -4
- package/dist/css/styles/opacity/opacity.css +70 -5
- package/dist/css/styles/placeholder-text-color/placeholder-text-color.css +354 -8
- package/dist/css/styles/svg-color/svg_fill.css +1018 -9
- package/dist/css/styles/svg-color/svg_fill_hover.css +471 -8
- package/dist/css/styles/svg-color/svg_path_fill.css +354 -8
- package/dist/css/styles/text-align/text-align.css +8 -4
- package/dist/css/styles/text-color/text-color.css +3570 -45
- package/dist/css/styles/text-decoration/text-decoration.css +5 -4
- package/dist/css/styles/text-gradient/text-gradient.css +1182 -12
- package/dist/css/styles/text-style/text-style.css +5 -4
- package/dist/css/styles/text-weight/text-weight.css +147 -7
- package/dist/types/components/DatePicker/DatePicker.interface.d.ts +1 -0
- package/dist/types/components/Input/Input.interface.d.ts +3 -1
- package/package.json +7 -7
|
@@ -33,28 +33,86 @@
|
|
|
33
33
|
|
|
34
34
|
.select {
|
|
35
35
|
&&_size {
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
min-height: var(--select-$(size)-min-height);
|
|
36
|
+
&_xl {
|
|
37
|
+
min-height: var(--select-xl-min-height);
|
|
39
38
|
^^&__control {
|
|
40
|
-
padding: var(--select
|
|
39
|
+
padding: var(--select-xl-padding);
|
|
41
40
|
}
|
|
42
41
|
^^&__option {
|
|
43
|
-
padding: var(--select
|
|
42
|
+
padding: var(--select-xl-padding);
|
|
44
43
|
}
|
|
45
44
|
^^&__multi-value-item {
|
|
46
|
-
padding: var(--select-multi-item
|
|
45
|
+
padding: var(--select-multi-item-xl-padding);
|
|
47
46
|
}
|
|
48
47
|
^^&__menu {
|
|
49
48
|
&-notice {
|
|
50
|
-
padding: var(--select
|
|
49
|
+
padding: var(--select-xl-padding);
|
|
51
50
|
}
|
|
52
51
|
&-group-heading {
|
|
53
|
-
padding: var(--select
|
|
52
|
+
padding: var(--select-xl-padding);
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
&_l {
|
|
57
|
+
min-height: var(--select-l-min-height);
|
|
58
|
+
^^&__control {
|
|
59
|
+
padding: var(--select-l-padding);
|
|
60
|
+
}
|
|
61
|
+
^^&__option {
|
|
62
|
+
padding: var(--select-l-padding);
|
|
63
|
+
}
|
|
64
|
+
^^&__multi-value-item {
|
|
65
|
+
padding: var(--select-multi-item-l-padding);
|
|
66
|
+
}
|
|
67
|
+
^^&__menu {
|
|
68
|
+
&-notice {
|
|
69
|
+
padding: var(--select-l-padding);
|
|
70
|
+
}
|
|
71
|
+
&-group-heading {
|
|
72
|
+
padding: var(--select-l-padding);
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
&_m {
|
|
77
|
+
min-height: var(--select-m-min-height);
|
|
78
|
+
^^&__control {
|
|
79
|
+
padding: var(--select-m-padding);
|
|
80
|
+
}
|
|
81
|
+
^^&__option {
|
|
82
|
+
padding: var(--select-m-padding);
|
|
83
|
+
}
|
|
84
|
+
^^&__multi-value-item {
|
|
85
|
+
padding: var(--select-multi-item-m-padding);
|
|
86
|
+
}
|
|
87
|
+
^^&__menu {
|
|
88
|
+
&-notice {
|
|
89
|
+
padding: var(--select-m-padding);
|
|
90
|
+
}
|
|
91
|
+
&-group-heading {
|
|
92
|
+
padding: var(--select-m-padding);
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
&_s {
|
|
97
|
+
min-height: var(--select-s-min-height);
|
|
98
|
+
^^&__control {
|
|
99
|
+
padding: var(--select-s-padding);
|
|
100
|
+
}
|
|
101
|
+
^^&__option {
|
|
102
|
+
padding: var(--select-s-padding);
|
|
103
|
+
}
|
|
104
|
+
^^&__multi-value-item {
|
|
105
|
+
padding: var(--select-multi-item-s-padding);
|
|
106
|
+
}
|
|
107
|
+
^^&__menu {
|
|
108
|
+
&-notice {
|
|
109
|
+
padding: var(--select-s-padding);
|
|
110
|
+
}
|
|
111
|
+
&-group-heading {
|
|
112
|
+
padding: var(--select-s-padding);
|
|
54
113
|
}
|
|
55
114
|
}
|
|
56
115
|
}
|
|
57
|
-
}
|
|
58
116
|
}
|
|
59
117
|
}
|
|
60
118
|
|
|
@@ -157,27 +215,384 @@
|
|
|
157
215
|
.select {
|
|
158
216
|
&__input-container {
|
|
159
217
|
flex: 1;
|
|
160
|
-
|
|
161
|
-
&.text_size_$(sizeText) {
|
|
218
|
+
&.text_size_xxl {
|
|
162
219
|
& input {
|
|
163
|
-
@mixin text
|
|
220
|
+
@mixin text-xxl;
|
|
164
221
|
}
|
|
165
222
|
}
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
223
|
+
&.text_size_xl {
|
|
224
|
+
& input {
|
|
225
|
+
@mixin text-xl;
|
|
226
|
+
}
|
|
227
|
+
}
|
|
228
|
+
&.text_size_l {
|
|
229
|
+
& input {
|
|
230
|
+
@mixin text-l;
|
|
231
|
+
}
|
|
232
|
+
}
|
|
233
|
+
&.text_size_m {
|
|
234
|
+
& input {
|
|
235
|
+
@mixin text-m;
|
|
236
|
+
}
|
|
237
|
+
}
|
|
238
|
+
&.text_size_s {
|
|
239
|
+
& input {
|
|
240
|
+
@mixin text-s;
|
|
241
|
+
}
|
|
242
|
+
}
|
|
243
|
+
&.text_size_xs {
|
|
244
|
+
& input {
|
|
245
|
+
@mixin text-xs;
|
|
246
|
+
}
|
|
247
|
+
}
|
|
248
|
+
&.text_size_xxs {
|
|
249
|
+
& input {
|
|
250
|
+
@mixin text-xxs;
|
|
251
|
+
}
|
|
252
|
+
}
|
|
253
|
+
&.text-color_accent {
|
|
169
254
|
&-text {
|
|
170
|
-
|
|
171
|
-
senary, accent, disabled, hover {
|
|
172
|
-
&-$(color) {
|
|
255
|
+
&-primary {
|
|
173
256
|
& input {
|
|
174
|
-
color: var(--color
|
|
257
|
+
color: var(--color-accent-text-primary);
|
|
258
|
+
}
|
|
259
|
+
}
|
|
260
|
+
&-secondary {
|
|
261
|
+
& input {
|
|
262
|
+
color: var(--color-accent-text-secondary);
|
|
263
|
+
}
|
|
264
|
+
}
|
|
265
|
+
&-tertiary {
|
|
266
|
+
& input {
|
|
267
|
+
color: var(--color-accent-text-tertiary);
|
|
268
|
+
}
|
|
269
|
+
}
|
|
270
|
+
&-quaternary {
|
|
271
|
+
& input {
|
|
272
|
+
color: var(--color-accent-text-quaternary);
|
|
273
|
+
}
|
|
274
|
+
}
|
|
275
|
+
&-quinary {
|
|
276
|
+
& input {
|
|
277
|
+
color: var(--color-accent-text-quinary);
|
|
278
|
+
}
|
|
279
|
+
}
|
|
280
|
+
&-senary {
|
|
281
|
+
& input {
|
|
282
|
+
color: var(--color-accent-text-senary);
|
|
283
|
+
}
|
|
284
|
+
}
|
|
285
|
+
&-accent {
|
|
286
|
+
& input {
|
|
287
|
+
color: var(--color-accent-text-accent);
|
|
288
|
+
}
|
|
289
|
+
}
|
|
290
|
+
&-disabled {
|
|
291
|
+
& input {
|
|
292
|
+
color: var(--color-accent-text-disabled);
|
|
293
|
+
}
|
|
294
|
+
}
|
|
295
|
+
&-hover {
|
|
296
|
+
& input {
|
|
297
|
+
color: var(--color-accent-text-hover);
|
|
298
|
+
}
|
|
299
|
+
}
|
|
300
|
+
}
|
|
301
|
+
}
|
|
302
|
+
&.text-color_primary {
|
|
303
|
+
&-text {
|
|
304
|
+
&-primary {
|
|
305
|
+
& input {
|
|
306
|
+
color: var(--color-primary-text-primary);
|
|
307
|
+
}
|
|
308
|
+
}
|
|
309
|
+
&-secondary {
|
|
310
|
+
& input {
|
|
311
|
+
color: var(--color-primary-text-secondary);
|
|
312
|
+
}
|
|
313
|
+
}
|
|
314
|
+
&-tertiary {
|
|
315
|
+
& input {
|
|
316
|
+
color: var(--color-primary-text-tertiary);
|
|
317
|
+
}
|
|
318
|
+
}
|
|
319
|
+
&-quaternary {
|
|
320
|
+
& input {
|
|
321
|
+
color: var(--color-primary-text-quaternary);
|
|
322
|
+
}
|
|
323
|
+
}
|
|
324
|
+
&-quinary {
|
|
325
|
+
& input {
|
|
326
|
+
color: var(--color-primary-text-quinary);
|
|
327
|
+
}
|
|
328
|
+
}
|
|
329
|
+
&-senary {
|
|
330
|
+
& input {
|
|
331
|
+
color: var(--color-primary-text-senary);
|
|
332
|
+
}
|
|
333
|
+
}
|
|
334
|
+
&-accent {
|
|
335
|
+
& input {
|
|
336
|
+
color: var(--color-primary-text-accent);
|
|
337
|
+
}
|
|
338
|
+
}
|
|
339
|
+
&-disabled {
|
|
340
|
+
& input {
|
|
341
|
+
color: var(--color-primary-text-disabled);
|
|
342
|
+
}
|
|
343
|
+
}
|
|
344
|
+
&-hover {
|
|
345
|
+
& input {
|
|
346
|
+
color: var(--color-primary-text-hover);
|
|
347
|
+
}
|
|
348
|
+
}
|
|
349
|
+
}
|
|
350
|
+
}
|
|
351
|
+
&.text-color_secondary {
|
|
352
|
+
&-text {
|
|
353
|
+
&-primary {
|
|
354
|
+
& input {
|
|
355
|
+
color: var(--color-secondary-text-primary);
|
|
356
|
+
}
|
|
357
|
+
}
|
|
358
|
+
&-secondary {
|
|
359
|
+
& input {
|
|
360
|
+
color: var(--color-secondary-text-secondary);
|
|
361
|
+
}
|
|
362
|
+
}
|
|
363
|
+
&-tertiary {
|
|
364
|
+
& input {
|
|
365
|
+
color: var(--color-secondary-text-tertiary);
|
|
366
|
+
}
|
|
367
|
+
}
|
|
368
|
+
&-quaternary {
|
|
369
|
+
& input {
|
|
370
|
+
color: var(--color-secondary-text-quaternary);
|
|
371
|
+
}
|
|
372
|
+
}
|
|
373
|
+
&-quinary {
|
|
374
|
+
& input {
|
|
375
|
+
color: var(--color-secondary-text-quinary);
|
|
376
|
+
}
|
|
377
|
+
}
|
|
378
|
+
&-senary {
|
|
379
|
+
& input {
|
|
380
|
+
color: var(--color-secondary-text-senary);
|
|
381
|
+
}
|
|
382
|
+
}
|
|
383
|
+
&-accent {
|
|
384
|
+
& input {
|
|
385
|
+
color: var(--color-secondary-text-accent);
|
|
386
|
+
}
|
|
387
|
+
}
|
|
388
|
+
&-disabled {
|
|
389
|
+
& input {
|
|
390
|
+
color: var(--color-secondary-text-disabled);
|
|
391
|
+
}
|
|
392
|
+
}
|
|
393
|
+
&-hover {
|
|
394
|
+
& input {
|
|
395
|
+
color: var(--color-secondary-text-hover);
|
|
396
|
+
}
|
|
397
|
+
}
|
|
398
|
+
}
|
|
399
|
+
}
|
|
400
|
+
&.text-color_tertiary {
|
|
401
|
+
&-text {
|
|
402
|
+
&-primary {
|
|
403
|
+
& input {
|
|
404
|
+
color: var(--color-tertiary-text-primary);
|
|
405
|
+
}
|
|
406
|
+
}
|
|
407
|
+
&-secondary {
|
|
408
|
+
& input {
|
|
409
|
+
color: var(--color-tertiary-text-secondary);
|
|
410
|
+
}
|
|
411
|
+
}
|
|
412
|
+
&-tertiary {
|
|
413
|
+
& input {
|
|
414
|
+
color: var(--color-tertiary-text-tertiary);
|
|
415
|
+
}
|
|
416
|
+
}
|
|
417
|
+
&-quaternary {
|
|
418
|
+
& input {
|
|
419
|
+
color: var(--color-tertiary-text-quaternary);
|
|
420
|
+
}
|
|
421
|
+
}
|
|
422
|
+
&-quinary {
|
|
423
|
+
& input {
|
|
424
|
+
color: var(--color-tertiary-text-quinary);
|
|
425
|
+
}
|
|
426
|
+
}
|
|
427
|
+
&-senary {
|
|
428
|
+
& input {
|
|
429
|
+
color: var(--color-tertiary-text-senary);
|
|
430
|
+
}
|
|
431
|
+
}
|
|
432
|
+
&-accent {
|
|
433
|
+
& input {
|
|
434
|
+
color: var(--color-tertiary-text-accent);
|
|
435
|
+
}
|
|
436
|
+
}
|
|
437
|
+
&-disabled {
|
|
438
|
+
& input {
|
|
439
|
+
color: var(--color-tertiary-text-disabled);
|
|
440
|
+
}
|
|
441
|
+
}
|
|
442
|
+
&-hover {
|
|
443
|
+
& input {
|
|
444
|
+
color: var(--color-tertiary-text-hover);
|
|
445
|
+
}
|
|
446
|
+
}
|
|
447
|
+
}
|
|
448
|
+
}
|
|
449
|
+
&.text-color_surface {
|
|
450
|
+
&-text {
|
|
451
|
+
&-primary {
|
|
452
|
+
& input {
|
|
453
|
+
color: var(--color-surface-text-primary);
|
|
454
|
+
}
|
|
455
|
+
}
|
|
456
|
+
&-secondary {
|
|
457
|
+
& input {
|
|
458
|
+
color: var(--color-surface-text-secondary);
|
|
459
|
+
}
|
|
460
|
+
}
|
|
461
|
+
&-tertiary {
|
|
462
|
+
& input {
|
|
463
|
+
color: var(--color-surface-text-tertiary);
|
|
464
|
+
}
|
|
465
|
+
}
|
|
466
|
+
&-quaternary {
|
|
467
|
+
& input {
|
|
468
|
+
color: var(--color-surface-text-quaternary);
|
|
469
|
+
}
|
|
470
|
+
}
|
|
471
|
+
&-quinary {
|
|
472
|
+
& input {
|
|
473
|
+
color: var(--color-surface-text-quinary);
|
|
474
|
+
}
|
|
475
|
+
}
|
|
476
|
+
&-senary {
|
|
477
|
+
& input {
|
|
478
|
+
color: var(--color-surface-text-senary);
|
|
479
|
+
}
|
|
480
|
+
}
|
|
481
|
+
&-accent {
|
|
482
|
+
& input {
|
|
483
|
+
color: var(--color-surface-text-accent);
|
|
484
|
+
}
|
|
485
|
+
}
|
|
486
|
+
&-disabled {
|
|
487
|
+
& input {
|
|
488
|
+
color: var(--color-surface-text-disabled);
|
|
489
|
+
}
|
|
490
|
+
}
|
|
491
|
+
&-hover {
|
|
492
|
+
& input {
|
|
493
|
+
color: var(--color-surface-text-hover);
|
|
494
|
+
}
|
|
495
|
+
}
|
|
496
|
+
}
|
|
497
|
+
}
|
|
498
|
+
&.text-color_success {
|
|
499
|
+
&-text {
|
|
500
|
+
&-primary {
|
|
501
|
+
& input {
|
|
502
|
+
color: var(--color-success-text-primary);
|
|
503
|
+
}
|
|
504
|
+
}
|
|
505
|
+
&-secondary {
|
|
506
|
+
& input {
|
|
507
|
+
color: var(--color-success-text-secondary);
|
|
508
|
+
}
|
|
509
|
+
}
|
|
510
|
+
&-tertiary {
|
|
511
|
+
& input {
|
|
512
|
+
color: var(--color-success-text-tertiary);
|
|
513
|
+
}
|
|
514
|
+
}
|
|
515
|
+
&-quaternary {
|
|
516
|
+
& input {
|
|
517
|
+
color: var(--color-success-text-quaternary);
|
|
518
|
+
}
|
|
519
|
+
}
|
|
520
|
+
&-quinary {
|
|
521
|
+
& input {
|
|
522
|
+
color: var(--color-success-text-quinary);
|
|
523
|
+
}
|
|
524
|
+
}
|
|
525
|
+
&-senary {
|
|
526
|
+
& input {
|
|
527
|
+
color: var(--color-success-text-senary);
|
|
528
|
+
}
|
|
529
|
+
}
|
|
530
|
+
&-accent {
|
|
531
|
+
& input {
|
|
532
|
+
color: var(--color-success-text-accent);
|
|
533
|
+
}
|
|
534
|
+
}
|
|
535
|
+
&-disabled {
|
|
536
|
+
& input {
|
|
537
|
+
color: var(--color-success-text-disabled);
|
|
538
|
+
}
|
|
539
|
+
}
|
|
540
|
+
&-hover {
|
|
541
|
+
& input {
|
|
542
|
+
color: var(--color-success-text-hover);
|
|
543
|
+
}
|
|
544
|
+
}
|
|
545
|
+
}
|
|
546
|
+
}
|
|
547
|
+
&.text-color_error {
|
|
548
|
+
&-text {
|
|
549
|
+
&-primary {
|
|
550
|
+
& input {
|
|
551
|
+
color: var(--color-error-text-primary);
|
|
552
|
+
}
|
|
553
|
+
}
|
|
554
|
+
&-secondary {
|
|
555
|
+
& input {
|
|
556
|
+
color: var(--color-error-text-secondary);
|
|
557
|
+
}
|
|
558
|
+
}
|
|
559
|
+
&-tertiary {
|
|
560
|
+
& input {
|
|
561
|
+
color: var(--color-error-text-tertiary);
|
|
562
|
+
}
|
|
563
|
+
}
|
|
564
|
+
&-quaternary {
|
|
565
|
+
& input {
|
|
566
|
+
color: var(--color-error-text-quaternary);
|
|
567
|
+
}
|
|
568
|
+
}
|
|
569
|
+
&-quinary {
|
|
570
|
+
& input {
|
|
571
|
+
color: var(--color-error-text-quinary);
|
|
572
|
+
}
|
|
573
|
+
}
|
|
574
|
+
&-senary {
|
|
575
|
+
& input {
|
|
576
|
+
color: var(--color-error-text-senary);
|
|
577
|
+
}
|
|
578
|
+
}
|
|
579
|
+
&-accent {
|
|
580
|
+
& input {
|
|
581
|
+
color: var(--color-error-text-accent);
|
|
582
|
+
}
|
|
583
|
+
}
|
|
584
|
+
&-disabled {
|
|
585
|
+
& input {
|
|
586
|
+
color: var(--color-error-text-disabled);
|
|
587
|
+
}
|
|
588
|
+
}
|
|
589
|
+
&-hover {
|
|
590
|
+
& input {
|
|
591
|
+
color: var(--color-error-text-hover);
|
|
175
592
|
}
|
|
176
593
|
}
|
|
177
|
-
}
|
|
178
594
|
}
|
|
179
595
|
}
|
|
180
|
-
}
|
|
181
596
|
}
|
|
182
597
|
}
|
|
183
598
|
|
|
@@ -193,11 +608,27 @@
|
|
|
193
608
|
&-list {
|
|
194
609
|
&-item {
|
|
195
610
|
&_size {
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
611
|
+
&_xxl {
|
|
612
|
+
padding: var(--select-menu-list-item-xxl-padding);
|
|
613
|
+
}
|
|
614
|
+
&_xl {
|
|
615
|
+
padding: var(--select-menu-list-item-xl-padding);
|
|
616
|
+
}
|
|
617
|
+
&_l {
|
|
618
|
+
padding: var(--select-menu-list-item-l-padding);
|
|
619
|
+
}
|
|
620
|
+
&_m {
|
|
621
|
+
padding: var(--select-menu-list-item-m-padding);
|
|
622
|
+
}
|
|
623
|
+
&_s {
|
|
624
|
+
padding: var(--select-menu-list-item-s-padding);
|
|
625
|
+
}
|
|
626
|
+
&_xs {
|
|
627
|
+
padding: var(--select-menu-list-item-xs-padding);
|
|
628
|
+
}
|
|
629
|
+
&_xxs {
|
|
630
|
+
padding: var(--select-menu-list-item-xxs-padding);
|
|
199
631
|
}
|
|
200
|
-
}
|
|
201
632
|
}
|
|
202
633
|
}
|
|
203
634
|
}
|