@pantheon-systems/pds-design-tokens 1.0.0-dev.5 → 1.0.0-dev.51
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/README.md +2 -3
- package/build/css/pds-design-tokens-dark-mode.css +82 -30
- package/build/css/pds-design-tokens-light-mode.css +87 -32
- package/build/css/pds-design-tokens.css +26 -3
- package/build/figma/pds-design-tokens-figma.json +5974 -3525
- package/build/json/pds-design-tokens-dark-mode.json +2194 -1158
- package/build/json/pds-design-tokens-light-mode.json +2264 -1089
- package/build/json/pds-design-tokens.json +386 -104
- package/package.json +1 -1
- package/build/scss/_pds-design-tokens-dark-mode.scss +0 -93
- package/build/scss/_pds-design-tokens-light-mode.scss +0 -93
- package/build/scss/_pds-design-tokens.scss +0 -16
|
@@ -1,207 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"color": {
|
|
3
3
|
"dark-mode": {
|
|
4
|
-
"background": {
|
|
5
|
-
"default": {
|
|
6
|
-
"value": "#1d1d29",
|
|
7
|
-
"public": true,
|
|
8
|
-
"isReferenceToInternal": true,
|
|
9
|
-
"filePath": "tokens/color/alias/defaults.dark.json",
|
|
10
|
-
"isSource": true,
|
|
11
|
-
"original": {
|
|
12
|
-
"value": "{color.dark-mode.neutral.600.value}",
|
|
13
|
-
"public": true,
|
|
14
|
-
"isReferenceToInternal": true
|
|
15
|
-
},
|
|
16
|
-
"name": "color-dark-mode-background-default",
|
|
17
|
-
"attributes": {
|
|
18
|
-
"category": "color",
|
|
19
|
-
"type": "dark-mode",
|
|
20
|
-
"item": "background",
|
|
21
|
-
"subitem": "default"
|
|
22
|
-
},
|
|
23
|
-
"path": [
|
|
24
|
-
"color",
|
|
25
|
-
"dark-mode",
|
|
26
|
-
"background",
|
|
27
|
-
"default"
|
|
28
|
-
]
|
|
29
|
-
}
|
|
30
|
-
},
|
|
31
|
-
"border": {
|
|
32
|
-
"default": {
|
|
33
|
-
"value": "#504e62",
|
|
34
|
-
"public": true,
|
|
35
|
-
"isReferenceToInternal": true,
|
|
36
|
-
"filePath": "tokens/color/alias/defaults.dark.json",
|
|
37
|
-
"isSource": true,
|
|
38
|
-
"original": {
|
|
39
|
-
"value": "{color.dark-mode.neutral.400.value}",
|
|
40
|
-
"public": true,
|
|
41
|
-
"isReferenceToInternal": true
|
|
42
|
-
},
|
|
43
|
-
"name": "color-dark-mode-border-default",
|
|
44
|
-
"attributes": {
|
|
45
|
-
"category": "color",
|
|
46
|
-
"type": "dark-mode",
|
|
47
|
-
"item": "border",
|
|
48
|
-
"subitem": "default"
|
|
49
|
-
},
|
|
50
|
-
"path": [
|
|
51
|
-
"color",
|
|
52
|
-
"dark-mode",
|
|
53
|
-
"border",
|
|
54
|
-
"default"
|
|
55
|
-
]
|
|
56
|
-
}
|
|
57
|
-
},
|
|
58
|
-
"foreground": {
|
|
59
|
-
"default": {
|
|
60
|
-
"value": "#ffffff",
|
|
61
|
-
"public": true,
|
|
62
|
-
"isReferenceToInternal": true,
|
|
63
|
-
"filePath": "tokens/color/alias/defaults.dark.json",
|
|
64
|
-
"isSource": true,
|
|
65
|
-
"original": {
|
|
66
|
-
"value": "{color.dark-mode.neutral.000.value}",
|
|
67
|
-
"public": true,
|
|
68
|
-
"isReferenceToInternal": true
|
|
69
|
-
},
|
|
70
|
-
"name": "color-dark-mode-foreground-default",
|
|
71
|
-
"attributes": {
|
|
72
|
-
"category": "color",
|
|
73
|
-
"type": "dark-mode",
|
|
74
|
-
"item": "foreground",
|
|
75
|
-
"subitem": "default"
|
|
76
|
-
},
|
|
77
|
-
"path": [
|
|
78
|
-
"color",
|
|
79
|
-
"dark-mode",
|
|
80
|
-
"foreground",
|
|
81
|
-
"default"
|
|
82
|
-
]
|
|
83
|
-
}
|
|
84
|
-
},
|
|
85
|
-
"input": {
|
|
86
|
-
"background": {
|
|
87
|
-
"default": {
|
|
88
|
-
"value": "#1d1d29",
|
|
89
|
-
"public": true,
|
|
90
|
-
"isReferenceToInternal": true,
|
|
91
|
-
"filePath": "tokens/color/alias/input.dark.json",
|
|
92
|
-
"isSource": true,
|
|
93
|
-
"original": {
|
|
94
|
-
"value": "{color.dark-mode.neutral.600.value}",
|
|
95
|
-
"public": true,
|
|
96
|
-
"isReferenceToInternal": true
|
|
97
|
-
},
|
|
98
|
-
"name": "color-dark-mode-input-background-default",
|
|
99
|
-
"attributes": {
|
|
100
|
-
"category": "color",
|
|
101
|
-
"type": "dark-mode",
|
|
102
|
-
"item": "input",
|
|
103
|
-
"subitem": "background",
|
|
104
|
-
"state": "default"
|
|
105
|
-
},
|
|
106
|
-
"path": [
|
|
107
|
-
"color",
|
|
108
|
-
"dark-mode",
|
|
109
|
-
"input",
|
|
110
|
-
"background",
|
|
111
|
-
"default"
|
|
112
|
-
]
|
|
113
|
-
},
|
|
114
|
-
"disabled": {
|
|
115
|
-
"value": "#504e62",
|
|
116
|
-
"public": true,
|
|
117
|
-
"isReferenceToInternal": true,
|
|
118
|
-
"filePath": "tokens/color/alias/input.dark.json",
|
|
119
|
-
"isSource": true,
|
|
120
|
-
"original": {
|
|
121
|
-
"value": "{color.dark-mode.neutral.400.value}",
|
|
122
|
-
"public": true,
|
|
123
|
-
"isReferenceToInternal": true
|
|
124
|
-
},
|
|
125
|
-
"name": "color-dark-mode-input-background-disabled",
|
|
126
|
-
"attributes": {
|
|
127
|
-
"category": "color",
|
|
128
|
-
"type": "dark-mode",
|
|
129
|
-
"item": "input",
|
|
130
|
-
"subitem": "background",
|
|
131
|
-
"state": "disabled"
|
|
132
|
-
},
|
|
133
|
-
"path": [
|
|
134
|
-
"color",
|
|
135
|
-
"dark-mode",
|
|
136
|
-
"input",
|
|
137
|
-
"background",
|
|
138
|
-
"disabled"
|
|
139
|
-
]
|
|
140
|
-
}
|
|
141
|
-
},
|
|
142
|
-
"border": {
|
|
143
|
-
"default": {
|
|
144
|
-
"value": "#504e62",
|
|
145
|
-
"public": true,
|
|
146
|
-
"filePath": "tokens/color/alias/input.dark.json",
|
|
147
|
-
"isSource": true,
|
|
148
|
-
"original": {
|
|
149
|
-
"value": "{color.dark-mode.border.default}",
|
|
150
|
-
"public": true
|
|
151
|
-
},
|
|
152
|
-
"name": "color-dark-mode-input-border-default",
|
|
153
|
-
"attributes": {
|
|
154
|
-
"category": "color",
|
|
155
|
-
"type": "dark-mode",
|
|
156
|
-
"item": "input",
|
|
157
|
-
"subitem": "border",
|
|
158
|
-
"state": "default"
|
|
159
|
-
},
|
|
160
|
-
"path": [
|
|
161
|
-
"color",
|
|
162
|
-
"dark-mode",
|
|
163
|
-
"input",
|
|
164
|
-
"border",
|
|
165
|
-
"default"
|
|
166
|
-
]
|
|
167
|
-
},
|
|
168
|
-
"disabled": {
|
|
169
|
-
"value": "#858299",
|
|
170
|
-
"public": true,
|
|
171
|
-
"isReferenceToInternal": true,
|
|
172
|
-
"filePath": "tokens/color/alias/input.dark.json",
|
|
173
|
-
"isSource": true,
|
|
174
|
-
"original": {
|
|
175
|
-
"value": "{color.dark-mode.neutral.300.value}",
|
|
176
|
-
"public": true,
|
|
177
|
-
"isReferenceToInternal": true
|
|
178
|
-
},
|
|
179
|
-
"name": "color-dark-mode-input-border-disabled",
|
|
180
|
-
"attributes": {
|
|
181
|
-
"category": "color",
|
|
182
|
-
"type": "dark-mode",
|
|
183
|
-
"item": "input",
|
|
184
|
-
"subitem": "border",
|
|
185
|
-
"state": "disabled"
|
|
186
|
-
},
|
|
187
|
-
"path": [
|
|
188
|
-
"color",
|
|
189
|
-
"dark-mode",
|
|
190
|
-
"input",
|
|
191
|
-
"border",
|
|
192
|
-
"disabled"
|
|
193
|
-
]
|
|
194
|
-
}
|
|
195
|
-
}
|
|
196
|
-
},
|
|
197
4
|
"button": {
|
|
198
5
|
"primary": {
|
|
199
6
|
"background": {
|
|
200
7
|
"default": {
|
|
201
|
-
"value": "#
|
|
8
|
+
"value": "#8a70ff",
|
|
202
9
|
"public": true,
|
|
203
10
|
"isReferenceToInternal": true,
|
|
204
|
-
"filePath": "tokens/color/alias/
|
|
11
|
+
"filePath": "tokens/color/alias/button.dark.json",
|
|
205
12
|
"isSource": true,
|
|
206
13
|
"original": {
|
|
207
14
|
"value": "{color.dark-mode.brand.secondary.400.value}",
|
|
@@ -226,10 +33,10 @@
|
|
|
226
33
|
]
|
|
227
34
|
},
|
|
228
35
|
"hover": {
|
|
229
|
-
"value": "#
|
|
36
|
+
"value": "#ad9bff",
|
|
230
37
|
"public": true,
|
|
231
38
|
"isReferenceToInternal": true,
|
|
232
|
-
"filePath": "tokens/color/alias/
|
|
39
|
+
"filePath": "tokens/color/alias/button.dark.json",
|
|
233
40
|
"isSource": true,
|
|
234
41
|
"original": {
|
|
235
42
|
"value": "{color.dark-mode.brand.secondary.300.value}",
|
|
@@ -254,10 +61,10 @@
|
|
|
254
61
|
]
|
|
255
62
|
},
|
|
256
63
|
"active": {
|
|
257
|
-
"value": "#
|
|
64
|
+
"value": "#4e39a8",
|
|
258
65
|
"public": true,
|
|
259
66
|
"isReferenceToInternal": true,
|
|
260
|
-
"filePath": "tokens/color/alias/
|
|
67
|
+
"filePath": "tokens/color/alias/button.dark.json",
|
|
261
68
|
"isSource": true,
|
|
262
69
|
"original": {
|
|
263
70
|
"value": "{color.dark-mode.brand.secondary.500.value}",
|
|
@@ -284,10 +91,10 @@
|
|
|
284
91
|
},
|
|
285
92
|
"border": {
|
|
286
93
|
"default": {
|
|
287
|
-
"value": "#
|
|
94
|
+
"value": "#8a70ff",
|
|
288
95
|
"public": true,
|
|
289
96
|
"isReferenceToInternal": true,
|
|
290
|
-
"filePath": "tokens/color/alias/
|
|
97
|
+
"filePath": "tokens/color/alias/button.dark.json",
|
|
291
98
|
"isSource": true,
|
|
292
99
|
"original": {
|
|
293
100
|
"value": "{color.dark-mode.brand.secondary.400.value}",
|
|
@@ -312,10 +119,10 @@
|
|
|
312
119
|
]
|
|
313
120
|
},
|
|
314
121
|
"hover": {
|
|
315
|
-
"value": "#
|
|
122
|
+
"value": "#ad9bff",
|
|
316
123
|
"public": true,
|
|
317
124
|
"isReferenceToInternal": true,
|
|
318
|
-
"filePath": "tokens/color/alias/
|
|
125
|
+
"filePath": "tokens/color/alias/button.dark.json",
|
|
319
126
|
"isSource": true,
|
|
320
127
|
"original": {
|
|
321
128
|
"value": "{color.dark-mode.brand.secondary.300.value}",
|
|
@@ -340,10 +147,10 @@
|
|
|
340
147
|
]
|
|
341
148
|
},
|
|
342
149
|
"active": {
|
|
343
|
-
"value": "#
|
|
150
|
+
"value": "#4e39a8",
|
|
344
151
|
"public": true,
|
|
345
152
|
"isReferenceToInternal": true,
|
|
346
|
-
"filePath": "tokens/color/alias/
|
|
153
|
+
"filePath": "tokens/color/alias/button.dark.json",
|
|
347
154
|
"isSource": true,
|
|
348
155
|
"original": {
|
|
349
156
|
"value": "{color.dark-mode.brand.secondary.500.value}",
|
|
@@ -373,7 +180,7 @@
|
|
|
373
180
|
"value": "#ffffff",
|
|
374
181
|
"public": true,
|
|
375
182
|
"isReferenceToInternal": true,
|
|
376
|
-
"filePath": "tokens/color/alias/
|
|
183
|
+
"filePath": "tokens/color/alias/button.dark.json",
|
|
377
184
|
"isSource": true,
|
|
378
185
|
"original": {
|
|
379
186
|
"value": "{color.dark-mode.neutral.000.value}",
|
|
@@ -401,7 +208,7 @@
|
|
|
401
208
|
"value": "#ffffff",
|
|
402
209
|
"public": true,
|
|
403
210
|
"isReferenceToInternal": true,
|
|
404
|
-
"filePath": "tokens/color/alias/
|
|
211
|
+
"filePath": "tokens/color/alias/button.dark.json",
|
|
405
212
|
"isSource": true,
|
|
406
213
|
"original": {
|
|
407
214
|
"value": "{color.dark-mode.neutral.000.value}",
|
|
@@ -429,7 +236,7 @@
|
|
|
429
236
|
"value": "#ffffff",
|
|
430
237
|
"public": true,
|
|
431
238
|
"isReferenceToInternal": true,
|
|
432
|
-
"filePath": "tokens/color/alias/
|
|
239
|
+
"filePath": "tokens/color/alias/button.dark.json",
|
|
433
240
|
"isSource": true,
|
|
434
241
|
"original": {
|
|
435
242
|
"value": "{color.dark-mode.neutral.000.value}",
|
|
@@ -460,7 +267,7 @@
|
|
|
460
267
|
"default": {
|
|
461
268
|
"value": "rgba(0, 0, 0, 0)",
|
|
462
269
|
"public": true,
|
|
463
|
-
"filePath": "tokens/color/alias/
|
|
270
|
+
"filePath": "tokens/color/alias/button.dark.json",
|
|
464
271
|
"isSource": true,
|
|
465
272
|
"original": {
|
|
466
273
|
"value": "transparent",
|
|
@@ -487,7 +294,7 @@
|
|
|
487
294
|
"value": "#504e62",
|
|
488
295
|
"public": true,
|
|
489
296
|
"isReferenceToInternal": true,
|
|
490
|
-
"filePath": "tokens/color/alias/
|
|
297
|
+
"filePath": "tokens/color/alias/button.dark.json",
|
|
491
298
|
"isSource": true,
|
|
492
299
|
"original": {
|
|
493
300
|
"value": "{color.dark-mode.neutral.400.value}",
|
|
@@ -515,7 +322,7 @@
|
|
|
515
322
|
"value": "#282839",
|
|
516
323
|
"public": true,
|
|
517
324
|
"isReferenceToInternal": true,
|
|
518
|
-
"filePath": "tokens/color/alias/
|
|
325
|
+
"filePath": "tokens/color/alias/button.dark.json",
|
|
519
326
|
"isSource": true,
|
|
520
327
|
"original": {
|
|
521
328
|
"value": "{color.dark-mode.neutral.500.value}",
|
|
@@ -545,7 +352,7 @@
|
|
|
545
352
|
"value": "#a6a3b4",
|
|
546
353
|
"public": true,
|
|
547
354
|
"isReferenceToInternal": true,
|
|
548
|
-
"filePath": "tokens/color/alias/
|
|
355
|
+
"filePath": "tokens/color/alias/button.dark.json",
|
|
549
356
|
"isSource": true,
|
|
550
357
|
"original": {
|
|
551
358
|
"value": "{color.dark-mode.neutral.200.value}",
|
|
@@ -573,7 +380,7 @@
|
|
|
573
380
|
"value": "#ffffff",
|
|
574
381
|
"public": true,
|
|
575
382
|
"isReferenceToInternal": true,
|
|
576
|
-
"filePath": "tokens/color/alias/
|
|
383
|
+
"filePath": "tokens/color/alias/button.dark.json",
|
|
577
384
|
"isSource": true,
|
|
578
385
|
"original": {
|
|
579
386
|
"value": "{color.dark-mode.neutral.000.value}",
|
|
@@ -601,7 +408,7 @@
|
|
|
601
408
|
"value": "#504e62",
|
|
602
409
|
"public": true,
|
|
603
410
|
"isReferenceToInternal": true,
|
|
604
|
-
"filePath": "tokens/color/alias/
|
|
411
|
+
"filePath": "tokens/color/alias/button.dark.json",
|
|
605
412
|
"isSource": true,
|
|
606
413
|
"original": {
|
|
607
414
|
"value": "{color.dark-mode.neutral.400.value}",
|
|
@@ -631,7 +438,7 @@
|
|
|
631
438
|
"value": "#e7e7eb",
|
|
632
439
|
"public": true,
|
|
633
440
|
"isReferenceToInternal": true,
|
|
634
|
-
"filePath": "tokens/color/alias/
|
|
441
|
+
"filePath": "tokens/color/alias/button.dark.json",
|
|
635
442
|
"isSource": true,
|
|
636
443
|
"original": {
|
|
637
444
|
"value": "{color.dark-mode.neutral.050.value}",
|
|
@@ -659,7 +466,7 @@
|
|
|
659
466
|
"value": "#ffffff",
|
|
660
467
|
"public": true,
|
|
661
468
|
"isReferenceToInternal": true,
|
|
662
|
-
"filePath": "tokens/color/alias/
|
|
469
|
+
"filePath": "tokens/color/alias/button.dark.json",
|
|
663
470
|
"isSource": true,
|
|
664
471
|
"original": {
|
|
665
472
|
"value": "{color.dark-mode.neutral.000.value}",
|
|
@@ -687,7 +494,7 @@
|
|
|
687
494
|
"value": "#e7e7eb",
|
|
688
495
|
"public": true,
|
|
689
496
|
"isReferenceToInternal": true,
|
|
690
|
-
"filePath": "tokens/color/alias/
|
|
497
|
+
"filePath": "tokens/color/alias/button.dark.json",
|
|
691
498
|
"isSource": true,
|
|
692
499
|
"original": {
|
|
693
500
|
"value": "{color.dark-mode.neutral.050.value}",
|
|
@@ -718,7 +525,7 @@
|
|
|
718
525
|
"default": {
|
|
719
526
|
"value": "rgba(0, 0, 0, 0)",
|
|
720
527
|
"public": true,
|
|
721
|
-
"filePath": "tokens/color/alias/
|
|
528
|
+
"filePath": "tokens/color/alias/button.dark.json",
|
|
722
529
|
"isSource": true,
|
|
723
530
|
"original": {
|
|
724
531
|
"value": "transparent",
|
|
@@ -745,7 +552,7 @@
|
|
|
745
552
|
"value": "#504e62",
|
|
746
553
|
"public": true,
|
|
747
554
|
"isReferenceToInternal": true,
|
|
748
|
-
"filePath": "tokens/color/alias/
|
|
555
|
+
"filePath": "tokens/color/alias/button.dark.json",
|
|
749
556
|
"isSource": true,
|
|
750
557
|
"original": {
|
|
751
558
|
"value": "{color.dark-mode.neutral.400.value}",
|
|
@@ -773,7 +580,7 @@
|
|
|
773
580
|
"value": "#282839",
|
|
774
581
|
"public": true,
|
|
775
582
|
"isReferenceToInternal": true,
|
|
776
|
-
"filePath": "tokens/color/alias/
|
|
583
|
+
"filePath": "tokens/color/alias/button.dark.json",
|
|
777
584
|
"isSource": true,
|
|
778
585
|
"original": {
|
|
779
586
|
"value": "{color.dark-mode.neutral.500.value}",
|
|
@@ -802,7 +609,7 @@
|
|
|
802
609
|
"default": {
|
|
803
610
|
"value": "rgba(0, 0, 0, 0)",
|
|
804
611
|
"public": true,
|
|
805
|
-
"filePath": "tokens/color/alias/
|
|
612
|
+
"filePath": "tokens/color/alias/button.dark.json",
|
|
806
613
|
"isSource": true,
|
|
807
614
|
"original": {
|
|
808
615
|
"value": "transparent",
|
|
@@ -831,7 +638,7 @@
|
|
|
831
638
|
"value": "#e7e7eb",
|
|
832
639
|
"public": true,
|
|
833
640
|
"isReferenceToInternal": true,
|
|
834
|
-
"filePath": "tokens/color/alias/
|
|
641
|
+
"filePath": "tokens/color/alias/button.dark.json",
|
|
835
642
|
"isSource": true,
|
|
836
643
|
"original": {
|
|
837
644
|
"value": "{color.dark-mode.neutral.050.value}",
|
|
@@ -859,7 +666,7 @@
|
|
|
859
666
|
"value": "#ffffff",
|
|
860
667
|
"public": true,
|
|
861
668
|
"isReferenceToInternal": true,
|
|
862
|
-
"filePath": "tokens/color/alias/
|
|
669
|
+
"filePath": "tokens/color/alias/button.dark.json",
|
|
863
670
|
"isSource": true,
|
|
864
671
|
"original": {
|
|
865
672
|
"value": "{color.dark-mode.neutral.000.value}",
|
|
@@ -887,7 +694,7 @@
|
|
|
887
694
|
"value": "#e7e7eb",
|
|
888
695
|
"public": true,
|
|
889
696
|
"isReferenceToInternal": true,
|
|
890
|
-
"filePath": "tokens/color/alias/
|
|
697
|
+
"filePath": "tokens/color/alias/button.dark.json",
|
|
891
698
|
"isSource": true,
|
|
892
699
|
"original": {
|
|
893
700
|
"value": "{color.dark-mode.neutral.050.value}",
|
|
@@ -919,7 +726,7 @@
|
|
|
919
726
|
"value": "#ffdc28",
|
|
920
727
|
"public": true,
|
|
921
728
|
"isReferenceToInternal": true,
|
|
922
|
-
"filePath": "tokens/color/alias/
|
|
729
|
+
"filePath": "tokens/color/alias/button.dark.json",
|
|
923
730
|
"isSource": true,
|
|
924
731
|
"original": {
|
|
925
732
|
"value": "{color.dark-mode.brand.primary.400.value}",
|
|
@@ -947,7 +754,7 @@
|
|
|
947
754
|
"value": "#ffe668",
|
|
948
755
|
"public": true,
|
|
949
756
|
"isReferenceToInternal": true,
|
|
950
|
-
"filePath": "tokens/color/alias/
|
|
757
|
+
"filePath": "tokens/color/alias/button.dark.json",
|
|
951
758
|
"isSource": true,
|
|
952
759
|
"original": {
|
|
953
760
|
"value": "{color.dark-mode.brand.primary.300.value}",
|
|
@@ -975,7 +782,7 @@
|
|
|
975
782
|
"value": "#ddbd16",
|
|
976
783
|
"public": true,
|
|
977
784
|
"isReferenceToInternal": true,
|
|
978
|
-
"filePath": "tokens/color/alias/
|
|
785
|
+
"filePath": "tokens/color/alias/button.dark.json",
|
|
979
786
|
"isSource": true,
|
|
980
787
|
"original": {
|
|
981
788
|
"value": "{color.dark-mode.brand.primary.500.value}",
|
|
@@ -1005,7 +812,7 @@
|
|
|
1005
812
|
"value": "#ffdc28",
|
|
1006
813
|
"public": true,
|
|
1007
814
|
"isReferenceToInternal": true,
|
|
1008
|
-
"filePath": "tokens/color/alias/
|
|
815
|
+
"filePath": "tokens/color/alias/button.dark.json",
|
|
1009
816
|
"isSource": true,
|
|
1010
817
|
"original": {
|
|
1011
818
|
"value": "{color.dark-mode.brand.primary.400.value}",
|
|
@@ -1033,7 +840,7 @@
|
|
|
1033
840
|
"value": "#ffe668",
|
|
1034
841
|
"public": true,
|
|
1035
842
|
"isReferenceToInternal": true,
|
|
1036
|
-
"filePath": "tokens/color/alias/
|
|
843
|
+
"filePath": "tokens/color/alias/button.dark.json",
|
|
1037
844
|
"isSource": true,
|
|
1038
845
|
"original": {
|
|
1039
846
|
"value": "{color.dark-mode.brand.primary.300.value}",
|
|
@@ -1061,7 +868,7 @@
|
|
|
1061
868
|
"value": "#ddbd16",
|
|
1062
869
|
"public": true,
|
|
1063
870
|
"isReferenceToInternal": true,
|
|
1064
|
-
"filePath": "tokens/color/alias/
|
|
871
|
+
"filePath": "tokens/color/alias/button.dark.json",
|
|
1065
872
|
"isSource": true,
|
|
1066
873
|
"original": {
|
|
1067
874
|
"value": "{color.dark-mode.brand.primary.500.value}",
|
|
@@ -1091,7 +898,7 @@
|
|
|
1091
898
|
"value": "#121219",
|
|
1092
899
|
"public": true,
|
|
1093
900
|
"isReferenceToInternal": true,
|
|
1094
|
-
"filePath": "tokens/color/alias/
|
|
901
|
+
"filePath": "tokens/color/alias/button.dark.json",
|
|
1095
902
|
"isSource": true,
|
|
1096
903
|
"original": {
|
|
1097
904
|
"value": "{color.dark-mode.neutral.700.value}",
|
|
@@ -1119,7 +926,7 @@
|
|
|
1119
926
|
"value": "#121219",
|
|
1120
927
|
"public": true,
|
|
1121
928
|
"isReferenceToInternal": true,
|
|
1122
|
-
"filePath": "tokens/color/alias/
|
|
929
|
+
"filePath": "tokens/color/alias/button.dark.json",
|
|
1123
930
|
"isSource": true,
|
|
1124
931
|
"original": {
|
|
1125
932
|
"value": "{color.dark-mode.neutral.700.value}",
|
|
@@ -1147,7 +954,7 @@
|
|
|
1147
954
|
"value": "#121219",
|
|
1148
955
|
"public": true,
|
|
1149
956
|
"isReferenceToInternal": true,
|
|
1150
|
-
"filePath": "tokens/color/alias/
|
|
957
|
+
"filePath": "tokens/color/alias/button.dark.json",
|
|
1151
958
|
"isSource": true,
|
|
1152
959
|
"original": {
|
|
1153
960
|
"value": "{color.dark-mode.neutral.700.value}",
|
|
@@ -1173,88 +980,86 @@
|
|
|
1173
980
|
}
|
|
1174
981
|
}
|
|
1175
982
|
},
|
|
1176
|
-
"
|
|
983
|
+
"brand-secondary": {
|
|
1177
984
|
"background": {
|
|
1178
985
|
"default": {
|
|
1179
|
-
"value": "
|
|
986
|
+
"value": "rgba(0, 0, 0, 0)",
|
|
1180
987
|
"public": true,
|
|
1181
|
-
"
|
|
1182
|
-
"filePath": "tokens/color/alias/interactive.dark.json",
|
|
988
|
+
"filePath": "tokens/color/alias/button.dark.json",
|
|
1183
989
|
"isSource": true,
|
|
1184
990
|
"original": {
|
|
1185
|
-
"value": "
|
|
1186
|
-
"public": true
|
|
1187
|
-
"isReferenceToInternal": true
|
|
991
|
+
"value": "transparent",
|
|
992
|
+
"public": true
|
|
1188
993
|
},
|
|
1189
|
-
"name": "color-dark-mode-button-
|
|
994
|
+
"name": "color-dark-mode-button-brand-secondary-background-default",
|
|
1190
995
|
"attributes": {
|
|
1191
996
|
"category": "color",
|
|
1192
997
|
"type": "dark-mode",
|
|
1193
998
|
"item": "button",
|
|
1194
|
-
"subitem": "
|
|
999
|
+
"subitem": "brand-secondary",
|
|
1195
1000
|
"state": "background"
|
|
1196
1001
|
},
|
|
1197
1002
|
"path": [
|
|
1198
1003
|
"color",
|
|
1199
1004
|
"dark-mode",
|
|
1200
1005
|
"button",
|
|
1201
|
-
"
|
|
1006
|
+
"brand-secondary",
|
|
1202
1007
|
"background",
|
|
1203
1008
|
"default"
|
|
1204
1009
|
]
|
|
1205
1010
|
},
|
|
1206
1011
|
"hover": {
|
|
1207
|
-
"value": "#
|
|
1012
|
+
"value": "#504e62",
|
|
1208
1013
|
"public": true,
|
|
1209
1014
|
"isReferenceToInternal": true,
|
|
1210
|
-
"filePath": "tokens/color/alias/
|
|
1015
|
+
"filePath": "tokens/color/alias/button.dark.json",
|
|
1211
1016
|
"isSource": true,
|
|
1212
1017
|
"original": {
|
|
1213
|
-
"value": "{color.dark-mode.
|
|
1018
|
+
"value": "{color.dark-mode.neutral.400.value}",
|
|
1214
1019
|
"public": true,
|
|
1215
1020
|
"isReferenceToInternal": true
|
|
1216
1021
|
},
|
|
1217
|
-
"name": "color-dark-mode-button-
|
|
1022
|
+
"name": "color-dark-mode-button-brand-secondary-background-hover",
|
|
1218
1023
|
"attributes": {
|
|
1219
1024
|
"category": "color",
|
|
1220
1025
|
"type": "dark-mode",
|
|
1221
1026
|
"item": "button",
|
|
1222
|
-
"subitem": "
|
|
1027
|
+
"subitem": "brand-secondary",
|
|
1223
1028
|
"state": "background"
|
|
1224
1029
|
},
|
|
1225
1030
|
"path": [
|
|
1226
1031
|
"color",
|
|
1227
1032
|
"dark-mode",
|
|
1228
1033
|
"button",
|
|
1229
|
-
"
|
|
1034
|
+
"brand-secondary",
|
|
1230
1035
|
"background",
|
|
1231
1036
|
"hover"
|
|
1232
1037
|
]
|
|
1233
1038
|
},
|
|
1234
1039
|
"active": {
|
|
1235
|
-
"value": "#
|
|
1040
|
+
"value": "#282839",
|
|
1236
1041
|
"public": true,
|
|
1237
1042
|
"isReferenceToInternal": true,
|
|
1238
|
-
"filePath": "tokens/color/alias/
|
|
1043
|
+
"filePath": "tokens/color/alias/button.dark.json",
|
|
1239
1044
|
"isSource": true,
|
|
1240
1045
|
"original": {
|
|
1241
|
-
"value": "{color.dark-mode.
|
|
1046
|
+
"value": "{color.dark-mode.neutral.500.value}",
|
|
1242
1047
|
"public": true,
|
|
1243
1048
|
"isReferenceToInternal": true
|
|
1244
1049
|
},
|
|
1245
|
-
"name": "color-dark-mode-button-
|
|
1050
|
+
"name": "color-dark-mode-button-brand-secondary-background-active",
|
|
1246
1051
|
"attributes": {
|
|
1247
1052
|
"category": "color",
|
|
1248
1053
|
"type": "dark-mode",
|
|
1249
1054
|
"item": "button",
|
|
1250
|
-
"subitem": "
|
|
1055
|
+
"subitem": "brand-secondary",
|
|
1251
1056
|
"state": "background"
|
|
1252
1057
|
},
|
|
1253
1058
|
"path": [
|
|
1254
1059
|
"color",
|
|
1255
1060
|
"dark-mode",
|
|
1256
1061
|
"button",
|
|
1257
|
-
"
|
|
1062
|
+
"brand-secondary",
|
|
1258
1063
|
"background",
|
|
1259
1064
|
"active"
|
|
1260
1065
|
]
|
|
@@ -1262,85 +1067,85 @@
|
|
|
1262
1067
|
},
|
|
1263
1068
|
"border": {
|
|
1264
1069
|
"default": {
|
|
1265
|
-
"value": "#
|
|
1070
|
+
"value": "#a6a3b4",
|
|
1266
1071
|
"public": true,
|
|
1267
1072
|
"isReferenceToInternal": true,
|
|
1268
|
-
"filePath": "tokens/color/alias/
|
|
1073
|
+
"filePath": "tokens/color/alias/button.dark.json",
|
|
1269
1074
|
"isSource": true,
|
|
1270
1075
|
"original": {
|
|
1271
|
-
"value": "{color.dark-mode.
|
|
1076
|
+
"value": "{color.dark-mode.neutral.200.value}",
|
|
1272
1077
|
"public": true,
|
|
1273
1078
|
"isReferenceToInternal": true
|
|
1274
1079
|
},
|
|
1275
|
-
"name": "color-dark-mode-button-
|
|
1080
|
+
"name": "color-dark-mode-button-brand-secondary-border-default",
|
|
1276
1081
|
"attributes": {
|
|
1277
1082
|
"category": "color",
|
|
1278
1083
|
"type": "dark-mode",
|
|
1279
1084
|
"item": "button",
|
|
1280
|
-
"subitem": "
|
|
1085
|
+
"subitem": "brand-secondary",
|
|
1281
1086
|
"state": "border"
|
|
1282
1087
|
},
|
|
1283
1088
|
"path": [
|
|
1284
1089
|
"color",
|
|
1285
1090
|
"dark-mode",
|
|
1286
1091
|
"button",
|
|
1287
|
-
"
|
|
1092
|
+
"brand-secondary",
|
|
1288
1093
|
"border",
|
|
1289
1094
|
"default"
|
|
1290
1095
|
]
|
|
1291
1096
|
},
|
|
1292
1097
|
"hover": {
|
|
1293
|
-
"value": "#
|
|
1098
|
+
"value": "#ffffff",
|
|
1294
1099
|
"public": true,
|
|
1295
1100
|
"isReferenceToInternal": true,
|
|
1296
|
-
"filePath": "tokens/color/alias/
|
|
1101
|
+
"filePath": "tokens/color/alias/button.dark.json",
|
|
1297
1102
|
"isSource": true,
|
|
1298
1103
|
"original": {
|
|
1299
|
-
"value": "{color.dark-mode.
|
|
1104
|
+
"value": "{color.dark-mode.neutral.000.value}",
|
|
1300
1105
|
"public": true,
|
|
1301
1106
|
"isReferenceToInternal": true
|
|
1302
1107
|
},
|
|
1303
|
-
"name": "color-dark-mode-button-
|
|
1108
|
+
"name": "color-dark-mode-button-brand-secondary-border-hover",
|
|
1304
1109
|
"attributes": {
|
|
1305
1110
|
"category": "color",
|
|
1306
1111
|
"type": "dark-mode",
|
|
1307
1112
|
"item": "button",
|
|
1308
|
-
"subitem": "
|
|
1113
|
+
"subitem": "brand-secondary",
|
|
1309
1114
|
"state": "border"
|
|
1310
1115
|
},
|
|
1311
1116
|
"path": [
|
|
1312
1117
|
"color",
|
|
1313
1118
|
"dark-mode",
|
|
1314
1119
|
"button",
|
|
1315
|
-
"
|
|
1120
|
+
"brand-secondary",
|
|
1316
1121
|
"border",
|
|
1317
1122
|
"hover"
|
|
1318
1123
|
]
|
|
1319
1124
|
},
|
|
1320
1125
|
"active": {
|
|
1321
|
-
"value": "#
|
|
1126
|
+
"value": "#504e62",
|
|
1322
1127
|
"public": true,
|
|
1323
1128
|
"isReferenceToInternal": true,
|
|
1324
|
-
"filePath": "tokens/color/alias/
|
|
1129
|
+
"filePath": "tokens/color/alias/button.dark.json",
|
|
1325
1130
|
"isSource": true,
|
|
1326
1131
|
"original": {
|
|
1327
|
-
"value": "{color.dark-mode.
|
|
1132
|
+
"value": "{color.dark-mode.neutral.400.value}",
|
|
1328
1133
|
"public": true,
|
|
1329
1134
|
"isReferenceToInternal": true
|
|
1330
1135
|
},
|
|
1331
|
-
"name": "color-dark-mode-button-
|
|
1136
|
+
"name": "color-dark-mode-button-brand-secondary-border-active",
|
|
1332
1137
|
"attributes": {
|
|
1333
1138
|
"category": "color",
|
|
1334
1139
|
"type": "dark-mode",
|
|
1335
1140
|
"item": "button",
|
|
1336
|
-
"subitem": "
|
|
1141
|
+
"subitem": "brand-secondary",
|
|
1337
1142
|
"state": "border"
|
|
1338
1143
|
},
|
|
1339
1144
|
"path": [
|
|
1340
1145
|
"color",
|
|
1341
1146
|
"dark-mode",
|
|
1342
1147
|
"button",
|
|
1343
|
-
"
|
|
1148
|
+
"brand-secondary",
|
|
1344
1149
|
"border",
|
|
1345
1150
|
"active"
|
|
1346
1151
|
]
|
|
@@ -1348,29 +1153,29 @@
|
|
|
1348
1153
|
},
|
|
1349
1154
|
"foreground": {
|
|
1350
1155
|
"default": {
|
|
1351
|
-
"value": "#
|
|
1156
|
+
"value": "#e7e7eb",
|
|
1352
1157
|
"public": true,
|
|
1353
1158
|
"isReferenceToInternal": true,
|
|
1354
|
-
"filePath": "tokens/color/alias/
|
|
1159
|
+
"filePath": "tokens/color/alias/button.dark.json",
|
|
1355
1160
|
"isSource": true,
|
|
1356
1161
|
"original": {
|
|
1357
|
-
"value": "{color.dark-mode.neutral.
|
|
1162
|
+
"value": "{color.dark-mode.neutral.050.value}",
|
|
1358
1163
|
"public": true,
|
|
1359
1164
|
"isReferenceToInternal": true
|
|
1360
1165
|
},
|
|
1361
|
-
"name": "color-dark-mode-button-
|
|
1166
|
+
"name": "color-dark-mode-button-brand-secondary-foreground-default",
|
|
1362
1167
|
"attributes": {
|
|
1363
1168
|
"category": "color",
|
|
1364
1169
|
"type": "dark-mode",
|
|
1365
1170
|
"item": "button",
|
|
1366
|
-
"subitem": "
|
|
1171
|
+
"subitem": "brand-secondary",
|
|
1367
1172
|
"state": "foreground"
|
|
1368
1173
|
},
|
|
1369
1174
|
"path": [
|
|
1370
1175
|
"color",
|
|
1371
1176
|
"dark-mode",
|
|
1372
1177
|
"button",
|
|
1373
|
-
"
|
|
1178
|
+
"brand-secondary",
|
|
1374
1179
|
"foreground",
|
|
1375
1180
|
"default"
|
|
1376
1181
|
]
|
|
@@ -1379,643 +1184,2200 @@
|
|
|
1379
1184
|
"value": "#ffffff",
|
|
1380
1185
|
"public": true,
|
|
1381
1186
|
"isReferenceToInternal": true,
|
|
1382
|
-
"filePath": "tokens/color/alias/
|
|
1187
|
+
"filePath": "tokens/color/alias/button.dark.json",
|
|
1383
1188
|
"isSource": true,
|
|
1384
1189
|
"original": {
|
|
1385
1190
|
"value": "{color.dark-mode.neutral.000.value}",
|
|
1386
1191
|
"public": true,
|
|
1387
1192
|
"isReferenceToInternal": true
|
|
1388
1193
|
},
|
|
1389
|
-
"name": "color-dark-mode-button-
|
|
1194
|
+
"name": "color-dark-mode-button-brand-secondary-foreground-hover",
|
|
1390
1195
|
"attributes": {
|
|
1391
1196
|
"category": "color",
|
|
1392
1197
|
"type": "dark-mode",
|
|
1393
1198
|
"item": "button",
|
|
1394
|
-
"subitem": "
|
|
1199
|
+
"subitem": "brand-secondary",
|
|
1395
1200
|
"state": "foreground"
|
|
1396
1201
|
},
|
|
1397
1202
|
"path": [
|
|
1398
1203
|
"color",
|
|
1399
1204
|
"dark-mode",
|
|
1400
1205
|
"button",
|
|
1401
|
-
"
|
|
1206
|
+
"brand-secondary",
|
|
1402
1207
|
"foreground",
|
|
1403
1208
|
"hover"
|
|
1404
1209
|
]
|
|
1405
1210
|
},
|
|
1406
1211
|
"active": {
|
|
1407
|
-
"value": "#
|
|
1212
|
+
"value": "#e7e7eb",
|
|
1408
1213
|
"public": true,
|
|
1409
1214
|
"isReferenceToInternal": true,
|
|
1410
|
-
"filePath": "tokens/color/alias/
|
|
1215
|
+
"filePath": "tokens/color/alias/button.dark.json",
|
|
1411
1216
|
"isSource": true,
|
|
1412
1217
|
"original": {
|
|
1413
|
-
"value": "{color.dark-mode.neutral.
|
|
1218
|
+
"value": "{color.dark-mode.neutral.050.value}",
|
|
1414
1219
|
"public": true,
|
|
1415
1220
|
"isReferenceToInternal": true
|
|
1416
1221
|
},
|
|
1417
|
-
"name": "color-dark-mode-button-
|
|
1222
|
+
"name": "color-dark-mode-button-brand-secondary-foreground-active",
|
|
1418
1223
|
"attributes": {
|
|
1419
1224
|
"category": "color",
|
|
1420
1225
|
"type": "dark-mode",
|
|
1421
1226
|
"item": "button",
|
|
1422
|
-
"subitem": "
|
|
1227
|
+
"subitem": "brand-secondary",
|
|
1423
1228
|
"state": "foreground"
|
|
1424
1229
|
},
|
|
1425
1230
|
"path": [
|
|
1426
1231
|
"color",
|
|
1427
1232
|
"dark-mode",
|
|
1428
1233
|
"button",
|
|
1429
|
-
"
|
|
1234
|
+
"brand-secondary",
|
|
1430
1235
|
"foreground",
|
|
1431
1236
|
"active"
|
|
1432
1237
|
]
|
|
1433
1238
|
}
|
|
1434
1239
|
}
|
|
1435
|
-
}
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1240
|
+
},
|
|
1241
|
+
"critical": {
|
|
1242
|
+
"background": {
|
|
1243
|
+
"default": {
|
|
1244
|
+
"value": "#ca3521",
|
|
1245
|
+
"public": true,
|
|
1246
|
+
"isReferenceToInternal": true,
|
|
1247
|
+
"filePath": "tokens/color/alias/button.dark.json",
|
|
1248
|
+
"isSource": true,
|
|
1249
|
+
"original": {
|
|
1250
|
+
"value": "{color.dark-mode.semantic.critical.foreground.value}",
|
|
1251
|
+
"public": true,
|
|
1252
|
+
"isReferenceToInternal": true
|
|
1253
|
+
},
|
|
1254
|
+
"name": "color-dark-mode-button-critical-background-default",
|
|
1255
|
+
"attributes": {
|
|
1256
|
+
"category": "color",
|
|
1257
|
+
"type": "dark-mode",
|
|
1258
|
+
"item": "button",
|
|
1259
|
+
"subitem": "critical",
|
|
1260
|
+
"state": "background"
|
|
1261
|
+
},
|
|
1262
|
+
"path": [
|
|
1263
|
+
"color",
|
|
1264
|
+
"dark-mode",
|
|
1265
|
+
"button",
|
|
1266
|
+
"critical",
|
|
1267
|
+
"background",
|
|
1268
|
+
"default"
|
|
1269
|
+
]
|
|
1270
|
+
},
|
|
1271
|
+
"hover": {
|
|
1272
|
+
"value": "#bf4939",
|
|
1273
|
+
"public": true,
|
|
1274
|
+
"filePath": "tokens/color/alias/button.dark.json",
|
|
1275
|
+
"isSource": true,
|
|
1276
|
+
"original": {
|
|
1277
|
+
"value": "#BF4939",
|
|
1278
|
+
"public": true
|
|
1279
|
+
},
|
|
1280
|
+
"name": "color-dark-mode-button-critical-background-hover",
|
|
1281
|
+
"attributes": {
|
|
1282
|
+
"category": "color",
|
|
1283
|
+
"type": "dark-mode",
|
|
1284
|
+
"item": "button",
|
|
1285
|
+
"subitem": "critical",
|
|
1286
|
+
"state": "background"
|
|
1287
|
+
},
|
|
1288
|
+
"path": [
|
|
1289
|
+
"color",
|
|
1290
|
+
"dark-mode",
|
|
1291
|
+
"button",
|
|
1292
|
+
"critical",
|
|
1293
|
+
"background",
|
|
1294
|
+
"hover"
|
|
1295
|
+
]
|
|
1296
|
+
},
|
|
1297
|
+
"active": {
|
|
1298
|
+
"value": "#a74032",
|
|
1299
|
+
"public": true,
|
|
1300
|
+
"filePath": "tokens/color/alias/button.dark.json",
|
|
1301
|
+
"isSource": true,
|
|
1302
|
+
"original": {
|
|
1303
|
+
"value": "#a74032",
|
|
1304
|
+
"public": true
|
|
1305
|
+
},
|
|
1306
|
+
"name": "color-dark-mode-button-critical-background-active",
|
|
1307
|
+
"attributes": {
|
|
1308
|
+
"category": "color",
|
|
1309
|
+
"type": "dark-mode",
|
|
1310
|
+
"item": "button",
|
|
1311
|
+
"subitem": "critical",
|
|
1312
|
+
"state": "background"
|
|
1313
|
+
},
|
|
1314
|
+
"path": [
|
|
1315
|
+
"color",
|
|
1316
|
+
"dark-mode",
|
|
1317
|
+
"button",
|
|
1318
|
+
"critical",
|
|
1319
|
+
"background",
|
|
1320
|
+
"active"
|
|
1321
|
+
]
|
|
1322
|
+
}
|
|
1323
|
+
},
|
|
1324
|
+
"border": {
|
|
1325
|
+
"default": {
|
|
1326
|
+
"value": "#ca3521",
|
|
1327
|
+
"public": true,
|
|
1328
|
+
"isReferenceToInternal": true,
|
|
1329
|
+
"filePath": "tokens/color/alias/button.dark.json",
|
|
1330
|
+
"isSource": true,
|
|
1331
|
+
"original": {
|
|
1332
|
+
"value": "{color.dark-mode.button.critical.background.default.value}",
|
|
1333
|
+
"public": true,
|
|
1334
|
+
"isReferenceToInternal": true
|
|
1335
|
+
},
|
|
1336
|
+
"name": "color-dark-mode-button-critical-border-default",
|
|
1337
|
+
"attributes": {
|
|
1338
|
+
"category": "color",
|
|
1339
|
+
"type": "dark-mode",
|
|
1340
|
+
"item": "button",
|
|
1341
|
+
"subitem": "critical",
|
|
1342
|
+
"state": "border"
|
|
1343
|
+
},
|
|
1344
|
+
"path": [
|
|
1345
|
+
"color",
|
|
1346
|
+
"dark-mode",
|
|
1347
|
+
"button",
|
|
1348
|
+
"critical",
|
|
1349
|
+
"border",
|
|
1350
|
+
"default"
|
|
1351
|
+
]
|
|
1352
|
+
},
|
|
1353
|
+
"hover": {
|
|
1354
|
+
"value": "#bf4939",
|
|
1355
|
+
"public": true,
|
|
1356
|
+
"isReferenceToInternal": true,
|
|
1357
|
+
"filePath": "tokens/color/alias/button.dark.json",
|
|
1358
|
+
"isSource": true,
|
|
1359
|
+
"original": {
|
|
1360
|
+
"value": "{color.dark-mode.button.critical.background.hover.value}",
|
|
1361
|
+
"public": true,
|
|
1362
|
+
"isReferenceToInternal": true
|
|
1363
|
+
},
|
|
1364
|
+
"name": "color-dark-mode-button-critical-border-hover",
|
|
1365
|
+
"attributes": {
|
|
1366
|
+
"category": "color",
|
|
1367
|
+
"type": "dark-mode",
|
|
1368
|
+
"item": "button",
|
|
1369
|
+
"subitem": "critical",
|
|
1370
|
+
"state": "border"
|
|
1371
|
+
},
|
|
1372
|
+
"path": [
|
|
1373
|
+
"color",
|
|
1374
|
+
"dark-mode",
|
|
1375
|
+
"button",
|
|
1376
|
+
"critical",
|
|
1377
|
+
"border",
|
|
1378
|
+
"hover"
|
|
1379
|
+
]
|
|
1380
|
+
},
|
|
1381
|
+
"active": {
|
|
1382
|
+
"value": "#a74032",
|
|
1383
|
+
"public": true,
|
|
1384
|
+
"isReferenceToInternal": true,
|
|
1385
|
+
"filePath": "tokens/color/alias/button.dark.json",
|
|
1386
|
+
"isSource": true,
|
|
1387
|
+
"original": {
|
|
1388
|
+
"value": "{color.dark-mode.button.critical.background.active.value}",
|
|
1389
|
+
"public": true,
|
|
1390
|
+
"isReferenceToInternal": true
|
|
1391
|
+
},
|
|
1392
|
+
"name": "color-dark-mode-button-critical-border-active",
|
|
1393
|
+
"attributes": {
|
|
1394
|
+
"category": "color",
|
|
1395
|
+
"type": "dark-mode",
|
|
1396
|
+
"item": "button",
|
|
1397
|
+
"subitem": "critical",
|
|
1398
|
+
"state": "border"
|
|
1399
|
+
},
|
|
1400
|
+
"path": [
|
|
1401
|
+
"color",
|
|
1402
|
+
"dark-mode",
|
|
1403
|
+
"button",
|
|
1404
|
+
"critical",
|
|
1405
|
+
"border",
|
|
1406
|
+
"active"
|
|
1407
|
+
]
|
|
1408
|
+
}
|
|
1409
|
+
},
|
|
1410
|
+
"foreground": {
|
|
1411
|
+
"default": {
|
|
1412
|
+
"value": "#ffffff",
|
|
1413
|
+
"public": true,
|
|
1414
|
+
"isReferenceToInternal": true,
|
|
1415
|
+
"filePath": "tokens/color/alias/button.dark.json",
|
|
1416
|
+
"isSource": true,
|
|
1417
|
+
"original": {
|
|
1418
|
+
"value": "{color.dark-mode.neutral.000.value}",
|
|
1419
|
+
"public": true,
|
|
1420
|
+
"isReferenceToInternal": true
|
|
1421
|
+
},
|
|
1422
|
+
"name": "color-dark-mode-button-critical-foreground-default",
|
|
1423
|
+
"attributes": {
|
|
1424
|
+
"category": "color",
|
|
1425
|
+
"type": "dark-mode",
|
|
1426
|
+
"item": "button",
|
|
1427
|
+
"subitem": "critical",
|
|
1428
|
+
"state": "foreground"
|
|
1429
|
+
},
|
|
1430
|
+
"path": [
|
|
1431
|
+
"color",
|
|
1432
|
+
"dark-mode",
|
|
1433
|
+
"button",
|
|
1434
|
+
"critical",
|
|
1435
|
+
"foreground",
|
|
1436
|
+
"default"
|
|
1437
|
+
]
|
|
1438
|
+
},
|
|
1439
|
+
"hover": {
|
|
1440
|
+
"value": "#ffffff",
|
|
1441
|
+
"public": true,
|
|
1442
|
+
"isReferenceToInternal": true,
|
|
1443
|
+
"filePath": "tokens/color/alias/button.dark.json",
|
|
1444
|
+
"isSource": true,
|
|
1445
|
+
"original": {
|
|
1446
|
+
"value": "{color.dark-mode.neutral.000.value}",
|
|
1447
|
+
"public": true,
|
|
1448
|
+
"isReferenceToInternal": true
|
|
1449
|
+
},
|
|
1450
|
+
"name": "color-dark-mode-button-critical-foreground-hover",
|
|
1451
|
+
"attributes": {
|
|
1452
|
+
"category": "color",
|
|
1453
|
+
"type": "dark-mode",
|
|
1454
|
+
"item": "button",
|
|
1455
|
+
"subitem": "critical",
|
|
1456
|
+
"state": "foreground"
|
|
1457
|
+
},
|
|
1458
|
+
"path": [
|
|
1459
|
+
"color",
|
|
1460
|
+
"dark-mode",
|
|
1461
|
+
"button",
|
|
1462
|
+
"critical",
|
|
1463
|
+
"foreground",
|
|
1464
|
+
"hover"
|
|
1465
|
+
]
|
|
1466
|
+
},
|
|
1467
|
+
"active": {
|
|
1468
|
+
"value": "#ffffff",
|
|
1469
|
+
"public": true,
|
|
1470
|
+
"isReferenceToInternal": true,
|
|
1471
|
+
"filePath": "tokens/color/alias/button.dark.json",
|
|
1472
|
+
"isSource": true,
|
|
1473
|
+
"original": {
|
|
1474
|
+
"value": "{color.dark-mode.neutral.000.value}",
|
|
1475
|
+
"public": true,
|
|
1476
|
+
"isReferenceToInternal": true
|
|
1477
|
+
},
|
|
1478
|
+
"name": "color-dark-mode-button-critical-foreground-active",
|
|
1479
|
+
"attributes": {
|
|
1480
|
+
"category": "color",
|
|
1481
|
+
"type": "dark-mode",
|
|
1482
|
+
"item": "button",
|
|
1483
|
+
"subitem": "critical",
|
|
1484
|
+
"state": "foreground"
|
|
1485
|
+
},
|
|
1486
|
+
"path": [
|
|
1487
|
+
"color",
|
|
1488
|
+
"dark-mode",
|
|
1489
|
+
"button",
|
|
1490
|
+
"critical",
|
|
1491
|
+
"foreground",
|
|
1492
|
+
"active"
|
|
1493
|
+
]
|
|
1494
|
+
}
|
|
1495
|
+
}
|
|
1496
|
+
}
|
|
1497
|
+
},
|
|
1498
|
+
"toggle-button": {
|
|
1499
|
+
"background": {
|
|
1500
|
+
"off": {
|
|
1501
|
+
"value": "#504e62",
|
|
1502
|
+
"public": true,
|
|
1503
|
+
"isReferenceToInternal": true,
|
|
1504
|
+
"filePath": "tokens/color/alias/button.dark.json",
|
|
1505
|
+
"isSource": true,
|
|
1506
|
+
"original": {
|
|
1507
|
+
"value": "{color.dark-mode.neutral.400.value}",
|
|
1508
|
+
"public": true,
|
|
1509
|
+
"isReferenceToInternal": true
|
|
1510
|
+
},
|
|
1511
|
+
"name": "color-dark-mode-toggle-button-background-off",
|
|
1512
|
+
"attributes": {
|
|
1513
|
+
"category": "color",
|
|
1514
|
+
"type": "dark-mode",
|
|
1515
|
+
"item": "toggle-button",
|
|
1516
|
+
"subitem": "background",
|
|
1517
|
+
"state": "off"
|
|
1518
|
+
},
|
|
1519
|
+
"path": [
|
|
1520
|
+
"color",
|
|
1521
|
+
"dark-mode",
|
|
1522
|
+
"toggle-button",
|
|
1523
|
+
"background",
|
|
1524
|
+
"off"
|
|
1525
|
+
]
|
|
1526
|
+
}
|
|
1527
|
+
},
|
|
1528
|
+
"foreground": {
|
|
1529
|
+
"off": {
|
|
1530
|
+
"value": "#c7c5d0",
|
|
1531
|
+
"public": true,
|
|
1532
|
+
"isReferenceToInternal": true,
|
|
1533
|
+
"filePath": "tokens/color/alias/button.dark.json",
|
|
1534
|
+
"isSource": true,
|
|
1535
|
+
"original": {
|
|
1536
|
+
"value": "{color.dark-mode.neutral.100.value}",
|
|
1537
|
+
"public": true,
|
|
1538
|
+
"isReferenceToInternal": true
|
|
1539
|
+
},
|
|
1540
|
+
"name": "color-dark-mode-toggle-button-foreground-off",
|
|
1541
|
+
"attributes": {
|
|
1542
|
+
"category": "color",
|
|
1543
|
+
"type": "dark-mode",
|
|
1544
|
+
"item": "toggle-button",
|
|
1545
|
+
"subitem": "foreground",
|
|
1546
|
+
"state": "off"
|
|
1547
|
+
},
|
|
1548
|
+
"path": [
|
|
1549
|
+
"color",
|
|
1550
|
+
"dark-mode",
|
|
1551
|
+
"toggle-button",
|
|
1552
|
+
"foreground",
|
|
1553
|
+
"off"
|
|
1554
|
+
]
|
|
1555
|
+
}
|
|
1556
|
+
}
|
|
1557
|
+
},
|
|
1558
|
+
"card": {
|
|
1559
|
+
"border": {
|
|
1560
|
+
"value": "#504e62",
|
|
1561
|
+
"public": true,
|
|
1562
|
+
"isReferenceToInternal": true,
|
|
1563
|
+
"filePath": "tokens/color/alias/card.dark.json",
|
|
1564
|
+
"isSource": true,
|
|
1565
|
+
"original": {
|
|
1566
|
+
"value": "{color.dark-mode.neutral.400.value}",
|
|
1567
|
+
"public": true,
|
|
1568
|
+
"isReferenceToInternal": true
|
|
1569
|
+
},
|
|
1570
|
+
"name": "color-dark-mode-card-border",
|
|
1571
|
+
"attributes": {
|
|
1572
|
+
"category": "color",
|
|
1573
|
+
"type": "dark-mode",
|
|
1574
|
+
"item": "card",
|
|
1575
|
+
"subitem": "border"
|
|
1576
|
+
},
|
|
1577
|
+
"path": [
|
|
1578
|
+
"color",
|
|
1579
|
+
"dark-mode",
|
|
1580
|
+
"card",
|
|
1581
|
+
"border"
|
|
1582
|
+
]
|
|
1583
|
+
}
|
|
1584
|
+
},
|
|
1585
|
+
"background": {
|
|
1586
|
+
"default": {
|
|
1587
|
+
"value": "#1d1d29",
|
|
1588
|
+
"public": true,
|
|
1589
|
+
"isReferenceToInternal": true,
|
|
1590
|
+
"filePath": "tokens/color/alias/defaults.dark.json",
|
|
1591
|
+
"isSource": true,
|
|
1592
|
+
"original": {
|
|
1593
|
+
"value": "{color.dark-mode.neutral.600.value}",
|
|
1594
|
+
"public": true,
|
|
1595
|
+
"isReferenceToInternal": true
|
|
1596
|
+
},
|
|
1597
|
+
"name": "color-dark-mode-background-default",
|
|
1598
|
+
"attributes": {
|
|
1599
|
+
"category": "color",
|
|
1600
|
+
"type": "dark-mode",
|
|
1601
|
+
"item": "background",
|
|
1602
|
+
"subitem": "default"
|
|
1603
|
+
},
|
|
1604
|
+
"path": [
|
|
1605
|
+
"color",
|
|
1606
|
+
"dark-mode",
|
|
1607
|
+
"background",
|
|
1608
|
+
"default"
|
|
1609
|
+
]
|
|
1610
|
+
}
|
|
1611
|
+
},
|
|
1612
|
+
"border": {
|
|
1613
|
+
"default": {
|
|
1614
|
+
"value": "#504e62",
|
|
1615
|
+
"public": true,
|
|
1616
|
+
"isReferenceToInternal": true,
|
|
1617
|
+
"filePath": "tokens/color/alias/defaults.dark.json",
|
|
1618
|
+
"isSource": true,
|
|
1619
|
+
"original": {
|
|
1620
|
+
"value": "{color.dark-mode.neutral.400.value}",
|
|
1621
|
+
"public": true,
|
|
1622
|
+
"isReferenceToInternal": true
|
|
1623
|
+
},
|
|
1624
|
+
"name": "color-dark-mode-border-default",
|
|
1625
|
+
"attributes": {
|
|
1626
|
+
"category": "color",
|
|
1627
|
+
"type": "dark-mode",
|
|
1628
|
+
"item": "border",
|
|
1629
|
+
"subitem": "default"
|
|
1630
|
+
},
|
|
1631
|
+
"path": [
|
|
1632
|
+
"color",
|
|
1633
|
+
"dark-mode",
|
|
1634
|
+
"border",
|
|
1635
|
+
"default"
|
|
1636
|
+
]
|
|
1637
|
+
}
|
|
1638
|
+
},
|
|
1639
|
+
"foreground": {
|
|
1640
|
+
"default": {
|
|
1641
|
+
"value": "#ffffff",
|
|
1642
|
+
"public": true,
|
|
1643
|
+
"isReferenceToInternal": true,
|
|
1644
|
+
"filePath": "tokens/color/alias/defaults.dark.json",
|
|
1645
|
+
"isSource": true,
|
|
1646
|
+
"original": {
|
|
1647
|
+
"value": "{color.dark-mode.neutral.000.value}",
|
|
1648
|
+
"public": true,
|
|
1649
|
+
"isReferenceToInternal": true
|
|
1650
|
+
},
|
|
1651
|
+
"name": "color-dark-mode-foreground-default",
|
|
1652
|
+
"attributes": {
|
|
1653
|
+
"category": "color",
|
|
1654
|
+
"type": "dark-mode",
|
|
1655
|
+
"item": "foreground",
|
|
1656
|
+
"subitem": "default"
|
|
1657
|
+
},
|
|
1658
|
+
"path": [
|
|
1659
|
+
"color",
|
|
1660
|
+
"dark-mode",
|
|
1661
|
+
"foreground",
|
|
1662
|
+
"default"
|
|
1663
|
+
]
|
|
1664
|
+
}
|
|
1665
|
+
},
|
|
1666
|
+
"input": {
|
|
1667
|
+
"background": {
|
|
1668
|
+
"default": {
|
|
1669
|
+
"value": "#1d1d29",
|
|
1670
|
+
"public": true,
|
|
1671
|
+
"isReferenceToInternal": true,
|
|
1672
|
+
"filePath": "tokens/color/alias/input.dark.json",
|
|
1673
|
+
"isSource": true,
|
|
1674
|
+
"original": {
|
|
1675
|
+
"value": "{color.dark-mode.neutral.600.value}",
|
|
1676
|
+
"public": true,
|
|
1677
|
+
"isReferenceToInternal": true
|
|
1678
|
+
},
|
|
1679
|
+
"name": "color-dark-mode-input-background-default",
|
|
1680
|
+
"attributes": {
|
|
1681
|
+
"category": "color",
|
|
1682
|
+
"type": "dark-mode",
|
|
1683
|
+
"item": "input",
|
|
1684
|
+
"subitem": "background",
|
|
1685
|
+
"state": "default"
|
|
1686
|
+
},
|
|
1687
|
+
"path": [
|
|
1688
|
+
"color",
|
|
1689
|
+
"dark-mode",
|
|
1690
|
+
"input",
|
|
1691
|
+
"background",
|
|
1692
|
+
"default"
|
|
1693
|
+
]
|
|
1694
|
+
},
|
|
1695
|
+
"hover": {
|
|
1696
|
+
"value": "#282839",
|
|
1697
|
+
"public": true,
|
|
1698
|
+
"isReferenceToInternal": true,
|
|
1699
|
+
"filePath": "tokens/color/alias/input.dark.json",
|
|
1700
|
+
"isSource": true,
|
|
1701
|
+
"original": {
|
|
1702
|
+
"value": "{color.dark-mode.neutral.500.value}",
|
|
1703
|
+
"public": true,
|
|
1704
|
+
"isReferenceToInternal": true
|
|
1705
|
+
},
|
|
1706
|
+
"name": "color-dark-mode-input-background-hover",
|
|
1707
|
+
"attributes": {
|
|
1708
|
+
"category": "color",
|
|
1709
|
+
"type": "dark-mode",
|
|
1710
|
+
"item": "input",
|
|
1711
|
+
"subitem": "background",
|
|
1712
|
+
"state": "hover"
|
|
1713
|
+
},
|
|
1714
|
+
"path": [
|
|
1715
|
+
"color",
|
|
1716
|
+
"dark-mode",
|
|
1717
|
+
"input",
|
|
1718
|
+
"background",
|
|
1719
|
+
"hover"
|
|
1720
|
+
]
|
|
1721
|
+
},
|
|
1722
|
+
"critical": {
|
|
1723
|
+
"value": "#1d1d29",
|
|
1724
|
+
"public": true,
|
|
1725
|
+
"isReferenceToInternal": true,
|
|
1726
|
+
"filePath": "tokens/color/alias/input.dark.json",
|
|
1727
|
+
"isSource": true,
|
|
1728
|
+
"original": {
|
|
1729
|
+
"value": "{color.dark-mode.neutral.600.value}",
|
|
1730
|
+
"public": true,
|
|
1731
|
+
"isReferenceToInternal": true
|
|
1732
|
+
},
|
|
1733
|
+
"name": "color-dark-mode-input-background-critical",
|
|
1734
|
+
"attributes": {
|
|
1735
|
+
"category": "color",
|
|
1736
|
+
"type": "dark-mode",
|
|
1737
|
+
"item": "input",
|
|
1738
|
+
"subitem": "background",
|
|
1739
|
+
"state": "critical"
|
|
1740
|
+
},
|
|
1741
|
+
"path": [
|
|
1742
|
+
"color",
|
|
1743
|
+
"dark-mode",
|
|
1744
|
+
"input",
|
|
1745
|
+
"background",
|
|
1746
|
+
"critical"
|
|
1747
|
+
]
|
|
1748
|
+
}
|
|
1749
|
+
},
|
|
1750
|
+
"border": {
|
|
1751
|
+
"default": {
|
|
1752
|
+
"value": "#858299",
|
|
1753
|
+
"public": true,
|
|
1754
|
+
"isReferenceToInternal": true,
|
|
1755
|
+
"filePath": "tokens/color/alias/input.dark.json",
|
|
1756
|
+
"isSource": true,
|
|
1757
|
+
"original": {
|
|
1758
|
+
"value": "{color.dark-mode.neutral.300.value}",
|
|
1759
|
+
"public": true,
|
|
1760
|
+
"isReferenceToInternal": true
|
|
1761
|
+
},
|
|
1762
|
+
"name": "color-dark-mode-input-border-default",
|
|
1763
|
+
"attributes": {
|
|
1764
|
+
"category": "color",
|
|
1765
|
+
"type": "dark-mode",
|
|
1766
|
+
"item": "input",
|
|
1767
|
+
"subitem": "border",
|
|
1768
|
+
"state": "default"
|
|
1769
|
+
},
|
|
1770
|
+
"path": [
|
|
1771
|
+
"color",
|
|
1772
|
+
"dark-mode",
|
|
1773
|
+
"input",
|
|
1774
|
+
"border",
|
|
1775
|
+
"default"
|
|
1776
|
+
]
|
|
1777
|
+
},
|
|
1778
|
+
"hover": {
|
|
1779
|
+
"value": "#ad9bff",
|
|
1780
|
+
"public": true,
|
|
1781
|
+
"isReferenceToInternal": true,
|
|
1782
|
+
"filePath": "tokens/color/alias/input.dark.json",
|
|
1783
|
+
"isSource": true,
|
|
1784
|
+
"original": {
|
|
1785
|
+
"value": "{color.dark-mode.brand.secondary.300.value}",
|
|
1786
|
+
"public": true,
|
|
1787
|
+
"isReferenceToInternal": true
|
|
1788
|
+
},
|
|
1789
|
+
"name": "color-dark-mode-input-border-hover",
|
|
1790
|
+
"attributes": {
|
|
1791
|
+
"category": "color",
|
|
1792
|
+
"type": "dark-mode",
|
|
1793
|
+
"item": "input",
|
|
1794
|
+
"subitem": "border",
|
|
1795
|
+
"state": "hover"
|
|
1796
|
+
},
|
|
1797
|
+
"path": [
|
|
1798
|
+
"color",
|
|
1799
|
+
"dark-mode",
|
|
1800
|
+
"input",
|
|
1801
|
+
"border",
|
|
1802
|
+
"hover"
|
|
1803
|
+
]
|
|
1804
|
+
},
|
|
1805
|
+
"success": {
|
|
1806
|
+
"value": "#2abb7f",
|
|
1807
|
+
"public": true,
|
|
1808
|
+
"isReferenceToInternal": true,
|
|
1809
|
+
"filePath": "tokens/color/alias/input.dark.json",
|
|
1810
|
+
"isSource": true,
|
|
1811
|
+
"original": {
|
|
1812
|
+
"value": "{color.dark-mode.semantic.success.foreground.value}",
|
|
1813
|
+
"public": true,
|
|
1814
|
+
"isReferenceToInternal": true
|
|
1815
|
+
},
|
|
1816
|
+
"name": "color-dark-mode-input-border-success",
|
|
1817
|
+
"attributes": {
|
|
1818
|
+
"category": "color",
|
|
1819
|
+
"type": "dark-mode",
|
|
1820
|
+
"item": "input",
|
|
1821
|
+
"subitem": "border",
|
|
1822
|
+
"state": "success"
|
|
1823
|
+
},
|
|
1824
|
+
"path": [
|
|
1825
|
+
"color",
|
|
1826
|
+
"dark-mode",
|
|
1827
|
+
"input",
|
|
1828
|
+
"border",
|
|
1829
|
+
"success"
|
|
1830
|
+
]
|
|
1831
|
+
},
|
|
1832
|
+
"critical": {
|
|
1833
|
+
"value": "#ca3521",
|
|
1834
|
+
"public": true,
|
|
1835
|
+
"isReferenceToInternal": true,
|
|
1836
|
+
"filePath": "tokens/color/alias/input.dark.json",
|
|
1837
|
+
"isSource": true,
|
|
1838
|
+
"original": {
|
|
1839
|
+
"value": "{color.dark-mode.semantic.critical.foreground.value}",
|
|
1840
|
+
"public": true,
|
|
1841
|
+
"isReferenceToInternal": true
|
|
1842
|
+
},
|
|
1843
|
+
"name": "color-dark-mode-input-border-critical",
|
|
1844
|
+
"attributes": {
|
|
1845
|
+
"category": "color",
|
|
1846
|
+
"type": "dark-mode",
|
|
1847
|
+
"item": "input",
|
|
1848
|
+
"subitem": "border",
|
|
1849
|
+
"state": "critical"
|
|
1850
|
+
},
|
|
1851
|
+
"path": [
|
|
1852
|
+
"color",
|
|
1853
|
+
"dark-mode",
|
|
1854
|
+
"input",
|
|
1855
|
+
"border",
|
|
1856
|
+
"critical"
|
|
1857
|
+
]
|
|
1858
|
+
}
|
|
1859
|
+
},
|
|
1860
|
+
"foreground": {
|
|
1861
|
+
"default": {
|
|
1862
|
+
"value": "#ffffff",
|
|
1863
|
+
"public": true,
|
|
1864
|
+
"isReferenceToInternal": true,
|
|
1865
|
+
"filePath": "tokens/color/alias/input.dark.json",
|
|
1866
|
+
"isSource": true,
|
|
1867
|
+
"original": {
|
|
1868
|
+
"value": "{color.dark-mode.neutral.000.value}",
|
|
1869
|
+
"public": true,
|
|
1870
|
+
"isReferenceToInternal": true
|
|
1871
|
+
},
|
|
1872
|
+
"name": "color-dark-mode-input-foreground-default",
|
|
1873
|
+
"attributes": {
|
|
1874
|
+
"category": "color",
|
|
1875
|
+
"type": "dark-mode",
|
|
1876
|
+
"item": "input",
|
|
1877
|
+
"subitem": "foreground",
|
|
1878
|
+
"state": "default"
|
|
1879
|
+
},
|
|
1880
|
+
"path": [
|
|
1881
|
+
"color",
|
|
1882
|
+
"dark-mode",
|
|
1883
|
+
"input",
|
|
1884
|
+
"foreground",
|
|
1885
|
+
"default"
|
|
1886
|
+
]
|
|
1887
|
+
},
|
|
1888
|
+
"success": {
|
|
1889
|
+
"value": "#2abb7f",
|
|
1890
|
+
"public": true,
|
|
1891
|
+
"isReferenceToInternal": true,
|
|
1892
|
+
"filePath": "tokens/color/alias/input.dark.json",
|
|
1893
|
+
"isSource": true,
|
|
1894
|
+
"original": {
|
|
1895
|
+
"value": "{color.dark-mode.semantic.success.foreground.value}",
|
|
1896
|
+
"public": true,
|
|
1897
|
+
"isReferenceToInternal": true
|
|
1898
|
+
},
|
|
1899
|
+
"name": "color-dark-mode-input-foreground-success",
|
|
1900
|
+
"attributes": {
|
|
1901
|
+
"category": "color",
|
|
1902
|
+
"type": "dark-mode",
|
|
1903
|
+
"item": "input",
|
|
1904
|
+
"subitem": "foreground",
|
|
1905
|
+
"state": "success"
|
|
1906
|
+
},
|
|
1907
|
+
"path": [
|
|
1908
|
+
"color",
|
|
1909
|
+
"dark-mode",
|
|
1910
|
+
"input",
|
|
1911
|
+
"foreground",
|
|
1912
|
+
"success"
|
|
1913
|
+
]
|
|
1914
|
+
},
|
|
1915
|
+
"critical": {
|
|
1916
|
+
"value": "#ca3521",
|
|
1917
|
+
"public": true,
|
|
1918
|
+
"isReferenceToInternal": true,
|
|
1919
|
+
"filePath": "tokens/color/alias/input.dark.json",
|
|
1920
|
+
"isSource": true,
|
|
1921
|
+
"original": {
|
|
1922
|
+
"value": "{color.dark-mode.semantic.critical.foreground.value}",
|
|
1923
|
+
"public": true,
|
|
1924
|
+
"isReferenceToInternal": true
|
|
1925
|
+
},
|
|
1926
|
+
"name": "color-dark-mode-input-foreground-critical",
|
|
1927
|
+
"attributes": {
|
|
1928
|
+
"category": "color",
|
|
1929
|
+
"type": "dark-mode",
|
|
1930
|
+
"item": "input",
|
|
1931
|
+
"subitem": "foreground",
|
|
1932
|
+
"state": "critical"
|
|
1933
|
+
},
|
|
1934
|
+
"path": [
|
|
1935
|
+
"color",
|
|
1936
|
+
"dark-mode",
|
|
1937
|
+
"input",
|
|
1938
|
+
"foreground",
|
|
1939
|
+
"critical"
|
|
1940
|
+
]
|
|
1941
|
+
}
|
|
1942
|
+
},
|
|
1943
|
+
"placeholder-text": {
|
|
1944
|
+
"value": "#a6a3b4",
|
|
1945
|
+
"public": true,
|
|
1946
|
+
"isReferenceToInternal": true,
|
|
1947
|
+
"filePath": "tokens/color/alias/input.dark.json",
|
|
1948
|
+
"isSource": true,
|
|
1949
|
+
"original": {
|
|
1950
|
+
"value": "{color.dark-mode.neutral.200.value}",
|
|
1951
|
+
"public": true,
|
|
1952
|
+
"isReferenceToInternal": true
|
|
1953
|
+
},
|
|
1954
|
+
"name": "color-dark-mode-input-placeholder-text",
|
|
1955
|
+
"attributes": {
|
|
1956
|
+
"category": "color",
|
|
1957
|
+
"type": "dark-mode",
|
|
1958
|
+
"item": "input",
|
|
1959
|
+
"subitem": "placeholder-text"
|
|
1960
|
+
},
|
|
1961
|
+
"path": [
|
|
1962
|
+
"color",
|
|
1963
|
+
"dark-mode",
|
|
1964
|
+
"input",
|
|
1965
|
+
"placeholder-text"
|
|
1966
|
+
]
|
|
1967
|
+
},
|
|
1968
|
+
"checked": {
|
|
1969
|
+
"background": {
|
|
1970
|
+
"value": "#36a3ff",
|
|
1971
|
+
"public": true,
|
|
1972
|
+
"filePath": "tokens/color/alias/input.dark.json",
|
|
1973
|
+
"isSource": true,
|
|
1974
|
+
"original": {
|
|
1975
|
+
"value": "{color.dark-mode.interactive.focus.value}",
|
|
1976
|
+
"public": true
|
|
1977
|
+
},
|
|
1978
|
+
"name": "color-dark-mode-input-checked-background",
|
|
1979
|
+
"attributes": {
|
|
1980
|
+
"category": "color",
|
|
1981
|
+
"type": "dark-mode",
|
|
1982
|
+
"item": "input",
|
|
1983
|
+
"subitem": "checked",
|
|
1984
|
+
"state": "background"
|
|
1985
|
+
},
|
|
1986
|
+
"path": [
|
|
1987
|
+
"color",
|
|
1988
|
+
"dark-mode",
|
|
1989
|
+
"input",
|
|
1990
|
+
"checked",
|
|
1991
|
+
"background"
|
|
1992
|
+
]
|
|
1993
|
+
},
|
|
1994
|
+
"foreground": {
|
|
1995
|
+
"value": "#ffffff",
|
|
1996
|
+
"public": true,
|
|
1997
|
+
"isReferenceToInternal": true,
|
|
1998
|
+
"filePath": "tokens/color/alias/input.dark.json",
|
|
1999
|
+
"isSource": true,
|
|
2000
|
+
"original": {
|
|
2001
|
+
"value": "{color.dark-mode.neutral.000.value}",
|
|
2002
|
+
"public": true,
|
|
2003
|
+
"isReferenceToInternal": true
|
|
2004
|
+
},
|
|
2005
|
+
"name": "color-dark-mode-input-checked-foreground",
|
|
2006
|
+
"attributes": {
|
|
2007
|
+
"category": "color",
|
|
2008
|
+
"type": "dark-mode",
|
|
2009
|
+
"item": "input",
|
|
2010
|
+
"subitem": "checked",
|
|
2011
|
+
"state": "foreground"
|
|
2012
|
+
},
|
|
2013
|
+
"path": [
|
|
2014
|
+
"color",
|
|
2015
|
+
"dark-mode",
|
|
2016
|
+
"input",
|
|
2017
|
+
"checked",
|
|
2018
|
+
"foreground"
|
|
2019
|
+
]
|
|
2020
|
+
}
|
|
2021
|
+
},
|
|
2022
|
+
"toggle-switch": {
|
|
2023
|
+
"off": {
|
|
2024
|
+
"value": "#504e62",
|
|
2025
|
+
"public": true,
|
|
2026
|
+
"isReferenceToInternal": true,
|
|
2027
|
+
"filePath": "tokens/color/alias/input.dark.json",
|
|
2028
|
+
"isSource": true,
|
|
2029
|
+
"original": {
|
|
2030
|
+
"value": "{color.dark-mode.neutral.400.value}",
|
|
2031
|
+
"public": true,
|
|
2032
|
+
"isReferenceToInternal": true
|
|
2033
|
+
},
|
|
2034
|
+
"name": "color-dark-mode-input-toggle-switch-off",
|
|
2035
|
+
"attributes": {
|
|
2036
|
+
"category": "color",
|
|
2037
|
+
"type": "dark-mode",
|
|
2038
|
+
"item": "input",
|
|
2039
|
+
"subitem": "toggle-switch",
|
|
2040
|
+
"state": "off"
|
|
2041
|
+
},
|
|
2042
|
+
"path": [
|
|
2043
|
+
"color",
|
|
2044
|
+
"dark-mode",
|
|
2045
|
+
"input",
|
|
2046
|
+
"toggle-switch",
|
|
2047
|
+
"off"
|
|
2048
|
+
]
|
|
2049
|
+
},
|
|
2050
|
+
"on": {
|
|
2051
|
+
"value": "#36a3ff",
|
|
2052
|
+
"public": true,
|
|
2053
|
+
"filePath": "tokens/color/alias/input.dark.json",
|
|
2054
|
+
"isSource": true,
|
|
2055
|
+
"original": {
|
|
2056
|
+
"value": "{color.dark-mode.interactive.focus.value}",
|
|
2057
|
+
"public": true
|
|
2058
|
+
},
|
|
2059
|
+
"name": "color-dark-mode-input-toggle-switch-on",
|
|
2060
|
+
"attributes": {
|
|
2061
|
+
"category": "color",
|
|
2062
|
+
"type": "dark-mode",
|
|
2063
|
+
"item": "input",
|
|
2064
|
+
"subitem": "toggle-switch",
|
|
2065
|
+
"state": "on"
|
|
2066
|
+
},
|
|
2067
|
+
"path": [
|
|
2068
|
+
"color",
|
|
2069
|
+
"dark-mode",
|
|
2070
|
+
"input",
|
|
2071
|
+
"toggle-switch",
|
|
2072
|
+
"on"
|
|
2073
|
+
]
|
|
2074
|
+
},
|
|
2075
|
+
"icon": {
|
|
2076
|
+
"value": "#ffffff",
|
|
2077
|
+
"public": true,
|
|
2078
|
+
"isReferenceToInternal": true,
|
|
2079
|
+
"filePath": "tokens/color/alias/input.dark.json",
|
|
2080
|
+
"isSource": true,
|
|
2081
|
+
"original": {
|
|
2082
|
+
"value": "{color.dark-mode.neutral.000.value}",
|
|
2083
|
+
"public": true,
|
|
2084
|
+
"isReferenceToInternal": true
|
|
2085
|
+
},
|
|
2086
|
+
"name": "color-dark-mode-input-toggle-switch-icon",
|
|
2087
|
+
"attributes": {
|
|
2088
|
+
"category": "color",
|
|
2089
|
+
"type": "dark-mode",
|
|
2090
|
+
"item": "input",
|
|
2091
|
+
"subitem": "toggle-switch",
|
|
2092
|
+
"state": "icon"
|
|
2093
|
+
},
|
|
2094
|
+
"path": [
|
|
2095
|
+
"color",
|
|
2096
|
+
"dark-mode",
|
|
2097
|
+
"input",
|
|
2098
|
+
"toggle-switch",
|
|
2099
|
+
"icon"
|
|
2100
|
+
]
|
|
2101
|
+
}
|
|
2102
|
+
},
|
|
2103
|
+
"action": {
|
|
2104
|
+
"background": {
|
|
2105
|
+
"hover": {
|
|
2106
|
+
"value": "#504e62",
|
|
2107
|
+
"public": true,
|
|
2108
|
+
"isReferenceToInternal": true,
|
|
2109
|
+
"filePath": "tokens/color/alias/input.dark.json",
|
|
2110
|
+
"isSource": true,
|
|
2111
|
+
"original": {
|
|
2112
|
+
"value": "{color.dark-mode.neutral.400.value}",
|
|
2113
|
+
"public": true,
|
|
2114
|
+
"isReferenceToInternal": true
|
|
2115
|
+
},
|
|
2116
|
+
"name": "color-dark-mode-input-action-background-hover",
|
|
2117
|
+
"attributes": {
|
|
2118
|
+
"category": "color",
|
|
2119
|
+
"type": "dark-mode",
|
|
2120
|
+
"item": "input",
|
|
2121
|
+
"subitem": "action",
|
|
2122
|
+
"state": "background"
|
|
2123
|
+
},
|
|
2124
|
+
"path": [
|
|
2125
|
+
"color",
|
|
2126
|
+
"dark-mode",
|
|
2127
|
+
"input",
|
|
2128
|
+
"action",
|
|
2129
|
+
"background",
|
|
2130
|
+
"hover"
|
|
2131
|
+
]
|
|
2132
|
+
}
|
|
2133
|
+
}
|
|
2134
|
+
}
|
|
2135
|
+
},
|
|
2136
|
+
"link": {
|
|
2137
|
+
"default": {
|
|
2138
|
+
"value": "#36a3ff",
|
|
2139
|
+
"public": true,
|
|
2140
|
+
"isReferenceToInternal": true,
|
|
2141
|
+
"filePath": "tokens/color/alias/link.dark.json",
|
|
2142
|
+
"isSource": true,
|
|
2143
|
+
"original": {
|
|
2144
|
+
"value": "{color.dark-mode.interactive.link.value}",
|
|
2145
|
+
"public": true,
|
|
2146
|
+
"isReferenceToInternal": true
|
|
2147
|
+
},
|
|
2148
|
+
"name": "color-dark-mode-link-default",
|
|
2149
|
+
"attributes": {
|
|
2150
|
+
"category": "color",
|
|
2151
|
+
"type": "dark-mode",
|
|
2152
|
+
"item": "link",
|
|
2153
|
+
"subitem": "default"
|
|
2154
|
+
},
|
|
2155
|
+
"path": [
|
|
2156
|
+
"color",
|
|
2157
|
+
"dark-mode",
|
|
2158
|
+
"link",
|
|
2159
|
+
"default"
|
|
2160
|
+
]
|
|
2161
|
+
},
|
|
2162
|
+
"hover": {
|
|
2163
|
+
"value": "#6f54e8",
|
|
2164
|
+
"public": true,
|
|
2165
|
+
"isReferenceToInternal": true,
|
|
2166
|
+
"filePath": "tokens/color/alias/link.dark.json",
|
|
2167
|
+
"isSource": true,
|
|
2168
|
+
"original": {
|
|
2169
|
+
"value": "{color.dark-mode.interactive.visited.value}",
|
|
2170
|
+
"public": true,
|
|
2171
|
+
"isReferenceToInternal": true
|
|
2172
|
+
},
|
|
2173
|
+
"name": "color-dark-mode-link-hover",
|
|
2174
|
+
"attributes": {
|
|
2175
|
+
"category": "color",
|
|
2176
|
+
"type": "dark-mode",
|
|
2177
|
+
"item": "link",
|
|
2178
|
+
"subitem": "hover"
|
|
2179
|
+
},
|
|
2180
|
+
"path": [
|
|
2181
|
+
"color",
|
|
2182
|
+
"dark-mode",
|
|
2183
|
+
"link",
|
|
2184
|
+
"hover"
|
|
2185
|
+
]
|
|
2186
|
+
},
|
|
2187
|
+
"active": {
|
|
2188
|
+
"value": "#6f54e8",
|
|
2189
|
+
"public": true,
|
|
2190
|
+
"isReferenceToInternal": true,
|
|
2191
|
+
"filePath": "tokens/color/alias/link.dark.json",
|
|
2192
|
+
"isSource": true,
|
|
2193
|
+
"original": {
|
|
2194
|
+
"value": "{color.dark-mode.interactive.visited.value}",
|
|
2195
|
+
"public": true,
|
|
2196
|
+
"isReferenceToInternal": true
|
|
2197
|
+
},
|
|
2198
|
+
"name": "color-dark-mode-link-active",
|
|
2199
|
+
"attributes": {
|
|
2200
|
+
"category": "color",
|
|
2201
|
+
"type": "dark-mode",
|
|
2202
|
+
"item": "link",
|
|
2203
|
+
"subitem": "active"
|
|
2204
|
+
},
|
|
2205
|
+
"path": [
|
|
2206
|
+
"color",
|
|
2207
|
+
"dark-mode",
|
|
2208
|
+
"link",
|
|
2209
|
+
"active"
|
|
2210
|
+
]
|
|
2211
|
+
},
|
|
2212
|
+
"visited": {
|
|
2213
|
+
"value": "#6f54e8",
|
|
2214
|
+
"public": true,
|
|
2215
|
+
"isReferenceToInternal": true,
|
|
2216
|
+
"filePath": "tokens/color/alias/link.dark.json",
|
|
2217
|
+
"isSource": true,
|
|
2218
|
+
"original": {
|
|
2219
|
+
"value": "{color.dark-mode.interactive.visited.value}",
|
|
2220
|
+
"public": true,
|
|
2221
|
+
"isReferenceToInternal": true
|
|
2222
|
+
},
|
|
2223
|
+
"name": "color-dark-mode-link-visited",
|
|
2224
|
+
"attributes": {
|
|
2225
|
+
"category": "color",
|
|
2226
|
+
"type": "dark-mode",
|
|
2227
|
+
"item": "link",
|
|
2228
|
+
"subitem": "visited"
|
|
2229
|
+
},
|
|
1456
2230
|
"path": [
|
|
1457
2231
|
"color",
|
|
1458
2232
|
"dark-mode",
|
|
1459
2233
|
"link",
|
|
2234
|
+
"visited"
|
|
2235
|
+
]
|
|
2236
|
+
}
|
|
2237
|
+
},
|
|
2238
|
+
"link-cta": {
|
|
2239
|
+
"default": {
|
|
2240
|
+
"value": "#8a70ff",
|
|
2241
|
+
"public": true,
|
|
2242
|
+
"isReferenceToInternal": true,
|
|
2243
|
+
"filePath": "tokens/color/alias/link.dark.json",
|
|
2244
|
+
"isSource": true,
|
|
2245
|
+
"original": {
|
|
2246
|
+
"value": "{color.dark-mode.brand.secondary.400.value}",
|
|
2247
|
+
"public": true,
|
|
2248
|
+
"isReferenceToInternal": true
|
|
2249
|
+
},
|
|
2250
|
+
"name": "color-dark-mode-link-cta-default",
|
|
2251
|
+
"attributes": {
|
|
2252
|
+
"category": "color",
|
|
2253
|
+
"type": "dark-mode",
|
|
2254
|
+
"item": "link-cta",
|
|
2255
|
+
"subitem": "default"
|
|
2256
|
+
},
|
|
2257
|
+
"path": [
|
|
2258
|
+
"color",
|
|
2259
|
+
"dark-mode",
|
|
2260
|
+
"link-cta",
|
|
1460
2261
|
"default"
|
|
1461
2262
|
]
|
|
1462
2263
|
},
|
|
1463
2264
|
"hover": {
|
|
1464
|
-
"value": "#
|
|
2265
|
+
"value": "#ad9bff",
|
|
2266
|
+
"public": true,
|
|
2267
|
+
"isReferenceToInternal": true,
|
|
2268
|
+
"filePath": "tokens/color/alias/link.dark.json",
|
|
2269
|
+
"isSource": true,
|
|
2270
|
+
"original": {
|
|
2271
|
+
"value": "{color.dark-mode.brand.secondary.300.value}",
|
|
2272
|
+
"public": true,
|
|
2273
|
+
"isReferenceToInternal": true
|
|
2274
|
+
},
|
|
2275
|
+
"name": "color-dark-mode-link-cta-hover",
|
|
2276
|
+
"attributes": {
|
|
2277
|
+
"category": "color",
|
|
2278
|
+
"type": "dark-mode",
|
|
2279
|
+
"item": "link-cta",
|
|
2280
|
+
"subitem": "hover"
|
|
2281
|
+
},
|
|
2282
|
+
"path": [
|
|
2283
|
+
"color",
|
|
2284
|
+
"dark-mode",
|
|
2285
|
+
"link-cta",
|
|
2286
|
+
"hover"
|
|
2287
|
+
]
|
|
2288
|
+
},
|
|
2289
|
+
"active": {
|
|
2290
|
+
"value": "#d0c6ff",
|
|
2291
|
+
"public": true,
|
|
2292
|
+
"isReferenceToInternal": true,
|
|
2293
|
+
"filePath": "tokens/color/alias/link.dark.json",
|
|
2294
|
+
"isSource": true,
|
|
2295
|
+
"original": {
|
|
2296
|
+
"value": "{color.dark-mode.brand.secondary.200.value}",
|
|
2297
|
+
"public": true,
|
|
2298
|
+
"isReferenceToInternal": true
|
|
2299
|
+
},
|
|
2300
|
+
"name": "color-dark-mode-link-cta-active",
|
|
2301
|
+
"attributes": {
|
|
2302
|
+
"category": "color",
|
|
2303
|
+
"type": "dark-mode",
|
|
2304
|
+
"item": "link-cta",
|
|
2305
|
+
"subitem": "active"
|
|
2306
|
+
},
|
|
2307
|
+
"path": [
|
|
2308
|
+
"color",
|
|
2309
|
+
"dark-mode",
|
|
2310
|
+
"link-cta",
|
|
2311
|
+
"active"
|
|
2312
|
+
]
|
|
2313
|
+
}
|
|
2314
|
+
},
|
|
2315
|
+
"menu": {
|
|
2316
|
+
"background": {
|
|
2317
|
+
"value": "#282839",
|
|
1465
2318
|
"public": true,
|
|
1466
2319
|
"isReferenceToInternal": true,
|
|
1467
|
-
"filePath": "tokens/color/alias/
|
|
2320
|
+
"filePath": "tokens/color/alias/menu.dark.json",
|
|
1468
2321
|
"isSource": true,
|
|
1469
2322
|
"original": {
|
|
1470
|
-
"value": "{color.dark-mode.
|
|
2323
|
+
"value": "{color.dark-mode.neutral.500}",
|
|
2324
|
+
"public": true,
|
|
2325
|
+
"isReferenceToInternal": true
|
|
2326
|
+
},
|
|
2327
|
+
"name": "color-dark-mode-menu-background",
|
|
2328
|
+
"attributes": {
|
|
2329
|
+
"category": "color",
|
|
2330
|
+
"type": "dark-mode",
|
|
2331
|
+
"item": "menu",
|
|
2332
|
+
"subitem": "background"
|
|
2333
|
+
},
|
|
2334
|
+
"path": [
|
|
2335
|
+
"color",
|
|
2336
|
+
"dark-mode",
|
|
2337
|
+
"menu",
|
|
2338
|
+
"background"
|
|
2339
|
+
]
|
|
2340
|
+
},
|
|
2341
|
+
"item": {
|
|
2342
|
+
"background": {
|
|
2343
|
+
"default": {
|
|
2344
|
+
"value": "#282839",
|
|
2345
|
+
"public": true,
|
|
2346
|
+
"isReferenceToInternal": true,
|
|
2347
|
+
"filePath": "tokens/color/alias/menu.dark.json",
|
|
2348
|
+
"isSource": true,
|
|
2349
|
+
"original": {
|
|
2350
|
+
"value": "{color.dark-mode.neutral.500}",
|
|
2351
|
+
"public": true,
|
|
2352
|
+
"isReferenceToInternal": true
|
|
2353
|
+
},
|
|
2354
|
+
"name": "color-dark-mode-menu-item-background-default",
|
|
2355
|
+
"attributes": {
|
|
2356
|
+
"category": "color",
|
|
2357
|
+
"type": "dark-mode",
|
|
2358
|
+
"item": "menu",
|
|
2359
|
+
"subitem": "item",
|
|
2360
|
+
"state": "background"
|
|
2361
|
+
},
|
|
2362
|
+
"path": [
|
|
2363
|
+
"color",
|
|
2364
|
+
"dark-mode",
|
|
2365
|
+
"menu",
|
|
2366
|
+
"item",
|
|
2367
|
+
"background",
|
|
2368
|
+
"default"
|
|
2369
|
+
]
|
|
2370
|
+
},
|
|
2371
|
+
"hover": {
|
|
2372
|
+
"value": "#504e62",
|
|
2373
|
+
"public": true,
|
|
2374
|
+
"isReferenceToInternal": true,
|
|
2375
|
+
"filePath": "tokens/color/alias/menu.dark.json",
|
|
2376
|
+
"isSource": true,
|
|
2377
|
+
"original": {
|
|
2378
|
+
"value": "{color.dark-mode.neutral.400}",
|
|
2379
|
+
"public": true,
|
|
2380
|
+
"isReferenceToInternal": true
|
|
2381
|
+
},
|
|
2382
|
+
"name": "color-dark-mode-menu-item-background-hover",
|
|
2383
|
+
"attributes": {
|
|
2384
|
+
"category": "color",
|
|
2385
|
+
"type": "dark-mode",
|
|
2386
|
+
"item": "menu",
|
|
2387
|
+
"subitem": "item",
|
|
2388
|
+
"state": "background"
|
|
2389
|
+
},
|
|
2390
|
+
"path": [
|
|
2391
|
+
"color",
|
|
2392
|
+
"dark-mode",
|
|
2393
|
+
"menu",
|
|
2394
|
+
"item",
|
|
2395
|
+
"background",
|
|
2396
|
+
"hover"
|
|
2397
|
+
]
|
|
2398
|
+
},
|
|
2399
|
+
"active": {
|
|
2400
|
+
"value": "#858299",
|
|
2401
|
+
"public": true,
|
|
2402
|
+
"isReferenceToInternal": true,
|
|
2403
|
+
"filePath": "tokens/color/alias/menu.dark.json",
|
|
2404
|
+
"isSource": true,
|
|
2405
|
+
"original": {
|
|
2406
|
+
"value": "{color.dark-mode.neutral.300}",
|
|
2407
|
+
"public": true,
|
|
2408
|
+
"isReferenceToInternal": true
|
|
2409
|
+
},
|
|
2410
|
+
"name": "color-dark-mode-menu-item-background-active",
|
|
2411
|
+
"attributes": {
|
|
2412
|
+
"category": "color",
|
|
2413
|
+
"type": "dark-mode",
|
|
2414
|
+
"item": "menu",
|
|
2415
|
+
"subitem": "item",
|
|
2416
|
+
"state": "background"
|
|
2417
|
+
},
|
|
2418
|
+
"path": [
|
|
2419
|
+
"color",
|
|
2420
|
+
"dark-mode",
|
|
2421
|
+
"menu",
|
|
2422
|
+
"item",
|
|
2423
|
+
"background",
|
|
2424
|
+
"active"
|
|
2425
|
+
]
|
|
2426
|
+
}
|
|
2427
|
+
},
|
|
2428
|
+
"foreground": {
|
|
2429
|
+
"value": "#ffffff",
|
|
1471
2430
|
"public": true,
|
|
1472
|
-
"isReferenceToInternal": true
|
|
2431
|
+
"isReferenceToInternal": true,
|
|
2432
|
+
"filePath": "tokens/color/alias/menu.dark.json",
|
|
2433
|
+
"isSource": true,
|
|
2434
|
+
"original": {
|
|
2435
|
+
"value": "{color.dark-mode.foreground.default}",
|
|
2436
|
+
"public": true,
|
|
2437
|
+
"isReferenceToInternal": true
|
|
2438
|
+
},
|
|
2439
|
+
"name": "color-dark-mode-menu-item-foreground",
|
|
2440
|
+
"attributes": {
|
|
2441
|
+
"category": "color",
|
|
2442
|
+
"type": "dark-mode",
|
|
2443
|
+
"item": "menu",
|
|
2444
|
+
"subitem": "item",
|
|
2445
|
+
"state": "foreground"
|
|
2446
|
+
},
|
|
2447
|
+
"path": [
|
|
2448
|
+
"color",
|
|
2449
|
+
"dark-mode",
|
|
2450
|
+
"menu",
|
|
2451
|
+
"item",
|
|
2452
|
+
"foreground"
|
|
2453
|
+
]
|
|
1473
2454
|
},
|
|
1474
|
-
"
|
|
1475
|
-
|
|
1476
|
-
"
|
|
1477
|
-
"
|
|
1478
|
-
"
|
|
1479
|
-
"
|
|
2455
|
+
"heading-text": {
|
|
2456
|
+
"value": "#a6a3b4",
|
|
2457
|
+
"public": true,
|
|
2458
|
+
"isReferenceToInternal": true,
|
|
2459
|
+
"filePath": "tokens/color/alias/menu.dark.json",
|
|
2460
|
+
"isSource": true,
|
|
2461
|
+
"original": {
|
|
2462
|
+
"value": "{color.dark-mode.neutral.200.value}",
|
|
2463
|
+
"public": true,
|
|
2464
|
+
"isReferenceToInternal": true
|
|
2465
|
+
},
|
|
2466
|
+
"name": "color-dark-mode-menu-item-heading-text",
|
|
2467
|
+
"attributes": {
|
|
2468
|
+
"category": "color",
|
|
2469
|
+
"type": "dark-mode",
|
|
2470
|
+
"item": "menu",
|
|
2471
|
+
"subitem": "item",
|
|
2472
|
+
"state": "heading-text"
|
|
2473
|
+
},
|
|
2474
|
+
"path": [
|
|
2475
|
+
"color",
|
|
2476
|
+
"dark-mode",
|
|
2477
|
+
"menu",
|
|
2478
|
+
"item",
|
|
2479
|
+
"heading-text"
|
|
2480
|
+
]
|
|
1480
2481
|
},
|
|
1481
|
-
"
|
|
1482
|
-
"
|
|
1483
|
-
"dark-mode",
|
|
1484
|
-
"link",
|
|
1485
|
-
"hover"
|
|
1486
|
-
]
|
|
1487
|
-
},
|
|
1488
|
-
"active": {
|
|
1489
|
-
"value": "#2776b9",
|
|
1490
|
-
"public": true,
|
|
1491
|
-
"isReferenceToInternal": true,
|
|
1492
|
-
"filePath": "tokens/color/alias/interactive.dark.json",
|
|
1493
|
-
"isSource": true,
|
|
1494
|
-
"original": {
|
|
1495
|
-
"value": "{color.dark-mode.interactive.link.500.value}",
|
|
2482
|
+
"description-text": {
|
|
2483
|
+
"value": "#a6a3b4",
|
|
1496
2484
|
"public": true,
|
|
1497
|
-
"isReferenceToInternal": true
|
|
2485
|
+
"isReferenceToInternal": true,
|
|
2486
|
+
"filePath": "tokens/color/alias/menu.dark.json",
|
|
2487
|
+
"isSource": true,
|
|
2488
|
+
"original": {
|
|
2489
|
+
"value": "{color.dark-mode.neutral.200.value}",
|
|
2490
|
+
"public": true,
|
|
2491
|
+
"isReferenceToInternal": true
|
|
2492
|
+
},
|
|
2493
|
+
"name": "color-dark-mode-menu-item-description-text",
|
|
2494
|
+
"attributes": {
|
|
2495
|
+
"category": "color",
|
|
2496
|
+
"type": "dark-mode",
|
|
2497
|
+
"item": "menu",
|
|
2498
|
+
"subitem": "item",
|
|
2499
|
+
"state": "description-text"
|
|
2500
|
+
},
|
|
2501
|
+
"path": [
|
|
2502
|
+
"color",
|
|
2503
|
+
"dark-mode",
|
|
2504
|
+
"menu",
|
|
2505
|
+
"item",
|
|
2506
|
+
"description-text"
|
|
2507
|
+
]
|
|
2508
|
+
}
|
|
2509
|
+
}
|
|
2510
|
+
},
|
|
2511
|
+
"panel": {
|
|
2512
|
+
"default": {
|
|
2513
|
+
"background": {
|
|
2514
|
+
"value": "#1d1d29",
|
|
2515
|
+
"public": true,
|
|
2516
|
+
"filePath": "tokens/color/alias/panel.dark.json",
|
|
2517
|
+
"isSource": true,
|
|
2518
|
+
"original": {
|
|
2519
|
+
"value": "{color.dark-mode.background.default}",
|
|
2520
|
+
"public": true
|
|
2521
|
+
},
|
|
2522
|
+
"name": "color-dark-mode-panel-default-background",
|
|
2523
|
+
"attributes": {
|
|
2524
|
+
"category": "color",
|
|
2525
|
+
"type": "dark-mode",
|
|
2526
|
+
"item": "panel",
|
|
2527
|
+
"subitem": "default",
|
|
2528
|
+
"state": "background"
|
|
2529
|
+
},
|
|
2530
|
+
"path": [
|
|
2531
|
+
"color",
|
|
2532
|
+
"dark-mode",
|
|
2533
|
+
"panel",
|
|
2534
|
+
"default",
|
|
2535
|
+
"background"
|
|
2536
|
+
]
|
|
1498
2537
|
},
|
|
1499
|
-
"
|
|
1500
|
-
|
|
1501
|
-
"
|
|
1502
|
-
"
|
|
1503
|
-
"
|
|
1504
|
-
"
|
|
2538
|
+
"border": {
|
|
2539
|
+
"value": "#504e62",
|
|
2540
|
+
"public": true,
|
|
2541
|
+
"filePath": "tokens/color/alias/panel.dark.json",
|
|
2542
|
+
"isSource": true,
|
|
2543
|
+
"original": {
|
|
2544
|
+
"value": "{color.dark-mode.border.default}",
|
|
2545
|
+
"public": true
|
|
2546
|
+
},
|
|
2547
|
+
"name": "color-dark-mode-panel-default-border",
|
|
2548
|
+
"attributes": {
|
|
2549
|
+
"category": "color",
|
|
2550
|
+
"type": "dark-mode",
|
|
2551
|
+
"item": "panel",
|
|
2552
|
+
"subitem": "default",
|
|
2553
|
+
"state": "border"
|
|
2554
|
+
},
|
|
2555
|
+
"path": [
|
|
2556
|
+
"color",
|
|
2557
|
+
"dark-mode",
|
|
2558
|
+
"panel",
|
|
2559
|
+
"default",
|
|
2560
|
+
"border"
|
|
2561
|
+
]
|
|
2562
|
+
}
|
|
2563
|
+
},
|
|
2564
|
+
"sunken": {
|
|
2565
|
+
"background": {
|
|
2566
|
+
"value": "#121219",
|
|
2567
|
+
"public": true,
|
|
2568
|
+
"isReferenceToInternal": true,
|
|
2569
|
+
"filePath": "tokens/color/alias/panel.dark.json",
|
|
2570
|
+
"isSource": true,
|
|
2571
|
+
"original": {
|
|
2572
|
+
"value": "{color.dark-mode.neutral.700.value}",
|
|
2573
|
+
"public": true,
|
|
2574
|
+
"isReferenceToInternal": true
|
|
2575
|
+
},
|
|
2576
|
+
"name": "color-dark-mode-panel-sunken-background",
|
|
2577
|
+
"attributes": {
|
|
2578
|
+
"category": "color",
|
|
2579
|
+
"type": "dark-mode",
|
|
2580
|
+
"item": "panel",
|
|
2581
|
+
"subitem": "sunken",
|
|
2582
|
+
"state": "background"
|
|
2583
|
+
},
|
|
2584
|
+
"path": [
|
|
2585
|
+
"color",
|
|
2586
|
+
"dark-mode",
|
|
2587
|
+
"panel",
|
|
2588
|
+
"sunken",
|
|
2589
|
+
"background"
|
|
2590
|
+
]
|
|
2591
|
+
}
|
|
2592
|
+
},
|
|
2593
|
+
"raised": {
|
|
2594
|
+
"background": {
|
|
2595
|
+
"value": "#282839",
|
|
2596
|
+
"public": true,
|
|
2597
|
+
"isReferenceToInternal": true,
|
|
2598
|
+
"filePath": "tokens/color/alias/panel.dark.json",
|
|
2599
|
+
"isSource": true,
|
|
2600
|
+
"original": {
|
|
2601
|
+
"value": "{color.dark-mode.neutral.500.value}",
|
|
2602
|
+
"public": true,
|
|
2603
|
+
"isReferenceToInternal": true
|
|
2604
|
+
},
|
|
2605
|
+
"name": "color-dark-mode-panel-raised-background",
|
|
2606
|
+
"attributes": {
|
|
2607
|
+
"category": "color",
|
|
2608
|
+
"type": "dark-mode",
|
|
2609
|
+
"item": "panel",
|
|
2610
|
+
"subitem": "raised",
|
|
2611
|
+
"state": "background"
|
|
2612
|
+
},
|
|
2613
|
+
"path": [
|
|
2614
|
+
"color",
|
|
2615
|
+
"dark-mode",
|
|
2616
|
+
"panel",
|
|
2617
|
+
"raised",
|
|
2618
|
+
"background"
|
|
2619
|
+
]
|
|
1505
2620
|
},
|
|
1506
|
-
"
|
|
1507
|
-
"
|
|
1508
|
-
"
|
|
1509
|
-
"
|
|
1510
|
-
"
|
|
1511
|
-
|
|
2621
|
+
"border": {
|
|
2622
|
+
"value": "#504e62",
|
|
2623
|
+
"public": true,
|
|
2624
|
+
"filePath": "tokens/color/alias/panel.dark.json",
|
|
2625
|
+
"isSource": true,
|
|
2626
|
+
"original": {
|
|
2627
|
+
"value": "{color.dark-mode.border.default}",
|
|
2628
|
+
"public": true
|
|
2629
|
+
},
|
|
2630
|
+
"name": "color-dark-mode-panel-raised-border",
|
|
2631
|
+
"attributes": {
|
|
2632
|
+
"category": "color",
|
|
2633
|
+
"type": "dark-mode",
|
|
2634
|
+
"item": "panel",
|
|
2635
|
+
"subitem": "raised",
|
|
2636
|
+
"state": "border"
|
|
2637
|
+
},
|
|
2638
|
+
"path": [
|
|
2639
|
+
"color",
|
|
2640
|
+
"dark-mode",
|
|
2641
|
+
"panel",
|
|
2642
|
+
"raised",
|
|
2643
|
+
"border"
|
|
2644
|
+
]
|
|
2645
|
+
}
|
|
1512
2646
|
},
|
|
1513
|
-
"
|
|
1514
|
-
"
|
|
2647
|
+
"overlay": {
|
|
2648
|
+
"background": {
|
|
2649
|
+
"value": "#282839",
|
|
2650
|
+
"public": true,
|
|
2651
|
+
"isReferenceToInternal": true,
|
|
2652
|
+
"filePath": "tokens/color/alias/panel.dark.json",
|
|
2653
|
+
"isSource": true,
|
|
2654
|
+
"original": {
|
|
2655
|
+
"value": "{color.dark-mode.neutral.500.value}",
|
|
2656
|
+
"public": true,
|
|
2657
|
+
"isReferenceToInternal": true
|
|
2658
|
+
},
|
|
2659
|
+
"name": "color-dark-mode-panel-overlay-background",
|
|
2660
|
+
"attributes": {
|
|
2661
|
+
"category": "color",
|
|
2662
|
+
"type": "dark-mode",
|
|
2663
|
+
"item": "panel",
|
|
2664
|
+
"subitem": "overlay",
|
|
2665
|
+
"state": "background"
|
|
2666
|
+
},
|
|
2667
|
+
"path": [
|
|
2668
|
+
"color",
|
|
2669
|
+
"dark-mode",
|
|
2670
|
+
"panel",
|
|
2671
|
+
"overlay",
|
|
2672
|
+
"background"
|
|
2673
|
+
]
|
|
2674
|
+
}
|
|
2675
|
+
}
|
|
2676
|
+
},
|
|
2677
|
+
"expansion-panel": {
|
|
2678
|
+
"hover": {
|
|
2679
|
+
"value": "#282839",
|
|
1515
2680
|
"public": true,
|
|
1516
2681
|
"isReferenceToInternal": true,
|
|
1517
|
-
"filePath": "tokens/color/alias/
|
|
2682
|
+
"filePath": "tokens/color/alias/panel.dark.json",
|
|
1518
2683
|
"isSource": true,
|
|
1519
2684
|
"original": {
|
|
1520
|
-
"value": "{color.dark-mode.
|
|
2685
|
+
"value": "{color.dark-mode.neutral.500.value}",
|
|
1521
2686
|
"public": true,
|
|
1522
2687
|
"isReferenceToInternal": true
|
|
1523
2688
|
},
|
|
1524
|
-
"name": "color-dark-mode-
|
|
2689
|
+
"name": "color-dark-mode-expansion-panel-hover",
|
|
1525
2690
|
"attributes": {
|
|
1526
2691
|
"category": "color",
|
|
1527
2692
|
"type": "dark-mode",
|
|
1528
|
-
"item": "
|
|
1529
|
-
"subitem": "
|
|
2693
|
+
"item": "expansion-panel",
|
|
2694
|
+
"subitem": "hover"
|
|
1530
2695
|
},
|
|
1531
2696
|
"path": [
|
|
1532
2697
|
"color",
|
|
1533
2698
|
"dark-mode",
|
|
1534
|
-
"
|
|
1535
|
-
"
|
|
2699
|
+
"expansion-panel",
|
|
2700
|
+
"hover"
|
|
1536
2701
|
]
|
|
1537
|
-
}
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
"background": {
|
|
1541
|
-
"value": "#121219",
|
|
2702
|
+
},
|
|
2703
|
+
"open": {
|
|
2704
|
+
"value": "#282839",
|
|
1542
2705
|
"public": true,
|
|
1543
2706
|
"isReferenceToInternal": true,
|
|
1544
|
-
"filePath": "tokens/color/alias/
|
|
2707
|
+
"filePath": "tokens/color/alias/panel.dark.json",
|
|
1545
2708
|
"isSource": true,
|
|
1546
2709
|
"original": {
|
|
1547
|
-
"value": "{color.dark-mode.neutral.
|
|
2710
|
+
"value": "{color.dark-mode.neutral.500.value}",
|
|
1548
2711
|
"public": true,
|
|
1549
2712
|
"isReferenceToInternal": true
|
|
1550
2713
|
},
|
|
1551
|
-
"name": "color-dark-mode-
|
|
2714
|
+
"name": "color-dark-mode-expansion-panel-open",
|
|
1552
2715
|
"attributes": {
|
|
1553
2716
|
"category": "color",
|
|
1554
2717
|
"type": "dark-mode",
|
|
1555
|
-
"item": "
|
|
1556
|
-
"subitem": "
|
|
2718
|
+
"item": "expansion-panel",
|
|
2719
|
+
"subitem": "open"
|
|
1557
2720
|
},
|
|
1558
2721
|
"path": [
|
|
1559
2722
|
"color",
|
|
1560
2723
|
"dark-mode",
|
|
1561
|
-
"
|
|
1562
|
-
"
|
|
2724
|
+
"expansion-panel",
|
|
2725
|
+
"open"
|
|
1563
2726
|
]
|
|
1564
2727
|
}
|
|
1565
2728
|
},
|
|
1566
|
-
"
|
|
1567
|
-
"
|
|
1568
|
-
"
|
|
1569
|
-
"value": "#
|
|
2729
|
+
"tag": {
|
|
2730
|
+
"1": {
|
|
2731
|
+
"background": {
|
|
2732
|
+
"value": "#705e00",
|
|
1570
2733
|
"public": true,
|
|
1571
2734
|
"isReferenceToInternal": true,
|
|
1572
|
-
"filePath": "tokens/color/alias/
|
|
2735
|
+
"filePath": "tokens/color/alias/tags.dark.json",
|
|
1573
2736
|
"isSource": true,
|
|
1574
2737
|
"original": {
|
|
1575
|
-
"value": "{color.dark-mode.
|
|
2738
|
+
"value": "{color.dark-mode.brand.primary.600.value}",
|
|
1576
2739
|
"public": true,
|
|
1577
2740
|
"isReferenceToInternal": true
|
|
1578
2741
|
},
|
|
1579
|
-
"name": "color-dark-mode-
|
|
2742
|
+
"name": "color-dark-mode-tag-1-background",
|
|
1580
2743
|
"attributes": {
|
|
1581
2744
|
"category": "color",
|
|
1582
2745
|
"type": "dark-mode",
|
|
1583
|
-
"item": "
|
|
1584
|
-
"subitem": "
|
|
1585
|
-
"state": "
|
|
2746
|
+
"item": "tag",
|
|
2747
|
+
"subitem": "1",
|
|
2748
|
+
"state": "background"
|
|
1586
2749
|
},
|
|
1587
2750
|
"path": [
|
|
1588
2751
|
"color",
|
|
1589
2752
|
"dark-mode",
|
|
1590
|
-
"
|
|
1591
|
-
"
|
|
1592
|
-
"
|
|
2753
|
+
"tag",
|
|
2754
|
+
"1",
|
|
2755
|
+
"background"
|
|
1593
2756
|
]
|
|
1594
2757
|
},
|
|
1595
|
-
"
|
|
1596
|
-
"value": "#
|
|
2758
|
+
"foreground": {
|
|
2759
|
+
"value": "#fffbe9",
|
|
1597
2760
|
"public": true,
|
|
1598
2761
|
"isReferenceToInternal": true,
|
|
1599
|
-
"filePath": "tokens/color/alias/
|
|
2762
|
+
"filePath": "tokens/color/alias/tags.dark.json",
|
|
1600
2763
|
"isSource": true,
|
|
1601
2764
|
"original": {
|
|
1602
|
-
"value": "{color.dark-mode.
|
|
2765
|
+
"value": "{color.dark-mode.brand.primary.100.value}",
|
|
1603
2766
|
"public": true,
|
|
1604
2767
|
"isReferenceToInternal": true
|
|
1605
2768
|
},
|
|
1606
|
-
"name": "color-dark-mode-
|
|
2769
|
+
"name": "color-dark-mode-tag-1-foreground",
|
|
1607
2770
|
"attributes": {
|
|
1608
2771
|
"category": "color",
|
|
1609
2772
|
"type": "dark-mode",
|
|
1610
|
-
"item": "
|
|
1611
|
-
"subitem": "
|
|
1612
|
-
"state": "
|
|
2773
|
+
"item": "tag",
|
|
2774
|
+
"subitem": "1",
|
|
2775
|
+
"state": "foreground"
|
|
1613
2776
|
},
|
|
1614
2777
|
"path": [
|
|
1615
2778
|
"color",
|
|
1616
2779
|
"dark-mode",
|
|
1617
|
-
"
|
|
1618
|
-
"
|
|
1619
|
-
"
|
|
2780
|
+
"tag",
|
|
2781
|
+
"1",
|
|
2782
|
+
"foreground"
|
|
2783
|
+
]
|
|
2784
|
+
}
|
|
2785
|
+
},
|
|
2786
|
+
"2": {
|
|
2787
|
+
"background": {
|
|
2788
|
+
"value": "#4e39a8",
|
|
2789
|
+
"public": true,
|
|
2790
|
+
"isReferenceToInternal": true,
|
|
2791
|
+
"filePath": "tokens/color/alias/tags.dark.json",
|
|
2792
|
+
"isSource": true,
|
|
2793
|
+
"original": {
|
|
2794
|
+
"value": "{color.dark-mode.brand.secondary.500.value}",
|
|
2795
|
+
"public": true,
|
|
2796
|
+
"isReferenceToInternal": true
|
|
2797
|
+
},
|
|
2798
|
+
"name": "color-dark-mode-tag-2-background",
|
|
2799
|
+
"attributes": {
|
|
2800
|
+
"category": "color",
|
|
2801
|
+
"type": "dark-mode",
|
|
2802
|
+
"item": "tag",
|
|
2803
|
+
"subitem": "2",
|
|
2804
|
+
"state": "background"
|
|
2805
|
+
},
|
|
2806
|
+
"path": [
|
|
2807
|
+
"color",
|
|
2808
|
+
"dark-mode",
|
|
2809
|
+
"tag",
|
|
2810
|
+
"2",
|
|
2811
|
+
"background"
|
|
1620
2812
|
]
|
|
1621
2813
|
},
|
|
1622
|
-
"
|
|
1623
|
-
"value": "#
|
|
2814
|
+
"foreground": {
|
|
2815
|
+
"value": "#f3f0ff",
|
|
1624
2816
|
"public": true,
|
|
1625
2817
|
"isReferenceToInternal": true,
|
|
1626
|
-
"filePath": "tokens/color/alias/
|
|
2818
|
+
"filePath": "tokens/color/alias/tags.dark.json",
|
|
1627
2819
|
"isSource": true,
|
|
1628
2820
|
"original": {
|
|
1629
|
-
"value": "{color.dark-mode.
|
|
2821
|
+
"value": "{color.dark-mode.brand.secondary.100.value}",
|
|
1630
2822
|
"public": true,
|
|
1631
2823
|
"isReferenceToInternal": true
|
|
1632
2824
|
},
|
|
1633
|
-
"name": "color-dark-mode-
|
|
2825
|
+
"name": "color-dark-mode-tag-2-foreground",
|
|
1634
2826
|
"attributes": {
|
|
1635
2827
|
"category": "color",
|
|
1636
2828
|
"type": "dark-mode",
|
|
1637
|
-
"item": "
|
|
1638
|
-
"subitem": "
|
|
1639
|
-
"state": "
|
|
2829
|
+
"item": "tag",
|
|
2830
|
+
"subitem": "2",
|
|
2831
|
+
"state": "foreground"
|
|
1640
2832
|
},
|
|
1641
2833
|
"path": [
|
|
1642
2834
|
"color",
|
|
1643
2835
|
"dark-mode",
|
|
1644
|
-
"
|
|
1645
|
-
"
|
|
1646
|
-
"
|
|
2836
|
+
"tag",
|
|
2837
|
+
"2",
|
|
2838
|
+
"foreground"
|
|
1647
2839
|
]
|
|
1648
2840
|
}
|
|
1649
2841
|
},
|
|
1650
|
-
"
|
|
1651
|
-
"value": "#ffffff",
|
|
1652
|
-
"public": true,
|
|
1653
|
-
"isReferenceToInternal": true,
|
|
1654
|
-
"filePath": "tokens/color/alias/menu.dark.json",
|
|
1655
|
-
"isSource": true,
|
|
1656
|
-
"original": {
|
|
1657
|
-
"value": "{color.dark-mode.foreground.default}",
|
|
1658
|
-
"public": true,
|
|
1659
|
-
"isReferenceToInternal": true
|
|
1660
|
-
},
|
|
1661
|
-
"name": "color-dark-mode-menu-item-foreground",
|
|
1662
|
-
"attributes": {
|
|
1663
|
-
"category": "color",
|
|
1664
|
-
"type": "dark-mode",
|
|
1665
|
-
"item": "menu-item",
|
|
1666
|
-
"subitem": "foreground"
|
|
1667
|
-
},
|
|
1668
|
-
"path": [
|
|
1669
|
-
"color",
|
|
1670
|
-
"dark-mode",
|
|
1671
|
-
"menu-item",
|
|
1672
|
-
"foreground"
|
|
1673
|
-
]
|
|
1674
|
-
}
|
|
1675
|
-
},
|
|
1676
|
-
"panel": {
|
|
1677
|
-
"default": {
|
|
2842
|
+
"3": {
|
|
1678
2843
|
"background": {
|
|
1679
|
-
"value": "#
|
|
2844
|
+
"value": "#560039",
|
|
1680
2845
|
"public": true,
|
|
1681
|
-
"
|
|
2846
|
+
"isReferenceToInternal": true,
|
|
2847
|
+
"filePath": "tokens/color/alias/tags.dark.json",
|
|
1682
2848
|
"isSource": true,
|
|
1683
2849
|
"original": {
|
|
1684
|
-
"value": "{color.dark-mode.
|
|
1685
|
-
"public": true
|
|
2850
|
+
"value": "{color.dark-mode.brand.accent.600.value}",
|
|
2851
|
+
"public": true,
|
|
2852
|
+
"isReferenceToInternal": true
|
|
1686
2853
|
},
|
|
1687
|
-
"name": "color-dark-mode-
|
|
2854
|
+
"name": "color-dark-mode-tag-3-background",
|
|
1688
2855
|
"attributes": {
|
|
1689
2856
|
"category": "color",
|
|
1690
2857
|
"type": "dark-mode",
|
|
1691
|
-
"item": "
|
|
1692
|
-
"subitem": "
|
|
2858
|
+
"item": "tag",
|
|
2859
|
+
"subitem": "3",
|
|
1693
2860
|
"state": "background"
|
|
1694
2861
|
},
|
|
1695
2862
|
"path": [
|
|
1696
2863
|
"color",
|
|
1697
2864
|
"dark-mode",
|
|
1698
|
-
"
|
|
1699
|
-
"
|
|
2865
|
+
"tag",
|
|
2866
|
+
"3",
|
|
1700
2867
|
"background"
|
|
1701
2868
|
]
|
|
1702
2869
|
},
|
|
1703
|
-
"
|
|
1704
|
-
"value": "#
|
|
2870
|
+
"foreground": {
|
|
2871
|
+
"value": "#ffe5f6",
|
|
1705
2872
|
"public": true,
|
|
1706
|
-
"
|
|
2873
|
+
"isReferenceToInternal": true,
|
|
2874
|
+
"filePath": "tokens/color/alias/tags.dark.json",
|
|
1707
2875
|
"isSource": true,
|
|
1708
2876
|
"original": {
|
|
1709
|
-
"value": "{color.dark-mode.
|
|
1710
|
-
"public": true
|
|
2877
|
+
"value": "{color.dark-mode.brand.accent.100.value}",
|
|
2878
|
+
"public": true,
|
|
2879
|
+
"isReferenceToInternal": true
|
|
1711
2880
|
},
|
|
1712
|
-
"name": "color-dark-mode-
|
|
2881
|
+
"name": "color-dark-mode-tag-3-foreground",
|
|
1713
2882
|
"attributes": {
|
|
1714
2883
|
"category": "color",
|
|
1715
2884
|
"type": "dark-mode",
|
|
1716
|
-
"item": "
|
|
1717
|
-
"subitem": "
|
|
1718
|
-
"state": "
|
|
2885
|
+
"item": "tag",
|
|
2886
|
+
"subitem": "3",
|
|
2887
|
+
"state": "foreground"
|
|
1719
2888
|
},
|
|
1720
2889
|
"path": [
|
|
1721
2890
|
"color",
|
|
1722
2891
|
"dark-mode",
|
|
1723
|
-
"
|
|
1724
|
-
"
|
|
1725
|
-
"
|
|
2892
|
+
"tag",
|
|
2893
|
+
"3",
|
|
2894
|
+
"foreground"
|
|
1726
2895
|
]
|
|
1727
2896
|
}
|
|
1728
2897
|
},
|
|
1729
|
-
"
|
|
2898
|
+
"4": {
|
|
1730
2899
|
"background": {
|
|
1731
|
-
"value": "#
|
|
2900
|
+
"value": "#504e62",
|
|
1732
2901
|
"public": true,
|
|
1733
2902
|
"isReferenceToInternal": true,
|
|
1734
|
-
"filePath": "tokens/color/alias/
|
|
2903
|
+
"filePath": "tokens/color/alias/tags.dark.json",
|
|
1735
2904
|
"isSource": true,
|
|
1736
2905
|
"original": {
|
|
1737
|
-
"value": "{color.dark-mode.neutral.
|
|
2906
|
+
"value": "{color.dark-mode.neutral.400.value}",
|
|
1738
2907
|
"public": true,
|
|
1739
2908
|
"isReferenceToInternal": true
|
|
1740
2909
|
},
|
|
1741
|
-
"name": "color-dark-mode-
|
|
2910
|
+
"name": "color-dark-mode-tag-4-background",
|
|
1742
2911
|
"attributes": {
|
|
1743
2912
|
"category": "color",
|
|
1744
2913
|
"type": "dark-mode",
|
|
1745
|
-
"item": "
|
|
1746
|
-
"subitem": "
|
|
2914
|
+
"item": "tag",
|
|
2915
|
+
"subitem": "4",
|
|
1747
2916
|
"state": "background"
|
|
1748
2917
|
},
|
|
1749
2918
|
"path": [
|
|
1750
2919
|
"color",
|
|
1751
2920
|
"dark-mode",
|
|
1752
|
-
"
|
|
1753
|
-
"
|
|
2921
|
+
"tag",
|
|
2922
|
+
"4",
|
|
1754
2923
|
"background"
|
|
1755
2924
|
]
|
|
1756
2925
|
},
|
|
1757
|
-
"
|
|
1758
|
-
"value": "#
|
|
2926
|
+
"foreground": {
|
|
2927
|
+
"value": "#c7c5d0",
|
|
1759
2928
|
"public": true,
|
|
1760
2929
|
"isReferenceToInternal": true,
|
|
1761
|
-
"filePath": "tokens/color/alias/
|
|
2930
|
+
"filePath": "tokens/color/alias/tags.dark.json",
|
|
1762
2931
|
"isSource": true,
|
|
1763
2932
|
"original": {
|
|
1764
|
-
"value": "{color.dark-mode.neutral.
|
|
2933
|
+
"value": "{color.dark-mode.neutral.100.value}",
|
|
1765
2934
|
"public": true,
|
|
1766
2935
|
"isReferenceToInternal": true
|
|
1767
2936
|
},
|
|
1768
|
-
"name": "color-dark-mode-
|
|
2937
|
+
"name": "color-dark-mode-tag-4-foreground",
|
|
1769
2938
|
"attributes": {
|
|
1770
2939
|
"category": "color",
|
|
1771
2940
|
"type": "dark-mode",
|
|
1772
|
-
"item": "
|
|
1773
|
-
"subitem": "
|
|
1774
|
-
"state": "
|
|
2941
|
+
"item": "tag",
|
|
2942
|
+
"subitem": "4",
|
|
2943
|
+
"state": "foreground"
|
|
2944
|
+
},
|
|
2945
|
+
"path": [
|
|
2946
|
+
"color",
|
|
2947
|
+
"dark-mode",
|
|
2948
|
+
"tag",
|
|
2949
|
+
"4",
|
|
2950
|
+
"foreground"
|
|
2951
|
+
]
|
|
2952
|
+
}
|
|
2953
|
+
},
|
|
2954
|
+
"5": {
|
|
2955
|
+
"background": {
|
|
2956
|
+
"value": "#700000",
|
|
2957
|
+
"public": true,
|
|
2958
|
+
"filePath": "tokens/color/alias/tags.dark.json",
|
|
2959
|
+
"isSource": true,
|
|
2960
|
+
"original": {
|
|
2961
|
+
"value": "#700000",
|
|
2962
|
+
"public": true
|
|
2963
|
+
},
|
|
2964
|
+
"name": "color-dark-mode-tag-5-background",
|
|
2965
|
+
"attributes": {
|
|
2966
|
+
"category": "color",
|
|
2967
|
+
"type": "dark-mode",
|
|
2968
|
+
"item": "tag",
|
|
2969
|
+
"subitem": "5",
|
|
2970
|
+
"state": "background"
|
|
2971
|
+
},
|
|
2972
|
+
"path": [
|
|
2973
|
+
"color",
|
|
2974
|
+
"dark-mode",
|
|
2975
|
+
"tag",
|
|
2976
|
+
"5",
|
|
2977
|
+
"background"
|
|
2978
|
+
]
|
|
2979
|
+
},
|
|
2980
|
+
"foreground": {
|
|
2981
|
+
"value": "#ffebeb",
|
|
2982
|
+
"public": true,
|
|
2983
|
+
"filePath": "tokens/color/alias/tags.dark.json",
|
|
2984
|
+
"isSource": true,
|
|
2985
|
+
"original": {
|
|
2986
|
+
"value": "#FFEBEB",
|
|
2987
|
+
"public": true
|
|
2988
|
+
},
|
|
2989
|
+
"name": "color-dark-mode-tag-5-foreground",
|
|
2990
|
+
"attributes": {
|
|
2991
|
+
"category": "color",
|
|
2992
|
+
"type": "dark-mode",
|
|
2993
|
+
"item": "tag",
|
|
2994
|
+
"subitem": "5",
|
|
2995
|
+
"state": "foreground"
|
|
2996
|
+
},
|
|
2997
|
+
"path": [
|
|
2998
|
+
"color",
|
|
2999
|
+
"dark-mode",
|
|
3000
|
+
"tag",
|
|
3001
|
+
"5",
|
|
3002
|
+
"foreground"
|
|
3003
|
+
]
|
|
3004
|
+
}
|
|
3005
|
+
},
|
|
3006
|
+
"6": {
|
|
3007
|
+
"background": {
|
|
3008
|
+
"value": "#b15902",
|
|
3009
|
+
"public": true,
|
|
3010
|
+
"filePath": "tokens/color/alias/tags.dark.json",
|
|
3011
|
+
"isSource": true,
|
|
3012
|
+
"original": {
|
|
3013
|
+
"value": "#B15902",
|
|
3014
|
+
"public": true
|
|
3015
|
+
},
|
|
3016
|
+
"name": "color-dark-mode-tag-6-background",
|
|
3017
|
+
"attributes": {
|
|
3018
|
+
"category": "color",
|
|
3019
|
+
"type": "dark-mode",
|
|
3020
|
+
"item": "tag",
|
|
3021
|
+
"subitem": "6",
|
|
3022
|
+
"state": "background"
|
|
3023
|
+
},
|
|
3024
|
+
"path": [
|
|
3025
|
+
"color",
|
|
3026
|
+
"dark-mode",
|
|
3027
|
+
"tag",
|
|
3028
|
+
"6",
|
|
3029
|
+
"background"
|
|
3030
|
+
]
|
|
3031
|
+
},
|
|
3032
|
+
"foreground": {
|
|
3033
|
+
"value": "#fffae6",
|
|
3034
|
+
"public": true,
|
|
3035
|
+
"filePath": "tokens/color/alias/tags.dark.json",
|
|
3036
|
+
"isSource": true,
|
|
3037
|
+
"original": {
|
|
3038
|
+
"value": "#FFFAE6",
|
|
3039
|
+
"public": true
|
|
3040
|
+
},
|
|
3041
|
+
"name": "color-dark-mode-tag-6-foreground",
|
|
3042
|
+
"attributes": {
|
|
3043
|
+
"category": "color",
|
|
3044
|
+
"type": "dark-mode",
|
|
3045
|
+
"item": "tag",
|
|
3046
|
+
"subitem": "6",
|
|
3047
|
+
"state": "foreground"
|
|
3048
|
+
},
|
|
3049
|
+
"path": [
|
|
3050
|
+
"color",
|
|
3051
|
+
"dark-mode",
|
|
3052
|
+
"tag",
|
|
3053
|
+
"6",
|
|
3054
|
+
"foreground"
|
|
3055
|
+
]
|
|
3056
|
+
}
|
|
3057
|
+
},
|
|
3058
|
+
"7": {
|
|
3059
|
+
"background": {
|
|
3060
|
+
"value": "#164b35",
|
|
3061
|
+
"public": true,
|
|
3062
|
+
"filePath": "tokens/color/alias/tags.dark.json",
|
|
3063
|
+
"isSource": true,
|
|
3064
|
+
"original": {
|
|
3065
|
+
"value": "#164B35",
|
|
3066
|
+
"public": true
|
|
3067
|
+
},
|
|
3068
|
+
"name": "color-dark-mode-tag-7-background",
|
|
3069
|
+
"attributes": {
|
|
3070
|
+
"category": "color",
|
|
3071
|
+
"type": "dark-mode",
|
|
3072
|
+
"item": "tag",
|
|
3073
|
+
"subitem": "7",
|
|
3074
|
+
"state": "background"
|
|
3075
|
+
},
|
|
3076
|
+
"path": [
|
|
3077
|
+
"color",
|
|
3078
|
+
"dark-mode",
|
|
3079
|
+
"tag",
|
|
3080
|
+
"7",
|
|
3081
|
+
"background"
|
|
3082
|
+
]
|
|
3083
|
+
},
|
|
3084
|
+
"foreground": {
|
|
3085
|
+
"value": "#dffcf0",
|
|
3086
|
+
"public": true,
|
|
3087
|
+
"filePath": "tokens/color/alias/tags.dark.json",
|
|
3088
|
+
"isSource": true,
|
|
3089
|
+
"original": {
|
|
3090
|
+
"value": "#DFFCF0",
|
|
3091
|
+
"public": true
|
|
3092
|
+
},
|
|
3093
|
+
"name": "color-dark-mode-tag-7-foreground",
|
|
3094
|
+
"attributes": {
|
|
3095
|
+
"category": "color",
|
|
3096
|
+
"type": "dark-mode",
|
|
3097
|
+
"item": "tag",
|
|
3098
|
+
"subitem": "7",
|
|
3099
|
+
"state": "foreground"
|
|
1775
3100
|
},
|
|
1776
3101
|
"path": [
|
|
1777
3102
|
"color",
|
|
1778
3103
|
"dark-mode",
|
|
1779
|
-
"
|
|
1780
|
-
"
|
|
1781
|
-
"
|
|
3104
|
+
"tag",
|
|
3105
|
+
"7",
|
|
3106
|
+
"foreground"
|
|
1782
3107
|
]
|
|
1783
3108
|
}
|
|
1784
3109
|
},
|
|
1785
|
-
"
|
|
3110
|
+
"8": {
|
|
1786
3111
|
"background": {
|
|
1787
|
-
"value": "#
|
|
3112
|
+
"value": "#0f5f6a",
|
|
1788
3113
|
"public": true,
|
|
1789
|
-
"
|
|
1790
|
-
"filePath": "tokens/color/alias/panel.dark.json",
|
|
3114
|
+
"filePath": "tokens/color/alias/tags.dark.json",
|
|
1791
3115
|
"isSource": true,
|
|
1792
3116
|
"original": {
|
|
1793
|
-
"value": "
|
|
1794
|
-
"public": true
|
|
1795
|
-
"isReferenceToInternal": true
|
|
3117
|
+
"value": "#0F5F6A",
|
|
3118
|
+
"public": true
|
|
1796
3119
|
},
|
|
1797
|
-
"name": "color-dark-mode-
|
|
3120
|
+
"name": "color-dark-mode-tag-8-background",
|
|
1798
3121
|
"attributes": {
|
|
1799
3122
|
"category": "color",
|
|
1800
3123
|
"type": "dark-mode",
|
|
1801
|
-
"item": "
|
|
1802
|
-
"subitem": "
|
|
3124
|
+
"item": "tag",
|
|
3125
|
+
"subitem": "8",
|
|
1803
3126
|
"state": "background"
|
|
1804
3127
|
},
|
|
1805
3128
|
"path": [
|
|
1806
3129
|
"color",
|
|
1807
3130
|
"dark-mode",
|
|
1808
|
-
"
|
|
1809
|
-
"
|
|
3131
|
+
"tag",
|
|
3132
|
+
"8",
|
|
1810
3133
|
"background"
|
|
1811
3134
|
]
|
|
1812
3135
|
},
|
|
1813
|
-
"
|
|
1814
|
-
"value": "#
|
|
3136
|
+
"foreground": {
|
|
3137
|
+
"value": "#f0fdff",
|
|
1815
3138
|
"public": true,
|
|
1816
|
-
"filePath": "tokens/color/alias/
|
|
3139
|
+
"filePath": "tokens/color/alias/tags.dark.json",
|
|
1817
3140
|
"isSource": true,
|
|
1818
3141
|
"original": {
|
|
1819
|
-
"value": "
|
|
3142
|
+
"value": "#F0FDFF",
|
|
1820
3143
|
"public": true
|
|
1821
3144
|
},
|
|
1822
|
-
"name": "color-dark-mode-
|
|
3145
|
+
"name": "color-dark-mode-tag-8-foreground",
|
|
1823
3146
|
"attributes": {
|
|
1824
3147
|
"category": "color",
|
|
1825
3148
|
"type": "dark-mode",
|
|
1826
|
-
"item": "
|
|
1827
|
-
"subitem": "
|
|
1828
|
-
"state": "
|
|
3149
|
+
"item": "tag",
|
|
3150
|
+
"subitem": "8",
|
|
3151
|
+
"state": "foreground"
|
|
1829
3152
|
},
|
|
1830
3153
|
"path": [
|
|
1831
3154
|
"color",
|
|
1832
3155
|
"dark-mode",
|
|
1833
|
-
"
|
|
1834
|
-
"
|
|
1835
|
-
"
|
|
3156
|
+
"tag",
|
|
3157
|
+
"8",
|
|
3158
|
+
"foreground"
|
|
1836
3159
|
]
|
|
1837
3160
|
}
|
|
1838
|
-
}
|
|
1839
|
-
|
|
1840
|
-
|
|
1841
|
-
|
|
3161
|
+
}
|
|
3162
|
+
},
|
|
3163
|
+
"tile": {
|
|
3164
|
+
"background": {
|
|
3165
|
+
"hover": {
|
|
3166
|
+
"value": "#504e62",
|
|
1842
3167
|
"public": true,
|
|
1843
3168
|
"isReferenceToInternal": true,
|
|
1844
|
-
"filePath": "tokens/color/alias/
|
|
3169
|
+
"filePath": "tokens/color/alias/tile.dark.json",
|
|
1845
3170
|
"isSource": true,
|
|
1846
3171
|
"original": {
|
|
1847
|
-
"value": "{color.dark-mode.neutral.
|
|
3172
|
+
"value": "{color.dark-mode.neutral.400.value}",
|
|
1848
3173
|
"public": true,
|
|
1849
3174
|
"isReferenceToInternal": true
|
|
1850
3175
|
},
|
|
1851
|
-
"name": "color-dark-mode-
|
|
3176
|
+
"name": "color-dark-mode-tile-background-hover",
|
|
1852
3177
|
"attributes": {
|
|
1853
3178
|
"category": "color",
|
|
1854
3179
|
"type": "dark-mode",
|
|
1855
|
-
"item": "
|
|
1856
|
-
"subitem": "
|
|
1857
|
-
"state": "
|
|
3180
|
+
"item": "tile",
|
|
3181
|
+
"subitem": "background",
|
|
3182
|
+
"state": "hover"
|
|
1858
3183
|
},
|
|
1859
3184
|
"path": [
|
|
1860
3185
|
"color",
|
|
1861
3186
|
"dark-mode",
|
|
1862
|
-
"
|
|
1863
|
-
"
|
|
1864
|
-
"
|
|
3187
|
+
"tile",
|
|
3188
|
+
"background",
|
|
3189
|
+
"hover"
|
|
1865
3190
|
]
|
|
1866
3191
|
},
|
|
1867
|
-
"
|
|
1868
|
-
"value": "#
|
|
3192
|
+
"active": {
|
|
3193
|
+
"value": "#858299",
|
|
1869
3194
|
"public": true,
|
|
1870
3195
|
"isReferenceToInternal": true,
|
|
1871
|
-
"filePath": "tokens/color/alias/
|
|
3196
|
+
"filePath": "tokens/color/alias/tile.dark.json",
|
|
1872
3197
|
"isSource": true,
|
|
1873
3198
|
"original": {
|
|
1874
|
-
"value": "{color.dark-mode.neutral.
|
|
3199
|
+
"value": "{color.dark-mode.neutral.300.value}",
|
|
1875
3200
|
"public": true,
|
|
1876
3201
|
"isReferenceToInternal": true
|
|
1877
3202
|
},
|
|
1878
|
-
"name": "color-dark-mode-
|
|
3203
|
+
"name": "color-dark-mode-tile-background-active",
|
|
1879
3204
|
"attributes": {
|
|
1880
3205
|
"category": "color",
|
|
1881
3206
|
"type": "dark-mode",
|
|
1882
|
-
"item": "
|
|
1883
|
-
"subitem": "
|
|
1884
|
-
"state": "
|
|
3207
|
+
"item": "tile",
|
|
3208
|
+
"subitem": "background",
|
|
3209
|
+
"state": "active"
|
|
1885
3210
|
},
|
|
1886
3211
|
"path": [
|
|
1887
3212
|
"color",
|
|
1888
3213
|
"dark-mode",
|
|
1889
|
-
"
|
|
1890
|
-
"
|
|
1891
|
-
"
|
|
3214
|
+
"tile",
|
|
3215
|
+
"background",
|
|
3216
|
+
"active"
|
|
1892
3217
|
]
|
|
1893
3218
|
}
|
|
1894
|
-
}
|
|
1895
|
-
|
|
1896
|
-
|
|
1897
|
-
"default": {
|
|
1898
|
-
"value": "#ffffff",
|
|
3219
|
+
},
|
|
3220
|
+
"separator": {
|
|
3221
|
+
"value": "#504e62",
|
|
1899
3222
|
"public": true,
|
|
1900
3223
|
"isReferenceToInternal": true,
|
|
1901
|
-
"filePath": "tokens/color/alias/
|
|
3224
|
+
"filePath": "tokens/color/alias/tile.dark.json",
|
|
1902
3225
|
"isSource": true,
|
|
1903
3226
|
"original": {
|
|
1904
|
-
"value": "{color.dark-mode.neutral.
|
|
3227
|
+
"value": "{color.dark-mode.neutral.400.value}",
|
|
1905
3228
|
"public": true,
|
|
1906
3229
|
"isReferenceToInternal": true
|
|
1907
3230
|
},
|
|
1908
|
-
"name": "color-dark-mode-
|
|
1909
|
-
"attributes": {
|
|
1910
|
-
"category": "color",
|
|
1911
|
-
"type": "dark-mode",
|
|
1912
|
-
"item": "text",
|
|
1913
|
-
"subitem": "default"
|
|
1914
|
-
},
|
|
1915
|
-
"path": [
|
|
1916
|
-
"color",
|
|
1917
|
-
"dark-mode",
|
|
1918
|
-
"text",
|
|
1919
|
-
"default"
|
|
1920
|
-
]
|
|
1921
|
-
},
|
|
1922
|
-
"paragraph": {
|
|
1923
|
-
"value": "#ffffff",
|
|
1924
|
-
"public": true,
|
|
1925
|
-
"filePath": "tokens/color/alias/typography.dark.json",
|
|
1926
|
-
"isSource": true,
|
|
1927
|
-
"original": {
|
|
1928
|
-
"value": "{color.dark-mode.text.default}",
|
|
1929
|
-
"public": true
|
|
1930
|
-
},
|
|
1931
|
-
"name": "color-dark-mode-text-paragraph",
|
|
3231
|
+
"name": "color-dark-mode-tile-separator",
|
|
1932
3232
|
"attributes": {
|
|
1933
3233
|
"category": "color",
|
|
1934
3234
|
"type": "dark-mode",
|
|
1935
|
-
"item": "
|
|
1936
|
-
"subitem": "
|
|
3235
|
+
"item": "tile",
|
|
3236
|
+
"subitem": "separator"
|
|
1937
3237
|
},
|
|
1938
3238
|
"path": [
|
|
1939
3239
|
"color",
|
|
1940
3240
|
"dark-mode",
|
|
1941
|
-
"
|
|
1942
|
-
"
|
|
3241
|
+
"tile",
|
|
3242
|
+
"separator"
|
|
1943
3243
|
]
|
|
1944
|
-
}
|
|
1945
|
-
|
|
1946
|
-
|
|
3244
|
+
}
|
|
3245
|
+
},
|
|
3246
|
+
"tooltip": {
|
|
3247
|
+
"background": {
|
|
3248
|
+
"value": "#a6a3b4",
|
|
1947
3249
|
"public": true,
|
|
1948
|
-
"
|
|
3250
|
+
"isReferenceToInternal": true,
|
|
3251
|
+
"filePath": "tokens/color/alias/tooltip.dark.json",
|
|
1949
3252
|
"isSource": true,
|
|
1950
3253
|
"original": {
|
|
1951
|
-
"value": "{color.dark-mode.
|
|
1952
|
-
"public": true
|
|
3254
|
+
"value": "{color.dark-mode.neutral.200.value}",
|
|
3255
|
+
"public": true,
|
|
3256
|
+
"isReferenceToInternal": true
|
|
1953
3257
|
},
|
|
1954
|
-
"name": "color-dark-mode-
|
|
3258
|
+
"name": "color-dark-mode-tooltip-background",
|
|
1955
3259
|
"attributes": {
|
|
1956
3260
|
"category": "color",
|
|
1957
3261
|
"type": "dark-mode",
|
|
1958
|
-
"item": "
|
|
1959
|
-
"subitem": "
|
|
3262
|
+
"item": "tooltip",
|
|
3263
|
+
"subitem": "background"
|
|
1960
3264
|
},
|
|
1961
3265
|
"path": [
|
|
1962
3266
|
"color",
|
|
1963
3267
|
"dark-mode",
|
|
1964
|
-
"
|
|
1965
|
-
"
|
|
3268
|
+
"tooltip",
|
|
3269
|
+
"background"
|
|
1966
3270
|
]
|
|
1967
3271
|
},
|
|
1968
|
-
"
|
|
1969
|
-
"value": "#
|
|
3272
|
+
"text": {
|
|
3273
|
+
"value": "#121219",
|
|
1970
3274
|
"public": true,
|
|
1971
3275
|
"isReferenceToInternal": true,
|
|
1972
|
-
"filePath": "tokens/color/alias/
|
|
3276
|
+
"filePath": "tokens/color/alias/tooltip.dark.json",
|
|
1973
3277
|
"isSource": true,
|
|
1974
3278
|
"original": {
|
|
1975
|
-
"value": "{color.dark-mode.neutral.
|
|
3279
|
+
"value": "{color.dark-mode.neutral.700.value}",
|
|
1976
3280
|
"public": true,
|
|
1977
3281
|
"isReferenceToInternal": true
|
|
1978
3282
|
},
|
|
1979
|
-
"name": "color-dark-mode-text
|
|
3283
|
+
"name": "color-dark-mode-tooltip-text",
|
|
1980
3284
|
"attributes": {
|
|
1981
3285
|
"category": "color",
|
|
1982
3286
|
"type": "dark-mode",
|
|
1983
|
-
"item": "
|
|
1984
|
-
"subitem": "
|
|
3287
|
+
"item": "tooltip",
|
|
3288
|
+
"subitem": "text"
|
|
1985
3289
|
},
|
|
1986
3290
|
"path": [
|
|
1987
3291
|
"color",
|
|
1988
3292
|
"dark-mode",
|
|
1989
|
-
"
|
|
1990
|
-
"
|
|
3293
|
+
"tooltip",
|
|
3294
|
+
"text"
|
|
1991
3295
|
]
|
|
1992
3296
|
},
|
|
1993
|
-
"
|
|
1994
|
-
"
|
|
3297
|
+
"trigger-icon": {
|
|
3298
|
+
"default": {
|
|
3299
|
+
"value": "#c7c5d0",
|
|
3300
|
+
"public": true,
|
|
3301
|
+
"isReferenceToInternal": true,
|
|
3302
|
+
"filePath": "tokens/color/alias/tooltip.dark.json",
|
|
3303
|
+
"isSource": true,
|
|
3304
|
+
"original": {
|
|
3305
|
+
"value": "{color.dark-mode.neutral.100.value}",
|
|
3306
|
+
"public": true,
|
|
3307
|
+
"isReferenceToInternal": true
|
|
3308
|
+
},
|
|
3309
|
+
"name": "color-dark-mode-tooltip-trigger-icon-default",
|
|
3310
|
+
"attributes": {
|
|
3311
|
+
"category": "color",
|
|
3312
|
+
"type": "dark-mode",
|
|
3313
|
+
"item": "tooltip",
|
|
3314
|
+
"subitem": "trigger-icon",
|
|
3315
|
+
"state": "default"
|
|
3316
|
+
},
|
|
3317
|
+
"path": [
|
|
3318
|
+
"color",
|
|
3319
|
+
"dark-mode",
|
|
3320
|
+
"tooltip",
|
|
3321
|
+
"trigger-icon",
|
|
3322
|
+
"default"
|
|
3323
|
+
]
|
|
3324
|
+
},
|
|
3325
|
+
"critical": {
|
|
3326
|
+
"value": "#ca3521",
|
|
3327
|
+
"public": true,
|
|
3328
|
+
"isReferenceToInternal": true,
|
|
3329
|
+
"filePath": "tokens/color/alias/tooltip.dark.json",
|
|
3330
|
+
"isSource": true,
|
|
3331
|
+
"original": {
|
|
3332
|
+
"value": "{color.dark-mode.semantic.critical.foreground.value}",
|
|
3333
|
+
"public": true,
|
|
3334
|
+
"isReferenceToInternal": true
|
|
3335
|
+
},
|
|
3336
|
+
"name": "color-dark-mode-tooltip-trigger-icon-critical",
|
|
3337
|
+
"attributes": {
|
|
3338
|
+
"category": "color",
|
|
3339
|
+
"type": "dark-mode",
|
|
3340
|
+
"item": "tooltip",
|
|
3341
|
+
"subitem": "trigger-icon",
|
|
3342
|
+
"state": "critical"
|
|
3343
|
+
},
|
|
3344
|
+
"path": [
|
|
3345
|
+
"color",
|
|
3346
|
+
"dark-mode",
|
|
3347
|
+
"tooltip",
|
|
3348
|
+
"trigger-icon",
|
|
3349
|
+
"critical"
|
|
3350
|
+
]
|
|
3351
|
+
}
|
|
3352
|
+
}
|
|
3353
|
+
},
|
|
3354
|
+
"text": {
|
|
3355
|
+
"default": {
|
|
3356
|
+
"value": "#ffffff",
|
|
1995
3357
|
"public": true,
|
|
1996
3358
|
"isReferenceToInternal": true,
|
|
1997
3359
|
"filePath": "tokens/color/alias/typography.dark.json",
|
|
1998
3360
|
"isSource": true,
|
|
1999
3361
|
"original": {
|
|
2000
|
-
"value": "{color.dark-mode.neutral.
|
|
3362
|
+
"value": "{color.dark-mode.neutral.000.value}",
|
|
2001
3363
|
"public": true,
|
|
2002
3364
|
"isReferenceToInternal": true
|
|
2003
3365
|
},
|
|
2004
|
-
"name": "color-dark-mode-text-
|
|
3366
|
+
"name": "color-dark-mode-text-default",
|
|
2005
3367
|
"attributes": {
|
|
2006
3368
|
"category": "color",
|
|
2007
3369
|
"type": "dark-mode",
|
|
2008
3370
|
"item": "text",
|
|
2009
|
-
"subitem": "
|
|
3371
|
+
"subitem": "default"
|
|
2010
3372
|
},
|
|
2011
3373
|
"path": [
|
|
2012
3374
|
"color",
|
|
2013
3375
|
"dark-mode",
|
|
2014
3376
|
"text",
|
|
2015
|
-
"
|
|
3377
|
+
"default"
|
|
2016
3378
|
]
|
|
2017
3379
|
},
|
|
2018
|
-
"
|
|
3380
|
+
"default-secondary": {
|
|
2019
3381
|
"value": "#a6a3b4",
|
|
2020
3382
|
"public": true,
|
|
2021
3383
|
"isReferenceToInternal": true,
|
|
@@ -2026,18 +3388,18 @@
|
|
|
2026
3388
|
"public": true,
|
|
2027
3389
|
"isReferenceToInternal": true
|
|
2028
3390
|
},
|
|
2029
|
-
"name": "color-dark-mode-text-
|
|
3391
|
+
"name": "color-dark-mode-text-default-secondary",
|
|
2030
3392
|
"attributes": {
|
|
2031
3393
|
"category": "color",
|
|
2032
3394
|
"type": "dark-mode",
|
|
2033
3395
|
"item": "text",
|
|
2034
|
-
"subitem": "
|
|
3396
|
+
"subitem": "default-secondary"
|
|
2035
3397
|
},
|
|
2036
3398
|
"path": [
|
|
2037
3399
|
"color",
|
|
2038
3400
|
"dark-mode",
|
|
2039
3401
|
"text",
|
|
2040
|
-
"
|
|
3402
|
+
"default-secondary"
|
|
2041
3403
|
]
|
|
2042
3404
|
}
|
|
2043
3405
|
},
|
|
@@ -2211,11 +3573,11 @@
|
|
|
2211
3573
|
},
|
|
2212
3574
|
"secondary": {
|
|
2213
3575
|
"100": {
|
|
2214
|
-
"value": "#
|
|
3576
|
+
"value": "#f3f0ff",
|
|
2215
3577
|
"filePath": "tokens/color/base/brand.dark.json",
|
|
2216
3578
|
"isSource": true,
|
|
2217
3579
|
"original": {
|
|
2218
|
-
"value": "#
|
|
3580
|
+
"value": "#F3F0FF"
|
|
2219
3581
|
},
|
|
2220
3582
|
"name": "color-dark-mode-brand-secondary-100",
|
|
2221
3583
|
"attributes": {
|
|
@@ -2234,11 +3596,11 @@
|
|
|
2234
3596
|
]
|
|
2235
3597
|
},
|
|
2236
3598
|
"200": {
|
|
2237
|
-
"value": "#
|
|
3599
|
+
"value": "#d0c6ff",
|
|
2238
3600
|
"filePath": "tokens/color/base/brand.dark.json",
|
|
2239
3601
|
"isSource": true,
|
|
2240
3602
|
"original": {
|
|
2241
|
-
"value": "#
|
|
3603
|
+
"value": "#D0C6FF"
|
|
2242
3604
|
},
|
|
2243
3605
|
"name": "color-dark-mode-brand-secondary-200",
|
|
2244
3606
|
"attributes": {
|
|
@@ -2257,11 +3619,11 @@
|
|
|
2257
3619
|
]
|
|
2258
3620
|
},
|
|
2259
3621
|
"300": {
|
|
2260
|
-
"value": "#
|
|
3622
|
+
"value": "#ad9bff",
|
|
2261
3623
|
"filePath": "tokens/color/base/brand.dark.json",
|
|
2262
3624
|
"isSource": true,
|
|
2263
3625
|
"original": {
|
|
2264
|
-
"value": "#
|
|
3626
|
+
"value": "#AD9BFF"
|
|
2265
3627
|
},
|
|
2266
3628
|
"name": "color-dark-mode-brand-secondary-300",
|
|
2267
3629
|
"attributes": {
|
|
@@ -2280,11 +3642,11 @@
|
|
|
2280
3642
|
]
|
|
2281
3643
|
},
|
|
2282
3644
|
"400": {
|
|
2283
|
-
"value": "#
|
|
3645
|
+
"value": "#8a70ff",
|
|
2284
3646
|
"filePath": "tokens/color/base/brand.dark.json",
|
|
2285
3647
|
"isSource": true,
|
|
2286
3648
|
"original": {
|
|
2287
|
-
"value": "#
|
|
3649
|
+
"value": "#8A70FF"
|
|
2288
3650
|
},
|
|
2289
3651
|
"name": "color-dark-mode-brand-secondary-400",
|
|
2290
3652
|
"attributes": {
|
|
@@ -2303,11 +3665,11 @@
|
|
|
2303
3665
|
]
|
|
2304
3666
|
},
|
|
2305
3667
|
"500": {
|
|
2306
|
-
"value": "#
|
|
3668
|
+
"value": "#4e39a8",
|
|
2307
3669
|
"filePath": "tokens/color/base/brand.dark.json",
|
|
2308
3670
|
"isSource": true,
|
|
2309
3671
|
"original": {
|
|
2310
|
-
"value": "#
|
|
3672
|
+
"value": "#4E39A8"
|
|
2311
3673
|
},
|
|
2312
3674
|
"name": "color-dark-mode-brand-secondary-500",
|
|
2313
3675
|
"attributes": {
|
|
@@ -2325,31 +3687,8 @@
|
|
|
2325
3687
|
"500"
|
|
2326
3688
|
]
|
|
2327
3689
|
},
|
|
2328
|
-
"600": {
|
|
2329
|
-
"value": "#271577",
|
|
2330
|
-
"filePath": "tokens/color/base/brand.dark.json",
|
|
2331
|
-
"isSource": true,
|
|
2332
|
-
"original": {
|
|
2333
|
-
"value": "#271577"
|
|
2334
|
-
},
|
|
2335
|
-
"name": "color-dark-mode-brand-secondary-600",
|
|
2336
|
-
"attributes": {
|
|
2337
|
-
"category": "color",
|
|
2338
|
-
"type": "dark-mode",
|
|
2339
|
-
"item": "brand",
|
|
2340
|
-
"subitem": "secondary",
|
|
2341
|
-
"state": "600"
|
|
2342
|
-
},
|
|
2343
|
-
"path": [
|
|
2344
|
-
"color",
|
|
2345
|
-
"dark-mode",
|
|
2346
|
-
"brand",
|
|
2347
|
-
"secondary",
|
|
2348
|
-
"600"
|
|
2349
|
-
]
|
|
2350
|
-
},
|
|
2351
3690
|
"default": {
|
|
2352
|
-
"value": "#
|
|
3691
|
+
"value": "#8a70ff",
|
|
2353
3692
|
"public": true,
|
|
2354
3693
|
"isReferenceToInternal": true,
|
|
2355
3694
|
"filePath": "tokens/color/base/brand.dark.json",
|
|
@@ -2806,100 +4145,46 @@
|
|
|
2806
4145
|
},
|
|
2807
4146
|
"interactive": {
|
|
2808
4147
|
"link": {
|
|
2809
|
-
"
|
|
2810
|
-
|
|
2811
|
-
|
|
2812
|
-
|
|
2813
|
-
"
|
|
2814
|
-
"value": "#36A3FF"
|
|
2815
|
-
},
|
|
2816
|
-
"name": "color-dark-mode-interactive-link-400",
|
|
2817
|
-
"attributes": {
|
|
2818
|
-
"category": "color",
|
|
2819
|
-
"type": "dark-mode",
|
|
2820
|
-
"item": "interactive",
|
|
2821
|
-
"subitem": "link",
|
|
2822
|
-
"state": "400"
|
|
2823
|
-
},
|
|
2824
|
-
"path": [
|
|
2825
|
-
"color",
|
|
2826
|
-
"dark-mode",
|
|
2827
|
-
"interactive",
|
|
2828
|
-
"link",
|
|
2829
|
-
"400"
|
|
2830
|
-
]
|
|
4148
|
+
"value": "#36a3ff",
|
|
4149
|
+
"filePath": "tokens/color/base/interactive.dark.json",
|
|
4150
|
+
"isSource": true,
|
|
4151
|
+
"original": {
|
|
4152
|
+
"value": "#36A3FF"
|
|
2831
4153
|
},
|
|
2832
|
-
"
|
|
2833
|
-
|
|
2834
|
-
"
|
|
2835
|
-
"
|
|
2836
|
-
"
|
|
2837
|
-
|
|
2838
|
-
|
|
2839
|
-
|
|
2840
|
-
"
|
|
2841
|
-
|
|
2842
|
-
|
|
2843
|
-
|
|
2844
|
-
|
|
2845
|
-
"state": "500"
|
|
2846
|
-
},
|
|
2847
|
-
"path": [
|
|
2848
|
-
"color",
|
|
2849
|
-
"dark-mode",
|
|
2850
|
-
"interactive",
|
|
2851
|
-
"link",
|
|
2852
|
-
"500"
|
|
2853
|
-
]
|
|
2854
|
-
}
|
|
4154
|
+
"name": "color-dark-mode-interactive-link",
|
|
4155
|
+
"attributes": {
|
|
4156
|
+
"category": "color",
|
|
4157
|
+
"type": "dark-mode",
|
|
4158
|
+
"item": "interactive",
|
|
4159
|
+
"subitem": "link"
|
|
4160
|
+
},
|
|
4161
|
+
"path": [
|
|
4162
|
+
"color",
|
|
4163
|
+
"dark-mode",
|
|
4164
|
+
"interactive",
|
|
4165
|
+
"link"
|
|
4166
|
+
]
|
|
2855
4167
|
},
|
|
2856
4168
|
"visited": {
|
|
2857
|
-
"
|
|
2858
|
-
|
|
2859
|
-
|
|
2860
|
-
|
|
2861
|
-
"
|
|
2862
|
-
|
|
2863
|
-
|
|
2864
|
-
|
|
2865
|
-
"
|
|
2866
|
-
|
|
2867
|
-
|
|
2868
|
-
|
|
2869
|
-
"subitem": "visited",
|
|
2870
|
-
"state": "400"
|
|
2871
|
-
},
|
|
2872
|
-
"path": [
|
|
2873
|
-
"color",
|
|
2874
|
-
"dark-mode",
|
|
2875
|
-
"interactive",
|
|
2876
|
-
"visited",
|
|
2877
|
-
"400"
|
|
2878
|
-
]
|
|
4169
|
+
"value": "#6f54e8",
|
|
4170
|
+
"filePath": "tokens/color/base/interactive.dark.json",
|
|
4171
|
+
"isSource": true,
|
|
4172
|
+
"original": {
|
|
4173
|
+
"value": "#6F54E8"
|
|
4174
|
+
},
|
|
4175
|
+
"name": "color-dark-mode-interactive-visited",
|
|
4176
|
+
"attributes": {
|
|
4177
|
+
"category": "color",
|
|
4178
|
+
"type": "dark-mode",
|
|
4179
|
+
"item": "interactive",
|
|
4180
|
+
"subitem": "visited"
|
|
2879
4181
|
},
|
|
2880
|
-
"
|
|
2881
|
-
"
|
|
2882
|
-
"
|
|
2883
|
-
"
|
|
2884
|
-
"
|
|
2885
|
-
|
|
2886
|
-
},
|
|
2887
|
-
"name": "color-dark-mode-interactive-visited-500",
|
|
2888
|
-
"attributes": {
|
|
2889
|
-
"category": "color",
|
|
2890
|
-
"type": "dark-mode",
|
|
2891
|
-
"item": "interactive",
|
|
2892
|
-
"subitem": "visited",
|
|
2893
|
-
"state": "500"
|
|
2894
|
-
},
|
|
2895
|
-
"path": [
|
|
2896
|
-
"color",
|
|
2897
|
-
"dark-mode",
|
|
2898
|
-
"interactive",
|
|
2899
|
-
"visited",
|
|
2900
|
-
"500"
|
|
2901
|
-
]
|
|
2902
|
-
}
|
|
4182
|
+
"path": [
|
|
4183
|
+
"color",
|
|
4184
|
+
"dark-mode",
|
|
4185
|
+
"interactive",
|
|
4186
|
+
"visited"
|
|
4187
|
+
]
|
|
2903
4188
|
},
|
|
2904
4189
|
"focus": {
|
|
2905
4190
|
"value": "#36a3ff",
|
|
@@ -3071,612 +4356,363 @@
|
|
|
3071
4356
|
"dark-mode",
|
|
3072
4357
|
"neutral",
|
|
3073
4358
|
"700"
|
|
3074
|
-
]
|
|
3075
|
-
},
|
|
3076
|
-
"050": {
|
|
3077
|
-
"value": "#e7e7eb",
|
|
3078
|
-
"filePath": "tokens/color/base/neutral.dark.json",
|
|
3079
|
-
"isSource": true,
|
|
3080
|
-
"original": {
|
|
3081
|
-
"value": "#E7E7EB"
|
|
3082
|
-
},
|
|
3083
|
-
"name": "color-dark-mode-neutral-050",
|
|
3084
|
-
"attributes": {
|
|
3085
|
-
"category": "color",
|
|
3086
|
-
"type": "dark-mode",
|
|
3087
|
-
"item": "neutral",
|
|
3088
|
-
"subitem": "050"
|
|
3089
|
-
},
|
|
3090
|
-
"path": [
|
|
3091
|
-
"color",
|
|
3092
|
-
"dark-mode",
|
|
3093
|
-
"neutral",
|
|
3094
|
-
"050"
|
|
3095
|
-
]
|
|
3096
|
-
},
|
|
3097
|
-
"000": {
|
|
3098
|
-
"value": "#ffffff",
|
|
3099
|
-
"filePath": "tokens/color/base/neutral.dark.json",
|
|
3100
|
-
"isSource": true,
|
|
3101
|
-
"original": {
|
|
3102
|
-
"value": "#FFFFFF"
|
|
3103
|
-
},
|
|
3104
|
-
"name": "color-dark-mode-neutral-000",
|
|
3105
|
-
"attributes": {
|
|
3106
|
-
"category": "color",
|
|
3107
|
-
"type": "dark-mode",
|
|
3108
|
-
"item": "neutral",
|
|
3109
|
-
"subitem": "000"
|
|
3110
|
-
},
|
|
3111
|
-
"path": [
|
|
3112
|
-
"color",
|
|
3113
|
-
"dark-mode",
|
|
3114
|
-
"neutral",
|
|
3115
|
-
"000"
|
|
3116
|
-
]
|
|
3117
|
-
}
|
|
3118
|
-
},
|
|
3119
|
-
"semantic": {
|
|
3120
|
-
"error": {
|
|
3121
|
-
"100": {
|
|
3122
|
-
"value": "#fff0f0",
|
|
3123
|
-
"filePath": "tokens/color/base/semantic.dark.json",
|
|
3124
|
-
"isSource": true,
|
|
3125
|
-
"original": {
|
|
3126
|
-
"value": "#FFF0F0"
|
|
3127
|
-
},
|
|
3128
|
-
"name": "color-dark-mode-semantic-error-100",
|
|
3129
|
-
"attributes": {
|
|
3130
|
-
"category": "color",
|
|
3131
|
-
"type": "dark-mode",
|
|
3132
|
-
"item": "semantic",
|
|
3133
|
-
"subitem": "error",
|
|
3134
|
-
"state": "100"
|
|
3135
|
-
},
|
|
3136
|
-
"path": [
|
|
3137
|
-
"color",
|
|
3138
|
-
"dark-mode",
|
|
3139
|
-
"semantic",
|
|
3140
|
-
"error",
|
|
3141
|
-
"100"
|
|
3142
|
-
]
|
|
3143
|
-
},
|
|
3144
|
-
"200": {
|
|
3145
|
-
"value": "#ffafaf",
|
|
3146
|
-
"filePath": "tokens/color/base/semantic.dark.json",
|
|
3147
|
-
"isSource": true,
|
|
3148
|
-
"original": {
|
|
3149
|
-
"value": "#FFAFAF"
|
|
3150
|
-
},
|
|
3151
|
-
"name": "color-dark-mode-semantic-error-200",
|
|
3152
|
-
"attributes": {
|
|
3153
|
-
"category": "color",
|
|
3154
|
-
"type": "dark-mode",
|
|
3155
|
-
"item": "semantic",
|
|
3156
|
-
"subitem": "error",
|
|
3157
|
-
"state": "200"
|
|
3158
|
-
},
|
|
3159
|
-
"path": [
|
|
3160
|
-
"color",
|
|
3161
|
-
"dark-mode",
|
|
3162
|
-
"semantic",
|
|
3163
|
-
"error",
|
|
3164
|
-
"200"
|
|
3165
|
-
]
|
|
3166
|
-
},
|
|
3167
|
-
"300": {
|
|
3168
|
-
"value": "#e05757",
|
|
3169
|
-
"filePath": "tokens/color/base/semantic.dark.json",
|
|
3170
|
-
"isSource": true,
|
|
3171
|
-
"original": {
|
|
3172
|
-
"value": "#E05757"
|
|
3173
|
-
},
|
|
3174
|
-
"name": "color-dark-mode-semantic-error-300",
|
|
3175
|
-
"attributes": {
|
|
3176
|
-
"category": "color",
|
|
3177
|
-
"type": "dark-mode",
|
|
3178
|
-
"item": "semantic",
|
|
3179
|
-
"subitem": "error",
|
|
3180
|
-
"state": "300"
|
|
3181
|
-
},
|
|
3182
|
-
"path": [
|
|
3183
|
-
"color",
|
|
3184
|
-
"dark-mode",
|
|
3185
|
-
"semantic",
|
|
3186
|
-
"error",
|
|
3187
|
-
"300"
|
|
3188
|
-
]
|
|
3189
|
-
},
|
|
3190
|
-
"400": {
|
|
3191
|
-
"value": "#be4242",
|
|
3192
|
-
"filePath": "tokens/color/base/semantic.dark.json",
|
|
3193
|
-
"isSource": true,
|
|
3194
|
-
"original": {
|
|
3195
|
-
"value": "#BE4242"
|
|
3196
|
-
},
|
|
3197
|
-
"name": "color-dark-mode-semantic-error-400",
|
|
3198
|
-
"attributes": {
|
|
3199
|
-
"category": "color",
|
|
3200
|
-
"type": "dark-mode",
|
|
3201
|
-
"item": "semantic",
|
|
3202
|
-
"subitem": "error",
|
|
3203
|
-
"state": "400"
|
|
3204
|
-
},
|
|
3205
|
-
"path": [
|
|
3206
|
-
"color",
|
|
3207
|
-
"dark-mode",
|
|
3208
|
-
"semantic",
|
|
3209
|
-
"error",
|
|
3210
|
-
"400"
|
|
3211
|
-
]
|
|
3212
|
-
},
|
|
3213
|
-
"500": {
|
|
3214
|
-
"value": "#9c2f2f",
|
|
3215
|
-
"filePath": "tokens/color/base/semantic.dark.json",
|
|
3216
|
-
"isSource": true,
|
|
3217
|
-
"original": {
|
|
3218
|
-
"value": "#9C2F2F"
|
|
3219
|
-
},
|
|
3220
|
-
"name": "color-dark-mode-semantic-error-500",
|
|
3221
|
-
"attributes": {
|
|
3222
|
-
"category": "color",
|
|
3223
|
-
"type": "dark-mode",
|
|
3224
|
-
"item": "semantic",
|
|
3225
|
-
"subitem": "error",
|
|
3226
|
-
"state": "500"
|
|
3227
|
-
},
|
|
3228
|
-
"path": [
|
|
3229
|
-
"color",
|
|
3230
|
-
"dark-mode",
|
|
3231
|
-
"semantic",
|
|
3232
|
-
"error",
|
|
3233
|
-
"500"
|
|
3234
|
-
]
|
|
3235
|
-
},
|
|
3236
|
-
"600": {
|
|
3237
|
-
"value": "#7a1f1f",
|
|
3238
|
-
"filePath": "tokens/color/base/semantic.dark.json",
|
|
3239
|
-
"isSource": true,
|
|
3240
|
-
"original": {
|
|
3241
|
-
"value": "#7A1F1F"
|
|
3242
|
-
},
|
|
3243
|
-
"name": "color-dark-mode-semantic-error-600",
|
|
3244
|
-
"attributes": {
|
|
3245
|
-
"category": "color",
|
|
3246
|
-
"type": "dark-mode",
|
|
3247
|
-
"item": "semantic",
|
|
3248
|
-
"subitem": "error",
|
|
3249
|
-
"state": "600"
|
|
3250
|
-
},
|
|
3251
|
-
"path": [
|
|
3252
|
-
"color",
|
|
3253
|
-
"dark-mode",
|
|
3254
|
-
"semantic",
|
|
3255
|
-
"error",
|
|
3256
|
-
"600"
|
|
3257
|
-
]
|
|
3258
|
-
}
|
|
3259
|
-
},
|
|
3260
|
-
"warning": {
|
|
3261
|
-
"100": {
|
|
3262
|
-
"value": "#fff4ea",
|
|
3263
|
-
"filePath": "tokens/color/base/semantic.dark.json",
|
|
3264
|
-
"isSource": true,
|
|
3265
|
-
"original": {
|
|
3266
|
-
"value": "#FFF4EA"
|
|
3267
|
-
},
|
|
3268
|
-
"name": "color-dark-mode-semantic-warning-100",
|
|
3269
|
-
"attributes": {
|
|
3270
|
-
"category": "color",
|
|
3271
|
-
"type": "dark-mode",
|
|
3272
|
-
"item": "semantic",
|
|
3273
|
-
"subitem": "warning",
|
|
3274
|
-
"state": "100"
|
|
3275
|
-
},
|
|
3276
|
-
"path": [
|
|
3277
|
-
"color",
|
|
3278
|
-
"dark-mode",
|
|
3279
|
-
"semantic",
|
|
3280
|
-
"warning",
|
|
3281
|
-
"100"
|
|
3282
|
-
]
|
|
3283
|
-
},
|
|
3284
|
-
"200": {
|
|
3285
|
-
"value": "#ffc38b",
|
|
3286
|
-
"filePath": "tokens/color/base/semantic.dark.json",
|
|
3287
|
-
"isSource": true,
|
|
3288
|
-
"original": {
|
|
3289
|
-
"value": "#FFC38B"
|
|
3290
|
-
},
|
|
3291
|
-
"name": "color-dark-mode-semantic-warning-200",
|
|
3292
|
-
"attributes": {
|
|
3293
|
-
"category": "color",
|
|
3294
|
-
"type": "dark-mode",
|
|
3295
|
-
"item": "semantic",
|
|
3296
|
-
"subitem": "warning",
|
|
3297
|
-
"state": "200"
|
|
3298
|
-
},
|
|
3299
|
-
"path": [
|
|
3300
|
-
"color",
|
|
3301
|
-
"dark-mode",
|
|
3302
|
-
"semantic",
|
|
3303
|
-
"warning",
|
|
3304
|
-
"200"
|
|
3305
|
-
]
|
|
3306
|
-
},
|
|
3307
|
-
"300": {
|
|
3308
|
-
"value": "#ff922d",
|
|
3309
|
-
"filePath": "tokens/color/base/semantic.dark.json",
|
|
3310
|
-
"isSource": true,
|
|
3311
|
-
"original": {
|
|
3312
|
-
"value": "#FF922D"
|
|
3313
|
-
},
|
|
3314
|
-
"name": "color-dark-mode-semantic-warning-300",
|
|
3315
|
-
"attributes": {
|
|
3316
|
-
"category": "color",
|
|
3317
|
-
"type": "dark-mode",
|
|
3318
|
-
"item": "semantic",
|
|
3319
|
-
"subitem": "warning",
|
|
3320
|
-
"state": "300"
|
|
3321
|
-
},
|
|
3322
|
-
"path": [
|
|
3323
|
-
"color",
|
|
3324
|
-
"dark-mode",
|
|
3325
|
-
"semantic",
|
|
3326
|
-
"warning",
|
|
3327
|
-
"300"
|
|
3328
|
-
]
|
|
3329
|
-
},
|
|
3330
|
-
"400": {
|
|
3331
|
-
"value": "#dd781b",
|
|
3332
|
-
"filePath": "tokens/color/base/semantic.dark.json",
|
|
3333
|
-
"isSource": true,
|
|
3334
|
-
"original": {
|
|
3335
|
-
"value": "#DD781B"
|
|
3336
|
-
},
|
|
3337
|
-
"name": "color-dark-mode-semantic-warning-400",
|
|
3338
|
-
"attributes": {
|
|
3339
|
-
"category": "color",
|
|
3340
|
-
"type": "dark-mode",
|
|
3341
|
-
"item": "semantic",
|
|
3342
|
-
"subitem": "warning",
|
|
3343
|
-
"state": "400"
|
|
3344
|
-
},
|
|
3345
|
-
"path": [
|
|
3346
|
-
"color",
|
|
3347
|
-
"dark-mode",
|
|
3348
|
-
"semantic",
|
|
3349
|
-
"warning",
|
|
3350
|
-
"400"
|
|
3351
|
-
]
|
|
4359
|
+
]
|
|
4360
|
+
},
|
|
4361
|
+
"050": {
|
|
4362
|
+
"value": "#e7e7eb",
|
|
4363
|
+
"filePath": "tokens/color/base/neutral.dark.json",
|
|
4364
|
+
"isSource": true,
|
|
4365
|
+
"original": {
|
|
4366
|
+
"value": "#E7E7EB"
|
|
3352
4367
|
},
|
|
3353
|
-
"
|
|
3354
|
-
|
|
3355
|
-
"
|
|
3356
|
-
"
|
|
3357
|
-
"
|
|
3358
|
-
|
|
3359
|
-
},
|
|
3360
|
-
"name": "color-dark-mode-semantic-warning-500",
|
|
3361
|
-
"attributes": {
|
|
3362
|
-
"category": "color",
|
|
3363
|
-
"type": "dark-mode",
|
|
3364
|
-
"item": "semantic",
|
|
3365
|
-
"subitem": "warning",
|
|
3366
|
-
"state": "500"
|
|
3367
|
-
},
|
|
3368
|
-
"path": [
|
|
3369
|
-
"color",
|
|
3370
|
-
"dark-mode",
|
|
3371
|
-
"semantic",
|
|
3372
|
-
"warning",
|
|
3373
|
-
"500"
|
|
3374
|
-
]
|
|
4368
|
+
"name": "color-dark-mode-neutral-050",
|
|
4369
|
+
"attributes": {
|
|
4370
|
+
"category": "color",
|
|
4371
|
+
"type": "dark-mode",
|
|
4372
|
+
"item": "neutral",
|
|
4373
|
+
"subitem": "050"
|
|
3375
4374
|
},
|
|
3376
|
-
"
|
|
3377
|
-
"
|
|
3378
|
-
"
|
|
3379
|
-
"
|
|
3380
|
-
"
|
|
3381
|
-
|
|
3382
|
-
},
|
|
3383
|
-
"name": "color-dark-mode-semantic-warning-600",
|
|
3384
|
-
"attributes": {
|
|
3385
|
-
"category": "color",
|
|
3386
|
-
"type": "dark-mode",
|
|
3387
|
-
"item": "semantic",
|
|
3388
|
-
"subitem": "warning",
|
|
3389
|
-
"state": "600"
|
|
3390
|
-
},
|
|
3391
|
-
"path": [
|
|
3392
|
-
"color",
|
|
3393
|
-
"dark-mode",
|
|
3394
|
-
"semantic",
|
|
3395
|
-
"warning",
|
|
3396
|
-
"600"
|
|
3397
|
-
]
|
|
3398
|
-
}
|
|
4375
|
+
"path": [
|
|
4376
|
+
"color",
|
|
4377
|
+
"dark-mode",
|
|
4378
|
+
"neutral",
|
|
4379
|
+
"050"
|
|
4380
|
+
]
|
|
3399
4381
|
},
|
|
3400
|
-
"
|
|
3401
|
-
"
|
|
3402
|
-
|
|
3403
|
-
|
|
3404
|
-
|
|
3405
|
-
"
|
|
3406
|
-
"value": "#F0FFF8"
|
|
3407
|
-
},
|
|
3408
|
-
"name": "color-dark-mode-semantic-success-100",
|
|
3409
|
-
"attributes": {
|
|
3410
|
-
"category": "color",
|
|
3411
|
-
"type": "dark-mode",
|
|
3412
|
-
"item": "semantic",
|
|
3413
|
-
"subitem": "success",
|
|
3414
|
-
"state": "100"
|
|
3415
|
-
},
|
|
3416
|
-
"path": [
|
|
3417
|
-
"color",
|
|
3418
|
-
"dark-mode",
|
|
3419
|
-
"semantic",
|
|
3420
|
-
"success",
|
|
3421
|
-
"100"
|
|
3422
|
-
]
|
|
4382
|
+
"000": {
|
|
4383
|
+
"value": "#ffffff",
|
|
4384
|
+
"filePath": "tokens/color/base/neutral.dark.json",
|
|
4385
|
+
"isSource": true,
|
|
4386
|
+
"original": {
|
|
4387
|
+
"value": "#FFFFFF"
|
|
3423
4388
|
},
|
|
3424
|
-
"
|
|
3425
|
-
|
|
3426
|
-
"
|
|
3427
|
-
"
|
|
3428
|
-
"
|
|
3429
|
-
|
|
3430
|
-
},
|
|
3431
|
-
"name": "color-dark-mode-semantic-success-200",
|
|
3432
|
-
"attributes": {
|
|
3433
|
-
"category": "color",
|
|
3434
|
-
"type": "dark-mode",
|
|
3435
|
-
"item": "semantic",
|
|
3436
|
-
"subitem": "success",
|
|
3437
|
-
"state": "200"
|
|
3438
|
-
},
|
|
3439
|
-
"path": [
|
|
3440
|
-
"color",
|
|
3441
|
-
"dark-mode",
|
|
3442
|
-
"semantic",
|
|
3443
|
-
"success",
|
|
3444
|
-
"200"
|
|
3445
|
-
]
|
|
4389
|
+
"name": "color-dark-mode-neutral-000",
|
|
4390
|
+
"attributes": {
|
|
4391
|
+
"category": "color",
|
|
4392
|
+
"type": "dark-mode",
|
|
4393
|
+
"item": "neutral",
|
|
4394
|
+
"subitem": "000"
|
|
3446
4395
|
},
|
|
3447
|
-
"
|
|
3448
|
-
"
|
|
4396
|
+
"path": [
|
|
4397
|
+
"color",
|
|
4398
|
+
"dark-mode",
|
|
4399
|
+
"neutral",
|
|
4400
|
+
"000"
|
|
4401
|
+
]
|
|
4402
|
+
}
|
|
4403
|
+
},
|
|
4404
|
+
"semantic": {
|
|
4405
|
+
"success": {
|
|
4406
|
+
"foreground": {
|
|
4407
|
+
"value": "#2abb7f",
|
|
3449
4408
|
"filePath": "tokens/color/base/semantic.dark.json",
|
|
3450
4409
|
"isSource": true,
|
|
3451
4410
|
"original": {
|
|
3452
|
-
"value": "#
|
|
4411
|
+
"value": "#2ABB7F"
|
|
3453
4412
|
},
|
|
3454
|
-
"name": "color-dark-mode-semantic-success-
|
|
4413
|
+
"name": "color-dark-mode-semantic-success-foreground",
|
|
3455
4414
|
"attributes": {
|
|
3456
4415
|
"category": "color",
|
|
3457
4416
|
"type": "dark-mode",
|
|
3458
4417
|
"item": "semantic",
|
|
3459
4418
|
"subitem": "success",
|
|
3460
|
-
"state": "
|
|
4419
|
+
"state": "foreground"
|
|
3461
4420
|
},
|
|
3462
4421
|
"path": [
|
|
3463
4422
|
"color",
|
|
3464
4423
|
"dark-mode",
|
|
3465
4424
|
"semantic",
|
|
3466
4425
|
"success",
|
|
3467
|
-
"
|
|
4426
|
+
"foreground"
|
|
3468
4427
|
]
|
|
3469
4428
|
},
|
|
3470
|
-
"
|
|
3471
|
-
"value": "#
|
|
4429
|
+
"background": {
|
|
4430
|
+
"value": "#133527",
|
|
3472
4431
|
"filePath": "tokens/color/base/semantic.dark.json",
|
|
3473
4432
|
"isSource": true,
|
|
3474
4433
|
"original": {
|
|
3475
|
-
"value": "#
|
|
4434
|
+
"value": "#133527"
|
|
3476
4435
|
},
|
|
3477
|
-
"name": "color-dark-mode-semantic-success-
|
|
4436
|
+
"name": "color-dark-mode-semantic-success-background",
|
|
3478
4437
|
"attributes": {
|
|
3479
4438
|
"category": "color",
|
|
3480
4439
|
"type": "dark-mode",
|
|
3481
4440
|
"item": "semantic",
|
|
3482
4441
|
"subitem": "success",
|
|
3483
|
-
"state": "
|
|
4442
|
+
"state": "background"
|
|
3484
4443
|
},
|
|
3485
4444
|
"path": [
|
|
3486
4445
|
"color",
|
|
3487
4446
|
"dark-mode",
|
|
3488
4447
|
"semantic",
|
|
3489
4448
|
"success",
|
|
3490
|
-
"
|
|
4449
|
+
"background"
|
|
3491
4450
|
]
|
|
3492
|
-
}
|
|
3493
|
-
|
|
3494
|
-
|
|
4451
|
+
}
|
|
4452
|
+
},
|
|
4453
|
+
"info": {
|
|
4454
|
+
"foreground": {
|
|
4455
|
+
"value": "#388bff",
|
|
3495
4456
|
"filePath": "tokens/color/base/semantic.dark.json",
|
|
3496
4457
|
"isSource": true,
|
|
3497
4458
|
"original": {
|
|
3498
|
-
"value": "#
|
|
4459
|
+
"value": "#388BFF"
|
|
3499
4460
|
},
|
|
3500
|
-
"name": "color-dark-mode-semantic-
|
|
4461
|
+
"name": "color-dark-mode-semantic-info-foreground",
|
|
3501
4462
|
"attributes": {
|
|
3502
4463
|
"category": "color",
|
|
3503
4464
|
"type": "dark-mode",
|
|
3504
4465
|
"item": "semantic",
|
|
3505
|
-
"subitem": "
|
|
3506
|
-
"state": "
|
|
4466
|
+
"subitem": "info",
|
|
4467
|
+
"state": "foreground"
|
|
3507
4468
|
},
|
|
3508
4469
|
"path": [
|
|
3509
4470
|
"color",
|
|
3510
4471
|
"dark-mode",
|
|
3511
4472
|
"semantic",
|
|
3512
|
-
"
|
|
3513
|
-
"
|
|
4473
|
+
"info",
|
|
4474
|
+
"foreground"
|
|
3514
4475
|
]
|
|
3515
4476
|
},
|
|
3516
|
-
"
|
|
3517
|
-
"value": "#
|
|
4477
|
+
"background": {
|
|
4478
|
+
"value": "#082145",
|
|
3518
4479
|
"filePath": "tokens/color/base/semantic.dark.json",
|
|
3519
4480
|
"isSource": true,
|
|
3520
4481
|
"original": {
|
|
3521
|
-
"value": "#
|
|
4482
|
+
"value": "#082145"
|
|
3522
4483
|
},
|
|
3523
|
-
"name": "color-dark-mode-semantic-
|
|
4484
|
+
"name": "color-dark-mode-semantic-info-background",
|
|
3524
4485
|
"attributes": {
|
|
3525
4486
|
"category": "color",
|
|
3526
4487
|
"type": "dark-mode",
|
|
3527
4488
|
"item": "semantic",
|
|
3528
|
-
"subitem": "
|
|
3529
|
-
"state": "
|
|
4489
|
+
"subitem": "info",
|
|
4490
|
+
"state": "background"
|
|
3530
4491
|
},
|
|
3531
4492
|
"path": [
|
|
3532
4493
|
"color",
|
|
3533
4494
|
"dark-mode",
|
|
3534
4495
|
"semantic",
|
|
3535
|
-
"
|
|
3536
|
-
"
|
|
4496
|
+
"info",
|
|
4497
|
+
"background"
|
|
3537
4498
|
]
|
|
3538
4499
|
}
|
|
3539
4500
|
},
|
|
3540
|
-
"
|
|
3541
|
-
"
|
|
3542
|
-
"value": "#
|
|
4501
|
+
"warning": {
|
|
4502
|
+
"foreground": {
|
|
4503
|
+
"value": "#cf9f02",
|
|
3543
4504
|
"filePath": "tokens/color/base/semantic.dark.json",
|
|
3544
4505
|
"isSource": true,
|
|
3545
4506
|
"original": {
|
|
3546
|
-
"value": "#
|
|
4507
|
+
"value": "#CF9F02"
|
|
3547
4508
|
},
|
|
3548
|
-
"name": "color-dark-mode-semantic-
|
|
4509
|
+
"name": "color-dark-mode-semantic-warning-foreground",
|
|
3549
4510
|
"attributes": {
|
|
3550
4511
|
"category": "color",
|
|
3551
4512
|
"type": "dark-mode",
|
|
3552
4513
|
"item": "semantic",
|
|
3553
|
-
"subitem": "
|
|
3554
|
-
"state": "
|
|
4514
|
+
"subitem": "warning",
|
|
4515
|
+
"state": "foreground"
|
|
3555
4516
|
},
|
|
3556
4517
|
"path": [
|
|
3557
4518
|
"color",
|
|
3558
4519
|
"dark-mode",
|
|
3559
4520
|
"semantic",
|
|
3560
|
-
"
|
|
3561
|
-
"
|
|
4521
|
+
"warning",
|
|
4522
|
+
"foreground"
|
|
3562
4523
|
]
|
|
3563
4524
|
},
|
|
3564
|
-
"
|
|
3565
|
-
"value": "#
|
|
4525
|
+
"background": {
|
|
4526
|
+
"value": "#3d2e00",
|
|
3566
4527
|
"filePath": "tokens/color/base/semantic.dark.json",
|
|
3567
4528
|
"isSource": true,
|
|
3568
4529
|
"original": {
|
|
3569
|
-
"value": "#
|
|
4530
|
+
"value": "#3D2E00"
|
|
3570
4531
|
},
|
|
3571
|
-
"name": "color-dark-mode-semantic-
|
|
4532
|
+
"name": "color-dark-mode-semantic-warning-background",
|
|
3572
4533
|
"attributes": {
|
|
3573
4534
|
"category": "color",
|
|
3574
4535
|
"type": "dark-mode",
|
|
3575
4536
|
"item": "semantic",
|
|
3576
|
-
"subitem": "
|
|
3577
|
-
"state": "
|
|
4537
|
+
"subitem": "warning",
|
|
4538
|
+
"state": "background"
|
|
3578
4539
|
},
|
|
3579
4540
|
"path": [
|
|
3580
4541
|
"color",
|
|
3581
4542
|
"dark-mode",
|
|
3582
4543
|
"semantic",
|
|
3583
|
-
"
|
|
3584
|
-
"
|
|
4544
|
+
"warning",
|
|
4545
|
+
"background"
|
|
3585
4546
|
]
|
|
3586
|
-
}
|
|
3587
|
-
|
|
3588
|
-
|
|
4547
|
+
}
|
|
4548
|
+
},
|
|
4549
|
+
"critical": {
|
|
4550
|
+
"foreground": {
|
|
4551
|
+
"value": "#ca3521",
|
|
3589
4552
|
"filePath": "tokens/color/base/semantic.dark.json",
|
|
3590
4553
|
"isSource": true,
|
|
3591
4554
|
"original": {
|
|
3592
|
-
"value": "#
|
|
4555
|
+
"value": "#CA3521"
|
|
3593
4556
|
},
|
|
3594
|
-
"name": "color-dark-mode-semantic-
|
|
4557
|
+
"name": "color-dark-mode-semantic-critical-foreground",
|
|
3595
4558
|
"attributes": {
|
|
3596
4559
|
"category": "color",
|
|
3597
4560
|
"type": "dark-mode",
|
|
3598
4561
|
"item": "semantic",
|
|
3599
|
-
"subitem": "
|
|
3600
|
-
"state": "
|
|
4562
|
+
"subitem": "critical",
|
|
4563
|
+
"state": "foreground"
|
|
3601
4564
|
},
|
|
3602
4565
|
"path": [
|
|
3603
4566
|
"color",
|
|
3604
4567
|
"dark-mode",
|
|
3605
4568
|
"semantic",
|
|
3606
|
-
"
|
|
3607
|
-
"
|
|
4569
|
+
"critical",
|
|
4570
|
+
"foreground"
|
|
3608
4571
|
]
|
|
3609
4572
|
},
|
|
3610
|
-
"
|
|
3611
|
-
"value": "#
|
|
4573
|
+
"background": {
|
|
4574
|
+
"value": "#391813",
|
|
3612
4575
|
"filePath": "tokens/color/base/semantic.dark.json",
|
|
3613
4576
|
"isSource": true,
|
|
3614
4577
|
"original": {
|
|
3615
|
-
"value": "#
|
|
4578
|
+
"value": "#391813"
|
|
3616
4579
|
},
|
|
3617
|
-
"name": "color-dark-mode-semantic-
|
|
4580
|
+
"name": "color-dark-mode-semantic-critical-background",
|
|
3618
4581
|
"attributes": {
|
|
3619
4582
|
"category": "color",
|
|
3620
4583
|
"type": "dark-mode",
|
|
3621
4584
|
"item": "semantic",
|
|
3622
|
-
"subitem": "
|
|
3623
|
-
"state": "
|
|
4585
|
+
"subitem": "critical",
|
|
4586
|
+
"state": "background"
|
|
3624
4587
|
},
|
|
3625
4588
|
"path": [
|
|
3626
4589
|
"color",
|
|
3627
4590
|
"dark-mode",
|
|
3628
4591
|
"semantic",
|
|
3629
|
-
"
|
|
3630
|
-
"
|
|
4592
|
+
"critical",
|
|
4593
|
+
"background"
|
|
3631
4594
|
]
|
|
3632
|
-
}
|
|
3633
|
-
|
|
3634
|
-
|
|
4595
|
+
}
|
|
4596
|
+
},
|
|
4597
|
+
"discovery": {
|
|
4598
|
+
"foreground": {
|
|
4599
|
+
"value": "#8f7ee7",
|
|
3635
4600
|
"filePath": "tokens/color/base/semantic.dark.json",
|
|
3636
4601
|
"isSource": true,
|
|
3637
4602
|
"original": {
|
|
3638
|
-
"value": "#
|
|
4603
|
+
"value": "#8F7EE7"
|
|
3639
4604
|
},
|
|
3640
|
-
"name": "color-dark-mode-semantic-
|
|
4605
|
+
"name": "color-dark-mode-semantic-discovery-foreground",
|
|
3641
4606
|
"attributes": {
|
|
3642
4607
|
"category": "color",
|
|
3643
4608
|
"type": "dark-mode",
|
|
3644
4609
|
"item": "semantic",
|
|
3645
|
-
"subitem": "
|
|
3646
|
-
"state": "
|
|
4610
|
+
"subitem": "discovery",
|
|
4611
|
+
"state": "foreground"
|
|
3647
4612
|
},
|
|
3648
4613
|
"path": [
|
|
3649
4614
|
"color",
|
|
3650
4615
|
"dark-mode",
|
|
3651
4616
|
"semantic",
|
|
3652
|
-
"
|
|
3653
|
-
"
|
|
4617
|
+
"discovery",
|
|
4618
|
+
"foreground"
|
|
3654
4619
|
]
|
|
3655
4620
|
},
|
|
3656
|
-
"
|
|
3657
|
-
"value": "#
|
|
4621
|
+
"background": {
|
|
4622
|
+
"value": "#231c3f",
|
|
3658
4623
|
"filePath": "tokens/color/base/semantic.dark.json",
|
|
3659
4624
|
"isSource": true,
|
|
3660
4625
|
"original": {
|
|
3661
|
-
"value": "#
|
|
4626
|
+
"value": "#231C3F"
|
|
3662
4627
|
},
|
|
3663
|
-
"name": "color-dark-mode-semantic-
|
|
4628
|
+
"name": "color-dark-mode-semantic-discovery-background",
|
|
3664
4629
|
"attributes": {
|
|
3665
4630
|
"category": "color",
|
|
3666
4631
|
"type": "dark-mode",
|
|
3667
4632
|
"item": "semantic",
|
|
3668
|
-
"subitem": "
|
|
3669
|
-
"state": "
|
|
4633
|
+
"subitem": "discovery",
|
|
4634
|
+
"state": "background"
|
|
3670
4635
|
},
|
|
3671
4636
|
"path": [
|
|
3672
4637
|
"color",
|
|
3673
4638
|
"dark-mode",
|
|
3674
4639
|
"semantic",
|
|
3675
|
-
"
|
|
3676
|
-
"
|
|
4640
|
+
"discovery",
|
|
4641
|
+
"background"
|
|
3677
4642
|
]
|
|
3678
4643
|
}
|
|
3679
4644
|
}
|
|
4645
|
+
},
|
|
4646
|
+
"utility": {
|
|
4647
|
+
"announcement": {
|
|
4648
|
+
"value": "#9fadbc",
|
|
4649
|
+
"public": true,
|
|
4650
|
+
"filePath": "tokens/color/base/utility.dark.json",
|
|
4651
|
+
"isSource": true,
|
|
4652
|
+
"original": {
|
|
4653
|
+
"value": "#9FADBC",
|
|
4654
|
+
"public": true
|
|
4655
|
+
},
|
|
4656
|
+
"name": "color-dark-mode-utility-announcement",
|
|
4657
|
+
"attributes": {
|
|
4658
|
+
"category": "color",
|
|
4659
|
+
"type": "dark-mode",
|
|
4660
|
+
"item": "utility",
|
|
4661
|
+
"subitem": "announcement"
|
|
4662
|
+
},
|
|
4663
|
+
"path": [
|
|
4664
|
+
"color",
|
|
4665
|
+
"dark-mode",
|
|
4666
|
+
"utility",
|
|
4667
|
+
"announcement"
|
|
4668
|
+
]
|
|
4669
|
+
},
|
|
4670
|
+
"warning": {
|
|
4671
|
+
"value": "#e2b203",
|
|
4672
|
+
"public": true,
|
|
4673
|
+
"filePath": "tokens/color/base/utility.dark.json",
|
|
4674
|
+
"isSource": true,
|
|
4675
|
+
"original": {
|
|
4676
|
+
"value": "#E2B203",
|
|
4677
|
+
"public": true
|
|
4678
|
+
},
|
|
4679
|
+
"name": "color-dark-mode-utility-warning",
|
|
4680
|
+
"attributes": {
|
|
4681
|
+
"category": "color",
|
|
4682
|
+
"type": "dark-mode",
|
|
4683
|
+
"item": "utility",
|
|
4684
|
+
"subitem": "warning"
|
|
4685
|
+
},
|
|
4686
|
+
"path": [
|
|
4687
|
+
"color",
|
|
4688
|
+
"dark-mode",
|
|
4689
|
+
"utility",
|
|
4690
|
+
"warning"
|
|
4691
|
+
]
|
|
4692
|
+
},
|
|
4693
|
+
"critical": {
|
|
4694
|
+
"value": "#f87462",
|
|
4695
|
+
"public": true,
|
|
4696
|
+
"filePath": "tokens/color/base/utility.dark.json",
|
|
4697
|
+
"isSource": true,
|
|
4698
|
+
"original": {
|
|
4699
|
+
"value": "#F87462",
|
|
4700
|
+
"public": true
|
|
4701
|
+
},
|
|
4702
|
+
"name": "color-dark-mode-utility-critical",
|
|
4703
|
+
"attributes": {
|
|
4704
|
+
"category": "color",
|
|
4705
|
+
"type": "dark-mode",
|
|
4706
|
+
"item": "utility",
|
|
4707
|
+
"subitem": "critical"
|
|
4708
|
+
},
|
|
4709
|
+
"path": [
|
|
4710
|
+
"color",
|
|
4711
|
+
"dark-mode",
|
|
4712
|
+
"utility",
|
|
4713
|
+
"critical"
|
|
4714
|
+
]
|
|
4715
|
+
}
|
|
3680
4716
|
}
|
|
3681
4717
|
}
|
|
3682
4718
|
},
|
|
@@ -3748,4 +4784,4 @@
|
|
|
3748
4784
|
}
|
|
3749
4785
|
}
|
|
3750
4786
|
}
|
|
3751
|
-
}
|
|
4787
|
+
}
|