@pantheon-systems/pds-design-tokens 1.0.0-dev.56 → 1.0.0-dev.58
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 +9 -3
- package/build/css/pds-design-tokens-light-mode.css +15 -3
- package/build/css/pds-design-tokens.css +2 -8
- package/build/figma/pds-design-tokens-figma.json +590 -24
- package/build/json/pds-design-tokens-dark-mode.json +258 -9
- package/build/json/pds-design-tokens-light-mode.json +276 -15
- package/build/json/pds-design-tokens.json +60 -24
- package/package.json +1 -1
|
@@ -1,6 +1,176 @@
|
|
|
1
1
|
{
|
|
2
2
|
"color": {
|
|
3
3
|
"dark-mode": {
|
|
4
|
+
"banner": {
|
|
5
|
+
"info": {
|
|
6
|
+
"background": {
|
|
7
|
+
"value": "#9fadbc",
|
|
8
|
+
"public": true,
|
|
9
|
+
"isReferenceToInternal": true,
|
|
10
|
+
"filePath": "tokens/color/alias/banner.dark.json",
|
|
11
|
+
"isSource": true,
|
|
12
|
+
"original": {
|
|
13
|
+
"value": "{color.dark-mode.utility.announcement.value}",
|
|
14
|
+
"public": true,
|
|
15
|
+
"isReferenceToInternal": true
|
|
16
|
+
},
|
|
17
|
+
"name": "color-dark-mode-banner-info-background",
|
|
18
|
+
"attributes": {
|
|
19
|
+
"category": "color",
|
|
20
|
+
"type": "dark-mode",
|
|
21
|
+
"item": "banner",
|
|
22
|
+
"subitem": "info",
|
|
23
|
+
"state": "background"
|
|
24
|
+
},
|
|
25
|
+
"path": [
|
|
26
|
+
"color",
|
|
27
|
+
"dark-mode",
|
|
28
|
+
"banner",
|
|
29
|
+
"info",
|
|
30
|
+
"background"
|
|
31
|
+
]
|
|
32
|
+
},
|
|
33
|
+
"foreground": {
|
|
34
|
+
"value": "#121219",
|
|
35
|
+
"public": true,
|
|
36
|
+
"isReferenceToInternal": true,
|
|
37
|
+
"filePath": "tokens/color/alias/banner.dark.json",
|
|
38
|
+
"isSource": true,
|
|
39
|
+
"original": {
|
|
40
|
+
"value": "{color.dark-mode.neutral.700.value}",
|
|
41
|
+
"public": true,
|
|
42
|
+
"isReferenceToInternal": true
|
|
43
|
+
},
|
|
44
|
+
"name": "color-dark-mode-banner-info-foreground",
|
|
45
|
+
"attributes": {
|
|
46
|
+
"category": "color",
|
|
47
|
+
"type": "dark-mode",
|
|
48
|
+
"item": "banner",
|
|
49
|
+
"subitem": "info",
|
|
50
|
+
"state": "foreground"
|
|
51
|
+
},
|
|
52
|
+
"path": [
|
|
53
|
+
"color",
|
|
54
|
+
"dark-mode",
|
|
55
|
+
"banner",
|
|
56
|
+
"info",
|
|
57
|
+
"foreground"
|
|
58
|
+
]
|
|
59
|
+
}
|
|
60
|
+
},
|
|
61
|
+
"warning": {
|
|
62
|
+
"background": {
|
|
63
|
+
"value": "#e2b203",
|
|
64
|
+
"public": true,
|
|
65
|
+
"isReferenceToInternal": true,
|
|
66
|
+
"filePath": "tokens/color/alias/banner.dark.json",
|
|
67
|
+
"isSource": true,
|
|
68
|
+
"original": {
|
|
69
|
+
"value": "{color.dark-mode.utility.warning.value}",
|
|
70
|
+
"public": true,
|
|
71
|
+
"isReferenceToInternal": true
|
|
72
|
+
},
|
|
73
|
+
"name": "color-dark-mode-banner-warning-background",
|
|
74
|
+
"attributes": {
|
|
75
|
+
"category": "color",
|
|
76
|
+
"type": "dark-mode",
|
|
77
|
+
"item": "banner",
|
|
78
|
+
"subitem": "warning",
|
|
79
|
+
"state": "background"
|
|
80
|
+
},
|
|
81
|
+
"path": [
|
|
82
|
+
"color",
|
|
83
|
+
"dark-mode",
|
|
84
|
+
"banner",
|
|
85
|
+
"warning",
|
|
86
|
+
"background"
|
|
87
|
+
]
|
|
88
|
+
},
|
|
89
|
+
"foreground": {
|
|
90
|
+
"value": "#121219",
|
|
91
|
+
"public": true,
|
|
92
|
+
"isReferenceToInternal": true,
|
|
93
|
+
"filePath": "tokens/color/alias/banner.dark.json",
|
|
94
|
+
"isSource": true,
|
|
95
|
+
"original": {
|
|
96
|
+
"value": "{color.dark-mode.neutral.700.value}",
|
|
97
|
+
"public": true,
|
|
98
|
+
"isReferenceToInternal": true
|
|
99
|
+
},
|
|
100
|
+
"name": "color-dark-mode-banner-warning-foreground",
|
|
101
|
+
"attributes": {
|
|
102
|
+
"category": "color",
|
|
103
|
+
"type": "dark-mode",
|
|
104
|
+
"item": "banner",
|
|
105
|
+
"subitem": "warning",
|
|
106
|
+
"state": "foreground"
|
|
107
|
+
},
|
|
108
|
+
"path": [
|
|
109
|
+
"color",
|
|
110
|
+
"dark-mode",
|
|
111
|
+
"banner",
|
|
112
|
+
"warning",
|
|
113
|
+
"foreground"
|
|
114
|
+
]
|
|
115
|
+
}
|
|
116
|
+
},
|
|
117
|
+
"danger": {
|
|
118
|
+
"background": {
|
|
119
|
+
"value": "#f87462",
|
|
120
|
+
"public": true,
|
|
121
|
+
"isReferenceToInternal": true,
|
|
122
|
+
"filePath": "tokens/color/alias/banner.dark.json",
|
|
123
|
+
"isSource": true,
|
|
124
|
+
"original": {
|
|
125
|
+
"value": "{color.dark-mode.utility.critical.value}",
|
|
126
|
+
"public": true,
|
|
127
|
+
"isReferenceToInternal": true
|
|
128
|
+
},
|
|
129
|
+
"name": "color-dark-mode-banner-danger-background",
|
|
130
|
+
"attributes": {
|
|
131
|
+
"category": "color",
|
|
132
|
+
"type": "dark-mode",
|
|
133
|
+
"item": "banner",
|
|
134
|
+
"subitem": "danger",
|
|
135
|
+
"state": "background"
|
|
136
|
+
},
|
|
137
|
+
"path": [
|
|
138
|
+
"color",
|
|
139
|
+
"dark-mode",
|
|
140
|
+
"banner",
|
|
141
|
+
"danger",
|
|
142
|
+
"background"
|
|
143
|
+
]
|
|
144
|
+
},
|
|
145
|
+
"foreground": {
|
|
146
|
+
"value": "#121219",
|
|
147
|
+
"public": true,
|
|
148
|
+
"isReferenceToInternal": true,
|
|
149
|
+
"filePath": "tokens/color/alias/banner.dark.json",
|
|
150
|
+
"isSource": true,
|
|
151
|
+
"original": {
|
|
152
|
+
"value": "{color.dark-mode.neutral.700.value}",
|
|
153
|
+
"public": true,
|
|
154
|
+
"isReferenceToInternal": true
|
|
155
|
+
},
|
|
156
|
+
"name": "color-dark-mode-banner-danger-foreground",
|
|
157
|
+
"attributes": {
|
|
158
|
+
"category": "color",
|
|
159
|
+
"type": "dark-mode",
|
|
160
|
+
"item": "banner",
|
|
161
|
+
"subitem": "danger",
|
|
162
|
+
"state": "foreground"
|
|
163
|
+
},
|
|
164
|
+
"path": [
|
|
165
|
+
"color",
|
|
166
|
+
"dark-mode",
|
|
167
|
+
"banner",
|
|
168
|
+
"danger",
|
|
169
|
+
"foreground"
|
|
170
|
+
]
|
|
171
|
+
}
|
|
172
|
+
}
|
|
173
|
+
},
|
|
4
174
|
"button": {
|
|
5
175
|
"primary": {
|
|
6
176
|
"background": {
|
|
@@ -2726,6 +2896,91 @@
|
|
|
2726
2896
|
]
|
|
2727
2897
|
}
|
|
2728
2898
|
},
|
|
2899
|
+
"table": {
|
|
2900
|
+
"sort-arrow": {
|
|
2901
|
+
"inactive": {
|
|
2902
|
+
"value": "#a6a3b4",
|
|
2903
|
+
"public": true,
|
|
2904
|
+
"isReferenceToInternal": true,
|
|
2905
|
+
"filePath": "tokens/color/alias/table.dark.json",
|
|
2906
|
+
"isSource": true,
|
|
2907
|
+
"original": {
|
|
2908
|
+
"value": "{color.dark-mode.neutral.200.value}",
|
|
2909
|
+
"public": true,
|
|
2910
|
+
"isReferenceToInternal": true
|
|
2911
|
+
},
|
|
2912
|
+
"name": "color-dark-mode-table-sort-arrow-inactive",
|
|
2913
|
+
"attributes": {
|
|
2914
|
+
"category": "color",
|
|
2915
|
+
"type": "dark-mode",
|
|
2916
|
+
"item": "table",
|
|
2917
|
+
"subitem": "sort-arrow",
|
|
2918
|
+
"state": "inactive"
|
|
2919
|
+
},
|
|
2920
|
+
"path": [
|
|
2921
|
+
"color",
|
|
2922
|
+
"dark-mode",
|
|
2923
|
+
"table",
|
|
2924
|
+
"sort-arrow",
|
|
2925
|
+
"inactive"
|
|
2926
|
+
]
|
|
2927
|
+
},
|
|
2928
|
+
"active": {
|
|
2929
|
+
"value": "#6f54e8",
|
|
2930
|
+
"public": true,
|
|
2931
|
+
"isReferenceToInternal": true,
|
|
2932
|
+
"filePath": "tokens/color/alias/table.dark.json",
|
|
2933
|
+
"isSource": true,
|
|
2934
|
+
"original": {
|
|
2935
|
+
"value": "{color.dark-mode.interactive.visited}",
|
|
2936
|
+
"public": true,
|
|
2937
|
+
"isReferenceToInternal": true
|
|
2938
|
+
},
|
|
2939
|
+
"name": "color-dark-mode-table-sort-arrow-active",
|
|
2940
|
+
"attributes": {
|
|
2941
|
+
"category": "color",
|
|
2942
|
+
"type": "dark-mode",
|
|
2943
|
+
"item": "table",
|
|
2944
|
+
"subitem": "sort-arrow",
|
|
2945
|
+
"state": "active"
|
|
2946
|
+
},
|
|
2947
|
+
"path": [
|
|
2948
|
+
"color",
|
|
2949
|
+
"dark-mode",
|
|
2950
|
+
"table",
|
|
2951
|
+
"sort-arrow",
|
|
2952
|
+
"active"
|
|
2953
|
+
]
|
|
2954
|
+
}
|
|
2955
|
+
}
|
|
2956
|
+
},
|
|
2957
|
+
"tabs": {
|
|
2958
|
+
"accent": {
|
|
2959
|
+
"value": "#ad9bff",
|
|
2960
|
+
"public": true,
|
|
2961
|
+
"isReferenceToInternal": true,
|
|
2962
|
+
"filePath": "tokens/color/alias/tabs.dark.json",
|
|
2963
|
+
"isSource": true,
|
|
2964
|
+
"original": {
|
|
2965
|
+
"value": "{color.dark-mode.brand.secondary.300.value}",
|
|
2966
|
+
"public": true,
|
|
2967
|
+
"isReferenceToInternal": true
|
|
2968
|
+
},
|
|
2969
|
+
"name": "color-dark-mode-tabs-accent",
|
|
2970
|
+
"attributes": {
|
|
2971
|
+
"category": "color",
|
|
2972
|
+
"type": "dark-mode",
|
|
2973
|
+
"item": "tabs",
|
|
2974
|
+
"subitem": "accent"
|
|
2975
|
+
},
|
|
2976
|
+
"path": [
|
|
2977
|
+
"color",
|
|
2978
|
+
"dark-mode",
|
|
2979
|
+
"tabs",
|
|
2980
|
+
"accent"
|
|
2981
|
+
]
|
|
2982
|
+
}
|
|
2983
|
+
},
|
|
2729
2984
|
"tag": {
|
|
2730
2985
|
"1": {
|
|
2731
2986
|
"background": {
|
|
@@ -4646,12 +4901,10 @@
|
|
|
4646
4901
|
"utility": {
|
|
4647
4902
|
"announcement": {
|
|
4648
4903
|
"value": "#9fadbc",
|
|
4649
|
-
"public": true,
|
|
4650
4904
|
"filePath": "tokens/color/base/utility.dark.json",
|
|
4651
4905
|
"isSource": true,
|
|
4652
4906
|
"original": {
|
|
4653
|
-
"value": "#9FADBC"
|
|
4654
|
-
"public": true
|
|
4907
|
+
"value": "#9FADBC"
|
|
4655
4908
|
},
|
|
4656
4909
|
"name": "color-dark-mode-utility-announcement",
|
|
4657
4910
|
"attributes": {
|
|
@@ -4669,12 +4922,10 @@
|
|
|
4669
4922
|
},
|
|
4670
4923
|
"warning": {
|
|
4671
4924
|
"value": "#e2b203",
|
|
4672
|
-
"public": true,
|
|
4673
4925
|
"filePath": "tokens/color/base/utility.dark.json",
|
|
4674
4926
|
"isSource": true,
|
|
4675
4927
|
"original": {
|
|
4676
|
-
"value": "#E2B203"
|
|
4677
|
-
"public": true
|
|
4928
|
+
"value": "#E2B203"
|
|
4678
4929
|
},
|
|
4679
4930
|
"name": "color-dark-mode-utility-warning",
|
|
4680
4931
|
"attributes": {
|
|
@@ -4692,12 +4943,10 @@
|
|
|
4692
4943
|
},
|
|
4693
4944
|
"critical": {
|
|
4694
4945
|
"value": "#f87462",
|
|
4695
|
-
"public": true,
|
|
4696
4946
|
"filePath": "tokens/color/base/utility.dark.json",
|
|
4697
4947
|
"isSource": true,
|
|
4698
4948
|
"original": {
|
|
4699
|
-
"value": "#F87462"
|
|
4700
|
-
"public": true
|
|
4949
|
+
"value": "#F87462"
|
|
4701
4950
|
},
|
|
4702
4951
|
"name": "color-dark-mode-utility-critical",
|
|
4703
4952
|
"attributes": {
|
|
@@ -1,6 +1,176 @@
|
|
|
1
1
|
{
|
|
2
2
|
"color": {
|
|
3
3
|
"light-mode": {
|
|
4
|
+
"banner": {
|
|
5
|
+
"info": {
|
|
6
|
+
"background": {
|
|
7
|
+
"value": "#44546f",
|
|
8
|
+
"public": true,
|
|
9
|
+
"isReferenceToInternal": true,
|
|
10
|
+
"filePath": "tokens/color/alias/banner.light.json",
|
|
11
|
+
"isSource": true,
|
|
12
|
+
"original": {
|
|
13
|
+
"value": "{color.light-mode.utility.announcement.value}",
|
|
14
|
+
"public": true,
|
|
15
|
+
"isReferenceToInternal": true
|
|
16
|
+
},
|
|
17
|
+
"name": "color-light-mode-banner-info-background",
|
|
18
|
+
"attributes": {
|
|
19
|
+
"category": "color",
|
|
20
|
+
"type": "light-mode",
|
|
21
|
+
"item": "banner",
|
|
22
|
+
"subitem": "info",
|
|
23
|
+
"state": "background"
|
|
24
|
+
},
|
|
25
|
+
"path": [
|
|
26
|
+
"color",
|
|
27
|
+
"light-mode",
|
|
28
|
+
"banner",
|
|
29
|
+
"info",
|
|
30
|
+
"background"
|
|
31
|
+
]
|
|
32
|
+
},
|
|
33
|
+
"foreground": {
|
|
34
|
+
"value": "#ffffff",
|
|
35
|
+
"public": true,
|
|
36
|
+
"isReferenceToInternal": true,
|
|
37
|
+
"filePath": "tokens/color/alias/banner.light.json",
|
|
38
|
+
"isSource": true,
|
|
39
|
+
"original": {
|
|
40
|
+
"value": "{color.light-mode.neutral.000.value}",
|
|
41
|
+
"public": true,
|
|
42
|
+
"isReferenceToInternal": true
|
|
43
|
+
},
|
|
44
|
+
"name": "color-light-mode-banner-info-foreground",
|
|
45
|
+
"attributes": {
|
|
46
|
+
"category": "color",
|
|
47
|
+
"type": "light-mode",
|
|
48
|
+
"item": "banner",
|
|
49
|
+
"subitem": "info",
|
|
50
|
+
"state": "foreground"
|
|
51
|
+
},
|
|
52
|
+
"path": [
|
|
53
|
+
"color",
|
|
54
|
+
"light-mode",
|
|
55
|
+
"banner",
|
|
56
|
+
"info",
|
|
57
|
+
"foreground"
|
|
58
|
+
]
|
|
59
|
+
}
|
|
60
|
+
},
|
|
61
|
+
"warning": {
|
|
62
|
+
"background": {
|
|
63
|
+
"value": "#e2b203",
|
|
64
|
+
"public": true,
|
|
65
|
+
"isReferenceToInternal": true,
|
|
66
|
+
"filePath": "tokens/color/alias/banner.light.json",
|
|
67
|
+
"isSource": true,
|
|
68
|
+
"original": {
|
|
69
|
+
"value": "{color.light-mode.utility.warning.value}",
|
|
70
|
+
"public": true,
|
|
71
|
+
"isReferenceToInternal": true
|
|
72
|
+
},
|
|
73
|
+
"name": "color-light-mode-banner-warning-background",
|
|
74
|
+
"attributes": {
|
|
75
|
+
"category": "color",
|
|
76
|
+
"type": "light-mode",
|
|
77
|
+
"item": "banner",
|
|
78
|
+
"subitem": "warning",
|
|
79
|
+
"state": "background"
|
|
80
|
+
},
|
|
81
|
+
"path": [
|
|
82
|
+
"color",
|
|
83
|
+
"light-mode",
|
|
84
|
+
"banner",
|
|
85
|
+
"warning",
|
|
86
|
+
"background"
|
|
87
|
+
]
|
|
88
|
+
},
|
|
89
|
+
"foreground": {
|
|
90
|
+
"value": "#23232d",
|
|
91
|
+
"public": true,
|
|
92
|
+
"isReferenceToInternal": true,
|
|
93
|
+
"filePath": "tokens/color/alias/banner.light.json",
|
|
94
|
+
"isSource": true,
|
|
95
|
+
"original": {
|
|
96
|
+
"value": "{color.light-mode.text.default.value}",
|
|
97
|
+
"public": true,
|
|
98
|
+
"isReferenceToInternal": true
|
|
99
|
+
},
|
|
100
|
+
"name": "color-light-mode-banner-warning-foreground",
|
|
101
|
+
"attributes": {
|
|
102
|
+
"category": "color",
|
|
103
|
+
"type": "light-mode",
|
|
104
|
+
"item": "banner",
|
|
105
|
+
"subitem": "warning",
|
|
106
|
+
"state": "foreground"
|
|
107
|
+
},
|
|
108
|
+
"path": [
|
|
109
|
+
"color",
|
|
110
|
+
"light-mode",
|
|
111
|
+
"banner",
|
|
112
|
+
"warning",
|
|
113
|
+
"foreground"
|
|
114
|
+
]
|
|
115
|
+
}
|
|
116
|
+
},
|
|
117
|
+
"danger": {
|
|
118
|
+
"background": {
|
|
119
|
+
"value": "#ca3521",
|
|
120
|
+
"public": true,
|
|
121
|
+
"isReferenceToInternal": true,
|
|
122
|
+
"filePath": "tokens/color/alias/banner.light.json",
|
|
123
|
+
"isSource": true,
|
|
124
|
+
"original": {
|
|
125
|
+
"value": "{color.light-mode.utility.critical.value}",
|
|
126
|
+
"public": true,
|
|
127
|
+
"isReferenceToInternal": true
|
|
128
|
+
},
|
|
129
|
+
"name": "color-light-mode-banner-danger-background",
|
|
130
|
+
"attributes": {
|
|
131
|
+
"category": "color",
|
|
132
|
+
"type": "light-mode",
|
|
133
|
+
"item": "banner",
|
|
134
|
+
"subitem": "danger",
|
|
135
|
+
"state": "background"
|
|
136
|
+
},
|
|
137
|
+
"path": [
|
|
138
|
+
"color",
|
|
139
|
+
"light-mode",
|
|
140
|
+
"banner",
|
|
141
|
+
"danger",
|
|
142
|
+
"background"
|
|
143
|
+
]
|
|
144
|
+
},
|
|
145
|
+
"foreground": {
|
|
146
|
+
"value": "#ffffff",
|
|
147
|
+
"public": true,
|
|
148
|
+
"isReferenceToInternal": true,
|
|
149
|
+
"filePath": "tokens/color/alias/banner.light.json",
|
|
150
|
+
"isSource": true,
|
|
151
|
+
"original": {
|
|
152
|
+
"value": "{color.light-mode.neutral.000.value}",
|
|
153
|
+
"public": true,
|
|
154
|
+
"isReferenceToInternal": true
|
|
155
|
+
},
|
|
156
|
+
"name": "color-light-mode-banner-danger-foreground",
|
|
157
|
+
"attributes": {
|
|
158
|
+
"category": "color",
|
|
159
|
+
"type": "light-mode",
|
|
160
|
+
"item": "banner",
|
|
161
|
+
"subitem": "danger",
|
|
162
|
+
"state": "foreground"
|
|
163
|
+
},
|
|
164
|
+
"path": [
|
|
165
|
+
"color",
|
|
166
|
+
"light-mode",
|
|
167
|
+
"banner",
|
|
168
|
+
"danger",
|
|
169
|
+
"foreground"
|
|
170
|
+
]
|
|
171
|
+
}
|
|
172
|
+
}
|
|
173
|
+
},
|
|
4
174
|
"button": {
|
|
5
175
|
"primary": {
|
|
6
176
|
"background": {
|
|
@@ -2809,6 +2979,91 @@
|
|
|
2809
2979
|
]
|
|
2810
2980
|
}
|
|
2811
2981
|
},
|
|
2982
|
+
"table": {
|
|
2983
|
+
"sort-arrow": {
|
|
2984
|
+
"inactive": {
|
|
2985
|
+
"value": "#cfcfd3",
|
|
2986
|
+
"public": true,
|
|
2987
|
+
"isReferenceToInternal": true,
|
|
2988
|
+
"filePath": "tokens/color/alias/table.light.json",
|
|
2989
|
+
"isSource": true,
|
|
2990
|
+
"original": {
|
|
2991
|
+
"value": "{color.light-mode.neutral.300.value}",
|
|
2992
|
+
"public": true,
|
|
2993
|
+
"isReferenceToInternal": true
|
|
2994
|
+
},
|
|
2995
|
+
"name": "color-light-mode-table-sort-arrow-inactive",
|
|
2996
|
+
"attributes": {
|
|
2997
|
+
"category": "color",
|
|
2998
|
+
"type": "light-mode",
|
|
2999
|
+
"item": "table",
|
|
3000
|
+
"subitem": "sort-arrow",
|
|
3001
|
+
"state": "inactive"
|
|
3002
|
+
},
|
|
3003
|
+
"path": [
|
|
3004
|
+
"color",
|
|
3005
|
+
"light-mode",
|
|
3006
|
+
"table",
|
|
3007
|
+
"sort-arrow",
|
|
3008
|
+
"inactive"
|
|
3009
|
+
]
|
|
3010
|
+
},
|
|
3011
|
+
"active": {
|
|
3012
|
+
"value": "#6f54e8",
|
|
3013
|
+
"public": true,
|
|
3014
|
+
"isReferenceToInternal": true,
|
|
3015
|
+
"filePath": "tokens/color/alias/table.light.json",
|
|
3016
|
+
"isSource": true,
|
|
3017
|
+
"original": {
|
|
3018
|
+
"value": "{color.light-mode.interactive.visited}",
|
|
3019
|
+
"public": true,
|
|
3020
|
+
"isReferenceToInternal": true
|
|
3021
|
+
},
|
|
3022
|
+
"name": "color-light-mode-table-sort-arrow-active",
|
|
3023
|
+
"attributes": {
|
|
3024
|
+
"category": "color",
|
|
3025
|
+
"type": "light-mode",
|
|
3026
|
+
"item": "table",
|
|
3027
|
+
"subitem": "sort-arrow",
|
|
3028
|
+
"state": "active"
|
|
3029
|
+
},
|
|
3030
|
+
"path": [
|
|
3031
|
+
"color",
|
|
3032
|
+
"light-mode",
|
|
3033
|
+
"table",
|
|
3034
|
+
"sort-arrow",
|
|
3035
|
+
"active"
|
|
3036
|
+
]
|
|
3037
|
+
}
|
|
3038
|
+
}
|
|
3039
|
+
},
|
|
3040
|
+
"tabs": {
|
|
3041
|
+
"accent": {
|
|
3042
|
+
"value": "#5f41e5",
|
|
3043
|
+
"public": true,
|
|
3044
|
+
"isReferenceToInternal": true,
|
|
3045
|
+
"filePath": "tokens/color/alias/tabs.light.json",
|
|
3046
|
+
"isSource": true,
|
|
3047
|
+
"original": {
|
|
3048
|
+
"value": "{color.light-mode.brand.secondary.300.value}",
|
|
3049
|
+
"public": true,
|
|
3050
|
+
"isReferenceToInternal": true
|
|
3051
|
+
},
|
|
3052
|
+
"name": "color-light-mode-tabs-accent",
|
|
3053
|
+
"attributes": {
|
|
3054
|
+
"category": "color",
|
|
3055
|
+
"type": "light-mode",
|
|
3056
|
+
"item": "tabs",
|
|
3057
|
+
"subitem": "accent"
|
|
3058
|
+
},
|
|
3059
|
+
"path": [
|
|
3060
|
+
"color",
|
|
3061
|
+
"light-mode",
|
|
3062
|
+
"tabs",
|
|
3063
|
+
"accent"
|
|
3064
|
+
]
|
|
3065
|
+
}
|
|
3066
|
+
},
|
|
2812
3067
|
"tag": {
|
|
2813
3068
|
"1": {
|
|
2814
3069
|
"background": {
|
|
@@ -4296,10 +4551,12 @@
|
|
|
4296
4551
|
"neutral": {
|
|
4297
4552
|
"100": {
|
|
4298
4553
|
"value": "#f8f8f8",
|
|
4554
|
+
"public": true,
|
|
4299
4555
|
"filePath": "tokens/color/base/neutral.light.json",
|
|
4300
4556
|
"isSource": true,
|
|
4301
4557
|
"original": {
|
|
4302
|
-
"value": "#f8f8f8"
|
|
4558
|
+
"value": "#f8f8f8",
|
|
4559
|
+
"public": true
|
|
4303
4560
|
},
|
|
4304
4561
|
"name": "color-light-mode-neutral-100",
|
|
4305
4562
|
"attributes": {
|
|
@@ -4317,10 +4574,12 @@
|
|
|
4317
4574
|
},
|
|
4318
4575
|
"200": {
|
|
4319
4576
|
"value": "#f1f1f1",
|
|
4577
|
+
"public": true,
|
|
4320
4578
|
"filePath": "tokens/color/base/neutral.light.json",
|
|
4321
4579
|
"isSource": true,
|
|
4322
4580
|
"original": {
|
|
4323
|
-
"value": "#f1f1f1"
|
|
4581
|
+
"value": "#f1f1f1",
|
|
4582
|
+
"public": true
|
|
4324
4583
|
},
|
|
4325
4584
|
"name": "color-light-mode-neutral-200",
|
|
4326
4585
|
"attributes": {
|
|
@@ -4338,10 +4597,12 @@
|
|
|
4338
4597
|
},
|
|
4339
4598
|
"300": {
|
|
4340
4599
|
"value": "#cfcfd3",
|
|
4600
|
+
"public": true,
|
|
4341
4601
|
"filePath": "tokens/color/base/neutral.light.json",
|
|
4342
4602
|
"isSource": true,
|
|
4343
4603
|
"original": {
|
|
4344
|
-
"value": "#CFCFD3"
|
|
4604
|
+
"value": "#CFCFD3",
|
|
4605
|
+
"public": true
|
|
4345
4606
|
},
|
|
4346
4607
|
"name": "color-light-mode-neutral-300",
|
|
4347
4608
|
"attributes": {
|
|
@@ -4359,10 +4620,12 @@
|
|
|
4359
4620
|
},
|
|
4360
4621
|
"400": {
|
|
4361
4622
|
"value": "#6d6d78",
|
|
4623
|
+
"public": true,
|
|
4362
4624
|
"filePath": "tokens/color/base/neutral.light.json",
|
|
4363
4625
|
"isSource": true,
|
|
4364
4626
|
"original": {
|
|
4365
|
-
"value": "#6D6D78"
|
|
4627
|
+
"value": "#6D6D78",
|
|
4628
|
+
"public": true
|
|
4366
4629
|
},
|
|
4367
4630
|
"name": "color-light-mode-neutral-400",
|
|
4368
4631
|
"attributes": {
|
|
@@ -4380,10 +4643,12 @@
|
|
|
4380
4643
|
},
|
|
4381
4644
|
"500": {
|
|
4382
4645
|
"value": "#23232d",
|
|
4646
|
+
"public": true,
|
|
4383
4647
|
"filePath": "tokens/color/base/neutral.light.json",
|
|
4384
4648
|
"isSource": true,
|
|
4385
4649
|
"original": {
|
|
4386
|
-
"value": "#23232D"
|
|
4650
|
+
"value": "#23232D",
|
|
4651
|
+
"public": true
|
|
4387
4652
|
},
|
|
4388
4653
|
"name": "color-light-mode-neutral-500",
|
|
4389
4654
|
"attributes": {
|
|
@@ -4401,10 +4666,12 @@
|
|
|
4401
4666
|
},
|
|
4402
4667
|
"000": {
|
|
4403
4668
|
"value": "#ffffff",
|
|
4669
|
+
"public": true,
|
|
4404
4670
|
"filePath": "tokens/color/base/neutral.light.json",
|
|
4405
4671
|
"isSource": true,
|
|
4406
4672
|
"original": {
|
|
4407
|
-
"value": "#FFFFFF"
|
|
4673
|
+
"value": "#FFFFFF",
|
|
4674
|
+
"public": true
|
|
4408
4675
|
},
|
|
4409
4676
|
"name": "color-light-mode-neutral-000",
|
|
4410
4677
|
"attributes": {
|
|
@@ -4666,12 +4933,10 @@
|
|
|
4666
4933
|
"utility": {
|
|
4667
4934
|
"announcement": {
|
|
4668
4935
|
"value": "#44546f",
|
|
4669
|
-
"public": true,
|
|
4670
4936
|
"filePath": "tokens/color/base/utility.light.json",
|
|
4671
4937
|
"isSource": true,
|
|
4672
4938
|
"original": {
|
|
4673
|
-
"value": "#44546F"
|
|
4674
|
-
"public": true
|
|
4939
|
+
"value": "#44546F"
|
|
4675
4940
|
},
|
|
4676
4941
|
"name": "color-light-mode-utility-announcement",
|
|
4677
4942
|
"attributes": {
|
|
@@ -4689,12 +4954,10 @@
|
|
|
4689
4954
|
},
|
|
4690
4955
|
"warning": {
|
|
4691
4956
|
"value": "#e2b203",
|
|
4692
|
-
"public": true,
|
|
4693
4957
|
"filePath": "tokens/color/base/utility.light.json",
|
|
4694
4958
|
"isSource": true,
|
|
4695
4959
|
"original": {
|
|
4696
|
-
"value": "#E2B203"
|
|
4697
|
-
"public": true
|
|
4960
|
+
"value": "#E2B203"
|
|
4698
4961
|
},
|
|
4699
4962
|
"name": "color-light-mode-utility-warning",
|
|
4700
4963
|
"attributes": {
|
|
@@ -4712,12 +4975,10 @@
|
|
|
4712
4975
|
},
|
|
4713
4976
|
"critical": {
|
|
4714
4977
|
"value": "#ca3521",
|
|
4715
|
-
"public": true,
|
|
4716
4978
|
"filePath": "tokens/color/base/utility.light.json",
|
|
4717
4979
|
"isSource": true,
|
|
4718
4980
|
"original": {
|
|
4719
|
-
"value": "#CA3521"
|
|
4720
|
-
"public": true
|
|
4981
|
+
"value": "#CA3521"
|
|
4721
4982
|
},
|
|
4722
4983
|
"name": "color-light-mode-utility-critical",
|
|
4723
4984
|
"attributes": {
|