@salutejs/plasma-tokens 1.125.0-canary.2373.19930666491.0 → 1.125.0-canary.2375.19930914653.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/brands/sdds_cs/index.d.ts +117 -117
- package/brands/sdds_cs/index.js +117 -117
- package/brands/sdds_cs/index.js.map +1 -1
- package/brands/sdds_dfa/index.d.ts +357 -249
- package/brands/sdds_dfa/index.js +375 -266
- package/brands/sdds_dfa/index.js.map +1 -1
- package/css/sdds_cs.module.css +280 -280
- package/css/sdds_cs__dark.css +117 -117
- package/css/sdds_cs__light.css +163 -163
- package/css/sdds_dfa.module.css +755 -643
- package/css/sdds_dfa__dark.css +299 -245
- package/css/sdds_dfa__light.css +456 -398
- package/es/brands/sdds_cs/index.js +117 -117
- package/es/brands/sdds_cs/index.js.map +1 -1
- package/es/brands/sdds_dfa/index.js +357 -249
- package/es/brands/sdds_dfa/index.js.map +1 -1
- package/es/themes/sdds_cs__dark.js +117 -117
- package/es/themes/sdds_cs__dark.js.map +1 -1
- package/es/themes/sdds_cs__light.js +163 -163
- package/es/themes/sdds_cs__light.js.map +1 -1
- package/es/themes/sdds_dfa__dark.js +299 -245
- package/es/themes/sdds_dfa__dark.js.map +1 -1
- package/es/themes/sdds_dfa__light.js +456 -398
- package/es/themes/sdds_dfa__light.js.map +1 -1
- package/package.json +2 -2
- package/themes/sdds_cs__dark.js +117 -117
- package/themes/sdds_cs__dark.js.map +1 -1
- package/themes/sdds_cs__light.js +163 -163
- package/themes/sdds_cs__light.js.map +1 -1
- package/themes/sdds_dfa__dark.d.ts +116 -8
- package/themes/sdds_dfa__dark.js +299 -245
- package/themes/sdds_dfa__dark.js.map +1 -1
- package/themes/sdds_dfa__light.d.ts +116 -0
- package/themes/sdds_dfa__light.js +456 -398
- package/themes/sdds_dfa__light.js.map +1 -1
|
@@ -58,8 +58,6 @@ export declare const sdds_dfa__dark: {
|
|
|
58
58
|
"--on-dark-text-accent-active": string;
|
|
59
59
|
"--on-dark-text-accent-gradient-hover": string;
|
|
60
60
|
"--on-dark-text-accent-gradient-active": string;
|
|
61
|
-
"--on-dark-text-accent-minor-hover": string;
|
|
62
|
-
"--on-dark-text-accent-minor-active": string;
|
|
63
61
|
"--on-dark-text-positive-hover": string;
|
|
64
62
|
"--on-dark-text-positive-active": string;
|
|
65
63
|
"--on-dark-text-warning-hover": string;
|
|
@@ -378,8 +376,6 @@ export declare const sdds_dfa__dark: {
|
|
|
378
376
|
"--on-light-surface-accent-active": string;
|
|
379
377
|
"--on-light-surface-accent-gradient-hover": string;
|
|
380
378
|
"--on-light-surface-accent-gradient-active": string;
|
|
381
|
-
"--on-light-surface-accent-minor-hover": string;
|
|
382
|
-
"--on-light-surface-accent-minor-active": string;
|
|
383
379
|
"--on-light-surface-transparent-accent-hover": string;
|
|
384
380
|
"--on-light-surface-transparent-accent-active": string;
|
|
385
381
|
"--on-light-surface-positive-hover": string;
|
|
@@ -472,6 +468,8 @@ export declare const sdds_dfa__dark: {
|
|
|
472
468
|
"--inverse-surface-warning-active": string;
|
|
473
469
|
"--inverse-surface-negative-hover": string;
|
|
474
470
|
"--inverse-surface-negative-active": string;
|
|
471
|
+
"--inverse-surface-info-hover": string;
|
|
472
|
+
"--inverse-surface-info-active": string;
|
|
475
473
|
"--inverse-surface-positive-minor-hover": string;
|
|
476
474
|
"--inverse-surface-positive-minor-active": string;
|
|
477
475
|
"--inverse-surface-warning-minor-hover": string;
|
|
@@ -541,6 +539,8 @@ export declare const sdds_dfa__dark: {
|
|
|
541
539
|
"--outline-solid-secondary-active": string;
|
|
542
540
|
"--outline-solid-tertiary-hover": string;
|
|
543
541
|
"--outline-solid-tertiary-active": string;
|
|
542
|
+
"--outline-transparent-default-hover": string;
|
|
543
|
+
"--outline-transparent-default-active": string;
|
|
544
544
|
"--outline-transparent-primary-hover": string;
|
|
545
545
|
"--outline-transparent-primary-active": string;
|
|
546
546
|
"--outline-transparent-secondary-hover": string;
|
|
@@ -555,8 +555,20 @@ export declare const sdds_dfa__dark: {
|
|
|
555
555
|
"--outline-accent-gradient-active": string;
|
|
556
556
|
"--outline-accent-minor-hover": string;
|
|
557
557
|
"--outline-accent-minor-active": string;
|
|
558
|
+
"--outline-accent-minor-gradient-hover": string;
|
|
559
|
+
"--outline-accent-minor-gradient-active": string;
|
|
558
560
|
"--outline-transparent-accent-hover": string;
|
|
559
561
|
"--outline-transparent-accent-active": string;
|
|
562
|
+
"--outline-transparent-accent-gradient-hover": string;
|
|
563
|
+
"--outline-transparent-accent-gradient-active": string;
|
|
564
|
+
"--outline-promo-hover": string;
|
|
565
|
+
"--outline-promo-active": string;
|
|
566
|
+
"--outline-promo-gradient-hover": string;
|
|
567
|
+
"--outline-promo-gradient-active": string;
|
|
568
|
+
"--outline-promo-minor-hover": string;
|
|
569
|
+
"--outline-promo-minor-active": string;
|
|
570
|
+
"--outline-promo-minor-gradient-hover": string;
|
|
571
|
+
"--outline-promo-minor-gradient-active": string;
|
|
560
572
|
"--outline-positive-hover": string;
|
|
561
573
|
"--outline-positive-active": string;
|
|
562
574
|
"--outline-warning-hover": string;
|
|
@@ -610,6 +622,8 @@ export declare const sdds_dfa__dark: {
|
|
|
610
622
|
"--on-dark-outline-solid-secondary-active": string;
|
|
611
623
|
"--on-dark-outline-solid-tertiary-hover": string;
|
|
612
624
|
"--on-dark-outline-solid-tertiary-active": string;
|
|
625
|
+
"--on-dark-outline-transparent-default-hover": string;
|
|
626
|
+
"--on-dark-outline-transparent-default-active": string;
|
|
613
627
|
"--on-dark-outline-transparent-primary-hover": string;
|
|
614
628
|
"--on-dark-outline-transparent-primary-active": string;
|
|
615
629
|
"--on-dark-outline-transparent-secondary-hover": string;
|
|
@@ -624,8 +638,20 @@ export declare const sdds_dfa__dark: {
|
|
|
624
638
|
"--on-dark-outline-accent-gradient-active": string;
|
|
625
639
|
"--on-dark-outline-accent-minor-hover": string;
|
|
626
640
|
"--on-dark-outline-accent-minor-active": string;
|
|
641
|
+
"--on-dark-outline-accent-minor-gradient-hover": string;
|
|
642
|
+
"--on-dark-outline-accent-minor-gradient-active": string;
|
|
627
643
|
"--on-dark-outline-transparent-accent-hover": string;
|
|
628
644
|
"--on-dark-outline-transparent-accent-active": string;
|
|
645
|
+
"--on-dark-outline-transparent-accent-gradient-hover": string;
|
|
646
|
+
"--on-dark-outline-transparent-accent-gradient-active": string;
|
|
647
|
+
"--on-dark-outline-promo-hover": string;
|
|
648
|
+
"--on-dark-outline-promo-active": string;
|
|
649
|
+
"--on-dark-outline-promo-gradient-hover": string;
|
|
650
|
+
"--on-dark-outline-promo-gradient-active": string;
|
|
651
|
+
"--on-dark-outline-promo-minor-hover": string;
|
|
652
|
+
"--on-dark-outline-promo-minor-active": string;
|
|
653
|
+
"--on-dark-outline-promo-minor-gradient-hover": string;
|
|
654
|
+
"--on-dark-outline-promo-minor-gradient-active": string;
|
|
629
655
|
"--on-dark-outline-positive-hover": string;
|
|
630
656
|
"--on-dark-outline-positive-active": string;
|
|
631
657
|
"--on-dark-outline-warning-hover": string;
|
|
@@ -679,6 +705,8 @@ export declare const sdds_dfa__dark: {
|
|
|
679
705
|
"--on-light-outline-solid-secondary-active": string;
|
|
680
706
|
"--on-light-outline-solid-tertiary-hover": string;
|
|
681
707
|
"--on-light-outline-solid-tertiary-active": string;
|
|
708
|
+
"--on-light-outline-transparent-default-hover": string;
|
|
709
|
+
"--on-light-outline-transparent-default-active": string;
|
|
682
710
|
"--on-light-outline-transparent-primary-hover": string;
|
|
683
711
|
"--on-light-outline-transparent-primary-active": string;
|
|
684
712
|
"--on-light-outline-transparent-secondary-hover": string;
|
|
@@ -693,8 +721,20 @@ export declare const sdds_dfa__dark: {
|
|
|
693
721
|
"--on-light-outline-accent-gradient-active": string;
|
|
694
722
|
"--on-light-outline-accent-minor-hover": string;
|
|
695
723
|
"--on-light-outline-accent-minor-active": string;
|
|
724
|
+
"--on-light-outline-accent-minor-gradient-hover": string;
|
|
725
|
+
"--on-light-outline-accent-minor-gradient-active": string;
|
|
696
726
|
"--on-light-outline-transparent-accent-hover": string;
|
|
697
727
|
"--on-light-outline-transparent-accent-active": string;
|
|
728
|
+
"--on-light-outline-transparent-accent-gradient-hover": string;
|
|
729
|
+
"--on-light-outline-transparent-accent-gradient-active": string;
|
|
730
|
+
"--on-light-outline-promo-hover": string;
|
|
731
|
+
"--on-light-outline-promo-active": string;
|
|
732
|
+
"--on-light-outline-promo-gradient-hover": string;
|
|
733
|
+
"--on-light-outline-promo-gradient-active": string;
|
|
734
|
+
"--on-light-outline-promo-minor-hover": string;
|
|
735
|
+
"--on-light-outline-promo-minor-active": string;
|
|
736
|
+
"--on-light-outline-promo-minor-gradient-hover": string;
|
|
737
|
+
"--on-light-outline-promo-minor-gradient-active": string;
|
|
698
738
|
"--on-light-outline-positive-hover": string;
|
|
699
739
|
"--on-light-outline-positive-active": string;
|
|
700
740
|
"--on-light-outline-warning-hover": string;
|
|
@@ -748,6 +788,8 @@ export declare const sdds_dfa__dark: {
|
|
|
748
788
|
"--inverse-outline-solid-secondary-active": string;
|
|
749
789
|
"--inverse-outline-solid-tertiary-hover": string;
|
|
750
790
|
"--inverse-outline-solid-tertiary-active": string;
|
|
791
|
+
"--inverse-outline-transparent-default-hover": string;
|
|
792
|
+
"--inverse-outline-transparent-default-active": string;
|
|
751
793
|
"--inverse-outline-transparent-primary": string;
|
|
752
794
|
"--inverse-outline-transparent-primary-hover": string;
|
|
753
795
|
"--inverse-outline-transparent-primary-active": string;
|
|
@@ -765,8 +807,20 @@ export declare const sdds_dfa__dark: {
|
|
|
765
807
|
"--inverse-outline-accent-gradient-active": string;
|
|
766
808
|
"--inverse-outline-accent-minor-hover": string;
|
|
767
809
|
"--inverse-outline-accent-minor-active": string;
|
|
810
|
+
"--inverse-outline-accent-minor-gradient-hover": string;
|
|
811
|
+
"--inverse-outline-accent-minor-gradient-active": string;
|
|
768
812
|
"--inverse-outline-transparent-accent-hover": string;
|
|
769
813
|
"--inverse-outline-transparent-accent-active": string;
|
|
814
|
+
"--inverse-outline-transparent-accent-gradient-hover": string;
|
|
815
|
+
"--inverse-outline-transparent-accent-gradient-active": string;
|
|
816
|
+
"--inverse-outline-promo-hover": string;
|
|
817
|
+
"--inverse-outline-promo-active": string;
|
|
818
|
+
"--inverse-outline-promo-gradient-hover": string;
|
|
819
|
+
"--inverse-outline-promo-gradient-active": string;
|
|
820
|
+
"--inverse-outline-promo-minor-hover": string;
|
|
821
|
+
"--inverse-outline-promo-minor-active": string;
|
|
822
|
+
"--inverse-outline-promo-minor-gradient-hover": string;
|
|
823
|
+
"--inverse-outline-promo-minor-gradient-active": string;
|
|
770
824
|
"--inverse-outline-positive-hover": string;
|
|
771
825
|
"--inverse-outline-positive-active": string;
|
|
772
826
|
"--inverse-outline-warning-hover": string;
|
|
@@ -947,8 +1001,6 @@ export declare const darkSdds_dfa: {
|
|
|
947
1001
|
"--on-dark-text-accent-active": string;
|
|
948
1002
|
"--on-dark-text-accent-gradient-hover": string;
|
|
949
1003
|
"--on-dark-text-accent-gradient-active": string;
|
|
950
|
-
"--on-dark-text-accent-minor-hover": string;
|
|
951
|
-
"--on-dark-text-accent-minor-active": string;
|
|
952
1004
|
"--on-dark-text-positive-hover": string;
|
|
953
1005
|
"--on-dark-text-positive-active": string;
|
|
954
1006
|
"--on-dark-text-warning-hover": string;
|
|
@@ -1267,8 +1319,6 @@ export declare const darkSdds_dfa: {
|
|
|
1267
1319
|
"--on-light-surface-accent-active": string;
|
|
1268
1320
|
"--on-light-surface-accent-gradient-hover": string;
|
|
1269
1321
|
"--on-light-surface-accent-gradient-active": string;
|
|
1270
|
-
"--on-light-surface-accent-minor-hover": string;
|
|
1271
|
-
"--on-light-surface-accent-minor-active": string;
|
|
1272
1322
|
"--on-light-surface-transparent-accent-hover": string;
|
|
1273
1323
|
"--on-light-surface-transparent-accent-active": string;
|
|
1274
1324
|
"--on-light-surface-positive-hover": string;
|
|
@@ -1361,6 +1411,8 @@ export declare const darkSdds_dfa: {
|
|
|
1361
1411
|
"--inverse-surface-warning-active": string;
|
|
1362
1412
|
"--inverse-surface-negative-hover": string;
|
|
1363
1413
|
"--inverse-surface-negative-active": string;
|
|
1414
|
+
"--inverse-surface-info-hover": string;
|
|
1415
|
+
"--inverse-surface-info-active": string;
|
|
1364
1416
|
"--inverse-surface-positive-minor-hover": string;
|
|
1365
1417
|
"--inverse-surface-positive-minor-active": string;
|
|
1366
1418
|
"--inverse-surface-warning-minor-hover": string;
|
|
@@ -1430,6 +1482,8 @@ export declare const darkSdds_dfa: {
|
|
|
1430
1482
|
"--outline-solid-secondary-active": string;
|
|
1431
1483
|
"--outline-solid-tertiary-hover": string;
|
|
1432
1484
|
"--outline-solid-tertiary-active": string;
|
|
1485
|
+
"--outline-transparent-default-hover": string;
|
|
1486
|
+
"--outline-transparent-default-active": string;
|
|
1433
1487
|
"--outline-transparent-primary-hover": string;
|
|
1434
1488
|
"--outline-transparent-primary-active": string;
|
|
1435
1489
|
"--outline-transparent-secondary-hover": string;
|
|
@@ -1444,8 +1498,20 @@ export declare const darkSdds_dfa: {
|
|
|
1444
1498
|
"--outline-accent-gradient-active": string;
|
|
1445
1499
|
"--outline-accent-minor-hover": string;
|
|
1446
1500
|
"--outline-accent-minor-active": string;
|
|
1501
|
+
"--outline-accent-minor-gradient-hover": string;
|
|
1502
|
+
"--outline-accent-minor-gradient-active": string;
|
|
1447
1503
|
"--outline-transparent-accent-hover": string;
|
|
1448
1504
|
"--outline-transparent-accent-active": string;
|
|
1505
|
+
"--outline-transparent-accent-gradient-hover": string;
|
|
1506
|
+
"--outline-transparent-accent-gradient-active": string;
|
|
1507
|
+
"--outline-promo-hover": string;
|
|
1508
|
+
"--outline-promo-active": string;
|
|
1509
|
+
"--outline-promo-gradient-hover": string;
|
|
1510
|
+
"--outline-promo-gradient-active": string;
|
|
1511
|
+
"--outline-promo-minor-hover": string;
|
|
1512
|
+
"--outline-promo-minor-active": string;
|
|
1513
|
+
"--outline-promo-minor-gradient-hover": string;
|
|
1514
|
+
"--outline-promo-minor-gradient-active": string;
|
|
1449
1515
|
"--outline-positive-hover": string;
|
|
1450
1516
|
"--outline-positive-active": string;
|
|
1451
1517
|
"--outline-warning-hover": string;
|
|
@@ -1499,6 +1565,8 @@ export declare const darkSdds_dfa: {
|
|
|
1499
1565
|
"--on-dark-outline-solid-secondary-active": string;
|
|
1500
1566
|
"--on-dark-outline-solid-tertiary-hover": string;
|
|
1501
1567
|
"--on-dark-outline-solid-tertiary-active": string;
|
|
1568
|
+
"--on-dark-outline-transparent-default-hover": string;
|
|
1569
|
+
"--on-dark-outline-transparent-default-active": string;
|
|
1502
1570
|
"--on-dark-outline-transparent-primary-hover": string;
|
|
1503
1571
|
"--on-dark-outline-transparent-primary-active": string;
|
|
1504
1572
|
"--on-dark-outline-transparent-secondary-hover": string;
|
|
@@ -1513,8 +1581,20 @@ export declare const darkSdds_dfa: {
|
|
|
1513
1581
|
"--on-dark-outline-accent-gradient-active": string;
|
|
1514
1582
|
"--on-dark-outline-accent-minor-hover": string;
|
|
1515
1583
|
"--on-dark-outline-accent-minor-active": string;
|
|
1584
|
+
"--on-dark-outline-accent-minor-gradient-hover": string;
|
|
1585
|
+
"--on-dark-outline-accent-minor-gradient-active": string;
|
|
1516
1586
|
"--on-dark-outline-transparent-accent-hover": string;
|
|
1517
1587
|
"--on-dark-outline-transparent-accent-active": string;
|
|
1588
|
+
"--on-dark-outline-transparent-accent-gradient-hover": string;
|
|
1589
|
+
"--on-dark-outline-transparent-accent-gradient-active": string;
|
|
1590
|
+
"--on-dark-outline-promo-hover": string;
|
|
1591
|
+
"--on-dark-outline-promo-active": string;
|
|
1592
|
+
"--on-dark-outline-promo-gradient-hover": string;
|
|
1593
|
+
"--on-dark-outline-promo-gradient-active": string;
|
|
1594
|
+
"--on-dark-outline-promo-minor-hover": string;
|
|
1595
|
+
"--on-dark-outline-promo-minor-active": string;
|
|
1596
|
+
"--on-dark-outline-promo-minor-gradient-hover": string;
|
|
1597
|
+
"--on-dark-outline-promo-minor-gradient-active": string;
|
|
1518
1598
|
"--on-dark-outline-positive-hover": string;
|
|
1519
1599
|
"--on-dark-outline-positive-active": string;
|
|
1520
1600
|
"--on-dark-outline-warning-hover": string;
|
|
@@ -1568,6 +1648,8 @@ export declare const darkSdds_dfa: {
|
|
|
1568
1648
|
"--on-light-outline-solid-secondary-active": string;
|
|
1569
1649
|
"--on-light-outline-solid-tertiary-hover": string;
|
|
1570
1650
|
"--on-light-outline-solid-tertiary-active": string;
|
|
1651
|
+
"--on-light-outline-transparent-default-hover": string;
|
|
1652
|
+
"--on-light-outline-transparent-default-active": string;
|
|
1571
1653
|
"--on-light-outline-transparent-primary-hover": string;
|
|
1572
1654
|
"--on-light-outline-transparent-primary-active": string;
|
|
1573
1655
|
"--on-light-outline-transparent-secondary-hover": string;
|
|
@@ -1582,8 +1664,20 @@ export declare const darkSdds_dfa: {
|
|
|
1582
1664
|
"--on-light-outline-accent-gradient-active": string;
|
|
1583
1665
|
"--on-light-outline-accent-minor-hover": string;
|
|
1584
1666
|
"--on-light-outline-accent-minor-active": string;
|
|
1667
|
+
"--on-light-outline-accent-minor-gradient-hover": string;
|
|
1668
|
+
"--on-light-outline-accent-minor-gradient-active": string;
|
|
1585
1669
|
"--on-light-outline-transparent-accent-hover": string;
|
|
1586
1670
|
"--on-light-outline-transparent-accent-active": string;
|
|
1671
|
+
"--on-light-outline-transparent-accent-gradient-hover": string;
|
|
1672
|
+
"--on-light-outline-transparent-accent-gradient-active": string;
|
|
1673
|
+
"--on-light-outline-promo-hover": string;
|
|
1674
|
+
"--on-light-outline-promo-active": string;
|
|
1675
|
+
"--on-light-outline-promo-gradient-hover": string;
|
|
1676
|
+
"--on-light-outline-promo-gradient-active": string;
|
|
1677
|
+
"--on-light-outline-promo-minor-hover": string;
|
|
1678
|
+
"--on-light-outline-promo-minor-active": string;
|
|
1679
|
+
"--on-light-outline-promo-minor-gradient-hover": string;
|
|
1680
|
+
"--on-light-outline-promo-minor-gradient-active": string;
|
|
1587
1681
|
"--on-light-outline-positive-hover": string;
|
|
1588
1682
|
"--on-light-outline-positive-active": string;
|
|
1589
1683
|
"--on-light-outline-warning-hover": string;
|
|
@@ -1637,6 +1731,8 @@ export declare const darkSdds_dfa: {
|
|
|
1637
1731
|
"--inverse-outline-solid-secondary-active": string;
|
|
1638
1732
|
"--inverse-outline-solid-tertiary-hover": string;
|
|
1639
1733
|
"--inverse-outline-solid-tertiary-active": string;
|
|
1734
|
+
"--inverse-outline-transparent-default-hover": string;
|
|
1735
|
+
"--inverse-outline-transparent-default-active": string;
|
|
1640
1736
|
"--inverse-outline-transparent-primary": string;
|
|
1641
1737
|
"--inverse-outline-transparent-primary-hover": string;
|
|
1642
1738
|
"--inverse-outline-transparent-primary-active": string;
|
|
@@ -1654,8 +1750,20 @@ export declare const darkSdds_dfa: {
|
|
|
1654
1750
|
"--inverse-outline-accent-gradient-active": string;
|
|
1655
1751
|
"--inverse-outline-accent-minor-hover": string;
|
|
1656
1752
|
"--inverse-outline-accent-minor-active": string;
|
|
1753
|
+
"--inverse-outline-accent-minor-gradient-hover": string;
|
|
1754
|
+
"--inverse-outline-accent-minor-gradient-active": string;
|
|
1657
1755
|
"--inverse-outline-transparent-accent-hover": string;
|
|
1658
1756
|
"--inverse-outline-transparent-accent-active": string;
|
|
1757
|
+
"--inverse-outline-transparent-accent-gradient-hover": string;
|
|
1758
|
+
"--inverse-outline-transparent-accent-gradient-active": string;
|
|
1759
|
+
"--inverse-outline-promo-hover": string;
|
|
1760
|
+
"--inverse-outline-promo-active": string;
|
|
1761
|
+
"--inverse-outline-promo-gradient-hover": string;
|
|
1762
|
+
"--inverse-outline-promo-gradient-active": string;
|
|
1763
|
+
"--inverse-outline-promo-minor-hover": string;
|
|
1764
|
+
"--inverse-outline-promo-minor-active": string;
|
|
1765
|
+
"--inverse-outline-promo-minor-gradient-hover": string;
|
|
1766
|
+
"--inverse-outline-promo-minor-gradient-active": string;
|
|
1659
1767
|
"--inverse-outline-positive-hover": string;
|
|
1660
1768
|
"--inverse-outline-positive-active": string;
|
|
1661
1769
|
"--inverse-outline-warning-hover": string;
|