@pantheon-systems/pds-design-tokens 1.0.0-dev.134 → 1.0.0-dev.136
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/build/css/pds-design-tokens-dark-mode.css +8 -4
- package/build/css/pds-design-tokens-light-mode.css +14 -5
- package/build/figma/pds-design-tokens-figma.json +608 -227
- package/build/json/pds-design-tokens-dark-mode.json +220 -98
- package/build/json/pds-design-tokens-light-mode.json +354 -95
- package/package.json +1 -1
|
@@ -2733,257 +2733,491 @@
|
|
|
2733
2733
|
}
|
|
2734
2734
|
},
|
|
2735
2735
|
"icon-button": {
|
|
2736
|
+
"standard": {
|
|
2737
|
+
"background": {
|
|
2738
|
+
"default": {
|
|
2739
|
+
"value": "rgba(0, 0, 0, 0)",
|
|
2740
|
+
"public": true,
|
|
2741
|
+
"filePath": "tokens/color/alias/button.light.json",
|
|
2742
|
+
"isSource": true,
|
|
2743
|
+
"original": {
|
|
2744
|
+
"value": "transparent",
|
|
2745
|
+
"public": true
|
|
2746
|
+
},
|
|
2747
|
+
"name": "color-light-mode-icon-button-standard-background-default",
|
|
2748
|
+
"attributes": {
|
|
2749
|
+
"category": "color",
|
|
2750
|
+
"type": "light-mode",
|
|
2751
|
+
"item": "icon-button",
|
|
2752
|
+
"subitem": "standard",
|
|
2753
|
+
"state": "background"
|
|
2754
|
+
},
|
|
2755
|
+
"path": [
|
|
2756
|
+
"color",
|
|
2757
|
+
"light-mode",
|
|
2758
|
+
"icon-button",
|
|
2759
|
+
"standard",
|
|
2760
|
+
"background",
|
|
2761
|
+
"default"
|
|
2762
|
+
]
|
|
2763
|
+
},
|
|
2764
|
+
"hover": {
|
|
2765
|
+
"value": "#f1f1f1",
|
|
2766
|
+
"public": true,
|
|
2767
|
+
"isReferenceToInternal": true,
|
|
2768
|
+
"filePath": "tokens/color/alias/button.light.json",
|
|
2769
|
+
"isSource": true,
|
|
2770
|
+
"original": {
|
|
2771
|
+
"value": "{color.light-mode.neutral.200.value}",
|
|
2772
|
+
"public": true,
|
|
2773
|
+
"isReferenceToInternal": true
|
|
2774
|
+
},
|
|
2775
|
+
"name": "color-light-mode-icon-button-standard-background-hover",
|
|
2776
|
+
"attributes": {
|
|
2777
|
+
"category": "color",
|
|
2778
|
+
"type": "light-mode",
|
|
2779
|
+
"item": "icon-button",
|
|
2780
|
+
"subitem": "standard",
|
|
2781
|
+
"state": "background"
|
|
2782
|
+
},
|
|
2783
|
+
"path": [
|
|
2784
|
+
"color",
|
|
2785
|
+
"light-mode",
|
|
2786
|
+
"icon-button",
|
|
2787
|
+
"standard",
|
|
2788
|
+
"background",
|
|
2789
|
+
"hover"
|
|
2790
|
+
]
|
|
2791
|
+
},
|
|
2792
|
+
"active": {
|
|
2793
|
+
"value": "#cfcfd3",
|
|
2794
|
+
"public": true,
|
|
2795
|
+
"isReferenceToInternal": true,
|
|
2796
|
+
"filePath": "tokens/color/alias/button.light.json",
|
|
2797
|
+
"isSource": true,
|
|
2798
|
+
"original": {
|
|
2799
|
+
"value": "{color.light-mode.neutral.300.value}",
|
|
2800
|
+
"public": true,
|
|
2801
|
+
"isReferenceToInternal": true
|
|
2802
|
+
},
|
|
2803
|
+
"name": "color-light-mode-icon-button-standard-background-active",
|
|
2804
|
+
"attributes": {
|
|
2805
|
+
"category": "color",
|
|
2806
|
+
"type": "light-mode",
|
|
2807
|
+
"item": "icon-button",
|
|
2808
|
+
"subitem": "standard",
|
|
2809
|
+
"state": "background"
|
|
2810
|
+
},
|
|
2811
|
+
"path": [
|
|
2812
|
+
"color",
|
|
2813
|
+
"light-mode",
|
|
2814
|
+
"icon-button",
|
|
2815
|
+
"standard",
|
|
2816
|
+
"background",
|
|
2817
|
+
"active"
|
|
2818
|
+
]
|
|
2819
|
+
}
|
|
2820
|
+
},
|
|
2821
|
+
"foreground": {
|
|
2822
|
+
"default": {
|
|
2823
|
+
"value": "#6d6d78",
|
|
2824
|
+
"public": true,
|
|
2825
|
+
"isReferenceToInternal": true,
|
|
2826
|
+
"filePath": "tokens/color/alias/button.light.json",
|
|
2827
|
+
"isSource": true,
|
|
2828
|
+
"original": {
|
|
2829
|
+
"value": "{color.light-mode.neutral.400.value}",
|
|
2830
|
+
"public": true,
|
|
2831
|
+
"isReferenceToInternal": true
|
|
2832
|
+
},
|
|
2833
|
+
"name": "color-light-mode-icon-button-standard-foreground-default",
|
|
2834
|
+
"attributes": {
|
|
2835
|
+
"category": "color",
|
|
2836
|
+
"type": "light-mode",
|
|
2837
|
+
"item": "icon-button",
|
|
2838
|
+
"subitem": "standard",
|
|
2839
|
+
"state": "foreground"
|
|
2840
|
+
},
|
|
2841
|
+
"path": [
|
|
2842
|
+
"color",
|
|
2843
|
+
"light-mode",
|
|
2844
|
+
"icon-button",
|
|
2845
|
+
"standard",
|
|
2846
|
+
"foreground",
|
|
2847
|
+
"default"
|
|
2848
|
+
]
|
|
2849
|
+
}
|
|
2850
|
+
}
|
|
2851
|
+
},
|
|
2852
|
+
"critical": {
|
|
2853
|
+
"background": {
|
|
2854
|
+
"default": {
|
|
2855
|
+
"value": "rgba(0, 0, 0, 0)",
|
|
2856
|
+
"public": true,
|
|
2857
|
+
"filePath": "tokens/color/alias/button.light.json",
|
|
2858
|
+
"isSource": true,
|
|
2859
|
+
"original": {
|
|
2860
|
+
"value": "transparent",
|
|
2861
|
+
"public": true
|
|
2862
|
+
},
|
|
2863
|
+
"name": "color-light-mode-icon-button-critical-background-default",
|
|
2864
|
+
"attributes": {
|
|
2865
|
+
"category": "color",
|
|
2866
|
+
"type": "light-mode",
|
|
2867
|
+
"item": "icon-button",
|
|
2868
|
+
"subitem": "critical",
|
|
2869
|
+
"state": "background"
|
|
2870
|
+
},
|
|
2871
|
+
"path": [
|
|
2872
|
+
"color",
|
|
2873
|
+
"light-mode",
|
|
2874
|
+
"icon-button",
|
|
2875
|
+
"critical",
|
|
2876
|
+
"background",
|
|
2877
|
+
"default"
|
|
2878
|
+
]
|
|
2879
|
+
},
|
|
2880
|
+
"hover": {
|
|
2881
|
+
"value": "#ffedeb",
|
|
2882
|
+
"public": true,
|
|
2883
|
+
"isReferenceToInternal": true,
|
|
2884
|
+
"filePath": "tokens/color/alias/button.light.json",
|
|
2885
|
+
"isSource": true,
|
|
2886
|
+
"original": {
|
|
2887
|
+
"value": "{color.light-mode.semantic.critical.background.value}",
|
|
2888
|
+
"public": true,
|
|
2889
|
+
"isReferenceToInternal": true
|
|
2890
|
+
},
|
|
2891
|
+
"name": "color-light-mode-icon-button-critical-background-hover",
|
|
2892
|
+
"attributes": {
|
|
2893
|
+
"category": "color",
|
|
2894
|
+
"type": "light-mode",
|
|
2895
|
+
"item": "icon-button",
|
|
2896
|
+
"subitem": "critical",
|
|
2897
|
+
"state": "background"
|
|
2898
|
+
},
|
|
2899
|
+
"path": [
|
|
2900
|
+
"color",
|
|
2901
|
+
"light-mode",
|
|
2902
|
+
"icon-button",
|
|
2903
|
+
"critical",
|
|
2904
|
+
"background",
|
|
2905
|
+
"hover"
|
|
2906
|
+
]
|
|
2907
|
+
},
|
|
2908
|
+
"active": {
|
|
2909
|
+
"value": "#fcc5be",
|
|
2910
|
+
"public": true,
|
|
2911
|
+
"isReferenceToInternal": true,
|
|
2912
|
+
"filePath": "tokens/color/alias/button.light.json",
|
|
2913
|
+
"isSource": true,
|
|
2914
|
+
"original": {
|
|
2915
|
+
"value": "{color.light-mode.semantic.critical.utility-light.value}",
|
|
2916
|
+
"public": true,
|
|
2917
|
+
"isReferenceToInternal": true
|
|
2918
|
+
},
|
|
2919
|
+
"name": "color-light-mode-icon-button-critical-background-active",
|
|
2920
|
+
"attributes": {
|
|
2921
|
+
"category": "color",
|
|
2922
|
+
"type": "light-mode",
|
|
2923
|
+
"item": "icon-button",
|
|
2924
|
+
"subitem": "critical",
|
|
2925
|
+
"state": "background"
|
|
2926
|
+
},
|
|
2927
|
+
"path": [
|
|
2928
|
+
"color",
|
|
2929
|
+
"light-mode",
|
|
2930
|
+
"icon-button",
|
|
2931
|
+
"critical",
|
|
2932
|
+
"background",
|
|
2933
|
+
"active"
|
|
2934
|
+
]
|
|
2935
|
+
}
|
|
2936
|
+
},
|
|
2937
|
+
"foreground": {
|
|
2938
|
+
"default": {
|
|
2939
|
+
"value": "#ca3521",
|
|
2940
|
+
"public": true,
|
|
2941
|
+
"isReferenceToInternal": true,
|
|
2942
|
+
"filePath": "tokens/color/alias/button.light.json",
|
|
2943
|
+
"isSource": true,
|
|
2944
|
+
"original": {
|
|
2945
|
+
"value": "{color.light-mode.semantic.critical.foreground.value}",
|
|
2946
|
+
"public": true,
|
|
2947
|
+
"isReferenceToInternal": true
|
|
2948
|
+
},
|
|
2949
|
+
"name": "color-light-mode-icon-button-critical-foreground-default",
|
|
2950
|
+
"attributes": {
|
|
2951
|
+
"category": "color",
|
|
2952
|
+
"type": "light-mode",
|
|
2953
|
+
"item": "icon-button",
|
|
2954
|
+
"subitem": "critical",
|
|
2955
|
+
"state": "foreground"
|
|
2956
|
+
},
|
|
2957
|
+
"path": [
|
|
2958
|
+
"color",
|
|
2959
|
+
"light-mode",
|
|
2960
|
+
"icon-button",
|
|
2961
|
+
"critical",
|
|
2962
|
+
"foreground",
|
|
2963
|
+
"default"
|
|
2964
|
+
]
|
|
2965
|
+
}
|
|
2966
|
+
}
|
|
2967
|
+
}
|
|
2968
|
+
},
|
|
2969
|
+
"toggle-button": {
|
|
2736
2970
|
"background": {
|
|
2737
|
-
"
|
|
2738
|
-
"value": "
|
|
2971
|
+
"off": {
|
|
2972
|
+
"value": "#f1f1f1",
|
|
2739
2973
|
"public": true,
|
|
2974
|
+
"isReferenceToInternal": true,
|
|
2740
2975
|
"filePath": "tokens/color/alias/button.light.json",
|
|
2741
2976
|
"isSource": true,
|
|
2742
2977
|
"original": {
|
|
2743
|
-
"value": "
|
|
2744
|
-
"public": true
|
|
2978
|
+
"value": "{color.light-mode.neutral.200.value}",
|
|
2979
|
+
"public": true,
|
|
2980
|
+
"isReferenceToInternal": true
|
|
2745
2981
|
},
|
|
2746
|
-
"name": "color-light-mode-
|
|
2982
|
+
"name": "color-light-mode-toggle-button-background-off",
|
|
2747
2983
|
"attributes": {
|
|
2748
2984
|
"category": "color",
|
|
2749
2985
|
"type": "light-mode",
|
|
2750
|
-
"item": "
|
|
2986
|
+
"item": "toggle-button",
|
|
2751
2987
|
"subitem": "background",
|
|
2752
|
-
"state": "
|
|
2988
|
+
"state": "off"
|
|
2753
2989
|
},
|
|
2754
2990
|
"path": [
|
|
2755
2991
|
"color",
|
|
2756
2992
|
"light-mode",
|
|
2757
|
-
"
|
|
2993
|
+
"toggle-button",
|
|
2758
2994
|
"background",
|
|
2759
|
-
"
|
|
2995
|
+
"off"
|
|
2760
2996
|
]
|
|
2761
|
-
}
|
|
2762
|
-
|
|
2763
|
-
|
|
2997
|
+
}
|
|
2998
|
+
},
|
|
2999
|
+
"foreground": {
|
|
3000
|
+
"off": {
|
|
3001
|
+
"value": "#6d6d78",
|
|
2764
3002
|
"public": true,
|
|
2765
3003
|
"isReferenceToInternal": true,
|
|
2766
3004
|
"filePath": "tokens/color/alias/button.light.json",
|
|
2767
3005
|
"isSource": true,
|
|
2768
3006
|
"original": {
|
|
2769
|
-
"value": "{color.light-mode.neutral.
|
|
3007
|
+
"value": "{color.light-mode.neutral.400.value}",
|
|
2770
3008
|
"public": true,
|
|
2771
3009
|
"isReferenceToInternal": true
|
|
2772
3010
|
},
|
|
2773
|
-
"name": "color-light-mode-
|
|
3011
|
+
"name": "color-light-mode-toggle-button-foreground-off",
|
|
2774
3012
|
"attributes": {
|
|
2775
3013
|
"category": "color",
|
|
2776
3014
|
"type": "light-mode",
|
|
2777
|
-
"item": "
|
|
2778
|
-
"subitem": "
|
|
2779
|
-
"state": "
|
|
3015
|
+
"item": "toggle-button",
|
|
3016
|
+
"subitem": "foreground",
|
|
3017
|
+
"state": "off"
|
|
2780
3018
|
},
|
|
2781
3019
|
"path": [
|
|
2782
3020
|
"color",
|
|
2783
3021
|
"light-mode",
|
|
2784
|
-
"
|
|
2785
|
-
"
|
|
2786
|
-
"
|
|
3022
|
+
"toggle-button",
|
|
3023
|
+
"foreground",
|
|
3024
|
+
"off"
|
|
2787
3025
|
]
|
|
2788
|
-
}
|
|
2789
|
-
|
|
2790
|
-
|
|
3026
|
+
}
|
|
3027
|
+
}
|
|
3028
|
+
},
|
|
3029
|
+
"segmented-button": {
|
|
3030
|
+
"background": {
|
|
3031
|
+
"default": {
|
|
3032
|
+
"value": "#ffffff",
|
|
2791
3033
|
"public": true,
|
|
2792
3034
|
"isReferenceToInternal": true,
|
|
2793
3035
|
"filePath": "tokens/color/alias/button.light.json",
|
|
2794
3036
|
"isSource": true,
|
|
2795
3037
|
"original": {
|
|
2796
|
-
"value": "{color.light-mode.neutral.
|
|
3038
|
+
"value": "{color.light-mode.neutral.000.value}",
|
|
2797
3039
|
"public": true,
|
|
2798
3040
|
"isReferenceToInternal": true
|
|
2799
3041
|
},
|
|
2800
|
-
"name": "color-light-mode-
|
|
3042
|
+
"name": "color-light-mode-segmented-button-background-default",
|
|
2801
3043
|
"attributes": {
|
|
2802
3044
|
"category": "color",
|
|
2803
3045
|
"type": "light-mode",
|
|
2804
|
-
"item": "
|
|
3046
|
+
"item": "segmented-button",
|
|
2805
3047
|
"subitem": "background",
|
|
2806
|
-
"state": "
|
|
3048
|
+
"state": "default"
|
|
2807
3049
|
},
|
|
2808
3050
|
"path": [
|
|
2809
3051
|
"color",
|
|
2810
3052
|
"light-mode",
|
|
2811
|
-
"
|
|
3053
|
+
"segmented-button",
|
|
2812
3054
|
"background",
|
|
2813
|
-
"
|
|
3055
|
+
"default"
|
|
2814
3056
|
]
|
|
2815
|
-
}
|
|
2816
|
-
|
|
2817
|
-
|
|
2818
|
-
"default": {
|
|
2819
|
-
"value": "#23232d",
|
|
3057
|
+
},
|
|
3058
|
+
"hover": {
|
|
3059
|
+
"value": "#f8f8f8",
|
|
2820
3060
|
"public": true,
|
|
2821
3061
|
"isReferenceToInternal": true,
|
|
2822
3062
|
"filePath": "tokens/color/alias/button.light.json",
|
|
2823
3063
|
"isSource": true,
|
|
2824
3064
|
"original": {
|
|
2825
|
-
"value": "{color.light-mode.neutral.
|
|
3065
|
+
"value": "{color.light-mode.neutral.100.value}",
|
|
2826
3066
|
"public": true,
|
|
2827
3067
|
"isReferenceToInternal": true
|
|
2828
3068
|
},
|
|
2829
|
-
"name": "color-light-mode-
|
|
3069
|
+
"name": "color-light-mode-segmented-button-background-hover",
|
|
2830
3070
|
"attributes": {
|
|
2831
3071
|
"category": "color",
|
|
2832
3072
|
"type": "light-mode",
|
|
2833
|
-
"item": "
|
|
2834
|
-
"subitem": "
|
|
2835
|
-
"state": "
|
|
3073
|
+
"item": "segmented-button",
|
|
3074
|
+
"subitem": "background",
|
|
3075
|
+
"state": "hover"
|
|
2836
3076
|
},
|
|
2837
3077
|
"path": [
|
|
2838
3078
|
"color",
|
|
2839
3079
|
"light-mode",
|
|
2840
|
-
"
|
|
2841
|
-
"
|
|
2842
|
-
"
|
|
3080
|
+
"segmented-button",
|
|
3081
|
+
"background",
|
|
3082
|
+
"hover"
|
|
2843
3083
|
]
|
|
2844
|
-
}
|
|
2845
|
-
|
|
2846
|
-
|
|
2847
|
-
"toggle-button": {
|
|
2848
|
-
"background": {
|
|
2849
|
-
"off": {
|
|
2850
|
-
"value": "#f1f1f1",
|
|
3084
|
+
},
|
|
3085
|
+
"active": {
|
|
3086
|
+
"value": "#f0edfb",
|
|
2851
3087
|
"public": true,
|
|
2852
3088
|
"isReferenceToInternal": true,
|
|
2853
3089
|
"filePath": "tokens/color/alias/button.light.json",
|
|
2854
3090
|
"isSource": true,
|
|
2855
3091
|
"original": {
|
|
2856
|
-
"value": "{color.light-mode.
|
|
3092
|
+
"value": "{color.light-mode.brand.secondary.100.value}",
|
|
2857
3093
|
"public": true,
|
|
2858
3094
|
"isReferenceToInternal": true
|
|
2859
3095
|
},
|
|
2860
|
-
"name": "color-light-mode-
|
|
3096
|
+
"name": "color-light-mode-segmented-button-background-active",
|
|
2861
3097
|
"attributes": {
|
|
2862
3098
|
"category": "color",
|
|
2863
3099
|
"type": "light-mode",
|
|
2864
|
-
"item": "
|
|
3100
|
+
"item": "segmented-button",
|
|
2865
3101
|
"subitem": "background",
|
|
2866
|
-
"state": "
|
|
3102
|
+
"state": "active"
|
|
2867
3103
|
},
|
|
2868
3104
|
"path": [
|
|
2869
3105
|
"color",
|
|
2870
3106
|
"light-mode",
|
|
2871
|
-
"
|
|
3107
|
+
"segmented-button",
|
|
2872
3108
|
"background",
|
|
2873
|
-
"
|
|
3109
|
+
"active"
|
|
2874
3110
|
]
|
|
2875
3111
|
}
|
|
2876
3112
|
},
|
|
2877
|
-
"
|
|
2878
|
-
"
|
|
2879
|
-
"value": "#
|
|
3113
|
+
"border": {
|
|
3114
|
+
"default": {
|
|
3115
|
+
"value": "#cfcfd3",
|
|
2880
3116
|
"public": true,
|
|
2881
3117
|
"isReferenceToInternal": true,
|
|
2882
3118
|
"filePath": "tokens/color/alias/button.light.json",
|
|
2883
3119
|
"isSource": true,
|
|
2884
3120
|
"original": {
|
|
2885
|
-
"value": "{color.light-mode.neutral.
|
|
3121
|
+
"value": "{color.light-mode.neutral.300.value}",
|
|
2886
3122
|
"public": true,
|
|
2887
3123
|
"isReferenceToInternal": true
|
|
2888
3124
|
},
|
|
2889
|
-
"name": "color-light-mode-
|
|
3125
|
+
"name": "color-light-mode-segmented-button-border-default",
|
|
2890
3126
|
"attributes": {
|
|
2891
3127
|
"category": "color",
|
|
2892
3128
|
"type": "light-mode",
|
|
2893
|
-
"item": "
|
|
2894
|
-
"subitem": "
|
|
2895
|
-
"state": "
|
|
3129
|
+
"item": "segmented-button",
|
|
3130
|
+
"subitem": "border",
|
|
3131
|
+
"state": "default"
|
|
2896
3132
|
},
|
|
2897
3133
|
"path": [
|
|
2898
3134
|
"color",
|
|
2899
3135
|
"light-mode",
|
|
2900
|
-
"
|
|
2901
|
-
"
|
|
2902
|
-
"
|
|
3136
|
+
"segmented-button",
|
|
3137
|
+
"border",
|
|
3138
|
+
"default"
|
|
2903
3139
|
]
|
|
2904
|
-
}
|
|
2905
|
-
|
|
2906
|
-
|
|
2907
|
-
"segmented-button": {
|
|
2908
|
-
"background": {
|
|
2909
|
-
"default": {
|
|
2910
|
-
"value": "#ffffff",
|
|
3140
|
+
},
|
|
3141
|
+
"active": {
|
|
3142
|
+
"value": "#3017a1",
|
|
2911
3143
|
"public": true,
|
|
2912
3144
|
"isReferenceToInternal": true,
|
|
2913
3145
|
"filePath": "tokens/color/alias/button.light.json",
|
|
2914
3146
|
"isSource": true,
|
|
2915
3147
|
"original": {
|
|
2916
|
-
"value": "{color.light-mode.
|
|
3148
|
+
"value": "{color.light-mode.brand.secondary.400.value}",
|
|
2917
3149
|
"public": true,
|
|
2918
3150
|
"isReferenceToInternal": true
|
|
2919
3151
|
},
|
|
2920
|
-
"name": "color-light-mode-segmented-button-
|
|
3152
|
+
"name": "color-light-mode-segmented-button-border-active",
|
|
2921
3153
|
"attributes": {
|
|
2922
3154
|
"category": "color",
|
|
2923
3155
|
"type": "light-mode",
|
|
2924
3156
|
"item": "segmented-button",
|
|
2925
|
-
"subitem": "
|
|
2926
|
-
"state": "
|
|
3157
|
+
"subitem": "border",
|
|
3158
|
+
"state": "active"
|
|
2927
3159
|
},
|
|
2928
3160
|
"path": [
|
|
2929
3161
|
"color",
|
|
2930
3162
|
"light-mode",
|
|
2931
3163
|
"segmented-button",
|
|
2932
|
-
"
|
|
2933
|
-
"
|
|
3164
|
+
"border",
|
|
3165
|
+
"active"
|
|
2934
3166
|
]
|
|
2935
|
-
}
|
|
2936
|
-
|
|
2937
|
-
|
|
3167
|
+
}
|
|
3168
|
+
},
|
|
3169
|
+
"foreground": {
|
|
3170
|
+
"default": {
|
|
3171
|
+
"value": "#6d6d78",
|
|
2938
3172
|
"public": true,
|
|
2939
3173
|
"isReferenceToInternal": true,
|
|
2940
3174
|
"filePath": "tokens/color/alias/button.light.json",
|
|
2941
3175
|
"isSource": true,
|
|
2942
3176
|
"original": {
|
|
2943
|
-
"value": "{color.light-mode.neutral.
|
|
3177
|
+
"value": "{color.light-mode.neutral.400.value}",
|
|
2944
3178
|
"public": true,
|
|
2945
3179
|
"isReferenceToInternal": true
|
|
2946
3180
|
},
|
|
2947
|
-
"name": "color-light-mode-segmented-button-
|
|
3181
|
+
"name": "color-light-mode-segmented-button-foreground-default",
|
|
2948
3182
|
"attributes": {
|
|
2949
3183
|
"category": "color",
|
|
2950
3184
|
"type": "light-mode",
|
|
2951
3185
|
"item": "segmented-button",
|
|
2952
|
-
"subitem": "
|
|
2953
|
-
"state": "
|
|
3186
|
+
"subitem": "foreground",
|
|
3187
|
+
"state": "default"
|
|
2954
3188
|
},
|
|
2955
3189
|
"path": [
|
|
2956
3190
|
"color",
|
|
2957
3191
|
"light-mode",
|
|
2958
3192
|
"segmented-button",
|
|
2959
|
-
"
|
|
2960
|
-
"
|
|
3193
|
+
"foreground",
|
|
3194
|
+
"default"
|
|
2961
3195
|
]
|
|
2962
3196
|
},
|
|
2963
3197
|
"active": {
|
|
2964
|
-
"value": "#
|
|
3198
|
+
"value": "#3017a1",
|
|
2965
3199
|
"public": true,
|
|
2966
3200
|
"isReferenceToInternal": true,
|
|
2967
3201
|
"filePath": "tokens/color/alias/button.light.json",
|
|
2968
3202
|
"isSource": true,
|
|
2969
3203
|
"original": {
|
|
2970
|
-
"value": "{color.light-mode.brand.secondary.
|
|
3204
|
+
"value": "{color.light-mode.brand.secondary.400.value}",
|
|
2971
3205
|
"public": true,
|
|
2972
3206
|
"isReferenceToInternal": true
|
|
2973
3207
|
},
|
|
2974
|
-
"name": "color-light-mode-segmented-button-
|
|
3208
|
+
"name": "color-light-mode-segmented-button-foreground-active",
|
|
2975
3209
|
"attributes": {
|
|
2976
3210
|
"category": "color",
|
|
2977
3211
|
"type": "light-mode",
|
|
2978
3212
|
"item": "segmented-button",
|
|
2979
|
-
"subitem": "
|
|
3213
|
+
"subitem": "foreground",
|
|
2980
3214
|
"state": "active"
|
|
2981
3215
|
},
|
|
2982
3216
|
"path": [
|
|
2983
3217
|
"color",
|
|
2984
3218
|
"light-mode",
|
|
2985
3219
|
"segmented-button",
|
|
2986
|
-
"
|
|
3220
|
+
"foreground",
|
|
2987
3221
|
"active"
|
|
2988
3222
|
]
|
|
2989
3223
|
}
|
|
@@ -8283,12 +8517,12 @@
|
|
|
8283
8517
|
]
|
|
8284
8518
|
},
|
|
8285
8519
|
"utility": {
|
|
8286
|
-
"value": "#
|
|
8520
|
+
"value": "#f35945",
|
|
8287
8521
|
"public": true,
|
|
8288
8522
|
"filePath": "tokens/color/base/semantic.light.json",
|
|
8289
8523
|
"isSource": true,
|
|
8290
8524
|
"original": {
|
|
8291
|
-
"value": "
|
|
8525
|
+
"value": "#F35945",
|
|
8292
8526
|
"public": true
|
|
8293
8527
|
},
|
|
8294
8528
|
"name": "color-light-mode-semantic-critical-utility",
|
|
@@ -8307,6 +8541,31 @@
|
|
|
8307
8541
|
"utility"
|
|
8308
8542
|
]
|
|
8309
8543
|
},
|
|
8544
|
+
"utility-light": {
|
|
8545
|
+
"value": "#fcc5be",
|
|
8546
|
+
"public": true,
|
|
8547
|
+
"filePath": "tokens/color/base/semantic.light.json",
|
|
8548
|
+
"isSource": true,
|
|
8549
|
+
"original": {
|
|
8550
|
+
"value": "#FCC5BE",
|
|
8551
|
+
"public": true
|
|
8552
|
+
},
|
|
8553
|
+
"name": "color-light-mode-semantic-critical-utility-light",
|
|
8554
|
+
"attributes": {
|
|
8555
|
+
"category": "color",
|
|
8556
|
+
"type": "light-mode",
|
|
8557
|
+
"item": "semantic",
|
|
8558
|
+
"subitem": "critical",
|
|
8559
|
+
"state": "utility-light"
|
|
8560
|
+
},
|
|
8561
|
+
"path": [
|
|
8562
|
+
"color",
|
|
8563
|
+
"light-mode",
|
|
8564
|
+
"semantic",
|
|
8565
|
+
"critical",
|
|
8566
|
+
"utility-light"
|
|
8567
|
+
]
|
|
8568
|
+
},
|
|
8310
8569
|
"background": {
|
|
8311
8570
|
"value": "#ffedeb",
|
|
8312
8571
|
"public": true,
|