@pantheon-systems/pds-design-tokens 1.0.0-dev.160 → 1.0.0-dev.162
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 +40 -27
- package/build/css/pds-design-tokens-light-mode.css +37 -24
- package/build/css/pds-design-tokens.css +4 -4
- package/build/figma/pds-design-tokens-figma.json +1157 -148
- package/build/json/pds-design-tokens-dark-mode.json +360 -67
- package/build/json/pds-design-tokens-light-mode.json +349 -56
- package/build/json/pds-design-tokens.json +10 -10
- package/package.json +1 -1
|
@@ -1171,7 +1171,7 @@
|
|
|
1171
1171
|
"value": {
|
|
1172
1172
|
"fontSize": "1 * 16 * 0.9",
|
|
1173
1173
|
"fontFamily": "Source Code Pro",
|
|
1174
|
-
"fontWeight":
|
|
1174
|
+
"fontWeight": 400,
|
|
1175
1175
|
"lineHeight": "165%",
|
|
1176
1176
|
"textDecoration": "none"
|
|
1177
1177
|
},
|
|
@@ -1182,7 +1182,7 @@
|
|
|
1182
1182
|
"value": {
|
|
1183
1183
|
"fontSize": "{typography.size.M} * {figma.typography.size.base} * 0.9",
|
|
1184
1184
|
"fontFamily": "Source Code Pro",
|
|
1185
|
-
"fontWeight": "{typography.fw.
|
|
1185
|
+
"fontWeight": "{typography.fw.regular}",
|
|
1186
1186
|
"lineHeight": "{typography.lh.L}",
|
|
1187
1187
|
"textDecoration": "none"
|
|
1188
1188
|
},
|
|
@@ -2621,13 +2621,436 @@
|
|
|
2621
2621
|
"attributes": {
|
|
2622
2622
|
"category": "text",
|
|
2623
2623
|
"type": "type-scale",
|
|
2624
|
-
"item": "regular",
|
|
2624
|
+
"item": "regular",
|
|
2625
|
+
"subitem": "XL"
|
|
2626
|
+
},
|
|
2627
|
+
"path": [
|
|
2628
|
+
"text",
|
|
2629
|
+
"type-scale",
|
|
2630
|
+
"regular",
|
|
2631
|
+
"XL"
|
|
2632
|
+
]
|
|
2633
|
+
},
|
|
2634
|
+
"L": {
|
|
2635
|
+
"value": {
|
|
2636
|
+
"fontSize": "1.2 * 16",
|
|
2637
|
+
"fontFamily": "Poppins",
|
|
2638
|
+
"fontWeight": 400
|
|
2639
|
+
},
|
|
2640
|
+
"type": "typography",
|
|
2641
|
+
"filePath": "tokens-figma/typography/base.json",
|
|
2642
|
+
"isSource": true,
|
|
2643
|
+
"original": {
|
|
2644
|
+
"value": {
|
|
2645
|
+
"fontSize": "{typography.size.L} * {figma.typography.size.base}",
|
|
2646
|
+
"fontFamily": "{text.body.paragraph.value.fontFamily}",
|
|
2647
|
+
"fontWeight": "{typography.fw.regular}"
|
|
2648
|
+
},
|
|
2649
|
+
"type": "typography"
|
|
2650
|
+
},
|
|
2651
|
+
"name": "text-type-scale-regular-l",
|
|
2652
|
+
"attributes": {
|
|
2653
|
+
"category": "text",
|
|
2654
|
+
"type": "type-scale",
|
|
2655
|
+
"item": "regular",
|
|
2656
|
+
"subitem": "L"
|
|
2657
|
+
},
|
|
2658
|
+
"path": [
|
|
2659
|
+
"text",
|
|
2660
|
+
"type-scale",
|
|
2661
|
+
"regular",
|
|
2662
|
+
"L"
|
|
2663
|
+
]
|
|
2664
|
+
},
|
|
2665
|
+
"M": {
|
|
2666
|
+
"value": {
|
|
2667
|
+
"fontSize": "1 * 16",
|
|
2668
|
+
"fontFamily": "Poppins",
|
|
2669
|
+
"fontWeight": 400
|
|
2670
|
+
},
|
|
2671
|
+
"comment": "Base value.",
|
|
2672
|
+
"type": "typography",
|
|
2673
|
+
"filePath": "tokens-figma/typography/base.json",
|
|
2674
|
+
"isSource": true,
|
|
2675
|
+
"original": {
|
|
2676
|
+
"value": {
|
|
2677
|
+
"fontSize": "{typography.size.M} * {figma.typography.size.base}",
|
|
2678
|
+
"fontFamily": "{text.body.paragraph.value.fontFamily}",
|
|
2679
|
+
"fontWeight": "{typography.fw.regular}"
|
|
2680
|
+
},
|
|
2681
|
+
"comment": "Base value.",
|
|
2682
|
+
"type": "typography"
|
|
2683
|
+
},
|
|
2684
|
+
"name": "text-type-scale-regular-m",
|
|
2685
|
+
"attributes": {
|
|
2686
|
+
"category": "text",
|
|
2687
|
+
"type": "type-scale",
|
|
2688
|
+
"item": "regular",
|
|
2689
|
+
"subitem": "M"
|
|
2690
|
+
},
|
|
2691
|
+
"path": [
|
|
2692
|
+
"text",
|
|
2693
|
+
"type-scale",
|
|
2694
|
+
"regular",
|
|
2695
|
+
"M"
|
|
2696
|
+
]
|
|
2697
|
+
},
|
|
2698
|
+
"S": {
|
|
2699
|
+
"value": {
|
|
2700
|
+
"fontSize": "0.833 * 16",
|
|
2701
|
+
"fontFamily": "Poppins",
|
|
2702
|
+
"fontWeight": 400
|
|
2703
|
+
},
|
|
2704
|
+
"type": "typography",
|
|
2705
|
+
"filePath": "tokens-figma/typography/base.json",
|
|
2706
|
+
"isSource": true,
|
|
2707
|
+
"original": {
|
|
2708
|
+
"value": {
|
|
2709
|
+
"fontSize": "{typography.size.S} * {figma.typography.size.base}",
|
|
2710
|
+
"fontFamily": "{text.body.paragraph.value.fontFamily}",
|
|
2711
|
+
"fontWeight": "{typography.fw.regular}"
|
|
2712
|
+
},
|
|
2713
|
+
"type": "typography"
|
|
2714
|
+
},
|
|
2715
|
+
"name": "text-type-scale-regular-s",
|
|
2716
|
+
"attributes": {
|
|
2717
|
+
"category": "text",
|
|
2718
|
+
"type": "type-scale",
|
|
2719
|
+
"item": "regular",
|
|
2720
|
+
"subitem": "S"
|
|
2721
|
+
},
|
|
2722
|
+
"path": [
|
|
2723
|
+
"text",
|
|
2724
|
+
"type-scale",
|
|
2725
|
+
"regular",
|
|
2726
|
+
"S"
|
|
2727
|
+
]
|
|
2728
|
+
},
|
|
2729
|
+
"XS": {
|
|
2730
|
+
"value": {
|
|
2731
|
+
"fontSize": "0.694 * 16",
|
|
2732
|
+
"fontFamily": "Poppins",
|
|
2733
|
+
"fontWeight": 400
|
|
2734
|
+
},
|
|
2735
|
+
"type": "typography",
|
|
2736
|
+
"filePath": "tokens-figma/typography/base.json",
|
|
2737
|
+
"isSource": true,
|
|
2738
|
+
"original": {
|
|
2739
|
+
"value": {
|
|
2740
|
+
"fontSize": "{typography.size.XS} * {figma.typography.size.base}",
|
|
2741
|
+
"fontFamily": "{text.body.paragraph.value.fontFamily}",
|
|
2742
|
+
"fontWeight": "{typography.fw.regular}"
|
|
2743
|
+
},
|
|
2744
|
+
"type": "typography"
|
|
2745
|
+
},
|
|
2746
|
+
"name": "text-type-scale-regular-xs",
|
|
2747
|
+
"attributes": {
|
|
2748
|
+
"category": "text",
|
|
2749
|
+
"type": "type-scale",
|
|
2750
|
+
"item": "regular",
|
|
2751
|
+
"subitem": "XS"
|
|
2752
|
+
},
|
|
2753
|
+
"path": [
|
|
2754
|
+
"text",
|
|
2755
|
+
"type-scale",
|
|
2756
|
+
"regular",
|
|
2757
|
+
"XS"
|
|
2758
|
+
]
|
|
2759
|
+
}
|
|
2760
|
+
},
|
|
2761
|
+
"medium": {
|
|
2762
|
+
"9XL": {
|
|
2763
|
+
"value": {
|
|
2764
|
+
"fontSize": "6.192 * 16",
|
|
2765
|
+
"fontFamily": "Poppins",
|
|
2766
|
+
"fontWeight": 500,
|
|
2767
|
+
"lineHeight": "120%"
|
|
2768
|
+
},
|
|
2769
|
+
"type": "typography",
|
|
2770
|
+
"filePath": "tokens-figma/typography/base.json",
|
|
2771
|
+
"isSource": true,
|
|
2772
|
+
"original": {
|
|
2773
|
+
"value": {
|
|
2774
|
+
"fontSize": "{typography.size.9XL} * {figma.typography.size.base}",
|
|
2775
|
+
"fontFamily": "{text.body.paragraph.value.fontFamily}",
|
|
2776
|
+
"fontWeight": "{typography.fw.medium}",
|
|
2777
|
+
"lineHeight": "{text.headings.h1.value.lineHeight}"
|
|
2778
|
+
},
|
|
2779
|
+
"type": "typography"
|
|
2780
|
+
},
|
|
2781
|
+
"name": "text-type-scale-medium-9-xl",
|
|
2782
|
+
"attributes": {
|
|
2783
|
+
"category": "text",
|
|
2784
|
+
"type": "type-scale",
|
|
2785
|
+
"item": "medium",
|
|
2786
|
+
"subitem": "9XL"
|
|
2787
|
+
},
|
|
2788
|
+
"path": [
|
|
2789
|
+
"text",
|
|
2790
|
+
"type-scale",
|
|
2791
|
+
"medium",
|
|
2792
|
+
"9XL"
|
|
2793
|
+
]
|
|
2794
|
+
},
|
|
2795
|
+
"8XL": {
|
|
2796
|
+
"value": {
|
|
2797
|
+
"fontSize": "5.160 * 16",
|
|
2798
|
+
"fontFamily": "Poppins",
|
|
2799
|
+
"fontWeight": 500,
|
|
2800
|
+
"lineHeight": "120%"
|
|
2801
|
+
},
|
|
2802
|
+
"type": "typography",
|
|
2803
|
+
"filePath": "tokens-figma/typography/base.json",
|
|
2804
|
+
"isSource": true,
|
|
2805
|
+
"original": {
|
|
2806
|
+
"value": {
|
|
2807
|
+
"fontSize": "{typography.size.8XL} * {figma.typography.size.base}",
|
|
2808
|
+
"fontFamily": "{text.body.paragraph.value.fontFamily}",
|
|
2809
|
+
"fontWeight": "{typography.fw.medium}",
|
|
2810
|
+
"lineHeight": "{text.headings.h1.value.lineHeight}"
|
|
2811
|
+
},
|
|
2812
|
+
"type": "typography"
|
|
2813
|
+
},
|
|
2814
|
+
"name": "text-type-scale-medium-8-xl",
|
|
2815
|
+
"attributes": {
|
|
2816
|
+
"category": "text",
|
|
2817
|
+
"type": "type-scale",
|
|
2818
|
+
"item": "medium",
|
|
2819
|
+
"subitem": "8XL"
|
|
2820
|
+
},
|
|
2821
|
+
"path": [
|
|
2822
|
+
"text",
|
|
2823
|
+
"type-scale",
|
|
2824
|
+
"medium",
|
|
2825
|
+
"8XL"
|
|
2826
|
+
]
|
|
2827
|
+
},
|
|
2828
|
+
"7XL": {
|
|
2829
|
+
"value": {
|
|
2830
|
+
"fontSize": "4.3 * 16",
|
|
2831
|
+
"fontFamily": "Poppins",
|
|
2832
|
+
"fontWeight": 500,
|
|
2833
|
+
"lineHeight": "120%"
|
|
2834
|
+
},
|
|
2835
|
+
"type": "typography",
|
|
2836
|
+
"filePath": "tokens-figma/typography/base.json",
|
|
2837
|
+
"isSource": true,
|
|
2838
|
+
"original": {
|
|
2839
|
+
"value": {
|
|
2840
|
+
"fontSize": "{typography.size.7XL} * {figma.typography.size.base}",
|
|
2841
|
+
"fontFamily": "{text.body.paragraph.value.fontFamily}",
|
|
2842
|
+
"fontWeight": "{typography.fw.medium}",
|
|
2843
|
+
"lineHeight": "{text.headings.h1.value.lineHeight}"
|
|
2844
|
+
},
|
|
2845
|
+
"type": "typography"
|
|
2846
|
+
},
|
|
2847
|
+
"name": "text-type-scale-medium-7-xl",
|
|
2848
|
+
"attributes": {
|
|
2849
|
+
"category": "text",
|
|
2850
|
+
"type": "type-scale",
|
|
2851
|
+
"item": "medium",
|
|
2852
|
+
"subitem": "7XL"
|
|
2853
|
+
},
|
|
2854
|
+
"path": [
|
|
2855
|
+
"text",
|
|
2856
|
+
"type-scale",
|
|
2857
|
+
"medium",
|
|
2858
|
+
"7XL"
|
|
2859
|
+
]
|
|
2860
|
+
},
|
|
2861
|
+
"6XL": {
|
|
2862
|
+
"value": {
|
|
2863
|
+
"fontSize": "3.583 * 16",
|
|
2864
|
+
"fontFamily": "Poppins",
|
|
2865
|
+
"fontWeight": 500,
|
|
2866
|
+
"lineHeight": "120%"
|
|
2867
|
+
},
|
|
2868
|
+
"type": "typography",
|
|
2869
|
+
"filePath": "tokens-figma/typography/base.json",
|
|
2870
|
+
"isSource": true,
|
|
2871
|
+
"original": {
|
|
2872
|
+
"value": {
|
|
2873
|
+
"fontSize": "{typography.size.6XL} * {figma.typography.size.base}",
|
|
2874
|
+
"fontFamily": "{text.body.paragraph.value.fontFamily}",
|
|
2875
|
+
"fontWeight": "{typography.fw.medium}",
|
|
2876
|
+
"lineHeight": "{text.headings.h1.value.lineHeight}"
|
|
2877
|
+
},
|
|
2878
|
+
"type": "typography"
|
|
2879
|
+
},
|
|
2880
|
+
"name": "text-type-scale-medium-6-xl",
|
|
2881
|
+
"attributes": {
|
|
2882
|
+
"category": "text",
|
|
2883
|
+
"type": "type-scale",
|
|
2884
|
+
"item": "medium",
|
|
2885
|
+
"subitem": "6XL"
|
|
2886
|
+
},
|
|
2887
|
+
"path": [
|
|
2888
|
+
"text",
|
|
2889
|
+
"type-scale",
|
|
2890
|
+
"medium",
|
|
2891
|
+
"6XL"
|
|
2892
|
+
]
|
|
2893
|
+
},
|
|
2894
|
+
"5XL": {
|
|
2895
|
+
"value": {
|
|
2896
|
+
"fontSize": "2.986 * 16",
|
|
2897
|
+
"fontFamily": "Poppins",
|
|
2898
|
+
"fontWeight": 500,
|
|
2899
|
+
"lineHeight": "120%"
|
|
2900
|
+
},
|
|
2901
|
+
"type": "typography",
|
|
2902
|
+
"filePath": "tokens-figma/typography/base.json",
|
|
2903
|
+
"isSource": true,
|
|
2904
|
+
"original": {
|
|
2905
|
+
"value": {
|
|
2906
|
+
"fontSize": "{typography.size.5XL} * {figma.typography.size.base}",
|
|
2907
|
+
"fontFamily": "{text.body.paragraph.value.fontFamily}",
|
|
2908
|
+
"fontWeight": "{typography.fw.medium}",
|
|
2909
|
+
"lineHeight": "{text.headings.h1.value.lineHeight}"
|
|
2910
|
+
},
|
|
2911
|
+
"type": "typography"
|
|
2912
|
+
},
|
|
2913
|
+
"name": "text-type-scale-medium-5-xl",
|
|
2914
|
+
"attributes": {
|
|
2915
|
+
"category": "text",
|
|
2916
|
+
"type": "type-scale",
|
|
2917
|
+
"item": "medium",
|
|
2918
|
+
"subitem": "5XL"
|
|
2919
|
+
},
|
|
2920
|
+
"path": [
|
|
2921
|
+
"text",
|
|
2922
|
+
"type-scale",
|
|
2923
|
+
"medium",
|
|
2924
|
+
"5XL"
|
|
2925
|
+
]
|
|
2926
|
+
},
|
|
2927
|
+
"4XL": {
|
|
2928
|
+
"value": {
|
|
2929
|
+
"fontSize": "2.488 * 16",
|
|
2930
|
+
"fontFamily": "Poppins",
|
|
2931
|
+
"fontWeight": 500,
|
|
2932
|
+
"lineHeight": "120%"
|
|
2933
|
+
},
|
|
2934
|
+
"type": "typography",
|
|
2935
|
+
"filePath": "tokens-figma/typography/base.json",
|
|
2936
|
+
"isSource": true,
|
|
2937
|
+
"original": {
|
|
2938
|
+
"value": {
|
|
2939
|
+
"fontSize": "{typography.size.4XL} * {figma.typography.size.base}",
|
|
2940
|
+
"fontFamily": "{text.body.paragraph.value.fontFamily}",
|
|
2941
|
+
"fontWeight": "{typography.fw.medium}",
|
|
2942
|
+
"lineHeight": "{text.headings.h1.value.lineHeight}"
|
|
2943
|
+
},
|
|
2944
|
+
"type": "typography"
|
|
2945
|
+
},
|
|
2946
|
+
"name": "text-type-scale-medium-4-xl",
|
|
2947
|
+
"attributes": {
|
|
2948
|
+
"category": "text",
|
|
2949
|
+
"type": "type-scale",
|
|
2950
|
+
"item": "medium",
|
|
2951
|
+
"subitem": "4XL"
|
|
2952
|
+
},
|
|
2953
|
+
"path": [
|
|
2954
|
+
"text",
|
|
2955
|
+
"type-scale",
|
|
2956
|
+
"medium",
|
|
2957
|
+
"4XL"
|
|
2958
|
+
]
|
|
2959
|
+
},
|
|
2960
|
+
"3XL": {
|
|
2961
|
+
"value": {
|
|
2962
|
+
"fontSize": "2.074 * 16",
|
|
2963
|
+
"fontFamily": "Poppins",
|
|
2964
|
+
"fontWeight": 500,
|
|
2965
|
+
"lineHeight": "120%"
|
|
2966
|
+
},
|
|
2967
|
+
"type": "typography",
|
|
2968
|
+
"filePath": "tokens-figma/typography/base.json",
|
|
2969
|
+
"isSource": true,
|
|
2970
|
+
"original": {
|
|
2971
|
+
"value": {
|
|
2972
|
+
"fontSize": "{typography.size.3XL} * {figma.typography.size.base}",
|
|
2973
|
+
"fontFamily": "{text.body.paragraph.value.fontFamily}",
|
|
2974
|
+
"fontWeight": "{typography.fw.medium}",
|
|
2975
|
+
"lineHeight": "{text.headings.h1.value.lineHeight}"
|
|
2976
|
+
},
|
|
2977
|
+
"type": "typography"
|
|
2978
|
+
},
|
|
2979
|
+
"name": "text-type-scale-medium-3-xl",
|
|
2980
|
+
"attributes": {
|
|
2981
|
+
"category": "text",
|
|
2982
|
+
"type": "type-scale",
|
|
2983
|
+
"item": "medium",
|
|
2984
|
+
"subitem": "3XL"
|
|
2985
|
+
},
|
|
2986
|
+
"path": [
|
|
2987
|
+
"text",
|
|
2988
|
+
"type-scale",
|
|
2989
|
+
"medium",
|
|
2990
|
+
"3XL"
|
|
2991
|
+
]
|
|
2992
|
+
},
|
|
2993
|
+
"2XL": {
|
|
2994
|
+
"value": {
|
|
2995
|
+
"fontSize": "1.728 * 16",
|
|
2996
|
+
"fontFamily": "Poppins",
|
|
2997
|
+
"fontWeight": 500,
|
|
2998
|
+
"lineHeight": "120%"
|
|
2999
|
+
},
|
|
3000
|
+
"type": "typography",
|
|
3001
|
+
"filePath": "tokens-figma/typography/base.json",
|
|
3002
|
+
"isSource": true,
|
|
3003
|
+
"original": {
|
|
3004
|
+
"value": {
|
|
3005
|
+
"fontSize": "{typography.size.2XL} * {figma.typography.size.base}",
|
|
3006
|
+
"fontFamily": "{text.body.paragraph.value.fontFamily}",
|
|
3007
|
+
"fontWeight": "{typography.fw.medium}",
|
|
3008
|
+
"lineHeight": "{text.headings.h1.value.lineHeight}"
|
|
3009
|
+
},
|
|
3010
|
+
"type": "typography"
|
|
3011
|
+
},
|
|
3012
|
+
"name": "text-type-scale-medium-2-xl",
|
|
3013
|
+
"attributes": {
|
|
3014
|
+
"category": "text",
|
|
3015
|
+
"type": "type-scale",
|
|
3016
|
+
"item": "medium",
|
|
3017
|
+
"subitem": "2XL"
|
|
3018
|
+
},
|
|
3019
|
+
"path": [
|
|
3020
|
+
"text",
|
|
3021
|
+
"type-scale",
|
|
3022
|
+
"medium",
|
|
3023
|
+
"2XL"
|
|
3024
|
+
]
|
|
3025
|
+
},
|
|
3026
|
+
"XL": {
|
|
3027
|
+
"value": {
|
|
3028
|
+
"fontSize": "1.44 * 16",
|
|
3029
|
+
"fontFamily": "Poppins",
|
|
3030
|
+
"fontWeight": 500
|
|
3031
|
+
},
|
|
3032
|
+
"type": "typography",
|
|
3033
|
+
"filePath": "tokens-figma/typography/base.json",
|
|
3034
|
+
"isSource": true,
|
|
3035
|
+
"original": {
|
|
3036
|
+
"value": {
|
|
3037
|
+
"fontSize": "{typography.size.XL} * {figma.typography.size.base}",
|
|
3038
|
+
"fontFamily": "{text.body.paragraph.value.fontFamily}",
|
|
3039
|
+
"fontWeight": "{typography.fw.medium}"
|
|
3040
|
+
},
|
|
3041
|
+
"type": "typography"
|
|
3042
|
+
},
|
|
3043
|
+
"name": "text-type-scale-medium-xl",
|
|
3044
|
+
"attributes": {
|
|
3045
|
+
"category": "text",
|
|
3046
|
+
"type": "type-scale",
|
|
3047
|
+
"item": "medium",
|
|
2625
3048
|
"subitem": "XL"
|
|
2626
3049
|
},
|
|
2627
3050
|
"path": [
|
|
2628
3051
|
"text",
|
|
2629
3052
|
"type-scale",
|
|
2630
|
-
"
|
|
3053
|
+
"medium",
|
|
2631
3054
|
"XL"
|
|
2632
3055
|
]
|
|
2633
3056
|
},
|
|
@@ -2635,7 +3058,7 @@
|
|
|
2635
3058
|
"value": {
|
|
2636
3059
|
"fontSize": "1.2 * 16",
|
|
2637
3060
|
"fontFamily": "Poppins",
|
|
2638
|
-
"fontWeight":
|
|
3061
|
+
"fontWeight": 500
|
|
2639
3062
|
},
|
|
2640
3063
|
"type": "typography",
|
|
2641
3064
|
"filePath": "tokens-figma/typography/base.json",
|
|
@@ -2644,21 +3067,21 @@
|
|
|
2644
3067
|
"value": {
|
|
2645
3068
|
"fontSize": "{typography.size.L} * {figma.typography.size.base}",
|
|
2646
3069
|
"fontFamily": "{text.body.paragraph.value.fontFamily}",
|
|
2647
|
-
"fontWeight": "{typography.fw.
|
|
3070
|
+
"fontWeight": "{typography.fw.medium}"
|
|
2648
3071
|
},
|
|
2649
3072
|
"type": "typography"
|
|
2650
3073
|
},
|
|
2651
|
-
"name": "text-type-scale-
|
|
3074
|
+
"name": "text-type-scale-medium-l",
|
|
2652
3075
|
"attributes": {
|
|
2653
3076
|
"category": "text",
|
|
2654
3077
|
"type": "type-scale",
|
|
2655
|
-
"item": "
|
|
3078
|
+
"item": "medium",
|
|
2656
3079
|
"subitem": "L"
|
|
2657
3080
|
},
|
|
2658
3081
|
"path": [
|
|
2659
3082
|
"text",
|
|
2660
3083
|
"type-scale",
|
|
2661
|
-
"
|
|
3084
|
+
"medium",
|
|
2662
3085
|
"L"
|
|
2663
3086
|
]
|
|
2664
3087
|
},
|
|
@@ -2666,7 +3089,7 @@
|
|
|
2666
3089
|
"value": {
|
|
2667
3090
|
"fontSize": "1 * 16",
|
|
2668
3091
|
"fontFamily": "Poppins",
|
|
2669
|
-
"fontWeight":
|
|
3092
|
+
"fontWeight": 500
|
|
2670
3093
|
},
|
|
2671
3094
|
"comment": "Base value.",
|
|
2672
3095
|
"type": "typography",
|
|
@@ -2676,22 +3099,22 @@
|
|
|
2676
3099
|
"value": {
|
|
2677
3100
|
"fontSize": "{typography.size.M} * {figma.typography.size.base}",
|
|
2678
3101
|
"fontFamily": "{text.body.paragraph.value.fontFamily}",
|
|
2679
|
-
"fontWeight": "{typography.fw.
|
|
3102
|
+
"fontWeight": "{typography.fw.medium}"
|
|
2680
3103
|
},
|
|
2681
3104
|
"comment": "Base value.",
|
|
2682
3105
|
"type": "typography"
|
|
2683
3106
|
},
|
|
2684
|
-
"name": "text-type-scale-
|
|
3107
|
+
"name": "text-type-scale-medium-m",
|
|
2685
3108
|
"attributes": {
|
|
2686
3109
|
"category": "text",
|
|
2687
3110
|
"type": "type-scale",
|
|
2688
|
-
"item": "
|
|
3111
|
+
"item": "medium",
|
|
2689
3112
|
"subitem": "M"
|
|
2690
3113
|
},
|
|
2691
3114
|
"path": [
|
|
2692
3115
|
"text",
|
|
2693
3116
|
"type-scale",
|
|
2694
|
-
"
|
|
3117
|
+
"medium",
|
|
2695
3118
|
"M"
|
|
2696
3119
|
]
|
|
2697
3120
|
},
|
|
@@ -2699,7 +3122,7 @@
|
|
|
2699
3122
|
"value": {
|
|
2700
3123
|
"fontSize": "0.833 * 16",
|
|
2701
3124
|
"fontFamily": "Poppins",
|
|
2702
|
-
"fontWeight":
|
|
3125
|
+
"fontWeight": 500
|
|
2703
3126
|
},
|
|
2704
3127
|
"type": "typography",
|
|
2705
3128
|
"filePath": "tokens-figma/typography/base.json",
|
|
@@ -2708,21 +3131,21 @@
|
|
|
2708
3131
|
"value": {
|
|
2709
3132
|
"fontSize": "{typography.size.S} * {figma.typography.size.base}",
|
|
2710
3133
|
"fontFamily": "{text.body.paragraph.value.fontFamily}",
|
|
2711
|
-
"fontWeight": "{typography.fw.
|
|
3134
|
+
"fontWeight": "{typography.fw.medium}"
|
|
2712
3135
|
},
|
|
2713
3136
|
"type": "typography"
|
|
2714
3137
|
},
|
|
2715
|
-
"name": "text-type-scale-
|
|
3138
|
+
"name": "text-type-scale-medium-s",
|
|
2716
3139
|
"attributes": {
|
|
2717
3140
|
"category": "text",
|
|
2718
3141
|
"type": "type-scale",
|
|
2719
|
-
"item": "
|
|
3142
|
+
"item": "medium",
|
|
2720
3143
|
"subitem": "S"
|
|
2721
3144
|
},
|
|
2722
3145
|
"path": [
|
|
2723
3146
|
"text",
|
|
2724
3147
|
"type-scale",
|
|
2725
|
-
"
|
|
3148
|
+
"medium",
|
|
2726
3149
|
"S"
|
|
2727
3150
|
]
|
|
2728
3151
|
},
|
|
@@ -2730,7 +3153,7 @@
|
|
|
2730
3153
|
"value": {
|
|
2731
3154
|
"fontSize": "0.694 * 16",
|
|
2732
3155
|
"fontFamily": "Poppins",
|
|
2733
|
-
"fontWeight":
|
|
3156
|
+
"fontWeight": 500
|
|
2734
3157
|
},
|
|
2735
3158
|
"type": "typography",
|
|
2736
3159
|
"filePath": "tokens-figma/typography/base.json",
|
|
@@ -2739,21 +3162,21 @@
|
|
|
2739
3162
|
"value": {
|
|
2740
3163
|
"fontSize": "{typography.size.XS} * {figma.typography.size.base}",
|
|
2741
3164
|
"fontFamily": "{text.body.paragraph.value.fontFamily}",
|
|
2742
|
-
"fontWeight": "{typography.fw.
|
|
3165
|
+
"fontWeight": "{typography.fw.medium}"
|
|
2743
3166
|
},
|
|
2744
3167
|
"type": "typography"
|
|
2745
3168
|
},
|
|
2746
|
-
"name": "text-type-scale-
|
|
3169
|
+
"name": "text-type-scale-medium-xs",
|
|
2747
3170
|
"attributes": {
|
|
2748
3171
|
"category": "text",
|
|
2749
3172
|
"type": "type-scale",
|
|
2750
|
-
"item": "
|
|
3173
|
+
"item": "medium",
|
|
2751
3174
|
"subitem": "XS"
|
|
2752
3175
|
},
|
|
2753
3176
|
"path": [
|
|
2754
3177
|
"text",
|
|
2755
3178
|
"type-scale",
|
|
2756
|
-
"
|
|
3179
|
+
"medium",
|
|
2757
3180
|
"XS"
|
|
2758
3181
|
]
|
|
2759
3182
|
}
|
|
@@ -3612,7 +4035,7 @@
|
|
|
3612
4035
|
"indicator": {
|
|
3613
4036
|
"silver": {
|
|
3614
4037
|
"background": {
|
|
3615
|
-
"value": "#
|
|
4038
|
+
"value": "#e7e7eb",
|
|
3616
4039
|
"public": true,
|
|
3617
4040
|
"isReferenceToInternal": true,
|
|
3618
4041
|
"filePath": "tokens/color/component/badge.dark.json",
|
|
@@ -4790,7 +5213,7 @@
|
|
|
4790
5213
|
},
|
|
4791
5214
|
"foreground": {
|
|
4792
5215
|
"default": {
|
|
4793
|
-
"value": "#
|
|
5216
|
+
"value": "#e7e7eb",
|
|
4794
5217
|
"public": true,
|
|
4795
5218
|
"isReferenceToInternal": true,
|
|
4796
5219
|
"filePath": "tokens/color/component/button.dark.json",
|
|
@@ -4846,7 +5269,7 @@
|
|
|
4846
5269
|
]
|
|
4847
5270
|
},
|
|
4848
5271
|
"active": {
|
|
4849
|
-
"value": "#
|
|
5272
|
+
"value": "#e7e7eb",
|
|
4850
5273
|
"public": true,
|
|
4851
5274
|
"isReferenceToInternal": true,
|
|
4852
5275
|
"filePath": "tokens/color/component/button.dark.json",
|
|
@@ -5452,7 +5875,7 @@
|
|
|
5452
5875
|
},
|
|
5453
5876
|
"foreground": {
|
|
5454
5877
|
"default": {
|
|
5455
|
-
"value": "#
|
|
5878
|
+
"value": "#e7e7eb",
|
|
5456
5879
|
"public": true,
|
|
5457
5880
|
"isReferenceToInternal": true,
|
|
5458
5881
|
"filePath": "tokens/color/component/button.dark.json",
|
|
@@ -5508,7 +5931,7 @@
|
|
|
5508
5931
|
]
|
|
5509
5932
|
},
|
|
5510
5933
|
"active": {
|
|
5511
|
-
"value": "#
|
|
5934
|
+
"value": "#e7e7eb",
|
|
5512
5935
|
"public": true,
|
|
5513
5936
|
"isReferenceToInternal": true,
|
|
5514
5937
|
"filePath": "tokens/color/component/button.dark.json",
|
|
@@ -5794,7 +6217,7 @@
|
|
|
5794
6217
|
"filePath": "tokens/color/component/button.dark.json",
|
|
5795
6218
|
"isSource": true,
|
|
5796
6219
|
"original": {
|
|
5797
|
-
"value": "{color.dark-mode.
|
|
6220
|
+
"value": "{color.dark-mode.fg.default.value}",
|
|
5798
6221
|
"public": true,
|
|
5799
6222
|
"isReferenceToInternal": true
|
|
5800
6223
|
},
|
|
@@ -6155,7 +6578,7 @@
|
|
|
6155
6578
|
},
|
|
6156
6579
|
"foreground": {
|
|
6157
6580
|
"default": {
|
|
6158
|
-
"value": "#
|
|
6581
|
+
"value": "#e7e7eb",
|
|
6159
6582
|
"public": true,
|
|
6160
6583
|
"isReferenceToInternal": true,
|
|
6161
6584
|
"filePath": "tokens/color/component/button.dark.json",
|
|
@@ -6265,12 +6688,12 @@
|
|
|
6265
6688
|
"dashboard": {
|
|
6266
6689
|
"toggle-button": {
|
|
6267
6690
|
"background": {
|
|
6268
|
-
"value": "#
|
|
6691
|
+
"value": "#e7e7eb",
|
|
6269
6692
|
"public": true,
|
|
6270
6693
|
"filePath": "tokens/color/component/dashboard.dark.json",
|
|
6271
6694
|
"isSource": true,
|
|
6272
6695
|
"original": {
|
|
6273
|
-
"value": "{color.dark-mode.
|
|
6696
|
+
"value": "{color.dark-mode.bg.reverse.value}",
|
|
6274
6697
|
"public": true
|
|
6275
6698
|
},
|
|
6276
6699
|
"name": "color-dark-mode-dashboard-toggle-button-background",
|
|
@@ -6295,7 +6718,7 @@
|
|
|
6295
6718
|
"filePath": "tokens/color/component/dashboard.dark.json",
|
|
6296
6719
|
"isSource": true,
|
|
6297
6720
|
"original": {
|
|
6298
|
-
"value": "{color.dark-mode.
|
|
6721
|
+
"value": "{color.dark-mode.fg.reverse.value}",
|
|
6299
6722
|
"public": true
|
|
6300
6723
|
},
|
|
6301
6724
|
"name": "color-dark-mode-dashboard-toggle-button-foreground",
|
|
@@ -6322,7 +6745,7 @@
|
|
|
6322
6745
|
"filePath": "tokens/color/component/dashboard.dark.json",
|
|
6323
6746
|
"isSource": true,
|
|
6324
6747
|
"original": {
|
|
6325
|
-
"value": "{color.dark-mode.
|
|
6748
|
+
"value": "{color.dark-mode.bg.default-secondary.value}",
|
|
6326
6749
|
"public": true
|
|
6327
6750
|
},
|
|
6328
6751
|
"name": "color-dark-mode-dashboard-nav-background",
|
|
@@ -6454,12 +6877,12 @@
|
|
|
6454
6877
|
]
|
|
6455
6878
|
},
|
|
6456
6879
|
"active": {
|
|
6457
|
-
"value": "#
|
|
6880
|
+
"value": "#e7e7eb",
|
|
6458
6881
|
"public": true,
|
|
6459
6882
|
"filePath": "tokens/color/component/dashboard.dark.json",
|
|
6460
6883
|
"isSource": true,
|
|
6461
6884
|
"original": {
|
|
6462
|
-
"value": "{color.dark-mode.
|
|
6885
|
+
"value": "{color.dark-mode.bg.reverse.value}",
|
|
6463
6886
|
"public": true
|
|
6464
6887
|
},
|
|
6465
6888
|
"name": "color-dark-mode-dashboard-nav-item-background-active",
|
|
@@ -6488,7 +6911,7 @@
|
|
|
6488
6911
|
"filePath": "tokens/color/component/dashboard.dark.json",
|
|
6489
6912
|
"isSource": true,
|
|
6490
6913
|
"original": {
|
|
6491
|
-
"value": "{color.dark-mode.
|
|
6914
|
+
"value": "{color.dark-mode.fg.default.value}",
|
|
6492
6915
|
"public": true
|
|
6493
6916
|
},
|
|
6494
6917
|
"name": "color-dark-mode-dashboard-nav-item-foreground-default",
|
|
@@ -6515,7 +6938,7 @@
|
|
|
6515
6938
|
"filePath": "tokens/color/component/dashboard.dark.json",
|
|
6516
6939
|
"isSource": true,
|
|
6517
6940
|
"original": {
|
|
6518
|
-
"value": "{color.dark-mode.
|
|
6941
|
+
"value": "{color.dark-mode.fg.default.value}",
|
|
6519
6942
|
"public": true
|
|
6520
6943
|
},
|
|
6521
6944
|
"name": "color-dark-mode-dashboard-nav-item-foreground-hover",
|
|
@@ -6542,7 +6965,7 @@
|
|
|
6542
6965
|
"filePath": "tokens/color/component/dashboard.dark.json",
|
|
6543
6966
|
"isSource": true,
|
|
6544
6967
|
"original": {
|
|
6545
|
-
"value": "{color.dark-mode.
|
|
6968
|
+
"value": "{color.dark-mode.fg.reverse.value}",
|
|
6546
6969
|
"public": true
|
|
6547
6970
|
},
|
|
6548
6971
|
"name": "color-dark-mode-dashboard-nav-item-foreground-active",
|
|
@@ -7473,11 +7896,11 @@
|
|
|
7473
7896
|
},
|
|
7474
7897
|
"neutral": {
|
|
7475
7898
|
"100": {
|
|
7476
|
-
"value": "#
|
|
7899
|
+
"value": "#e7e7eb",
|
|
7477
7900
|
"filePath": "tokens/color/primitive/neutral.dark.json",
|
|
7478
7901
|
"isSource": true,
|
|
7479
7902
|
"original": {
|
|
7480
|
-
"value": "#
|
|
7903
|
+
"value": "#E7E7EB"
|
|
7481
7904
|
},
|
|
7482
7905
|
"name": "color-dark-mode-neutral-100",
|
|
7483
7906
|
"attributes": {
|
|
@@ -7831,7 +8254,7 @@
|
|
|
7831
8254
|
]
|
|
7832
8255
|
}
|
|
7833
8256
|
},
|
|
7834
|
-
"
|
|
8257
|
+
"bg": {
|
|
7835
8258
|
"default": {
|
|
7836
8259
|
"value": "#1a1b20",
|
|
7837
8260
|
"public": true,
|
|
@@ -7843,17 +8266,17 @@
|
|
|
7843
8266
|
"public": true,
|
|
7844
8267
|
"isReferenceToInternal": true
|
|
7845
8268
|
},
|
|
7846
|
-
"name": "color-dark-mode-
|
|
8269
|
+
"name": "color-dark-mode-bg-default",
|
|
7847
8270
|
"attributes": {
|
|
7848
8271
|
"category": "color",
|
|
7849
8272
|
"type": "dark-mode",
|
|
7850
|
-
"item": "
|
|
8273
|
+
"item": "bg",
|
|
7851
8274
|
"subitem": "default"
|
|
7852
8275
|
},
|
|
7853
8276
|
"path": [
|
|
7854
8277
|
"color",
|
|
7855
8278
|
"dark-mode",
|
|
7856
|
-
"
|
|
8279
|
+
"bg",
|
|
7857
8280
|
"default"
|
|
7858
8281
|
]
|
|
7859
8282
|
},
|
|
@@ -7868,22 +8291,22 @@
|
|
|
7868
8291
|
"public": true,
|
|
7869
8292
|
"isReferenceToInternal": true
|
|
7870
8293
|
},
|
|
7871
|
-
"name": "color-dark-mode-
|
|
8294
|
+
"name": "color-dark-mode-bg-default-secondary",
|
|
7872
8295
|
"attributes": {
|
|
7873
8296
|
"category": "color",
|
|
7874
8297
|
"type": "dark-mode",
|
|
7875
|
-
"item": "
|
|
8298
|
+
"item": "bg",
|
|
7876
8299
|
"subitem": "default-secondary"
|
|
7877
8300
|
},
|
|
7878
8301
|
"path": [
|
|
7879
8302
|
"color",
|
|
7880
8303
|
"dark-mode",
|
|
7881
|
-
"
|
|
8304
|
+
"bg",
|
|
7882
8305
|
"default-secondary"
|
|
7883
8306
|
]
|
|
7884
8307
|
},
|
|
7885
8308
|
"reverse": {
|
|
7886
|
-
"value": "#
|
|
8309
|
+
"value": "#e7e7eb",
|
|
7887
8310
|
"public": true,
|
|
7888
8311
|
"isReferenceToInternal": true,
|
|
7889
8312
|
"filePath": "tokens/color/semantic/background.dark.json",
|
|
@@ -7893,19 +8316,157 @@
|
|
|
7893
8316
|
"public": true,
|
|
7894
8317
|
"isReferenceToInternal": true
|
|
7895
8318
|
},
|
|
7896
|
-
"name": "color-dark-mode-
|
|
8319
|
+
"name": "color-dark-mode-bg-reverse",
|
|
7897
8320
|
"attributes": {
|
|
7898
8321
|
"category": "color",
|
|
7899
8322
|
"type": "dark-mode",
|
|
7900
|
-
"item": "
|
|
8323
|
+
"item": "bg",
|
|
7901
8324
|
"subitem": "reverse"
|
|
7902
8325
|
},
|
|
7903
8326
|
"path": [
|
|
7904
8327
|
"color",
|
|
7905
8328
|
"dark-mode",
|
|
7906
|
-
"
|
|
8329
|
+
"bg",
|
|
7907
8330
|
"reverse"
|
|
7908
8331
|
]
|
|
8332
|
+
},
|
|
8333
|
+
"transparent": {
|
|
8334
|
+
"value": "rgba(0, 0, 0, 0)",
|
|
8335
|
+
"public": true,
|
|
8336
|
+
"filePath": "tokens/color/semantic/background.dark.json",
|
|
8337
|
+
"isSource": true,
|
|
8338
|
+
"original": {
|
|
8339
|
+
"value": "transparent",
|
|
8340
|
+
"public": true
|
|
8341
|
+
},
|
|
8342
|
+
"name": "color-dark-mode-bg-transparent",
|
|
8343
|
+
"attributes": {
|
|
8344
|
+
"category": "color",
|
|
8345
|
+
"type": "dark-mode",
|
|
8346
|
+
"item": "bg",
|
|
8347
|
+
"subitem": "transparent"
|
|
8348
|
+
},
|
|
8349
|
+
"path": [
|
|
8350
|
+
"color",
|
|
8351
|
+
"dark-mode",
|
|
8352
|
+
"bg",
|
|
8353
|
+
"transparent"
|
|
8354
|
+
]
|
|
8355
|
+
},
|
|
8356
|
+
"info": {
|
|
8357
|
+
"value": "#002651",
|
|
8358
|
+
"public": true,
|
|
8359
|
+
"filePath": "tokens/color/semantic/background.dark.json",
|
|
8360
|
+
"isSource": true,
|
|
8361
|
+
"original": {
|
|
8362
|
+
"value": "{color.dark-mode.status.info.background.value}",
|
|
8363
|
+
"public": true
|
|
8364
|
+
},
|
|
8365
|
+
"name": "color-dark-mode-bg-info",
|
|
8366
|
+
"attributes": {
|
|
8367
|
+
"category": "color",
|
|
8368
|
+
"type": "dark-mode",
|
|
8369
|
+
"item": "bg",
|
|
8370
|
+
"subitem": "info"
|
|
8371
|
+
},
|
|
8372
|
+
"path": [
|
|
8373
|
+
"color",
|
|
8374
|
+
"dark-mode",
|
|
8375
|
+
"bg",
|
|
8376
|
+
"info"
|
|
8377
|
+
]
|
|
8378
|
+
},
|
|
8379
|
+
"success": {
|
|
8380
|
+
"value": "#002f07",
|
|
8381
|
+
"public": true,
|
|
8382
|
+
"filePath": "tokens/color/semantic/background.dark.json",
|
|
8383
|
+
"isSource": true,
|
|
8384
|
+
"original": {
|
|
8385
|
+
"value": "{color.dark-mode.status.success.background.value}",
|
|
8386
|
+
"public": true
|
|
8387
|
+
},
|
|
8388
|
+
"name": "color-dark-mode-bg-success",
|
|
8389
|
+
"attributes": {
|
|
8390
|
+
"category": "color",
|
|
8391
|
+
"type": "dark-mode",
|
|
8392
|
+
"item": "bg",
|
|
8393
|
+
"subitem": "success"
|
|
8394
|
+
},
|
|
8395
|
+
"path": [
|
|
8396
|
+
"color",
|
|
8397
|
+
"dark-mode",
|
|
8398
|
+
"bg",
|
|
8399
|
+
"success"
|
|
8400
|
+
]
|
|
8401
|
+
},
|
|
8402
|
+
"warning": {
|
|
8403
|
+
"value": "#481801",
|
|
8404
|
+
"public": true,
|
|
8405
|
+
"filePath": "tokens/color/semantic/background.dark.json",
|
|
8406
|
+
"isSource": true,
|
|
8407
|
+
"original": {
|
|
8408
|
+
"value": "{color.dark-mode.status.warning.background.value}",
|
|
8409
|
+
"public": true
|
|
8410
|
+
},
|
|
8411
|
+
"name": "color-dark-mode-bg-warning",
|
|
8412
|
+
"attributes": {
|
|
8413
|
+
"category": "color",
|
|
8414
|
+
"type": "dark-mode",
|
|
8415
|
+
"item": "bg",
|
|
8416
|
+
"subitem": "warning"
|
|
8417
|
+
},
|
|
8418
|
+
"path": [
|
|
8419
|
+
"color",
|
|
8420
|
+
"dark-mode",
|
|
8421
|
+
"bg",
|
|
8422
|
+
"warning"
|
|
8423
|
+
]
|
|
8424
|
+
},
|
|
8425
|
+
"critical": {
|
|
8426
|
+
"value": "#570000",
|
|
8427
|
+
"public": true,
|
|
8428
|
+
"filePath": "tokens/color/semantic/background.dark.json",
|
|
8429
|
+
"isSource": true,
|
|
8430
|
+
"original": {
|
|
8431
|
+
"value": "{color.dark-mode.status.critical.background.value}",
|
|
8432
|
+
"public": true
|
|
8433
|
+
},
|
|
8434
|
+
"name": "color-dark-mode-bg-critical",
|
|
8435
|
+
"attributes": {
|
|
8436
|
+
"category": "color",
|
|
8437
|
+
"type": "dark-mode",
|
|
8438
|
+
"item": "bg",
|
|
8439
|
+
"subitem": "critical"
|
|
8440
|
+
},
|
|
8441
|
+
"path": [
|
|
8442
|
+
"color",
|
|
8443
|
+
"dark-mode",
|
|
8444
|
+
"bg",
|
|
8445
|
+
"critical"
|
|
8446
|
+
]
|
|
8447
|
+
},
|
|
8448
|
+
"discovery": {
|
|
8449
|
+
"value": "#321068",
|
|
8450
|
+
"public": true,
|
|
8451
|
+
"filePath": "tokens/color/semantic/background.dark.json",
|
|
8452
|
+
"isSource": true,
|
|
8453
|
+
"original": {
|
|
8454
|
+
"value": "{color.dark-mode.status.discovery.background.value}",
|
|
8455
|
+
"public": true
|
|
8456
|
+
},
|
|
8457
|
+
"name": "color-dark-mode-bg-discovery",
|
|
8458
|
+
"attributes": {
|
|
8459
|
+
"category": "color",
|
|
8460
|
+
"type": "dark-mode",
|
|
8461
|
+
"item": "bg",
|
|
8462
|
+
"subitem": "discovery"
|
|
8463
|
+
},
|
|
8464
|
+
"path": [
|
|
8465
|
+
"color",
|
|
8466
|
+
"dark-mode",
|
|
8467
|
+
"bg",
|
|
8468
|
+
"discovery"
|
|
8469
|
+
]
|
|
7909
8470
|
}
|
|
7910
8471
|
},
|
|
7911
8472
|
"border": {
|
|
@@ -7959,7 +8520,7 @@
|
|
|
7959
8520
|
"brand"
|
|
7960
8521
|
]
|
|
7961
8522
|
},
|
|
7962
|
-
"
|
|
8523
|
+
"input": {
|
|
7963
8524
|
"value": "#6d6d78",
|
|
7964
8525
|
"public": true,
|
|
7965
8526
|
"isReferenceToInternal": true,
|
|
@@ -7970,21 +8531,21 @@
|
|
|
7970
8531
|
"public": true,
|
|
7971
8532
|
"isReferenceToInternal": true
|
|
7972
8533
|
},
|
|
7973
|
-
"name": "color-dark-mode-border-
|
|
8534
|
+
"name": "color-dark-mode-border-input",
|
|
7974
8535
|
"attributes": {
|
|
7975
8536
|
"category": "color",
|
|
7976
8537
|
"type": "dark-mode",
|
|
7977
8538
|
"item": "border",
|
|
7978
|
-
"subitem": "
|
|
8539
|
+
"subitem": "input"
|
|
7979
8540
|
},
|
|
7980
8541
|
"path": [
|
|
7981
8542
|
"color",
|
|
7982
8543
|
"dark-mode",
|
|
7983
8544
|
"border",
|
|
7984
|
-
"
|
|
8545
|
+
"input"
|
|
7985
8546
|
]
|
|
7986
8547
|
},
|
|
7987
|
-
"
|
|
8548
|
+
"separator": {
|
|
7988
8549
|
"value": "#6d6d78",
|
|
7989
8550
|
"public": true,
|
|
7990
8551
|
"isReferenceToInternal": true,
|
|
@@ -7995,18 +8556,64 @@
|
|
|
7995
8556
|
"public": true,
|
|
7996
8557
|
"isReferenceToInternal": true
|
|
7997
8558
|
},
|
|
7998
|
-
"name": "color-dark-mode-border-
|
|
8559
|
+
"name": "color-dark-mode-border-separator",
|
|
7999
8560
|
"attributes": {
|
|
8000
8561
|
"category": "color",
|
|
8001
8562
|
"type": "dark-mode",
|
|
8002
8563
|
"item": "border",
|
|
8003
|
-
"subitem": "
|
|
8564
|
+
"subitem": "separator"
|
|
8004
8565
|
},
|
|
8005
8566
|
"path": [
|
|
8006
8567
|
"color",
|
|
8007
8568
|
"dark-mode",
|
|
8008
8569
|
"border",
|
|
8009
|
-
"
|
|
8570
|
+
"separator"
|
|
8571
|
+
]
|
|
8572
|
+
},
|
|
8573
|
+
"success": {
|
|
8574
|
+
"value": "#0dab25",
|
|
8575
|
+
"public": true,
|
|
8576
|
+
"filePath": "tokens/color/semantic/border.dark.json",
|
|
8577
|
+
"isSource": true,
|
|
8578
|
+
"original": {
|
|
8579
|
+
"value": "{color.dark-mode.status.success.foreground.value}",
|
|
8580
|
+
"public": true
|
|
8581
|
+
},
|
|
8582
|
+
"name": "color-dark-mode-border-success",
|
|
8583
|
+
"attributes": {
|
|
8584
|
+
"category": "color",
|
|
8585
|
+
"type": "dark-mode",
|
|
8586
|
+
"item": "border",
|
|
8587
|
+
"subitem": "success"
|
|
8588
|
+
},
|
|
8589
|
+
"path": [
|
|
8590
|
+
"color",
|
|
8591
|
+
"dark-mode",
|
|
8592
|
+
"border",
|
|
8593
|
+
"success"
|
|
8594
|
+
]
|
|
8595
|
+
},
|
|
8596
|
+
"critical": {
|
|
8597
|
+
"value": "#f9634c",
|
|
8598
|
+
"public": true,
|
|
8599
|
+
"filePath": "tokens/color/semantic/border.dark.json",
|
|
8600
|
+
"isSource": true,
|
|
8601
|
+
"original": {
|
|
8602
|
+
"value": "{color.dark-mode.status.critical.foreground.value}",
|
|
8603
|
+
"public": true
|
|
8604
|
+
},
|
|
8605
|
+
"name": "color-dark-mode-border-critical",
|
|
8606
|
+
"attributes": {
|
|
8607
|
+
"category": "color",
|
|
8608
|
+
"type": "dark-mode",
|
|
8609
|
+
"item": "border",
|
|
8610
|
+
"subitem": "critical"
|
|
8611
|
+
},
|
|
8612
|
+
"path": [
|
|
8613
|
+
"color",
|
|
8614
|
+
"dark-mode",
|
|
8615
|
+
"border",
|
|
8616
|
+
"critical"
|
|
8010
8617
|
]
|
|
8011
8618
|
}
|
|
8012
8619
|
},
|
|
@@ -8148,7 +8755,7 @@
|
|
|
8148
8755
|
"filePath": "tokens/color/semantic/dropdown.dark.json",
|
|
8149
8756
|
"isSource": true,
|
|
8150
8757
|
"original": {
|
|
8151
|
-
"value": "{color.dark-mode.
|
|
8758
|
+
"value": "{color.dark-mode.fg.default.value}",
|
|
8152
8759
|
"public": true
|
|
8153
8760
|
},
|
|
8154
8761
|
"name": "color-dark-mode-dropdown-foreground",
|
|
@@ -8166,12 +8773,12 @@
|
|
|
8166
8773
|
]
|
|
8167
8774
|
},
|
|
8168
8775
|
"heading": {
|
|
8169
|
-
"value": "#
|
|
8776
|
+
"value": "#e7e7eb",
|
|
8170
8777
|
"public": true,
|
|
8171
8778
|
"filePath": "tokens/color/semantic/dropdown.dark.json",
|
|
8172
8779
|
"isSource": true,
|
|
8173
8780
|
"original": {
|
|
8174
|
-
"value": "{color.dark-mode.
|
|
8781
|
+
"value": "{color.dark-mode.fg.default-secondary.value}",
|
|
8175
8782
|
"public": true
|
|
8176
8783
|
},
|
|
8177
8784
|
"name": "color-dark-mode-dropdown-heading",
|
|
@@ -8189,12 +8796,12 @@
|
|
|
8189
8796
|
]
|
|
8190
8797
|
},
|
|
8191
8798
|
"description": {
|
|
8192
|
-
"value": "#
|
|
8799
|
+
"value": "#e7e7eb",
|
|
8193
8800
|
"public": true,
|
|
8194
8801
|
"filePath": "tokens/color/semantic/dropdown.dark.json",
|
|
8195
8802
|
"isSource": true,
|
|
8196
8803
|
"original": {
|
|
8197
|
-
"value": "{color.dark-mode.
|
|
8804
|
+
"value": "{color.dark-mode.fg.default-secondary.value}",
|
|
8198
8805
|
"public": true
|
|
8199
8806
|
},
|
|
8200
8807
|
"name": "color-dark-mode-dropdown-description",
|
|
@@ -8317,7 +8924,7 @@
|
|
|
8317
8924
|
]
|
|
8318
8925
|
}
|
|
8319
8926
|
},
|
|
8320
|
-
"
|
|
8927
|
+
"fg": {
|
|
8321
8928
|
"default": {
|
|
8322
8929
|
"value": "#ffffff",
|
|
8323
8930
|
"public": true,
|
|
@@ -8329,22 +8936,22 @@
|
|
|
8329
8936
|
"public": true,
|
|
8330
8937
|
"isReferenceToInternal": true
|
|
8331
8938
|
},
|
|
8332
|
-
"name": "color-dark-mode-
|
|
8939
|
+
"name": "color-dark-mode-fg-default",
|
|
8333
8940
|
"attributes": {
|
|
8334
8941
|
"category": "color",
|
|
8335
8942
|
"type": "dark-mode",
|
|
8336
|
-
"item": "
|
|
8943
|
+
"item": "fg",
|
|
8337
8944
|
"subitem": "default"
|
|
8338
8945
|
},
|
|
8339
8946
|
"path": [
|
|
8340
8947
|
"color",
|
|
8341
8948
|
"dark-mode",
|
|
8342
|
-
"
|
|
8949
|
+
"fg",
|
|
8343
8950
|
"default"
|
|
8344
8951
|
]
|
|
8345
8952
|
},
|
|
8346
8953
|
"default-secondary": {
|
|
8347
|
-
"value": "#
|
|
8954
|
+
"value": "#e7e7eb",
|
|
8348
8955
|
"public": true,
|
|
8349
8956
|
"isReferenceToInternal": true,
|
|
8350
8957
|
"filePath": "tokens/color/semantic/foreground.dark.json",
|
|
@@ -8354,17 +8961,17 @@
|
|
|
8354
8961
|
"public": true,
|
|
8355
8962
|
"isReferenceToInternal": true
|
|
8356
8963
|
},
|
|
8357
|
-
"name": "color-dark-mode-
|
|
8964
|
+
"name": "color-dark-mode-fg-default-secondary",
|
|
8358
8965
|
"attributes": {
|
|
8359
8966
|
"category": "color",
|
|
8360
8967
|
"type": "dark-mode",
|
|
8361
|
-
"item": "
|
|
8968
|
+
"item": "fg",
|
|
8362
8969
|
"subitem": "default-secondary"
|
|
8363
8970
|
},
|
|
8364
8971
|
"path": [
|
|
8365
8972
|
"color",
|
|
8366
8973
|
"dark-mode",
|
|
8367
|
-
"
|
|
8974
|
+
"fg",
|
|
8368
8975
|
"default-secondary"
|
|
8369
8976
|
]
|
|
8370
8977
|
},
|
|
@@ -8379,19 +8986,134 @@
|
|
|
8379
8986
|
"public": true,
|
|
8380
8987
|
"isReferenceToInternal": true
|
|
8381
8988
|
},
|
|
8382
|
-
"name": "color-dark-mode-
|
|
8989
|
+
"name": "color-dark-mode-fg-reverse",
|
|
8383
8990
|
"attributes": {
|
|
8384
8991
|
"category": "color",
|
|
8385
8992
|
"type": "dark-mode",
|
|
8386
|
-
"item": "
|
|
8993
|
+
"item": "fg",
|
|
8387
8994
|
"subitem": "reverse"
|
|
8388
8995
|
},
|
|
8389
8996
|
"path": [
|
|
8390
8997
|
"color",
|
|
8391
8998
|
"dark-mode",
|
|
8392
|
-
"
|
|
8999
|
+
"fg",
|
|
8393
9000
|
"reverse"
|
|
8394
9001
|
]
|
|
9002
|
+
},
|
|
9003
|
+
"info": {
|
|
9004
|
+
"value": "#4096f3",
|
|
9005
|
+
"public": true,
|
|
9006
|
+
"filePath": "tokens/color/semantic/foreground.dark.json",
|
|
9007
|
+
"isSource": true,
|
|
9008
|
+
"original": {
|
|
9009
|
+
"value": "{color.dark-mode.status.info.foreground.value}",
|
|
9010
|
+
"public": true
|
|
9011
|
+
},
|
|
9012
|
+
"name": "color-dark-mode-fg-info",
|
|
9013
|
+
"attributes": {
|
|
9014
|
+
"category": "color",
|
|
9015
|
+
"type": "dark-mode",
|
|
9016
|
+
"item": "fg",
|
|
9017
|
+
"subitem": "info"
|
|
9018
|
+
},
|
|
9019
|
+
"path": [
|
|
9020
|
+
"color",
|
|
9021
|
+
"dark-mode",
|
|
9022
|
+
"fg",
|
|
9023
|
+
"info"
|
|
9024
|
+
]
|
|
9025
|
+
},
|
|
9026
|
+
"success": {
|
|
9027
|
+
"value": "#0dab25",
|
|
9028
|
+
"public": true,
|
|
9029
|
+
"filePath": "tokens/color/semantic/foreground.dark.json",
|
|
9030
|
+
"isSource": true,
|
|
9031
|
+
"original": {
|
|
9032
|
+
"value": "{color.dark-mode.status.success.foreground.value}",
|
|
9033
|
+
"public": true
|
|
9034
|
+
},
|
|
9035
|
+
"name": "color-dark-mode-fg-success",
|
|
9036
|
+
"attributes": {
|
|
9037
|
+
"category": "color",
|
|
9038
|
+
"type": "dark-mode",
|
|
9039
|
+
"item": "fg",
|
|
9040
|
+
"subitem": "success"
|
|
9041
|
+
},
|
|
9042
|
+
"path": [
|
|
9043
|
+
"color",
|
|
9044
|
+
"dark-mode",
|
|
9045
|
+
"fg",
|
|
9046
|
+
"success"
|
|
9047
|
+
]
|
|
9048
|
+
},
|
|
9049
|
+
"warning": {
|
|
9050
|
+
"value": "#ffa23b",
|
|
9051
|
+
"public": true,
|
|
9052
|
+
"filePath": "tokens/color/semantic/foreground.dark.json",
|
|
9053
|
+
"isSource": true,
|
|
9054
|
+
"original": {
|
|
9055
|
+
"value": "{color.dark-mode.status.warning.foreground.value}",
|
|
9056
|
+
"public": true
|
|
9057
|
+
},
|
|
9058
|
+
"name": "color-dark-mode-fg-warning",
|
|
9059
|
+
"attributes": {
|
|
9060
|
+
"category": "color",
|
|
9061
|
+
"type": "dark-mode",
|
|
9062
|
+
"item": "fg",
|
|
9063
|
+
"subitem": "warning"
|
|
9064
|
+
},
|
|
9065
|
+
"path": [
|
|
9066
|
+
"color",
|
|
9067
|
+
"dark-mode",
|
|
9068
|
+
"fg",
|
|
9069
|
+
"warning"
|
|
9070
|
+
]
|
|
9071
|
+
},
|
|
9072
|
+
"critical": {
|
|
9073
|
+
"value": "#f9634c",
|
|
9074
|
+
"public": true,
|
|
9075
|
+
"filePath": "tokens/color/semantic/foreground.dark.json",
|
|
9076
|
+
"isSource": true,
|
|
9077
|
+
"original": {
|
|
9078
|
+
"value": "{color.dark-mode.status.critical.foreground.value}",
|
|
9079
|
+
"public": true
|
|
9080
|
+
},
|
|
9081
|
+
"name": "color-dark-mode-fg-critical",
|
|
9082
|
+
"attributes": {
|
|
9083
|
+
"category": "color",
|
|
9084
|
+
"type": "dark-mode",
|
|
9085
|
+
"item": "fg",
|
|
9086
|
+
"subitem": "critical"
|
|
9087
|
+
},
|
|
9088
|
+
"path": [
|
|
9089
|
+
"color",
|
|
9090
|
+
"dark-mode",
|
|
9091
|
+
"fg",
|
|
9092
|
+
"critical"
|
|
9093
|
+
]
|
|
9094
|
+
},
|
|
9095
|
+
"discovery": {
|
|
9096
|
+
"value": "#c08ffc",
|
|
9097
|
+
"public": true,
|
|
9098
|
+
"filePath": "tokens/color/semantic/foreground.dark.json",
|
|
9099
|
+
"isSource": true,
|
|
9100
|
+
"original": {
|
|
9101
|
+
"value": "{color.dark-mode.status.discovery.foreground.value}",
|
|
9102
|
+
"public": true
|
|
9103
|
+
},
|
|
9104
|
+
"name": "color-dark-mode-fg-discovery",
|
|
9105
|
+
"attributes": {
|
|
9106
|
+
"category": "color",
|
|
9107
|
+
"type": "dark-mode",
|
|
9108
|
+
"item": "fg",
|
|
9109
|
+
"subitem": "discovery"
|
|
9110
|
+
},
|
|
9111
|
+
"path": [
|
|
9112
|
+
"color",
|
|
9113
|
+
"dark-mode",
|
|
9114
|
+
"fg",
|
|
9115
|
+
"discovery"
|
|
9116
|
+
]
|
|
8395
9117
|
}
|
|
8396
9118
|
},
|
|
8397
9119
|
"interactive": {
|
|
@@ -9276,7 +9998,7 @@
|
|
|
9276
9998
|
]
|
|
9277
9999
|
},
|
|
9278
10000
|
"utility": {
|
|
9279
|
-
"value": "#
|
|
10001
|
+
"value": "#e7e7eb",
|
|
9280
10002
|
"public": true,
|
|
9281
10003
|
"isReferenceToInternal": true,
|
|
9282
10004
|
"filePath": "tokens/color/semantic/status.dark.json",
|
|
@@ -9335,13 +10057,11 @@
|
|
|
9335
10057
|
"default": {
|
|
9336
10058
|
"value": "#ffffff",
|
|
9337
10059
|
"public": true,
|
|
9338
|
-
"isReferenceToInternal": true,
|
|
9339
10060
|
"filePath": "tokens/color/semantic/text.dark.json",
|
|
9340
10061
|
"isSource": true,
|
|
9341
|
-
"original": {
|
|
9342
|
-
"value": "{color.dark-mode.
|
|
9343
|
-
"public": true
|
|
9344
|
-
"isReferenceToInternal": true
|
|
10062
|
+
"original": {
|
|
10063
|
+
"value": "{color.dark-mode.fg.default.value}",
|
|
10064
|
+
"public": true
|
|
9345
10065
|
},
|
|
9346
10066
|
"name": "color-dark-mode-text-default",
|
|
9347
10067
|
"attributes": {
|
|
@@ -9358,15 +10078,13 @@
|
|
|
9358
10078
|
]
|
|
9359
10079
|
},
|
|
9360
10080
|
"default-secondary": {
|
|
9361
|
-
"value": "#
|
|
10081
|
+
"value": "#e7e7eb",
|
|
9362
10082
|
"public": true,
|
|
9363
|
-
"isReferenceToInternal": true,
|
|
9364
10083
|
"filePath": "tokens/color/semantic/text.dark.json",
|
|
9365
10084
|
"isSource": true,
|
|
9366
10085
|
"original": {
|
|
9367
|
-
"value": "{color.dark-mode.
|
|
9368
|
-
"public": true
|
|
9369
|
-
"isReferenceToInternal": true
|
|
10086
|
+
"value": "{color.dark-mode.fg.default-secondary.value}",
|
|
10087
|
+
"public": true
|
|
9370
10088
|
},
|
|
9371
10089
|
"name": "color-dark-mode-text-default-secondary",
|
|
9372
10090
|
"attributes": {
|
|
@@ -9385,13 +10103,11 @@
|
|
|
9385
10103
|
"reverse": {
|
|
9386
10104
|
"value": "#121219",
|
|
9387
10105
|
"public": true,
|
|
9388
|
-
"isReferenceToInternal": true,
|
|
9389
10106
|
"filePath": "tokens/color/semantic/text.dark.json",
|
|
9390
10107
|
"isSource": true,
|
|
9391
10108
|
"original": {
|
|
9392
|
-
"value": "{color.dark-mode.
|
|
9393
|
-
"public": true
|
|
9394
|
-
"isReferenceToInternal": true
|
|
10109
|
+
"value": "{color.dark-mode.fg.reverse.value}",
|
|
10110
|
+
"public": true
|
|
9395
10111
|
},
|
|
9396
10112
|
"name": "color-dark-mode-text-reverse",
|
|
9397
10113
|
"attributes": {
|
|
@@ -10084,7 +10800,7 @@
|
|
|
10084
10800
|
"filePath": "tokens/color/component/banner.light.json",
|
|
10085
10801
|
"isSource": true,
|
|
10086
10802
|
"original": {
|
|
10087
|
-
"value": "{color.light-mode.
|
|
10803
|
+
"value": "{color.light-mode.fg.default.value}",
|
|
10088
10804
|
"public": true,
|
|
10089
10805
|
"isReferenceToInternal": true
|
|
10090
10806
|
},
|
|
@@ -11837,7 +12553,7 @@
|
|
|
11837
12553
|
"filePath": "tokens/color/component/button.light.json",
|
|
11838
12554
|
"isSource": true,
|
|
11839
12555
|
"original": {
|
|
11840
|
-
"value": "{color.light-mode.
|
|
12556
|
+
"value": "{color.light-mode.fg.default.value}",
|
|
11841
12557
|
"public": true
|
|
11842
12558
|
},
|
|
11843
12559
|
"name": "color-light-mode-button-navbar-foreground-default",
|
|
@@ -12314,7 +13030,7 @@
|
|
|
12314
13030
|
"filePath": "tokens/color/component/dashboard.light.json",
|
|
12315
13031
|
"isSource": true,
|
|
12316
13032
|
"original": {
|
|
12317
|
-
"value": "{color.light-mode.
|
|
13033
|
+
"value": "{color.light-mode.bg.reverse.value}",
|
|
12318
13034
|
"public": true
|
|
12319
13035
|
},
|
|
12320
13036
|
"name": "color-light-mode-dashboard-toggle-button-background",
|
|
@@ -12339,7 +13055,7 @@
|
|
|
12339
13055
|
"filePath": "tokens/color/component/dashboard.light.json",
|
|
12340
13056
|
"isSource": true,
|
|
12341
13057
|
"original": {
|
|
12342
|
-
"value": "{color.light-mode.
|
|
13058
|
+
"value": "{color.light-mode.fg.reverse.value}",
|
|
12343
13059
|
"public": true
|
|
12344
13060
|
},
|
|
12345
13061
|
"name": "color-light-mode-dashboard-toggle-button-foreground",
|
|
@@ -12366,7 +13082,7 @@
|
|
|
12366
13082
|
"filePath": "tokens/color/component/dashboard.light.json",
|
|
12367
13083
|
"isSource": true,
|
|
12368
13084
|
"original": {
|
|
12369
|
-
"value": "{color.light-mode.
|
|
13085
|
+
"value": "{color.light-mode.bg.default-secondary.value}",
|
|
12370
13086
|
"public": true
|
|
12371
13087
|
},
|
|
12372
13088
|
"name": "color-light-mode-dashboard-nav-background",
|
|
@@ -12503,7 +13219,7 @@
|
|
|
12503
13219
|
"filePath": "tokens/color/component/dashboard.light.json",
|
|
12504
13220
|
"isSource": true,
|
|
12505
13221
|
"original": {
|
|
12506
|
-
"value": "{color.light-mode.
|
|
13222
|
+
"value": "{color.light-mode.bg.reverse.value}",
|
|
12507
13223
|
"public": true
|
|
12508
13224
|
},
|
|
12509
13225
|
"name": "color-light-mode-dashboard-nav-item-background-active",
|
|
@@ -12532,7 +13248,7 @@
|
|
|
12532
13248
|
"filePath": "tokens/color/component/dashboard.light.json",
|
|
12533
13249
|
"isSource": true,
|
|
12534
13250
|
"original": {
|
|
12535
|
-
"value": "{color.light-mode.
|
|
13251
|
+
"value": "{color.light-mode.fg.default.value}",
|
|
12536
13252
|
"public": true
|
|
12537
13253
|
},
|
|
12538
13254
|
"name": "color-light-mode-dashboard-nav-item-foreground-default",
|
|
@@ -12559,7 +13275,7 @@
|
|
|
12559
13275
|
"filePath": "tokens/color/component/dashboard.light.json",
|
|
12560
13276
|
"isSource": true,
|
|
12561
13277
|
"original": {
|
|
12562
|
-
"value": "{color.light-mode.
|
|
13278
|
+
"value": "{color.light-mode.fg.default.value}",
|
|
12563
13279
|
"public": true
|
|
12564
13280
|
},
|
|
12565
13281
|
"name": "color-light-mode-dashboard-nav-item-foreground-hover",
|
|
@@ -12586,7 +13302,7 @@
|
|
|
12586
13302
|
"filePath": "tokens/color/component/dashboard.light.json",
|
|
12587
13303
|
"isSource": true,
|
|
12588
13304
|
"original": {
|
|
12589
|
-
"value": "{color.light-mode.
|
|
13305
|
+
"value": "{color.light-mode.fg.reverse.value}",
|
|
12590
13306
|
"public": true
|
|
12591
13307
|
},
|
|
12592
13308
|
"name": "color-light-mode-dashboard-nav-item-foreground-active",
|
|
@@ -12716,7 +13432,7 @@
|
|
|
12716
13432
|
"filePath": "tokens/color/component/input.light.json",
|
|
12717
13433
|
"isSource": true,
|
|
12718
13434
|
"original": {
|
|
12719
|
-
"value": "{color.light-mode.
|
|
13435
|
+
"value": "{color.light-mode.fg.reverse.value}",
|
|
12720
13436
|
"public": true,
|
|
12721
13437
|
"isReferenceToInternal": true
|
|
12722
13438
|
},
|
|
@@ -15758,7 +16474,7 @@
|
|
|
15758
16474
|
]
|
|
15759
16475
|
}
|
|
15760
16476
|
},
|
|
15761
|
-
"
|
|
16477
|
+
"bg": {
|
|
15762
16478
|
"default": {
|
|
15763
16479
|
"value": "#ffffff",
|
|
15764
16480
|
"public": true,
|
|
@@ -15770,17 +16486,17 @@
|
|
|
15770
16486
|
"public": true,
|
|
15771
16487
|
"isReferenceToInternal": true
|
|
15772
16488
|
},
|
|
15773
|
-
"name": "color-light-mode-
|
|
16489
|
+
"name": "color-light-mode-bg-default",
|
|
15774
16490
|
"attributes": {
|
|
15775
16491
|
"category": "color",
|
|
15776
16492
|
"type": "light-mode",
|
|
15777
|
-
"item": "
|
|
16493
|
+
"item": "bg",
|
|
15778
16494
|
"subitem": "default"
|
|
15779
16495
|
},
|
|
15780
16496
|
"path": [
|
|
15781
16497
|
"color",
|
|
15782
16498
|
"light-mode",
|
|
15783
|
-
"
|
|
16499
|
+
"bg",
|
|
15784
16500
|
"default"
|
|
15785
16501
|
]
|
|
15786
16502
|
},
|
|
@@ -15795,17 +16511,17 @@
|
|
|
15795
16511
|
"public": true,
|
|
15796
16512
|
"isReferenceToInternal": true
|
|
15797
16513
|
},
|
|
15798
|
-
"name": "color-light-mode-
|
|
16514
|
+
"name": "color-light-mode-bg-default-secondary",
|
|
15799
16515
|
"attributes": {
|
|
15800
16516
|
"category": "color",
|
|
15801
16517
|
"type": "light-mode",
|
|
15802
|
-
"item": "
|
|
16518
|
+
"item": "bg",
|
|
15803
16519
|
"subitem": "default-secondary"
|
|
15804
16520
|
},
|
|
15805
16521
|
"path": [
|
|
15806
16522
|
"color",
|
|
15807
16523
|
"light-mode",
|
|
15808
|
-
"
|
|
16524
|
+
"bg",
|
|
15809
16525
|
"default-secondary"
|
|
15810
16526
|
]
|
|
15811
16527
|
},
|
|
@@ -15820,19 +16536,157 @@
|
|
|
15820
16536
|
"public": true,
|
|
15821
16537
|
"isReferenceToInternal": true
|
|
15822
16538
|
},
|
|
15823
|
-
"name": "color-light-mode-
|
|
16539
|
+
"name": "color-light-mode-bg-reverse",
|
|
15824
16540
|
"attributes": {
|
|
15825
16541
|
"category": "color",
|
|
15826
16542
|
"type": "light-mode",
|
|
15827
|
-
"item": "
|
|
16543
|
+
"item": "bg",
|
|
15828
16544
|
"subitem": "reverse"
|
|
15829
16545
|
},
|
|
15830
16546
|
"path": [
|
|
15831
16547
|
"color",
|
|
15832
16548
|
"light-mode",
|
|
15833
|
-
"
|
|
16549
|
+
"bg",
|
|
15834
16550
|
"reverse"
|
|
15835
16551
|
]
|
|
16552
|
+
},
|
|
16553
|
+
"transparent": {
|
|
16554
|
+
"value": "rgba(0, 0, 0, 0)",
|
|
16555
|
+
"public": true,
|
|
16556
|
+
"filePath": "tokens/color/semantic/background.light.json",
|
|
16557
|
+
"isSource": true,
|
|
16558
|
+
"original": {
|
|
16559
|
+
"value": "transparent",
|
|
16560
|
+
"public": true
|
|
16561
|
+
},
|
|
16562
|
+
"name": "color-light-mode-bg-transparent",
|
|
16563
|
+
"attributes": {
|
|
16564
|
+
"category": "color",
|
|
16565
|
+
"type": "light-mode",
|
|
16566
|
+
"item": "bg",
|
|
16567
|
+
"subitem": "transparent"
|
|
16568
|
+
},
|
|
16569
|
+
"path": [
|
|
16570
|
+
"color",
|
|
16571
|
+
"light-mode",
|
|
16572
|
+
"bg",
|
|
16573
|
+
"transparent"
|
|
16574
|
+
]
|
|
16575
|
+
},
|
|
16576
|
+
"info": {
|
|
16577
|
+
"value": "#d7edff",
|
|
16578
|
+
"public": true,
|
|
16579
|
+
"filePath": "tokens/color/semantic/background.light.json",
|
|
16580
|
+
"isSource": true,
|
|
16581
|
+
"original": {
|
|
16582
|
+
"value": "{color.light-mode.status.info.background.value}",
|
|
16583
|
+
"public": true
|
|
16584
|
+
},
|
|
16585
|
+
"name": "color-light-mode-bg-info",
|
|
16586
|
+
"attributes": {
|
|
16587
|
+
"category": "color",
|
|
16588
|
+
"type": "light-mode",
|
|
16589
|
+
"item": "bg",
|
|
16590
|
+
"subitem": "info"
|
|
16591
|
+
},
|
|
16592
|
+
"path": [
|
|
16593
|
+
"color",
|
|
16594
|
+
"light-mode",
|
|
16595
|
+
"bg",
|
|
16596
|
+
"info"
|
|
16597
|
+
]
|
|
16598
|
+
},
|
|
16599
|
+
"success": {
|
|
16600
|
+
"value": "#ebfff0",
|
|
16601
|
+
"public": true,
|
|
16602
|
+
"filePath": "tokens/color/semantic/background.light.json",
|
|
16603
|
+
"isSource": true,
|
|
16604
|
+
"original": {
|
|
16605
|
+
"value": "{color.light-mode.status.success.background.value}",
|
|
16606
|
+
"public": true
|
|
16607
|
+
},
|
|
16608
|
+
"name": "color-light-mode-bg-success",
|
|
16609
|
+
"attributes": {
|
|
16610
|
+
"category": "color",
|
|
16611
|
+
"type": "light-mode",
|
|
16612
|
+
"item": "bg",
|
|
16613
|
+
"subitem": "success"
|
|
16614
|
+
},
|
|
16615
|
+
"path": [
|
|
16616
|
+
"color",
|
|
16617
|
+
"light-mode",
|
|
16618
|
+
"bg",
|
|
16619
|
+
"success"
|
|
16620
|
+
]
|
|
16621
|
+
},
|
|
16622
|
+
"warning": {
|
|
16623
|
+
"value": "#ffeed9",
|
|
16624
|
+
"public": true,
|
|
16625
|
+
"filePath": "tokens/color/semantic/background.light.json",
|
|
16626
|
+
"isSource": true,
|
|
16627
|
+
"original": {
|
|
16628
|
+
"value": "{color.light-mode.status.warning.background.value}",
|
|
16629
|
+
"public": true
|
|
16630
|
+
},
|
|
16631
|
+
"name": "color-light-mode-bg-warning",
|
|
16632
|
+
"attributes": {
|
|
16633
|
+
"category": "color",
|
|
16634
|
+
"type": "light-mode",
|
|
16635
|
+
"item": "bg",
|
|
16636
|
+
"subitem": "warning"
|
|
16637
|
+
},
|
|
16638
|
+
"path": [
|
|
16639
|
+
"color",
|
|
16640
|
+
"light-mode",
|
|
16641
|
+
"bg",
|
|
16642
|
+
"warning"
|
|
16643
|
+
]
|
|
16644
|
+
},
|
|
16645
|
+
"critical": {
|
|
16646
|
+
"value": "#ffefee",
|
|
16647
|
+
"public": true,
|
|
16648
|
+
"filePath": "tokens/color/semantic/background.light.json",
|
|
16649
|
+
"isSource": true,
|
|
16650
|
+
"original": {
|
|
16651
|
+
"value": "{color.light-mode.status.critical.background.value}",
|
|
16652
|
+
"public": true
|
|
16653
|
+
},
|
|
16654
|
+
"name": "color-light-mode-bg-critical",
|
|
16655
|
+
"attributes": {
|
|
16656
|
+
"category": "color",
|
|
16657
|
+
"type": "light-mode",
|
|
16658
|
+
"item": "bg",
|
|
16659
|
+
"subitem": "critical"
|
|
16660
|
+
},
|
|
16661
|
+
"path": [
|
|
16662
|
+
"color",
|
|
16663
|
+
"light-mode",
|
|
16664
|
+
"bg",
|
|
16665
|
+
"critical"
|
|
16666
|
+
]
|
|
16667
|
+
},
|
|
16668
|
+
"discovery": {
|
|
16669
|
+
"value": "#f0edff",
|
|
16670
|
+
"public": true,
|
|
16671
|
+
"filePath": "tokens/color/semantic/background.light.json",
|
|
16672
|
+
"isSource": true,
|
|
16673
|
+
"original": {
|
|
16674
|
+
"value": "{color.light-mode.status.discovery.background.value}",
|
|
16675
|
+
"public": true
|
|
16676
|
+
},
|
|
16677
|
+
"name": "color-light-mode-bg-discovery",
|
|
16678
|
+
"attributes": {
|
|
16679
|
+
"category": "color",
|
|
16680
|
+
"type": "light-mode",
|
|
16681
|
+
"item": "bg",
|
|
16682
|
+
"subitem": "discovery"
|
|
16683
|
+
},
|
|
16684
|
+
"path": [
|
|
16685
|
+
"color",
|
|
16686
|
+
"light-mode",
|
|
16687
|
+
"bg",
|
|
16688
|
+
"discovery"
|
|
16689
|
+
]
|
|
15836
16690
|
}
|
|
15837
16691
|
},
|
|
15838
16692
|
"border": {
|
|
@@ -15886,7 +16740,7 @@
|
|
|
15886
16740
|
"brand"
|
|
15887
16741
|
]
|
|
15888
16742
|
},
|
|
15889
|
-
"
|
|
16743
|
+
"input": {
|
|
15890
16744
|
"value": "#c3c5c9",
|
|
15891
16745
|
"public": true,
|
|
15892
16746
|
"isReferenceToInternal": true,
|
|
@@ -15897,21 +16751,21 @@
|
|
|
15897
16751
|
"public": true,
|
|
15898
16752
|
"isReferenceToInternal": true
|
|
15899
16753
|
},
|
|
15900
|
-
"name": "color-light-mode-border-
|
|
16754
|
+
"name": "color-light-mode-border-input",
|
|
15901
16755
|
"attributes": {
|
|
15902
16756
|
"category": "color",
|
|
15903
16757
|
"type": "light-mode",
|
|
15904
16758
|
"item": "border",
|
|
15905
|
-
"subitem": "
|
|
16759
|
+
"subitem": "input"
|
|
15906
16760
|
},
|
|
15907
16761
|
"path": [
|
|
15908
16762
|
"color",
|
|
15909
16763
|
"light-mode",
|
|
15910
16764
|
"border",
|
|
15911
|
-
"
|
|
16765
|
+
"input"
|
|
15912
16766
|
]
|
|
15913
16767
|
},
|
|
15914
|
-
"
|
|
16768
|
+
"separator": {
|
|
15915
16769
|
"value": "#c3c5c9",
|
|
15916
16770
|
"public": true,
|
|
15917
16771
|
"isReferenceToInternal": true,
|
|
@@ -15922,18 +16776,64 @@
|
|
|
15922
16776
|
"public": true,
|
|
15923
16777
|
"isReferenceToInternal": true
|
|
15924
16778
|
},
|
|
15925
|
-
"name": "color-light-mode-border-
|
|
16779
|
+
"name": "color-light-mode-border-separator",
|
|
15926
16780
|
"attributes": {
|
|
15927
16781
|
"category": "color",
|
|
15928
16782
|
"type": "light-mode",
|
|
15929
16783
|
"item": "border",
|
|
15930
|
-
"subitem": "
|
|
16784
|
+
"subitem": "separator"
|
|
15931
16785
|
},
|
|
15932
16786
|
"path": [
|
|
15933
16787
|
"color",
|
|
15934
16788
|
"light-mode",
|
|
15935
16789
|
"border",
|
|
15936
|
-
"
|
|
16790
|
+
"separator"
|
|
16791
|
+
]
|
|
16792
|
+
},
|
|
16793
|
+
"success": {
|
|
16794
|
+
"value": "#217a37",
|
|
16795
|
+
"public": true,
|
|
16796
|
+
"filePath": "tokens/color/semantic/border.light.json",
|
|
16797
|
+
"isSource": true,
|
|
16798
|
+
"original": {
|
|
16799
|
+
"value": "{color.light-mode.status.success.foreground.value}",
|
|
16800
|
+
"public": true
|
|
16801
|
+
},
|
|
16802
|
+
"name": "color-light-mode-border-success",
|
|
16803
|
+
"attributes": {
|
|
16804
|
+
"category": "color",
|
|
16805
|
+
"type": "light-mode",
|
|
16806
|
+
"item": "border",
|
|
16807
|
+
"subitem": "success"
|
|
16808
|
+
},
|
|
16809
|
+
"path": [
|
|
16810
|
+
"color",
|
|
16811
|
+
"light-mode",
|
|
16812
|
+
"border",
|
|
16813
|
+
"success"
|
|
16814
|
+
]
|
|
16815
|
+
},
|
|
16816
|
+
"critical": {
|
|
16817
|
+
"value": "#bc1c11",
|
|
16818
|
+
"public": true,
|
|
16819
|
+
"filePath": "tokens/color/semantic/border.light.json",
|
|
16820
|
+
"isSource": true,
|
|
16821
|
+
"original": {
|
|
16822
|
+
"value": "{color.light-mode.status.critical.foreground.value}",
|
|
16823
|
+
"public": true
|
|
16824
|
+
},
|
|
16825
|
+
"name": "color-light-mode-border-critical",
|
|
16826
|
+
"attributes": {
|
|
16827
|
+
"category": "color",
|
|
16828
|
+
"type": "light-mode",
|
|
16829
|
+
"item": "border",
|
|
16830
|
+
"subitem": "critical"
|
|
16831
|
+
},
|
|
16832
|
+
"path": [
|
|
16833
|
+
"color",
|
|
16834
|
+
"light-mode",
|
|
16835
|
+
"border",
|
|
16836
|
+
"critical"
|
|
15937
16837
|
]
|
|
15938
16838
|
}
|
|
15939
16839
|
},
|
|
@@ -15946,7 +16846,7 @@
|
|
|
15946
16846
|
"filePath": "tokens/color/semantic/code.light.json",
|
|
15947
16847
|
"isSource": true,
|
|
15948
16848
|
"original": {
|
|
15949
|
-
"value": "{color.light-mode.
|
|
16849
|
+
"value": "{color.light-mode.bg.reverse.value}",
|
|
15950
16850
|
"public": true
|
|
15951
16851
|
},
|
|
15952
16852
|
"name": "color-light-mode-code-block-dark-background",
|
|
@@ -15972,7 +16872,7 @@
|
|
|
15972
16872
|
"filePath": "tokens/color/semantic/code.light.json",
|
|
15973
16873
|
"isSource": true,
|
|
15974
16874
|
"original": {
|
|
15975
|
-
"value": "{color.light-mode.
|
|
16875
|
+
"value": "{color.light-mode.fg.reverse.value}",
|
|
15976
16876
|
"public": true
|
|
15977
16877
|
},
|
|
15978
16878
|
"name": "color-light-mode-code-block-dark-foreground",
|
|
@@ -16385,7 +17285,7 @@
|
|
|
16385
17285
|
"filePath": "tokens/color/semantic/dropdown.light.json",
|
|
16386
17286
|
"isSource": true,
|
|
16387
17287
|
"original": {
|
|
16388
|
-
"value": "{color.light-mode.
|
|
17288
|
+
"value": "{color.light-mode.bg.default.value}",
|
|
16389
17289
|
"public": true
|
|
16390
17290
|
},
|
|
16391
17291
|
"name": "color-light-mode-dropdown-background",
|
|
@@ -16408,7 +17308,7 @@
|
|
|
16408
17308
|
"filePath": "tokens/color/semantic/dropdown.light.json",
|
|
16409
17309
|
"isSource": true,
|
|
16410
17310
|
"original": {
|
|
16411
|
-
"value": "{color.light-mode.
|
|
17311
|
+
"value": "{color.light-mode.fg.default.value}",
|
|
16412
17312
|
"public": true
|
|
16413
17313
|
},
|
|
16414
17314
|
"name": "color-light-mode-dropdown-foreground",
|
|
@@ -16431,7 +17331,7 @@
|
|
|
16431
17331
|
"filePath": "tokens/color/semantic/dropdown.light.json",
|
|
16432
17332
|
"isSource": true,
|
|
16433
17333
|
"original": {
|
|
16434
|
-
"value": "{color.light-mode.
|
|
17334
|
+
"value": "{color.light-mode.fg.default-secondary.value}",
|
|
16435
17335
|
"public": true
|
|
16436
17336
|
},
|
|
16437
17337
|
"name": "color-light-mode-dropdown-heading",
|
|
@@ -16454,7 +17354,7 @@
|
|
|
16454
17354
|
"filePath": "tokens/color/semantic/dropdown.light.json",
|
|
16455
17355
|
"isSource": true,
|
|
16456
17356
|
"original": {
|
|
16457
|
-
"value": "{color.light-mode.
|
|
17357
|
+
"value": "{color.light-mode.fg.default-secondary.value}",
|
|
16458
17358
|
"public": true
|
|
16459
17359
|
},
|
|
16460
17360
|
"name": "color-light-mode-dropdown-description",
|
|
@@ -16577,7 +17477,7 @@
|
|
|
16577
17477
|
]
|
|
16578
17478
|
}
|
|
16579
17479
|
},
|
|
16580
|
-
"
|
|
17480
|
+
"fg": {
|
|
16581
17481
|
"default": {
|
|
16582
17482
|
"value": "#23232d",
|
|
16583
17483
|
"public": true,
|
|
@@ -16589,17 +17489,17 @@
|
|
|
16589
17489
|
"public": true,
|
|
16590
17490
|
"isReferenceToInternal": true
|
|
16591
17491
|
},
|
|
16592
|
-
"name": "color-light-mode-
|
|
17492
|
+
"name": "color-light-mode-fg-default",
|
|
16593
17493
|
"attributes": {
|
|
16594
17494
|
"category": "color",
|
|
16595
17495
|
"type": "light-mode",
|
|
16596
|
-
"item": "
|
|
17496
|
+
"item": "fg",
|
|
16597
17497
|
"subitem": "default"
|
|
16598
17498
|
},
|
|
16599
17499
|
"path": [
|
|
16600
17500
|
"color",
|
|
16601
17501
|
"light-mode",
|
|
16602
|
-
"
|
|
17502
|
+
"fg",
|
|
16603
17503
|
"default"
|
|
16604
17504
|
]
|
|
16605
17505
|
},
|
|
@@ -16614,17 +17514,17 @@
|
|
|
16614
17514
|
"public": true,
|
|
16615
17515
|
"isReferenceToInternal": true
|
|
16616
17516
|
},
|
|
16617
|
-
"name": "color-light-mode-
|
|
17517
|
+
"name": "color-light-mode-fg-default-secondary",
|
|
16618
17518
|
"attributes": {
|
|
16619
17519
|
"category": "color",
|
|
16620
17520
|
"type": "light-mode",
|
|
16621
|
-
"item": "
|
|
17521
|
+
"item": "fg",
|
|
16622
17522
|
"subitem": "default-secondary"
|
|
16623
17523
|
},
|
|
16624
17524
|
"path": [
|
|
16625
17525
|
"color",
|
|
16626
17526
|
"light-mode",
|
|
16627
|
-
"
|
|
17527
|
+
"fg",
|
|
16628
17528
|
"default-secondary"
|
|
16629
17529
|
]
|
|
16630
17530
|
},
|
|
@@ -16639,19 +17539,134 @@
|
|
|
16639
17539
|
"public": true,
|
|
16640
17540
|
"isReferenceToInternal": true
|
|
16641
17541
|
},
|
|
16642
|
-
"name": "color-light-mode-
|
|
17542
|
+
"name": "color-light-mode-fg-reverse",
|
|
16643
17543
|
"attributes": {
|
|
16644
17544
|
"category": "color",
|
|
16645
17545
|
"type": "light-mode",
|
|
16646
|
-
"item": "
|
|
17546
|
+
"item": "fg",
|
|
16647
17547
|
"subitem": "reverse"
|
|
16648
17548
|
},
|
|
16649
17549
|
"path": [
|
|
16650
17550
|
"color",
|
|
16651
17551
|
"light-mode",
|
|
16652
|
-
"
|
|
17552
|
+
"fg",
|
|
16653
17553
|
"reverse"
|
|
16654
17554
|
]
|
|
17555
|
+
},
|
|
17556
|
+
"info": {
|
|
17557
|
+
"value": "#0875e1",
|
|
17558
|
+
"public": true,
|
|
17559
|
+
"filePath": "tokens/color/semantic/foreground.light.json",
|
|
17560
|
+
"isSource": true,
|
|
17561
|
+
"original": {
|
|
17562
|
+
"value": "{color.light-mode.status.info.foreground.value}",
|
|
17563
|
+
"public": true
|
|
17564
|
+
},
|
|
17565
|
+
"name": "color-light-mode-fg-info",
|
|
17566
|
+
"attributes": {
|
|
17567
|
+
"category": "color",
|
|
17568
|
+
"type": "light-mode",
|
|
17569
|
+
"item": "fg",
|
|
17570
|
+
"subitem": "info"
|
|
17571
|
+
},
|
|
17572
|
+
"path": [
|
|
17573
|
+
"color",
|
|
17574
|
+
"light-mode",
|
|
17575
|
+
"fg",
|
|
17576
|
+
"info"
|
|
17577
|
+
]
|
|
17578
|
+
},
|
|
17579
|
+
"success": {
|
|
17580
|
+
"value": "#217a37",
|
|
17581
|
+
"public": true,
|
|
17582
|
+
"filePath": "tokens/color/semantic/foreground.light.json",
|
|
17583
|
+
"isSource": true,
|
|
17584
|
+
"original": {
|
|
17585
|
+
"value": "{color.light-mode.status.success.foreground.value}",
|
|
17586
|
+
"public": true
|
|
17587
|
+
},
|
|
17588
|
+
"name": "color-light-mode-fg-success",
|
|
17589
|
+
"attributes": {
|
|
17590
|
+
"category": "color",
|
|
17591
|
+
"type": "light-mode",
|
|
17592
|
+
"item": "fg",
|
|
17593
|
+
"subitem": "success"
|
|
17594
|
+
},
|
|
17595
|
+
"path": [
|
|
17596
|
+
"color",
|
|
17597
|
+
"light-mode",
|
|
17598
|
+
"fg",
|
|
17599
|
+
"success"
|
|
17600
|
+
]
|
|
17601
|
+
},
|
|
17602
|
+
"warning": {
|
|
17603
|
+
"value": "#b06300",
|
|
17604
|
+
"public": true,
|
|
17605
|
+
"filePath": "tokens/color/semantic/foreground.light.json",
|
|
17606
|
+
"isSource": true,
|
|
17607
|
+
"original": {
|
|
17608
|
+
"value": "{color.light-mode.status.warning.foreground.value}",
|
|
17609
|
+
"public": true
|
|
17610
|
+
},
|
|
17611
|
+
"name": "color-light-mode-fg-warning",
|
|
17612
|
+
"attributes": {
|
|
17613
|
+
"category": "color",
|
|
17614
|
+
"type": "light-mode",
|
|
17615
|
+
"item": "fg",
|
|
17616
|
+
"subitem": "warning"
|
|
17617
|
+
},
|
|
17618
|
+
"path": [
|
|
17619
|
+
"color",
|
|
17620
|
+
"light-mode",
|
|
17621
|
+
"fg",
|
|
17622
|
+
"warning"
|
|
17623
|
+
]
|
|
17624
|
+
},
|
|
17625
|
+
"critical": {
|
|
17626
|
+
"value": "#bc1c11",
|
|
17627
|
+
"public": true,
|
|
17628
|
+
"filePath": "tokens/color/semantic/foreground.light.json",
|
|
17629
|
+
"isSource": true,
|
|
17630
|
+
"original": {
|
|
17631
|
+
"value": "{color.light-mode.status.critical.foreground.value}",
|
|
17632
|
+
"public": true
|
|
17633
|
+
},
|
|
17634
|
+
"name": "color-light-mode-fg-critical",
|
|
17635
|
+
"attributes": {
|
|
17636
|
+
"category": "color",
|
|
17637
|
+
"type": "light-mode",
|
|
17638
|
+
"item": "fg",
|
|
17639
|
+
"subitem": "critical"
|
|
17640
|
+
},
|
|
17641
|
+
"path": [
|
|
17642
|
+
"color",
|
|
17643
|
+
"light-mode",
|
|
17644
|
+
"fg",
|
|
17645
|
+
"critical"
|
|
17646
|
+
]
|
|
17647
|
+
},
|
|
17648
|
+
"discovery": {
|
|
17649
|
+
"value": "#8e74ff",
|
|
17650
|
+
"public": true,
|
|
17651
|
+
"filePath": "tokens/color/semantic/foreground.light.json",
|
|
17652
|
+
"isSource": true,
|
|
17653
|
+
"original": {
|
|
17654
|
+
"value": "{color.light-mode.status.discovery.foreground.value}",
|
|
17655
|
+
"public": true
|
|
17656
|
+
},
|
|
17657
|
+
"name": "color-light-mode-fg-discovery",
|
|
17658
|
+
"attributes": {
|
|
17659
|
+
"category": "color",
|
|
17660
|
+
"type": "light-mode",
|
|
17661
|
+
"item": "fg",
|
|
17662
|
+
"subitem": "discovery"
|
|
17663
|
+
},
|
|
17664
|
+
"path": [
|
|
17665
|
+
"color",
|
|
17666
|
+
"light-mode",
|
|
17667
|
+
"fg",
|
|
17668
|
+
"discovery"
|
|
17669
|
+
]
|
|
16655
17670
|
}
|
|
16656
17671
|
},
|
|
16657
17672
|
"interactive": {
|
|
@@ -17595,13 +18610,11 @@
|
|
|
17595
18610
|
"default": {
|
|
17596
18611
|
"value": "#23232d",
|
|
17597
18612
|
"public": true,
|
|
17598
|
-
"isReferenceToInternal": true,
|
|
17599
18613
|
"filePath": "tokens/color/semantic/text.light.json",
|
|
17600
18614
|
"isSource": true,
|
|
17601
18615
|
"original": {
|
|
17602
|
-
"value": "{color.light-mode.
|
|
17603
|
-
"public": true
|
|
17604
|
-
"isReferenceToInternal": true
|
|
18616
|
+
"value": "{color.light-mode.fg.default.value}",
|
|
18617
|
+
"public": true
|
|
17605
18618
|
},
|
|
17606
18619
|
"name": "color-light-mode-text-default",
|
|
17607
18620
|
"attributes": {
|
|
@@ -17620,13 +18633,11 @@
|
|
|
17620
18633
|
"default-secondary": {
|
|
17621
18634
|
"value": "#6a6e7a",
|
|
17622
18635
|
"public": true,
|
|
17623
|
-
"isReferenceToInternal": true,
|
|
17624
18636
|
"filePath": "tokens/color/semantic/text.light.json",
|
|
17625
18637
|
"isSource": true,
|
|
17626
18638
|
"original": {
|
|
17627
|
-
"value": "{color.light-mode.
|
|
17628
|
-
"public": true
|
|
17629
|
-
"isReferenceToInternal": true
|
|
18639
|
+
"value": "{color.light-mode.fg.default-secondary.value}",
|
|
18640
|
+
"public": true
|
|
17630
18641
|
},
|
|
17631
18642
|
"name": "color-light-mode-text-default-secondary",
|
|
17632
18643
|
"attributes": {
|
|
@@ -17645,13 +18656,11 @@
|
|
|
17645
18656
|
"reverse": {
|
|
17646
18657
|
"value": "#ffffff",
|
|
17647
18658
|
"public": true,
|
|
17648
|
-
"isReferenceToInternal": true,
|
|
17649
18659
|
"filePath": "tokens/color/semantic/text.light.json",
|
|
17650
18660
|
"isSource": true,
|
|
17651
18661
|
"original": {
|
|
17652
|
-
"value": "{color.light-mode.
|
|
17653
|
-
"public": true
|
|
17654
|
-
"isReferenceToInternal": true
|
|
18662
|
+
"value": "{color.light-mode.fg.reverse.value}",
|
|
18663
|
+
"public": true
|
|
17655
18664
|
},
|
|
17656
18665
|
"name": "color-light-mode-text-reverse",
|
|
17657
18666
|
"attributes": {
|