@itcase/ui 1.8.159 → 1.8.161

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 (99) hide show
  1. package/dist/cjs/components/Modal.js +6 -6
  2. package/dist/components/Modal.js +6 -6
  3. package/dist/css/components/Accordion/Accordion.css +90 -10
  4. package/dist/css/components/Avatar/Avatar.css +219 -12
  5. package/dist/css/components/AvatarStack/AvatarStack.css +54 -8
  6. package/dist/css/components/Badge/Badge.css +1131 -25
  7. package/dist/css/components/Breadcrumbs/Breadcrumbs.css +27 -5
  8. package/dist/css/components/Button/Button.css +467 -21
  9. package/dist/css/components/Cell/Cell.css +31 -6
  10. package/dist/css/components/Checkbox/Checkbox.css +10896 -164
  11. package/dist/css/components/Checkmark/Checkmark.css +60 -9
  12. package/dist/css/components/Chips/Chips.css +53 -7
  13. package/dist/css/components/Choice/Choice.css +123 -13
  14. package/dist/css/components/Choice/css/__item/choice__item_size.css +78 -8
  15. package/dist/css/components/Code/Code.css +55 -11
  16. package/dist/css/components/DatePeriod/DatePeriod.css +61 -11
  17. package/dist/css/components/Divider/Divider.css +35 -15
  18. package/dist/css/components/Dot/Dot.css +41 -7
  19. package/dist/css/components/Dropdown/Dropdown.css +66 -10
  20. package/dist/css/components/Flex/Flex.css +239 -40
  21. package/dist/css/components/Flex/css/__item/flex__item_align.css +51 -8
  22. package/dist/css/components/Flex/css/__item/flex__item_direction.css +11 -4
  23. package/dist/css/components/Flex/css/__item/flex__item_grow.css +5 -4
  24. package/dist/css/components/Flex/css/__item/flex__item_justify-content.css +17 -4
  25. package/dist/css/components/Grid/Grid.css +2207 -106
  26. package/dist/css/components/Grid/css/__item/grid__item_align-self.css +53 -4
  27. package/dist/css/components/Grid/css/__item/grid__item_column.css +270 -9
  28. package/dist/css/components/Grid/css/__item/grid__item_justify-self.css +66 -8
  29. package/dist/css/components/Grid/css/__item/grid__item_row.css +270 -9
  30. package/dist/css/components/Group/Group.css +5220 -117
  31. package/dist/css/components/HeroTitle/HeroTitle.css +27 -4
  32. package/dist/css/components/Icon/Icon.css +7601 -99
  33. package/dist/css/components/Input/Input.css +42 -10
  34. package/dist/css/components/InputPassword/InputPassword.css +42 -10
  35. package/dist/css/components/Label/Label.css +34 -6
  36. package/dist/css/components/Link/Link.css +14 -4
  37. package/dist/css/components/List/List.css +425 -23
  38. package/dist/css/components/Loader/Loader.css +79 -9
  39. package/dist/css/components/Logo/Logo.css +84 -13
  40. package/dist/css/components/MenuItem/MenuItem.css +105 -15
  41. package/dist/css/components/Modal/Modal.css +103 -9
  42. package/dist/css/components/Notification/Notification.css +39 -5
  43. package/dist/css/components/Notification/css/__item/notification__item_size.css +39 -5
  44. package/dist/css/components/Pagination/Pagination.css +82 -19
  45. package/dist/css/components/Pagination/css/__item/pagination__item.css +11 -4
  46. package/dist/css/components/Pagination/css/__item/pagination__item_size.css +15 -5
  47. package/dist/css/components/Radio/Radio.css +11019 -155
  48. package/dist/css/components/RangeSlider/RangeSlider.css +2584 -64
  49. package/dist/css/components/ScrollToView/ScrollToView.css +1974 -10
  50. package/dist/css/components/Search/Search.css +34 -6
  51. package/dist/css/components/Search/css/search-input/search-input_size.css +34 -6
  52. package/dist/css/components/Segmented/Segmented.css +60 -8
  53. package/dist/css/components/Segmented/css/__item/segmaented__item.css +60 -8
  54. package/dist/css/components/Select/Select.css +456 -25
  55. package/dist/css/components/Select/css/__input-container/select__input-container.css +369 -12
  56. package/dist/css/components/Select/css/__menu/select__menu-list-item_size.css +20 -4
  57. package/dist/css/components/Switch/Switch.css +53 -7
  58. package/dist/css/components/Tab/Tab.css +79 -10
  59. package/dist/css/components/Text/Text.css +61 -12
  60. package/dist/css/components/Textarea/Textarea.css +32 -4
  61. package/dist/css/components/Tile/Tile.css +49 -6
  62. package/dist/css/components/Title/Title.css +53 -5
  63. package/dist/css/components/Tooltip/Tooltip.css +21 -5
  64. package/dist/css/components/Warning/Warning.css +6 -8
  65. package/dist/css/styles/align/align.css +20 -3
  66. package/dist/css/styles/align/align_horizontal-reverse.css +188 -4
  67. package/dist/css/styles/align/align_horizontal.css +188 -4
  68. package/dist/css/styles/align/align_vertical-reverse.css +176 -4
  69. package/dist/css/styles/align/align_vertical.css +176 -4
  70. package/dist/css/styles/align-items/align-items.css +16 -3
  71. package/dist/css/styles/align-self/align-self.css +17 -4
  72. package/dist/css/styles/blur/blur.css +78 -5
  73. package/dist/css/styles/border/border.css +224 -10
  74. package/dist/css/styles/border-color/border-color.css +24322 -53
  75. package/dist/css/styles/border-width/border-width.css +52 -4
  76. package/dist/css/styles/bundle.css +96767 -7865
  77. package/dist/css/styles/caret-color/caret-color.css +276 -8
  78. package/dist/css/styles/cursor/cursor.css +21 -5
  79. package/dist/css/styles/elevation/elevation.css +23 -4
  80. package/dist/css/styles/elevation/elevation_hover.css +37 -4
  81. package/dist/css/styles/fill/fill.css +7646 -70
  82. package/dist/css/styles/fill/fill_gradient.css +519 -12
  83. package/dist/css/styles/flex/flex-grow.css +5 -4
  84. package/dist/css/styles/hover/hover-fill-color.css +836 -9
  85. package/dist/css/styles/hover/hover-item-color.css +1074 -9
  86. package/dist/css/styles/hover/hover-text-color.css +1074 -9
  87. package/dist/css/styles/justify-content/justify-content.css +32 -4
  88. package/dist/css/styles/opacity/opacity.css +70 -5
  89. package/dist/css/styles/placeholder-text-color/placeholder-text-color.css +354 -8
  90. package/dist/css/styles/svg-color/svg_fill.css +1018 -9
  91. package/dist/css/styles/svg-color/svg_fill_hover.css +471 -8
  92. package/dist/css/styles/svg-color/svg_path_fill.css +354 -8
  93. package/dist/css/styles/text-align/text-align.css +8 -4
  94. package/dist/css/styles/text-color/text-color.css +3570 -45
  95. package/dist/css/styles/text-decoration/text-decoration.css +5 -4
  96. package/dist/css/styles/text-gradient/text-gradient.css +1182 -12
  97. package/dist/css/styles/text-style/text-style.css +5 -4
  98. package/dist/css/styles/text-weight/text-weight.css +147 -7
  99. package/package.json +7 -7
@@ -1,14 +1,1025 @@
1
1
  .svg {
2
2
  &_fill {
3
- @each $type in accent, primary, secondary, surface, error, warning, success,
4
- danger, info, disabled {
5
- @each $color in primary, secondary, tertiary, quaternary {
6
- &_$(type) {
3
+ &_accent {
7
4
  &-item {
8
- &-$(color) {
5
+ &-primary {
9
6
  & svg {
10
7
  stroke: none;
8
+ fill: var(--color-accent-item-primary);
9
+ }
10
+
11
+ /* & path,
12
+ & circle {
13
+ fill: var(--color-$(type)-item-$(color));
14
+ } */
15
+ }
16
+ }
17
+ &-primary {
18
+ & svg {
19
+ stroke: none;
20
+ fill: var(--color-accent-fill-primary);
21
+ }
22
+
23
+ /* & path,
24
+ & circle {
25
+ fill: var(--color-$(type)-item-$(color));
26
+ } */
27
+ }
28
+ }
29
+ &_accent {
30
+ &-item {
31
+ &-secondary {
32
+ & svg {
33
+ stroke: none;
34
+ fill: var(--color-accent-item-secondary);
35
+ }
36
+
37
+ /* & path,
38
+ & circle {
39
+ fill: var(--color-$(type)-item-$(color));
40
+ } */
41
+ }
42
+ }
43
+ &-secondary {
44
+ & svg {
45
+ stroke: none;
46
+ fill: var(--color-accent-fill-secondary);
47
+ }
48
+
49
+ /* & path,
50
+ & circle {
51
+ fill: var(--color-$(type)-item-$(color));
52
+ } */
53
+ }
54
+ }
55
+ &_accent {
56
+ &-item {
57
+ &-tertiary {
58
+ & svg {
59
+ stroke: none;
60
+ fill: var(--color-accent-item-tertiary);
61
+ }
62
+
63
+ /* & path,
64
+ & circle {
65
+ fill: var(--color-$(type)-item-$(color));
66
+ } */
67
+ }
68
+ }
69
+ &-tertiary {
70
+ & svg {
71
+ stroke: none;
72
+ fill: var(--color-accent-fill-tertiary);
73
+ }
74
+
75
+ /* & path,
76
+ & circle {
77
+ fill: var(--color-$(type)-item-$(color));
78
+ } */
79
+ }
80
+ }
81
+ &_accent {
82
+ &-item {
83
+ &-quaternary {
84
+ & svg {
85
+ stroke: none;
86
+ fill: var(--color-accent-item-quaternary);
87
+ }
88
+
89
+ /* & path,
90
+ & circle {
91
+ fill: var(--color-$(type)-item-$(color));
92
+ } */
93
+ }
94
+ }
95
+ &-quaternary {
96
+ & svg {
97
+ stroke: none;
98
+ fill: var(--color-accent-fill-quaternary);
99
+ }
100
+
101
+ /* & path,
102
+ & circle {
103
+ fill: var(--color-$(type)-item-$(color));
104
+ } */
105
+ }
106
+ }
107
+ &_primary {
108
+ &-item {
109
+ &-primary {
110
+ & svg {
111
+ stroke: none;
112
+ fill: var(--color-primary-item-primary);
113
+ }
114
+
115
+ /* & path,
116
+ & circle {
117
+ fill: var(--color-$(type)-item-$(color));
118
+ } */
119
+ }
120
+ }
121
+ &-primary {
122
+ & svg {
123
+ stroke: none;
124
+ fill: var(--color-primary-fill-primary);
125
+ }
126
+
127
+ /* & path,
128
+ & circle {
129
+ fill: var(--color-$(type)-item-$(color));
130
+ } */
131
+ }
132
+ }
133
+ &_primary {
134
+ &-item {
135
+ &-secondary {
136
+ & svg {
137
+ stroke: none;
138
+ fill: var(--color-primary-item-secondary);
139
+ }
140
+
141
+ /* & path,
142
+ & circle {
143
+ fill: var(--color-$(type)-item-$(color));
144
+ } */
145
+ }
146
+ }
147
+ &-secondary {
148
+ & svg {
149
+ stroke: none;
150
+ fill: var(--color-primary-fill-secondary);
151
+ }
152
+
153
+ /* & path,
154
+ & circle {
155
+ fill: var(--color-$(type)-item-$(color));
156
+ } */
157
+ }
158
+ }
159
+ &_primary {
160
+ &-item {
161
+ &-tertiary {
162
+ & svg {
163
+ stroke: none;
164
+ fill: var(--color-primary-item-tertiary);
165
+ }
166
+
167
+ /* & path,
168
+ & circle {
169
+ fill: var(--color-$(type)-item-$(color));
170
+ } */
171
+ }
172
+ }
173
+ &-tertiary {
174
+ & svg {
175
+ stroke: none;
176
+ fill: var(--color-primary-fill-tertiary);
177
+ }
178
+
179
+ /* & path,
180
+ & circle {
181
+ fill: var(--color-$(type)-item-$(color));
182
+ } */
183
+ }
184
+ }
185
+ &_primary {
186
+ &-item {
187
+ &-quaternary {
188
+ & svg {
189
+ stroke: none;
190
+ fill: var(--color-primary-item-quaternary);
191
+ }
192
+
193
+ /* & path,
194
+ & circle {
195
+ fill: var(--color-$(type)-item-$(color));
196
+ } */
197
+ }
198
+ }
199
+ &-quaternary {
200
+ & svg {
201
+ stroke: none;
202
+ fill: var(--color-primary-fill-quaternary);
203
+ }
204
+
205
+ /* & path,
206
+ & circle {
207
+ fill: var(--color-$(type)-item-$(color));
208
+ } */
209
+ }
210
+ }
211
+ &_secondary {
212
+ &-item {
213
+ &-primary {
214
+ & svg {
215
+ stroke: none;
216
+ fill: var(--color-secondary-item-primary);
217
+ }
218
+
219
+ /* & path,
220
+ & circle {
221
+ fill: var(--color-$(type)-item-$(color));
222
+ } */
223
+ }
224
+ }
225
+ &-primary {
226
+ & svg {
227
+ stroke: none;
228
+ fill: var(--color-secondary-fill-primary);
229
+ }
230
+
231
+ /* & path,
232
+ & circle {
233
+ fill: var(--color-$(type)-item-$(color));
234
+ } */
235
+ }
236
+ }
237
+ &_secondary {
238
+ &-item {
239
+ &-secondary {
240
+ & svg {
241
+ stroke: none;
242
+ fill: var(--color-secondary-item-secondary);
243
+ }
244
+
245
+ /* & path,
246
+ & circle {
247
+ fill: var(--color-$(type)-item-$(color));
248
+ } */
249
+ }
250
+ }
251
+ &-secondary {
252
+ & svg {
253
+ stroke: none;
254
+ fill: var(--color-secondary-fill-secondary);
255
+ }
256
+
257
+ /* & path,
258
+ & circle {
259
+ fill: var(--color-$(type)-item-$(color));
260
+ } */
261
+ }
262
+ }
263
+ &_secondary {
264
+ &-item {
265
+ &-tertiary {
266
+ & svg {
267
+ stroke: none;
268
+ fill: var(--color-secondary-item-tertiary);
269
+ }
270
+
271
+ /* & path,
272
+ & circle {
273
+ fill: var(--color-$(type)-item-$(color));
274
+ } */
275
+ }
276
+ }
277
+ &-tertiary {
278
+ & svg {
279
+ stroke: none;
280
+ fill: var(--color-secondary-fill-tertiary);
281
+ }
282
+
283
+ /* & path,
284
+ & circle {
285
+ fill: var(--color-$(type)-item-$(color));
286
+ } */
287
+ }
288
+ }
289
+ &_secondary {
290
+ &-item {
291
+ &-quaternary {
292
+ & svg {
293
+ stroke: none;
294
+ fill: var(--color-secondary-item-quaternary);
295
+ }
296
+
297
+ /* & path,
298
+ & circle {
299
+ fill: var(--color-$(type)-item-$(color));
300
+ } */
301
+ }
302
+ }
303
+ &-quaternary {
304
+ & svg {
305
+ stroke: none;
306
+ fill: var(--color-secondary-fill-quaternary);
307
+ }
308
+
309
+ /* & path,
310
+ & circle {
311
+ fill: var(--color-$(type)-item-$(color));
312
+ } */
313
+ }
314
+ }
315
+ &_surface {
316
+ &-item {
317
+ &-primary {
318
+ & svg {
319
+ stroke: none;
320
+ fill: var(--color-surface-item-primary);
321
+ }
322
+
323
+ /* & path,
324
+ & circle {
325
+ fill: var(--color-$(type)-item-$(color));
326
+ } */
327
+ }
328
+ }
329
+ &-primary {
330
+ & svg {
331
+ stroke: none;
332
+ fill: var(--color-surface-fill-primary);
333
+ }
334
+
335
+ /* & path,
336
+ & circle {
337
+ fill: var(--color-$(type)-item-$(color));
338
+ } */
339
+ }
340
+ }
341
+ &_surface {
342
+ &-item {
343
+ &-secondary {
344
+ & svg {
345
+ stroke: none;
346
+ fill: var(--color-surface-item-secondary);
347
+ }
348
+
349
+ /* & path,
350
+ & circle {
351
+ fill: var(--color-$(type)-item-$(color));
352
+ } */
353
+ }
354
+ }
355
+ &-secondary {
356
+ & svg {
357
+ stroke: none;
358
+ fill: var(--color-surface-fill-secondary);
359
+ }
360
+
361
+ /* & path,
362
+ & circle {
363
+ fill: var(--color-$(type)-item-$(color));
364
+ } */
365
+ }
366
+ }
367
+ &_surface {
368
+ &-item {
369
+ &-tertiary {
370
+ & svg {
371
+ stroke: none;
372
+ fill: var(--color-surface-item-tertiary);
373
+ }
374
+
375
+ /* & path,
376
+ & circle {
377
+ fill: var(--color-$(type)-item-$(color));
378
+ } */
379
+ }
380
+ }
381
+ &-tertiary {
382
+ & svg {
383
+ stroke: none;
384
+ fill: var(--color-surface-fill-tertiary);
385
+ }
386
+
387
+ /* & path,
388
+ & circle {
389
+ fill: var(--color-$(type)-item-$(color));
390
+ } */
391
+ }
392
+ }
393
+ &_surface {
394
+ &-item {
395
+ &-quaternary {
396
+ & svg {
397
+ stroke: none;
398
+ fill: var(--color-surface-item-quaternary);
399
+ }
400
+
401
+ /* & path,
402
+ & circle {
403
+ fill: var(--color-$(type)-item-$(color));
404
+ } */
405
+ }
406
+ }
407
+ &-quaternary {
408
+ & svg {
409
+ stroke: none;
410
+ fill: var(--color-surface-fill-quaternary);
411
+ }
412
+
413
+ /* & path,
414
+ & circle {
415
+ fill: var(--color-$(type)-item-$(color));
416
+ } */
417
+ }
418
+ }
419
+ &_error {
420
+ &-item {
421
+ &-primary {
422
+ & svg {
423
+ stroke: none;
424
+ fill: var(--color-error-item-primary);
425
+ }
426
+
427
+ /* & path,
428
+ & circle {
429
+ fill: var(--color-$(type)-item-$(color));
430
+ } */
431
+ }
432
+ }
433
+ &-primary {
434
+ & svg {
435
+ stroke: none;
436
+ fill: var(--color-error-fill-primary);
437
+ }
438
+
439
+ /* & path,
440
+ & circle {
441
+ fill: var(--color-$(type)-item-$(color));
442
+ } */
443
+ }
444
+ }
445
+ &_error {
446
+ &-item {
447
+ &-secondary {
448
+ & svg {
449
+ stroke: none;
450
+ fill: var(--color-error-item-secondary);
451
+ }
452
+
453
+ /* & path,
454
+ & circle {
455
+ fill: var(--color-$(type)-item-$(color));
456
+ } */
457
+ }
458
+ }
459
+ &-secondary {
460
+ & svg {
461
+ stroke: none;
462
+ fill: var(--color-error-fill-secondary);
463
+ }
464
+
465
+ /* & path,
466
+ & circle {
467
+ fill: var(--color-$(type)-item-$(color));
468
+ } */
469
+ }
470
+ }
471
+ &_error {
472
+ &-item {
473
+ &-tertiary {
474
+ & svg {
475
+ stroke: none;
476
+ fill: var(--color-error-item-tertiary);
477
+ }
478
+
479
+ /* & path,
480
+ & circle {
481
+ fill: var(--color-$(type)-item-$(color));
482
+ } */
483
+ }
484
+ }
485
+ &-tertiary {
486
+ & svg {
487
+ stroke: none;
488
+ fill: var(--color-error-fill-tertiary);
489
+ }
490
+
491
+ /* & path,
492
+ & circle {
493
+ fill: var(--color-$(type)-item-$(color));
494
+ } */
495
+ }
496
+ }
497
+ &_error {
498
+ &-item {
499
+ &-quaternary {
500
+ & svg {
501
+ stroke: none;
502
+ fill: var(--color-error-item-quaternary);
503
+ }
504
+
505
+ /* & path,
506
+ & circle {
507
+ fill: var(--color-$(type)-item-$(color));
508
+ } */
509
+ }
510
+ }
511
+ &-quaternary {
512
+ & svg {
513
+ stroke: none;
514
+ fill: var(--color-error-fill-quaternary);
515
+ }
516
+
517
+ /* & path,
518
+ & circle {
519
+ fill: var(--color-$(type)-item-$(color));
520
+ } */
521
+ }
522
+ }
523
+ &_warning {
524
+ &-item {
525
+ &-primary {
526
+ & svg {
527
+ stroke: none;
528
+ fill: var(--color-warning-item-primary);
529
+ }
530
+
531
+ /* & path,
532
+ & circle {
533
+ fill: var(--color-$(type)-item-$(color));
534
+ } */
535
+ }
536
+ }
537
+ &-primary {
538
+ & svg {
539
+ stroke: none;
540
+ fill: var(--color-warning-fill-primary);
541
+ }
542
+
543
+ /* & path,
544
+ & circle {
545
+ fill: var(--color-$(type)-item-$(color));
546
+ } */
547
+ }
548
+ }
549
+ &_warning {
550
+ &-item {
551
+ &-secondary {
552
+ & svg {
553
+ stroke: none;
554
+ fill: var(--color-warning-item-secondary);
555
+ }
556
+
557
+ /* & path,
558
+ & circle {
559
+ fill: var(--color-$(type)-item-$(color));
560
+ } */
561
+ }
562
+ }
563
+ &-secondary {
564
+ & svg {
565
+ stroke: none;
566
+ fill: var(--color-warning-fill-secondary);
567
+ }
568
+
569
+ /* & path,
570
+ & circle {
571
+ fill: var(--color-$(type)-item-$(color));
572
+ } */
573
+ }
574
+ }
575
+ &_warning {
576
+ &-item {
577
+ &-tertiary {
578
+ & svg {
579
+ stroke: none;
580
+ fill: var(--color-warning-item-tertiary);
581
+ }
582
+
583
+ /* & path,
584
+ & circle {
585
+ fill: var(--color-$(type)-item-$(color));
586
+ } */
587
+ }
588
+ }
589
+ &-tertiary {
590
+ & svg {
591
+ stroke: none;
592
+ fill: var(--color-warning-fill-tertiary);
593
+ }
594
+
595
+ /* & path,
596
+ & circle {
597
+ fill: var(--color-$(type)-item-$(color));
598
+ } */
599
+ }
600
+ }
601
+ &_warning {
602
+ &-item {
603
+ &-quaternary {
604
+ & svg {
605
+ stroke: none;
606
+ fill: var(--color-warning-item-quaternary);
607
+ }
608
+
609
+ /* & path,
610
+ & circle {
611
+ fill: var(--color-$(type)-item-$(color));
612
+ } */
613
+ }
614
+ }
615
+ &-quaternary {
616
+ & svg {
617
+ stroke: none;
618
+ fill: var(--color-warning-fill-quaternary);
619
+ }
620
+
621
+ /* & path,
622
+ & circle {
623
+ fill: var(--color-$(type)-item-$(color));
624
+ } */
625
+ }
626
+ }
627
+ &_success {
628
+ &-item {
629
+ &-primary {
630
+ & svg {
631
+ stroke: none;
632
+ fill: var(--color-success-item-primary);
633
+ }
634
+
635
+ /* & path,
636
+ & circle {
637
+ fill: var(--color-$(type)-item-$(color));
638
+ } */
639
+ }
640
+ }
641
+ &-primary {
642
+ & svg {
643
+ stroke: none;
644
+ fill: var(--color-success-fill-primary);
645
+ }
646
+
647
+ /* & path,
648
+ & circle {
649
+ fill: var(--color-$(type)-item-$(color));
650
+ } */
651
+ }
652
+ }
653
+ &_success {
654
+ &-item {
655
+ &-secondary {
656
+ & svg {
657
+ stroke: none;
658
+ fill: var(--color-success-item-secondary);
659
+ }
660
+
661
+ /* & path,
662
+ & circle {
663
+ fill: var(--color-$(type)-item-$(color));
664
+ } */
665
+ }
666
+ }
667
+ &-secondary {
668
+ & svg {
669
+ stroke: none;
670
+ fill: var(--color-success-fill-secondary);
671
+ }
672
+
673
+ /* & path,
674
+ & circle {
675
+ fill: var(--color-$(type)-item-$(color));
676
+ } */
677
+ }
678
+ }
679
+ &_success {
680
+ &-item {
681
+ &-tertiary {
682
+ & svg {
683
+ stroke: none;
684
+ fill: var(--color-success-item-tertiary);
685
+ }
686
+
687
+ /* & path,
688
+ & circle {
689
+ fill: var(--color-$(type)-item-$(color));
690
+ } */
691
+ }
692
+ }
693
+ &-tertiary {
694
+ & svg {
695
+ stroke: none;
696
+ fill: var(--color-success-fill-tertiary);
697
+ }
698
+
699
+ /* & path,
700
+ & circle {
701
+ fill: var(--color-$(type)-item-$(color));
702
+ } */
703
+ }
704
+ }
705
+ &_success {
706
+ &-item {
707
+ &-quaternary {
708
+ & svg {
709
+ stroke: none;
710
+ fill: var(--color-success-item-quaternary);
711
+ }
712
+
713
+ /* & path,
714
+ & circle {
715
+ fill: var(--color-$(type)-item-$(color));
716
+ } */
717
+ }
718
+ }
719
+ &-quaternary {
720
+ & svg {
721
+ stroke: none;
722
+ fill: var(--color-success-fill-quaternary);
723
+ }
724
+
725
+ /* & path,
726
+ & circle {
727
+ fill: var(--color-$(type)-item-$(color));
728
+ } */
729
+ }
730
+ }
731
+ &_danger {
732
+ &-item {
733
+ &-primary {
734
+ & svg {
735
+ stroke: none;
736
+ fill: var(--color-danger-item-primary);
737
+ }
738
+
739
+ /* & path,
740
+ & circle {
741
+ fill: var(--color-$(type)-item-$(color));
742
+ } */
743
+ }
744
+ }
745
+ &-primary {
746
+ & svg {
747
+ stroke: none;
748
+ fill: var(--color-danger-fill-primary);
749
+ }
750
+
751
+ /* & path,
752
+ & circle {
753
+ fill: var(--color-$(type)-item-$(color));
754
+ } */
755
+ }
756
+ }
757
+ &_danger {
758
+ &-item {
759
+ &-secondary {
760
+ & svg {
761
+ stroke: none;
762
+ fill: var(--color-danger-item-secondary);
763
+ }
764
+
765
+ /* & path,
766
+ & circle {
767
+ fill: var(--color-$(type)-item-$(color));
768
+ } */
769
+ }
770
+ }
771
+ &-secondary {
772
+ & svg {
773
+ stroke: none;
774
+ fill: var(--color-danger-fill-secondary);
775
+ }
776
+
777
+ /* & path,
778
+ & circle {
779
+ fill: var(--color-$(type)-item-$(color));
780
+ } */
781
+ }
782
+ }
783
+ &_danger {
784
+ &-item {
785
+ &-tertiary {
786
+ & svg {
787
+ stroke: none;
788
+ fill: var(--color-danger-item-tertiary);
789
+ }
790
+
791
+ /* & path,
792
+ & circle {
793
+ fill: var(--color-$(type)-item-$(color));
794
+ } */
795
+ }
796
+ }
797
+ &-tertiary {
798
+ & svg {
799
+ stroke: none;
800
+ fill: var(--color-danger-fill-tertiary);
801
+ }
802
+
803
+ /* & path,
804
+ & circle {
805
+ fill: var(--color-$(type)-item-$(color));
806
+ } */
807
+ }
808
+ }
809
+ &_danger {
810
+ &-item {
811
+ &-quaternary {
812
+ & svg {
813
+ stroke: none;
814
+ fill: var(--color-danger-item-quaternary);
815
+ }
816
+
817
+ /* & path,
818
+ & circle {
819
+ fill: var(--color-$(type)-item-$(color));
820
+ } */
821
+ }
822
+ }
823
+ &-quaternary {
824
+ & svg {
825
+ stroke: none;
826
+ fill: var(--color-danger-fill-quaternary);
827
+ }
828
+
829
+ /* & path,
830
+ & circle {
831
+ fill: var(--color-$(type)-item-$(color));
832
+ } */
833
+ }
834
+ }
835
+ &_info {
836
+ &-item {
837
+ &-primary {
838
+ & svg {
839
+ stroke: none;
840
+ fill: var(--color-info-item-primary);
841
+ }
842
+
843
+ /* & path,
844
+ & circle {
845
+ fill: var(--color-$(type)-item-$(color));
846
+ } */
847
+ }
848
+ }
849
+ &-primary {
850
+ & svg {
851
+ stroke: none;
852
+ fill: var(--color-info-fill-primary);
853
+ }
854
+
855
+ /* & path,
856
+ & circle {
857
+ fill: var(--color-$(type)-item-$(color));
858
+ } */
859
+ }
860
+ }
861
+ &_info {
862
+ &-item {
863
+ &-secondary {
864
+ & svg {
865
+ stroke: none;
866
+ fill: var(--color-info-item-secondary);
867
+ }
868
+
869
+ /* & path,
870
+ & circle {
871
+ fill: var(--color-$(type)-item-$(color));
872
+ } */
873
+ }
874
+ }
875
+ &-secondary {
876
+ & svg {
877
+ stroke: none;
878
+ fill: var(--color-info-fill-secondary);
879
+ }
880
+
881
+ /* & path,
882
+ & circle {
883
+ fill: var(--color-$(type)-item-$(color));
884
+ } */
885
+ }
886
+ }
887
+ &_info {
888
+ &-item {
889
+ &-tertiary {
890
+ & svg {
891
+ stroke: none;
892
+ fill: var(--color-info-item-tertiary);
893
+ }
894
+
895
+ /* & path,
896
+ & circle {
897
+ fill: var(--color-$(type)-item-$(color));
898
+ } */
899
+ }
900
+ }
901
+ &-tertiary {
902
+ & svg {
903
+ stroke: none;
904
+ fill: var(--color-info-fill-tertiary);
905
+ }
906
+
907
+ /* & path,
908
+ & circle {
909
+ fill: var(--color-$(type)-item-$(color));
910
+ } */
911
+ }
912
+ }
913
+ &_info {
914
+ &-item {
915
+ &-quaternary {
916
+ & svg {
917
+ stroke: none;
918
+ fill: var(--color-info-item-quaternary);
919
+ }
920
+
921
+ /* & path,
922
+ & circle {
923
+ fill: var(--color-$(type)-item-$(color));
924
+ } */
925
+ }
926
+ }
927
+ &-quaternary {
928
+ & svg {
929
+ stroke: none;
930
+ fill: var(--color-info-fill-quaternary);
931
+ }
932
+
933
+ /* & path,
934
+ & circle {
935
+ fill: var(--color-$(type)-item-$(color));
936
+ } */
937
+ }
938
+ }
939
+ &_disabled {
940
+ &-item {
941
+ &-primary {
942
+ & svg {
943
+ stroke: none;
944
+ fill: var(--color-disabled-item-primary);
945
+ }
946
+
947
+ /* & path,
948
+ & circle {
949
+ fill: var(--color-$(type)-item-$(color));
950
+ } */
951
+ }
952
+ }
953
+ &-primary {
954
+ & svg {
955
+ stroke: none;
956
+ fill: var(--color-disabled-fill-primary);
957
+ }
958
+
959
+ /* & path,
960
+ & circle {
961
+ fill: var(--color-$(type)-item-$(color));
962
+ } */
963
+ }
964
+ }
965
+ &_disabled {
966
+ &-item {
967
+ &-secondary {
968
+ & svg {
969
+ stroke: none;
970
+ fill: var(--color-disabled-item-secondary);
971
+ }
972
+
973
+ /* & path,
974
+ & circle {
975
+ fill: var(--color-$(type)-item-$(color));
976
+ } */
977
+ }
978
+ }
979
+ &-secondary {
980
+ & svg {
981
+ stroke: none;
982
+ fill: var(--color-disabled-fill-secondary);
983
+ }
984
+
985
+ /* & path,
986
+ & circle {
987
+ fill: var(--color-$(type)-item-$(color));
988
+ } */
989
+ }
990
+ }
991
+ &_disabled {
992
+ &-item {
993
+ &-tertiary {
994
+ & svg {
995
+ stroke: none;
996
+ fill: var(--color-disabled-item-tertiary);
997
+ }
998
+
999
+ /* & path,
1000
+ & circle {
11
1001
  fill: var(--color-$(type)-item-$(color));
1002
+ } */
1003
+ }
1004
+ }
1005
+ &-tertiary {
1006
+ & svg {
1007
+ stroke: none;
1008
+ fill: var(--color-disabled-fill-tertiary);
1009
+ }
1010
+
1011
+ /* & path,
1012
+ & circle {
1013
+ fill: var(--color-$(type)-item-$(color));
1014
+ } */
1015
+ }
1016
+ }
1017
+ &_disabled {
1018
+ &-item {
1019
+ &-quaternary {
1020
+ & svg {
1021
+ stroke: none;
1022
+ fill: var(--color-disabled-item-quaternary);
12
1023
  }
13
1024
 
14
1025
  /* & path,
@@ -17,10 +1028,10 @@
17
1028
  } */
18
1029
  }
19
1030
  }
20
- &-$(color) {
1031
+ &-quaternary {
21
1032
  & svg {
22
1033
  stroke: none;
23
- fill: var(--color-$(type)-fill-$(color));
1034
+ fill: var(--color-disabled-fill-quaternary);
24
1035
  }
25
1036
 
26
1037
  /* & path,
@@ -29,7 +1040,5 @@
29
1040
  } */
30
1041
  }
31
1042
  }
32
- }
33
- }
34
1043
  }
35
1044
  }