@mozaic-ds/vue 0.23.0 → 1.0.0-beta.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/mozaic-vue.adeo.css +43 -43
- package/dist/mozaic-vue.adeo.umd.js +1319 -3718
- package/dist/mozaic-vue.common.js +1319 -3718
- package/dist/mozaic-vue.common.js.map +1 -1
- package/dist/mozaic-vue.css +1 -1
- package/dist/mozaic-vue.umd.js +1321 -3720
- package/dist/mozaic-vue.umd.js.map +1 -1
- package/dist/mozaic-vue.umd.min.js +2 -2
- package/dist/mozaic-vue.umd.min.js.map +1 -1
- package/package.json +4 -4
- package/src/components/autocomplete/MAutocomplete.vue +93 -151
- package/src/components/checkbox/MCheckboxGroup.vue +0 -8
- package/src/components/datatable/MDataTable.vue +162 -290
- package/src/components/datatable/MDataTableTop.vue +35 -0
- package/src/components/icon/MIcon.vue +2 -18
- package/src/components/index.js +1 -1
- package/src/components/listbox/MListBox.vue +41 -213
- package/src/components/listbox/index.js +1 -6
- package/src/components/phonenumber/MPhoneNumber.vue +2 -5
- package/src/components/quantityselector/MQuantitySelector.vue +2 -10
- package/src/components/ratingstars/MStarsInput.vue +0 -1
- package/src/components/stepper/MStepper.vue +27 -68
- package/src/components/tabs/MTab.vue +55 -65
- package/src/components/textinput/MTextInputField.vue +1 -0
- package/src/index.js +1 -1
- package/src/tokens/adeo/android/colors.xml +166 -209
- package/src/tokens/adeo/css/_variables.scss +166 -209
- package/src/tokens/adeo/css/root.scss +46 -89
- package/src/tokens/adeo/ios/StyleDictionaryColor.h +5 -48
- package/src/tokens/adeo/ios/StyleDictionaryColor.m +171 -214
- package/src/tokens/adeo/ios/StyleDictionaryColor.swift +166 -209
- package/src/tokens/adeo/js/tokens.js +166 -209
- package/src/tokens/adeo/js/tokensObject.js +310 -1285
- package/src/tokens/adeo/scss/_tokens.scss +174 -344
- package/types/index.d.ts +0 -2
- package/src/components/listbox/MListBoxActions.vue +0 -251
|
@@ -316,7 +316,7 @@ module.exports = {
|
|
|
316
316
|
},
|
|
317
317
|
"neutral": {
|
|
318
318
|
"background": {
|
|
319
|
-
"value": "#
|
|
319
|
+
"value": "#eeedea",
|
|
320
320
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/badge.json",
|
|
321
321
|
"isSource": true,
|
|
322
322
|
"original": {
|
|
@@ -337,7 +337,7 @@ module.exports = {
|
|
|
337
337
|
]
|
|
338
338
|
},
|
|
339
339
|
"border": {
|
|
340
|
-
"value": "#
|
|
340
|
+
"value": "#8c8b85",
|
|
341
341
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/badge.json",
|
|
342
342
|
"isSource": true,
|
|
343
343
|
"original": {
|
|
@@ -358,7 +358,7 @@ module.exports = {
|
|
|
358
358
|
]
|
|
359
359
|
},
|
|
360
360
|
"text": {
|
|
361
|
-
"value": "#
|
|
361
|
+
"value": "#555550",
|
|
362
362
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/badge.json",
|
|
363
363
|
"isSource": true,
|
|
364
364
|
"original": {
|
|
@@ -555,11 +555,11 @@ module.exports = {
|
|
|
555
555
|
},
|
|
556
556
|
"primary-02": {
|
|
557
557
|
"100": {
|
|
558
|
-
"value": "#
|
|
558
|
+
"value": "#dbedea",
|
|
559
559
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/base.json",
|
|
560
560
|
"isSource": true,
|
|
561
561
|
"original": {
|
|
562
|
-
"value": "#
|
|
562
|
+
"value": "#DBEDEA"
|
|
563
563
|
},
|
|
564
564
|
"name": "ColorPrimary02100",
|
|
565
565
|
"attributes": {
|
|
@@ -574,11 +574,11 @@ module.exports = {
|
|
|
574
574
|
]
|
|
575
575
|
},
|
|
576
576
|
"200": {
|
|
577
|
-
"value": "#
|
|
577
|
+
"value": "#a5d1cb",
|
|
578
578
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/base.json",
|
|
579
579
|
"isSource": true,
|
|
580
580
|
"original": {
|
|
581
|
-
"value": "#
|
|
581
|
+
"value": "#A5D1CB"
|
|
582
582
|
},
|
|
583
583
|
"name": "ColorPrimary02200",
|
|
584
584
|
"attributes": {
|
|
@@ -593,11 +593,11 @@ module.exports = {
|
|
|
593
593
|
]
|
|
594
594
|
},
|
|
595
595
|
"300": {
|
|
596
|
-
"value": "#
|
|
596
|
+
"value": "#6eb4ad",
|
|
597
597
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/base.json",
|
|
598
598
|
"isSource": true,
|
|
599
599
|
"original": {
|
|
600
|
-
"value": "#
|
|
600
|
+
"value": "#6EB4AD"
|
|
601
601
|
},
|
|
602
602
|
"name": "ColorPrimary02300",
|
|
603
603
|
"attributes": {
|
|
@@ -612,11 +612,11 @@ module.exports = {
|
|
|
612
612
|
]
|
|
613
613
|
},
|
|
614
614
|
"400": {
|
|
615
|
-
"value": "#
|
|
615
|
+
"value": "#379590",
|
|
616
616
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/base.json",
|
|
617
617
|
"isSource": true,
|
|
618
618
|
"original": {
|
|
619
|
-
"value": "#
|
|
619
|
+
"value": "#379590"
|
|
620
620
|
},
|
|
621
621
|
"name": "ColorPrimary02400",
|
|
622
622
|
"attributes": {
|
|
@@ -631,11 +631,11 @@ module.exports = {
|
|
|
631
631
|
]
|
|
632
632
|
},
|
|
633
633
|
"500": {
|
|
634
|
-
"value": "#
|
|
634
|
+
"value": "#007574",
|
|
635
635
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/base.json",
|
|
636
636
|
"isSource": true,
|
|
637
637
|
"original": {
|
|
638
|
-
"value": "#
|
|
638
|
+
"value": "#007574"
|
|
639
639
|
},
|
|
640
640
|
"name": "ColorPrimary02500",
|
|
641
641
|
"attributes": {
|
|
@@ -650,11 +650,11 @@ module.exports = {
|
|
|
650
650
|
]
|
|
651
651
|
},
|
|
652
652
|
"600": {
|
|
653
|
-
"value": "#
|
|
653
|
+
"value": "#035f64",
|
|
654
654
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/base.json",
|
|
655
655
|
"isSource": true,
|
|
656
656
|
"original": {
|
|
657
|
-
"value": "#
|
|
657
|
+
"value": "#035F64"
|
|
658
658
|
},
|
|
659
659
|
"name": "ColorPrimary02600",
|
|
660
660
|
"attributes": {
|
|
@@ -669,11 +669,11 @@ module.exports = {
|
|
|
669
669
|
]
|
|
670
670
|
},
|
|
671
671
|
"700": {
|
|
672
|
-
"value": "#
|
|
672
|
+
"value": "#044c53",
|
|
673
673
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/base.json",
|
|
674
674
|
"isSource": true,
|
|
675
675
|
"original": {
|
|
676
|
-
"value": "#
|
|
676
|
+
"value": "#044C53"
|
|
677
677
|
},
|
|
678
678
|
"name": "ColorPrimary02700",
|
|
679
679
|
"attributes": {
|
|
@@ -688,11 +688,11 @@ module.exports = {
|
|
|
688
688
|
]
|
|
689
689
|
},
|
|
690
690
|
"800": {
|
|
691
|
-
"value": "#
|
|
691
|
+
"value": "#063a44",
|
|
692
692
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/base.json",
|
|
693
693
|
"isSource": true,
|
|
694
694
|
"original": {
|
|
695
|
-
"value": "#
|
|
695
|
+
"value": "#063A44"
|
|
696
696
|
},
|
|
697
697
|
"name": "ColorPrimary02800",
|
|
698
698
|
"attributes": {
|
|
@@ -707,11 +707,11 @@ module.exports = {
|
|
|
707
707
|
]
|
|
708
708
|
},
|
|
709
709
|
"900": {
|
|
710
|
-
"value": "#
|
|
710
|
+
"value": "#062b35",
|
|
711
711
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/base.json",
|
|
712
712
|
"isSource": true,
|
|
713
713
|
"original": {
|
|
714
|
-
"value": "#
|
|
714
|
+
"value": "#062B35"
|
|
715
715
|
},
|
|
716
716
|
"name": "ColorPrimary02900",
|
|
717
717
|
"attributes": {
|
|
@@ -728,11 +728,11 @@ module.exports = {
|
|
|
728
728
|
},
|
|
729
729
|
"grey": {
|
|
730
730
|
"100": {
|
|
731
|
-
"value": "#
|
|
731
|
+
"value": "#eeedea",
|
|
732
732
|
"filePath": "node_modules/@mozaic-ds/tokens/AdeoProperties/color/base.json",
|
|
733
733
|
"isSource": true,
|
|
734
734
|
"original": {
|
|
735
|
-
"value": "#
|
|
735
|
+
"value": "#EEEDEA"
|
|
736
736
|
},
|
|
737
737
|
"name": "ColorGrey100",
|
|
738
738
|
"attributes": {
|
|
@@ -747,11 +747,11 @@ module.exports = {
|
|
|
747
747
|
]
|
|
748
748
|
},
|
|
749
749
|
"200": {
|
|
750
|
-
"value": "#
|
|
750
|
+
"value": "#dddcd5",
|
|
751
751
|
"filePath": "node_modules/@mozaic-ds/tokens/AdeoProperties/color/base.json",
|
|
752
752
|
"isSource": true,
|
|
753
753
|
"original": {
|
|
754
|
-
"value": "#
|
|
754
|
+
"value": "#DDDCD5"
|
|
755
755
|
},
|
|
756
756
|
"name": "ColorGrey200",
|
|
757
757
|
"attributes": {
|
|
@@ -766,11 +766,11 @@ module.exports = {
|
|
|
766
766
|
]
|
|
767
767
|
},
|
|
768
768
|
"300": {
|
|
769
|
-
"value": "#
|
|
769
|
+
"value": "#c2c1ba",
|
|
770
770
|
"filePath": "node_modules/@mozaic-ds/tokens/AdeoProperties/color/base.json",
|
|
771
771
|
"isSource": true,
|
|
772
772
|
"original": {
|
|
773
|
-
"value": "#
|
|
773
|
+
"value": "#C2C1BA"
|
|
774
774
|
},
|
|
775
775
|
"name": "ColorGrey300",
|
|
776
776
|
"attributes": {
|
|
@@ -785,11 +785,11 @@ module.exports = {
|
|
|
785
785
|
]
|
|
786
786
|
},
|
|
787
787
|
"400": {
|
|
788
|
-
"value": "#
|
|
788
|
+
"value": "#a7a6a0",
|
|
789
789
|
"filePath": "node_modules/@mozaic-ds/tokens/AdeoProperties/color/base.json",
|
|
790
790
|
"isSource": true,
|
|
791
791
|
"original": {
|
|
792
|
-
"value": "#
|
|
792
|
+
"value": "#A7A6A0"
|
|
793
793
|
},
|
|
794
794
|
"name": "ColorGrey400",
|
|
795
795
|
"attributes": {
|
|
@@ -804,11 +804,11 @@ module.exports = {
|
|
|
804
804
|
]
|
|
805
805
|
},
|
|
806
806
|
"500": {
|
|
807
|
-
"value": "#
|
|
807
|
+
"value": "#8c8b85",
|
|
808
808
|
"filePath": "node_modules/@mozaic-ds/tokens/AdeoProperties/color/base.json",
|
|
809
809
|
"isSource": true,
|
|
810
810
|
"original": {
|
|
811
|
-
"value": "#
|
|
811
|
+
"value": "#8C8B85"
|
|
812
812
|
},
|
|
813
813
|
"name": "ColorGrey500",
|
|
814
814
|
"attributes": {
|
|
@@ -823,11 +823,11 @@ module.exports = {
|
|
|
823
823
|
]
|
|
824
824
|
},
|
|
825
825
|
"600": {
|
|
826
|
-
"value": "#
|
|
826
|
+
"value": "#71706b",
|
|
827
827
|
"filePath": "node_modules/@mozaic-ds/tokens/AdeoProperties/color/base.json",
|
|
828
828
|
"isSource": true,
|
|
829
829
|
"original": {
|
|
830
|
-
"value": "#
|
|
830
|
+
"value": "#71706B"
|
|
831
831
|
},
|
|
832
832
|
"name": "ColorGrey600",
|
|
833
833
|
"attributes": {
|
|
@@ -842,11 +842,11 @@ module.exports = {
|
|
|
842
842
|
]
|
|
843
843
|
},
|
|
844
844
|
"700": {
|
|
845
|
-
"value": "#
|
|
845
|
+
"value": "#555550",
|
|
846
846
|
"filePath": "node_modules/@mozaic-ds/tokens/AdeoProperties/color/base.json",
|
|
847
847
|
"isSource": true,
|
|
848
848
|
"original": {
|
|
849
|
-
"value": "#
|
|
849
|
+
"value": "#555550"
|
|
850
850
|
},
|
|
851
851
|
"name": "ColorGrey700",
|
|
852
852
|
"attributes": {
|
|
@@ -861,11 +861,11 @@ module.exports = {
|
|
|
861
861
|
]
|
|
862
862
|
},
|
|
863
863
|
"800": {
|
|
864
|
-
"value": "#
|
|
864
|
+
"value": "#3a3936",
|
|
865
865
|
"filePath": "node_modules/@mozaic-ds/tokens/AdeoProperties/color/base.json",
|
|
866
866
|
"isSource": true,
|
|
867
867
|
"original": {
|
|
868
|
-
"value": "#
|
|
868
|
+
"value": "#3A3936"
|
|
869
869
|
},
|
|
870
870
|
"name": "ColorGrey800",
|
|
871
871
|
"attributes": {
|
|
@@ -880,11 +880,11 @@ module.exports = {
|
|
|
880
880
|
]
|
|
881
881
|
},
|
|
882
882
|
"900": {
|
|
883
|
-
"value": "#
|
|
883
|
+
"value": "#1e1e1c",
|
|
884
884
|
"filePath": "node_modules/@mozaic-ds/tokens/AdeoProperties/color/base.json",
|
|
885
885
|
"isSource": true,
|
|
886
886
|
"original": {
|
|
887
|
-
"value": "#
|
|
887
|
+
"value": "#1E1E1C"
|
|
888
888
|
},
|
|
889
889
|
"name": "ColorGrey900",
|
|
890
890
|
"attributes": {
|
|
@@ -1458,11 +1458,11 @@ module.exports = {
|
|
|
1458
1458
|
},
|
|
1459
1459
|
"secondary-red": {
|
|
1460
1460
|
"100": {
|
|
1461
|
-
"value": "#
|
|
1461
|
+
"value": "#fdeaea",
|
|
1462
1462
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/base.json",
|
|
1463
1463
|
"isSource": true,
|
|
1464
1464
|
"original": {
|
|
1465
|
-
"value": "#
|
|
1465
|
+
"value": "#FDEAEA"
|
|
1466
1466
|
},
|
|
1467
1467
|
"name": "ColorSecondaryRed100",
|
|
1468
1468
|
"attributes": {
|
|
@@ -1477,11 +1477,11 @@ module.exports = {
|
|
|
1477
1477
|
]
|
|
1478
1478
|
},
|
|
1479
1479
|
"200": {
|
|
1480
|
-
"value": "#
|
|
1480
|
+
"value": "#f8bcbb",
|
|
1481
1481
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/base.json",
|
|
1482
1482
|
"isSource": true,
|
|
1483
1483
|
"original": {
|
|
1484
|
-
"value": "#
|
|
1484
|
+
"value": "#F8BCBB"
|
|
1485
1485
|
},
|
|
1486
1486
|
"name": "ColorSecondaryRed200",
|
|
1487
1487
|
"attributes": {
|
|
@@ -1496,11 +1496,11 @@ module.exports = {
|
|
|
1496
1496
|
]
|
|
1497
1497
|
},
|
|
1498
1498
|
"300": {
|
|
1499
|
-
"value": "#
|
|
1499
|
+
"value": "#f38d8c",
|
|
1500
1500
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/base.json",
|
|
1501
1501
|
"isSource": true,
|
|
1502
1502
|
"original": {
|
|
1503
|
-
"value": "#
|
|
1503
|
+
"value": "#F38D8C"
|
|
1504
1504
|
},
|
|
1505
1505
|
"name": "ColorSecondaryRed300",
|
|
1506
1506
|
"attributes": {
|
|
@@ -1515,11 +1515,11 @@ module.exports = {
|
|
|
1515
1515
|
]
|
|
1516
1516
|
},
|
|
1517
1517
|
"400": {
|
|
1518
|
-
"value": "#
|
|
1518
|
+
"value": "#ef5f5c",
|
|
1519
1519
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/base.json",
|
|
1520
1520
|
"isSource": true,
|
|
1521
1521
|
"original": {
|
|
1522
|
-
"value": "#
|
|
1522
|
+
"value": "#EF5F5C"
|
|
1523
1523
|
},
|
|
1524
1524
|
"name": "ColorSecondaryRed400",
|
|
1525
1525
|
"attributes": {
|
|
@@ -1534,11 +1534,11 @@ module.exports = {
|
|
|
1534
1534
|
]
|
|
1535
1535
|
},
|
|
1536
1536
|
"500": {
|
|
1537
|
-
"value": "#
|
|
1537
|
+
"value": "#ea302d",
|
|
1538
1538
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/base.json",
|
|
1539
1539
|
"isSource": true,
|
|
1540
1540
|
"original": {
|
|
1541
|
-
"value": "#
|
|
1541
|
+
"value": "#EA302D"
|
|
1542
1542
|
},
|
|
1543
1543
|
"name": "ColorSecondaryRed500",
|
|
1544
1544
|
"attributes": {
|
|
@@ -1553,11 +1553,11 @@ module.exports = {
|
|
|
1553
1553
|
]
|
|
1554
1554
|
},
|
|
1555
1555
|
"600": {
|
|
1556
|
-
"value": "#
|
|
1556
|
+
"value": "#c61112",
|
|
1557
1557
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/base.json",
|
|
1558
1558
|
"isSource": true,
|
|
1559
1559
|
"original": {
|
|
1560
|
-
"value": "#
|
|
1560
|
+
"value": "#C61112"
|
|
1561
1561
|
},
|
|
1562
1562
|
"name": "ColorSecondaryRed600",
|
|
1563
1563
|
"attributes": {
|
|
@@ -1572,11 +1572,11 @@ module.exports = {
|
|
|
1572
1572
|
]
|
|
1573
1573
|
},
|
|
1574
1574
|
"700": {
|
|
1575
|
-
"value": "#
|
|
1575
|
+
"value": "#8c0003",
|
|
1576
1576
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/base.json",
|
|
1577
1577
|
"isSource": true,
|
|
1578
1578
|
"original": {
|
|
1579
|
-
"value": "#
|
|
1579
|
+
"value": "#8C0003"
|
|
1580
1580
|
},
|
|
1581
1581
|
"name": "ColorSecondaryRed700",
|
|
1582
1582
|
"attributes": {
|
|
@@ -1591,11 +1591,11 @@ module.exports = {
|
|
|
1591
1591
|
]
|
|
1592
1592
|
},
|
|
1593
1593
|
"800": {
|
|
1594
|
-
"value": "#
|
|
1594
|
+
"value": "#530000",
|
|
1595
1595
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/base.json",
|
|
1596
1596
|
"isSource": true,
|
|
1597
1597
|
"original": {
|
|
1598
|
-
"value": "#
|
|
1598
|
+
"value": "#530000"
|
|
1599
1599
|
},
|
|
1600
1600
|
"name": "ColorSecondaryRed800",
|
|
1601
1601
|
"attributes": {
|
|
@@ -1610,11 +1610,11 @@ module.exports = {
|
|
|
1610
1610
|
]
|
|
1611
1611
|
},
|
|
1612
1612
|
"900": {
|
|
1613
|
-
"value": "#
|
|
1613
|
+
"value": "#2d0000",
|
|
1614
1614
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/base.json",
|
|
1615
1615
|
"isSource": true,
|
|
1616
1616
|
"original": {
|
|
1617
|
-
"value": "#
|
|
1617
|
+
"value": "#2D0000"
|
|
1618
1618
|
},
|
|
1619
1619
|
"name": "ColorSecondaryRed900",
|
|
1620
1620
|
"attributes": {
|
|
@@ -1631,11 +1631,11 @@ module.exports = {
|
|
|
1631
1631
|
},
|
|
1632
1632
|
"secondary-orange": {
|
|
1633
1633
|
"100": {
|
|
1634
|
-
"value": "#
|
|
1634
|
+
"value": "#fdf1e8",
|
|
1635
1635
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/base.json",
|
|
1636
1636
|
"isSource": true,
|
|
1637
1637
|
"original": {
|
|
1638
|
-
"value": "#
|
|
1638
|
+
"value": "#FDF1E8"
|
|
1639
1639
|
},
|
|
1640
1640
|
"name": "ColorSecondaryOrange100",
|
|
1641
1641
|
"attributes": {
|
|
@@ -1650,11 +1650,11 @@ module.exports = {
|
|
|
1650
1650
|
]
|
|
1651
1651
|
},
|
|
1652
1652
|
"200": {
|
|
1653
|
-
"value": "#
|
|
1653
|
+
"value": "#f8d2b3",
|
|
1654
1654
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/base.json",
|
|
1655
1655
|
"isSource": true,
|
|
1656
1656
|
"original": {
|
|
1657
|
-
"value": "#
|
|
1657
|
+
"value": "#F8D2B3"
|
|
1658
1658
|
},
|
|
1659
1659
|
"name": "ColorSecondaryOrange200",
|
|
1660
1660
|
"attributes": {
|
|
@@ -1669,11 +1669,11 @@ module.exports = {
|
|
|
1669
1669
|
]
|
|
1670
1670
|
},
|
|
1671
1671
|
"300": {
|
|
1672
|
-
"value": "#
|
|
1672
|
+
"value": "#f4b27e",
|
|
1673
1673
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/base.json",
|
|
1674
1674
|
"isSource": true,
|
|
1675
1675
|
"original": {
|
|
1676
|
-
"value": "#
|
|
1676
|
+
"value": "#F4B27E"
|
|
1677
1677
|
},
|
|
1678
1678
|
"name": "ColorSecondaryOrange300",
|
|
1679
1679
|
"attributes": {
|
|
@@ -1688,11 +1688,11 @@ module.exports = {
|
|
|
1688
1688
|
]
|
|
1689
1689
|
},
|
|
1690
1690
|
"400": {
|
|
1691
|
-
"value": "#
|
|
1691
|
+
"value": "#ef934a",
|
|
1692
1692
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/base.json",
|
|
1693
1693
|
"isSource": true,
|
|
1694
1694
|
"original": {
|
|
1695
|
-
"value": "#
|
|
1695
|
+
"value": "#EF934A"
|
|
1696
1696
|
},
|
|
1697
1697
|
"name": "ColorSecondaryOrange400",
|
|
1698
1698
|
"attributes": {
|
|
@@ -1707,11 +1707,11 @@ module.exports = {
|
|
|
1707
1707
|
]
|
|
1708
1708
|
},
|
|
1709
1709
|
"500": {
|
|
1710
|
-
"value": "#
|
|
1710
|
+
"value": "#ea7315",
|
|
1711
1711
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/base.json",
|
|
1712
1712
|
"isSource": true,
|
|
1713
1713
|
"original": {
|
|
1714
|
-
"value": "#
|
|
1714
|
+
"value": "#EA7315"
|
|
1715
1715
|
},
|
|
1716
1716
|
"name": "ColorSecondaryOrange500",
|
|
1717
1717
|
"attributes": {
|
|
@@ -1726,11 +1726,11 @@ module.exports = {
|
|
|
1726
1726
|
]
|
|
1727
1727
|
},
|
|
1728
1728
|
"600": {
|
|
1729
|
-
"value": "#
|
|
1729
|
+
"value": "#c65200",
|
|
1730
1730
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/base.json",
|
|
1731
1731
|
"isSource": true,
|
|
1732
1732
|
"original": {
|
|
1733
|
-
"value": "#
|
|
1733
|
+
"value": "#C65200"
|
|
1734
1734
|
},
|
|
1735
1735
|
"name": "ColorSecondaryOrange600",
|
|
1736
1736
|
"attributes": {
|
|
@@ -1745,11 +1745,11 @@ module.exports = {
|
|
|
1745
1745
|
]
|
|
1746
1746
|
},
|
|
1747
1747
|
"700": {
|
|
1748
|
-
"value": "#
|
|
1748
|
+
"value": "#8c3500",
|
|
1749
1749
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/base.json",
|
|
1750
1750
|
"isSource": true,
|
|
1751
1751
|
"original": {
|
|
1752
|
-
"value": "#
|
|
1752
|
+
"value": "#8C3500"
|
|
1753
1753
|
},
|
|
1754
1754
|
"name": "ColorSecondaryOrange700",
|
|
1755
1755
|
"attributes": {
|
|
@@ -1764,11 +1764,11 @@ module.exports = {
|
|
|
1764
1764
|
]
|
|
1765
1765
|
},
|
|
1766
1766
|
"800": {
|
|
1767
|
-
"value": "#
|
|
1767
|
+
"value": "#531b00",
|
|
1768
1768
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/base.json",
|
|
1769
1769
|
"isSource": true,
|
|
1770
1770
|
"original": {
|
|
1771
|
-
"value": "#
|
|
1771
|
+
"value": "#531B00"
|
|
1772
1772
|
},
|
|
1773
1773
|
"name": "ColorSecondaryOrange800",
|
|
1774
1774
|
"attributes": {
|
|
@@ -1783,11 +1783,11 @@ module.exports = {
|
|
|
1783
1783
|
]
|
|
1784
1784
|
},
|
|
1785
1785
|
"900": {
|
|
1786
|
-
"value": "#
|
|
1786
|
+
"value": "#360e00",
|
|
1787
1787
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/base.json",
|
|
1788
1788
|
"isSource": true,
|
|
1789
1789
|
"original": {
|
|
1790
|
-
"value": "#
|
|
1790
|
+
"value": "#360E00"
|
|
1791
1791
|
},
|
|
1792
1792
|
"name": "ColorSecondaryOrange900",
|
|
1793
1793
|
"attributes": {
|
|
@@ -2667,46 +2667,6 @@ module.exports = {
|
|
|
2667
2667
|
]
|
|
2668
2668
|
}
|
|
2669
2669
|
},
|
|
2670
|
-
"breadcrumb": {
|
|
2671
|
-
"arrow": {
|
|
2672
|
-
"value": "#333333",
|
|
2673
|
-
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/breadcrumb.json",
|
|
2674
|
-
"isSource": true,
|
|
2675
|
-
"original": {
|
|
2676
|
-
"value": "{color.grey.800.value}"
|
|
2677
|
-
},
|
|
2678
|
-
"name": "ColorBreadcrumbArrow",
|
|
2679
|
-
"attributes": {
|
|
2680
|
-
"category": "color",
|
|
2681
|
-
"type": "breadcrumb",
|
|
2682
|
-
"item": "arrow"
|
|
2683
|
-
},
|
|
2684
|
-
"path": [
|
|
2685
|
-
"color",
|
|
2686
|
-
"breadcrumb",
|
|
2687
|
-
"arrow"
|
|
2688
|
-
]
|
|
2689
|
-
},
|
|
2690
|
-
"arrow-invert": {
|
|
2691
|
-
"value": "#ffffff",
|
|
2692
|
-
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/breadcrumb.json",
|
|
2693
|
-
"isSource": true,
|
|
2694
|
-
"original": {
|
|
2695
|
-
"value": "{color.grey.000.value}"
|
|
2696
|
-
},
|
|
2697
|
-
"name": "ColorBreadcrumbArrowInvert",
|
|
2698
|
-
"attributes": {
|
|
2699
|
-
"category": "color",
|
|
2700
|
-
"type": "breadcrumb",
|
|
2701
|
-
"item": "arrow-invert"
|
|
2702
|
-
},
|
|
2703
|
-
"path": [
|
|
2704
|
-
"color",
|
|
2705
|
-
"breadcrumb",
|
|
2706
|
-
"arrow-invert"
|
|
2707
|
-
]
|
|
2708
|
-
}
|
|
2709
|
-
},
|
|
2710
2670
|
"button": {
|
|
2711
2671
|
"solid": {
|
|
2712
2672
|
"background": {
|
|
@@ -2778,7 +2738,7 @@ module.exports = {
|
|
|
2778
2738
|
},
|
|
2779
2739
|
"disabled": {
|
|
2780
2740
|
"background": {
|
|
2781
|
-
"value": "#
|
|
2741
|
+
"value": "#dddcd5",
|
|
2782
2742
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/button.json",
|
|
2783
2743
|
"isSource": true,
|
|
2784
2744
|
"original": {
|
|
@@ -2801,7 +2761,7 @@ module.exports = {
|
|
|
2801
2761
|
]
|
|
2802
2762
|
},
|
|
2803
2763
|
"font": {
|
|
2804
|
-
"value": "#
|
|
2764
|
+
"value": "#71706b",
|
|
2805
2765
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/button.json",
|
|
2806
2766
|
"isSource": true,
|
|
2807
2767
|
"original": {
|
|
@@ -2900,7 +2860,7 @@ module.exports = {
|
|
|
2900
2860
|
},
|
|
2901
2861
|
"solid-primary-02": {
|
|
2902
2862
|
"background": {
|
|
2903
|
-
"value": "#
|
|
2863
|
+
"value": "#007574",
|
|
2904
2864
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/button.json",
|
|
2905
2865
|
"isSource": true,
|
|
2906
2866
|
"original": {
|
|
@@ -2943,7 +2903,7 @@ module.exports = {
|
|
|
2943
2903
|
},
|
|
2944
2904
|
"focus": {
|
|
2945
2905
|
"border": {
|
|
2946
|
-
"value": "#
|
|
2906
|
+
"value": "#062b35",
|
|
2947
2907
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/button.json",
|
|
2948
2908
|
"isSource": true,
|
|
2949
2909
|
"original": {
|
|
@@ -2968,7 +2928,7 @@ module.exports = {
|
|
|
2968
2928
|
},
|
|
2969
2929
|
"disabled": {
|
|
2970
2930
|
"background": {
|
|
2971
|
-
"value": "#
|
|
2931
|
+
"value": "#dddcd5",
|
|
2972
2932
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/button.json",
|
|
2973
2933
|
"isSource": true,
|
|
2974
2934
|
"original": {
|
|
@@ -2991,7 +2951,7 @@ module.exports = {
|
|
|
2991
2951
|
]
|
|
2992
2952
|
},
|
|
2993
2953
|
"font": {
|
|
2994
|
-
"value": "#
|
|
2954
|
+
"value": "#71706b",
|
|
2995
2955
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/button.json",
|
|
2996
2956
|
"isSource": true,
|
|
2997
2957
|
"original": {
|
|
@@ -3016,7 +2976,7 @@ module.exports = {
|
|
|
3016
2976
|
},
|
|
3017
2977
|
"active": {
|
|
3018
2978
|
"background": {
|
|
3019
|
-
"value": "#
|
|
2979
|
+
"value": "#062b35",
|
|
3020
2980
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/button.json",
|
|
3021
2981
|
"isSource": true,
|
|
3022
2982
|
"original": {
|
|
@@ -3041,7 +3001,7 @@ module.exports = {
|
|
|
3041
3001
|
},
|
|
3042
3002
|
"hover": {
|
|
3043
3003
|
"background": {
|
|
3044
|
-
"value": "#
|
|
3004
|
+
"value": "#063a44",
|
|
3045
3005
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/button.json",
|
|
3046
3006
|
"isSource": true,
|
|
3047
3007
|
"original": {
|
|
@@ -3090,7 +3050,7 @@ module.exports = {
|
|
|
3090
3050
|
},
|
|
3091
3051
|
"solid-neutral": {
|
|
3092
3052
|
"background": {
|
|
3093
|
-
"value": "#
|
|
3053
|
+
"value": "#3a3936",
|
|
3094
3054
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/button.json",
|
|
3095
3055
|
"isSource": true,
|
|
3096
3056
|
"original": {
|
|
@@ -3133,7 +3093,7 @@ module.exports = {
|
|
|
3133
3093
|
},
|
|
3134
3094
|
"focus": {
|
|
3135
3095
|
"border": {
|
|
3136
|
-
"value": "#
|
|
3096
|
+
"value": "#1e1e1c",
|
|
3137
3097
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/button.json",
|
|
3138
3098
|
"isSource": true,
|
|
3139
3099
|
"original": {
|
|
@@ -3158,7 +3118,7 @@ module.exports = {
|
|
|
3158
3118
|
},
|
|
3159
3119
|
"disabled": {
|
|
3160
3120
|
"background": {
|
|
3161
|
-
"value": "#
|
|
3121
|
+
"value": "#dddcd5",
|
|
3162
3122
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/button.json",
|
|
3163
3123
|
"isSource": true,
|
|
3164
3124
|
"original": {
|
|
@@ -3181,7 +3141,7 @@ module.exports = {
|
|
|
3181
3141
|
]
|
|
3182
3142
|
},
|
|
3183
3143
|
"font": {
|
|
3184
|
-
"value": "#
|
|
3144
|
+
"value": "#71706b",
|
|
3185
3145
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/button.json",
|
|
3186
3146
|
"isSource": true,
|
|
3187
3147
|
"original": {
|
|
@@ -3206,7 +3166,7 @@ module.exports = {
|
|
|
3206
3166
|
},
|
|
3207
3167
|
"active": {
|
|
3208
3168
|
"background": {
|
|
3209
|
-
"value": "#
|
|
3169
|
+
"value": "#3a3936",
|
|
3210
3170
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/button.json",
|
|
3211
3171
|
"isSource": true,
|
|
3212
3172
|
"original": {
|
|
@@ -3231,7 +3191,7 @@ module.exports = {
|
|
|
3231
3191
|
},
|
|
3232
3192
|
"hover": {
|
|
3233
3193
|
"background": {
|
|
3234
|
-
"value": "#
|
|
3194
|
+
"value": "#1e1e1c",
|
|
3235
3195
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/button.json",
|
|
3236
3196
|
"isSource": true,
|
|
3237
3197
|
"original": {
|
|
@@ -3280,7 +3240,7 @@ module.exports = {
|
|
|
3280
3240
|
},
|
|
3281
3241
|
"solid-danger": {
|
|
3282
3242
|
"background": {
|
|
3283
|
-
"value": "#
|
|
3243
|
+
"value": "#c61112",
|
|
3284
3244
|
"filePath": "node_modules/@mozaic-ds/tokens/AdeoProperties/color/button.json",
|
|
3285
3245
|
"isSource": true,
|
|
3286
3246
|
"original": {
|
|
@@ -3348,7 +3308,7 @@ module.exports = {
|
|
|
3348
3308
|
},
|
|
3349
3309
|
"disabled": {
|
|
3350
3310
|
"background": {
|
|
3351
|
-
"value": "#
|
|
3311
|
+
"value": "#dddcd5",
|
|
3352
3312
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/button.json",
|
|
3353
3313
|
"isSource": true,
|
|
3354
3314
|
"original": {
|
|
@@ -3371,7 +3331,7 @@ module.exports = {
|
|
|
3371
3331
|
]
|
|
3372
3332
|
},
|
|
3373
3333
|
"font": {
|
|
3374
|
-
"value": "#
|
|
3334
|
+
"value": "#71706b",
|
|
3375
3335
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/button.json",
|
|
3376
3336
|
"isSource": true,
|
|
3377
3337
|
"original": {
|
|
@@ -3559,7 +3519,7 @@ module.exports = {
|
|
|
3559
3519
|
},
|
|
3560
3520
|
"disabled": {
|
|
3561
3521
|
"background": {
|
|
3562
|
-
"value": "#
|
|
3522
|
+
"value": "#dddcd5",
|
|
3563
3523
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/button.json",
|
|
3564
3524
|
"isSource": true,
|
|
3565
3525
|
"original": {
|
|
@@ -3582,7 +3542,7 @@ module.exports = {
|
|
|
3582
3542
|
]
|
|
3583
3543
|
},
|
|
3584
3544
|
"font": {
|
|
3585
|
-
"value": "#
|
|
3545
|
+
"value": "#71706b",
|
|
3586
3546
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/button.json",
|
|
3587
3547
|
"isSource": true,
|
|
3588
3548
|
"original": {
|
|
@@ -3679,7 +3639,7 @@ module.exports = {
|
|
|
3679
3639
|
]
|
|
3680
3640
|
},
|
|
3681
3641
|
"border": {
|
|
3682
|
-
"value": "#
|
|
3642
|
+
"value": "#007574",
|
|
3683
3643
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/button.json",
|
|
3684
3644
|
"isSource": true,
|
|
3685
3645
|
"original": {
|
|
@@ -3700,7 +3660,7 @@ module.exports = {
|
|
|
3700
3660
|
]
|
|
3701
3661
|
},
|
|
3702
3662
|
"font": {
|
|
3703
|
-
"value": "#
|
|
3663
|
+
"value": "#007574",
|
|
3704
3664
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/button.json",
|
|
3705
3665
|
"isSource": true,
|
|
3706
3666
|
"original": {
|
|
@@ -3722,7 +3682,7 @@ module.exports = {
|
|
|
3722
3682
|
},
|
|
3723
3683
|
"focus": {
|
|
3724
3684
|
"border": {
|
|
3725
|
-
"value": "#
|
|
3685
|
+
"value": "#062b35",
|
|
3726
3686
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/button.json",
|
|
3727
3687
|
"isSource": true,
|
|
3728
3688
|
"original": {
|
|
@@ -3747,7 +3707,7 @@ module.exports = {
|
|
|
3747
3707
|
},
|
|
3748
3708
|
"disabled": {
|
|
3749
3709
|
"background": {
|
|
3750
|
-
"value": "#
|
|
3710
|
+
"value": "#dddcd5",
|
|
3751
3711
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/button.json",
|
|
3752
3712
|
"isSource": true,
|
|
3753
3713
|
"original": {
|
|
@@ -3770,7 +3730,7 @@ module.exports = {
|
|
|
3770
3730
|
]
|
|
3771
3731
|
},
|
|
3772
3732
|
"font": {
|
|
3773
|
-
"value": "#
|
|
3733
|
+
"value": "#71706b",
|
|
3774
3734
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/button.json",
|
|
3775
3735
|
"isSource": true,
|
|
3776
3736
|
"original": {
|
|
@@ -3795,7 +3755,7 @@ module.exports = {
|
|
|
3795
3755
|
},
|
|
3796
3756
|
"active": {
|
|
3797
3757
|
"background": {
|
|
3798
|
-
"value": "#
|
|
3758
|
+
"value": "#a5d1cb",
|
|
3799
3759
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/button.json",
|
|
3800
3760
|
"isSource": true,
|
|
3801
3761
|
"original": {
|
|
@@ -3820,7 +3780,7 @@ module.exports = {
|
|
|
3820
3780
|
},
|
|
3821
3781
|
"hover": {
|
|
3822
3782
|
"background": {
|
|
3823
|
-
"value": "#
|
|
3783
|
+
"value": "#dbedea",
|
|
3824
3784
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/button.json",
|
|
3825
3785
|
"isSource": true,
|
|
3826
3786
|
"original": {
|
|
@@ -3867,7 +3827,7 @@ module.exports = {
|
|
|
3867
3827
|
]
|
|
3868
3828
|
},
|
|
3869
3829
|
"border": {
|
|
3870
|
-
"value": "#
|
|
3830
|
+
"value": "#3a3936",
|
|
3871
3831
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/button.json",
|
|
3872
3832
|
"isSource": true,
|
|
3873
3833
|
"original": {
|
|
@@ -3888,7 +3848,7 @@ module.exports = {
|
|
|
3888
3848
|
]
|
|
3889
3849
|
},
|
|
3890
3850
|
"font": {
|
|
3891
|
-
"value": "#
|
|
3851
|
+
"value": "#3a3936",
|
|
3892
3852
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/button.json",
|
|
3893
3853
|
"isSource": true,
|
|
3894
3854
|
"original": {
|
|
@@ -3910,7 +3870,7 @@ module.exports = {
|
|
|
3910
3870
|
},
|
|
3911
3871
|
"focus": {
|
|
3912
3872
|
"border": {
|
|
3913
|
-
"value": "#
|
|
3873
|
+
"value": "#1e1e1c",
|
|
3914
3874
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/button.json",
|
|
3915
3875
|
"isSource": true,
|
|
3916
3876
|
"original": {
|
|
@@ -3935,7 +3895,7 @@ module.exports = {
|
|
|
3935
3895
|
},
|
|
3936
3896
|
"disabled": {
|
|
3937
3897
|
"background": {
|
|
3938
|
-
"value": "#
|
|
3898
|
+
"value": "#dddcd5",
|
|
3939
3899
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/button.json",
|
|
3940
3900
|
"isSource": true,
|
|
3941
3901
|
"original": {
|
|
@@ -3958,7 +3918,7 @@ module.exports = {
|
|
|
3958
3918
|
]
|
|
3959
3919
|
},
|
|
3960
3920
|
"font": {
|
|
3961
|
-
"value": "#
|
|
3921
|
+
"value": "#71706b",
|
|
3962
3922
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/button.json",
|
|
3963
3923
|
"isSource": true,
|
|
3964
3924
|
"original": {
|
|
@@ -3983,7 +3943,7 @@ module.exports = {
|
|
|
3983
3943
|
},
|
|
3984
3944
|
"active": {
|
|
3985
3945
|
"background": {
|
|
3986
|
-
"value": "#
|
|
3946
|
+
"value": "#dddcd5",
|
|
3987
3947
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/button.json",
|
|
3988
3948
|
"isSource": true,
|
|
3989
3949
|
"original": {
|
|
@@ -4008,7 +3968,7 @@ module.exports = {
|
|
|
4008
3968
|
},
|
|
4009
3969
|
"hover": {
|
|
4010
3970
|
"background": {
|
|
4011
|
-
"value": "#
|
|
3971
|
+
"value": "#eeedea",
|
|
4012
3972
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/button.json",
|
|
4013
3973
|
"isSource": true,
|
|
4014
3974
|
"original": {
|
|
@@ -4055,7 +4015,7 @@ module.exports = {
|
|
|
4055
4015
|
]
|
|
4056
4016
|
},
|
|
4057
4017
|
"border": {
|
|
4058
|
-
"value": "#
|
|
4018
|
+
"value": "#c61112",
|
|
4059
4019
|
"filePath": "node_modules/@mozaic-ds/tokens/AdeoProperties/color/button.json",
|
|
4060
4020
|
"isSource": true,
|
|
4061
4021
|
"original": {
|
|
@@ -4076,7 +4036,7 @@ module.exports = {
|
|
|
4076
4036
|
]
|
|
4077
4037
|
},
|
|
4078
4038
|
"font": {
|
|
4079
|
-
"value": "#
|
|
4039
|
+
"value": "#c61112",
|
|
4080
4040
|
"filePath": "node_modules/@mozaic-ds/tokens/AdeoProperties/color/button.json",
|
|
4081
4041
|
"isSource": true,
|
|
4082
4042
|
"original": {
|
|
@@ -4098,7 +4058,7 @@ module.exports = {
|
|
|
4098
4058
|
},
|
|
4099
4059
|
"focus": {
|
|
4100
4060
|
"border": {
|
|
4101
|
-
"value": "#
|
|
4061
|
+
"value": "#8c0003",
|
|
4102
4062
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/button.json",
|
|
4103
4063
|
"isSource": true,
|
|
4104
4064
|
"original": {
|
|
@@ -4123,7 +4083,7 @@ module.exports = {
|
|
|
4123
4083
|
},
|
|
4124
4084
|
"disabled": {
|
|
4125
4085
|
"background": {
|
|
4126
|
-
"value": "#
|
|
4086
|
+
"value": "#dddcd5",
|
|
4127
4087
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/button.json",
|
|
4128
4088
|
"isSource": true,
|
|
4129
4089
|
"original": {
|
|
@@ -4146,7 +4106,7 @@ module.exports = {
|
|
|
4146
4106
|
]
|
|
4147
4107
|
},
|
|
4148
4108
|
"font": {
|
|
4149
|
-
"value": "#
|
|
4109
|
+
"value": "#71706b",
|
|
4150
4110
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/button.json",
|
|
4151
4111
|
"isSource": true,
|
|
4152
4112
|
"original": {
|
|
@@ -4171,7 +4131,7 @@ module.exports = {
|
|
|
4171
4131
|
},
|
|
4172
4132
|
"active": {
|
|
4173
4133
|
"background": {
|
|
4174
|
-
"value": "#
|
|
4134
|
+
"value": "#f8bcbb",
|
|
4175
4135
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/button.json",
|
|
4176
4136
|
"isSource": true,
|
|
4177
4137
|
"original": {
|
|
@@ -4196,7 +4156,7 @@ module.exports = {
|
|
|
4196
4156
|
},
|
|
4197
4157
|
"hover": {
|
|
4198
4158
|
"background": {
|
|
4199
|
-
"value": "#
|
|
4159
|
+
"value": "#fdeaea",
|
|
4200
4160
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/button.json",
|
|
4201
4161
|
"isSource": true,
|
|
4202
4162
|
"original": {
|
|
@@ -4221,134 +4181,6 @@ module.exports = {
|
|
|
4221
4181
|
}
|
|
4222
4182
|
}
|
|
4223
4183
|
},
|
|
4224
|
-
"card": {
|
|
4225
|
-
"bordered": {
|
|
4226
|
-
"background": {
|
|
4227
|
-
"value": "#ffffff",
|
|
4228
|
-
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/card.json",
|
|
4229
|
-
"isSource": true,
|
|
4230
|
-
"original": {
|
|
4231
|
-
"value": "{color.grey.000.value}"
|
|
4232
|
-
},
|
|
4233
|
-
"name": "ColorCardBorderedBackground",
|
|
4234
|
-
"attributes": {
|
|
4235
|
-
"category": "color",
|
|
4236
|
-
"type": "card",
|
|
4237
|
-
"item": "bordered",
|
|
4238
|
-
"subitem": "background"
|
|
4239
|
-
},
|
|
4240
|
-
"path": [
|
|
4241
|
-
"color",
|
|
4242
|
-
"card",
|
|
4243
|
-
"bordered",
|
|
4244
|
-
"background"
|
|
4245
|
-
]
|
|
4246
|
-
},
|
|
4247
|
-
"border": {
|
|
4248
|
-
"value": "#808080",
|
|
4249
|
-
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/card.json",
|
|
4250
|
-
"isSource": true,
|
|
4251
|
-
"original": {
|
|
4252
|
-
"value": "{color.grey.500.value}"
|
|
4253
|
-
},
|
|
4254
|
-
"name": "ColorCardBorderedBorder",
|
|
4255
|
-
"attributes": {
|
|
4256
|
-
"category": "color",
|
|
4257
|
-
"type": "card",
|
|
4258
|
-
"item": "bordered",
|
|
4259
|
-
"subitem": "border"
|
|
4260
|
-
},
|
|
4261
|
-
"path": [
|
|
4262
|
-
"color",
|
|
4263
|
-
"card",
|
|
4264
|
-
"bordered",
|
|
4265
|
-
"border"
|
|
4266
|
-
]
|
|
4267
|
-
}
|
|
4268
|
-
}
|
|
4269
|
-
},
|
|
4270
|
-
"dialog": {
|
|
4271
|
-
"background": {
|
|
4272
|
-
"value": "#ffffff",
|
|
4273
|
-
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/dialog.json",
|
|
4274
|
-
"isSource": true,
|
|
4275
|
-
"original": {
|
|
4276
|
-
"value": "{color.grey.000.value}"
|
|
4277
|
-
},
|
|
4278
|
-
"name": "ColorDialogBackground",
|
|
4279
|
-
"attributes": {
|
|
4280
|
-
"category": "color",
|
|
4281
|
-
"type": "dialog",
|
|
4282
|
-
"item": "background"
|
|
4283
|
-
},
|
|
4284
|
-
"path": [
|
|
4285
|
-
"color",
|
|
4286
|
-
"dialog",
|
|
4287
|
-
"background"
|
|
4288
|
-
]
|
|
4289
|
-
},
|
|
4290
|
-
"icon": {
|
|
4291
|
-
"value": "#666666",
|
|
4292
|
-
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/dialog.json",
|
|
4293
|
-
"isSource": true,
|
|
4294
|
-
"original": {
|
|
4295
|
-
"value": "{color.grey.600.value}"
|
|
4296
|
-
},
|
|
4297
|
-
"name": "ColorDialogIcon",
|
|
4298
|
-
"attributes": {
|
|
4299
|
-
"category": "color",
|
|
4300
|
-
"type": "dialog",
|
|
4301
|
-
"item": "icon"
|
|
4302
|
-
},
|
|
4303
|
-
"path": [
|
|
4304
|
-
"color",
|
|
4305
|
-
"dialog",
|
|
4306
|
-
"icon"
|
|
4307
|
-
]
|
|
4308
|
-
},
|
|
4309
|
-
"close": {
|
|
4310
|
-
"value": "#808080",
|
|
4311
|
-
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/dialog.json",
|
|
4312
|
-
"isSource": true,
|
|
4313
|
-
"original": {
|
|
4314
|
-
"value": "{color.grey.500.value}"
|
|
4315
|
-
},
|
|
4316
|
-
"name": "ColorDialogClose",
|
|
4317
|
-
"attributes": {
|
|
4318
|
-
"category": "color",
|
|
4319
|
-
"type": "dialog",
|
|
4320
|
-
"item": "close"
|
|
4321
|
-
},
|
|
4322
|
-
"path": [
|
|
4323
|
-
"color",
|
|
4324
|
-
"dialog",
|
|
4325
|
-
"close"
|
|
4326
|
-
]
|
|
4327
|
-
},
|
|
4328
|
-
"footer": {
|
|
4329
|
-
"shadow": {
|
|
4330
|
-
"value": "#191919",
|
|
4331
|
-
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/dialog.json",
|
|
4332
|
-
"isSource": true,
|
|
4333
|
-
"original": {
|
|
4334
|
-
"value": "{color.grey.900.value}"
|
|
4335
|
-
},
|
|
4336
|
-
"name": "ColorDialogFooterShadow",
|
|
4337
|
-
"attributes": {
|
|
4338
|
-
"category": "color",
|
|
4339
|
-
"type": "dialog",
|
|
4340
|
-
"item": "footer",
|
|
4341
|
-
"subitem": "shadow"
|
|
4342
|
-
},
|
|
4343
|
-
"path": [
|
|
4344
|
-
"color",
|
|
4345
|
-
"dialog",
|
|
4346
|
-
"footer",
|
|
4347
|
-
"shadow"
|
|
4348
|
-
]
|
|
4349
|
-
}
|
|
4350
|
-
}
|
|
4351
|
-
},
|
|
4352
4184
|
"divider": {
|
|
4353
4185
|
"lightest": {
|
|
4354
4186
|
"value": "#ffffff",
|
|
@@ -4370,7 +4202,7 @@ module.exports = {
|
|
|
4370
4202
|
]
|
|
4371
4203
|
},
|
|
4372
4204
|
"light": {
|
|
4373
|
-
"value": "#
|
|
4205
|
+
"value": "#c2c1ba",
|
|
4374
4206
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/divider.json",
|
|
4375
4207
|
"isSource": true,
|
|
4376
4208
|
"original": {
|
|
@@ -4389,7 +4221,7 @@ module.exports = {
|
|
|
4389
4221
|
]
|
|
4390
4222
|
},
|
|
4391
4223
|
"default": {
|
|
4392
|
-
"value": "#
|
|
4224
|
+
"value": "#71706b",
|
|
4393
4225
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/divider.json",
|
|
4394
4226
|
"isSource": true,
|
|
4395
4227
|
"original": {
|
|
@@ -4448,7 +4280,7 @@ module.exports = {
|
|
|
4448
4280
|
]
|
|
4449
4281
|
},
|
|
4450
4282
|
"label": {
|
|
4451
|
-
"value": "#
|
|
4283
|
+
"value": "#3a3936",
|
|
4452
4284
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/fields.json",
|
|
4453
4285
|
"isSource": true,
|
|
4454
4286
|
"original": {
|
|
@@ -4467,7 +4299,7 @@ module.exports = {
|
|
|
4467
4299
|
]
|
|
4468
4300
|
},
|
|
4469
4301
|
"requirement": {
|
|
4470
|
-
"value": "#
|
|
4302
|
+
"value": "#71706b",
|
|
4471
4303
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/fields.json",
|
|
4472
4304
|
"isSource": true,
|
|
4473
4305
|
"original": {
|
|
@@ -4486,7 +4318,7 @@ module.exports = {
|
|
|
4486
4318
|
]
|
|
4487
4319
|
},
|
|
4488
4320
|
"help": {
|
|
4489
|
-
"value": "#
|
|
4321
|
+
"value": "#71706b",
|
|
4490
4322
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/fields.json",
|
|
4491
4323
|
"isSource": true,
|
|
4492
4324
|
"original": {
|
|
@@ -4527,7 +4359,7 @@ module.exports = {
|
|
|
4527
4359
|
},
|
|
4528
4360
|
"files": {
|
|
4529
4361
|
"list": {
|
|
4530
|
-
"value": "#
|
|
4362
|
+
"value": "#eeedea",
|
|
4531
4363
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/fileuploder.json",
|
|
4532
4364
|
"isSource": true,
|
|
4533
4365
|
"original": {
|
|
@@ -4548,7 +4380,7 @@ module.exports = {
|
|
|
4548
4380
|
]
|
|
4549
4381
|
},
|
|
4550
4382
|
"delete": {
|
|
4551
|
-
"value": "#
|
|
4383
|
+
"value": "#dddcd5",
|
|
4552
4384
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/fileuploder.json",
|
|
4553
4385
|
"isSource": true,
|
|
4554
4386
|
"original": {
|
|
@@ -4871,7 +4703,7 @@ module.exports = {
|
|
|
4871
4703
|
},
|
|
4872
4704
|
"solid-danger": {
|
|
4873
4705
|
"background": {
|
|
4874
|
-
"value": "#
|
|
4706
|
+
"value": "#c61112",
|
|
4875
4707
|
"filePath": "node_modules/@mozaic-ds/tokens/AdeoProperties/color/flag.json",
|
|
4876
4708
|
"isSource": true,
|
|
4877
4709
|
"original": {
|
|
@@ -4892,7 +4724,7 @@ module.exports = {
|
|
|
4892
4724
|
]
|
|
4893
4725
|
},
|
|
4894
4726
|
"border": {
|
|
4895
|
-
"value": "#
|
|
4727
|
+
"value": "#c61112",
|
|
4896
4728
|
"filePath": "node_modules/@mozaic-ds/tokens/AdeoProperties/color/flag.json",
|
|
4897
4729
|
"isSource": true,
|
|
4898
4730
|
"original": {
|
|
@@ -5217,7 +5049,7 @@ module.exports = {
|
|
|
5217
5049
|
]
|
|
5218
5050
|
},
|
|
5219
5051
|
"border": {
|
|
5220
|
-
"value": "#
|
|
5052
|
+
"value": "#c61112",
|
|
5221
5053
|
"filePath": "node_modules/@mozaic-ds/tokens/AdeoProperties/color/flag.json",
|
|
5222
5054
|
"isSource": true,
|
|
5223
5055
|
"original": {
|
|
@@ -5238,7 +5070,7 @@ module.exports = {
|
|
|
5238
5070
|
]
|
|
5239
5071
|
},
|
|
5240
5072
|
"text": {
|
|
5241
|
-
"value": "#
|
|
5073
|
+
"value": "#c61112",
|
|
5242
5074
|
"filePath": "node_modules/@mozaic-ds/tokens/AdeoProperties/color/flag.json",
|
|
5243
5075
|
"isSource": true,
|
|
5244
5076
|
"original": {
|
|
@@ -5302,11 +5134,11 @@ module.exports = {
|
|
|
5302
5134
|
},
|
|
5303
5135
|
"font": {
|
|
5304
5136
|
"primary-01": {
|
|
5305
|
-
"value": "#
|
|
5137
|
+
"value": "#007f8c",
|
|
5306
5138
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/font.json",
|
|
5307
5139
|
"isSource": true,
|
|
5308
5140
|
"original": {
|
|
5309
|
-
"value": "{color.primary-01.
|
|
5141
|
+
"value": "{color.primary-01.600.value}"
|
|
5310
5142
|
},
|
|
5311
5143
|
"name": "ColorFontPrimary01",
|
|
5312
5144
|
"attributes": {
|
|
@@ -5321,7 +5153,7 @@ module.exports = {
|
|
|
5321
5153
|
]
|
|
5322
5154
|
},
|
|
5323
5155
|
"primary-02": {
|
|
5324
|
-
"value": "#
|
|
5156
|
+
"value": "#007574",
|
|
5325
5157
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/font.json",
|
|
5326
5158
|
"isSource": true,
|
|
5327
5159
|
"original": {
|
|
@@ -5359,7 +5191,7 @@ module.exports = {
|
|
|
5359
5191
|
]
|
|
5360
5192
|
},
|
|
5361
5193
|
"darker": {
|
|
5362
|
-
"value": "#
|
|
5194
|
+
"value": "#1e1e1c",
|
|
5363
5195
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/font.json",
|
|
5364
5196
|
"isSource": true,
|
|
5365
5197
|
"original": {
|
|
@@ -5378,7 +5210,7 @@ module.exports = {
|
|
|
5378
5210
|
]
|
|
5379
5211
|
},
|
|
5380
5212
|
"dark": {
|
|
5381
|
-
"value": "#
|
|
5213
|
+
"value": "#3a3936",
|
|
5382
5214
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/font.json",
|
|
5383
5215
|
"isSource": true,
|
|
5384
5216
|
"original": {
|
|
@@ -5397,7 +5229,7 @@ module.exports = {
|
|
|
5397
5229
|
]
|
|
5398
5230
|
},
|
|
5399
5231
|
"light": {
|
|
5400
|
-
"value": "#
|
|
5232
|
+
"value": "#71706b",
|
|
5401
5233
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/font.json",
|
|
5402
5234
|
"isSource": true,
|
|
5403
5235
|
"original": {
|
|
@@ -5511,80 +5343,9 @@ module.exports = {
|
|
|
5511
5343
|
]
|
|
5512
5344
|
}
|
|
5513
5345
|
},
|
|
5514
|
-
"heading": {
|
|
5515
|
-
"underline": {
|
|
5516
|
-
"default": {
|
|
5517
|
-
"value": "#00919f",
|
|
5518
|
-
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/heading.json",
|
|
5519
|
-
"isSource": true,
|
|
5520
|
-
"original": {
|
|
5521
|
-
"value": "{color.primary-01.500.value}"
|
|
5522
|
-
},
|
|
5523
|
-
"name": "ColorHeadingUnderlineDefault",
|
|
5524
|
-
"attributes": {
|
|
5525
|
-
"category": "color",
|
|
5526
|
-
"type": "heading",
|
|
5527
|
-
"item": "underline",
|
|
5528
|
-
"subitem": "default"
|
|
5529
|
-
},
|
|
5530
|
-
"path": [
|
|
5531
|
-
"color",
|
|
5532
|
-
"heading",
|
|
5533
|
-
"underline",
|
|
5534
|
-
"default"
|
|
5535
|
-
]
|
|
5536
|
-
},
|
|
5537
|
-
"lightest": {
|
|
5538
|
-
"value": "#91d5db",
|
|
5539
|
-
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/heading.json",
|
|
5540
|
-
"isSource": true,
|
|
5541
|
-
"original": {
|
|
5542
|
-
"value": "{color.primary-01.200.value}"
|
|
5543
|
-
},
|
|
5544
|
-
"name": "ColorHeadingUnderlineLightest",
|
|
5545
|
-
"attributes": {
|
|
5546
|
-
"category": "color",
|
|
5547
|
-
"type": "heading",
|
|
5548
|
-
"item": "underline",
|
|
5549
|
-
"subitem": "lightest"
|
|
5550
|
-
},
|
|
5551
|
-
"path": [
|
|
5552
|
-
"color",
|
|
5553
|
-
"heading",
|
|
5554
|
-
"underline",
|
|
5555
|
-
"lightest"
|
|
5556
|
-
]
|
|
5557
|
-
}
|
|
5558
|
-
}
|
|
5559
|
-
},
|
|
5560
|
-
"hero": {
|
|
5561
|
-
"cover": {
|
|
5562
|
-
"background": {
|
|
5563
|
-
"value": "#191919",
|
|
5564
|
-
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/hero.json",
|
|
5565
|
-
"isSource": true,
|
|
5566
|
-
"original": {
|
|
5567
|
-
"value": "{color.grey.900.value}"
|
|
5568
|
-
},
|
|
5569
|
-
"name": "ColorHeroCoverBackground",
|
|
5570
|
-
"attributes": {
|
|
5571
|
-
"category": "color",
|
|
5572
|
-
"type": "hero",
|
|
5573
|
-
"item": "cover",
|
|
5574
|
-
"subitem": "background"
|
|
5575
|
-
},
|
|
5576
|
-
"path": [
|
|
5577
|
-
"color",
|
|
5578
|
-
"hero",
|
|
5579
|
-
"cover",
|
|
5580
|
-
"background"
|
|
5581
|
-
]
|
|
5582
|
-
}
|
|
5583
|
-
}
|
|
5584
|
-
},
|
|
5585
5346
|
"input": {
|
|
5586
5347
|
"text": {
|
|
5587
|
-
"value": "#
|
|
5348
|
+
"value": "#1e1e1c",
|
|
5588
5349
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/input.json",
|
|
5589
5350
|
"isSource": true,
|
|
5590
5351
|
"original": {
|
|
@@ -5603,7 +5364,7 @@ module.exports = {
|
|
|
5603
5364
|
]
|
|
5604
5365
|
},
|
|
5605
5366
|
"border": {
|
|
5606
|
-
"value": "#
|
|
5367
|
+
"value": "#71706b",
|
|
5607
5368
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/input.json",
|
|
5608
5369
|
"isSource": true,
|
|
5609
5370
|
"original": {
|
|
@@ -5622,7 +5383,7 @@ module.exports = {
|
|
|
5622
5383
|
]
|
|
5623
5384
|
},
|
|
5624
5385
|
"placeholder": {
|
|
5625
|
-
"value": "#
|
|
5386
|
+
"value": "#8c8b85",
|
|
5626
5387
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/input.json",
|
|
5627
5388
|
"isSource": true,
|
|
5628
5389
|
"original": {
|
|
@@ -5661,7 +5422,7 @@ module.exports = {
|
|
|
5661
5422
|
},
|
|
5662
5423
|
"disabled": {
|
|
5663
5424
|
"border": {
|
|
5664
|
-
"value": "#
|
|
5425
|
+
"value": "#eeedea",
|
|
5665
5426
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/input.json",
|
|
5666
5427
|
"isSource": true,
|
|
5667
5428
|
"original": {
|
|
@@ -5682,7 +5443,7 @@ module.exports = {
|
|
|
5682
5443
|
]
|
|
5683
5444
|
},
|
|
5684
5445
|
"background": {
|
|
5685
|
-
"value": "#
|
|
5446
|
+
"value": "#eeedea",
|
|
5686
5447
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/input.json",
|
|
5687
5448
|
"isSource": true,
|
|
5688
5449
|
"original": {
|
|
@@ -5703,7 +5464,7 @@ module.exports = {
|
|
|
5703
5464
|
]
|
|
5704
5465
|
},
|
|
5705
5466
|
"icon": {
|
|
5706
|
-
"value": "#
|
|
5467
|
+
"value": "#a7a6a0",
|
|
5707
5468
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/input.json",
|
|
5708
5469
|
"isSource": true,
|
|
5709
5470
|
"original": {
|
|
@@ -5726,7 +5487,7 @@ module.exports = {
|
|
|
5726
5487
|
},
|
|
5727
5488
|
"hover": {
|
|
5728
5489
|
"border": {
|
|
5729
|
-
"value": "#
|
|
5490
|
+
"value": "#1e1e1c",
|
|
5730
5491
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/input.json",
|
|
5731
5492
|
"isSource": true,
|
|
5732
5493
|
"original": {
|
|
@@ -5981,7 +5742,7 @@ module.exports = {
|
|
|
5981
5742
|
]
|
|
5982
5743
|
},
|
|
5983
5744
|
"visited": {
|
|
5984
|
-
"value": "#
|
|
5745
|
+
"value": "#3a3936",
|
|
5985
5746
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/link.json",
|
|
5986
5747
|
"isSource": true,
|
|
5987
5748
|
"original": {
|
|
@@ -6002,7 +5763,7 @@ module.exports = {
|
|
|
6002
5763
|
]
|
|
6003
5764
|
},
|
|
6004
5765
|
"active": {
|
|
6005
|
-
"value": "#
|
|
5766
|
+
"value": "#3a3936",
|
|
6006
5767
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/link.json",
|
|
6007
5768
|
"isSource": true,
|
|
6008
5769
|
"original": {
|
|
@@ -6023,7 +5784,7 @@ module.exports = {
|
|
|
6023
5784
|
]
|
|
6024
5785
|
},
|
|
6025
5786
|
"disabled": {
|
|
6026
|
-
"value": "#
|
|
5787
|
+
"value": "#eeedea",
|
|
6027
5788
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/link.json",
|
|
6028
5789
|
"isSource": true,
|
|
6029
5790
|
"original": {
|
|
@@ -6044,7 +5805,7 @@ module.exports = {
|
|
|
6044
5805
|
]
|
|
6045
5806
|
},
|
|
6046
5807
|
"hover": {
|
|
6047
|
-
"value": "#
|
|
5808
|
+
"value": "#71706b",
|
|
6048
5809
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/link.json",
|
|
6049
5810
|
"isSource": true,
|
|
6050
5811
|
"original": {
|
|
@@ -6088,7 +5849,7 @@ module.exports = {
|
|
|
6088
5849
|
]
|
|
6089
5850
|
},
|
|
6090
5851
|
"visited": {
|
|
6091
|
-
"value": "#
|
|
5852
|
+
"value": "#dddcd5",
|
|
6092
5853
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/link.json",
|
|
6093
5854
|
"isSource": true,
|
|
6094
5855
|
"original": {
|
|
@@ -6109,7 +5870,7 @@ module.exports = {
|
|
|
6109
5870
|
]
|
|
6110
5871
|
},
|
|
6111
5872
|
"active": {
|
|
6112
|
-
"value": "#
|
|
5873
|
+
"value": "#dddcd5",
|
|
6113
5874
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/link.json",
|
|
6114
5875
|
"isSource": true,
|
|
6115
5876
|
"original": {
|
|
@@ -6130,7 +5891,7 @@ module.exports = {
|
|
|
6130
5891
|
]
|
|
6131
5892
|
},
|
|
6132
5893
|
"disabled": {
|
|
6133
|
-
"value": "#
|
|
5894
|
+
"value": "#eeedea",
|
|
6134
5895
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/link.json",
|
|
6135
5896
|
"isSource": true,
|
|
6136
5897
|
"original": {
|
|
@@ -6151,7 +5912,7 @@ module.exports = {
|
|
|
6151
5912
|
]
|
|
6152
5913
|
},
|
|
6153
5914
|
"hover": {
|
|
6154
|
-
"value": "#
|
|
5915
|
+
"value": "#a7a6a0",
|
|
6155
5916
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/link.json",
|
|
6156
5917
|
"isSource": true,
|
|
6157
5918
|
"original": {
|
|
@@ -6237,7 +5998,7 @@ module.exports = {
|
|
|
6237
5998
|
]
|
|
6238
5999
|
},
|
|
6239
6000
|
"disabled": {
|
|
6240
|
-
"value": "#
|
|
6001
|
+
"value": "#eeedea",
|
|
6241
6002
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/link.json",
|
|
6242
6003
|
"isSource": true,
|
|
6243
6004
|
"original": {
|
|
@@ -6258,11 +6019,11 @@ module.exports = {
|
|
|
6258
6019
|
]
|
|
6259
6020
|
},
|
|
6260
6021
|
"hover": {
|
|
6261
|
-
"value": "#
|
|
6022
|
+
"value": "#004e57",
|
|
6262
6023
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/link.json",
|
|
6263
6024
|
"isSource": true,
|
|
6264
6025
|
"original": {
|
|
6265
|
-
"value": "{color.primary-01.
|
|
6026
|
+
"value": "{color.primary-01.800.value}"
|
|
6266
6027
|
},
|
|
6267
6028
|
"name": "ColorLinkPrimaryHover",
|
|
6268
6029
|
"attributes": {
|
|
@@ -6281,7 +6042,7 @@ module.exports = {
|
|
|
6281
6042
|
},
|
|
6282
6043
|
"primary-02": {
|
|
6283
6044
|
"base": {
|
|
6284
|
-
"value": "#
|
|
6045
|
+
"value": "#035f64",
|
|
6285
6046
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/link.json",
|
|
6286
6047
|
"isSource": true,
|
|
6287
6048
|
"original": {
|
|
@@ -6302,7 +6063,7 @@ module.exports = {
|
|
|
6302
6063
|
]
|
|
6303
6064
|
},
|
|
6304
6065
|
"visited": {
|
|
6305
|
-
"value": "#
|
|
6066
|
+
"value": "#044c53",
|
|
6306
6067
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/link.json",
|
|
6307
6068
|
"isSource": true,
|
|
6308
6069
|
"original": {
|
|
@@ -6323,7 +6084,7 @@ module.exports = {
|
|
|
6323
6084
|
]
|
|
6324
6085
|
},
|
|
6325
6086
|
"active": {
|
|
6326
|
-
"value": "#
|
|
6087
|
+
"value": "#044c53",
|
|
6327
6088
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/link.json",
|
|
6328
6089
|
"isSource": true,
|
|
6329
6090
|
"original": {
|
|
@@ -6344,7 +6105,7 @@ module.exports = {
|
|
|
6344
6105
|
]
|
|
6345
6106
|
},
|
|
6346
6107
|
"disabled": {
|
|
6347
|
-
"value": "#
|
|
6108
|
+
"value": "#eeedea",
|
|
6348
6109
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/link.json",
|
|
6349
6110
|
"isSource": true,
|
|
6350
6111
|
"original": {
|
|
@@ -6365,7 +6126,7 @@ module.exports = {
|
|
|
6365
6126
|
]
|
|
6366
6127
|
},
|
|
6367
6128
|
"hover": {
|
|
6368
|
-
"value": "#
|
|
6129
|
+
"value": "#062b35",
|
|
6369
6130
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/link.json",
|
|
6370
6131
|
"isSource": true,
|
|
6371
6132
|
"original": {
|
|
@@ -6388,7 +6149,7 @@ module.exports = {
|
|
|
6388
6149
|
},
|
|
6389
6150
|
"danger": {
|
|
6390
6151
|
"base": {
|
|
6391
|
-
"value": "#
|
|
6152
|
+
"value": "#c61112",
|
|
6392
6153
|
"filePath": "node_modules/@mozaic-ds/tokens/AdeoProperties/color/link.json",
|
|
6393
6154
|
"isSource": true,
|
|
6394
6155
|
"original": {
|
|
@@ -6409,7 +6170,7 @@ module.exports = {
|
|
|
6409
6170
|
]
|
|
6410
6171
|
},
|
|
6411
6172
|
"visited": {
|
|
6412
|
-
"value": "#
|
|
6173
|
+
"value": "#8c0003",
|
|
6413
6174
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/link.json",
|
|
6414
6175
|
"isSource": true,
|
|
6415
6176
|
"original": {
|
|
@@ -6430,7 +6191,7 @@ module.exports = {
|
|
|
6430
6191
|
]
|
|
6431
6192
|
},
|
|
6432
6193
|
"active": {
|
|
6433
|
-
"value": "#
|
|
6194
|
+
"value": "#8c0003",
|
|
6434
6195
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/link.json",
|
|
6435
6196
|
"isSource": true,
|
|
6436
6197
|
"original": {
|
|
@@ -6451,7 +6212,7 @@ module.exports = {
|
|
|
6451
6212
|
]
|
|
6452
6213
|
},
|
|
6453
6214
|
"disabled": {
|
|
6454
|
-
"value": "#
|
|
6215
|
+
"value": "#eeedea",
|
|
6455
6216
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/link.json",
|
|
6456
6217
|
"isSource": true,
|
|
6457
6218
|
"original": {
|
|
@@ -6472,11 +6233,11 @@ module.exports = {
|
|
|
6472
6233
|
]
|
|
6473
6234
|
},
|
|
6474
6235
|
"hover": {
|
|
6475
|
-
"value": "#
|
|
6236
|
+
"value": "#530000",
|
|
6476
6237
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/link.json",
|
|
6477
6238
|
"isSource": true,
|
|
6478
6239
|
"original": {
|
|
6479
|
-
"value": "{color.secondary-red.
|
|
6240
|
+
"value": "{color.secondary-red.800.value}"
|
|
6480
6241
|
},
|
|
6481
6242
|
"name": "ColorLinkDangerHover",
|
|
6482
6243
|
"attributes": {
|
|
@@ -6556,6 +6317,27 @@ module.exports = {
|
|
|
6556
6317
|
"information",
|
|
6557
6318
|
"border"
|
|
6558
6319
|
]
|
|
6320
|
+
},
|
|
6321
|
+
"icon": {
|
|
6322
|
+
"value": "#007bb4",
|
|
6323
|
+
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/notification.json",
|
|
6324
|
+
"isSource": true,
|
|
6325
|
+
"original": {
|
|
6326
|
+
"value": "{color.info.600.value}"
|
|
6327
|
+
},
|
|
6328
|
+
"name": "ColorNotificationInformationIcon",
|
|
6329
|
+
"attributes": {
|
|
6330
|
+
"category": "color",
|
|
6331
|
+
"type": "notification",
|
|
6332
|
+
"item": "information",
|
|
6333
|
+
"subitem": "icon"
|
|
6334
|
+
},
|
|
6335
|
+
"path": [
|
|
6336
|
+
"color",
|
|
6337
|
+
"notification",
|
|
6338
|
+
"information",
|
|
6339
|
+
"icon"
|
|
6340
|
+
]
|
|
6559
6341
|
}
|
|
6560
6342
|
},
|
|
6561
6343
|
"success": {
|
|
@@ -6600,9 +6382,30 @@ module.exports = {
|
|
|
6600
6382
|
"success",
|
|
6601
6383
|
"border"
|
|
6602
6384
|
]
|
|
6603
|
-
}
|
|
6604
|
-
|
|
6605
|
-
|
|
6385
|
+
},
|
|
6386
|
+
"icon": {
|
|
6387
|
+
"value": "#188803",
|
|
6388
|
+
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/notification.json",
|
|
6389
|
+
"isSource": true,
|
|
6390
|
+
"original": {
|
|
6391
|
+
"value": "{color.success.600.value}"
|
|
6392
|
+
},
|
|
6393
|
+
"name": "ColorNotificationSuccessIcon",
|
|
6394
|
+
"attributes": {
|
|
6395
|
+
"category": "color",
|
|
6396
|
+
"type": "notification",
|
|
6397
|
+
"item": "success",
|
|
6398
|
+
"subitem": "icon"
|
|
6399
|
+
},
|
|
6400
|
+
"path": [
|
|
6401
|
+
"color",
|
|
6402
|
+
"notification",
|
|
6403
|
+
"success",
|
|
6404
|
+
"icon"
|
|
6405
|
+
]
|
|
6406
|
+
}
|
|
6407
|
+
},
|
|
6408
|
+
"warning": {
|
|
6606
6409
|
"background": {
|
|
6607
6410
|
"value": "#fdf1e8",
|
|
6608
6411
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/notification.json",
|
|
@@ -6644,6 +6447,27 @@ module.exports = {
|
|
|
6644
6447
|
"warning",
|
|
6645
6448
|
"border"
|
|
6646
6449
|
]
|
|
6450
|
+
},
|
|
6451
|
+
"icon": {
|
|
6452
|
+
"value": "#c65200",
|
|
6453
|
+
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/notification.json",
|
|
6454
|
+
"isSource": true,
|
|
6455
|
+
"original": {
|
|
6456
|
+
"value": "{color.warning.600.value}"
|
|
6457
|
+
},
|
|
6458
|
+
"name": "ColorNotificationWarningIcon",
|
|
6459
|
+
"attributes": {
|
|
6460
|
+
"category": "color",
|
|
6461
|
+
"type": "notification",
|
|
6462
|
+
"item": "warning",
|
|
6463
|
+
"subitem": "icon"
|
|
6464
|
+
},
|
|
6465
|
+
"path": [
|
|
6466
|
+
"color",
|
|
6467
|
+
"notification",
|
|
6468
|
+
"warning",
|
|
6469
|
+
"icon"
|
|
6470
|
+
]
|
|
6647
6471
|
}
|
|
6648
6472
|
},
|
|
6649
6473
|
"danger": {
|
|
@@ -6688,412 +6512,33 @@ module.exports = {
|
|
|
6688
6512
|
"danger",
|
|
6689
6513
|
"border"
|
|
6690
6514
|
]
|
|
6691
|
-
}
|
|
6692
|
-
}
|
|
6693
|
-
},
|
|
6694
|
-
"option-button": {
|
|
6695
|
-
"label": {
|
|
6696
|
-
"shadow": {
|
|
6697
|
-
"value": "#b3b3b3",
|
|
6698
|
-
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/option-button.json",
|
|
6699
|
-
"isSource": true,
|
|
6700
|
-
"original": {
|
|
6701
|
-
"value": "{color.grey.300.value}"
|
|
6702
|
-
},
|
|
6703
|
-
"name": "ColorOptionButtonLabelShadow",
|
|
6704
|
-
"attributes": {
|
|
6705
|
-
"category": "color",
|
|
6706
|
-
"type": "option-button",
|
|
6707
|
-
"item": "label",
|
|
6708
|
-
"subitem": "shadow"
|
|
6709
|
-
},
|
|
6710
|
-
"path": [
|
|
6711
|
-
"color",
|
|
6712
|
-
"option-button",
|
|
6713
|
-
"label",
|
|
6714
|
-
"shadow"
|
|
6715
|
-
]
|
|
6716
|
-
}
|
|
6717
|
-
},
|
|
6718
|
-
"hover": {
|
|
6719
|
-
"label": {
|
|
6720
|
-
"shadow": {
|
|
6721
|
-
"value": "#333333",
|
|
6722
|
-
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/option-button.json",
|
|
6723
|
-
"isSource": true,
|
|
6724
|
-
"original": {
|
|
6725
|
-
"value": "{color.grey.800.value}"
|
|
6726
|
-
},
|
|
6727
|
-
"name": "ColorOptionButtonHoverLabelShadow",
|
|
6728
|
-
"attributes": {
|
|
6729
|
-
"category": "color",
|
|
6730
|
-
"type": "option-button",
|
|
6731
|
-
"item": "hover",
|
|
6732
|
-
"subitem": "label",
|
|
6733
|
-
"state": "shadow"
|
|
6734
|
-
},
|
|
6735
|
-
"path": [
|
|
6736
|
-
"color",
|
|
6737
|
-
"option-button",
|
|
6738
|
-
"hover",
|
|
6739
|
-
"label",
|
|
6740
|
-
"shadow"
|
|
6741
|
-
]
|
|
6742
|
-
}
|
|
6743
|
-
}
|
|
6744
|
-
},
|
|
6745
|
-
"checked": {
|
|
6746
|
-
"label": {
|
|
6747
|
-
"border": {
|
|
6748
|
-
"value": "#00919f",
|
|
6749
|
-
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/option-button.json",
|
|
6750
|
-
"isSource": true,
|
|
6751
|
-
"original": {
|
|
6752
|
-
"value": "{color.primary-01.500.value}"
|
|
6753
|
-
},
|
|
6754
|
-
"name": "ColorOptionButtonCheckedLabelBorder",
|
|
6755
|
-
"attributes": {
|
|
6756
|
-
"category": "color",
|
|
6757
|
-
"type": "option-button",
|
|
6758
|
-
"item": "checked",
|
|
6759
|
-
"subitem": "label",
|
|
6760
|
-
"state": "border"
|
|
6761
|
-
},
|
|
6762
|
-
"path": [
|
|
6763
|
-
"color",
|
|
6764
|
-
"option-button",
|
|
6765
|
-
"checked",
|
|
6766
|
-
"label",
|
|
6767
|
-
"border"
|
|
6768
|
-
]
|
|
6769
|
-
},
|
|
6770
|
-
"shadow": {
|
|
6771
|
-
"value": "#d9f0f3",
|
|
6772
|
-
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/option-button.json",
|
|
6773
|
-
"isSource": true,
|
|
6774
|
-
"original": {
|
|
6775
|
-
"value": "{color.primary-01.100.value}"
|
|
6776
|
-
},
|
|
6777
|
-
"name": "ColorOptionButtonCheckedLabelShadow",
|
|
6778
|
-
"attributes": {
|
|
6779
|
-
"category": "color",
|
|
6780
|
-
"type": "option-button",
|
|
6781
|
-
"item": "checked",
|
|
6782
|
-
"subitem": "label",
|
|
6783
|
-
"state": "shadow"
|
|
6784
|
-
},
|
|
6785
|
-
"path": [
|
|
6786
|
-
"color",
|
|
6787
|
-
"option-button",
|
|
6788
|
-
"checked",
|
|
6789
|
-
"label",
|
|
6790
|
-
"shadow"
|
|
6791
|
-
]
|
|
6792
|
-
}
|
|
6793
|
-
}
|
|
6794
|
-
},
|
|
6795
|
-
"disabled": {
|
|
6796
|
-
"label": {
|
|
6797
|
-
"background": {
|
|
6798
|
-
"value": "#cccccc",
|
|
6799
|
-
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/option-button.json",
|
|
6800
|
-
"isSource": true,
|
|
6801
|
-
"original": {
|
|
6802
|
-
"value": "{color.grey.200.value}"
|
|
6803
|
-
},
|
|
6804
|
-
"name": "ColorOptionButtonDisabledLabelBackground",
|
|
6805
|
-
"attributes": {
|
|
6806
|
-
"category": "color",
|
|
6807
|
-
"type": "option-button",
|
|
6808
|
-
"item": "disabled",
|
|
6809
|
-
"subitem": "label",
|
|
6810
|
-
"state": "background"
|
|
6811
|
-
},
|
|
6812
|
-
"path": [
|
|
6813
|
-
"color",
|
|
6814
|
-
"option-button",
|
|
6815
|
-
"disabled",
|
|
6816
|
-
"label",
|
|
6817
|
-
"background"
|
|
6818
|
-
]
|
|
6819
|
-
}
|
|
6820
|
-
}
|
|
6821
|
-
}
|
|
6822
|
-
},
|
|
6823
|
-
"option-card": {
|
|
6824
|
-
"label": {
|
|
6825
|
-
"shadow": {
|
|
6826
|
-
"value": "#b3b3b3",
|
|
6827
|
-
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/option-card.json",
|
|
6828
|
-
"isSource": true,
|
|
6829
|
-
"original": {
|
|
6830
|
-
"value": "{color.grey.300.value}"
|
|
6831
|
-
},
|
|
6832
|
-
"name": "ColorOptionCardLabelShadow",
|
|
6833
|
-
"attributes": {
|
|
6834
|
-
"category": "color",
|
|
6835
|
-
"type": "option-card",
|
|
6836
|
-
"item": "label",
|
|
6837
|
-
"subitem": "shadow"
|
|
6838
|
-
},
|
|
6839
|
-
"path": [
|
|
6840
|
-
"color",
|
|
6841
|
-
"option-card",
|
|
6842
|
-
"label",
|
|
6843
|
-
"shadow"
|
|
6844
|
-
]
|
|
6845
|
-
}
|
|
6846
|
-
},
|
|
6847
|
-
"hover": {
|
|
6848
|
-
"label": {
|
|
6849
|
-
"shadow": {
|
|
6850
|
-
"value": "#333333",
|
|
6851
|
-
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/option-card.json",
|
|
6852
|
-
"isSource": true,
|
|
6853
|
-
"original": {
|
|
6854
|
-
"value": "{color.grey.800.value}"
|
|
6855
|
-
},
|
|
6856
|
-
"name": "ColorOptionCardHoverLabelShadow",
|
|
6857
|
-
"attributes": {
|
|
6858
|
-
"category": "color",
|
|
6859
|
-
"type": "option-card",
|
|
6860
|
-
"item": "hover",
|
|
6861
|
-
"subitem": "label",
|
|
6862
|
-
"state": "shadow"
|
|
6863
|
-
},
|
|
6864
|
-
"path": [
|
|
6865
|
-
"color",
|
|
6866
|
-
"option-card",
|
|
6867
|
-
"hover",
|
|
6868
|
-
"label",
|
|
6869
|
-
"shadow"
|
|
6870
|
-
]
|
|
6871
|
-
}
|
|
6872
|
-
}
|
|
6873
|
-
},
|
|
6874
|
-
"checked": {
|
|
6875
|
-
"label": {
|
|
6876
|
-
"border": {
|
|
6877
|
-
"value": "#00919f",
|
|
6878
|
-
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/option-card.json",
|
|
6879
|
-
"isSource": true,
|
|
6880
|
-
"original": {
|
|
6881
|
-
"value": "{color.primary-01.500.value}"
|
|
6882
|
-
},
|
|
6883
|
-
"name": "ColorOptionCardCheckedLabelBorder",
|
|
6884
|
-
"attributes": {
|
|
6885
|
-
"category": "color",
|
|
6886
|
-
"type": "option-card",
|
|
6887
|
-
"item": "checked",
|
|
6888
|
-
"subitem": "label",
|
|
6889
|
-
"state": "border"
|
|
6890
|
-
},
|
|
6891
|
-
"path": [
|
|
6892
|
-
"color",
|
|
6893
|
-
"option-card",
|
|
6894
|
-
"checked",
|
|
6895
|
-
"label",
|
|
6896
|
-
"border"
|
|
6897
|
-
]
|
|
6898
|
-
},
|
|
6899
|
-
"shadow": {
|
|
6900
|
-
"value": "#d9f0f3",
|
|
6901
|
-
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/option-card.json",
|
|
6902
|
-
"isSource": true,
|
|
6903
|
-
"original": {
|
|
6904
|
-
"value": "{color.primary-01.100.value}"
|
|
6905
|
-
},
|
|
6906
|
-
"name": "ColorOptionCardCheckedLabelShadow",
|
|
6907
|
-
"attributes": {
|
|
6908
|
-
"category": "color",
|
|
6909
|
-
"type": "option-card",
|
|
6910
|
-
"item": "checked",
|
|
6911
|
-
"subitem": "label",
|
|
6912
|
-
"state": "shadow"
|
|
6913
|
-
},
|
|
6914
|
-
"path": [
|
|
6915
|
-
"color",
|
|
6916
|
-
"option-card",
|
|
6917
|
-
"checked",
|
|
6918
|
-
"label",
|
|
6919
|
-
"shadow"
|
|
6920
|
-
]
|
|
6921
|
-
}
|
|
6922
|
-
}
|
|
6923
|
-
}
|
|
6924
|
-
},
|
|
6925
|
-
"overlay": {
|
|
6926
|
-
"background": {
|
|
6927
|
-
"value": "#191919",
|
|
6928
|
-
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/overlay.json",
|
|
6929
|
-
"isSource": true,
|
|
6930
|
-
"original": {
|
|
6931
|
-
"value": "{color.grey.900.value}"
|
|
6932
6515
|
},
|
|
6933
|
-
"
|
|
6934
|
-
|
|
6935
|
-
"
|
|
6936
|
-
"type": "overlay",
|
|
6937
|
-
"item": "background"
|
|
6938
|
-
},
|
|
6939
|
-
"path": [
|
|
6940
|
-
"color",
|
|
6941
|
-
"overlay",
|
|
6942
|
-
"background"
|
|
6943
|
-
]
|
|
6944
|
-
},
|
|
6945
|
-
"loader": {
|
|
6946
|
-
"background": {
|
|
6947
|
-
"value": "#082435",
|
|
6948
|
-
"filePath": "node_modules/@mozaic-ds/tokens/AdeoProperties/color/overlay.json",
|
|
6949
|
-
"isSource": true,
|
|
6950
|
-
"original": {
|
|
6951
|
-
"value": "{color.secondary-blue.900.value}"
|
|
6952
|
-
},
|
|
6953
|
-
"name": "ColorOverlayLoaderBackground",
|
|
6954
|
-
"attributes": {
|
|
6955
|
-
"category": "color",
|
|
6956
|
-
"type": "overlay",
|
|
6957
|
-
"item": "loader",
|
|
6958
|
-
"subitem": "background"
|
|
6959
|
-
},
|
|
6960
|
-
"path": [
|
|
6961
|
-
"color",
|
|
6962
|
-
"overlay",
|
|
6963
|
-
"loader",
|
|
6964
|
-
"background"
|
|
6965
|
-
]
|
|
6966
|
-
}
|
|
6967
|
-
}
|
|
6968
|
-
},
|
|
6969
|
-
"password-input": {
|
|
6970
|
-
"button": {
|
|
6971
|
-
"hover": {
|
|
6972
|
-
"background": {
|
|
6973
|
-
"value": "#e6e6e6",
|
|
6974
|
-
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/password-input.json",
|
|
6975
|
-
"isSource": true,
|
|
6976
|
-
"original": {
|
|
6977
|
-
"value": "{color.grey.100.value}"
|
|
6978
|
-
},
|
|
6979
|
-
"name": "ColorPasswordInputButtonHoverBackground",
|
|
6980
|
-
"attributes": {
|
|
6981
|
-
"category": "color",
|
|
6982
|
-
"type": "password-input",
|
|
6983
|
-
"item": "button",
|
|
6984
|
-
"subitem": "hover",
|
|
6985
|
-
"state": "background"
|
|
6986
|
-
},
|
|
6987
|
-
"path": [
|
|
6988
|
-
"color",
|
|
6989
|
-
"password-input",
|
|
6990
|
-
"button",
|
|
6991
|
-
"hover",
|
|
6992
|
-
"background"
|
|
6993
|
-
]
|
|
6994
|
-
}
|
|
6995
|
-
}
|
|
6996
|
-
}
|
|
6997
|
-
},
|
|
6998
|
-
"phone-number": {
|
|
6999
|
-
"button": {
|
|
7000
|
-
"border": {
|
|
7001
|
-
"value": "#666666",
|
|
7002
|
-
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/phone-number.json",
|
|
7003
|
-
"isSource": true,
|
|
7004
|
-
"original": {
|
|
7005
|
-
"value": "{color.grey.600.value}"
|
|
7006
|
-
},
|
|
7007
|
-
"name": "ColorPhoneNumberButtonBorder",
|
|
7008
|
-
"attributes": {
|
|
7009
|
-
"category": "color",
|
|
7010
|
-
"type": "phone-number",
|
|
7011
|
-
"item": "button",
|
|
7012
|
-
"subitem": "border"
|
|
7013
|
-
},
|
|
7014
|
-
"path": [
|
|
7015
|
-
"color",
|
|
7016
|
-
"phone-number",
|
|
7017
|
-
"button",
|
|
7018
|
-
"border"
|
|
7019
|
-
]
|
|
7020
|
-
}
|
|
7021
|
-
},
|
|
7022
|
-
"list": {
|
|
7023
|
-
"background": {
|
|
7024
|
-
"value": "#ffffff",
|
|
7025
|
-
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/phone-number.json",
|
|
7026
|
-
"isSource": true,
|
|
7027
|
-
"original": {
|
|
7028
|
-
"value": "{color.grey.000.value}"
|
|
7029
|
-
},
|
|
7030
|
-
"name": "ColorPhoneNumberListBackground",
|
|
7031
|
-
"attributes": {
|
|
7032
|
-
"category": "color",
|
|
7033
|
-
"type": "phone-number",
|
|
7034
|
-
"item": "list",
|
|
7035
|
-
"subitem": "background"
|
|
7036
|
-
},
|
|
7037
|
-
"path": [
|
|
7038
|
-
"color",
|
|
7039
|
-
"phone-number",
|
|
7040
|
-
"list",
|
|
7041
|
-
"background"
|
|
7042
|
-
]
|
|
7043
|
-
}
|
|
7044
|
-
},
|
|
7045
|
-
"item": {
|
|
7046
|
-
"border": {
|
|
7047
|
-
"value": "#b3b3b3",
|
|
7048
|
-
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/phone-number.json",
|
|
6516
|
+
"icon": {
|
|
6517
|
+
"value": "#c61112",
|
|
6518
|
+
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/notification.json",
|
|
7049
6519
|
"isSource": true,
|
|
7050
6520
|
"original": {
|
|
7051
|
-
"value": "{color.
|
|
6521
|
+
"value": "{color.danger.600.value}"
|
|
7052
6522
|
},
|
|
7053
|
-
"name": "
|
|
6523
|
+
"name": "ColorNotificationDangerIcon",
|
|
7054
6524
|
"attributes": {
|
|
7055
6525
|
"category": "color",
|
|
7056
|
-
"type": "
|
|
7057
|
-
"item": "
|
|
7058
|
-
"subitem": "
|
|
6526
|
+
"type": "notification",
|
|
6527
|
+
"item": "danger",
|
|
6528
|
+
"subitem": "icon"
|
|
7059
6529
|
},
|
|
7060
6530
|
"path": [
|
|
7061
6531
|
"color",
|
|
7062
|
-
"
|
|
7063
|
-
"
|
|
7064
|
-
"
|
|
6532
|
+
"notification",
|
|
6533
|
+
"danger",
|
|
6534
|
+
"icon"
|
|
7065
6535
|
]
|
|
7066
|
-
},
|
|
7067
|
-
"focus": {
|
|
7068
|
-
"background": {
|
|
7069
|
-
"value": "#e6e6e6",
|
|
7070
|
-
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/phone-number.json",
|
|
7071
|
-
"isSource": true,
|
|
7072
|
-
"original": {
|
|
7073
|
-
"value": "{color.grey.100.value}"
|
|
7074
|
-
},
|
|
7075
|
-
"name": "ColorPhoneNumberItemFocusBackground",
|
|
7076
|
-
"attributes": {
|
|
7077
|
-
"category": "color",
|
|
7078
|
-
"type": "phone-number",
|
|
7079
|
-
"item": "item",
|
|
7080
|
-
"subitem": "focus",
|
|
7081
|
-
"state": "background"
|
|
7082
|
-
},
|
|
7083
|
-
"path": [
|
|
7084
|
-
"color",
|
|
7085
|
-
"phone-number",
|
|
7086
|
-
"item",
|
|
7087
|
-
"focus",
|
|
7088
|
-
"background"
|
|
7089
|
-
]
|
|
7090
|
-
}
|
|
7091
6536
|
}
|
|
7092
6537
|
}
|
|
7093
6538
|
},
|
|
7094
6539
|
"progress": {
|
|
7095
6540
|
"background": {
|
|
7096
|
-
"value": "#
|
|
6541
|
+
"value": "#dddcd5",
|
|
7097
6542
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/progressbar.json",
|
|
7098
6543
|
"isSource": true,
|
|
7099
6544
|
"original": {
|
|
@@ -7132,7 +6577,7 @@ module.exports = {
|
|
|
7132
6577
|
},
|
|
7133
6578
|
"percentage": {
|
|
7134
6579
|
"default": {
|
|
7135
|
-
"value": "#
|
|
6580
|
+
"value": "#1e1e1c",
|
|
7136
6581
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/progressbar.json",
|
|
7137
6582
|
"isSource": true,
|
|
7138
6583
|
"original": {
|
|
@@ -7200,11 +6645,11 @@ module.exports = {
|
|
|
7200
6645
|
},
|
|
7201
6646
|
"star": {
|
|
7202
6647
|
"empty": {
|
|
7203
|
-
"value": "#
|
|
6648
|
+
"value": "#dddcd5",
|
|
7204
6649
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/star.json",
|
|
7205
6650
|
"isSource": true,
|
|
7206
6651
|
"original": {
|
|
7207
|
-
"value": "{color.grey.
|
|
6652
|
+
"value": "{color.grey.200.value}"
|
|
7208
6653
|
},
|
|
7209
6654
|
"name": "ColorStarEmpty",
|
|
7210
6655
|
"attributes": {
|
|
@@ -7221,265 +6666,58 @@ module.exports = {
|
|
|
7221
6666
|
"focus": {
|
|
7222
6667
|
"value": "#758992",
|
|
7223
6668
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/star.json",
|
|
7224
|
-
"isSource": true,
|
|
7225
|
-
"original": {
|
|
7226
|
-
"value": "{color.secondary-blue.500.value}"
|
|
7227
|
-
},
|
|
7228
|
-
"name": "ColorStarFocus",
|
|
7229
|
-
"attributes": {
|
|
7230
|
-
"category": "color",
|
|
7231
|
-
"type": "star",
|
|
7232
|
-
"item": "focus"
|
|
7233
|
-
},
|
|
7234
|
-
"path": [
|
|
7235
|
-
"color",
|
|
7236
|
-
"star",
|
|
7237
|
-
"focus"
|
|
7238
|
-
]
|
|
7239
|
-
},
|
|
7240
|
-
"full": {
|
|
7241
|
-
"value": "#ea7315",
|
|
7242
|
-
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/star.json",
|
|
7243
|
-
"isSource": true,
|
|
7244
|
-
"original": {
|
|
7245
|
-
"value": "#EA7315"
|
|
7246
|
-
},
|
|
7247
|
-
"name": "ColorStarFull",
|
|
7248
|
-
"attributes": {
|
|
7249
|
-
"category": "color",
|
|
7250
|
-
"type": "star",
|
|
7251
|
-
"item": "full"
|
|
7252
|
-
},
|
|
7253
|
-
"path": [
|
|
7254
|
-
"color",
|
|
7255
|
-
"star",
|
|
7256
|
-
"full"
|
|
7257
|
-
]
|
|
7258
|
-
},
|
|
7259
|
-
"hover": {
|
|
7260
|
-
"value": "#ffc17d",
|
|
7261
|
-
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/star.json",
|
|
7262
|
-
"isSource": true,
|
|
7263
|
-
"original": {
|
|
7264
|
-
"value": "{color.secondary-orange.300.value}"
|
|
7265
|
-
},
|
|
7266
|
-
"name": "ColorStarHover",
|
|
7267
|
-
"attributes": {
|
|
7268
|
-
"category": "color",
|
|
7269
|
-
"type": "star",
|
|
7270
|
-
"item": "hover"
|
|
7271
|
-
},
|
|
7272
|
-
"path": [
|
|
7273
|
-
"color",
|
|
7274
|
-
"star",
|
|
7275
|
-
"hover"
|
|
7276
|
-
]
|
|
7277
|
-
}
|
|
7278
|
-
},
|
|
7279
|
-
"stepper": {
|
|
7280
|
-
"item": {
|
|
7281
|
-
"background": {
|
|
7282
|
-
"value": "#999999",
|
|
7283
|
-
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/stepper.json",
|
|
7284
|
-
"isSource": true,
|
|
7285
|
-
"original": {
|
|
7286
|
-
"value": "{color.grey.400.value}"
|
|
7287
|
-
},
|
|
7288
|
-
"name": "ColorStepperItemBackground",
|
|
7289
|
-
"attributes": {
|
|
7290
|
-
"category": "color",
|
|
7291
|
-
"type": "stepper",
|
|
7292
|
-
"item": "item",
|
|
7293
|
-
"subitem": "background"
|
|
7294
|
-
},
|
|
7295
|
-
"path": [
|
|
7296
|
-
"color",
|
|
7297
|
-
"stepper",
|
|
7298
|
-
"item",
|
|
7299
|
-
"background"
|
|
7300
|
-
]
|
|
7301
|
-
},
|
|
7302
|
-
"current": {
|
|
7303
|
-
"background": {
|
|
7304
|
-
"value": "#009eac",
|
|
7305
|
-
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/stepper.json",
|
|
7306
|
-
"isSource": true,
|
|
7307
|
-
"original": {
|
|
7308
|
-
"value": "{color.primary-01.400.value}"
|
|
7309
|
-
},
|
|
7310
|
-
"name": "ColorStepperItemCurrentBackground",
|
|
7311
|
-
"attributes": {
|
|
7312
|
-
"category": "color",
|
|
7313
|
-
"type": "stepper",
|
|
7314
|
-
"item": "item",
|
|
7315
|
-
"subitem": "current",
|
|
7316
|
-
"state": "background"
|
|
7317
|
-
},
|
|
7318
|
-
"path": [
|
|
7319
|
-
"color",
|
|
7320
|
-
"stepper",
|
|
7321
|
-
"item",
|
|
7322
|
-
"current",
|
|
7323
|
-
"background"
|
|
7324
|
-
]
|
|
7325
|
-
}
|
|
7326
|
-
}
|
|
7327
|
-
},
|
|
7328
|
-
"link": {
|
|
7329
|
-
"hover": {
|
|
7330
|
-
"text": {
|
|
7331
|
-
"value": "#009eac",
|
|
7332
|
-
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/stepper.json",
|
|
7333
|
-
"isSource": true,
|
|
7334
|
-
"original": {
|
|
7335
|
-
"value": "{color.primary-01.400.value}"
|
|
7336
|
-
},
|
|
7337
|
-
"name": "ColorStepperLinkHoverText",
|
|
7338
|
-
"attributes": {
|
|
7339
|
-
"category": "color",
|
|
7340
|
-
"type": "stepper",
|
|
7341
|
-
"item": "link",
|
|
7342
|
-
"subitem": "hover",
|
|
7343
|
-
"state": "text"
|
|
7344
|
-
},
|
|
7345
|
-
"path": [
|
|
7346
|
-
"color",
|
|
7347
|
-
"stepper",
|
|
7348
|
-
"link",
|
|
7349
|
-
"hover",
|
|
7350
|
-
"text"
|
|
7351
|
-
]
|
|
7352
|
-
}
|
|
7353
|
-
}
|
|
7354
|
-
},
|
|
7355
|
-
"indicator": {
|
|
7356
|
-
"background": {
|
|
7357
|
-
"value": "#ffffff",
|
|
7358
|
-
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/stepper.json",
|
|
7359
|
-
"isSource": true,
|
|
7360
|
-
"original": {
|
|
7361
|
-
"value": "{color.grey.000.value}"
|
|
7362
|
-
},
|
|
7363
|
-
"name": "ColorStepperIndicatorBackground",
|
|
7364
|
-
"attributes": {
|
|
7365
|
-
"category": "color",
|
|
7366
|
-
"type": "stepper",
|
|
7367
|
-
"item": "indicator",
|
|
7368
|
-
"subitem": "background"
|
|
7369
|
-
},
|
|
7370
|
-
"path": [
|
|
7371
|
-
"color",
|
|
7372
|
-
"stepper",
|
|
7373
|
-
"indicator",
|
|
7374
|
-
"background"
|
|
7375
|
-
]
|
|
6669
|
+
"isSource": true,
|
|
6670
|
+
"original": {
|
|
6671
|
+
"value": "{color.secondary-blue.500.value}"
|
|
7376
6672
|
},
|
|
7377
|
-
"
|
|
7378
|
-
|
|
7379
|
-
"
|
|
7380
|
-
"
|
|
7381
|
-
"
|
|
7382
|
-
"value": "{color.grey.400.value}"
|
|
7383
|
-
},
|
|
7384
|
-
"name": "ColorStepperIndicatorBorder",
|
|
7385
|
-
"attributes": {
|
|
7386
|
-
"category": "color",
|
|
7387
|
-
"type": "stepper",
|
|
7388
|
-
"item": "indicator",
|
|
7389
|
-
"subitem": "border"
|
|
7390
|
-
},
|
|
7391
|
-
"path": [
|
|
7392
|
-
"color",
|
|
7393
|
-
"stepper",
|
|
7394
|
-
"indicator",
|
|
7395
|
-
"border"
|
|
7396
|
-
]
|
|
6673
|
+
"name": "ColorStarFocus",
|
|
6674
|
+
"attributes": {
|
|
6675
|
+
"category": "color",
|
|
6676
|
+
"type": "star",
|
|
6677
|
+
"item": "focus"
|
|
7397
6678
|
},
|
|
7398
|
-
"
|
|
7399
|
-
"
|
|
7400
|
-
|
|
7401
|
-
|
|
7402
|
-
|
|
7403
|
-
"original": {
|
|
7404
|
-
"value": "{color.primary-01.400.value}"
|
|
7405
|
-
},
|
|
7406
|
-
"name": "ColorStepperIndicatorCurrentBackground",
|
|
7407
|
-
"attributes": {
|
|
7408
|
-
"category": "color",
|
|
7409
|
-
"type": "stepper",
|
|
7410
|
-
"item": "indicator",
|
|
7411
|
-
"subitem": "current",
|
|
7412
|
-
"state": "background"
|
|
7413
|
-
},
|
|
7414
|
-
"path": [
|
|
7415
|
-
"color",
|
|
7416
|
-
"stepper",
|
|
7417
|
-
"indicator",
|
|
7418
|
-
"current",
|
|
7419
|
-
"background"
|
|
7420
|
-
]
|
|
7421
|
-
},
|
|
7422
|
-
"border": {
|
|
7423
|
-
"value": "#009eac",
|
|
7424
|
-
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/stepper.json",
|
|
7425
|
-
"isSource": true,
|
|
7426
|
-
"original": {
|
|
7427
|
-
"value": "{color.primary-01.400.value}"
|
|
7428
|
-
},
|
|
7429
|
-
"name": "ColorStepperIndicatorCurrentBorder",
|
|
7430
|
-
"attributes": {
|
|
7431
|
-
"category": "color",
|
|
7432
|
-
"type": "stepper",
|
|
7433
|
-
"item": "indicator",
|
|
7434
|
-
"subitem": "current",
|
|
7435
|
-
"state": "border"
|
|
7436
|
-
},
|
|
7437
|
-
"path": [
|
|
7438
|
-
"color",
|
|
7439
|
-
"stepper",
|
|
7440
|
-
"indicator",
|
|
7441
|
-
"current",
|
|
7442
|
-
"border"
|
|
7443
|
-
]
|
|
7444
|
-
}
|
|
7445
|
-
}
|
|
6679
|
+
"path": [
|
|
6680
|
+
"color",
|
|
6681
|
+
"star",
|
|
6682
|
+
"focus"
|
|
6683
|
+
]
|
|
7446
6684
|
},
|
|
7447
|
-
"
|
|
7448
|
-
"value": "#
|
|
7449
|
-
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/
|
|
6685
|
+
"full": {
|
|
6686
|
+
"value": "#ea7315",
|
|
6687
|
+
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/star.json",
|
|
7450
6688
|
"isSource": true,
|
|
7451
6689
|
"original": {
|
|
7452
|
-
"value": "{color.
|
|
6690
|
+
"value": "{color.secondary-orange.500.value}"
|
|
7453
6691
|
},
|
|
7454
|
-
"name": "
|
|
6692
|
+
"name": "ColorStarFull",
|
|
7455
6693
|
"attributes": {
|
|
7456
6694
|
"category": "color",
|
|
7457
|
-
"type": "
|
|
7458
|
-
"item": "
|
|
6695
|
+
"type": "star",
|
|
6696
|
+
"item": "full"
|
|
7459
6697
|
},
|
|
7460
6698
|
"path": [
|
|
7461
6699
|
"color",
|
|
7462
|
-
"
|
|
7463
|
-
"
|
|
6700
|
+
"star",
|
|
6701
|
+
"full"
|
|
7464
6702
|
]
|
|
7465
6703
|
},
|
|
7466
|
-
"
|
|
7467
|
-
"value": "#
|
|
7468
|
-
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/
|
|
6704
|
+
"hover": {
|
|
6705
|
+
"value": "#f4b27e",
|
|
6706
|
+
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/star.json",
|
|
7469
6707
|
"isSource": true,
|
|
7470
6708
|
"original": {
|
|
7471
|
-
"value": "{color.
|
|
6709
|
+
"value": "{color.secondary-orange.300.value}"
|
|
7472
6710
|
},
|
|
7473
|
-
"name": "
|
|
6711
|
+
"name": "ColorStarHover",
|
|
7474
6712
|
"attributes": {
|
|
7475
6713
|
"category": "color",
|
|
7476
|
-
"type": "
|
|
7477
|
-
"item": "
|
|
6714
|
+
"type": "star",
|
|
6715
|
+
"item": "hover"
|
|
7478
6716
|
},
|
|
7479
6717
|
"path": [
|
|
7480
6718
|
"color",
|
|
7481
|
-
"
|
|
7482
|
-
"
|
|
6719
|
+
"star",
|
|
6720
|
+
"hover"
|
|
7483
6721
|
]
|
|
7484
6722
|
}
|
|
7485
6723
|
},
|
|
@@ -7523,7 +6761,7 @@ module.exports = {
|
|
|
7523
6761
|
]
|
|
7524
6762
|
},
|
|
7525
6763
|
"default": {
|
|
7526
|
-
"value": "#
|
|
6764
|
+
"value": "#1e1e1c",
|
|
7527
6765
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/tabs.json",
|
|
7528
6766
|
"isSource": true,
|
|
7529
6767
|
"original": {
|
|
@@ -7542,11 +6780,11 @@ module.exports = {
|
|
|
7542
6780
|
]
|
|
7543
6781
|
},
|
|
7544
6782
|
"hover": {
|
|
7545
|
-
"value": "#
|
|
6783
|
+
"value": "#004e57",
|
|
7546
6784
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/tabs.json",
|
|
7547
6785
|
"isSource": true,
|
|
7548
6786
|
"original": {
|
|
7549
|
-
"value": "{color.primary-01.
|
|
6787
|
+
"value": "{color.primary-01.800.value}"
|
|
7550
6788
|
},
|
|
7551
6789
|
"name": "ColorTabsHover",
|
|
7552
6790
|
"attributes": {
|
|
@@ -7561,7 +6799,7 @@ module.exports = {
|
|
|
7561
6799
|
]
|
|
7562
6800
|
},
|
|
7563
6801
|
"disabled": {
|
|
7564
|
-
"value": "#
|
|
6802
|
+
"value": "#71706b",
|
|
7565
6803
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/tabs.json",
|
|
7566
6804
|
"isSource": true,
|
|
7567
6805
|
"original": {
|
|
@@ -7580,7 +6818,7 @@ module.exports = {
|
|
|
7580
6818
|
]
|
|
7581
6819
|
},
|
|
7582
6820
|
"active": {
|
|
7583
|
-
"value": "#
|
|
6821
|
+
"value": "#007f8c",
|
|
7584
6822
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/tabs.json",
|
|
7585
6823
|
"isSource": true,
|
|
7586
6824
|
"original": {
|
|
@@ -7645,7 +6883,7 @@ module.exports = {
|
|
|
7645
6883
|
]
|
|
7646
6884
|
},
|
|
7647
6885
|
"border": {
|
|
7648
|
-
"value": "#
|
|
6886
|
+
"value": "#8c8b85",
|
|
7649
6887
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/tag.json",
|
|
7650
6888
|
"isSource": true,
|
|
7651
6889
|
"original": {
|
|
@@ -7668,7 +6906,7 @@ module.exports = {
|
|
|
7668
6906
|
]
|
|
7669
6907
|
},
|
|
7670
6908
|
"text": {
|
|
7671
|
-
"value": "#
|
|
6909
|
+
"value": "#1e1e1c",
|
|
7672
6910
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/tag.json",
|
|
7673
6911
|
"isSource": true,
|
|
7674
6912
|
"original": {
|
|
@@ -7693,7 +6931,7 @@ module.exports = {
|
|
|
7693
6931
|
},
|
|
7694
6932
|
"dark": {
|
|
7695
6933
|
"background": {
|
|
7696
|
-
"value": "#
|
|
6934
|
+
"value": "#1e1e1c",
|
|
7697
6935
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/tag.json",
|
|
7698
6936
|
"isSource": true,
|
|
7699
6937
|
"original": {
|
|
@@ -7789,7 +7027,7 @@ module.exports = {
|
|
|
7789
7027
|
]
|
|
7790
7028
|
},
|
|
7791
7029
|
"border": {
|
|
7792
|
-
"value": "#
|
|
7030
|
+
"value": "#8c8b85",
|
|
7793
7031
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/tag.json",
|
|
7794
7032
|
"isSource": true,
|
|
7795
7033
|
"original": {
|
|
@@ -7812,7 +7050,7 @@ module.exports = {
|
|
|
7812
7050
|
]
|
|
7813
7051
|
},
|
|
7814
7052
|
"text": {
|
|
7815
|
-
"value": "#
|
|
7053
|
+
"value": "#1e1e1c",
|
|
7816
7054
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/tag.json",
|
|
7817
7055
|
"isSource": true,
|
|
7818
7056
|
"original": {
|
|
@@ -7836,7 +7074,7 @@ module.exports = {
|
|
|
7836
7074
|
},
|
|
7837
7075
|
"hover": {
|
|
7838
7076
|
"background": {
|
|
7839
|
-
"value": "#
|
|
7077
|
+
"value": "#eeedea",
|
|
7840
7078
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/tag.json",
|
|
7841
7079
|
"isSource": true,
|
|
7842
7080
|
"original": {
|
|
@@ -7862,7 +7100,7 @@ module.exports = {
|
|
|
7862
7100
|
},
|
|
7863
7101
|
"active": {
|
|
7864
7102
|
"background": {
|
|
7865
|
-
"value": "#
|
|
7103
|
+
"value": "#dddcd5",
|
|
7866
7104
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/tag.json",
|
|
7867
7105
|
"isSource": true,
|
|
7868
7106
|
"original": {
|
|
@@ -7889,7 +7127,7 @@ module.exports = {
|
|
|
7889
7127
|
},
|
|
7890
7128
|
"dark": {
|
|
7891
7129
|
"background": {
|
|
7892
|
-
"value": "#
|
|
7130
|
+
"value": "#1e1e1c",
|
|
7893
7131
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/tag.json",
|
|
7894
7132
|
"isSource": true,
|
|
7895
7133
|
"original": {
|
|
@@ -7959,7 +7197,7 @@ module.exports = {
|
|
|
7959
7197
|
},
|
|
7960
7198
|
"hover": {
|
|
7961
7199
|
"background": {
|
|
7962
|
-
"value": "#
|
|
7200
|
+
"value": "#3a3936",
|
|
7963
7201
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/tag.json",
|
|
7964
7202
|
"isSource": true,
|
|
7965
7203
|
"original": {
|
|
@@ -7985,7 +7223,7 @@ module.exports = {
|
|
|
7985
7223
|
},
|
|
7986
7224
|
"active": {
|
|
7987
7225
|
"background": {
|
|
7988
|
-
"value": "#
|
|
7226
|
+
"value": "#555550",
|
|
7989
7227
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/tag.json",
|
|
7990
7228
|
"isSource": true,
|
|
7991
7229
|
"original": {
|
|
@@ -8037,7 +7275,7 @@ module.exports = {
|
|
|
8037
7275
|
]
|
|
8038
7276
|
},
|
|
8039
7277
|
"border": {
|
|
8040
|
-
"value": "#
|
|
7278
|
+
"value": "#8c8b85",
|
|
8041
7279
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/tag.json",
|
|
8042
7280
|
"isSource": true,
|
|
8043
7281
|
"original": {
|
|
@@ -8060,7 +7298,7 @@ module.exports = {
|
|
|
8060
7298
|
]
|
|
8061
7299
|
},
|
|
8062
7300
|
"text": {
|
|
8063
|
-
"value": "#
|
|
7301
|
+
"value": "#1e1e1c",
|
|
8064
7302
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/tag.json",
|
|
8065
7303
|
"isSource": true,
|
|
8066
7304
|
"original": {
|
|
@@ -8184,7 +7422,7 @@ module.exports = {
|
|
|
8184
7422
|
},
|
|
8185
7423
|
"disabled": {
|
|
8186
7424
|
"background": {
|
|
8187
|
-
"value": "#
|
|
7425
|
+
"value": "#eeedea",
|
|
8188
7426
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/tag.json",
|
|
8189
7427
|
"isSource": true,
|
|
8190
7428
|
"original": {
|
|
@@ -8208,7 +7446,7 @@ module.exports = {
|
|
|
8208
7446
|
]
|
|
8209
7447
|
},
|
|
8210
7448
|
"text": {
|
|
8211
|
-
"value": "#
|
|
7449
|
+
"value": "#8c8b85",
|
|
8212
7450
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/tag.json",
|
|
8213
7451
|
"isSource": true,
|
|
8214
7452
|
"original": {
|
|
@@ -8312,7 +7550,7 @@ module.exports = {
|
|
|
8312
7550
|
},
|
|
8313
7551
|
"dark": {
|
|
8314
7552
|
"background": {
|
|
8315
|
-
"value": "#
|
|
7553
|
+
"value": "#1e1e1c",
|
|
8316
7554
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/tag.json",
|
|
8317
7555
|
"isSource": true,
|
|
8318
7556
|
"original": {
|
|
@@ -8456,7 +7694,7 @@ module.exports = {
|
|
|
8456
7694
|
]
|
|
8457
7695
|
},
|
|
8458
7696
|
"text": {
|
|
8459
|
-
"value": "#
|
|
7697
|
+
"value": "#1e1e1c",
|
|
8460
7698
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/tag.json",
|
|
8461
7699
|
"isSource": true,
|
|
8462
7700
|
"original": {
|
|
@@ -8530,7 +7768,7 @@ module.exports = {
|
|
|
8530
7768
|
]
|
|
8531
7769
|
},
|
|
8532
7770
|
"text": {
|
|
8533
|
-
"value": "#
|
|
7771
|
+
"value": "#1e1e1c",
|
|
8534
7772
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/tag.json",
|
|
8535
7773
|
"isSource": true,
|
|
8536
7774
|
"original": {
|
|
@@ -8583,7 +7821,7 @@ module.exports = {
|
|
|
8583
7821
|
},
|
|
8584
7822
|
"disabled": {
|
|
8585
7823
|
"background": {
|
|
8586
|
-
"value": "#
|
|
7824
|
+
"value": "#555550",
|
|
8587
7825
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/tag.json",
|
|
8588
7826
|
"isSource": true,
|
|
8589
7827
|
"original": {
|
|
@@ -8607,7 +7845,7 @@ module.exports = {
|
|
|
8607
7845
|
]
|
|
8608
7846
|
},
|
|
8609
7847
|
"text": {
|
|
8610
|
-
"value": "#
|
|
7848
|
+
"value": "#8c8b85",
|
|
8611
7849
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/tag.json",
|
|
8612
7850
|
"isSource": true,
|
|
8613
7851
|
"original": {
|
|
@@ -8636,7 +7874,7 @@ module.exports = {
|
|
|
8636
7874
|
"removable": {
|
|
8637
7875
|
"light": {
|
|
8638
7876
|
"background": {
|
|
8639
|
-
"value": "#
|
|
7877
|
+
"value": "#3a3936",
|
|
8640
7878
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/tag.json",
|
|
8641
7879
|
"isSource": true,
|
|
8642
7880
|
"original": {
|
|
@@ -8682,7 +7920,7 @@ module.exports = {
|
|
|
8682
7920
|
]
|
|
8683
7921
|
},
|
|
8684
7922
|
"icon": {
|
|
8685
|
-
"value": "#
|
|
7923
|
+
"value": "#dddcd5",
|
|
8686
7924
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/tag.json",
|
|
8687
7925
|
"isSource": true,
|
|
8688
7926
|
"original": {
|
|
@@ -8706,7 +7944,7 @@ module.exports = {
|
|
|
8706
7944
|
},
|
|
8707
7945
|
"hover": {
|
|
8708
7946
|
"background": {
|
|
8709
|
-
"value": "#
|
|
7947
|
+
"value": "#555550",
|
|
8710
7948
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/tag.json",
|
|
8711
7949
|
"isSource": true,
|
|
8712
7950
|
"original": {
|
|
@@ -8732,7 +7970,7 @@ module.exports = {
|
|
|
8732
7970
|
},
|
|
8733
7971
|
"active": {
|
|
8734
7972
|
"background": {
|
|
8735
|
-
"value": "#
|
|
7973
|
+
"value": "#71706b",
|
|
8736
7974
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/tag.json",
|
|
8737
7975
|
"isSource": true,
|
|
8738
7976
|
"original": {
|
|
@@ -8759,7 +7997,7 @@ module.exports = {
|
|
|
8759
7997
|
},
|
|
8760
7998
|
"dark": {
|
|
8761
7999
|
"background": {
|
|
8762
|
-
"value": "#
|
|
8000
|
+
"value": "#dddcd5",
|
|
8763
8001
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/tag.json",
|
|
8764
8002
|
"isSource": true,
|
|
8765
8003
|
"original": {
|
|
@@ -8782,7 +8020,7 @@ module.exports = {
|
|
|
8782
8020
|
]
|
|
8783
8021
|
},
|
|
8784
8022
|
"text": {
|
|
8785
|
-
"value": "#
|
|
8023
|
+
"value": "#1e1e1c",
|
|
8786
8024
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/tag.json",
|
|
8787
8025
|
"isSource": true,
|
|
8788
8026
|
"original": {
|
|
@@ -8805,7 +8043,7 @@ module.exports = {
|
|
|
8805
8043
|
]
|
|
8806
8044
|
},
|
|
8807
8045
|
"icon": {
|
|
8808
|
-
"value": "#
|
|
8046
|
+
"value": "#1e1e1c",
|
|
8809
8047
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/tag.json",
|
|
8810
8048
|
"isSource": true,
|
|
8811
8049
|
"original": {
|
|
@@ -8829,7 +8067,7 @@ module.exports = {
|
|
|
8829
8067
|
},
|
|
8830
8068
|
"hover": {
|
|
8831
8069
|
"background": {
|
|
8832
|
-
"value": "#
|
|
8070
|
+
"value": "#c2c1ba",
|
|
8833
8071
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/tag.json",
|
|
8834
8072
|
"isSource": true,
|
|
8835
8073
|
"original": {
|
|
@@ -8855,7 +8093,7 @@ module.exports = {
|
|
|
8855
8093
|
},
|
|
8856
8094
|
"active": {
|
|
8857
8095
|
"background": {
|
|
8858
|
-
"value": "#
|
|
8096
|
+
"value": "#a7a6a0",
|
|
8859
8097
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/tag.json",
|
|
8860
8098
|
"isSource": true,
|
|
8861
8099
|
"original": {
|
|
@@ -8885,7 +8123,7 @@ module.exports = {
|
|
|
8885
8123
|
"toggle": {
|
|
8886
8124
|
"off": {
|
|
8887
8125
|
"background": {
|
|
8888
|
-
"value": "#
|
|
8126
|
+
"value": "#71706b",
|
|
8889
8127
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/toggle.json",
|
|
8890
8128
|
"isSource": true,
|
|
8891
8129
|
"original": {
|
|
@@ -8973,7 +8211,7 @@ module.exports = {
|
|
|
8973
8211
|
},
|
|
8974
8212
|
"hover": {
|
|
8975
8213
|
"circle": {
|
|
8976
|
-
"value": "#
|
|
8214
|
+
"value": "#eeedea",
|
|
8977
8215
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/toggle.json",
|
|
8978
8216
|
"isSource": true,
|
|
8979
8217
|
"original": {
|
|
@@ -8996,7 +8234,7 @@ module.exports = {
|
|
|
8996
8234
|
},
|
|
8997
8235
|
"disabled": {
|
|
8998
8236
|
"background": {
|
|
8999
|
-
"value": "#
|
|
8237
|
+
"value": "#eeedea",
|
|
9000
8238
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/toggle.json",
|
|
9001
8239
|
"isSource": true,
|
|
9002
8240
|
"original": {
|
|
@@ -9017,7 +8255,7 @@ module.exports = {
|
|
|
9017
8255
|
]
|
|
9018
8256
|
},
|
|
9019
8257
|
"circle": {
|
|
9020
|
-
"value": "#
|
|
8258
|
+
"value": "#c2c1ba",
|
|
9021
8259
|
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/toggle.json",
|
|
9022
8260
|
"isSource": true,
|
|
9023
8261
|
"original": {
|
|
@@ -9082,219 +8320,6 @@ module.exports = {
|
|
|
9082
8320
|
]
|
|
9083
8321
|
}
|
|
9084
8322
|
}
|
|
9085
|
-
},
|
|
9086
|
-
"tooltip": {
|
|
9087
|
-
"background": {
|
|
9088
|
-
"value": "#4d4d4d",
|
|
9089
|
-
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/tooltip.json",
|
|
9090
|
-
"isSource": true,
|
|
9091
|
-
"original": {
|
|
9092
|
-
"value": "{color.grey.700.value}"
|
|
9093
|
-
},
|
|
9094
|
-
"name": "ColorTooltipBackground",
|
|
9095
|
-
"attributes": {
|
|
9096
|
-
"category": "color",
|
|
9097
|
-
"type": "tooltip",
|
|
9098
|
-
"item": "background"
|
|
9099
|
-
},
|
|
9100
|
-
"path": [
|
|
9101
|
-
"color",
|
|
9102
|
-
"tooltip",
|
|
9103
|
-
"background"
|
|
9104
|
-
]
|
|
9105
|
-
},
|
|
9106
|
-
"border": {
|
|
9107
|
-
"value": "#ffffff",
|
|
9108
|
-
"filePath": "node_modules/@mozaic-ds/tokens/properties/color/tooltip.json",
|
|
9109
|
-
"isSource": true,
|
|
9110
|
-
"original": {
|
|
9111
|
-
"value": "{color.grey.000.value}"
|
|
9112
|
-
},
|
|
9113
|
-
"name": "ColorTooltipBorder",
|
|
9114
|
-
"attributes": {
|
|
9115
|
-
"category": "color",
|
|
9116
|
-
"type": "tooltip",
|
|
9117
|
-
"item": "border"
|
|
9118
|
-
},
|
|
9119
|
-
"path": [
|
|
9120
|
-
"color",
|
|
9121
|
-
"tooltip",
|
|
9122
|
-
"border"
|
|
9123
|
-
]
|
|
9124
|
-
}
|
|
9125
|
-
},
|
|
9126
|
-
"secondary-sandgrey": {
|
|
9127
|
-
"100": {
|
|
9128
|
-
"value": "#eeedea",
|
|
9129
|
-
"filePath": "node_modules/@mozaic-ds/tokens/AdeoProperties/color/base.json",
|
|
9130
|
-
"isSource": true,
|
|
9131
|
-
"original": {
|
|
9132
|
-
"value": "#EEEDEA"
|
|
9133
|
-
},
|
|
9134
|
-
"name": "ColorSecondarySandgrey100",
|
|
9135
|
-
"attributes": {
|
|
9136
|
-
"category": "color",
|
|
9137
|
-
"type": "secondary-sandgrey",
|
|
9138
|
-
"item": "100"
|
|
9139
|
-
},
|
|
9140
|
-
"path": [
|
|
9141
|
-
"color",
|
|
9142
|
-
"secondary-sandgrey",
|
|
9143
|
-
"100"
|
|
9144
|
-
]
|
|
9145
|
-
},
|
|
9146
|
-
"200": {
|
|
9147
|
-
"value": "#dddcd5",
|
|
9148
|
-
"filePath": "node_modules/@mozaic-ds/tokens/AdeoProperties/color/base.json",
|
|
9149
|
-
"isSource": true,
|
|
9150
|
-
"original": {
|
|
9151
|
-
"value": "#DDDCD5"
|
|
9152
|
-
},
|
|
9153
|
-
"name": "ColorSecondarySandgrey200",
|
|
9154
|
-
"attributes": {
|
|
9155
|
-
"category": "color",
|
|
9156
|
-
"type": "secondary-sandgrey",
|
|
9157
|
-
"item": "200"
|
|
9158
|
-
},
|
|
9159
|
-
"path": [
|
|
9160
|
-
"color",
|
|
9161
|
-
"secondary-sandgrey",
|
|
9162
|
-
"200"
|
|
9163
|
-
]
|
|
9164
|
-
},
|
|
9165
|
-
"300": {
|
|
9166
|
-
"value": "#c2c1ba",
|
|
9167
|
-
"filePath": "node_modules/@mozaic-ds/tokens/AdeoProperties/color/base.json",
|
|
9168
|
-
"isSource": true,
|
|
9169
|
-
"original": {
|
|
9170
|
-
"value": "#C2C1BA"
|
|
9171
|
-
},
|
|
9172
|
-
"name": "ColorSecondarySandgrey300",
|
|
9173
|
-
"attributes": {
|
|
9174
|
-
"category": "color",
|
|
9175
|
-
"type": "secondary-sandgrey",
|
|
9176
|
-
"item": "300"
|
|
9177
|
-
},
|
|
9178
|
-
"path": [
|
|
9179
|
-
"color",
|
|
9180
|
-
"secondary-sandgrey",
|
|
9181
|
-
"300"
|
|
9182
|
-
]
|
|
9183
|
-
},
|
|
9184
|
-
"400": {
|
|
9185
|
-
"value": "#a7a6a0",
|
|
9186
|
-
"filePath": "node_modules/@mozaic-ds/tokens/AdeoProperties/color/base.json",
|
|
9187
|
-
"isSource": true,
|
|
9188
|
-
"original": {
|
|
9189
|
-
"value": "#A7A6A0"
|
|
9190
|
-
},
|
|
9191
|
-
"name": "ColorSecondarySandgrey400",
|
|
9192
|
-
"attributes": {
|
|
9193
|
-
"category": "color",
|
|
9194
|
-
"type": "secondary-sandgrey",
|
|
9195
|
-
"item": "400"
|
|
9196
|
-
},
|
|
9197
|
-
"path": [
|
|
9198
|
-
"color",
|
|
9199
|
-
"secondary-sandgrey",
|
|
9200
|
-
"400"
|
|
9201
|
-
]
|
|
9202
|
-
},
|
|
9203
|
-
"500": {
|
|
9204
|
-
"value": "#8c8b85",
|
|
9205
|
-
"filePath": "node_modules/@mozaic-ds/tokens/AdeoProperties/color/base.json",
|
|
9206
|
-
"isSource": true,
|
|
9207
|
-
"original": {
|
|
9208
|
-
"value": "#8C8B85"
|
|
9209
|
-
},
|
|
9210
|
-
"name": "ColorSecondarySandgrey500",
|
|
9211
|
-
"attributes": {
|
|
9212
|
-
"category": "color",
|
|
9213
|
-
"type": "secondary-sandgrey",
|
|
9214
|
-
"item": "500"
|
|
9215
|
-
},
|
|
9216
|
-
"path": [
|
|
9217
|
-
"color",
|
|
9218
|
-
"secondary-sandgrey",
|
|
9219
|
-
"500"
|
|
9220
|
-
]
|
|
9221
|
-
},
|
|
9222
|
-
"600": {
|
|
9223
|
-
"value": "#71706b",
|
|
9224
|
-
"filePath": "node_modules/@mozaic-ds/tokens/AdeoProperties/color/base.json",
|
|
9225
|
-
"isSource": true,
|
|
9226
|
-
"original": {
|
|
9227
|
-
"value": "#71706B"
|
|
9228
|
-
},
|
|
9229
|
-
"name": "ColorSecondarySandgrey600",
|
|
9230
|
-
"attributes": {
|
|
9231
|
-
"category": "color",
|
|
9232
|
-
"type": "secondary-sandgrey",
|
|
9233
|
-
"item": "600"
|
|
9234
|
-
},
|
|
9235
|
-
"path": [
|
|
9236
|
-
"color",
|
|
9237
|
-
"secondary-sandgrey",
|
|
9238
|
-
"600"
|
|
9239
|
-
]
|
|
9240
|
-
},
|
|
9241
|
-
"700": {
|
|
9242
|
-
"value": "#555550",
|
|
9243
|
-
"filePath": "node_modules/@mozaic-ds/tokens/AdeoProperties/color/base.json",
|
|
9244
|
-
"isSource": true,
|
|
9245
|
-
"original": {
|
|
9246
|
-
"value": "#555550"
|
|
9247
|
-
},
|
|
9248
|
-
"name": "ColorSecondarySandgrey700",
|
|
9249
|
-
"attributes": {
|
|
9250
|
-
"category": "color",
|
|
9251
|
-
"type": "secondary-sandgrey",
|
|
9252
|
-
"item": "700"
|
|
9253
|
-
},
|
|
9254
|
-
"path": [
|
|
9255
|
-
"color",
|
|
9256
|
-
"secondary-sandgrey",
|
|
9257
|
-
"700"
|
|
9258
|
-
]
|
|
9259
|
-
},
|
|
9260
|
-
"800": {
|
|
9261
|
-
"value": "#3a3936",
|
|
9262
|
-
"filePath": "node_modules/@mozaic-ds/tokens/AdeoProperties/color/base.json",
|
|
9263
|
-
"isSource": true,
|
|
9264
|
-
"original": {
|
|
9265
|
-
"value": "#3A3936"
|
|
9266
|
-
},
|
|
9267
|
-
"name": "ColorSecondarySandgrey800",
|
|
9268
|
-
"attributes": {
|
|
9269
|
-
"category": "color",
|
|
9270
|
-
"type": "secondary-sandgrey",
|
|
9271
|
-
"item": "800"
|
|
9272
|
-
},
|
|
9273
|
-
"path": [
|
|
9274
|
-
"color",
|
|
9275
|
-
"secondary-sandgrey",
|
|
9276
|
-
"800"
|
|
9277
|
-
]
|
|
9278
|
-
},
|
|
9279
|
-
"900": {
|
|
9280
|
-
"value": "#1e1e1c",
|
|
9281
|
-
"filePath": "node_modules/@mozaic-ds/tokens/AdeoProperties/color/base.json",
|
|
9282
|
-
"isSource": true,
|
|
9283
|
-
"original": {
|
|
9284
|
-
"value": "#1E1E1C"
|
|
9285
|
-
},
|
|
9286
|
-
"name": "ColorSecondarySandgrey900",
|
|
9287
|
-
"attributes": {
|
|
9288
|
-
"category": "color",
|
|
9289
|
-
"type": "secondary-sandgrey",
|
|
9290
|
-
"item": "900"
|
|
9291
|
-
},
|
|
9292
|
-
"path": [
|
|
9293
|
-
"color",
|
|
9294
|
-
"secondary-sandgrey",
|
|
9295
|
-
"900"
|
|
9296
|
-
]
|
|
9297
|
-
}
|
|
9298
8323
|
}
|
|
9299
8324
|
},
|
|
9300
8325
|
"preset": {
|