@mozaic-ds/vue 1.0.0-rc.0 → 1.0.0-rc.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (41) hide show
  1. package/README.md +10 -8
  2. package/dist/mozaic-vue.adeo.css +45 -43
  3. package/dist/mozaic-vue.adeo.umd.js +11694 -22360
  4. package/dist/mozaic-vue.common.js +11694 -22360
  5. package/dist/mozaic-vue.common.js.map +1 -1
  6. package/dist/mozaic-vue.css +1 -1
  7. package/dist/mozaic-vue.umd.js +11694 -22360
  8. package/dist/mozaic-vue.umd.js.map +1 -1
  9. package/dist/mozaic-vue.umd.min.js +2 -2
  10. package/dist/mozaic-vue.umd.min.js.map +1 -1
  11. package/package.json +23 -22
  12. package/src/components/autocomplete/MAutocomplete.vue +294 -111
  13. package/src/components/checkbox/MCheckboxGroup.vue +8 -0
  14. package/src/components/dropdown/MDropdown.vue +317 -0
  15. package/src/components/dropdown/index.js +7 -0
  16. package/src/components/flag/MFlag.vue +1 -1
  17. package/src/components/icon/MIcon.vue +18 -2
  18. package/src/components/index.js +2 -1
  19. package/src/components/link/MLink.vue +14 -3
  20. package/src/components/listbox/MListBox.vue +97 -57
  21. package/src/components/listbox/MListBoxActions.vue +251 -0
  22. package/src/components/listbox/index.js +6 -1
  23. package/src/components/passwordinput/MPasswordInput.vue +1 -0
  24. package/src/components/phonenumber/MPhoneNumber.vue +11 -3
  25. package/src/components/quantityselector/MQuantitySelector.vue +15 -2
  26. package/src/components/ratingstars/MStarsInput.vue +1 -0
  27. package/src/components/stepper/MStepper.vue +68 -27
  28. package/src/components/tabs/MTab.vue +73 -59
  29. package/src/components/textarea/MTextArea.vue +1 -0
  30. package/src/components/textinput/MTextInputField.vue +1 -1
  31. package/src/index.js +2 -1
  32. package/src/tokens/adeo/android/colors.xml +183 -126
  33. package/src/tokens/adeo/css/_variables.scss +183 -126
  34. package/src/tokens/adeo/css/root.scss +80 -23
  35. package/src/tokens/adeo/ios/StyleDictionaryColor.h +60 -3
  36. package/src/tokens/adeo/ios/StyleDictionaryColor.m +187 -130
  37. package/src/tokens/adeo/ios/StyleDictionaryColor.swift +183 -126
  38. package/src/tokens/adeo/js/tokens.js +183 -126
  39. package/src/tokens/adeo/js/tokensObject.js +1570 -283
  40. package/src/tokens/adeo/scss/_tokens.scss +342 -128
  41. package/types/index.d.ts +4 -0
@@ -316,7 +316,7 @@ module.exports = {
316
316
  },
317
317
  "neutral": {
318
318
  "background": {
319
- "value": "#eeedea",
319
+ "value": "#e6e6e6",
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": "#8c8b85",
340
+ "value": "#808080",
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": "#555550",
361
+ "value": "#4d4d4d",
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": "#dbedea",
558
+ "value": "#eeeff1",
559
559
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/base.json",
560
560
  "isSource": true,
561
561
  "original": {
562
- "value": "#DBEDEA"
562
+ "value": "#EEEFF1"
563
563
  },
564
564
  "name": "ColorPrimary02100",
565
565
  "attributes": {
@@ -574,11 +574,11 @@ module.exports = {
574
574
  ]
575
575
  },
576
576
  "200": {
577
- "value": "#a5d1cb",
577
+ "value": "#cfd2d8",
578
578
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/base.json",
579
579
  "isSource": true,
580
580
  "original": {
581
- "value": "#A5D1CB"
581
+ "value": "#CFD2D8"
582
582
  },
583
583
  "name": "ColorPrimary02200",
584
584
  "attributes": {
@@ -593,11 +593,11 @@ module.exports = {
593
593
  ]
594
594
  },
595
595
  "300": {
596
- "value": "#6eb4ad",
596
+ "value": "#b3b7c1",
597
597
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/base.json",
598
598
  "isSource": true,
599
599
  "original": {
600
- "value": "#6EB4AD"
600
+ "value": "#B3B7C1"
601
601
  },
602
602
  "name": "ColorPrimary02300",
603
603
  "attributes": {
@@ -612,11 +612,11 @@ module.exports = {
612
612
  ]
613
613
  },
614
614
  "400": {
615
- "value": "#379590",
615
+ "value": "#8f94a3",
616
616
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/base.json",
617
617
  "isSource": true,
618
618
  "original": {
619
- "value": "#379590"
619
+ "value": "#8F94A3"
620
620
  },
621
621
  "name": "ColorPrimary02400",
622
622
  "attributes": {
@@ -631,11 +631,11 @@ module.exports = {
631
631
  ]
632
632
  },
633
633
  "500": {
634
- "value": "#007574",
634
+ "value": "#6a7081",
635
635
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/base.json",
636
636
  "isSource": true,
637
637
  "original": {
638
- "value": "#007574"
638
+ "value": "#6A7081"
639
639
  },
640
640
  "name": "ColorPrimary02500",
641
641
  "attributes": {
@@ -650,11 +650,11 @@ module.exports = {
650
650
  ]
651
651
  },
652
652
  "600": {
653
- "value": "#035f64",
653
+ "value": "#494f60",
654
654
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/base.json",
655
655
  "isSource": true,
656
656
  "original": {
657
- "value": "#035F64"
657
+ "value": "#494F60"
658
658
  },
659
659
  "name": "ColorPrimary02600",
660
660
  "attributes": {
@@ -669,11 +669,11 @@ module.exports = {
669
669
  ]
670
670
  },
671
671
  "700": {
672
- "value": "#044c53",
672
+ "value": "#343b4c",
673
673
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/base.json",
674
674
  "isSource": true,
675
675
  "original": {
676
- "value": "#044C53"
676
+ "value": "#343B4C"
677
677
  },
678
678
  "name": "ColorPrimary02700",
679
679
  "attributes": {
@@ -688,11 +688,11 @@ module.exports = {
688
688
  ]
689
689
  },
690
690
  "800": {
691
- "value": "#063a44",
691
+ "value": "#242938",
692
692
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/base.json",
693
693
  "isSource": true,
694
694
  "original": {
695
- "value": "#063A44"
695
+ "value": "#242938"
696
696
  },
697
697
  "name": "ColorPrimary02800",
698
698
  "attributes": {
@@ -707,11 +707,11 @@ module.exports = {
707
707
  ]
708
708
  },
709
709
  "900": {
710
- "value": "#062b35",
710
+ "value": "#171b26",
711
711
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/base.json",
712
712
  "isSource": true,
713
713
  "original": {
714
- "value": "#062B35"
714
+ "value": "#171B26"
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": "#eeedea",
731
+ "value": "#e6e6e6",
732
732
  "filePath": "node_modules/@mozaic-ds/tokens/AdeoProperties/color/base.json",
733
733
  "isSource": true,
734
734
  "original": {
735
- "value": "#EEEDEA"
735
+ "value": "#E6E6E6"
736
736
  },
737
737
  "name": "ColorGrey100",
738
738
  "attributes": {
@@ -747,11 +747,11 @@ module.exports = {
747
747
  ]
748
748
  },
749
749
  "200": {
750
- "value": "#dddcd5",
750
+ "value": "#cccccc",
751
751
  "filePath": "node_modules/@mozaic-ds/tokens/AdeoProperties/color/base.json",
752
752
  "isSource": true,
753
753
  "original": {
754
- "value": "#DDDCD5"
754
+ "value": "#CCCCCC"
755
755
  },
756
756
  "name": "ColorGrey200",
757
757
  "attributes": {
@@ -766,11 +766,11 @@ module.exports = {
766
766
  ]
767
767
  },
768
768
  "300": {
769
- "value": "#c2c1ba",
769
+ "value": "#b3b3b3",
770
770
  "filePath": "node_modules/@mozaic-ds/tokens/AdeoProperties/color/base.json",
771
771
  "isSource": true,
772
772
  "original": {
773
- "value": "#C2C1BA"
773
+ "value": "#B3B3B3"
774
774
  },
775
775
  "name": "ColorGrey300",
776
776
  "attributes": {
@@ -785,11 +785,11 @@ module.exports = {
785
785
  ]
786
786
  },
787
787
  "400": {
788
- "value": "#a7a6a0",
788
+ "value": "#999999",
789
789
  "filePath": "node_modules/@mozaic-ds/tokens/AdeoProperties/color/base.json",
790
790
  "isSource": true,
791
791
  "original": {
792
- "value": "#A7A6A0"
792
+ "value": "#999999"
793
793
  },
794
794
  "name": "ColorGrey400",
795
795
  "attributes": {
@@ -804,11 +804,11 @@ module.exports = {
804
804
  ]
805
805
  },
806
806
  "500": {
807
- "value": "#8c8b85",
807
+ "value": "#808080",
808
808
  "filePath": "node_modules/@mozaic-ds/tokens/AdeoProperties/color/base.json",
809
809
  "isSource": true,
810
810
  "original": {
811
- "value": "#8C8B85"
811
+ "value": "#808080"
812
812
  },
813
813
  "name": "ColorGrey500",
814
814
  "attributes": {
@@ -823,11 +823,11 @@ module.exports = {
823
823
  ]
824
824
  },
825
825
  "600": {
826
- "value": "#71706b",
826
+ "value": "#666666",
827
827
  "filePath": "node_modules/@mozaic-ds/tokens/AdeoProperties/color/base.json",
828
828
  "isSource": true,
829
829
  "original": {
830
- "value": "#71706B"
830
+ "value": "#666666"
831
831
  },
832
832
  "name": "ColorGrey600",
833
833
  "attributes": {
@@ -842,11 +842,11 @@ module.exports = {
842
842
  ]
843
843
  },
844
844
  "700": {
845
- "value": "#555550",
845
+ "value": "#4d4d4d",
846
846
  "filePath": "node_modules/@mozaic-ds/tokens/AdeoProperties/color/base.json",
847
847
  "isSource": true,
848
848
  "original": {
849
- "value": "#555550"
849
+ "value": "#4D4D4D"
850
850
  },
851
851
  "name": "ColorGrey700",
852
852
  "attributes": {
@@ -861,11 +861,11 @@ module.exports = {
861
861
  ]
862
862
  },
863
863
  "800": {
864
- "value": "#3a3936",
864
+ "value": "#333333",
865
865
  "filePath": "node_modules/@mozaic-ds/tokens/AdeoProperties/color/base.json",
866
866
  "isSource": true,
867
867
  "original": {
868
- "value": "#3A3936"
868
+ "value": "#333333"
869
869
  },
870
870
  "name": "ColorGrey800",
871
871
  "attributes": {
@@ -880,11 +880,11 @@ module.exports = {
880
880
  ]
881
881
  },
882
882
  "900": {
883
- "value": "#1e1e1c",
883
+ "value": "#191919",
884
884
  "filePath": "node_modules/@mozaic-ds/tokens/AdeoProperties/color/base.json",
885
885
  "isSource": true,
886
886
  "original": {
887
- "value": "#1E1E1C"
887
+ "value": "#191919"
888
888
  },
889
889
  "name": "ColorGrey900",
890
890
  "attributes": {
@@ -2667,6 +2667,46 @@ 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
+ },
2670
2710
  "button": {
2671
2711
  "solid": {
2672
2712
  "background": {
@@ -2738,7 +2778,7 @@ module.exports = {
2738
2778
  },
2739
2779
  "disabled": {
2740
2780
  "background": {
2741
- "value": "#dddcd5",
2781
+ "value": "#cccccc",
2742
2782
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/button.json",
2743
2783
  "isSource": true,
2744
2784
  "original": {
@@ -2761,7 +2801,7 @@ module.exports = {
2761
2801
  ]
2762
2802
  },
2763
2803
  "font": {
2764
- "value": "#71706b",
2804
+ "value": "#666666",
2765
2805
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/button.json",
2766
2806
  "isSource": true,
2767
2807
  "original": {
@@ -2860,7 +2900,7 @@ module.exports = {
2860
2900
  },
2861
2901
  "solid-primary-02": {
2862
2902
  "background": {
2863
- "value": "#007574",
2903
+ "value": "#6a7081",
2864
2904
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/button.json",
2865
2905
  "isSource": true,
2866
2906
  "original": {
@@ -2903,7 +2943,7 @@ module.exports = {
2903
2943
  },
2904
2944
  "focus": {
2905
2945
  "border": {
2906
- "value": "#062b35",
2946
+ "value": "#171b26",
2907
2947
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/button.json",
2908
2948
  "isSource": true,
2909
2949
  "original": {
@@ -2928,7 +2968,7 @@ module.exports = {
2928
2968
  },
2929
2969
  "disabled": {
2930
2970
  "background": {
2931
- "value": "#dddcd5",
2971
+ "value": "#cccccc",
2932
2972
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/button.json",
2933
2973
  "isSource": true,
2934
2974
  "original": {
@@ -2951,7 +2991,7 @@ module.exports = {
2951
2991
  ]
2952
2992
  },
2953
2993
  "font": {
2954
- "value": "#71706b",
2994
+ "value": "#666666",
2955
2995
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/button.json",
2956
2996
  "isSource": true,
2957
2997
  "original": {
@@ -2976,7 +3016,7 @@ module.exports = {
2976
3016
  },
2977
3017
  "active": {
2978
3018
  "background": {
2979
- "value": "#062b35",
3019
+ "value": "#171b26",
2980
3020
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/button.json",
2981
3021
  "isSource": true,
2982
3022
  "original": {
@@ -3001,7 +3041,7 @@ module.exports = {
3001
3041
  },
3002
3042
  "hover": {
3003
3043
  "background": {
3004
- "value": "#063a44",
3044
+ "value": "#242938",
3005
3045
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/button.json",
3006
3046
  "isSource": true,
3007
3047
  "original": {
@@ -3050,7 +3090,7 @@ module.exports = {
3050
3090
  },
3051
3091
  "solid-neutral": {
3052
3092
  "background": {
3053
- "value": "#3a3936",
3093
+ "value": "#333333",
3054
3094
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/button.json",
3055
3095
  "isSource": true,
3056
3096
  "original": {
@@ -3093,7 +3133,7 @@ module.exports = {
3093
3133
  },
3094
3134
  "focus": {
3095
3135
  "border": {
3096
- "value": "#1e1e1c",
3136
+ "value": "#191919",
3097
3137
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/button.json",
3098
3138
  "isSource": true,
3099
3139
  "original": {
@@ -3118,7 +3158,7 @@ module.exports = {
3118
3158
  },
3119
3159
  "disabled": {
3120
3160
  "background": {
3121
- "value": "#dddcd5",
3161
+ "value": "#cccccc",
3122
3162
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/button.json",
3123
3163
  "isSource": true,
3124
3164
  "original": {
@@ -3141,7 +3181,7 @@ module.exports = {
3141
3181
  ]
3142
3182
  },
3143
3183
  "font": {
3144
- "value": "#71706b",
3184
+ "value": "#666666",
3145
3185
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/button.json",
3146
3186
  "isSource": true,
3147
3187
  "original": {
@@ -3166,7 +3206,7 @@ module.exports = {
3166
3206
  },
3167
3207
  "active": {
3168
3208
  "background": {
3169
- "value": "#3a3936",
3209
+ "value": "#333333",
3170
3210
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/button.json",
3171
3211
  "isSource": true,
3172
3212
  "original": {
@@ -3191,7 +3231,7 @@ module.exports = {
3191
3231
  },
3192
3232
  "hover": {
3193
3233
  "background": {
3194
- "value": "#1e1e1c",
3234
+ "value": "#191919",
3195
3235
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/button.json",
3196
3236
  "isSource": true,
3197
3237
  "original": {
@@ -3308,7 +3348,7 @@ module.exports = {
3308
3348
  },
3309
3349
  "disabled": {
3310
3350
  "background": {
3311
- "value": "#dddcd5",
3351
+ "value": "#cccccc",
3312
3352
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/button.json",
3313
3353
  "isSource": true,
3314
3354
  "original": {
@@ -3331,7 +3371,7 @@ module.exports = {
3331
3371
  ]
3332
3372
  },
3333
3373
  "font": {
3334
- "value": "#71706b",
3374
+ "value": "#666666",
3335
3375
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/button.json",
3336
3376
  "isSource": true,
3337
3377
  "original": {
@@ -3519,7 +3559,7 @@ module.exports = {
3519
3559
  },
3520
3560
  "disabled": {
3521
3561
  "background": {
3522
- "value": "#dddcd5",
3562
+ "value": "#cccccc",
3523
3563
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/button.json",
3524
3564
  "isSource": true,
3525
3565
  "original": {
@@ -3542,7 +3582,7 @@ module.exports = {
3542
3582
  ]
3543
3583
  },
3544
3584
  "font": {
3545
- "value": "#71706b",
3585
+ "value": "#666666",
3546
3586
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/button.json",
3547
3587
  "isSource": true,
3548
3588
  "original": {
@@ -3639,7 +3679,7 @@ module.exports = {
3639
3679
  ]
3640
3680
  },
3641
3681
  "border": {
3642
- "value": "#007574",
3682
+ "value": "#6a7081",
3643
3683
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/button.json",
3644
3684
  "isSource": true,
3645
3685
  "original": {
@@ -3660,7 +3700,7 @@ module.exports = {
3660
3700
  ]
3661
3701
  },
3662
3702
  "font": {
3663
- "value": "#007574",
3703
+ "value": "#6a7081",
3664
3704
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/button.json",
3665
3705
  "isSource": true,
3666
3706
  "original": {
@@ -3682,7 +3722,7 @@ module.exports = {
3682
3722
  },
3683
3723
  "focus": {
3684
3724
  "border": {
3685
- "value": "#062b35",
3725
+ "value": "#171b26",
3686
3726
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/button.json",
3687
3727
  "isSource": true,
3688
3728
  "original": {
@@ -3707,7 +3747,7 @@ module.exports = {
3707
3747
  },
3708
3748
  "disabled": {
3709
3749
  "background": {
3710
- "value": "#dddcd5",
3750
+ "value": "#cccccc",
3711
3751
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/button.json",
3712
3752
  "isSource": true,
3713
3753
  "original": {
@@ -3730,7 +3770,7 @@ module.exports = {
3730
3770
  ]
3731
3771
  },
3732
3772
  "font": {
3733
- "value": "#71706b",
3773
+ "value": "#666666",
3734
3774
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/button.json",
3735
3775
  "isSource": true,
3736
3776
  "original": {
@@ -3755,7 +3795,7 @@ module.exports = {
3755
3795
  },
3756
3796
  "active": {
3757
3797
  "background": {
3758
- "value": "#a5d1cb",
3798
+ "value": "#cfd2d8",
3759
3799
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/button.json",
3760
3800
  "isSource": true,
3761
3801
  "original": {
@@ -3780,7 +3820,7 @@ module.exports = {
3780
3820
  },
3781
3821
  "hover": {
3782
3822
  "background": {
3783
- "value": "#dbedea",
3823
+ "value": "#eeeff1",
3784
3824
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/button.json",
3785
3825
  "isSource": true,
3786
3826
  "original": {
@@ -3827,7 +3867,7 @@ module.exports = {
3827
3867
  ]
3828
3868
  },
3829
3869
  "border": {
3830
- "value": "#3a3936",
3870
+ "value": "#333333",
3831
3871
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/button.json",
3832
3872
  "isSource": true,
3833
3873
  "original": {
@@ -3848,7 +3888,7 @@ module.exports = {
3848
3888
  ]
3849
3889
  },
3850
3890
  "font": {
3851
- "value": "#3a3936",
3891
+ "value": "#333333",
3852
3892
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/button.json",
3853
3893
  "isSource": true,
3854
3894
  "original": {
@@ -3870,7 +3910,7 @@ module.exports = {
3870
3910
  },
3871
3911
  "focus": {
3872
3912
  "border": {
3873
- "value": "#1e1e1c",
3913
+ "value": "#191919",
3874
3914
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/button.json",
3875
3915
  "isSource": true,
3876
3916
  "original": {
@@ -3895,7 +3935,7 @@ module.exports = {
3895
3935
  },
3896
3936
  "disabled": {
3897
3937
  "background": {
3898
- "value": "#dddcd5",
3938
+ "value": "#cccccc",
3899
3939
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/button.json",
3900
3940
  "isSource": true,
3901
3941
  "original": {
@@ -3918,7 +3958,7 @@ module.exports = {
3918
3958
  ]
3919
3959
  },
3920
3960
  "font": {
3921
- "value": "#71706b",
3961
+ "value": "#666666",
3922
3962
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/button.json",
3923
3963
  "isSource": true,
3924
3964
  "original": {
@@ -3943,7 +3983,7 @@ module.exports = {
3943
3983
  },
3944
3984
  "active": {
3945
3985
  "background": {
3946
- "value": "#dddcd5",
3986
+ "value": "#cccccc",
3947
3987
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/button.json",
3948
3988
  "isSource": true,
3949
3989
  "original": {
@@ -3968,7 +4008,7 @@ module.exports = {
3968
4008
  },
3969
4009
  "hover": {
3970
4010
  "background": {
3971
- "value": "#eeedea",
4011
+ "value": "#e6e6e6",
3972
4012
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/button.json",
3973
4013
  "isSource": true,
3974
4014
  "original": {
@@ -4083,7 +4123,7 @@ module.exports = {
4083
4123
  },
4084
4124
  "disabled": {
4085
4125
  "background": {
4086
- "value": "#dddcd5",
4126
+ "value": "#cccccc",
4087
4127
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/button.json",
4088
4128
  "isSource": true,
4089
4129
  "original": {
@@ -4106,7 +4146,7 @@ module.exports = {
4106
4146
  ]
4107
4147
  },
4108
4148
  "font": {
4109
- "value": "#71706b",
4149
+ "value": "#666666",
4110
4150
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/button.json",
4111
4151
  "isSource": true,
4112
4152
  "original": {
@@ -4181,6 +4221,134 @@ module.exports = {
4181
4221
  }
4182
4222
  }
4183
4223
  },
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
+ },
4184
4352
  "divider": {
4185
4353
  "lightest": {
4186
4354
  "value": "#ffffff",
@@ -4202,7 +4370,7 @@ module.exports = {
4202
4370
  ]
4203
4371
  },
4204
4372
  "light": {
4205
- "value": "#c2c1ba",
4373
+ "value": "#b3b3b3",
4206
4374
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/divider.json",
4207
4375
  "isSource": true,
4208
4376
  "original": {
@@ -4221,7 +4389,7 @@ module.exports = {
4221
4389
  ]
4222
4390
  },
4223
4391
  "default": {
4224
- "value": "#71706b",
4392
+ "value": "#666666",
4225
4393
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/divider.json",
4226
4394
  "isSource": true,
4227
4395
  "original": {
@@ -4280,7 +4448,7 @@ module.exports = {
4280
4448
  ]
4281
4449
  },
4282
4450
  "label": {
4283
- "value": "#3a3936",
4451
+ "value": "#333333",
4284
4452
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/fields.json",
4285
4453
  "isSource": true,
4286
4454
  "original": {
@@ -4299,7 +4467,7 @@ module.exports = {
4299
4467
  ]
4300
4468
  },
4301
4469
  "requirement": {
4302
- "value": "#71706b",
4470
+ "value": "#666666",
4303
4471
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/fields.json",
4304
4472
  "isSource": true,
4305
4473
  "original": {
@@ -4318,7 +4486,7 @@ module.exports = {
4318
4486
  ]
4319
4487
  },
4320
4488
  "help": {
4321
- "value": "#71706b",
4489
+ "value": "#666666",
4322
4490
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/fields.json",
4323
4491
  "isSource": true,
4324
4492
  "original": {
@@ -4359,7 +4527,7 @@ module.exports = {
4359
4527
  },
4360
4528
  "files": {
4361
4529
  "list": {
4362
- "value": "#eeedea",
4530
+ "value": "#e6e6e6",
4363
4531
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/fileuploder.json",
4364
4532
  "isSource": true,
4365
4533
  "original": {
@@ -4380,7 +4548,7 @@ module.exports = {
4380
4548
  ]
4381
4549
  },
4382
4550
  "delete": {
4383
- "value": "#dddcd5",
4551
+ "value": "#cccccc",
4384
4552
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/fileuploder.json",
4385
4553
  "isSource": true,
4386
4554
  "original": {
@@ -5153,7 +5321,7 @@ module.exports = {
5153
5321
  ]
5154
5322
  },
5155
5323
  "primary-02": {
5156
- "value": "#007574",
5324
+ "value": "#6a7081",
5157
5325
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/font.json",
5158
5326
  "isSource": true,
5159
5327
  "original": {
@@ -5191,7 +5359,7 @@ module.exports = {
5191
5359
  ]
5192
5360
  },
5193
5361
  "darker": {
5194
- "value": "#1e1e1c",
5362
+ "value": "#191919",
5195
5363
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/font.json",
5196
5364
  "isSource": true,
5197
5365
  "original": {
@@ -5210,7 +5378,7 @@ module.exports = {
5210
5378
  ]
5211
5379
  },
5212
5380
  "dark": {
5213
- "value": "#3a3936",
5381
+ "value": "#333333",
5214
5382
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/font.json",
5215
5383
  "isSource": true,
5216
5384
  "original": {
@@ -5229,7 +5397,7 @@ module.exports = {
5229
5397
  ]
5230
5398
  },
5231
5399
  "light": {
5232
- "value": "#71706b",
5400
+ "value": "#666666",
5233
5401
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/font.json",
5234
5402
  "isSource": true,
5235
5403
  "original": {
@@ -5343,9 +5511,80 @@ module.exports = {
5343
5511
  ]
5344
5512
  }
5345
5513
  },
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
+ },
5346
5585
  "input": {
5347
5586
  "text": {
5348
- "value": "#1e1e1c",
5587
+ "value": "#191919",
5349
5588
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/input.json",
5350
5589
  "isSource": true,
5351
5590
  "original": {
@@ -5364,7 +5603,7 @@ module.exports = {
5364
5603
  ]
5365
5604
  },
5366
5605
  "border": {
5367
- "value": "#71706b",
5606
+ "value": "#666666",
5368
5607
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/input.json",
5369
5608
  "isSource": true,
5370
5609
  "original": {
@@ -5383,7 +5622,7 @@ module.exports = {
5383
5622
  ]
5384
5623
  },
5385
5624
  "placeholder": {
5386
- "value": "#8c8b85",
5625
+ "value": "#808080",
5387
5626
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/input.json",
5388
5627
  "isSource": true,
5389
5628
  "original": {
@@ -5422,7 +5661,7 @@ module.exports = {
5422
5661
  },
5423
5662
  "disabled": {
5424
5663
  "border": {
5425
- "value": "#eeedea",
5664
+ "value": "#e6e6e6",
5426
5665
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/input.json",
5427
5666
  "isSource": true,
5428
5667
  "original": {
@@ -5443,7 +5682,7 @@ module.exports = {
5443
5682
  ]
5444
5683
  },
5445
5684
  "background": {
5446
- "value": "#eeedea",
5685
+ "value": "#e6e6e6",
5447
5686
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/input.json",
5448
5687
  "isSource": true,
5449
5688
  "original": {
@@ -5464,7 +5703,7 @@ module.exports = {
5464
5703
  ]
5465
5704
  },
5466
5705
  "icon": {
5467
- "value": "#a7a6a0",
5706
+ "value": "#999999",
5468
5707
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/input.json",
5469
5708
  "isSource": true,
5470
5709
  "original": {
@@ -5487,7 +5726,7 @@ module.exports = {
5487
5726
  },
5488
5727
  "hover": {
5489
5728
  "border": {
5490
- "value": "#1e1e1c",
5729
+ "value": "#191919",
5491
5730
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/input.json",
5492
5731
  "isSource": true,
5493
5732
  "original": {
@@ -5742,7 +5981,7 @@ module.exports = {
5742
5981
  ]
5743
5982
  },
5744
5983
  "visited": {
5745
- "value": "#3a3936",
5984
+ "value": "#333333",
5746
5985
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/link.json",
5747
5986
  "isSource": true,
5748
5987
  "original": {
@@ -5763,7 +6002,7 @@ module.exports = {
5763
6002
  ]
5764
6003
  },
5765
6004
  "active": {
5766
- "value": "#3a3936",
6005
+ "value": "#333333",
5767
6006
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/link.json",
5768
6007
  "isSource": true,
5769
6008
  "original": {
@@ -5784,7 +6023,7 @@ module.exports = {
5784
6023
  ]
5785
6024
  },
5786
6025
  "disabled": {
5787
- "value": "#eeedea",
6026
+ "value": "#e6e6e6",
5788
6027
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/link.json",
5789
6028
  "isSource": true,
5790
6029
  "original": {
@@ -5805,7 +6044,7 @@ module.exports = {
5805
6044
  ]
5806
6045
  },
5807
6046
  "hover": {
5808
- "value": "#71706b",
6047
+ "value": "#666666",
5809
6048
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/link.json",
5810
6049
  "isSource": true,
5811
6050
  "original": {
@@ -5849,7 +6088,7 @@ module.exports = {
5849
6088
  ]
5850
6089
  },
5851
6090
  "visited": {
5852
- "value": "#dddcd5",
6091
+ "value": "#cccccc",
5853
6092
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/link.json",
5854
6093
  "isSource": true,
5855
6094
  "original": {
@@ -5870,7 +6109,7 @@ module.exports = {
5870
6109
  ]
5871
6110
  },
5872
6111
  "active": {
5873
- "value": "#dddcd5",
6112
+ "value": "#cccccc",
5874
6113
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/link.json",
5875
6114
  "isSource": true,
5876
6115
  "original": {
@@ -5891,7 +6130,7 @@ module.exports = {
5891
6130
  ]
5892
6131
  },
5893
6132
  "disabled": {
5894
- "value": "#eeedea",
6133
+ "value": "#e6e6e6",
5895
6134
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/link.json",
5896
6135
  "isSource": true,
5897
6136
  "original": {
@@ -5912,7 +6151,7 @@ module.exports = {
5912
6151
  ]
5913
6152
  },
5914
6153
  "hover": {
5915
- "value": "#a7a6a0",
6154
+ "value": "#999999",
5916
6155
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/link.json",
5917
6156
  "isSource": true,
5918
6157
  "original": {
@@ -5998,7 +6237,7 @@ module.exports = {
5998
6237
  ]
5999
6238
  },
6000
6239
  "disabled": {
6001
- "value": "#eeedea",
6240
+ "value": "#e6e6e6",
6002
6241
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/link.json",
6003
6242
  "isSource": true,
6004
6243
  "original": {
@@ -6042,7 +6281,7 @@ module.exports = {
6042
6281
  },
6043
6282
  "primary-02": {
6044
6283
  "base": {
6045
- "value": "#035f64",
6284
+ "value": "#494f60",
6046
6285
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/link.json",
6047
6286
  "isSource": true,
6048
6287
  "original": {
@@ -6063,7 +6302,7 @@ module.exports = {
6063
6302
  ]
6064
6303
  },
6065
6304
  "visited": {
6066
- "value": "#044c53",
6305
+ "value": "#343b4c",
6067
6306
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/link.json",
6068
6307
  "isSource": true,
6069
6308
  "original": {
@@ -6084,7 +6323,7 @@ module.exports = {
6084
6323
  ]
6085
6324
  },
6086
6325
  "active": {
6087
- "value": "#044c53",
6326
+ "value": "#343b4c",
6088
6327
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/link.json",
6089
6328
  "isSource": true,
6090
6329
  "original": {
@@ -6105,7 +6344,7 @@ module.exports = {
6105
6344
  ]
6106
6345
  },
6107
6346
  "disabled": {
6108
- "value": "#eeedea",
6347
+ "value": "#e6e6e6",
6109
6348
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/link.json",
6110
6349
  "isSource": true,
6111
6350
  "original": {
@@ -6126,7 +6365,7 @@ module.exports = {
6126
6365
  ]
6127
6366
  },
6128
6367
  "hover": {
6129
- "value": "#062b35",
6368
+ "value": "#171b26",
6130
6369
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/link.json",
6131
6370
  "isSource": true,
6132
6371
  "original": {
@@ -6212,7 +6451,7 @@ module.exports = {
6212
6451
  ]
6213
6452
  },
6214
6453
  "disabled": {
6215
- "value": "#eeedea",
6454
+ "value": "#e6e6e6",
6216
6455
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/link.json",
6217
6456
  "isSource": true,
6218
6457
  "original": {
@@ -6255,91 +6494,223 @@ module.exports = {
6255
6494
  }
6256
6495
  }
6257
6496
  },
6258
- "notification": {
6259
- "font": {
6260
- "value": "#000000",
6261
- "filePath": "node_modules/@mozaic-ds/tokens/properties/color/notification.json",
6497
+ "listbox": {
6498
+ "background": {
6499
+ "value": "#ffffff",
6500
+ "filePath": "node_modules/@mozaic-ds/tokens/properties/color/listbox.json",
6262
6501
  "isSource": true,
6263
6502
  "original": {
6264
- "value": "{color.grey.999.value}"
6503
+ "value": "{color.grey.000.value}"
6265
6504
  },
6266
- "name": "ColorNotificationFont",
6505
+ "name": "ColorListboxBackground",
6267
6506
  "attributes": {
6268
6507
  "category": "color",
6269
- "type": "notification",
6270
- "item": "font"
6508
+ "type": "listbox",
6509
+ "item": "background"
6271
6510
  },
6272
6511
  "path": [
6273
6512
  "color",
6274
- "notification",
6275
- "font"
6513
+ "listbox",
6514
+ "background"
6276
6515
  ]
6277
6516
  },
6278
- "information": {
6279
- "background": {
6280
- "value": "#daeff7",
6281
- "filePath": "node_modules/@mozaic-ds/tokens/properties/color/notification.json",
6282
- "isSource": true,
6283
- "original": {
6284
- "value": "{color.info.100.value}"
6285
- },
6286
- "name": "ColorNotificationInformationBackground",
6287
- "attributes": {
6288
- "category": "color",
6289
- "type": "notification",
6290
- "item": "information",
6291
- "subitem": "background"
6292
- },
6293
- "path": [
6294
- "color",
6295
- "notification",
6296
- "information",
6297
- "background"
6298
- ]
6517
+ "border": {
6518
+ "value": "#666666",
6519
+ "filePath": "node_modules/@mozaic-ds/tokens/properties/color/listbox.json",
6520
+ "isSource": true,
6521
+ "original": {
6522
+ "value": "{color.grey.600.value}"
6299
6523
  },
6524
+ "name": "ColorListboxBorder",
6525
+ "attributes": {
6526
+ "category": "color",
6527
+ "type": "listbox",
6528
+ "item": "border"
6529
+ },
6530
+ "path": [
6531
+ "color",
6532
+ "listbox",
6533
+ "border"
6534
+ ]
6535
+ },
6536
+ "tile": {
6300
6537
  "border": {
6301
- "value": "#0b96cc",
6302
- "filePath": "node_modules/@mozaic-ds/tokens/properties/color/notification.json",
6538
+ "value": "#b3b3b3",
6539
+ "filePath": "node_modules/@mozaic-ds/tokens/properties/color/listbox.json",
6303
6540
  "isSource": true,
6304
6541
  "original": {
6305
- "value": "{color.info.500.value}"
6542
+ "value": "{color.grey.300.value}"
6306
6543
  },
6307
- "name": "ColorNotificationInformationBorder",
6544
+ "name": "ColorListboxTileBorder",
6308
6545
  "attributes": {
6309
6546
  "category": "color",
6310
- "type": "notification",
6311
- "item": "information",
6547
+ "type": "listbox",
6548
+ "item": "tile",
6312
6549
  "subitem": "border"
6313
6550
  },
6314
6551
  "path": [
6315
6552
  "color",
6316
- "notification",
6317
- "information",
6553
+ "listbox",
6554
+ "tile",
6318
6555
  "border"
6319
6556
  ]
6320
6557
  },
6321
- "icon": {
6322
- "value": "#007bb4",
6323
- "filePath": "node_modules/@mozaic-ds/tokens/properties/color/notification.json",
6558
+ "shadow": {
6559
+ "value": "#191919",
6560
+ "filePath": "node_modules/@mozaic-ds/tokens/properties/color/listbox.json",
6324
6561
  "isSource": true,
6325
6562
  "original": {
6326
- "value": "{color.info.600.value}"
6563
+ "value": "{color.grey.900.value}"
6327
6564
  },
6328
- "name": "ColorNotificationInformationIcon",
6565
+ "name": "ColorListboxTileShadow",
6329
6566
  "attributes": {
6330
6567
  "category": "color",
6331
- "type": "notification",
6332
- "item": "information",
6333
- "subitem": "icon"
6568
+ "type": "listbox",
6569
+ "item": "tile",
6570
+ "subitem": "shadow"
6334
6571
  },
6335
6572
  "path": [
6336
6573
  "color",
6337
- "notification",
6338
- "information",
6339
- "icon"
6574
+ "listbox",
6575
+ "tile",
6576
+ "shadow"
6340
6577
  ]
6341
- }
6342
- },
6578
+ },
6579
+ "hover": {
6580
+ "background": {
6581
+ "value": "#e6e6e6",
6582
+ "filePath": "node_modules/@mozaic-ds/tokens/properties/color/listbox.json",
6583
+ "isSource": true,
6584
+ "original": {
6585
+ "value": "{color.grey.100.value}"
6586
+ },
6587
+ "name": "ColorListboxTileHoverBackground",
6588
+ "attributes": {
6589
+ "category": "color",
6590
+ "type": "listbox",
6591
+ "item": "tile",
6592
+ "subitem": "hover",
6593
+ "state": "background"
6594
+ },
6595
+ "path": [
6596
+ "color",
6597
+ "listbox",
6598
+ "tile",
6599
+ "hover",
6600
+ "background"
6601
+ ]
6602
+ }
6603
+ }
6604
+ },
6605
+ "disabled": {
6606
+ "background": {
6607
+ "value": "#cccccc",
6608
+ "filePath": "node_modules/@mozaic-ds/tokens/properties/color/listbox.json",
6609
+ "isSource": true,
6610
+ "original": {
6611
+ "value": "{color.grey.200.value}"
6612
+ },
6613
+ "name": "ColorListboxDisabledBackground",
6614
+ "attributes": {
6615
+ "category": "color",
6616
+ "type": "listbox",
6617
+ "item": "disabled",
6618
+ "subitem": "background"
6619
+ },
6620
+ "path": [
6621
+ "color",
6622
+ "listbox",
6623
+ "disabled",
6624
+ "background"
6625
+ ]
6626
+ }
6627
+ }
6628
+ },
6629
+ "notification": {
6630
+ "font": {
6631
+ "value": "#000000",
6632
+ "filePath": "node_modules/@mozaic-ds/tokens/properties/color/notification.json",
6633
+ "isSource": true,
6634
+ "original": {
6635
+ "value": "{color.grey.999.value}"
6636
+ },
6637
+ "name": "ColorNotificationFont",
6638
+ "attributes": {
6639
+ "category": "color",
6640
+ "type": "notification",
6641
+ "item": "font"
6642
+ },
6643
+ "path": [
6644
+ "color",
6645
+ "notification",
6646
+ "font"
6647
+ ]
6648
+ },
6649
+ "information": {
6650
+ "background": {
6651
+ "value": "#daeff7",
6652
+ "filePath": "node_modules/@mozaic-ds/tokens/properties/color/notification.json",
6653
+ "isSource": true,
6654
+ "original": {
6655
+ "value": "{color.info.100.value}"
6656
+ },
6657
+ "name": "ColorNotificationInformationBackground",
6658
+ "attributes": {
6659
+ "category": "color",
6660
+ "type": "notification",
6661
+ "item": "information",
6662
+ "subitem": "background"
6663
+ },
6664
+ "path": [
6665
+ "color",
6666
+ "notification",
6667
+ "information",
6668
+ "background"
6669
+ ]
6670
+ },
6671
+ "border": {
6672
+ "value": "#0b96cc",
6673
+ "filePath": "node_modules/@mozaic-ds/tokens/properties/color/notification.json",
6674
+ "isSource": true,
6675
+ "original": {
6676
+ "value": "{color.info.500.value}"
6677
+ },
6678
+ "name": "ColorNotificationInformationBorder",
6679
+ "attributes": {
6680
+ "category": "color",
6681
+ "type": "notification",
6682
+ "item": "information",
6683
+ "subitem": "border"
6684
+ },
6685
+ "path": [
6686
+ "color",
6687
+ "notification",
6688
+ "information",
6689
+ "border"
6690
+ ]
6691
+ },
6692
+ "icon": {
6693
+ "value": "#007bb4",
6694
+ "filePath": "node_modules/@mozaic-ds/tokens/properties/color/notification.json",
6695
+ "isSource": true,
6696
+ "original": {
6697
+ "value": "{color.info.600.value}"
6698
+ },
6699
+ "name": "ColorNotificationInformationIcon",
6700
+ "attributes": {
6701
+ "category": "color",
6702
+ "type": "notification",
6703
+ "item": "information",
6704
+ "subitem": "icon"
6705
+ },
6706
+ "path": [
6707
+ "color",
6708
+ "notification",
6709
+ "information",
6710
+ "icon"
6711
+ ]
6712
+ }
6713
+ },
6343
6714
  "success": {
6344
6715
  "background": {
6345
6716
  "value": "#ebf5de",
@@ -6455,90 +6826,490 @@ module.exports = {
6455
6826
  "original": {
6456
6827
  "value": "{color.warning.600.value}"
6457
6828
  },
6458
- "name": "ColorNotificationWarningIcon",
6829
+ "name": "ColorNotificationWarningIcon",
6830
+ "attributes": {
6831
+ "category": "color",
6832
+ "type": "notification",
6833
+ "item": "warning",
6834
+ "subitem": "icon"
6835
+ },
6836
+ "path": [
6837
+ "color",
6838
+ "notification",
6839
+ "warning",
6840
+ "icon"
6841
+ ]
6842
+ }
6843
+ },
6844
+ "danger": {
6845
+ "background": {
6846
+ "value": "#fdeaea",
6847
+ "filePath": "node_modules/@mozaic-ds/tokens/properties/color/notification.json",
6848
+ "isSource": true,
6849
+ "original": {
6850
+ "value": "{color.danger.100.value}"
6851
+ },
6852
+ "name": "ColorNotificationDangerBackground",
6853
+ "attributes": {
6854
+ "category": "color",
6855
+ "type": "notification",
6856
+ "item": "danger",
6857
+ "subitem": "background"
6858
+ },
6859
+ "path": [
6860
+ "color",
6861
+ "notification",
6862
+ "danger",
6863
+ "background"
6864
+ ]
6865
+ },
6866
+ "border": {
6867
+ "value": "#ea302d",
6868
+ "filePath": "node_modules/@mozaic-ds/tokens/properties/color/notification.json",
6869
+ "isSource": true,
6870
+ "original": {
6871
+ "value": "{color.danger.500.value}"
6872
+ },
6873
+ "name": "ColorNotificationDangerBorder",
6874
+ "attributes": {
6875
+ "category": "color",
6876
+ "type": "notification",
6877
+ "item": "danger",
6878
+ "subitem": "border"
6879
+ },
6880
+ "path": [
6881
+ "color",
6882
+ "notification",
6883
+ "danger",
6884
+ "border"
6885
+ ]
6886
+ },
6887
+ "icon": {
6888
+ "value": "#c61112",
6889
+ "filePath": "node_modules/@mozaic-ds/tokens/properties/color/notification.json",
6890
+ "isSource": true,
6891
+ "original": {
6892
+ "value": "{color.danger.600.value}"
6893
+ },
6894
+ "name": "ColorNotificationDangerIcon",
6895
+ "attributes": {
6896
+ "category": "color",
6897
+ "type": "notification",
6898
+ "item": "danger",
6899
+ "subitem": "icon"
6900
+ },
6901
+ "path": [
6902
+ "color",
6903
+ "notification",
6904
+ "danger",
6905
+ "icon"
6906
+ ]
6907
+ }
6908
+ }
6909
+ },
6910
+ "option-button": {
6911
+ "label": {
6912
+ "shadow": {
6913
+ "value": "#b3b3b3",
6914
+ "filePath": "node_modules/@mozaic-ds/tokens/properties/color/option-button.json",
6915
+ "isSource": true,
6916
+ "original": {
6917
+ "value": "{color.grey.300.value}"
6918
+ },
6919
+ "name": "ColorOptionButtonLabelShadow",
6920
+ "attributes": {
6921
+ "category": "color",
6922
+ "type": "option-button",
6923
+ "item": "label",
6924
+ "subitem": "shadow"
6925
+ },
6926
+ "path": [
6927
+ "color",
6928
+ "option-button",
6929
+ "label",
6930
+ "shadow"
6931
+ ]
6932
+ }
6933
+ },
6934
+ "hover": {
6935
+ "label": {
6936
+ "shadow": {
6937
+ "value": "#333333",
6938
+ "filePath": "node_modules/@mozaic-ds/tokens/properties/color/option-button.json",
6939
+ "isSource": true,
6940
+ "original": {
6941
+ "value": "{color.grey.800.value}"
6942
+ },
6943
+ "name": "ColorOptionButtonHoverLabelShadow",
6944
+ "attributes": {
6945
+ "category": "color",
6946
+ "type": "option-button",
6947
+ "item": "hover",
6948
+ "subitem": "label",
6949
+ "state": "shadow"
6950
+ },
6951
+ "path": [
6952
+ "color",
6953
+ "option-button",
6954
+ "hover",
6955
+ "label",
6956
+ "shadow"
6957
+ ]
6958
+ }
6959
+ }
6960
+ },
6961
+ "checked": {
6962
+ "label": {
6963
+ "border": {
6964
+ "value": "#00919f",
6965
+ "filePath": "node_modules/@mozaic-ds/tokens/properties/color/option-button.json",
6966
+ "isSource": true,
6967
+ "original": {
6968
+ "value": "{color.primary-01.500.value}"
6969
+ },
6970
+ "name": "ColorOptionButtonCheckedLabelBorder",
6971
+ "attributes": {
6972
+ "category": "color",
6973
+ "type": "option-button",
6974
+ "item": "checked",
6975
+ "subitem": "label",
6976
+ "state": "border"
6977
+ },
6978
+ "path": [
6979
+ "color",
6980
+ "option-button",
6981
+ "checked",
6982
+ "label",
6983
+ "border"
6984
+ ]
6985
+ },
6986
+ "shadow": {
6987
+ "value": "#d9f0f3",
6988
+ "filePath": "node_modules/@mozaic-ds/tokens/properties/color/option-button.json",
6989
+ "isSource": true,
6990
+ "original": {
6991
+ "value": "{color.primary-01.100.value}"
6992
+ },
6993
+ "name": "ColorOptionButtonCheckedLabelShadow",
6994
+ "attributes": {
6995
+ "category": "color",
6996
+ "type": "option-button",
6997
+ "item": "checked",
6998
+ "subitem": "label",
6999
+ "state": "shadow"
7000
+ },
7001
+ "path": [
7002
+ "color",
7003
+ "option-button",
7004
+ "checked",
7005
+ "label",
7006
+ "shadow"
7007
+ ]
7008
+ }
7009
+ }
7010
+ },
7011
+ "disabled": {
7012
+ "label": {
7013
+ "background": {
7014
+ "value": "#cccccc",
7015
+ "filePath": "node_modules/@mozaic-ds/tokens/properties/color/option-button.json",
7016
+ "isSource": true,
7017
+ "original": {
7018
+ "value": "{color.grey.200.value}"
7019
+ },
7020
+ "name": "ColorOptionButtonDisabledLabelBackground",
7021
+ "attributes": {
7022
+ "category": "color",
7023
+ "type": "option-button",
7024
+ "item": "disabled",
7025
+ "subitem": "label",
7026
+ "state": "background"
7027
+ },
7028
+ "path": [
7029
+ "color",
7030
+ "option-button",
7031
+ "disabled",
7032
+ "label",
7033
+ "background"
7034
+ ]
7035
+ }
7036
+ }
7037
+ }
7038
+ },
7039
+ "option-card": {
7040
+ "label": {
7041
+ "shadow": {
7042
+ "value": "#b3b3b3",
7043
+ "filePath": "node_modules/@mozaic-ds/tokens/properties/color/option-card.json",
7044
+ "isSource": true,
7045
+ "original": {
7046
+ "value": "{color.grey.300.value}"
7047
+ },
7048
+ "name": "ColorOptionCardLabelShadow",
7049
+ "attributes": {
7050
+ "category": "color",
7051
+ "type": "option-card",
7052
+ "item": "label",
7053
+ "subitem": "shadow"
7054
+ },
7055
+ "path": [
7056
+ "color",
7057
+ "option-card",
7058
+ "label",
7059
+ "shadow"
7060
+ ]
7061
+ }
7062
+ },
7063
+ "hover": {
7064
+ "label": {
7065
+ "shadow": {
7066
+ "value": "#333333",
7067
+ "filePath": "node_modules/@mozaic-ds/tokens/properties/color/option-card.json",
7068
+ "isSource": true,
7069
+ "original": {
7070
+ "value": "{color.grey.800.value}"
7071
+ },
7072
+ "name": "ColorOptionCardHoverLabelShadow",
7073
+ "attributes": {
7074
+ "category": "color",
7075
+ "type": "option-card",
7076
+ "item": "hover",
7077
+ "subitem": "label",
7078
+ "state": "shadow"
7079
+ },
7080
+ "path": [
7081
+ "color",
7082
+ "option-card",
7083
+ "hover",
7084
+ "label",
7085
+ "shadow"
7086
+ ]
7087
+ }
7088
+ }
7089
+ },
7090
+ "checked": {
7091
+ "label": {
7092
+ "border": {
7093
+ "value": "#00919f",
7094
+ "filePath": "node_modules/@mozaic-ds/tokens/properties/color/option-card.json",
7095
+ "isSource": true,
7096
+ "original": {
7097
+ "value": "{color.primary-01.500.value}"
7098
+ },
7099
+ "name": "ColorOptionCardCheckedLabelBorder",
7100
+ "attributes": {
7101
+ "category": "color",
7102
+ "type": "option-card",
7103
+ "item": "checked",
7104
+ "subitem": "label",
7105
+ "state": "border"
7106
+ },
7107
+ "path": [
7108
+ "color",
7109
+ "option-card",
7110
+ "checked",
7111
+ "label",
7112
+ "border"
7113
+ ]
7114
+ },
7115
+ "shadow": {
7116
+ "value": "#d9f0f3",
7117
+ "filePath": "node_modules/@mozaic-ds/tokens/properties/color/option-card.json",
7118
+ "isSource": true,
7119
+ "original": {
7120
+ "value": "{color.primary-01.100.value}"
7121
+ },
7122
+ "name": "ColorOptionCardCheckedLabelShadow",
7123
+ "attributes": {
7124
+ "category": "color",
7125
+ "type": "option-card",
7126
+ "item": "checked",
7127
+ "subitem": "label",
7128
+ "state": "shadow"
7129
+ },
7130
+ "path": [
7131
+ "color",
7132
+ "option-card",
7133
+ "checked",
7134
+ "label",
7135
+ "shadow"
7136
+ ]
7137
+ }
7138
+ }
7139
+ }
7140
+ },
7141
+ "overlay": {
7142
+ "background": {
7143
+ "value": "#191919",
7144
+ "filePath": "node_modules/@mozaic-ds/tokens/properties/color/overlay.json",
7145
+ "isSource": true,
7146
+ "original": {
7147
+ "value": "{color.grey.900.value}"
7148
+ },
7149
+ "name": "ColorOverlayBackground",
7150
+ "attributes": {
7151
+ "category": "color",
7152
+ "type": "overlay",
7153
+ "item": "background"
7154
+ },
7155
+ "path": [
7156
+ "color",
7157
+ "overlay",
7158
+ "background"
7159
+ ]
7160
+ },
7161
+ "loader": {
7162
+ "background": {
7163
+ "value": "#082435",
7164
+ "filePath": "node_modules/@mozaic-ds/tokens/AdeoProperties/color/overlay.json",
7165
+ "isSource": true,
7166
+ "original": {
7167
+ "value": "{color.secondary-blue.900.value}"
7168
+ },
7169
+ "name": "ColorOverlayLoaderBackground",
7170
+ "attributes": {
7171
+ "category": "color",
7172
+ "type": "overlay",
7173
+ "item": "loader",
7174
+ "subitem": "background"
7175
+ },
7176
+ "path": [
7177
+ "color",
7178
+ "overlay",
7179
+ "loader",
7180
+ "background"
7181
+ ]
7182
+ }
7183
+ }
7184
+ },
7185
+ "password-input": {
7186
+ "button": {
7187
+ "hover": {
7188
+ "background": {
7189
+ "value": "#e6e6e6",
7190
+ "filePath": "node_modules/@mozaic-ds/tokens/properties/color/password-input.json",
7191
+ "isSource": true,
7192
+ "original": {
7193
+ "value": "{color.grey.100.value}"
7194
+ },
7195
+ "name": "ColorPasswordInputButtonHoverBackground",
7196
+ "attributes": {
7197
+ "category": "color",
7198
+ "type": "password-input",
7199
+ "item": "button",
7200
+ "subitem": "hover",
7201
+ "state": "background"
7202
+ },
7203
+ "path": [
7204
+ "color",
7205
+ "password-input",
7206
+ "button",
7207
+ "hover",
7208
+ "background"
7209
+ ]
7210
+ }
7211
+ }
7212
+ }
7213
+ },
7214
+ "phone-number": {
7215
+ "button": {
7216
+ "border": {
7217
+ "value": "#666666",
7218
+ "filePath": "node_modules/@mozaic-ds/tokens/properties/color/phone-number.json",
7219
+ "isSource": true,
7220
+ "original": {
7221
+ "value": "{color.grey.600.value}"
7222
+ },
7223
+ "name": "ColorPhoneNumberButtonBorder",
6459
7224
  "attributes": {
6460
7225
  "category": "color",
6461
- "type": "notification",
6462
- "item": "warning",
6463
- "subitem": "icon"
7226
+ "type": "phone-number",
7227
+ "item": "button",
7228
+ "subitem": "border"
6464
7229
  },
6465
7230
  "path": [
6466
7231
  "color",
6467
- "notification",
6468
- "warning",
6469
- "icon"
7232
+ "phone-number",
7233
+ "button",
7234
+ "border"
6470
7235
  ]
6471
7236
  }
6472
7237
  },
6473
- "danger": {
7238
+ "list": {
6474
7239
  "background": {
6475
- "value": "#fdeaea",
6476
- "filePath": "node_modules/@mozaic-ds/tokens/properties/color/notification.json",
7240
+ "value": "#ffffff",
7241
+ "filePath": "node_modules/@mozaic-ds/tokens/properties/color/phone-number.json",
6477
7242
  "isSource": true,
6478
7243
  "original": {
6479
- "value": "{color.danger.100.value}"
7244
+ "value": "{color.grey.000.value}"
6480
7245
  },
6481
- "name": "ColorNotificationDangerBackground",
7246
+ "name": "ColorPhoneNumberListBackground",
6482
7247
  "attributes": {
6483
7248
  "category": "color",
6484
- "type": "notification",
6485
- "item": "danger",
7249
+ "type": "phone-number",
7250
+ "item": "list",
6486
7251
  "subitem": "background"
6487
7252
  },
6488
7253
  "path": [
6489
7254
  "color",
6490
- "notification",
6491
- "danger",
7255
+ "phone-number",
7256
+ "list",
6492
7257
  "background"
6493
7258
  ]
6494
- },
7259
+ }
7260
+ },
7261
+ "item": {
6495
7262
  "border": {
6496
- "value": "#ea302d",
6497
- "filePath": "node_modules/@mozaic-ds/tokens/properties/color/notification.json",
7263
+ "value": "#b3b3b3",
7264
+ "filePath": "node_modules/@mozaic-ds/tokens/properties/color/phone-number.json",
6498
7265
  "isSource": true,
6499
7266
  "original": {
6500
- "value": "{color.danger.500.value}"
7267
+ "value": "{color.grey.300.value}"
6501
7268
  },
6502
- "name": "ColorNotificationDangerBorder",
7269
+ "name": "ColorPhoneNumberItemBorder",
6503
7270
  "attributes": {
6504
7271
  "category": "color",
6505
- "type": "notification",
6506
- "item": "danger",
7272
+ "type": "phone-number",
7273
+ "item": "item",
6507
7274
  "subitem": "border"
6508
7275
  },
6509
7276
  "path": [
6510
7277
  "color",
6511
- "notification",
6512
- "danger",
7278
+ "phone-number",
7279
+ "item",
6513
7280
  "border"
6514
7281
  ]
6515
7282
  },
6516
- "icon": {
6517
- "value": "#c61112",
6518
- "filePath": "node_modules/@mozaic-ds/tokens/properties/color/notification.json",
6519
- "isSource": true,
6520
- "original": {
6521
- "value": "{color.danger.600.value}"
6522
- },
6523
- "name": "ColorNotificationDangerIcon",
6524
- "attributes": {
6525
- "category": "color",
6526
- "type": "notification",
6527
- "item": "danger",
6528
- "subitem": "icon"
6529
- },
6530
- "path": [
6531
- "color",
6532
- "notification",
6533
- "danger",
6534
- "icon"
6535
- ]
7283
+ "focus": {
7284
+ "background": {
7285
+ "value": "#e6e6e6",
7286
+ "filePath": "node_modules/@mozaic-ds/tokens/properties/color/phone-number.json",
7287
+ "isSource": true,
7288
+ "original": {
7289
+ "value": "{color.grey.100.value}"
7290
+ },
7291
+ "name": "ColorPhoneNumberItemFocusBackground",
7292
+ "attributes": {
7293
+ "category": "color",
7294
+ "type": "phone-number",
7295
+ "item": "item",
7296
+ "subitem": "focus",
7297
+ "state": "background"
7298
+ },
7299
+ "path": [
7300
+ "color",
7301
+ "phone-number",
7302
+ "item",
7303
+ "focus",
7304
+ "background"
7305
+ ]
7306
+ }
6536
7307
  }
6537
7308
  }
6538
7309
  },
6539
7310
  "progress": {
6540
7311
  "background": {
6541
- "value": "#dddcd5",
7312
+ "value": "#cccccc",
6542
7313
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/progressbar.json",
6543
7314
  "isSource": true,
6544
7315
  "original": {
@@ -6577,7 +7348,7 @@ module.exports = {
6577
7348
  },
6578
7349
  "percentage": {
6579
7350
  "default": {
6580
- "value": "#1e1e1c",
7351
+ "value": "#191919",
6581
7352
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/progressbar.json",
6582
7353
  "isSource": true,
6583
7354
  "original": {
@@ -6645,11 +7416,11 @@ module.exports = {
6645
7416
  },
6646
7417
  "star": {
6647
7418
  "empty": {
6648
- "value": "#dddcd5",
7419
+ "value": "#ffffff",
6649
7420
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/star.json",
6650
7421
  "isSource": true,
6651
7422
  "original": {
6652
- "value": "{color.grey.200.value}"
7423
+ "value": "{color.grey.000.value}"
6653
7424
  },
6654
7425
  "name": "ColorStarEmpty",
6655
7426
  "attributes": {
@@ -6687,7 +7458,7 @@ module.exports = {
6687
7458
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/star.json",
6688
7459
  "isSource": true,
6689
7460
  "original": {
6690
- "value": "{color.secondary-orange.500.value}"
7461
+ "value": "#EA7315"
6691
7462
  },
6692
7463
  "name": "ColorStarFull",
6693
7464
  "attributes": {
@@ -6721,121 +7492,424 @@ module.exports = {
6721
7492
  ]
6722
7493
  }
6723
7494
  },
6724
- "tabs": {
6725
- "background": {
6726
- "value": "#ffffff",
6727
- "filePath": "node_modules/@mozaic-ds/tokens/properties/color/tabs.json",
7495
+ "stepper": {
7496
+ "item": {
7497
+ "background": {
7498
+ "value": "#999999",
7499
+ "filePath": "node_modules/@mozaic-ds/tokens/properties/color/stepper.json",
7500
+ "isSource": true,
7501
+ "original": {
7502
+ "value": "{color.grey.400.value}"
7503
+ },
7504
+ "name": "ColorStepperItemBackground",
7505
+ "attributes": {
7506
+ "category": "color",
7507
+ "type": "stepper",
7508
+ "item": "item",
7509
+ "subitem": "background"
7510
+ },
7511
+ "path": [
7512
+ "color",
7513
+ "stepper",
7514
+ "item",
7515
+ "background"
7516
+ ]
7517
+ },
7518
+ "current": {
7519
+ "background": {
7520
+ "value": "#00919f",
7521
+ "filePath": "node_modules/@mozaic-ds/tokens/properties/color/stepper.json",
7522
+ "isSource": true,
7523
+ "original": {
7524
+ "value": "{color.primary-01.500.value}"
7525
+ },
7526
+ "name": "ColorStepperItemCurrentBackground",
7527
+ "attributes": {
7528
+ "category": "color",
7529
+ "type": "stepper",
7530
+ "item": "item",
7531
+ "subitem": "current",
7532
+ "state": "background"
7533
+ },
7534
+ "path": [
7535
+ "color",
7536
+ "stepper",
7537
+ "item",
7538
+ "current",
7539
+ "background"
7540
+ ]
7541
+ }
7542
+ }
7543
+ },
7544
+ "link": {
7545
+ "hover": {
7546
+ "text": {
7547
+ "value": "#00919f",
7548
+ "filePath": "node_modules/@mozaic-ds/tokens/properties/color/stepper.json",
7549
+ "isSource": true,
7550
+ "original": {
7551
+ "value": "{color.primary-01.500.value}"
7552
+ },
7553
+ "name": "ColorStepperLinkHoverText",
7554
+ "attributes": {
7555
+ "category": "color",
7556
+ "type": "stepper",
7557
+ "item": "link",
7558
+ "subitem": "hover",
7559
+ "state": "text"
7560
+ },
7561
+ "path": [
7562
+ "color",
7563
+ "stepper",
7564
+ "link",
7565
+ "hover",
7566
+ "text"
7567
+ ]
7568
+ }
7569
+ }
7570
+ },
7571
+ "indicator": {
7572
+ "background": {
7573
+ "value": "#ffffff",
7574
+ "filePath": "node_modules/@mozaic-ds/tokens/properties/color/stepper.json",
7575
+ "isSource": true,
7576
+ "original": {
7577
+ "value": "{color.grey.000.value}"
7578
+ },
7579
+ "name": "ColorStepperIndicatorBackground",
7580
+ "attributes": {
7581
+ "category": "color",
7582
+ "type": "stepper",
7583
+ "item": "indicator",
7584
+ "subitem": "background"
7585
+ },
7586
+ "path": [
7587
+ "color",
7588
+ "stepper",
7589
+ "indicator",
7590
+ "background"
7591
+ ]
7592
+ },
7593
+ "border": {
7594
+ "value": "#999999",
7595
+ "filePath": "node_modules/@mozaic-ds/tokens/properties/color/stepper.json",
7596
+ "isSource": true,
7597
+ "original": {
7598
+ "value": "{color.grey.400.value}"
7599
+ },
7600
+ "name": "ColorStepperIndicatorBorder",
7601
+ "attributes": {
7602
+ "category": "color",
7603
+ "type": "stepper",
7604
+ "item": "indicator",
7605
+ "subitem": "border"
7606
+ },
7607
+ "path": [
7608
+ "color",
7609
+ "stepper",
7610
+ "indicator",
7611
+ "border"
7612
+ ]
7613
+ },
7614
+ "current": {
7615
+ "background": {
7616
+ "value": "#00919f",
7617
+ "filePath": "node_modules/@mozaic-ds/tokens/properties/color/stepper.json",
7618
+ "isSource": true,
7619
+ "original": {
7620
+ "value": "{color.primary-01.500.value}"
7621
+ },
7622
+ "name": "ColorStepperIndicatorCurrentBackground",
7623
+ "attributes": {
7624
+ "category": "color",
7625
+ "type": "stepper",
7626
+ "item": "indicator",
7627
+ "subitem": "current",
7628
+ "state": "background"
7629
+ },
7630
+ "path": [
7631
+ "color",
7632
+ "stepper",
7633
+ "indicator",
7634
+ "current",
7635
+ "background"
7636
+ ]
7637
+ },
7638
+ "border": {
7639
+ "value": "#00919f",
7640
+ "filePath": "node_modules/@mozaic-ds/tokens/properties/color/stepper.json",
7641
+ "isSource": true,
7642
+ "original": {
7643
+ "value": "{color.primary-01.500.value}"
7644
+ },
7645
+ "name": "ColorStepperIndicatorCurrentBorder",
7646
+ "attributes": {
7647
+ "category": "color",
7648
+ "type": "stepper",
7649
+ "item": "indicator",
7650
+ "subitem": "current",
7651
+ "state": "border"
7652
+ },
7653
+ "path": [
7654
+ "color",
7655
+ "stepper",
7656
+ "indicator",
7657
+ "current",
7658
+ "border"
7659
+ ]
7660
+ }
7661
+ }
7662
+ },
7663
+ "icon": {
7664
+ "value": "#00919f",
7665
+ "filePath": "node_modules/@mozaic-ds/tokens/properties/color/stepper.json",
6728
7666
  "isSource": true,
6729
7667
  "original": {
6730
- "value": "{color.grey.000.value}"
7668
+ "value": "{color.primary-01.500.value}"
6731
7669
  },
6732
- "name": "ColorTabsBackground",
7670
+ "name": "ColorStepperIcon",
6733
7671
  "attributes": {
6734
7672
  "category": "color",
6735
- "type": "tabs",
6736
- "item": "background"
7673
+ "type": "stepper",
7674
+ "item": "icon"
6737
7675
  },
6738
7676
  "path": [
6739
7677
  "color",
6740
- "tabs",
6741
- "background"
7678
+ "stepper",
7679
+ "icon"
6742
7680
  ]
6743
7681
  },
6744
- "shadow": {
6745
- "value": "#000000",
6746
- "filePath": "node_modules/@mozaic-ds/tokens/properties/color/tabs.json",
7682
+ "title": {
7683
+ "value": "#00919f",
7684
+ "filePath": "node_modules/@mozaic-ds/tokens/properties/color/stepper.json",
6747
7685
  "isSource": true,
6748
7686
  "original": {
6749
- "value": "{color.grey.999.value}"
7687
+ "value": "{color.primary-01.500.value}"
6750
7688
  },
6751
- "name": "ColorTabsShadow",
7689
+ "name": "ColorStepperTitle",
6752
7690
  "attributes": {
6753
7691
  "category": "color",
6754
- "type": "tabs",
6755
- "item": "shadow"
7692
+ "type": "stepper",
7693
+ "item": "title"
6756
7694
  },
6757
7695
  "path": [
6758
7696
  "color",
6759
- "tabs",
6760
- "shadow"
7697
+ "stepper",
7698
+ "title"
6761
7699
  ]
6762
- },
6763
- "default": {
6764
- "value": "#1e1e1c",
7700
+ }
7701
+ },
7702
+ "tabs": {
7703
+ "background": {
7704
+ "value": "#ffffff",
6765
7705
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/tabs.json",
6766
7706
  "isSource": true,
6767
7707
  "original": {
6768
- "value": "{color.font.darker.value}"
7708
+ "value": "{color.grey.000.value}"
6769
7709
  },
6770
- "name": "ColorTabsDefault",
7710
+ "name": "ColorTabsBackground",
6771
7711
  "attributes": {
6772
7712
  "category": "color",
6773
7713
  "type": "tabs",
6774
- "item": "default"
7714
+ "item": "background"
6775
7715
  },
6776
7716
  "path": [
6777
7717
  "color",
6778
7718
  "tabs",
6779
- "default"
7719
+ "background"
6780
7720
  ]
6781
7721
  },
6782
- "hover": {
6783
- "value": "#004e57",
7722
+ "shadow": {
7723
+ "value": "#000000",
6784
7724
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/tabs.json",
6785
7725
  "isSource": true,
6786
7726
  "original": {
6787
- "value": "{color.primary-01.800.value}"
7727
+ "value": "{color.grey.999.value}"
6788
7728
  },
6789
- "name": "ColorTabsHover",
7729
+ "name": "ColorTabsShadow",
6790
7730
  "attributes": {
6791
7731
  "category": "color",
6792
7732
  "type": "tabs",
6793
- "item": "hover"
7733
+ "item": "shadow"
6794
7734
  },
6795
7735
  "path": [
6796
7736
  "color",
6797
7737
  "tabs",
6798
- "hover"
7738
+ "shadow"
6799
7739
  ]
6800
7740
  },
6801
- "disabled": {
6802
- "value": "#71706b",
7741
+ "default": {
7742
+ "value": "#666666",
6803
7743
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/tabs.json",
6804
7744
  "isSource": true,
6805
7745
  "original": {
6806
7746
  "value": "{color.font.light.value}"
6807
7747
  },
6808
- "name": "ColorTabsDisabled",
7748
+ "name": "ColorTabsDefault",
6809
7749
  "attributes": {
6810
7750
  "category": "color",
6811
7751
  "type": "tabs",
6812
- "item": "disabled"
7752
+ "item": "default"
6813
7753
  },
6814
7754
  "path": [
6815
7755
  "color",
6816
7756
  "tabs",
6817
- "disabled"
7757
+ "default"
6818
7758
  ]
6819
7759
  },
6820
- "active": {
6821
- "value": "#007f8c",
7760
+ "element": {
7761
+ "background": {
7762
+ "value": "#eeeff1",
7763
+ "filePath": "node_modules/@mozaic-ds/tokens/properties/color/tabs.json",
7764
+ "isSource": true,
7765
+ "original": {
7766
+ "value": "{color.primary-02.100.value}"
7767
+ },
7768
+ "name": "ColorTabsElementBackground",
7769
+ "attributes": {
7770
+ "category": "color",
7771
+ "type": "tabs",
7772
+ "item": "element",
7773
+ "subitem": "background"
7774
+ },
7775
+ "path": [
7776
+ "color",
7777
+ "tabs",
7778
+ "element",
7779
+ "background"
7780
+ ]
7781
+ }
7782
+ },
7783
+ "hover": {
7784
+ "value": "#004e57",
6822
7785
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/tabs.json",
6823
7786
  "isSource": true,
6824
7787
  "original": {
6825
- "value": "{color.font.primary-01.value}"
7788
+ "value": "{color.primary-01.800.value}"
6826
7789
  },
6827
- "name": "ColorTabsActive",
7790
+ "name": "ColorTabsHover",
6828
7791
  "attributes": {
6829
7792
  "category": "color",
6830
7793
  "type": "tabs",
6831
- "item": "active"
7794
+ "item": "hover"
6832
7795
  },
6833
7796
  "path": [
6834
7797
  "color",
6835
7798
  "tabs",
6836
- "active"
7799
+ "hover"
6837
7800
  ]
6838
7801
  },
7802
+ "disabled": {
7803
+ "background": {
7804
+ "value": "#cccccc",
7805
+ "filePath": "node_modules/@mozaic-ds/tokens/properties/color/tabs.json",
7806
+ "isSource": true,
7807
+ "original": {
7808
+ "value": "{color.grey.200.value}"
7809
+ },
7810
+ "name": "ColorTabsDisabledBackground",
7811
+ "attributes": {
7812
+ "category": "color",
7813
+ "type": "tabs",
7814
+ "item": "disabled",
7815
+ "subitem": "background"
7816
+ },
7817
+ "path": [
7818
+ "color",
7819
+ "tabs",
7820
+ "disabled",
7821
+ "background"
7822
+ ]
7823
+ }
7824
+ },
7825
+ "active": {
7826
+ "background": {
7827
+ "value": "#cfd2d8",
7828
+ "filePath": "node_modules/@mozaic-ds/tokens/properties/color/tabs.json",
7829
+ "isSource": true,
7830
+ "original": {
7831
+ "value": "{color.primary-02.200.value}"
7832
+ },
7833
+ "name": "ColorTabsActiveBackground",
7834
+ "attributes": {
7835
+ "category": "color",
7836
+ "type": "tabs",
7837
+ "item": "active",
7838
+ "subitem": "background"
7839
+ },
7840
+ "path": [
7841
+ "color",
7842
+ "tabs",
7843
+ "active",
7844
+ "background"
7845
+ ]
7846
+ },
7847
+ "text": {
7848
+ "value": "#333333",
7849
+ "filePath": "node_modules/@mozaic-ds/tokens/properties/color/tabs.json",
7850
+ "isSource": true,
7851
+ "original": {
7852
+ "value": "{color.font.dark.value}"
7853
+ },
7854
+ "name": "ColorTabsActiveText",
7855
+ "attributes": {
7856
+ "category": "color",
7857
+ "type": "tabs",
7858
+ "item": "active",
7859
+ "subitem": "text"
7860
+ },
7861
+ "path": [
7862
+ "color",
7863
+ "tabs",
7864
+ "active",
7865
+ "text"
7866
+ ]
7867
+ }
7868
+ },
7869
+ "selected": {
7870
+ "border": {
7871
+ "value": "#000000",
7872
+ "filePath": "node_modules/@mozaic-ds/tokens/properties/color/tabs.json",
7873
+ "isSource": true,
7874
+ "original": {
7875
+ "value": "{color.grey.999.value}"
7876
+ },
7877
+ "name": "ColorTabsSelectedBorder",
7878
+ "attributes": {
7879
+ "category": "color",
7880
+ "type": "tabs",
7881
+ "item": "selected",
7882
+ "subitem": "border"
7883
+ },
7884
+ "path": [
7885
+ "color",
7886
+ "tabs",
7887
+ "selected",
7888
+ "border"
7889
+ ]
7890
+ },
7891
+ "text": {
7892
+ "value": "#000000",
7893
+ "filePath": "node_modules/@mozaic-ds/tokens/properties/color/tabs.json",
7894
+ "isSource": true,
7895
+ "original": {
7896
+ "value": "{color.font.darkest.value}"
7897
+ },
7898
+ "name": "ColorTabsSelectedText",
7899
+ "attributes": {
7900
+ "category": "color",
7901
+ "type": "tabs",
7902
+ "item": "selected",
7903
+ "subitem": "text"
7904
+ },
7905
+ "path": [
7906
+ "color",
7907
+ "tabs",
7908
+ "selected",
7909
+ "text"
7910
+ ]
7911
+ }
7912
+ },
6839
7913
  "active-disabled": {
6840
7914
  "value": "#91d5db",
6841
7915
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/tabs.json",
@@ -6883,7 +7957,7 @@ module.exports = {
6883
7957
  ]
6884
7958
  },
6885
7959
  "border": {
6886
- "value": "#8c8b85",
7960
+ "value": "#808080",
6887
7961
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/tag.json",
6888
7962
  "isSource": true,
6889
7963
  "original": {
@@ -6906,7 +7980,7 @@ module.exports = {
6906
7980
  ]
6907
7981
  },
6908
7982
  "text": {
6909
- "value": "#1e1e1c",
7983
+ "value": "#191919",
6910
7984
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/tag.json",
6911
7985
  "isSource": true,
6912
7986
  "original": {
@@ -6931,7 +8005,7 @@ module.exports = {
6931
8005
  },
6932
8006
  "dark": {
6933
8007
  "background": {
6934
- "value": "#1e1e1c",
8008
+ "value": "#191919",
6935
8009
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/tag.json",
6936
8010
  "isSource": true,
6937
8011
  "original": {
@@ -7027,7 +8101,7 @@ module.exports = {
7027
8101
  ]
7028
8102
  },
7029
8103
  "border": {
7030
- "value": "#8c8b85",
8104
+ "value": "#808080",
7031
8105
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/tag.json",
7032
8106
  "isSource": true,
7033
8107
  "original": {
@@ -7050,7 +8124,7 @@ module.exports = {
7050
8124
  ]
7051
8125
  },
7052
8126
  "text": {
7053
- "value": "#1e1e1c",
8127
+ "value": "#191919",
7054
8128
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/tag.json",
7055
8129
  "isSource": true,
7056
8130
  "original": {
@@ -7074,7 +8148,7 @@ module.exports = {
7074
8148
  },
7075
8149
  "hover": {
7076
8150
  "background": {
7077
- "value": "#eeedea",
8151
+ "value": "#e6e6e6",
7078
8152
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/tag.json",
7079
8153
  "isSource": true,
7080
8154
  "original": {
@@ -7100,7 +8174,7 @@ module.exports = {
7100
8174
  },
7101
8175
  "active": {
7102
8176
  "background": {
7103
- "value": "#dddcd5",
8177
+ "value": "#cccccc",
7104
8178
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/tag.json",
7105
8179
  "isSource": true,
7106
8180
  "original": {
@@ -7127,7 +8201,7 @@ module.exports = {
7127
8201
  },
7128
8202
  "dark": {
7129
8203
  "background": {
7130
- "value": "#1e1e1c",
8204
+ "value": "#191919",
7131
8205
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/tag.json",
7132
8206
  "isSource": true,
7133
8207
  "original": {
@@ -7197,7 +8271,7 @@ module.exports = {
7197
8271
  },
7198
8272
  "hover": {
7199
8273
  "background": {
7200
- "value": "#3a3936",
8274
+ "value": "#333333",
7201
8275
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/tag.json",
7202
8276
  "isSource": true,
7203
8277
  "original": {
@@ -7223,7 +8297,7 @@ module.exports = {
7223
8297
  },
7224
8298
  "active": {
7225
8299
  "background": {
7226
- "value": "#555550",
8300
+ "value": "#4d4d4d",
7227
8301
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/tag.json",
7228
8302
  "isSource": true,
7229
8303
  "original": {
@@ -7275,7 +8349,7 @@ module.exports = {
7275
8349
  ]
7276
8350
  },
7277
8351
  "border": {
7278
- "value": "#8c8b85",
8352
+ "value": "#808080",
7279
8353
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/tag.json",
7280
8354
  "isSource": true,
7281
8355
  "original": {
@@ -7298,7 +8372,7 @@ module.exports = {
7298
8372
  ]
7299
8373
  },
7300
8374
  "text": {
7301
- "value": "#1e1e1c",
8375
+ "value": "#191919",
7302
8376
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/tag.json",
7303
8377
  "isSource": true,
7304
8378
  "original": {
@@ -7422,7 +8496,7 @@ module.exports = {
7422
8496
  },
7423
8497
  "disabled": {
7424
8498
  "background": {
7425
- "value": "#eeedea",
8499
+ "value": "#e6e6e6",
7426
8500
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/tag.json",
7427
8501
  "isSource": true,
7428
8502
  "original": {
@@ -7446,7 +8520,7 @@ module.exports = {
7446
8520
  ]
7447
8521
  },
7448
8522
  "text": {
7449
- "value": "#8c8b85",
8523
+ "value": "#808080",
7450
8524
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/tag.json",
7451
8525
  "isSource": true,
7452
8526
  "original": {
@@ -7550,7 +8624,7 @@ module.exports = {
7550
8624
  },
7551
8625
  "dark": {
7552
8626
  "background": {
7553
- "value": "#1e1e1c",
8627
+ "value": "#191919",
7554
8628
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/tag.json",
7555
8629
  "isSource": true,
7556
8630
  "original": {
@@ -7694,7 +8768,7 @@ module.exports = {
7694
8768
  ]
7695
8769
  },
7696
8770
  "text": {
7697
- "value": "#1e1e1c",
8771
+ "value": "#191919",
7698
8772
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/tag.json",
7699
8773
  "isSource": true,
7700
8774
  "original": {
@@ -7768,7 +8842,7 @@ module.exports = {
7768
8842
  ]
7769
8843
  },
7770
8844
  "text": {
7771
- "value": "#1e1e1c",
8845
+ "value": "#191919",
7772
8846
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/tag.json",
7773
8847
  "isSource": true,
7774
8848
  "original": {
@@ -7821,7 +8895,7 @@ module.exports = {
7821
8895
  },
7822
8896
  "disabled": {
7823
8897
  "background": {
7824
- "value": "#555550",
8898
+ "value": "#4d4d4d",
7825
8899
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/tag.json",
7826
8900
  "isSource": true,
7827
8901
  "original": {
@@ -7845,7 +8919,7 @@ module.exports = {
7845
8919
  ]
7846
8920
  },
7847
8921
  "text": {
7848
- "value": "#8c8b85",
8922
+ "value": "#808080",
7849
8923
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/tag.json",
7850
8924
  "isSource": true,
7851
8925
  "original": {
@@ -7874,7 +8948,7 @@ module.exports = {
7874
8948
  "removable": {
7875
8949
  "light": {
7876
8950
  "background": {
7877
- "value": "#3a3936",
8951
+ "value": "#333333",
7878
8952
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/tag.json",
7879
8953
  "isSource": true,
7880
8954
  "original": {
@@ -7920,7 +8994,7 @@ module.exports = {
7920
8994
  ]
7921
8995
  },
7922
8996
  "icon": {
7923
- "value": "#dddcd5",
8997
+ "value": "#cccccc",
7924
8998
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/tag.json",
7925
8999
  "isSource": true,
7926
9000
  "original": {
@@ -7944,7 +9018,7 @@ module.exports = {
7944
9018
  },
7945
9019
  "hover": {
7946
9020
  "background": {
7947
- "value": "#555550",
9021
+ "value": "#4d4d4d",
7948
9022
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/tag.json",
7949
9023
  "isSource": true,
7950
9024
  "original": {
@@ -7970,7 +9044,7 @@ module.exports = {
7970
9044
  },
7971
9045
  "active": {
7972
9046
  "background": {
7973
- "value": "#71706b",
9047
+ "value": "#666666",
7974
9048
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/tag.json",
7975
9049
  "isSource": true,
7976
9050
  "original": {
@@ -7997,7 +9071,7 @@ module.exports = {
7997
9071
  },
7998
9072
  "dark": {
7999
9073
  "background": {
8000
- "value": "#dddcd5",
9074
+ "value": "#cccccc",
8001
9075
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/tag.json",
8002
9076
  "isSource": true,
8003
9077
  "original": {
@@ -8020,7 +9094,7 @@ module.exports = {
8020
9094
  ]
8021
9095
  },
8022
9096
  "text": {
8023
- "value": "#1e1e1c",
9097
+ "value": "#191919",
8024
9098
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/tag.json",
8025
9099
  "isSource": true,
8026
9100
  "original": {
@@ -8043,7 +9117,7 @@ module.exports = {
8043
9117
  ]
8044
9118
  },
8045
9119
  "icon": {
8046
- "value": "#1e1e1c",
9120
+ "value": "#191919",
8047
9121
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/tag.json",
8048
9122
  "isSource": true,
8049
9123
  "original": {
@@ -8067,7 +9141,7 @@ module.exports = {
8067
9141
  },
8068
9142
  "hover": {
8069
9143
  "background": {
8070
- "value": "#c2c1ba",
9144
+ "value": "#b3b3b3",
8071
9145
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/tag.json",
8072
9146
  "isSource": true,
8073
9147
  "original": {
@@ -8093,7 +9167,7 @@ module.exports = {
8093
9167
  },
8094
9168
  "active": {
8095
9169
  "background": {
8096
- "value": "#a7a6a0",
9170
+ "value": "#999999",
8097
9171
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/tag.json",
8098
9172
  "isSource": true,
8099
9173
  "original": {
@@ -8123,7 +9197,7 @@ module.exports = {
8123
9197
  "toggle": {
8124
9198
  "off": {
8125
9199
  "background": {
8126
- "value": "#71706b",
9200
+ "value": "#666666",
8127
9201
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/toggle.json",
8128
9202
  "isSource": true,
8129
9203
  "original": {
@@ -8211,7 +9285,7 @@ module.exports = {
8211
9285
  },
8212
9286
  "hover": {
8213
9287
  "circle": {
8214
- "value": "#eeedea",
9288
+ "value": "#e6e6e6",
8215
9289
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/toggle.json",
8216
9290
  "isSource": true,
8217
9291
  "original": {
@@ -8234,7 +9308,7 @@ module.exports = {
8234
9308
  },
8235
9309
  "disabled": {
8236
9310
  "background": {
8237
- "value": "#eeedea",
9311
+ "value": "#e6e6e6",
8238
9312
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/toggle.json",
8239
9313
  "isSource": true,
8240
9314
  "original": {
@@ -8255,7 +9329,7 @@ module.exports = {
8255
9329
  ]
8256
9330
  },
8257
9331
  "circle": {
8258
- "value": "#c2c1ba",
9332
+ "value": "#b3b3b3",
8259
9333
  "filePath": "node_modules/@mozaic-ds/tokens/properties/color/toggle.json",
8260
9334
  "isSource": true,
8261
9335
  "original": {
@@ -8320,6 +9394,219 @@ module.exports = {
8320
9394
  ]
8321
9395
  }
8322
9396
  }
9397
+ },
9398
+ "tooltip": {
9399
+ "background": {
9400
+ "value": "#4d4d4d",
9401
+ "filePath": "node_modules/@mozaic-ds/tokens/properties/color/tooltip.json",
9402
+ "isSource": true,
9403
+ "original": {
9404
+ "value": "{color.grey.700.value}"
9405
+ },
9406
+ "name": "ColorTooltipBackground",
9407
+ "attributes": {
9408
+ "category": "color",
9409
+ "type": "tooltip",
9410
+ "item": "background"
9411
+ },
9412
+ "path": [
9413
+ "color",
9414
+ "tooltip",
9415
+ "background"
9416
+ ]
9417
+ },
9418
+ "border": {
9419
+ "value": "#ffffff",
9420
+ "filePath": "node_modules/@mozaic-ds/tokens/properties/color/tooltip.json",
9421
+ "isSource": true,
9422
+ "original": {
9423
+ "value": "{color.grey.000.value}"
9424
+ },
9425
+ "name": "ColorTooltipBorder",
9426
+ "attributes": {
9427
+ "category": "color",
9428
+ "type": "tooltip",
9429
+ "item": "border"
9430
+ },
9431
+ "path": [
9432
+ "color",
9433
+ "tooltip",
9434
+ "border"
9435
+ ]
9436
+ }
9437
+ },
9438
+ "secondary-sandgrey": {
9439
+ "100": {
9440
+ "value": "#eeedea",
9441
+ "filePath": "node_modules/@mozaic-ds/tokens/AdeoProperties/color/base.json",
9442
+ "isSource": true,
9443
+ "original": {
9444
+ "value": "#EEEDEA"
9445
+ },
9446
+ "name": "ColorSecondarySandgrey100",
9447
+ "attributes": {
9448
+ "category": "color",
9449
+ "type": "secondary-sandgrey",
9450
+ "item": "100"
9451
+ },
9452
+ "path": [
9453
+ "color",
9454
+ "secondary-sandgrey",
9455
+ "100"
9456
+ ]
9457
+ },
9458
+ "200": {
9459
+ "value": "#dddcd5",
9460
+ "filePath": "node_modules/@mozaic-ds/tokens/AdeoProperties/color/base.json",
9461
+ "isSource": true,
9462
+ "original": {
9463
+ "value": "#DDDCD5"
9464
+ },
9465
+ "name": "ColorSecondarySandgrey200",
9466
+ "attributes": {
9467
+ "category": "color",
9468
+ "type": "secondary-sandgrey",
9469
+ "item": "200"
9470
+ },
9471
+ "path": [
9472
+ "color",
9473
+ "secondary-sandgrey",
9474
+ "200"
9475
+ ]
9476
+ },
9477
+ "300": {
9478
+ "value": "#c2c1ba",
9479
+ "filePath": "node_modules/@mozaic-ds/tokens/AdeoProperties/color/base.json",
9480
+ "isSource": true,
9481
+ "original": {
9482
+ "value": "#C2C1BA"
9483
+ },
9484
+ "name": "ColorSecondarySandgrey300",
9485
+ "attributes": {
9486
+ "category": "color",
9487
+ "type": "secondary-sandgrey",
9488
+ "item": "300"
9489
+ },
9490
+ "path": [
9491
+ "color",
9492
+ "secondary-sandgrey",
9493
+ "300"
9494
+ ]
9495
+ },
9496
+ "400": {
9497
+ "value": "#a7a6a0",
9498
+ "filePath": "node_modules/@mozaic-ds/tokens/AdeoProperties/color/base.json",
9499
+ "isSource": true,
9500
+ "original": {
9501
+ "value": "#A7A6A0"
9502
+ },
9503
+ "name": "ColorSecondarySandgrey400",
9504
+ "attributes": {
9505
+ "category": "color",
9506
+ "type": "secondary-sandgrey",
9507
+ "item": "400"
9508
+ },
9509
+ "path": [
9510
+ "color",
9511
+ "secondary-sandgrey",
9512
+ "400"
9513
+ ]
9514
+ },
9515
+ "500": {
9516
+ "value": "#8c8b85",
9517
+ "filePath": "node_modules/@mozaic-ds/tokens/AdeoProperties/color/base.json",
9518
+ "isSource": true,
9519
+ "original": {
9520
+ "value": "#8C8B85"
9521
+ },
9522
+ "name": "ColorSecondarySandgrey500",
9523
+ "attributes": {
9524
+ "category": "color",
9525
+ "type": "secondary-sandgrey",
9526
+ "item": "500"
9527
+ },
9528
+ "path": [
9529
+ "color",
9530
+ "secondary-sandgrey",
9531
+ "500"
9532
+ ]
9533
+ },
9534
+ "600": {
9535
+ "value": "#71706b",
9536
+ "filePath": "node_modules/@mozaic-ds/tokens/AdeoProperties/color/base.json",
9537
+ "isSource": true,
9538
+ "original": {
9539
+ "value": "#71706B"
9540
+ },
9541
+ "name": "ColorSecondarySandgrey600",
9542
+ "attributes": {
9543
+ "category": "color",
9544
+ "type": "secondary-sandgrey",
9545
+ "item": "600"
9546
+ },
9547
+ "path": [
9548
+ "color",
9549
+ "secondary-sandgrey",
9550
+ "600"
9551
+ ]
9552
+ },
9553
+ "700": {
9554
+ "value": "#555550",
9555
+ "filePath": "node_modules/@mozaic-ds/tokens/AdeoProperties/color/base.json",
9556
+ "isSource": true,
9557
+ "original": {
9558
+ "value": "#555550"
9559
+ },
9560
+ "name": "ColorSecondarySandgrey700",
9561
+ "attributes": {
9562
+ "category": "color",
9563
+ "type": "secondary-sandgrey",
9564
+ "item": "700"
9565
+ },
9566
+ "path": [
9567
+ "color",
9568
+ "secondary-sandgrey",
9569
+ "700"
9570
+ ]
9571
+ },
9572
+ "800": {
9573
+ "value": "#3a3936",
9574
+ "filePath": "node_modules/@mozaic-ds/tokens/AdeoProperties/color/base.json",
9575
+ "isSource": true,
9576
+ "original": {
9577
+ "value": "#3A3936"
9578
+ },
9579
+ "name": "ColorSecondarySandgrey800",
9580
+ "attributes": {
9581
+ "category": "color",
9582
+ "type": "secondary-sandgrey",
9583
+ "item": "800"
9584
+ },
9585
+ "path": [
9586
+ "color",
9587
+ "secondary-sandgrey",
9588
+ "800"
9589
+ ]
9590
+ },
9591
+ "900": {
9592
+ "value": "#1e1e1c",
9593
+ "filePath": "node_modules/@mozaic-ds/tokens/AdeoProperties/color/base.json",
9594
+ "isSource": true,
9595
+ "original": {
9596
+ "value": "#1E1E1C"
9597
+ },
9598
+ "name": "ColorSecondarySandgrey900",
9599
+ "attributes": {
9600
+ "category": "color",
9601
+ "type": "secondary-sandgrey",
9602
+ "item": "900"
9603
+ },
9604
+ "path": [
9605
+ "color",
9606
+ "secondary-sandgrey",
9607
+ "900"
9608
+ ]
9609
+ }
8323
9610
  }
8324
9611
  },
8325
9612
  "preset": {