@pantheon-systems/pds-design-tokens 1.0.0-dev.111 → 1.0.0-dev.112
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 +24 -13
- package/build/css/pds-design-tokens-light-mode.css +22 -11
- package/build/figma/pds-design-tokens-figma.json +1206 -574
- package/build/json/pds-design-tokens-dark-mode.json +540 -227
- package/build/json/pds-design-tokens-light-mode.json +535 -216
- package/package.json +1 -1
|
@@ -2572,542 +2572,855 @@
|
|
|
2572
2572
|
"color": {
|
|
2573
2573
|
"dark-mode": {
|
|
2574
2574
|
"badge": {
|
|
2575
|
-
"border": {
|
|
2576
|
-
"value": "#a6a3b4",
|
|
2577
|
-
"public": true,
|
|
2578
|
-
"isReferenceToInternal": true,
|
|
2579
|
-
"filePath": "tokens/color/alias/badge.dark.json",
|
|
2580
|
-
"isSource": true,
|
|
2581
|
-
"original": {
|
|
2582
|
-
"value": "{color.dark-mode.neutral.200.value}",
|
|
2583
|
-
"public": true,
|
|
2584
|
-
"isReferenceToInternal": true
|
|
2585
|
-
},
|
|
2586
|
-
"name": "color-dark-mode-badge-border",
|
|
2587
|
-
"attributes": {
|
|
2588
|
-
"category": "color",
|
|
2589
|
-
"type": "dark-mode",
|
|
2590
|
-
"item": "badge",
|
|
2591
|
-
"subitem": "border"
|
|
2592
|
-
},
|
|
2593
|
-
"path": [
|
|
2594
|
-
"color",
|
|
2595
|
-
"dark-mode",
|
|
2596
|
-
"badge",
|
|
2597
|
-
"border"
|
|
2598
|
-
]
|
|
2599
|
-
},
|
|
2600
|
-
"label": {
|
|
2601
|
-
"value": "#e7e7eb",
|
|
2602
|
-
"public": true,
|
|
2603
|
-
"isReferenceToInternal": true,
|
|
2604
|
-
"filePath": "tokens/color/alias/badge.dark.json",
|
|
2605
|
-
"isSource": true,
|
|
2606
|
-
"original": {
|
|
2607
|
-
"value": "{color.dark-mode.neutral.100.value}",
|
|
2608
|
-
"public": true,
|
|
2609
|
-
"isReferenceToInternal": true
|
|
2610
|
-
},
|
|
2611
|
-
"name": "color-dark-mode-badge-label",
|
|
2612
|
-
"attributes": {
|
|
2613
|
-
"category": "color",
|
|
2614
|
-
"type": "dark-mode",
|
|
2615
|
-
"item": "badge",
|
|
2616
|
-
"subitem": "label"
|
|
2617
|
-
},
|
|
2618
|
-
"path": [
|
|
2619
|
-
"color",
|
|
2620
|
-
"dark-mode",
|
|
2621
|
-
"badge",
|
|
2622
|
-
"label"
|
|
2623
|
-
]
|
|
2624
|
-
},
|
|
2625
2575
|
"status": {
|
|
2626
|
-
"
|
|
2627
|
-
"value": "#858299",
|
|
2628
|
-
"public": true,
|
|
2629
|
-
"isReferenceToInternal": true,
|
|
2630
|
-
"filePath": "tokens/color/alias/badge.dark.json",
|
|
2631
|
-
"isSource": true,
|
|
2632
|
-
"original": {
|
|
2633
|
-
"value": "{color.dark-mode.neutral.300.value}",
|
|
2634
|
-
"public": true,
|
|
2635
|
-
"isReferenceToInternal": true
|
|
2636
|
-
},
|
|
2637
|
-
"name": "color-dark-mode-badge-status-default",
|
|
2638
|
-
"attributes": {
|
|
2639
|
-
"category": "color",
|
|
2640
|
-
"type": "dark-mode",
|
|
2641
|
-
"item": "badge",
|
|
2642
|
-
"subitem": "status",
|
|
2643
|
-
"state": "default"
|
|
2644
|
-
},
|
|
2645
|
-
"path": [
|
|
2646
|
-
"color",
|
|
2647
|
-
"dark-mode",
|
|
2648
|
-
"badge",
|
|
2649
|
-
"status",
|
|
2650
|
-
"default"
|
|
2651
|
-
]
|
|
2652
|
-
},
|
|
2653
|
-
"success": {
|
|
2654
|
-
"value": "#2abb7f",
|
|
2655
|
-
"public": true,
|
|
2656
|
-
"filePath": "tokens/color/alias/badge.dark.json",
|
|
2657
|
-
"isSource": true,
|
|
2658
|
-
"original": {
|
|
2659
|
-
"value": "{color.dark-mode.semantic.success.foreground.value}",
|
|
2660
|
-
"public": true
|
|
2661
|
-
},
|
|
2662
|
-
"name": "color-dark-mode-badge-status-success",
|
|
2663
|
-
"attributes": {
|
|
2664
|
-
"category": "color",
|
|
2665
|
-
"type": "dark-mode",
|
|
2666
|
-
"item": "badge",
|
|
2667
|
-
"subitem": "status",
|
|
2668
|
-
"state": "success"
|
|
2669
|
-
},
|
|
2670
|
-
"path": [
|
|
2671
|
-
"color",
|
|
2672
|
-
"dark-mode",
|
|
2673
|
-
"badge",
|
|
2674
|
-
"status",
|
|
2675
|
-
"success"
|
|
2676
|
-
]
|
|
2677
|
-
},
|
|
2678
|
-
"info": {
|
|
2679
|
-
"value": "#388bff",
|
|
2680
|
-
"public": true,
|
|
2681
|
-
"filePath": "tokens/color/alias/badge.dark.json",
|
|
2682
|
-
"isSource": true,
|
|
2683
|
-
"original": {
|
|
2684
|
-
"value": "{color.dark-mode.semantic.info.foreground.value}",
|
|
2685
|
-
"public": true
|
|
2686
|
-
},
|
|
2687
|
-
"name": "color-dark-mode-badge-status-info",
|
|
2688
|
-
"attributes": {
|
|
2689
|
-
"category": "color",
|
|
2690
|
-
"type": "dark-mode",
|
|
2691
|
-
"item": "badge",
|
|
2692
|
-
"subitem": "status",
|
|
2693
|
-
"state": "info"
|
|
2694
|
-
},
|
|
2695
|
-
"path": [
|
|
2696
|
-
"color",
|
|
2697
|
-
"dark-mode",
|
|
2698
|
-
"badge",
|
|
2699
|
-
"status",
|
|
2700
|
-
"info"
|
|
2701
|
-
]
|
|
2702
|
-
},
|
|
2703
|
-
"frozen": {
|
|
2704
|
-
"value": "#d0c6ff",
|
|
2705
|
-
"public": true,
|
|
2706
|
-
"isReferenceToInternal": true,
|
|
2707
|
-
"filePath": "tokens/color/alias/badge.dark.json",
|
|
2708
|
-
"isSource": true,
|
|
2709
|
-
"original": {
|
|
2710
|
-
"value": "{color.dark-mode.brand.secondary.200.value}",
|
|
2711
|
-
"public": true,
|
|
2712
|
-
"isReferenceToInternal": true
|
|
2713
|
-
},
|
|
2714
|
-
"name": "color-dark-mode-badge-status-frozen",
|
|
2715
|
-
"attributes": {
|
|
2716
|
-
"category": "color",
|
|
2717
|
-
"type": "dark-mode",
|
|
2718
|
-
"item": "badge",
|
|
2719
|
-
"subitem": "status",
|
|
2720
|
-
"state": "frozen"
|
|
2721
|
-
},
|
|
2722
|
-
"path": [
|
|
2723
|
-
"color",
|
|
2724
|
-
"dark-mode",
|
|
2725
|
-
"badge",
|
|
2726
|
-
"status",
|
|
2727
|
-
"frozen"
|
|
2728
|
-
]
|
|
2729
|
-
},
|
|
2730
|
-
"critical": {
|
|
2731
|
-
"value": "#ef5c48",
|
|
2732
|
-
"public": true,
|
|
2733
|
-
"filePath": "tokens/color/alias/badge.dark.json",
|
|
2734
|
-
"isSource": true,
|
|
2735
|
-
"original": {
|
|
2736
|
-
"value": "{color.dark-mode.semantic.critical.foreground.value}",
|
|
2737
|
-
"public": true
|
|
2738
|
-
},
|
|
2739
|
-
"name": "color-dark-mode-badge-status-critical",
|
|
2740
|
-
"attributes": {
|
|
2741
|
-
"category": "color",
|
|
2742
|
-
"type": "dark-mode",
|
|
2743
|
-
"item": "badge",
|
|
2744
|
-
"subitem": "status",
|
|
2745
|
-
"state": "critical"
|
|
2746
|
-
},
|
|
2747
|
-
"path": [
|
|
2748
|
-
"color",
|
|
2749
|
-
"dark-mode",
|
|
2750
|
-
"badge",
|
|
2751
|
-
"status",
|
|
2752
|
-
"critical"
|
|
2753
|
-
]
|
|
2754
|
-
},
|
|
2755
|
-
"warning": {
|
|
2756
|
-
"value": "#cf9f02",
|
|
2757
|
-
"public": true,
|
|
2758
|
-
"filePath": "tokens/color/alias/badge.dark.json",
|
|
2759
|
-
"isSource": true,
|
|
2760
|
-
"original": {
|
|
2761
|
-
"value": "{color.dark-mode.semantic.warning.foreground.value}",
|
|
2762
|
-
"public": true
|
|
2763
|
-
},
|
|
2764
|
-
"name": "color-dark-mode-badge-status-warning",
|
|
2765
|
-
"attributes": {
|
|
2766
|
-
"category": "color",
|
|
2767
|
-
"type": "dark-mode",
|
|
2768
|
-
"item": "badge",
|
|
2769
|
-
"subitem": "status",
|
|
2770
|
-
"state": "warning"
|
|
2771
|
-
},
|
|
2772
|
-
"path": [
|
|
2773
|
-
"color",
|
|
2774
|
-
"dark-mode",
|
|
2775
|
-
"badge",
|
|
2776
|
-
"status",
|
|
2777
|
-
"warning"
|
|
2778
|
-
]
|
|
2779
|
-
},
|
|
2780
|
-
"discovery": {
|
|
2781
|
-
"value": "#8f7ee7",
|
|
2782
|
-
"public": true,
|
|
2783
|
-
"filePath": "tokens/color/alias/badge.dark.json",
|
|
2784
|
-
"isSource": true,
|
|
2785
|
-
"original": {
|
|
2786
|
-
"value": "{color.dark-mode.semantic.discovery.foreground.value}",
|
|
2787
|
-
"public": true
|
|
2788
|
-
},
|
|
2789
|
-
"name": "color-dark-mode-badge-status-discovery",
|
|
2790
|
-
"attributes": {
|
|
2791
|
-
"category": "color",
|
|
2792
|
-
"type": "dark-mode",
|
|
2793
|
-
"item": "badge",
|
|
2794
|
-
"subitem": "status",
|
|
2795
|
-
"state": "discovery"
|
|
2796
|
-
},
|
|
2797
|
-
"path": [
|
|
2798
|
-
"color",
|
|
2799
|
-
"dark-mode",
|
|
2800
|
-
"badge",
|
|
2801
|
-
"status",
|
|
2802
|
-
"discovery"
|
|
2803
|
-
]
|
|
2804
|
-
}
|
|
2805
|
-
},
|
|
2806
|
-
"indicator": {
|
|
2807
|
-
"silver": {
|
|
2576
|
+
"transparent": {
|
|
2808
2577
|
"background": {
|
|
2809
|
-
"value": "
|
|
2578
|
+
"value": "rgba(0, 0, 0, 0)",
|
|
2810
2579
|
"public": true,
|
|
2811
|
-
"isReferenceToInternal": true,
|
|
2812
2580
|
"filePath": "tokens/color/alias/badge.dark.json",
|
|
2813
2581
|
"isSource": true,
|
|
2814
2582
|
"original": {
|
|
2815
|
-
"value": "
|
|
2816
|
-
"public": true
|
|
2817
|
-
"isReferenceToInternal": true
|
|
2583
|
+
"value": "transparent",
|
|
2584
|
+
"public": true
|
|
2818
2585
|
},
|
|
2819
|
-
"name": "color-dark-mode-badge-
|
|
2586
|
+
"name": "color-dark-mode-badge-status-transparent-background",
|
|
2820
2587
|
"attributes": {
|
|
2821
2588
|
"category": "color",
|
|
2822
2589
|
"type": "dark-mode",
|
|
2823
2590
|
"item": "badge",
|
|
2824
|
-
"subitem": "
|
|
2825
|
-
"state": "
|
|
2591
|
+
"subitem": "status",
|
|
2592
|
+
"state": "transparent"
|
|
2826
2593
|
},
|
|
2827
2594
|
"path": [
|
|
2828
2595
|
"color",
|
|
2829
2596
|
"dark-mode",
|
|
2830
2597
|
"badge",
|
|
2831
|
-
"
|
|
2832
|
-
"
|
|
2598
|
+
"status",
|
|
2599
|
+
"transparent",
|
|
2833
2600
|
"background"
|
|
2834
2601
|
]
|
|
2835
2602
|
},
|
|
2836
|
-
"
|
|
2603
|
+
"border": {
|
|
2837
2604
|
"value": "#504e62",
|
|
2838
2605
|
"public": true,
|
|
2839
|
-
"isReferenceToInternal": true,
|
|
2840
2606
|
"filePath": "tokens/color/alias/badge.dark.json",
|
|
2841
2607
|
"isSource": true,
|
|
2842
2608
|
"original": {
|
|
2843
|
-
"value": "{color.dark-mode.
|
|
2844
|
-
"public": true
|
|
2845
|
-
"isReferenceToInternal": true
|
|
2609
|
+
"value": "{color.dark-mode.border.default.value}",
|
|
2610
|
+
"public": true
|
|
2846
2611
|
},
|
|
2847
|
-
"name": "color-dark-mode-badge-
|
|
2612
|
+
"name": "color-dark-mode-badge-status-transparent-border",
|
|
2848
2613
|
"attributes": {
|
|
2849
2614
|
"category": "color",
|
|
2850
2615
|
"type": "dark-mode",
|
|
2851
2616
|
"item": "badge",
|
|
2852
|
-
"subitem": "
|
|
2853
|
-
"state": "
|
|
2617
|
+
"subitem": "status",
|
|
2618
|
+
"state": "transparent"
|
|
2854
2619
|
},
|
|
2855
2620
|
"path": [
|
|
2856
2621
|
"color",
|
|
2857
2622
|
"dark-mode",
|
|
2858
2623
|
"badge",
|
|
2859
|
-
"
|
|
2860
|
-
"
|
|
2861
|
-
"
|
|
2624
|
+
"status",
|
|
2625
|
+
"transparent",
|
|
2626
|
+
"border"
|
|
2862
2627
|
]
|
|
2863
|
-
}
|
|
2864
|
-
|
|
2865
|
-
|
|
2866
|
-
"background": {
|
|
2867
|
-
"value": "#fff1a9",
|
|
2628
|
+
},
|
|
2629
|
+
"label": {
|
|
2630
|
+
"value": "#a6a3b4",
|
|
2868
2631
|
"public": true,
|
|
2869
|
-
"isReferenceToInternal": true,
|
|
2870
2632
|
"filePath": "tokens/color/alias/badge.dark.json",
|
|
2871
2633
|
"isSource": true,
|
|
2872
2634
|
"original": {
|
|
2873
|
-
"value": "{color.dark-mode.
|
|
2874
|
-
"public": true
|
|
2875
|
-
"isReferenceToInternal": true
|
|
2635
|
+
"value": "{color.dark-mode.text.default-secondary.value}",
|
|
2636
|
+
"public": true
|
|
2876
2637
|
},
|
|
2877
|
-
"name": "color-dark-mode-badge-
|
|
2638
|
+
"name": "color-dark-mode-badge-status-transparent-label",
|
|
2878
2639
|
"attributes": {
|
|
2879
2640
|
"category": "color",
|
|
2880
2641
|
"type": "dark-mode",
|
|
2881
2642
|
"item": "badge",
|
|
2882
|
-
"subitem": "
|
|
2883
|
-
"state": "
|
|
2643
|
+
"subitem": "status",
|
|
2644
|
+
"state": "transparent"
|
|
2884
2645
|
},
|
|
2885
2646
|
"path": [
|
|
2886
2647
|
"color",
|
|
2887
2648
|
"dark-mode",
|
|
2888
2649
|
"badge",
|
|
2889
|
-
"
|
|
2890
|
-
"
|
|
2891
|
-
"
|
|
2650
|
+
"status",
|
|
2651
|
+
"transparent",
|
|
2652
|
+
"label"
|
|
2892
2653
|
]
|
|
2893
|
-
}
|
|
2894
|
-
|
|
2895
|
-
|
|
2654
|
+
}
|
|
2655
|
+
},
|
|
2656
|
+
"light": {
|
|
2657
|
+
"background": {
|
|
2658
|
+
"value": "#1d1d29",
|
|
2896
2659
|
"public": true,
|
|
2897
|
-
"isReferenceToInternal": true,
|
|
2898
2660
|
"filePath": "tokens/color/alias/badge.dark.json",
|
|
2899
2661
|
"isSource": true,
|
|
2900
2662
|
"original": {
|
|
2901
|
-
"value": "{color.dark-mode.
|
|
2902
|
-
"public": true
|
|
2903
|
-
"isReferenceToInternal": true
|
|
2663
|
+
"value": "{color.dark-mode.background.default.value}",
|
|
2664
|
+
"public": true
|
|
2904
2665
|
},
|
|
2905
|
-
"name": "color-dark-mode-badge-
|
|
2666
|
+
"name": "color-dark-mode-badge-status-light-background",
|
|
2906
2667
|
"attributes": {
|
|
2907
2668
|
"category": "color",
|
|
2908
2669
|
"type": "dark-mode",
|
|
2909
2670
|
"item": "badge",
|
|
2910
|
-
"subitem": "
|
|
2911
|
-
"state": "
|
|
2671
|
+
"subitem": "status",
|
|
2672
|
+
"state": "light"
|
|
2912
2673
|
},
|
|
2913
2674
|
"path": [
|
|
2914
2675
|
"color",
|
|
2915
2676
|
"dark-mode",
|
|
2916
2677
|
"badge",
|
|
2917
|
-
"
|
|
2918
|
-
"
|
|
2919
|
-
"
|
|
2678
|
+
"status",
|
|
2679
|
+
"light",
|
|
2680
|
+
"background"
|
|
2920
2681
|
]
|
|
2921
|
-
}
|
|
2922
|
-
|
|
2923
|
-
|
|
2924
|
-
"background": {
|
|
2925
|
-
"value": "#d0c6ff",
|
|
2682
|
+
},
|
|
2683
|
+
"border": {
|
|
2684
|
+
"value": "#504e62",
|
|
2926
2685
|
"public": true,
|
|
2927
|
-
"isReferenceToInternal": true,
|
|
2928
2686
|
"filePath": "tokens/color/alias/badge.dark.json",
|
|
2929
2687
|
"isSource": true,
|
|
2930
2688
|
"original": {
|
|
2931
|
-
"value": "{color.dark-mode.
|
|
2932
|
-
"public": true
|
|
2933
|
-
"isReferenceToInternal": true
|
|
2689
|
+
"value": "{color.dark-mode.border.default.value}",
|
|
2690
|
+
"public": true
|
|
2934
2691
|
},
|
|
2935
|
-
"name": "color-dark-mode-badge-
|
|
2692
|
+
"name": "color-dark-mode-badge-status-light-border",
|
|
2936
2693
|
"attributes": {
|
|
2937
2694
|
"category": "color",
|
|
2938
2695
|
"type": "dark-mode",
|
|
2939
2696
|
"item": "badge",
|
|
2940
|
-
"subitem": "
|
|
2941
|
-
"state": "
|
|
2697
|
+
"subitem": "status",
|
|
2698
|
+
"state": "light"
|
|
2942
2699
|
},
|
|
2943
2700
|
"path": [
|
|
2944
2701
|
"color",
|
|
2945
2702
|
"dark-mode",
|
|
2946
2703
|
"badge",
|
|
2947
|
-
"
|
|
2948
|
-
"
|
|
2949
|
-
"
|
|
2704
|
+
"status",
|
|
2705
|
+
"light",
|
|
2706
|
+
"border"
|
|
2950
2707
|
]
|
|
2951
2708
|
},
|
|
2952
|
-
"
|
|
2953
|
-
"value": "#
|
|
2709
|
+
"label": {
|
|
2710
|
+
"value": "#a6a3b4",
|
|
2954
2711
|
"public": true,
|
|
2955
|
-
"isReferenceToInternal": true,
|
|
2956
2712
|
"filePath": "tokens/color/alias/badge.dark.json",
|
|
2957
2713
|
"isSource": true,
|
|
2958
2714
|
"original": {
|
|
2959
|
-
"value": "{color.dark-mode.
|
|
2960
|
-
"public": true
|
|
2961
|
-
"isReferenceToInternal": true
|
|
2715
|
+
"value": "{color.dark-mode.text.default-secondary.value}",
|
|
2716
|
+
"public": true
|
|
2962
2717
|
},
|
|
2963
|
-
"name": "color-dark-mode-badge-
|
|
2718
|
+
"name": "color-dark-mode-badge-status-light-label",
|
|
2964
2719
|
"attributes": {
|
|
2965
2720
|
"category": "color",
|
|
2966
2721
|
"type": "dark-mode",
|
|
2967
2722
|
"item": "badge",
|
|
2968
|
-
"subitem": "
|
|
2969
|
-
"state": "
|
|
2723
|
+
"subitem": "status",
|
|
2724
|
+
"state": "light"
|
|
2970
2725
|
},
|
|
2971
2726
|
"path": [
|
|
2972
2727
|
"color",
|
|
2973
2728
|
"dark-mode",
|
|
2974
2729
|
"badge",
|
|
2975
|
-
"
|
|
2976
|
-
"
|
|
2977
|
-
"
|
|
2730
|
+
"status",
|
|
2731
|
+
"light",
|
|
2732
|
+
"label"
|
|
2978
2733
|
]
|
|
2979
2734
|
}
|
|
2980
2735
|
},
|
|
2981
|
-
"
|
|
2736
|
+
"dark": {
|
|
2982
2737
|
"background": {
|
|
2983
|
-
"value": "#
|
|
2738
|
+
"value": "#e7e7eb",
|
|
2984
2739
|
"public": true,
|
|
2985
2740
|
"filePath": "tokens/color/alias/badge.dark.json",
|
|
2986
2741
|
"isSource": true,
|
|
2987
2742
|
"original": {
|
|
2988
|
-
"value": "
|
|
2743
|
+
"value": "{color.dark-mode.background.reverse.value}",
|
|
2989
2744
|
"public": true
|
|
2990
2745
|
},
|
|
2991
|
-
"name": "color-dark-mode-badge-
|
|
2746
|
+
"name": "color-dark-mode-badge-status-dark-background",
|
|
2992
2747
|
"attributes": {
|
|
2993
2748
|
"category": "color",
|
|
2994
2749
|
"type": "dark-mode",
|
|
2995
2750
|
"item": "badge",
|
|
2996
|
-
"subitem": "
|
|
2997
|
-
"state": "
|
|
2751
|
+
"subitem": "status",
|
|
2752
|
+
"state": "dark"
|
|
2998
2753
|
},
|
|
2999
2754
|
"path": [
|
|
3000
2755
|
"color",
|
|
3001
2756
|
"dark-mode",
|
|
3002
2757
|
"badge",
|
|
3003
|
-
"
|
|
3004
|
-
"
|
|
2758
|
+
"status",
|
|
2759
|
+
"dark",
|
|
3005
2760
|
"background"
|
|
3006
2761
|
]
|
|
3007
2762
|
},
|
|
3008
|
-
"
|
|
3009
|
-
"value": "#
|
|
2763
|
+
"border": {
|
|
2764
|
+
"value": "#e7e7eb",
|
|
2765
|
+
"public": true,
|
|
2766
|
+
"filePath": "tokens/color/alias/badge.dark.json",
|
|
2767
|
+
"isSource": true,
|
|
2768
|
+
"original": {
|
|
2769
|
+
"value": "{color.dark-mode.background.reverse.value}",
|
|
2770
|
+
"public": true
|
|
2771
|
+
},
|
|
2772
|
+
"name": "color-dark-mode-badge-status-dark-border",
|
|
2773
|
+
"attributes": {
|
|
2774
|
+
"category": "color",
|
|
2775
|
+
"type": "dark-mode",
|
|
2776
|
+
"item": "badge",
|
|
2777
|
+
"subitem": "status",
|
|
2778
|
+
"state": "dark"
|
|
2779
|
+
},
|
|
2780
|
+
"path": [
|
|
2781
|
+
"color",
|
|
2782
|
+
"dark-mode",
|
|
2783
|
+
"badge",
|
|
2784
|
+
"status",
|
|
2785
|
+
"dark",
|
|
2786
|
+
"border"
|
|
2787
|
+
]
|
|
2788
|
+
},
|
|
2789
|
+
"label": {
|
|
2790
|
+
"value": "#1d1d29",
|
|
2791
|
+
"public": true,
|
|
2792
|
+
"filePath": "tokens/color/alias/badge.dark.json",
|
|
2793
|
+
"isSource": true,
|
|
2794
|
+
"original": {
|
|
2795
|
+
"value": "{color.dark-mode.text.reverse.value}",
|
|
2796
|
+
"public": true
|
|
2797
|
+
},
|
|
2798
|
+
"name": "color-dark-mode-badge-status-dark-label",
|
|
2799
|
+
"attributes": {
|
|
2800
|
+
"category": "color",
|
|
2801
|
+
"type": "dark-mode",
|
|
2802
|
+
"item": "badge",
|
|
2803
|
+
"subitem": "status",
|
|
2804
|
+
"state": "dark"
|
|
2805
|
+
},
|
|
2806
|
+
"path": [
|
|
2807
|
+
"color",
|
|
2808
|
+
"dark-mode",
|
|
2809
|
+
"badge",
|
|
2810
|
+
"status",
|
|
2811
|
+
"dark",
|
|
2812
|
+
"label"
|
|
2813
|
+
]
|
|
2814
|
+
}
|
|
2815
|
+
},
|
|
2816
|
+
"dot": {
|
|
2817
|
+
"default": {
|
|
2818
|
+
"value": "#858299",
|
|
3010
2819
|
"public": true,
|
|
3011
2820
|
"isReferenceToInternal": true,
|
|
3012
2821
|
"filePath": "tokens/color/alias/badge.dark.json",
|
|
3013
2822
|
"isSource": true,
|
|
2823
|
+
"original": {
|
|
2824
|
+
"value": "{color.dark-mode.neutral.300.value}",
|
|
2825
|
+
"public": true,
|
|
2826
|
+
"isReferenceToInternal": true
|
|
2827
|
+
},
|
|
2828
|
+
"name": "color-dark-mode-badge-status-dot-default",
|
|
2829
|
+
"attributes": {
|
|
2830
|
+
"category": "color",
|
|
2831
|
+
"type": "dark-mode",
|
|
2832
|
+
"item": "badge",
|
|
2833
|
+
"subitem": "status",
|
|
2834
|
+
"state": "dot"
|
|
2835
|
+
},
|
|
2836
|
+
"path": [
|
|
2837
|
+
"color",
|
|
2838
|
+
"dark-mode",
|
|
2839
|
+
"badge",
|
|
2840
|
+
"status",
|
|
2841
|
+
"dot",
|
|
2842
|
+
"default"
|
|
2843
|
+
]
|
|
2844
|
+
},
|
|
2845
|
+
"success": {
|
|
2846
|
+
"value": "#2abb7f",
|
|
2847
|
+
"public": true,
|
|
2848
|
+
"filePath": "tokens/color/alias/badge.dark.json",
|
|
2849
|
+
"isSource": true,
|
|
2850
|
+
"original": {
|
|
2851
|
+
"value": "{color.dark-mode.semantic.success.foreground.value}",
|
|
2852
|
+
"public": true
|
|
2853
|
+
},
|
|
2854
|
+
"name": "color-dark-mode-badge-status-dot-success",
|
|
2855
|
+
"attributes": {
|
|
2856
|
+
"category": "color",
|
|
2857
|
+
"type": "dark-mode",
|
|
2858
|
+
"item": "badge",
|
|
2859
|
+
"subitem": "status",
|
|
2860
|
+
"state": "dot"
|
|
2861
|
+
},
|
|
2862
|
+
"path": [
|
|
2863
|
+
"color",
|
|
2864
|
+
"dark-mode",
|
|
2865
|
+
"badge",
|
|
2866
|
+
"status",
|
|
2867
|
+
"dot",
|
|
2868
|
+
"success"
|
|
2869
|
+
]
|
|
2870
|
+
},
|
|
2871
|
+
"info": {
|
|
2872
|
+
"value": "#388bff",
|
|
2873
|
+
"public": true,
|
|
2874
|
+
"filePath": "tokens/color/alias/badge.dark.json",
|
|
2875
|
+
"isSource": true,
|
|
3014
2876
|
"original": {
|
|
3015
2877
|
"value": "{color.dark-mode.semantic.info.foreground.value}",
|
|
2878
|
+
"public": true
|
|
2879
|
+
},
|
|
2880
|
+
"name": "color-dark-mode-badge-status-dot-info",
|
|
2881
|
+
"attributes": {
|
|
2882
|
+
"category": "color",
|
|
2883
|
+
"type": "dark-mode",
|
|
2884
|
+
"item": "badge",
|
|
2885
|
+
"subitem": "status",
|
|
2886
|
+
"state": "dot"
|
|
2887
|
+
},
|
|
2888
|
+
"path": [
|
|
2889
|
+
"color",
|
|
2890
|
+
"dark-mode",
|
|
2891
|
+
"badge",
|
|
2892
|
+
"status",
|
|
2893
|
+
"dot",
|
|
2894
|
+
"info"
|
|
2895
|
+
]
|
|
2896
|
+
},
|
|
2897
|
+
"frozen": {
|
|
2898
|
+
"value": "#d0c6ff",
|
|
2899
|
+
"public": true,
|
|
2900
|
+
"isReferenceToInternal": true,
|
|
2901
|
+
"filePath": "tokens/color/alias/badge.dark.json",
|
|
2902
|
+
"isSource": true,
|
|
2903
|
+
"original": {
|
|
2904
|
+
"value": "{color.dark-mode.brand.secondary.200.value}",
|
|
3016
2905
|
"public": true,
|
|
3017
2906
|
"isReferenceToInternal": true
|
|
3018
2907
|
},
|
|
3019
|
-
"name": "color-dark-mode-badge-
|
|
2908
|
+
"name": "color-dark-mode-badge-status-dot-frozen",
|
|
2909
|
+
"attributes": {
|
|
2910
|
+
"category": "color",
|
|
2911
|
+
"type": "dark-mode",
|
|
2912
|
+
"item": "badge",
|
|
2913
|
+
"subitem": "status",
|
|
2914
|
+
"state": "dot"
|
|
2915
|
+
},
|
|
2916
|
+
"path": [
|
|
2917
|
+
"color",
|
|
2918
|
+
"dark-mode",
|
|
2919
|
+
"badge",
|
|
2920
|
+
"status",
|
|
2921
|
+
"dot",
|
|
2922
|
+
"frozen"
|
|
2923
|
+
]
|
|
2924
|
+
},
|
|
2925
|
+
"critical": {
|
|
2926
|
+
"value": "#ef5c48",
|
|
2927
|
+
"public": true,
|
|
2928
|
+
"filePath": "tokens/color/alias/badge.dark.json",
|
|
2929
|
+
"isSource": true,
|
|
2930
|
+
"original": {
|
|
2931
|
+
"value": "{color.dark-mode.semantic.critical.foreground.value}",
|
|
2932
|
+
"public": true
|
|
2933
|
+
},
|
|
2934
|
+
"name": "color-dark-mode-badge-status-dot-critical",
|
|
2935
|
+
"attributes": {
|
|
2936
|
+
"category": "color",
|
|
2937
|
+
"type": "dark-mode",
|
|
2938
|
+
"item": "badge",
|
|
2939
|
+
"subitem": "status",
|
|
2940
|
+
"state": "dot"
|
|
2941
|
+
},
|
|
2942
|
+
"path": [
|
|
2943
|
+
"color",
|
|
2944
|
+
"dark-mode",
|
|
2945
|
+
"badge",
|
|
2946
|
+
"status",
|
|
2947
|
+
"dot",
|
|
2948
|
+
"critical"
|
|
2949
|
+
]
|
|
2950
|
+
},
|
|
2951
|
+
"warning": {
|
|
2952
|
+
"value": "#cf9f02",
|
|
2953
|
+
"public": true,
|
|
2954
|
+
"filePath": "tokens/color/alias/badge.dark.json",
|
|
2955
|
+
"isSource": true,
|
|
2956
|
+
"original": {
|
|
2957
|
+
"value": "{color.dark-mode.semantic.warning.foreground.value}",
|
|
2958
|
+
"public": true
|
|
2959
|
+
},
|
|
2960
|
+
"name": "color-dark-mode-badge-status-dot-warning",
|
|
2961
|
+
"attributes": {
|
|
2962
|
+
"category": "color",
|
|
2963
|
+
"type": "dark-mode",
|
|
2964
|
+
"item": "badge",
|
|
2965
|
+
"subitem": "status",
|
|
2966
|
+
"state": "dot"
|
|
2967
|
+
},
|
|
2968
|
+
"path": [
|
|
2969
|
+
"color",
|
|
2970
|
+
"dark-mode",
|
|
2971
|
+
"badge",
|
|
2972
|
+
"status",
|
|
2973
|
+
"dot",
|
|
2974
|
+
"warning"
|
|
2975
|
+
]
|
|
2976
|
+
},
|
|
2977
|
+
"discovery": {
|
|
2978
|
+
"value": "#8f7ee7",
|
|
2979
|
+
"public": true,
|
|
2980
|
+
"filePath": "tokens/color/alias/badge.dark.json",
|
|
2981
|
+
"isSource": true,
|
|
2982
|
+
"original": {
|
|
2983
|
+
"value": "{color.dark-mode.semantic.discovery.foreground.value}",
|
|
2984
|
+
"public": true
|
|
2985
|
+
},
|
|
2986
|
+
"name": "color-dark-mode-badge-status-dot-discovery",
|
|
2987
|
+
"attributes": {
|
|
2988
|
+
"category": "color",
|
|
2989
|
+
"type": "dark-mode",
|
|
2990
|
+
"item": "badge",
|
|
2991
|
+
"subitem": "status",
|
|
2992
|
+
"state": "dot"
|
|
2993
|
+
},
|
|
2994
|
+
"path": [
|
|
2995
|
+
"color",
|
|
2996
|
+
"dark-mode",
|
|
2997
|
+
"badge",
|
|
2998
|
+
"status",
|
|
2999
|
+
"dot",
|
|
3000
|
+
"discovery"
|
|
3001
|
+
]
|
|
3002
|
+
}
|
|
3003
|
+
}
|
|
3004
|
+
},
|
|
3005
|
+
"indicator": {
|
|
3006
|
+
"silver": {
|
|
3007
|
+
"background": {
|
|
3008
|
+
"value": "#a6a3b4",
|
|
3009
|
+
"public": true,
|
|
3010
|
+
"isReferenceToInternal": true,
|
|
3011
|
+
"filePath": "tokens/color/alias/badge.dark.json",
|
|
3012
|
+
"isSource": true,
|
|
3013
|
+
"original": {
|
|
3014
|
+
"value": "{color.dark-mode.neutral.200.value}",
|
|
3015
|
+
"public": true,
|
|
3016
|
+
"isReferenceToInternal": true
|
|
3017
|
+
},
|
|
3018
|
+
"name": "color-dark-mode-badge-indicator-silver-background",
|
|
3020
3019
|
"attributes": {
|
|
3021
3020
|
"category": "color",
|
|
3022
3021
|
"type": "dark-mode",
|
|
3023
3022
|
"item": "badge",
|
|
3024
3023
|
"subitem": "indicator",
|
|
3025
|
-
"state": "
|
|
3024
|
+
"state": "silver"
|
|
3026
3025
|
},
|
|
3027
3026
|
"path": [
|
|
3028
3027
|
"color",
|
|
3029
3028
|
"dark-mode",
|
|
3030
3029
|
"badge",
|
|
3031
3030
|
"indicator",
|
|
3032
|
-
"
|
|
3031
|
+
"silver",
|
|
3032
|
+
"background"
|
|
3033
|
+
]
|
|
3034
|
+
},
|
|
3035
|
+
"foreground": {
|
|
3036
|
+
"value": "#a6a3b4",
|
|
3037
|
+
"public": true,
|
|
3038
|
+
"filePath": "tokens/color/alias/badge.dark.json",
|
|
3039
|
+
"isSource": true,
|
|
3040
|
+
"original": {
|
|
3041
|
+
"value": "{color.dark-mode.text.default-secondary.value}",
|
|
3042
|
+
"public": true
|
|
3043
|
+
},
|
|
3044
|
+
"name": "color-dark-mode-badge-indicator-silver-foreground",
|
|
3045
|
+
"attributes": {
|
|
3046
|
+
"category": "color",
|
|
3047
|
+
"type": "dark-mode",
|
|
3048
|
+
"item": "badge",
|
|
3049
|
+
"subitem": "indicator",
|
|
3050
|
+
"state": "silver"
|
|
3051
|
+
},
|
|
3052
|
+
"path": [
|
|
3053
|
+
"color",
|
|
3054
|
+
"dark-mode",
|
|
3055
|
+
"badge",
|
|
3056
|
+
"indicator",
|
|
3057
|
+
"silver",
|
|
3033
3058
|
"foreground"
|
|
3034
3059
|
]
|
|
3035
3060
|
}
|
|
3036
3061
|
},
|
|
3037
|
-
"
|
|
3062
|
+
"gold": {
|
|
3038
3063
|
"background": {
|
|
3039
|
-
"value": "#
|
|
3064
|
+
"value": "#fff1a9",
|
|
3040
3065
|
"public": true,
|
|
3041
3066
|
"isReferenceToInternal": true,
|
|
3042
3067
|
"filePath": "tokens/color/alias/badge.dark.json",
|
|
3043
3068
|
"isSource": true,
|
|
3044
3069
|
"original": {
|
|
3045
|
-
"value": "{color.dark-mode.
|
|
3070
|
+
"value": "{color.dark-mode.brand.primary.200.value}",
|
|
3046
3071
|
"public": true,
|
|
3047
3072
|
"isReferenceToInternal": true
|
|
3048
3073
|
},
|
|
3049
|
-
"name": "color-dark-mode-badge-indicator-
|
|
3074
|
+
"name": "color-dark-mode-badge-indicator-gold-background",
|
|
3050
3075
|
"attributes": {
|
|
3051
3076
|
"category": "color",
|
|
3052
3077
|
"type": "dark-mode",
|
|
3053
3078
|
"item": "badge",
|
|
3054
3079
|
"subitem": "indicator",
|
|
3055
|
-
"state": "
|
|
3080
|
+
"state": "gold"
|
|
3056
3081
|
},
|
|
3057
3082
|
"path": [
|
|
3058
3083
|
"color",
|
|
3059
3084
|
"dark-mode",
|
|
3060
3085
|
"badge",
|
|
3061
3086
|
"indicator",
|
|
3062
|
-
"
|
|
3087
|
+
"gold",
|
|
3063
3088
|
"background"
|
|
3064
3089
|
]
|
|
3065
3090
|
},
|
|
3066
3091
|
"foreground": {
|
|
3067
|
-
"value": "#
|
|
3092
|
+
"value": "#705e00",
|
|
3068
3093
|
"public": true,
|
|
3069
3094
|
"isReferenceToInternal": true,
|
|
3070
3095
|
"filePath": "tokens/color/alias/badge.dark.json",
|
|
3071
3096
|
"isSource": true,
|
|
3072
3097
|
"original": {
|
|
3073
|
-
"value": "{color.dark-mode.
|
|
3098
|
+
"value": "{color.dark-mode.brand.primary.600.value}",
|
|
3074
3099
|
"public": true,
|
|
3075
3100
|
"isReferenceToInternal": true
|
|
3076
3101
|
},
|
|
3077
|
-
"name": "color-dark-mode-badge-indicator-
|
|
3102
|
+
"name": "color-dark-mode-badge-indicator-gold-foreground",
|
|
3078
3103
|
"attributes": {
|
|
3079
3104
|
"category": "color",
|
|
3080
3105
|
"type": "dark-mode",
|
|
3081
3106
|
"item": "badge",
|
|
3082
3107
|
"subitem": "indicator",
|
|
3083
|
-
"state": "
|
|
3108
|
+
"state": "gold"
|
|
3084
3109
|
},
|
|
3085
3110
|
"path": [
|
|
3086
3111
|
"color",
|
|
3087
3112
|
"dark-mode",
|
|
3088
3113
|
"badge",
|
|
3089
3114
|
"indicator",
|
|
3090
|
-
"
|
|
3115
|
+
"gold",
|
|
3091
3116
|
"foreground"
|
|
3092
3117
|
]
|
|
3093
3118
|
}
|
|
3094
|
-
}
|
|
3095
|
-
|
|
3096
|
-
|
|
3097
|
-
|
|
3098
|
-
"info": {
|
|
3099
|
-
"background": {
|
|
3100
|
-
"value": "linear-gradient(315deg, #1265DA 0%, #5F41E5 100%)",
|
|
3101
|
-
"public": true,
|
|
3102
|
-
"isReferenceToInternal": true,
|
|
3103
|
-
"filePath": "tokens/color/alias/banner.dark.json",
|
|
3104
|
-
"isSource": true,
|
|
3105
|
-
"original": {
|
|
3106
|
-
"value": "{color.dark-mode.gradient.banner.info.background.value}",
|
|
3119
|
+
},
|
|
3120
|
+
"platinum": {
|
|
3121
|
+
"background": {
|
|
3122
|
+
"value": "#d0c6ff",
|
|
3107
3123
|
"public": true,
|
|
3108
|
-
"isReferenceToInternal": true
|
|
3109
|
-
|
|
3110
|
-
|
|
3124
|
+
"isReferenceToInternal": true,
|
|
3125
|
+
"filePath": "tokens/color/alias/badge.dark.json",
|
|
3126
|
+
"isSource": true,
|
|
3127
|
+
"original": {
|
|
3128
|
+
"value": "{color.dark-mode.brand.secondary.200.value}",
|
|
3129
|
+
"public": true,
|
|
3130
|
+
"isReferenceToInternal": true
|
|
3131
|
+
},
|
|
3132
|
+
"name": "color-dark-mode-badge-indicator-platinum-background",
|
|
3133
|
+
"attributes": {
|
|
3134
|
+
"category": "color",
|
|
3135
|
+
"type": "dark-mode",
|
|
3136
|
+
"item": "badge",
|
|
3137
|
+
"subitem": "indicator",
|
|
3138
|
+
"state": "platinum"
|
|
3139
|
+
},
|
|
3140
|
+
"path": [
|
|
3141
|
+
"color",
|
|
3142
|
+
"dark-mode",
|
|
3143
|
+
"badge",
|
|
3144
|
+
"indicator",
|
|
3145
|
+
"platinum",
|
|
3146
|
+
"background"
|
|
3147
|
+
]
|
|
3148
|
+
},
|
|
3149
|
+
"foreground": {
|
|
3150
|
+
"value": "#4e39a8",
|
|
3151
|
+
"public": true,
|
|
3152
|
+
"isReferenceToInternal": true,
|
|
3153
|
+
"filePath": "tokens/color/alias/badge.dark.json",
|
|
3154
|
+
"isSource": true,
|
|
3155
|
+
"original": {
|
|
3156
|
+
"value": "{color.dark-mode.brand.secondary.500.value}",
|
|
3157
|
+
"public": true,
|
|
3158
|
+
"isReferenceToInternal": true
|
|
3159
|
+
},
|
|
3160
|
+
"name": "color-dark-mode-badge-indicator-platinum-foreground",
|
|
3161
|
+
"attributes": {
|
|
3162
|
+
"category": "color",
|
|
3163
|
+
"type": "dark-mode",
|
|
3164
|
+
"item": "badge",
|
|
3165
|
+
"subitem": "indicator",
|
|
3166
|
+
"state": "platinum"
|
|
3167
|
+
},
|
|
3168
|
+
"path": [
|
|
3169
|
+
"color",
|
|
3170
|
+
"dark-mode",
|
|
3171
|
+
"badge",
|
|
3172
|
+
"indicator",
|
|
3173
|
+
"platinum",
|
|
3174
|
+
"foreground"
|
|
3175
|
+
]
|
|
3176
|
+
}
|
|
3177
|
+
},
|
|
3178
|
+
"diamond": {
|
|
3179
|
+
"background": {
|
|
3180
|
+
"value": "#f0fdff",
|
|
3181
|
+
"public": true,
|
|
3182
|
+
"filePath": "tokens/color/alias/badge.dark.json",
|
|
3183
|
+
"isSource": true,
|
|
3184
|
+
"original": {
|
|
3185
|
+
"value": "#f0fdff",
|
|
3186
|
+
"public": true
|
|
3187
|
+
},
|
|
3188
|
+
"name": "color-dark-mode-badge-indicator-diamond-background",
|
|
3189
|
+
"attributes": {
|
|
3190
|
+
"category": "color",
|
|
3191
|
+
"type": "dark-mode",
|
|
3192
|
+
"item": "badge",
|
|
3193
|
+
"subitem": "indicator",
|
|
3194
|
+
"state": "diamond"
|
|
3195
|
+
},
|
|
3196
|
+
"path": [
|
|
3197
|
+
"color",
|
|
3198
|
+
"dark-mode",
|
|
3199
|
+
"badge",
|
|
3200
|
+
"indicator",
|
|
3201
|
+
"diamond",
|
|
3202
|
+
"background"
|
|
3203
|
+
]
|
|
3204
|
+
},
|
|
3205
|
+
"foreground": {
|
|
3206
|
+
"value": "#388bff",
|
|
3207
|
+
"public": true,
|
|
3208
|
+
"isReferenceToInternal": true,
|
|
3209
|
+
"filePath": "tokens/color/alias/badge.dark.json",
|
|
3210
|
+
"isSource": true,
|
|
3211
|
+
"original": {
|
|
3212
|
+
"value": "{color.dark-mode.semantic.info.foreground.value}",
|
|
3213
|
+
"public": true,
|
|
3214
|
+
"isReferenceToInternal": true
|
|
3215
|
+
},
|
|
3216
|
+
"name": "color-dark-mode-badge-indicator-diamond-foreground",
|
|
3217
|
+
"attributes": {
|
|
3218
|
+
"category": "color",
|
|
3219
|
+
"type": "dark-mode",
|
|
3220
|
+
"item": "badge",
|
|
3221
|
+
"subitem": "indicator",
|
|
3222
|
+
"state": "diamond"
|
|
3223
|
+
},
|
|
3224
|
+
"path": [
|
|
3225
|
+
"color",
|
|
3226
|
+
"dark-mode",
|
|
3227
|
+
"badge",
|
|
3228
|
+
"indicator",
|
|
3229
|
+
"diamond",
|
|
3230
|
+
"foreground"
|
|
3231
|
+
]
|
|
3232
|
+
}
|
|
3233
|
+
},
|
|
3234
|
+
"info": {
|
|
3235
|
+
"background": {
|
|
3236
|
+
"value": "#388bff",
|
|
3237
|
+
"public": true,
|
|
3238
|
+
"isReferenceToInternal": true,
|
|
3239
|
+
"filePath": "tokens/color/alias/badge.dark.json",
|
|
3240
|
+
"isSource": true,
|
|
3241
|
+
"original": {
|
|
3242
|
+
"value": "{color.dark-mode.semantic.info.foreground.value}",
|
|
3243
|
+
"public": true,
|
|
3244
|
+
"isReferenceToInternal": true
|
|
3245
|
+
},
|
|
3246
|
+
"name": "color-dark-mode-badge-indicator-info-background",
|
|
3247
|
+
"attributes": {
|
|
3248
|
+
"category": "color",
|
|
3249
|
+
"type": "dark-mode",
|
|
3250
|
+
"item": "badge",
|
|
3251
|
+
"subitem": "indicator",
|
|
3252
|
+
"state": "info"
|
|
3253
|
+
},
|
|
3254
|
+
"path": [
|
|
3255
|
+
"color",
|
|
3256
|
+
"dark-mode",
|
|
3257
|
+
"badge",
|
|
3258
|
+
"indicator",
|
|
3259
|
+
"info",
|
|
3260
|
+
"background"
|
|
3261
|
+
]
|
|
3262
|
+
},
|
|
3263
|
+
"foreground": {
|
|
3264
|
+
"value": "#ffffff",
|
|
3265
|
+
"public": true,
|
|
3266
|
+
"isReferenceToInternal": true,
|
|
3267
|
+
"filePath": "tokens/color/alias/badge.dark.json",
|
|
3268
|
+
"isSource": true,
|
|
3269
|
+
"original": {
|
|
3270
|
+
"value": "{color.dark-mode.neutral.000.value}",
|
|
3271
|
+
"public": true,
|
|
3272
|
+
"isReferenceToInternal": true
|
|
3273
|
+
},
|
|
3274
|
+
"name": "color-dark-mode-badge-indicator-info-foreground",
|
|
3275
|
+
"attributes": {
|
|
3276
|
+
"category": "color",
|
|
3277
|
+
"type": "dark-mode",
|
|
3278
|
+
"item": "badge",
|
|
3279
|
+
"subitem": "indicator",
|
|
3280
|
+
"state": "info"
|
|
3281
|
+
},
|
|
3282
|
+
"path": [
|
|
3283
|
+
"color",
|
|
3284
|
+
"dark-mode",
|
|
3285
|
+
"badge",
|
|
3286
|
+
"indicator",
|
|
3287
|
+
"info",
|
|
3288
|
+
"foreground"
|
|
3289
|
+
]
|
|
3290
|
+
}
|
|
3291
|
+
},
|
|
3292
|
+
"success": {
|
|
3293
|
+
"background": {
|
|
3294
|
+
"value": "#2abb7f",
|
|
3295
|
+
"public": true,
|
|
3296
|
+
"isReferenceToInternal": true,
|
|
3297
|
+
"filePath": "tokens/color/alias/badge.dark.json",
|
|
3298
|
+
"isSource": true,
|
|
3299
|
+
"original": {
|
|
3300
|
+
"value": "{color.dark-mode.semantic.success.foreground.value}",
|
|
3301
|
+
"public": true,
|
|
3302
|
+
"isReferenceToInternal": true
|
|
3303
|
+
},
|
|
3304
|
+
"name": "color-dark-mode-badge-indicator-success-background",
|
|
3305
|
+
"attributes": {
|
|
3306
|
+
"category": "color",
|
|
3307
|
+
"type": "dark-mode",
|
|
3308
|
+
"item": "badge",
|
|
3309
|
+
"subitem": "indicator",
|
|
3310
|
+
"state": "success"
|
|
3311
|
+
},
|
|
3312
|
+
"path": [
|
|
3313
|
+
"color",
|
|
3314
|
+
"dark-mode",
|
|
3315
|
+
"badge",
|
|
3316
|
+
"indicator",
|
|
3317
|
+
"success",
|
|
3318
|
+
"background"
|
|
3319
|
+
]
|
|
3320
|
+
},
|
|
3321
|
+
"foreground": {
|
|
3322
|
+
"value": "#ffffff",
|
|
3323
|
+
"public": true,
|
|
3324
|
+
"isReferenceToInternal": true,
|
|
3325
|
+
"filePath": "tokens/color/alias/badge.dark.json",
|
|
3326
|
+
"isSource": true,
|
|
3327
|
+
"original": {
|
|
3328
|
+
"value": "{color.dark-mode.neutral.000.value}",
|
|
3329
|
+
"public": true,
|
|
3330
|
+
"isReferenceToInternal": true
|
|
3331
|
+
},
|
|
3332
|
+
"name": "color-dark-mode-badge-indicator-success-foreground",
|
|
3333
|
+
"attributes": {
|
|
3334
|
+
"category": "color",
|
|
3335
|
+
"type": "dark-mode",
|
|
3336
|
+
"item": "badge",
|
|
3337
|
+
"subitem": "indicator",
|
|
3338
|
+
"state": "success"
|
|
3339
|
+
},
|
|
3340
|
+
"path": [
|
|
3341
|
+
"color",
|
|
3342
|
+
"dark-mode",
|
|
3343
|
+
"badge",
|
|
3344
|
+
"indicator",
|
|
3345
|
+
"success",
|
|
3346
|
+
"foreground"
|
|
3347
|
+
]
|
|
3348
|
+
}
|
|
3349
|
+
},
|
|
3350
|
+
"neutral": {
|
|
3351
|
+
"background": {
|
|
3352
|
+
"value": "#504e62",
|
|
3353
|
+
"public": true,
|
|
3354
|
+
"isReferenceToInternal": true,
|
|
3355
|
+
"filePath": "tokens/color/alias/badge.dark.json",
|
|
3356
|
+
"isSource": true,
|
|
3357
|
+
"original": {
|
|
3358
|
+
"value": "{color.dark-mode.neutral.400.value}",
|
|
3359
|
+
"public": true,
|
|
3360
|
+
"isReferenceToInternal": true
|
|
3361
|
+
},
|
|
3362
|
+
"name": "color-dark-mode-badge-indicator-neutral-background",
|
|
3363
|
+
"attributes": {
|
|
3364
|
+
"category": "color",
|
|
3365
|
+
"type": "dark-mode",
|
|
3366
|
+
"item": "badge",
|
|
3367
|
+
"subitem": "indicator",
|
|
3368
|
+
"state": "neutral"
|
|
3369
|
+
},
|
|
3370
|
+
"path": [
|
|
3371
|
+
"color",
|
|
3372
|
+
"dark-mode",
|
|
3373
|
+
"badge",
|
|
3374
|
+
"indicator",
|
|
3375
|
+
"neutral",
|
|
3376
|
+
"background"
|
|
3377
|
+
]
|
|
3378
|
+
},
|
|
3379
|
+
"foreground": {
|
|
3380
|
+
"value": "#ffffff",
|
|
3381
|
+
"public": true,
|
|
3382
|
+
"isReferenceToInternal": true,
|
|
3383
|
+
"filePath": "tokens/color/alias/badge.dark.json",
|
|
3384
|
+
"isSource": true,
|
|
3385
|
+
"original": {
|
|
3386
|
+
"value": "{color.dark-mode.neutral.000.value}",
|
|
3387
|
+
"public": true,
|
|
3388
|
+
"isReferenceToInternal": true
|
|
3389
|
+
},
|
|
3390
|
+
"name": "color-dark-mode-badge-indicator-neutral-foreground",
|
|
3391
|
+
"attributes": {
|
|
3392
|
+
"category": "color",
|
|
3393
|
+
"type": "dark-mode",
|
|
3394
|
+
"item": "badge",
|
|
3395
|
+
"subitem": "indicator",
|
|
3396
|
+
"state": "neutral"
|
|
3397
|
+
},
|
|
3398
|
+
"path": [
|
|
3399
|
+
"color",
|
|
3400
|
+
"dark-mode",
|
|
3401
|
+
"badge",
|
|
3402
|
+
"indicator",
|
|
3403
|
+
"neutral",
|
|
3404
|
+
"foreground"
|
|
3405
|
+
]
|
|
3406
|
+
}
|
|
3407
|
+
}
|
|
3408
|
+
}
|
|
3409
|
+
},
|
|
3410
|
+
"banner": {
|
|
3411
|
+
"info": {
|
|
3412
|
+
"background": {
|
|
3413
|
+
"value": "linear-gradient(315deg, #1265DA 0%, #5F41E5 100%)",
|
|
3414
|
+
"public": true,
|
|
3415
|
+
"isReferenceToInternal": true,
|
|
3416
|
+
"filePath": "tokens/color/alias/banner.dark.json",
|
|
3417
|
+
"isSource": true,
|
|
3418
|
+
"original": {
|
|
3419
|
+
"value": "{color.dark-mode.gradient.banner.info.background.value}",
|
|
3420
|
+
"public": true,
|
|
3421
|
+
"isReferenceToInternal": true
|
|
3422
|
+
},
|
|
3423
|
+
"name": "color-dark-mode-banner-info-background",
|
|
3111
3424
|
"attributes": {
|
|
3112
3425
|
"category": "color",
|
|
3113
3426
|
"type": "dark-mode",
|
|
@@ -8939,245 +9252,448 @@
|
|
|
8939
9252
|
"attributes": {
|
|
8940
9253
|
"category": "color",
|
|
8941
9254
|
"type": "dark-mode",
|
|
8942
|
-
"item": "utility",
|
|
8943
|
-
"subitem": "critical"
|
|
8944
|
-
},
|
|
8945
|
-
"path": [
|
|
8946
|
-
"color",
|
|
8947
|
-
"dark-mode",
|
|
8948
|
-
"utility",
|
|
8949
|
-
"critical"
|
|
8950
|
-
]
|
|
8951
|
-
}
|
|
8952
|
-
}
|
|
8953
|
-
},
|
|
8954
|
-
"light-mode": {
|
|
8955
|
-
"badge": {
|
|
8956
|
-
"border": {
|
|
8957
|
-
"value": "rgba(0, 0, 0, 0.11)",
|
|
8958
|
-
"public": true,
|
|
8959
|
-
"filePath": "tokens/color/alias/badge.light.json",
|
|
8960
|
-
"isSource": true,
|
|
8961
|
-
"original": {
|
|
8962
|
-
"value": "{color.light-mode.border.default.value}",
|
|
8963
|
-
"public": true
|
|
8964
|
-
},
|
|
8965
|
-
"name": "color-light-mode-badge-border",
|
|
8966
|
-
"attributes": {
|
|
8967
|
-
"category": "color",
|
|
8968
|
-
"type": "light-mode",
|
|
8969
|
-
"item": "badge",
|
|
8970
|
-
"subitem": "border"
|
|
8971
|
-
},
|
|
8972
|
-
"path": [
|
|
8973
|
-
"color",
|
|
8974
|
-
"light-mode",
|
|
8975
|
-
"badge",
|
|
8976
|
-
"border"
|
|
8977
|
-
]
|
|
8978
|
-
},
|
|
8979
|
-
"label": {
|
|
8980
|
-
"value": "#6d6d78",
|
|
8981
|
-
"public": true,
|
|
8982
|
-
"filePath": "tokens/color/alias/badge.light.json",
|
|
8983
|
-
"isSource": true,
|
|
8984
|
-
"original": {
|
|
8985
|
-
"value": "{color.light-mode.text.default-secondary.value}",
|
|
8986
|
-
"public": true
|
|
8987
|
-
},
|
|
8988
|
-
"name": "color-light-mode-badge-label",
|
|
8989
|
-
"attributes": {
|
|
8990
|
-
"category": "color",
|
|
8991
|
-
"type": "light-mode",
|
|
8992
|
-
"item": "badge",
|
|
8993
|
-
"subitem": "label"
|
|
9255
|
+
"item": "utility",
|
|
9256
|
+
"subitem": "critical"
|
|
8994
9257
|
},
|
|
8995
9258
|
"path": [
|
|
8996
9259
|
"color",
|
|
8997
|
-
"
|
|
8998
|
-
"
|
|
8999
|
-
"
|
|
9260
|
+
"dark-mode",
|
|
9261
|
+
"utility",
|
|
9262
|
+
"critical"
|
|
9000
9263
|
]
|
|
9001
|
-
}
|
|
9264
|
+
}
|
|
9265
|
+
}
|
|
9266
|
+
},
|
|
9267
|
+
"light-mode": {
|
|
9268
|
+
"badge": {
|
|
9002
9269
|
"status": {
|
|
9003
|
-
"
|
|
9004
|
-
"
|
|
9005
|
-
|
|
9006
|
-
"isReferenceToInternal": true,
|
|
9007
|
-
"filePath": "tokens/color/alias/badge.light.json",
|
|
9008
|
-
"isSource": true,
|
|
9009
|
-
"original": {
|
|
9010
|
-
"value": "{color.light-mode.neutral.300.value}",
|
|
9270
|
+
"transparent": {
|
|
9271
|
+
"background": {
|
|
9272
|
+
"value": "rgba(0, 0, 0, 0)",
|
|
9011
9273
|
"public": true,
|
|
9012
|
-
"
|
|
9013
|
-
|
|
9014
|
-
|
|
9015
|
-
|
|
9016
|
-
|
|
9017
|
-
|
|
9018
|
-
"
|
|
9019
|
-
"
|
|
9020
|
-
|
|
9021
|
-
|
|
9022
|
-
|
|
9023
|
-
|
|
9024
|
-
|
|
9025
|
-
|
|
9026
|
-
"
|
|
9027
|
-
|
|
9028
|
-
|
|
9029
|
-
|
|
9030
|
-
|
|
9031
|
-
|
|
9032
|
-
|
|
9033
|
-
|
|
9034
|
-
"isSource": true,
|
|
9035
|
-
"original": {
|
|
9036
|
-
"value": "{color.light-mode.semantic.success.foreground.value}",
|
|
9037
|
-
"public": true
|
|
9274
|
+
"filePath": "tokens/color/alias/badge.light.json",
|
|
9275
|
+
"isSource": true,
|
|
9276
|
+
"original": {
|
|
9277
|
+
"value": "transparent",
|
|
9278
|
+
"public": true
|
|
9279
|
+
},
|
|
9280
|
+
"name": "color-light-mode-badge-status-transparent-background",
|
|
9281
|
+
"attributes": {
|
|
9282
|
+
"category": "color",
|
|
9283
|
+
"type": "light-mode",
|
|
9284
|
+
"item": "badge",
|
|
9285
|
+
"subitem": "status",
|
|
9286
|
+
"state": "transparent"
|
|
9287
|
+
},
|
|
9288
|
+
"path": [
|
|
9289
|
+
"color",
|
|
9290
|
+
"light-mode",
|
|
9291
|
+
"badge",
|
|
9292
|
+
"status",
|
|
9293
|
+
"transparent",
|
|
9294
|
+
"background"
|
|
9295
|
+
]
|
|
9038
9296
|
},
|
|
9039
|
-
"
|
|
9040
|
-
|
|
9041
|
-
"
|
|
9042
|
-
"
|
|
9043
|
-
"
|
|
9044
|
-
"
|
|
9045
|
-
|
|
9297
|
+
"border": {
|
|
9298
|
+
"value": "rgba(0, 0, 0, 0.11)",
|
|
9299
|
+
"public": true,
|
|
9300
|
+
"filePath": "tokens/color/alias/badge.light.json",
|
|
9301
|
+
"isSource": true,
|
|
9302
|
+
"original": {
|
|
9303
|
+
"value": "{color.light-mode.border.default.value}",
|
|
9304
|
+
"public": true
|
|
9305
|
+
},
|
|
9306
|
+
"name": "color-light-mode-badge-status-transparent-border",
|
|
9307
|
+
"attributes": {
|
|
9308
|
+
"category": "color",
|
|
9309
|
+
"type": "light-mode",
|
|
9310
|
+
"item": "badge",
|
|
9311
|
+
"subitem": "status",
|
|
9312
|
+
"state": "transparent"
|
|
9313
|
+
},
|
|
9314
|
+
"path": [
|
|
9315
|
+
"color",
|
|
9316
|
+
"light-mode",
|
|
9317
|
+
"badge",
|
|
9318
|
+
"status",
|
|
9319
|
+
"transparent",
|
|
9320
|
+
"border"
|
|
9321
|
+
]
|
|
9046
9322
|
},
|
|
9047
|
-
"
|
|
9048
|
-
"
|
|
9049
|
-
"
|
|
9050
|
-
"badge",
|
|
9051
|
-
"
|
|
9052
|
-
"
|
|
9053
|
-
|
|
9323
|
+
"label": {
|
|
9324
|
+
"value": "#6d6d78",
|
|
9325
|
+
"public": true,
|
|
9326
|
+
"filePath": "tokens/color/alias/badge.light.json",
|
|
9327
|
+
"isSource": true,
|
|
9328
|
+
"original": {
|
|
9329
|
+
"value": "{color.light-mode.text.default-secondary.value}",
|
|
9330
|
+
"public": true
|
|
9331
|
+
},
|
|
9332
|
+
"name": "color-light-mode-badge-status-transparent-label",
|
|
9333
|
+
"attributes": {
|
|
9334
|
+
"category": "color",
|
|
9335
|
+
"type": "light-mode",
|
|
9336
|
+
"item": "badge",
|
|
9337
|
+
"subitem": "status",
|
|
9338
|
+
"state": "transparent"
|
|
9339
|
+
},
|
|
9340
|
+
"path": [
|
|
9341
|
+
"color",
|
|
9342
|
+
"light-mode",
|
|
9343
|
+
"badge",
|
|
9344
|
+
"status",
|
|
9345
|
+
"transparent",
|
|
9346
|
+
"label"
|
|
9347
|
+
]
|
|
9348
|
+
}
|
|
9054
9349
|
},
|
|
9055
|
-
"
|
|
9056
|
-
"
|
|
9057
|
-
|
|
9058
|
-
|
|
9059
|
-
|
|
9060
|
-
|
|
9061
|
-
"
|
|
9062
|
-
|
|
9350
|
+
"light": {
|
|
9351
|
+
"background": {
|
|
9352
|
+
"value": "#ffffff",
|
|
9353
|
+
"public": true,
|
|
9354
|
+
"filePath": "tokens/color/alias/badge.light.json",
|
|
9355
|
+
"isSource": true,
|
|
9356
|
+
"original": {
|
|
9357
|
+
"value": "{color.light-mode.background.default.value}",
|
|
9358
|
+
"public": true
|
|
9359
|
+
},
|
|
9360
|
+
"name": "color-light-mode-badge-status-light-background",
|
|
9361
|
+
"attributes": {
|
|
9362
|
+
"category": "color",
|
|
9363
|
+
"type": "light-mode",
|
|
9364
|
+
"item": "badge",
|
|
9365
|
+
"subitem": "status",
|
|
9366
|
+
"state": "light"
|
|
9367
|
+
},
|
|
9368
|
+
"path": [
|
|
9369
|
+
"color",
|
|
9370
|
+
"light-mode",
|
|
9371
|
+
"badge",
|
|
9372
|
+
"status",
|
|
9373
|
+
"light",
|
|
9374
|
+
"background"
|
|
9375
|
+
]
|
|
9063
9376
|
},
|
|
9064
|
-
"
|
|
9065
|
-
|
|
9066
|
-
"
|
|
9067
|
-
"
|
|
9068
|
-
"
|
|
9069
|
-
"
|
|
9070
|
-
|
|
9377
|
+
"border": {
|
|
9378
|
+
"value": "rgba(0, 0, 0, 0.11)",
|
|
9379
|
+
"public": true,
|
|
9380
|
+
"filePath": "tokens/color/alias/badge.light.json",
|
|
9381
|
+
"isSource": true,
|
|
9382
|
+
"original": {
|
|
9383
|
+
"value": "{color.light-mode.border.default.value}",
|
|
9384
|
+
"public": true
|
|
9385
|
+
},
|
|
9386
|
+
"name": "color-light-mode-badge-status-light-border",
|
|
9387
|
+
"attributes": {
|
|
9388
|
+
"category": "color",
|
|
9389
|
+
"type": "light-mode",
|
|
9390
|
+
"item": "badge",
|
|
9391
|
+
"subitem": "status",
|
|
9392
|
+
"state": "light"
|
|
9393
|
+
},
|
|
9394
|
+
"path": [
|
|
9395
|
+
"color",
|
|
9396
|
+
"light-mode",
|
|
9397
|
+
"badge",
|
|
9398
|
+
"status",
|
|
9399
|
+
"light",
|
|
9400
|
+
"border"
|
|
9401
|
+
]
|
|
9071
9402
|
},
|
|
9072
|
-
"
|
|
9073
|
-
"
|
|
9074
|
-
"
|
|
9075
|
-
"badge",
|
|
9076
|
-
"
|
|
9077
|
-
"
|
|
9078
|
-
|
|
9403
|
+
"label": {
|
|
9404
|
+
"value": "#6d6d78",
|
|
9405
|
+
"public": true,
|
|
9406
|
+
"filePath": "tokens/color/alias/badge.light.json",
|
|
9407
|
+
"isSource": true,
|
|
9408
|
+
"original": {
|
|
9409
|
+
"value": "{color.light-mode.text.default-secondary.value}",
|
|
9410
|
+
"public": true
|
|
9411
|
+
},
|
|
9412
|
+
"name": "color-light-mode-badge-status-light-label",
|
|
9413
|
+
"attributes": {
|
|
9414
|
+
"category": "color",
|
|
9415
|
+
"type": "light-mode",
|
|
9416
|
+
"item": "badge",
|
|
9417
|
+
"subitem": "status",
|
|
9418
|
+
"state": "light"
|
|
9419
|
+
},
|
|
9420
|
+
"path": [
|
|
9421
|
+
"color",
|
|
9422
|
+
"light-mode",
|
|
9423
|
+
"badge",
|
|
9424
|
+
"status",
|
|
9425
|
+
"light",
|
|
9426
|
+
"label"
|
|
9427
|
+
]
|
|
9428
|
+
}
|
|
9079
9429
|
},
|
|
9080
|
-
"
|
|
9081
|
-
"
|
|
9082
|
-
|
|
9083
|
-
"isReferenceToInternal": true,
|
|
9084
|
-
"filePath": "tokens/color/alias/badge.light.json",
|
|
9085
|
-
"isSource": true,
|
|
9086
|
-
"original": {
|
|
9087
|
-
"value": "{color.light-mode.brand.secondary.200.value}",
|
|
9430
|
+
"dark": {
|
|
9431
|
+
"background": {
|
|
9432
|
+
"value": "#23232d",
|
|
9088
9433
|
"public": true,
|
|
9089
|
-
"
|
|
9434
|
+
"filePath": "tokens/color/alias/badge.light.json",
|
|
9435
|
+
"isSource": true,
|
|
9436
|
+
"original": {
|
|
9437
|
+
"value": "{color.light-mode.background.reverse.value}",
|
|
9438
|
+
"public": true
|
|
9439
|
+
},
|
|
9440
|
+
"name": "color-light-mode-badge-status-dark-background",
|
|
9441
|
+
"attributes": {
|
|
9442
|
+
"category": "color",
|
|
9443
|
+
"type": "light-mode",
|
|
9444
|
+
"item": "badge",
|
|
9445
|
+
"subitem": "status",
|
|
9446
|
+
"state": "dark"
|
|
9447
|
+
},
|
|
9448
|
+
"path": [
|
|
9449
|
+
"color",
|
|
9450
|
+
"light-mode",
|
|
9451
|
+
"badge",
|
|
9452
|
+
"status",
|
|
9453
|
+
"dark",
|
|
9454
|
+
"background"
|
|
9455
|
+
]
|
|
9090
9456
|
},
|
|
9091
|
-
"
|
|
9092
|
-
|
|
9093
|
-
"
|
|
9094
|
-
"
|
|
9095
|
-
"
|
|
9096
|
-
"
|
|
9097
|
-
|
|
9457
|
+
"border": {
|
|
9458
|
+
"value": "#23232d",
|
|
9459
|
+
"public": true,
|
|
9460
|
+
"filePath": "tokens/color/alias/badge.light.json",
|
|
9461
|
+
"isSource": true,
|
|
9462
|
+
"original": {
|
|
9463
|
+
"value": "{color.light-mode.background.reverse.value}",
|
|
9464
|
+
"public": true
|
|
9465
|
+
},
|
|
9466
|
+
"name": "color-light-mode-badge-status-dark-border",
|
|
9467
|
+
"attributes": {
|
|
9468
|
+
"category": "color",
|
|
9469
|
+
"type": "light-mode",
|
|
9470
|
+
"item": "badge",
|
|
9471
|
+
"subitem": "status",
|
|
9472
|
+
"state": "dark"
|
|
9473
|
+
},
|
|
9474
|
+
"path": [
|
|
9475
|
+
"color",
|
|
9476
|
+
"light-mode",
|
|
9477
|
+
"badge",
|
|
9478
|
+
"status",
|
|
9479
|
+
"dark",
|
|
9480
|
+
"border"
|
|
9481
|
+
]
|
|
9098
9482
|
},
|
|
9099
|
-
"
|
|
9100
|
-
"
|
|
9101
|
-
"
|
|
9102
|
-
"badge",
|
|
9103
|
-
"
|
|
9104
|
-
"
|
|
9105
|
-
|
|
9483
|
+
"label": {
|
|
9484
|
+
"value": "#ffffff",
|
|
9485
|
+
"public": true,
|
|
9486
|
+
"filePath": "tokens/color/alias/badge.light.json",
|
|
9487
|
+
"isSource": true,
|
|
9488
|
+
"original": {
|
|
9489
|
+
"value": "{color.light-mode.text.reverse.value}",
|
|
9490
|
+
"public": true
|
|
9491
|
+
},
|
|
9492
|
+
"name": "color-light-mode-badge-status-dark-label",
|
|
9493
|
+
"attributes": {
|
|
9494
|
+
"category": "color",
|
|
9495
|
+
"type": "light-mode",
|
|
9496
|
+
"item": "badge",
|
|
9497
|
+
"subitem": "status",
|
|
9498
|
+
"state": "dark"
|
|
9499
|
+
},
|
|
9500
|
+
"path": [
|
|
9501
|
+
"color",
|
|
9502
|
+
"light-mode",
|
|
9503
|
+
"badge",
|
|
9504
|
+
"status",
|
|
9505
|
+
"dark",
|
|
9506
|
+
"label"
|
|
9507
|
+
]
|
|
9508
|
+
}
|
|
9106
9509
|
},
|
|
9107
|
-
"
|
|
9108
|
-
"
|
|
9109
|
-
|
|
9110
|
-
|
|
9111
|
-
|
|
9112
|
-
|
|
9113
|
-
"
|
|
9114
|
-
"
|
|
9510
|
+
"dot": {
|
|
9511
|
+
"default": {
|
|
9512
|
+
"value": "#cfcfd3",
|
|
9513
|
+
"public": true,
|
|
9514
|
+
"isReferenceToInternal": true,
|
|
9515
|
+
"filePath": "tokens/color/alias/badge.light.json",
|
|
9516
|
+
"isSource": true,
|
|
9517
|
+
"original": {
|
|
9518
|
+
"value": "{color.light-mode.neutral.300.value}",
|
|
9519
|
+
"public": true,
|
|
9520
|
+
"isReferenceToInternal": true
|
|
9521
|
+
},
|
|
9522
|
+
"name": "color-light-mode-badge-status-dot-default",
|
|
9523
|
+
"attributes": {
|
|
9524
|
+
"category": "color",
|
|
9525
|
+
"type": "light-mode",
|
|
9526
|
+
"item": "badge",
|
|
9527
|
+
"subitem": "status",
|
|
9528
|
+
"state": "dot"
|
|
9529
|
+
},
|
|
9530
|
+
"path": [
|
|
9531
|
+
"color",
|
|
9532
|
+
"light-mode",
|
|
9533
|
+
"badge",
|
|
9534
|
+
"status",
|
|
9535
|
+
"dot",
|
|
9536
|
+
"default"
|
|
9537
|
+
]
|
|
9115
9538
|
},
|
|
9116
|
-
"
|
|
9117
|
-
|
|
9118
|
-
"
|
|
9119
|
-
"
|
|
9120
|
-
"
|
|
9121
|
-
"
|
|
9122
|
-
|
|
9539
|
+
"success": {
|
|
9540
|
+
"value": "#218c5f",
|
|
9541
|
+
"public": true,
|
|
9542
|
+
"filePath": "tokens/color/alias/badge.light.json",
|
|
9543
|
+
"isSource": true,
|
|
9544
|
+
"original": {
|
|
9545
|
+
"value": "{color.light-mode.semantic.success.foreground.value}",
|
|
9546
|
+
"public": true
|
|
9547
|
+
},
|
|
9548
|
+
"name": "color-light-mode-badge-status-dot-success",
|
|
9549
|
+
"attributes": {
|
|
9550
|
+
"category": "color",
|
|
9551
|
+
"type": "light-mode",
|
|
9552
|
+
"item": "badge",
|
|
9553
|
+
"subitem": "status",
|
|
9554
|
+
"state": "dot"
|
|
9555
|
+
},
|
|
9556
|
+
"path": [
|
|
9557
|
+
"color",
|
|
9558
|
+
"light-mode",
|
|
9559
|
+
"badge",
|
|
9560
|
+
"status",
|
|
9561
|
+
"dot",
|
|
9562
|
+
"success"
|
|
9563
|
+
]
|
|
9123
9564
|
},
|
|
9124
|
-
"
|
|
9125
|
-
"
|
|
9126
|
-
"
|
|
9127
|
-
"badge",
|
|
9128
|
-
"
|
|
9129
|
-
"
|
|
9130
|
-
|
|
9131
|
-
|
|
9132
|
-
|
|
9133
|
-
|
|
9134
|
-
|
|
9135
|
-
|
|
9136
|
-
|
|
9137
|
-
|
|
9138
|
-
|
|
9139
|
-
|
|
9565
|
+
"info": {
|
|
9566
|
+
"value": "#1d7afc",
|
|
9567
|
+
"public": true,
|
|
9568
|
+
"filePath": "tokens/color/alias/badge.light.json",
|
|
9569
|
+
"isSource": true,
|
|
9570
|
+
"original": {
|
|
9571
|
+
"value": "{color.light-mode.semantic.info.foreground.value}",
|
|
9572
|
+
"public": true
|
|
9573
|
+
},
|
|
9574
|
+
"name": "color-light-mode-badge-status-dot-info",
|
|
9575
|
+
"attributes": {
|
|
9576
|
+
"category": "color",
|
|
9577
|
+
"type": "light-mode",
|
|
9578
|
+
"item": "badge",
|
|
9579
|
+
"subitem": "status",
|
|
9580
|
+
"state": "dot"
|
|
9581
|
+
},
|
|
9582
|
+
"path": [
|
|
9583
|
+
"color",
|
|
9584
|
+
"light-mode",
|
|
9585
|
+
"badge",
|
|
9586
|
+
"status",
|
|
9587
|
+
"dot",
|
|
9588
|
+
"info"
|
|
9589
|
+
]
|
|
9140
9590
|
},
|
|
9141
|
-
"
|
|
9142
|
-
|
|
9143
|
-
"
|
|
9144
|
-
"
|
|
9145
|
-
"
|
|
9146
|
-
"
|
|
9147
|
-
"
|
|
9591
|
+
"frozen": {
|
|
9592
|
+
"value": "#e5dbff",
|
|
9593
|
+
"public": true,
|
|
9594
|
+
"isReferenceToInternal": true,
|
|
9595
|
+
"filePath": "tokens/color/alias/badge.light.json",
|
|
9596
|
+
"isSource": true,
|
|
9597
|
+
"original": {
|
|
9598
|
+
"value": "{color.light-mode.brand.secondary.200.value}",
|
|
9599
|
+
"public": true,
|
|
9600
|
+
"isReferenceToInternal": true
|
|
9601
|
+
},
|
|
9602
|
+
"name": "color-light-mode-badge-status-dot-frozen",
|
|
9603
|
+
"attributes": {
|
|
9604
|
+
"category": "color",
|
|
9605
|
+
"type": "light-mode",
|
|
9606
|
+
"item": "badge",
|
|
9607
|
+
"subitem": "status",
|
|
9608
|
+
"state": "dot"
|
|
9609
|
+
},
|
|
9610
|
+
"path": [
|
|
9611
|
+
"color",
|
|
9612
|
+
"light-mode",
|
|
9613
|
+
"badge",
|
|
9614
|
+
"status",
|
|
9615
|
+
"dot",
|
|
9616
|
+
"frozen"
|
|
9617
|
+
]
|
|
9148
9618
|
},
|
|
9149
|
-
"
|
|
9150
|
-
"
|
|
9151
|
-
"
|
|
9152
|
-
"badge",
|
|
9153
|
-
"
|
|
9154
|
-
"
|
|
9155
|
-
|
|
9156
|
-
|
|
9157
|
-
|
|
9158
|
-
|
|
9159
|
-
|
|
9160
|
-
|
|
9161
|
-
|
|
9162
|
-
|
|
9163
|
-
|
|
9164
|
-
|
|
9619
|
+
"critical": {
|
|
9620
|
+
"value": "#ca3521",
|
|
9621
|
+
"public": true,
|
|
9622
|
+
"filePath": "tokens/color/alias/badge.light.json",
|
|
9623
|
+
"isSource": true,
|
|
9624
|
+
"original": {
|
|
9625
|
+
"value": "{color.light-mode.semantic.critical.foreground.value}",
|
|
9626
|
+
"public": true
|
|
9627
|
+
},
|
|
9628
|
+
"name": "color-light-mode-badge-status-dot-critical",
|
|
9629
|
+
"attributes": {
|
|
9630
|
+
"category": "color",
|
|
9631
|
+
"type": "light-mode",
|
|
9632
|
+
"item": "badge",
|
|
9633
|
+
"subitem": "status",
|
|
9634
|
+
"state": "dot"
|
|
9635
|
+
},
|
|
9636
|
+
"path": [
|
|
9637
|
+
"color",
|
|
9638
|
+
"light-mode",
|
|
9639
|
+
"badge",
|
|
9640
|
+
"status",
|
|
9641
|
+
"dot",
|
|
9642
|
+
"critical"
|
|
9643
|
+
]
|
|
9165
9644
|
},
|
|
9166
|
-
"
|
|
9167
|
-
|
|
9168
|
-
"
|
|
9169
|
-
"
|
|
9170
|
-
"
|
|
9171
|
-
"
|
|
9172
|
-
|
|
9645
|
+
"warning": {
|
|
9646
|
+
"value": "#d97008",
|
|
9647
|
+
"public": true,
|
|
9648
|
+
"filePath": "tokens/color/alias/badge.light.json",
|
|
9649
|
+
"isSource": true,
|
|
9650
|
+
"original": {
|
|
9651
|
+
"value": "{color.light-mode.semantic.warning.foreground.value}",
|
|
9652
|
+
"public": true
|
|
9653
|
+
},
|
|
9654
|
+
"name": "color-light-mode-badge-status-dot-warning",
|
|
9655
|
+
"attributes": {
|
|
9656
|
+
"category": "color",
|
|
9657
|
+
"type": "light-mode",
|
|
9658
|
+
"item": "badge",
|
|
9659
|
+
"subitem": "status",
|
|
9660
|
+
"state": "dot"
|
|
9661
|
+
},
|
|
9662
|
+
"path": [
|
|
9663
|
+
"color",
|
|
9664
|
+
"light-mode",
|
|
9665
|
+
"badge",
|
|
9666
|
+
"status",
|
|
9667
|
+
"dot",
|
|
9668
|
+
"warning"
|
|
9669
|
+
]
|
|
9173
9670
|
},
|
|
9174
|
-
"
|
|
9175
|
-
"
|
|
9176
|
-
"
|
|
9177
|
-
"badge",
|
|
9178
|
-
"
|
|
9179
|
-
"
|
|
9180
|
-
|
|
9671
|
+
"discovery": {
|
|
9672
|
+
"value": "#8270db",
|
|
9673
|
+
"public": true,
|
|
9674
|
+
"filePath": "tokens/color/alias/badge.light.json",
|
|
9675
|
+
"isSource": true,
|
|
9676
|
+
"original": {
|
|
9677
|
+
"value": "{color.light-mode.semantic.discovery.foreground.value}",
|
|
9678
|
+
"public": true
|
|
9679
|
+
},
|
|
9680
|
+
"name": "color-light-mode-badge-status-dot-discovery",
|
|
9681
|
+
"attributes": {
|
|
9682
|
+
"category": "color",
|
|
9683
|
+
"type": "light-mode",
|
|
9684
|
+
"item": "badge",
|
|
9685
|
+
"subitem": "status",
|
|
9686
|
+
"state": "dot"
|
|
9687
|
+
},
|
|
9688
|
+
"path": [
|
|
9689
|
+
"color",
|
|
9690
|
+
"light-mode",
|
|
9691
|
+
"badge",
|
|
9692
|
+
"status",
|
|
9693
|
+
"dot",
|
|
9694
|
+
"discovery"
|
|
9695
|
+
]
|
|
9696
|
+
}
|
|
9181
9697
|
}
|
|
9182
9698
|
},
|
|
9183
9699
|
"indicator": {
|
|
@@ -9409,36 +9925,66 @@
|
|
|
9409
9925
|
]
|
|
9410
9926
|
}
|
|
9411
9927
|
},
|
|
9412
|
-
"
|
|
9928
|
+
"info": {
|
|
9413
9929
|
"background": {
|
|
9414
|
-
"value": "#
|
|
9930
|
+
"value": "#1d7afc",
|
|
9415
9931
|
"public": true,
|
|
9416
9932
|
"isReferenceToInternal": true,
|
|
9417
9933
|
"filePath": "tokens/color/alias/badge.light.json",
|
|
9418
9934
|
"isSource": true,
|
|
9419
9935
|
"original": {
|
|
9420
|
-
"value": "{color.light-mode.semantic.
|
|
9936
|
+
"value": "{color.light-mode.semantic.info.foreground.value}",
|
|
9421
9937
|
"public": true,
|
|
9422
9938
|
"isReferenceToInternal": true
|
|
9423
9939
|
},
|
|
9424
|
-
"name": "color-light-mode-badge-indicator-
|
|
9940
|
+
"name": "color-light-mode-badge-indicator-info-background",
|
|
9425
9941
|
"attributes": {
|
|
9426
9942
|
"category": "color",
|
|
9427
9943
|
"type": "light-mode",
|
|
9428
9944
|
"item": "badge",
|
|
9429
9945
|
"subitem": "indicator",
|
|
9430
|
-
"state": "
|
|
9946
|
+
"state": "info"
|
|
9431
9947
|
},
|
|
9432
9948
|
"path": [
|
|
9433
9949
|
"color",
|
|
9434
9950
|
"light-mode",
|
|
9435
9951
|
"badge",
|
|
9436
9952
|
"indicator",
|
|
9437
|
-
"
|
|
9953
|
+
"info",
|
|
9438
9954
|
"background"
|
|
9439
9955
|
]
|
|
9440
9956
|
},
|
|
9441
9957
|
"foreground": {
|
|
9958
|
+
"value": "#ffffff",
|
|
9959
|
+
"public": true,
|
|
9960
|
+
"isReferenceToInternal": true,
|
|
9961
|
+
"filePath": "tokens/color/alias/badge.light.json",
|
|
9962
|
+
"isSource": true,
|
|
9963
|
+
"original": {
|
|
9964
|
+
"value": "{color.light-mode.neutral.000.value}",
|
|
9965
|
+
"public": true,
|
|
9966
|
+
"isReferenceToInternal": true
|
|
9967
|
+
},
|
|
9968
|
+
"name": "color-light-mode-badge-indicator-info-foreground",
|
|
9969
|
+
"attributes": {
|
|
9970
|
+
"category": "color",
|
|
9971
|
+
"type": "light-mode",
|
|
9972
|
+
"item": "badge",
|
|
9973
|
+
"subitem": "indicator",
|
|
9974
|
+
"state": "info"
|
|
9975
|
+
},
|
|
9976
|
+
"path": [
|
|
9977
|
+
"color",
|
|
9978
|
+
"light-mode",
|
|
9979
|
+
"badge",
|
|
9980
|
+
"indicator",
|
|
9981
|
+
"info",
|
|
9982
|
+
"foreground"
|
|
9983
|
+
]
|
|
9984
|
+
}
|
|
9985
|
+
},
|
|
9986
|
+
"success": {
|
|
9987
|
+
"background": {
|
|
9442
9988
|
"value": "#218c5f",
|
|
9443
9989
|
"public": true,
|
|
9444
9990
|
"isReferenceToInternal": true,
|
|
@@ -9449,20 +9995,106 @@
|
|
|
9449
9995
|
"public": true,
|
|
9450
9996
|
"isReferenceToInternal": true
|
|
9451
9997
|
},
|
|
9452
|
-
"name": "color-light-mode-badge-indicator-
|
|
9998
|
+
"name": "color-light-mode-badge-indicator-success-background",
|
|
9999
|
+
"attributes": {
|
|
10000
|
+
"category": "color",
|
|
10001
|
+
"type": "light-mode",
|
|
10002
|
+
"item": "badge",
|
|
10003
|
+
"subitem": "indicator",
|
|
10004
|
+
"state": "success"
|
|
10005
|
+
},
|
|
10006
|
+
"path": [
|
|
10007
|
+
"color",
|
|
10008
|
+
"light-mode",
|
|
10009
|
+
"badge",
|
|
10010
|
+
"indicator",
|
|
10011
|
+
"success",
|
|
10012
|
+
"background"
|
|
10013
|
+
]
|
|
10014
|
+
},
|
|
10015
|
+
"foreground": {
|
|
10016
|
+
"value": "#ffffff",
|
|
10017
|
+
"public": true,
|
|
10018
|
+
"isReferenceToInternal": true,
|
|
10019
|
+
"filePath": "tokens/color/alias/badge.light.json",
|
|
10020
|
+
"isSource": true,
|
|
10021
|
+
"original": {
|
|
10022
|
+
"value": "{color.light-mode.neutral.000.value}",
|
|
10023
|
+
"public": true,
|
|
10024
|
+
"isReferenceToInternal": true
|
|
10025
|
+
},
|
|
10026
|
+
"name": "color-light-mode-badge-indicator-success-foreground",
|
|
10027
|
+
"attributes": {
|
|
10028
|
+
"category": "color",
|
|
10029
|
+
"type": "light-mode",
|
|
10030
|
+
"item": "badge",
|
|
10031
|
+
"subitem": "indicator",
|
|
10032
|
+
"state": "success"
|
|
10033
|
+
},
|
|
10034
|
+
"path": [
|
|
10035
|
+
"color",
|
|
10036
|
+
"light-mode",
|
|
10037
|
+
"badge",
|
|
10038
|
+
"indicator",
|
|
10039
|
+
"success",
|
|
10040
|
+
"foreground"
|
|
10041
|
+
]
|
|
10042
|
+
}
|
|
10043
|
+
},
|
|
10044
|
+
"neutral": {
|
|
10045
|
+
"background": {
|
|
10046
|
+
"value": "#6d6d78",
|
|
10047
|
+
"public": true,
|
|
10048
|
+
"isReferenceToInternal": true,
|
|
10049
|
+
"filePath": "tokens/color/alias/badge.light.json",
|
|
10050
|
+
"isSource": true,
|
|
10051
|
+
"original": {
|
|
10052
|
+
"value": "{color.light-mode.neutral.400.value}",
|
|
10053
|
+
"public": true,
|
|
10054
|
+
"isReferenceToInternal": true
|
|
10055
|
+
},
|
|
10056
|
+
"name": "color-light-mode-badge-indicator-neutral-background",
|
|
10057
|
+
"attributes": {
|
|
10058
|
+
"category": "color",
|
|
10059
|
+
"type": "light-mode",
|
|
10060
|
+
"item": "badge",
|
|
10061
|
+
"subitem": "indicator",
|
|
10062
|
+
"state": "neutral"
|
|
10063
|
+
},
|
|
10064
|
+
"path": [
|
|
10065
|
+
"color",
|
|
10066
|
+
"light-mode",
|
|
10067
|
+
"badge",
|
|
10068
|
+
"indicator",
|
|
10069
|
+
"neutral",
|
|
10070
|
+
"background"
|
|
10071
|
+
]
|
|
10072
|
+
},
|
|
10073
|
+
"foreground": {
|
|
10074
|
+
"value": "#ffffff",
|
|
10075
|
+
"public": true,
|
|
10076
|
+
"isReferenceToInternal": true,
|
|
10077
|
+
"filePath": "tokens/color/alias/badge.light.json",
|
|
10078
|
+
"isSource": true,
|
|
10079
|
+
"original": {
|
|
10080
|
+
"value": "{color.light-mode.neutral.000.value}",
|
|
10081
|
+
"public": true,
|
|
10082
|
+
"isReferenceToInternal": true
|
|
10083
|
+
},
|
|
10084
|
+
"name": "color-light-mode-badge-indicator-neutral-foreground",
|
|
9453
10085
|
"attributes": {
|
|
9454
10086
|
"category": "color",
|
|
9455
10087
|
"type": "light-mode",
|
|
9456
10088
|
"item": "badge",
|
|
9457
10089
|
"subitem": "indicator",
|
|
9458
|
-
"state": "
|
|
10090
|
+
"state": "neutral"
|
|
9459
10091
|
},
|
|
9460
10092
|
"path": [
|
|
9461
10093
|
"color",
|
|
9462
10094
|
"light-mode",
|
|
9463
10095
|
"badge",
|
|
9464
10096
|
"indicator",
|
|
9465
|
-
"
|
|
10097
|
+
"neutral",
|
|
9466
10098
|
"foreground"
|
|
9467
10099
|
]
|
|
9468
10100
|
}
|