@pantheon-systems/pds-design-tokens 1.0.0-dev.10 → 1.0.0-dev.12

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.
@@ -1,500 +1,6 @@
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/form.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
- "hover": {
115
- "value": "#282839",
116
- "public": true,
117
- "isReferenceToInternal": true,
118
- "filePath": "tokens/color/alias/form.dark.json",
119
- "isSource": true,
120
- "original": {
121
- "value": "{color.dark-mode.neutral.500.value}",
122
- "public": true,
123
- "isReferenceToInternal": true
124
- },
125
- "name": "color-dark-mode-input-background-hover",
126
- "attributes": {
127
- "category": "color",
128
- "type": "dark-mode",
129
- "item": "input",
130
- "subitem": "background",
131
- "state": "hover"
132
- },
133
- "path": [
134
- "color",
135
- "dark-mode",
136
- "input",
137
- "background",
138
- "hover"
139
- ]
140
- },
141
- "active": {
142
- "value": "#1d1d29",
143
- "public": true,
144
- "isReferenceToInternal": true,
145
- "filePath": "tokens/color/alias/form.dark.json",
146
- "isSource": true,
147
- "original": {
148
- "value": "{color.dark-mode.neutral.600.value}",
149
- "public": true,
150
- "isReferenceToInternal": true
151
- },
152
- "name": "color-dark-mode-input-background-active",
153
- "attributes": {
154
- "category": "color",
155
- "type": "dark-mode",
156
- "item": "input",
157
- "subitem": "background",
158
- "state": "active"
159
- },
160
- "path": [
161
- "color",
162
- "dark-mode",
163
- "input",
164
- "background",
165
- "active"
166
- ]
167
- },
168
- "success": {
169
- "value": "#1d1d29",
170
- "public": true,
171
- "isReferenceToInternal": true,
172
- "filePath": "tokens/color/alias/form.dark.json",
173
- "isSource": true,
174
- "original": {
175
- "value": "{color.dark-mode.neutral.600.value}",
176
- "public": true,
177
- "isReferenceToInternal": true
178
- },
179
- "name": "color-dark-mode-input-background-success",
180
- "attributes": {
181
- "category": "color",
182
- "type": "dark-mode",
183
- "item": "input",
184
- "subitem": "background",
185
- "state": "success"
186
- },
187
- "path": [
188
- "color",
189
- "dark-mode",
190
- "input",
191
- "background",
192
- "success"
193
- ]
194
- },
195
- "critical": {
196
- "value": "#1d1d29",
197
- "public": true,
198
- "isReferenceToInternal": true,
199
- "filePath": "tokens/color/alias/form.dark.json",
200
- "isSource": true,
201
- "original": {
202
- "value": "{color.dark-mode.neutral.600.value}",
203
- "public": true,
204
- "isReferenceToInternal": true
205
- },
206
- "name": "color-dark-mode-input-background-critical",
207
- "attributes": {
208
- "category": "color",
209
- "type": "dark-mode",
210
- "item": "input",
211
- "subitem": "background",
212
- "state": "critical"
213
- },
214
- "path": [
215
- "color",
216
- "dark-mode",
217
- "input",
218
- "background",
219
- "critical"
220
- ]
221
- }
222
- },
223
- "border": {
224
- "default": {
225
- "value": "#a6a3b4",
226
- "public": true,
227
- "isReferenceToInternal": true,
228
- "filePath": "tokens/color/alias/form.dark.json",
229
- "isSource": true,
230
- "original": {
231
- "value": "{color.dark-mode.neutral.200.value}",
232
- "public": true,
233
- "isReferenceToInternal": true
234
- },
235
- "name": "color-dark-mode-input-border-default",
236
- "attributes": {
237
- "category": "color",
238
- "type": "dark-mode",
239
- "item": "input",
240
- "subitem": "border",
241
- "state": "default"
242
- },
243
- "path": [
244
- "color",
245
- "dark-mode",
246
- "input",
247
- "border",
248
- "default"
249
- ]
250
- },
251
- "hover": {
252
- "value": "#858299",
253
- "public": true,
254
- "isReferenceToInternal": true,
255
- "filePath": "tokens/color/alias/form.dark.json",
256
- "isSource": true,
257
- "original": {
258
- "value": "{color.dark-mode.neutral.300.value}",
259
- "public": true,
260
- "isReferenceToInternal": true
261
- },
262
- "name": "color-dark-mode-input-border-hover",
263
- "attributes": {
264
- "category": "color",
265
- "type": "dark-mode",
266
- "item": "input",
267
- "subitem": "border",
268
- "state": "hover"
269
- },
270
- "path": [
271
- "color",
272
- "dark-mode",
273
- "input",
274
- "border",
275
- "hover"
276
- ]
277
- },
278
- "active": {
279
- "value": "#858299",
280
- "public": true,
281
- "isReferenceToInternal": true,
282
- "filePath": "tokens/color/alias/form.dark.json",
283
- "isSource": true,
284
- "original": {
285
- "value": "{color.dark-mode.neutral.300.value}",
286
- "public": true,
287
- "isReferenceToInternal": true
288
- },
289
- "name": "color-dark-mode-input-border-active",
290
- "attributes": {
291
- "category": "color",
292
- "type": "dark-mode",
293
- "item": "input",
294
- "subitem": "border",
295
- "state": "active"
296
- },
297
- "path": [
298
- "color",
299
- "dark-mode",
300
- "input",
301
- "border",
302
- "active"
303
- ]
304
- },
305
- "success": {
306
- "value": "#22a06b",
307
- "public": true,
308
- "isReferenceToInternal": true,
309
- "filePath": "tokens/color/alias/form.dark.json",
310
- "isSource": true,
311
- "original": {
312
- "value": "{color.dark-mode.semantic.success.300.value}",
313
- "public": true,
314
- "isReferenceToInternal": true
315
- },
316
- "name": "color-dark-mode-input-border-success",
317
- "attributes": {
318
- "category": "color",
319
- "type": "dark-mode",
320
- "item": "input",
321
- "subitem": "border",
322
- "state": "success"
323
- },
324
- "path": [
325
- "color",
326
- "dark-mode",
327
- "input",
328
- "border",
329
- "success"
330
- ]
331
- },
332
- "critical": {
333
- "value": "#e05757",
334
- "public": true,
335
- "isReferenceToInternal": true,
336
- "filePath": "tokens/color/alias/form.dark.json",
337
- "isSource": true,
338
- "original": {
339
- "value": "{color.dark-mode.semantic.error.300.value}",
340
- "public": true,
341
- "isReferenceToInternal": true
342
- },
343
- "name": "color-dark-mode-input-border-critical",
344
- "attributes": {
345
- "category": "color",
346
- "type": "dark-mode",
347
- "item": "input",
348
- "subitem": "border",
349
- "state": "critical"
350
- },
351
- "path": [
352
- "color",
353
- "dark-mode",
354
- "input",
355
- "border",
356
- "critical"
357
- ]
358
- }
359
- },
360
- "foreground": {
361
- "default": {
362
- "value": "#ffffff",
363
- "public": true,
364
- "isReferenceToInternal": true,
365
- "filePath": "tokens/color/alias/form.dark.json",
366
- "isSource": true,
367
- "original": {
368
- "value": "{color.dark-mode.neutral.000.value}",
369
- "public": true,
370
- "isReferenceToInternal": true
371
- },
372
- "name": "color-dark-mode-input-foreground-default",
373
- "attributes": {
374
- "category": "color",
375
- "type": "dark-mode",
376
- "item": "input",
377
- "subitem": "foreground",
378
- "state": "default"
379
- },
380
- "path": [
381
- "color",
382
- "dark-mode",
383
- "input",
384
- "foreground",
385
- "default"
386
- ]
387
- },
388
- "hover": {
389
- "value": "#ffffff",
390
- "public": true,
391
- "isReferenceToInternal": true,
392
- "filePath": "tokens/color/alias/form.dark.json",
393
- "isSource": true,
394
- "original": {
395
- "value": "{color.dark-mode.neutral.000.value}",
396
- "public": true,
397
- "isReferenceToInternal": true
398
- },
399
- "name": "color-dark-mode-input-foreground-hover",
400
- "attributes": {
401
- "category": "color",
402
- "type": "dark-mode",
403
- "item": "input",
404
- "subitem": "foreground",
405
- "state": "hover"
406
- },
407
- "path": [
408
- "color",
409
- "dark-mode",
410
- "input",
411
- "foreground",
412
- "hover"
413
- ]
414
- },
415
- "active": {
416
- "value": "#ffffff",
417
- "public": true,
418
- "isReferenceToInternal": true,
419
- "filePath": "tokens/color/alias/form.dark.json",
420
- "isSource": true,
421
- "original": {
422
- "value": "{color.dark-mode.neutral.000.value}",
423
- "public": true,
424
- "isReferenceToInternal": true
425
- },
426
- "name": "color-dark-mode-input-foreground-active",
427
- "attributes": {
428
- "category": "color",
429
- "type": "dark-mode",
430
- "item": "input",
431
- "subitem": "foreground",
432
- "state": "active"
433
- },
434
- "path": [
435
- "color",
436
- "dark-mode",
437
- "input",
438
- "foreground",
439
- "active"
440
- ]
441
- },
442
- "success": {
443
- "value": "#22a06b",
444
- "public": true,
445
- "isReferenceToInternal": true,
446
- "filePath": "tokens/color/alias/form.dark.json",
447
- "isSource": true,
448
- "original": {
449
- "value": "{color.dark-mode.semantic.success.300.value}",
450
- "public": true,
451
- "isReferenceToInternal": true
452
- },
453
- "name": "color-dark-mode-input-foreground-success",
454
- "attributes": {
455
- "category": "color",
456
- "type": "dark-mode",
457
- "item": "input",
458
- "subitem": "foreground",
459
- "state": "success"
460
- },
461
- "path": [
462
- "color",
463
- "dark-mode",
464
- "input",
465
- "foreground",
466
- "success"
467
- ]
468
- },
469
- "critical": {
470
- "value": "#e05757",
471
- "public": true,
472
- "isReferenceToInternal": true,
473
- "filePath": "tokens/color/alias/form.dark.json",
474
- "isSource": true,
475
- "original": {
476
- "value": "{color.dark-mode.semantic.error.300.value}",
477
- "public": true,
478
- "isReferenceToInternal": true
479
- },
480
- "name": "color-dark-mode-input-foreground-critical",
481
- "attributes": {
482
- "category": "color",
483
- "type": "dark-mode",
484
- "item": "input",
485
- "subitem": "foreground",
486
- "state": "critical"
487
- },
488
- "path": [
489
- "color",
490
- "dark-mode",
491
- "input",
492
- "foreground",
493
- "critical"
494
- ]
495
- }
496
- }
497
- },
498
4
  "button": {
499
5
  "primary": {
500
6
  "background": {
@@ -502,7 +8,7 @@
502
8
  "value": "#6947ff",
503
9
  "public": true,
504
10
  "isReferenceToInternal": true,
505
- "filePath": "tokens/color/alias/interactive.dark.json",
11
+ "filePath": "tokens/color/alias/button.dark.json",
506
12
  "isSource": true,
507
13
  "original": {
508
14
  "value": "{color.dark-mode.brand.secondary.400.value}",
@@ -530,7 +36,7 @@
530
36
  "value": "#7657ff",
531
37
  "public": true,
532
38
  "isReferenceToInternal": true,
533
- "filePath": "tokens/color/alias/interactive.dark.json",
39
+ "filePath": "tokens/color/alias/button.dark.json",
534
40
  "isSource": true,
535
41
  "original": {
536
42
  "value": "{color.dark-mode.brand.secondary.300.value}",
@@ -558,7 +64,7 @@
558
64
  "value": "#4b32bb",
559
65
  "public": true,
560
66
  "isReferenceToInternal": true,
561
- "filePath": "tokens/color/alias/interactive.dark.json",
67
+ "filePath": "tokens/color/alias/button.dark.json",
562
68
  "isSource": true,
563
69
  "original": {
564
70
  "value": "{color.dark-mode.brand.secondary.500.value}",
@@ -588,7 +94,7 @@
588
94
  "value": "#6947ff",
589
95
  "public": true,
590
96
  "isReferenceToInternal": true,
591
- "filePath": "tokens/color/alias/interactive.dark.json",
97
+ "filePath": "tokens/color/alias/button.dark.json",
592
98
  "isSource": true,
593
99
  "original": {
594
100
  "value": "{color.dark-mode.brand.secondary.400.value}",
@@ -616,7 +122,7 @@
616
122
  "value": "#7657ff",
617
123
  "public": true,
618
124
  "isReferenceToInternal": true,
619
- "filePath": "tokens/color/alias/interactive.dark.json",
125
+ "filePath": "tokens/color/alias/button.dark.json",
620
126
  "isSource": true,
621
127
  "original": {
622
128
  "value": "{color.dark-mode.brand.secondary.300.value}",
@@ -644,7 +150,7 @@
644
150
  "value": "#4b32bb",
645
151
  "public": true,
646
152
  "isReferenceToInternal": true,
647
- "filePath": "tokens/color/alias/interactive.dark.json",
153
+ "filePath": "tokens/color/alias/button.dark.json",
648
154
  "isSource": true,
649
155
  "original": {
650
156
  "value": "{color.dark-mode.brand.secondary.500.value}",
@@ -674,7 +180,7 @@
674
180
  "value": "#ffffff",
675
181
  "public": true,
676
182
  "isReferenceToInternal": true,
677
- "filePath": "tokens/color/alias/interactive.dark.json",
183
+ "filePath": "tokens/color/alias/button.dark.json",
678
184
  "isSource": true,
679
185
  "original": {
680
186
  "value": "{color.dark-mode.neutral.000.value}",
@@ -702,7 +208,7 @@
702
208
  "value": "#ffffff",
703
209
  "public": true,
704
210
  "isReferenceToInternal": true,
705
- "filePath": "tokens/color/alias/interactive.dark.json",
211
+ "filePath": "tokens/color/alias/button.dark.json",
706
212
  "isSource": true,
707
213
  "original": {
708
214
  "value": "{color.dark-mode.neutral.000.value}",
@@ -730,7 +236,7 @@
730
236
  "value": "#ffffff",
731
237
  "public": true,
732
238
  "isReferenceToInternal": true,
733
- "filePath": "tokens/color/alias/interactive.dark.json",
239
+ "filePath": "tokens/color/alias/button.dark.json",
734
240
  "isSource": true,
735
241
  "original": {
736
242
  "value": "{color.dark-mode.neutral.000.value}",
@@ -761,7 +267,7 @@
761
267
  "default": {
762
268
  "value": "rgba(0, 0, 0, 0)",
763
269
  "public": true,
764
- "filePath": "tokens/color/alias/interactive.dark.json",
270
+ "filePath": "tokens/color/alias/button.dark.json",
765
271
  "isSource": true,
766
272
  "original": {
767
273
  "value": "transparent",
@@ -788,7 +294,7 @@
788
294
  "value": "#504e62",
789
295
  "public": true,
790
296
  "isReferenceToInternal": true,
791
- "filePath": "tokens/color/alias/interactive.dark.json",
297
+ "filePath": "tokens/color/alias/button.dark.json",
792
298
  "isSource": true,
793
299
  "original": {
794
300
  "value": "{color.dark-mode.neutral.400.value}",
@@ -816,7 +322,7 @@
816
322
  "value": "#282839",
817
323
  "public": true,
818
324
  "isReferenceToInternal": true,
819
- "filePath": "tokens/color/alias/interactive.dark.json",
325
+ "filePath": "tokens/color/alias/button.dark.json",
820
326
  "isSource": true,
821
327
  "original": {
822
328
  "value": "{color.dark-mode.neutral.500.value}",
@@ -846,7 +352,7 @@
846
352
  "value": "#a6a3b4",
847
353
  "public": true,
848
354
  "isReferenceToInternal": true,
849
- "filePath": "tokens/color/alias/interactive.dark.json",
355
+ "filePath": "tokens/color/alias/button.dark.json",
850
356
  "isSource": true,
851
357
  "original": {
852
358
  "value": "{color.dark-mode.neutral.200.value}",
@@ -874,7 +380,7 @@
874
380
  "value": "#ffffff",
875
381
  "public": true,
876
382
  "isReferenceToInternal": true,
877
- "filePath": "tokens/color/alias/interactive.dark.json",
383
+ "filePath": "tokens/color/alias/button.dark.json",
878
384
  "isSource": true,
879
385
  "original": {
880
386
  "value": "{color.dark-mode.neutral.000.value}",
@@ -902,7 +408,7 @@
902
408
  "value": "#504e62",
903
409
  "public": true,
904
410
  "isReferenceToInternal": true,
905
- "filePath": "tokens/color/alias/interactive.dark.json",
411
+ "filePath": "tokens/color/alias/button.dark.json",
906
412
  "isSource": true,
907
413
  "original": {
908
414
  "value": "{color.dark-mode.neutral.400.value}",
@@ -932,7 +438,7 @@
932
438
  "value": "#e7e7eb",
933
439
  "public": true,
934
440
  "isReferenceToInternal": true,
935
- "filePath": "tokens/color/alias/interactive.dark.json",
441
+ "filePath": "tokens/color/alias/button.dark.json",
936
442
  "isSource": true,
937
443
  "original": {
938
444
  "value": "{color.dark-mode.neutral.050.value}",
@@ -960,7 +466,7 @@
960
466
  "value": "#ffffff",
961
467
  "public": true,
962
468
  "isReferenceToInternal": true,
963
- "filePath": "tokens/color/alias/interactive.dark.json",
469
+ "filePath": "tokens/color/alias/button.dark.json",
964
470
  "isSource": true,
965
471
  "original": {
966
472
  "value": "{color.dark-mode.neutral.000.value}",
@@ -988,7 +494,7 @@
988
494
  "value": "#e7e7eb",
989
495
  "public": true,
990
496
  "isReferenceToInternal": true,
991
- "filePath": "tokens/color/alias/interactive.dark.json",
497
+ "filePath": "tokens/color/alias/button.dark.json",
992
498
  "isSource": true,
993
499
  "original": {
994
500
  "value": "{color.dark-mode.neutral.050.value}",
@@ -1019,7 +525,7 @@
1019
525
  "default": {
1020
526
  "value": "rgba(0, 0, 0, 0)",
1021
527
  "public": true,
1022
- "filePath": "tokens/color/alias/interactive.dark.json",
528
+ "filePath": "tokens/color/alias/button.dark.json",
1023
529
  "isSource": true,
1024
530
  "original": {
1025
531
  "value": "transparent",
@@ -1046,7 +552,7 @@
1046
552
  "value": "#504e62",
1047
553
  "public": true,
1048
554
  "isReferenceToInternal": true,
1049
- "filePath": "tokens/color/alias/interactive.dark.json",
555
+ "filePath": "tokens/color/alias/button.dark.json",
1050
556
  "isSource": true,
1051
557
  "original": {
1052
558
  "value": "{color.dark-mode.neutral.400.value}",
@@ -1074,7 +580,7 @@
1074
580
  "value": "#282839",
1075
581
  "public": true,
1076
582
  "isReferenceToInternal": true,
1077
- "filePath": "tokens/color/alias/interactive.dark.json",
583
+ "filePath": "tokens/color/alias/button.dark.json",
1078
584
  "isSource": true,
1079
585
  "original": {
1080
586
  "value": "{color.dark-mode.neutral.500.value}",
@@ -1103,7 +609,7 @@
1103
609
  "default": {
1104
610
  "value": "rgba(0, 0, 0, 0)",
1105
611
  "public": true,
1106
- "filePath": "tokens/color/alias/interactive.dark.json",
612
+ "filePath": "tokens/color/alias/button.dark.json",
1107
613
  "isSource": true,
1108
614
  "original": {
1109
615
  "value": "transparent",
@@ -1132,170 +638,430 @@
1132
638
  "value": "#e7e7eb",
1133
639
  "public": true,
1134
640
  "isReferenceToInternal": true,
1135
- "filePath": "tokens/color/alias/interactive.dark.json",
641
+ "filePath": "tokens/color/alias/button.dark.json",
642
+ "isSource": true,
643
+ "original": {
644
+ "value": "{color.dark-mode.neutral.050.value}",
645
+ "public": true,
646
+ "isReferenceToInternal": true
647
+ },
648
+ "name": "color-dark-mode-button-subtle-foreground-default",
649
+ "attributes": {
650
+ "category": "color",
651
+ "type": "dark-mode",
652
+ "item": "button",
653
+ "subitem": "subtle",
654
+ "state": "foreground"
655
+ },
656
+ "path": [
657
+ "color",
658
+ "dark-mode",
659
+ "button",
660
+ "subtle",
661
+ "foreground",
662
+ "default"
663
+ ]
664
+ },
665
+ "hover": {
666
+ "value": "#ffffff",
667
+ "public": true,
668
+ "isReferenceToInternal": true,
669
+ "filePath": "tokens/color/alias/button.dark.json",
670
+ "isSource": true,
671
+ "original": {
672
+ "value": "{color.dark-mode.neutral.000.value}",
673
+ "public": true,
674
+ "isReferenceToInternal": true
675
+ },
676
+ "name": "color-dark-mode-button-subtle-foreground-hover",
677
+ "attributes": {
678
+ "category": "color",
679
+ "type": "dark-mode",
680
+ "item": "button",
681
+ "subitem": "subtle",
682
+ "state": "foreground"
683
+ },
684
+ "path": [
685
+ "color",
686
+ "dark-mode",
687
+ "button",
688
+ "subtle",
689
+ "foreground",
690
+ "hover"
691
+ ]
692
+ },
693
+ "active": {
694
+ "value": "#e7e7eb",
695
+ "public": true,
696
+ "isReferenceToInternal": true,
697
+ "filePath": "tokens/color/alias/button.dark.json",
1136
698
  "isSource": true,
1137
699
  "original": {
1138
700
  "value": "{color.dark-mode.neutral.050.value}",
1139
701
  "public": true,
1140
702
  "isReferenceToInternal": true
1141
703
  },
1142
- "name": "color-dark-mode-button-subtle-foreground-default",
704
+ "name": "color-dark-mode-button-subtle-foreground-active",
705
+ "attributes": {
706
+ "category": "color",
707
+ "type": "dark-mode",
708
+ "item": "button",
709
+ "subitem": "subtle",
710
+ "state": "foreground"
711
+ },
712
+ "path": [
713
+ "color",
714
+ "dark-mode",
715
+ "button",
716
+ "subtle",
717
+ "foreground",
718
+ "active"
719
+ ]
720
+ }
721
+ }
722
+ },
723
+ "brand": {
724
+ "background": {
725
+ "default": {
726
+ "value": "#ffdc28",
727
+ "public": true,
728
+ "isReferenceToInternal": true,
729
+ "filePath": "tokens/color/alias/button.dark.json",
730
+ "isSource": true,
731
+ "original": {
732
+ "value": "{color.dark-mode.brand.primary.400.value}",
733
+ "public": true,
734
+ "isReferenceToInternal": true
735
+ },
736
+ "name": "color-dark-mode-button-brand-background-default",
737
+ "attributes": {
738
+ "category": "color",
739
+ "type": "dark-mode",
740
+ "item": "button",
741
+ "subitem": "brand",
742
+ "state": "background"
743
+ },
744
+ "path": [
745
+ "color",
746
+ "dark-mode",
747
+ "button",
748
+ "brand",
749
+ "background",
750
+ "default"
751
+ ]
752
+ },
753
+ "hover": {
754
+ "value": "#ffe668",
755
+ "public": true,
756
+ "isReferenceToInternal": true,
757
+ "filePath": "tokens/color/alias/button.dark.json",
758
+ "isSource": true,
759
+ "original": {
760
+ "value": "{color.dark-mode.brand.primary.300.value}",
761
+ "public": true,
762
+ "isReferenceToInternal": true
763
+ },
764
+ "name": "color-dark-mode-button-brand-background-hover",
765
+ "attributes": {
766
+ "category": "color",
767
+ "type": "dark-mode",
768
+ "item": "button",
769
+ "subitem": "brand",
770
+ "state": "background"
771
+ },
772
+ "path": [
773
+ "color",
774
+ "dark-mode",
775
+ "button",
776
+ "brand",
777
+ "background",
778
+ "hover"
779
+ ]
780
+ },
781
+ "active": {
782
+ "value": "#ddbd16",
783
+ "public": true,
784
+ "isReferenceToInternal": true,
785
+ "filePath": "tokens/color/alias/button.dark.json",
786
+ "isSource": true,
787
+ "original": {
788
+ "value": "{color.dark-mode.brand.primary.500.value}",
789
+ "public": true,
790
+ "isReferenceToInternal": true
791
+ },
792
+ "name": "color-dark-mode-button-brand-background-active",
793
+ "attributes": {
794
+ "category": "color",
795
+ "type": "dark-mode",
796
+ "item": "button",
797
+ "subitem": "brand",
798
+ "state": "background"
799
+ },
800
+ "path": [
801
+ "color",
802
+ "dark-mode",
803
+ "button",
804
+ "brand",
805
+ "background",
806
+ "active"
807
+ ]
808
+ }
809
+ },
810
+ "border": {
811
+ "default": {
812
+ "value": "#ffdc28",
813
+ "public": true,
814
+ "isReferenceToInternal": true,
815
+ "filePath": "tokens/color/alias/button.dark.json",
816
+ "isSource": true,
817
+ "original": {
818
+ "value": "{color.dark-mode.brand.primary.400.value}",
819
+ "public": true,
820
+ "isReferenceToInternal": true
821
+ },
822
+ "name": "color-dark-mode-button-brand-border-default",
823
+ "attributes": {
824
+ "category": "color",
825
+ "type": "dark-mode",
826
+ "item": "button",
827
+ "subitem": "brand",
828
+ "state": "border"
829
+ },
830
+ "path": [
831
+ "color",
832
+ "dark-mode",
833
+ "button",
834
+ "brand",
835
+ "border",
836
+ "default"
837
+ ]
838
+ },
839
+ "hover": {
840
+ "value": "#ffe668",
841
+ "public": true,
842
+ "isReferenceToInternal": true,
843
+ "filePath": "tokens/color/alias/button.dark.json",
844
+ "isSource": true,
845
+ "original": {
846
+ "value": "{color.dark-mode.brand.primary.300.value}",
847
+ "public": true,
848
+ "isReferenceToInternal": true
849
+ },
850
+ "name": "color-dark-mode-button-brand-border-hover",
851
+ "attributes": {
852
+ "category": "color",
853
+ "type": "dark-mode",
854
+ "item": "button",
855
+ "subitem": "brand",
856
+ "state": "border"
857
+ },
858
+ "path": [
859
+ "color",
860
+ "dark-mode",
861
+ "button",
862
+ "brand",
863
+ "border",
864
+ "hover"
865
+ ]
866
+ },
867
+ "active": {
868
+ "value": "#ddbd16",
869
+ "public": true,
870
+ "isReferenceToInternal": true,
871
+ "filePath": "tokens/color/alias/button.dark.json",
872
+ "isSource": true,
873
+ "original": {
874
+ "value": "{color.dark-mode.brand.primary.500.value}",
875
+ "public": true,
876
+ "isReferenceToInternal": true
877
+ },
878
+ "name": "color-dark-mode-button-brand-border-active",
879
+ "attributes": {
880
+ "category": "color",
881
+ "type": "dark-mode",
882
+ "item": "button",
883
+ "subitem": "brand",
884
+ "state": "border"
885
+ },
886
+ "path": [
887
+ "color",
888
+ "dark-mode",
889
+ "button",
890
+ "brand",
891
+ "border",
892
+ "active"
893
+ ]
894
+ }
895
+ },
896
+ "foreground": {
897
+ "default": {
898
+ "value": "#121219",
899
+ "public": true,
900
+ "isReferenceToInternal": true,
901
+ "filePath": "tokens/color/alias/button.dark.json",
902
+ "isSource": true,
903
+ "original": {
904
+ "value": "{color.dark-mode.neutral.700.value}",
905
+ "public": true,
906
+ "isReferenceToInternal": true
907
+ },
908
+ "name": "color-dark-mode-button-brand-foreground-default",
1143
909
  "attributes": {
1144
910
  "category": "color",
1145
911
  "type": "dark-mode",
1146
912
  "item": "button",
1147
- "subitem": "subtle",
913
+ "subitem": "brand",
1148
914
  "state": "foreground"
1149
915
  },
1150
916
  "path": [
1151
917
  "color",
1152
918
  "dark-mode",
1153
919
  "button",
1154
- "subtle",
920
+ "brand",
1155
921
  "foreground",
1156
922
  "default"
1157
923
  ]
1158
924
  },
1159
925
  "hover": {
1160
- "value": "#ffffff",
926
+ "value": "#121219",
1161
927
  "public": true,
1162
928
  "isReferenceToInternal": true,
1163
- "filePath": "tokens/color/alias/interactive.dark.json",
929
+ "filePath": "tokens/color/alias/button.dark.json",
1164
930
  "isSource": true,
1165
931
  "original": {
1166
- "value": "{color.dark-mode.neutral.000.value}",
932
+ "value": "{color.dark-mode.neutral.700.value}",
1167
933
  "public": true,
1168
934
  "isReferenceToInternal": true
1169
935
  },
1170
- "name": "color-dark-mode-button-subtle-foreground-hover",
936
+ "name": "color-dark-mode-button-brand-foreground-hover",
1171
937
  "attributes": {
1172
938
  "category": "color",
1173
939
  "type": "dark-mode",
1174
940
  "item": "button",
1175
- "subitem": "subtle",
941
+ "subitem": "brand",
1176
942
  "state": "foreground"
1177
943
  },
1178
944
  "path": [
1179
945
  "color",
1180
946
  "dark-mode",
1181
947
  "button",
1182
- "subtle",
948
+ "brand",
1183
949
  "foreground",
1184
950
  "hover"
1185
951
  ]
1186
952
  },
1187
953
  "active": {
1188
- "value": "#e7e7eb",
954
+ "value": "#121219",
1189
955
  "public": true,
1190
956
  "isReferenceToInternal": true,
1191
- "filePath": "tokens/color/alias/interactive.dark.json",
957
+ "filePath": "tokens/color/alias/button.dark.json",
1192
958
  "isSource": true,
1193
959
  "original": {
1194
- "value": "{color.dark-mode.neutral.050.value}",
960
+ "value": "{color.dark-mode.neutral.700.value}",
1195
961
  "public": true,
1196
962
  "isReferenceToInternal": true
1197
963
  },
1198
- "name": "color-dark-mode-button-subtle-foreground-active",
964
+ "name": "color-dark-mode-button-brand-foreground-active",
1199
965
  "attributes": {
1200
966
  "category": "color",
1201
967
  "type": "dark-mode",
1202
968
  "item": "button",
1203
- "subitem": "subtle",
969
+ "subitem": "brand",
1204
970
  "state": "foreground"
1205
971
  },
1206
972
  "path": [
1207
973
  "color",
1208
974
  "dark-mode",
1209
975
  "button",
1210
- "subtle",
976
+ "brand",
1211
977
  "foreground",
1212
978
  "active"
1213
979
  ]
1214
980
  }
1215
981
  }
1216
982
  },
1217
- "brand": {
983
+ "critical": {
1218
984
  "background": {
1219
985
  "default": {
1220
- "value": "#ffdc28",
986
+ "value": "#e05757",
1221
987
  "public": true,
1222
988
  "isReferenceToInternal": true,
1223
- "filePath": "tokens/color/alias/interactive.dark.json",
989
+ "filePath": "tokens/color/alias/button.dark.json",
1224
990
  "isSource": true,
1225
991
  "original": {
1226
- "value": "{color.dark-mode.brand.primary.400.value}",
992
+ "value": "{color.dark-mode.semantic.error.300.value}",
1227
993
  "public": true,
1228
994
  "isReferenceToInternal": true
1229
995
  },
1230
- "name": "color-dark-mode-button-brand-background-default",
996
+ "name": "color-dark-mode-button-critical-background-default",
1231
997
  "attributes": {
1232
998
  "category": "color",
1233
999
  "type": "dark-mode",
1234
1000
  "item": "button",
1235
- "subitem": "brand",
1001
+ "subitem": "critical",
1236
1002
  "state": "background"
1237
1003
  },
1238
1004
  "path": [
1239
1005
  "color",
1240
1006
  "dark-mode",
1241
1007
  "button",
1242
- "brand",
1008
+ "critical",
1243
1009
  "background",
1244
1010
  "default"
1245
1011
  ]
1246
1012
  },
1247
1013
  "hover": {
1248
- "value": "#ffe668",
1014
+ "value": "#be4242",
1249
1015
  "public": true,
1250
1016
  "isReferenceToInternal": true,
1251
- "filePath": "tokens/color/alias/interactive.dark.json",
1017
+ "filePath": "tokens/color/alias/button.dark.json",
1252
1018
  "isSource": true,
1253
1019
  "original": {
1254
- "value": "{color.dark-mode.brand.primary.300.value}",
1020
+ "value": "{color.dark-mode.semantic.error.400.value}",
1255
1021
  "public": true,
1256
1022
  "isReferenceToInternal": true
1257
1023
  },
1258
- "name": "color-dark-mode-button-brand-background-hover",
1024
+ "name": "color-dark-mode-button-critical-background-hover",
1259
1025
  "attributes": {
1260
1026
  "category": "color",
1261
1027
  "type": "dark-mode",
1262
1028
  "item": "button",
1263
- "subitem": "brand",
1029
+ "subitem": "critical",
1264
1030
  "state": "background"
1265
1031
  },
1266
1032
  "path": [
1267
1033
  "color",
1268
1034
  "dark-mode",
1269
1035
  "button",
1270
- "brand",
1036
+ "critical",
1271
1037
  "background",
1272
1038
  "hover"
1273
1039
  ]
1274
1040
  },
1275
1041
  "active": {
1276
- "value": "#ddbd16",
1042
+ "value": "#9c2f2f",
1277
1043
  "public": true,
1278
1044
  "isReferenceToInternal": true,
1279
- "filePath": "tokens/color/alias/interactive.dark.json",
1045
+ "filePath": "tokens/color/alias/button.dark.json",
1280
1046
  "isSource": true,
1281
1047
  "original": {
1282
- "value": "{color.dark-mode.brand.primary.500.value}",
1048
+ "value": "{color.dark-mode.semantic.error.500.value}",
1283
1049
  "public": true,
1284
1050
  "isReferenceToInternal": true
1285
1051
  },
1286
- "name": "color-dark-mode-button-brand-background-active",
1052
+ "name": "color-dark-mode-button-critical-background-active",
1287
1053
  "attributes": {
1288
1054
  "category": "color",
1289
1055
  "type": "dark-mode",
1290
1056
  "item": "button",
1291
- "subitem": "brand",
1057
+ "subitem": "critical",
1292
1058
  "state": "background"
1293
1059
  },
1294
1060
  "path": [
1295
1061
  "color",
1296
1062
  "dark-mode",
1297
1063
  "button",
1298
- "brand",
1064
+ "critical",
1299
1065
  "background",
1300
1066
  "active"
1301
1067
  ]
@@ -1303,85 +1069,85 @@
1303
1069
  },
1304
1070
  "border": {
1305
1071
  "default": {
1306
- "value": "#ffdc28",
1072
+ "value": "#e05757",
1307
1073
  "public": true,
1308
1074
  "isReferenceToInternal": true,
1309
- "filePath": "tokens/color/alias/interactive.dark.json",
1075
+ "filePath": "tokens/color/alias/button.dark.json",
1310
1076
  "isSource": true,
1311
1077
  "original": {
1312
- "value": "{color.dark-mode.brand.primary.400.value}",
1078
+ "value": "{color.dark-mode.semantic.error.300.value}",
1313
1079
  "public": true,
1314
1080
  "isReferenceToInternal": true
1315
1081
  },
1316
- "name": "color-dark-mode-button-brand-border-default",
1082
+ "name": "color-dark-mode-button-critical-border-default",
1317
1083
  "attributes": {
1318
1084
  "category": "color",
1319
1085
  "type": "dark-mode",
1320
1086
  "item": "button",
1321
- "subitem": "brand",
1087
+ "subitem": "critical",
1322
1088
  "state": "border"
1323
1089
  },
1324
1090
  "path": [
1325
1091
  "color",
1326
1092
  "dark-mode",
1327
1093
  "button",
1328
- "brand",
1094
+ "critical",
1329
1095
  "border",
1330
1096
  "default"
1331
1097
  ]
1332
1098
  },
1333
1099
  "hover": {
1334
- "value": "#ffe668",
1100
+ "value": "#be4242",
1335
1101
  "public": true,
1336
1102
  "isReferenceToInternal": true,
1337
- "filePath": "tokens/color/alias/interactive.dark.json",
1103
+ "filePath": "tokens/color/alias/button.dark.json",
1338
1104
  "isSource": true,
1339
1105
  "original": {
1340
- "value": "{color.dark-mode.brand.primary.300.value}",
1106
+ "value": "{color.dark-mode.semantic.error.400.value}",
1341
1107
  "public": true,
1342
1108
  "isReferenceToInternal": true
1343
1109
  },
1344
- "name": "color-dark-mode-button-brand-border-hover",
1110
+ "name": "color-dark-mode-button-critical-border-hover",
1345
1111
  "attributes": {
1346
1112
  "category": "color",
1347
1113
  "type": "dark-mode",
1348
1114
  "item": "button",
1349
- "subitem": "brand",
1115
+ "subitem": "critical",
1350
1116
  "state": "border"
1351
1117
  },
1352
1118
  "path": [
1353
1119
  "color",
1354
1120
  "dark-mode",
1355
1121
  "button",
1356
- "brand",
1122
+ "critical",
1357
1123
  "border",
1358
1124
  "hover"
1359
1125
  ]
1360
1126
  },
1361
1127
  "active": {
1362
- "value": "#ddbd16",
1128
+ "value": "#9c2f2f",
1363
1129
  "public": true,
1364
1130
  "isReferenceToInternal": true,
1365
- "filePath": "tokens/color/alias/interactive.dark.json",
1131
+ "filePath": "tokens/color/alias/button.dark.json",
1366
1132
  "isSource": true,
1367
1133
  "original": {
1368
- "value": "{color.dark-mode.brand.primary.500.value}",
1134
+ "value": "{color.dark-mode.semantic.error.500.value}",
1369
1135
  "public": true,
1370
1136
  "isReferenceToInternal": true
1371
1137
  },
1372
- "name": "color-dark-mode-button-brand-border-active",
1138
+ "name": "color-dark-mode-button-critical-border-active",
1373
1139
  "attributes": {
1374
1140
  "category": "color",
1375
1141
  "type": "dark-mode",
1376
1142
  "item": "button",
1377
- "subitem": "brand",
1143
+ "subitem": "critical",
1378
1144
  "state": "border"
1379
1145
  },
1380
1146
  "path": [
1381
1147
  "color",
1382
1148
  "dark-mode",
1383
1149
  "button",
1384
- "brand",
1150
+ "critical",
1385
1151
  "border",
1386
1152
  "active"
1387
1153
  ]
@@ -1389,349 +1155,498 @@
1389
1155
  },
1390
1156
  "foreground": {
1391
1157
  "default": {
1392
- "value": "#121219",
1158
+ "value": "#ffffff",
1393
1159
  "public": true,
1394
1160
  "isReferenceToInternal": true,
1395
- "filePath": "tokens/color/alias/interactive.dark.json",
1161
+ "filePath": "tokens/color/alias/button.dark.json",
1396
1162
  "isSource": true,
1397
1163
  "original": {
1398
- "value": "{color.dark-mode.neutral.700.value}",
1164
+ "value": "{color.dark-mode.neutral.000.value}",
1399
1165
  "public": true,
1400
1166
  "isReferenceToInternal": true
1401
1167
  },
1402
- "name": "color-dark-mode-button-brand-foreground-default",
1168
+ "name": "color-dark-mode-button-critical-foreground-default",
1403
1169
  "attributes": {
1404
1170
  "category": "color",
1405
1171
  "type": "dark-mode",
1406
1172
  "item": "button",
1407
- "subitem": "brand",
1173
+ "subitem": "critical",
1408
1174
  "state": "foreground"
1409
1175
  },
1410
1176
  "path": [
1411
1177
  "color",
1412
1178
  "dark-mode",
1413
1179
  "button",
1414
- "brand",
1180
+ "critical",
1415
1181
  "foreground",
1416
1182
  "default"
1417
1183
  ]
1418
1184
  },
1419
1185
  "hover": {
1420
- "value": "#121219",
1186
+ "value": "#ffffff",
1421
1187
  "public": true,
1422
1188
  "isReferenceToInternal": true,
1423
- "filePath": "tokens/color/alias/interactive.dark.json",
1189
+ "filePath": "tokens/color/alias/button.dark.json",
1424
1190
  "isSource": true,
1425
1191
  "original": {
1426
- "value": "{color.dark-mode.neutral.700.value}",
1192
+ "value": "{color.dark-mode.neutral.000.value}",
1427
1193
  "public": true,
1428
1194
  "isReferenceToInternal": true
1429
1195
  },
1430
- "name": "color-dark-mode-button-brand-foreground-hover",
1196
+ "name": "color-dark-mode-button-critical-foreground-hover",
1431
1197
  "attributes": {
1432
1198
  "category": "color",
1433
1199
  "type": "dark-mode",
1434
1200
  "item": "button",
1435
- "subitem": "brand",
1201
+ "subitem": "critical",
1436
1202
  "state": "foreground"
1437
1203
  },
1438
1204
  "path": [
1439
1205
  "color",
1440
1206
  "dark-mode",
1441
1207
  "button",
1442
- "brand",
1208
+ "critical",
1443
1209
  "foreground",
1444
1210
  "hover"
1445
1211
  ]
1446
1212
  },
1447
1213
  "active": {
1448
- "value": "#121219",
1214
+ "value": "#ffffff",
1215
+ "public": true,
1216
+ "isReferenceToInternal": true,
1217
+ "filePath": "tokens/color/alias/button.dark.json",
1218
+ "isSource": true,
1219
+ "original": {
1220
+ "value": "{color.dark-mode.neutral.000.value}",
1221
+ "public": true,
1222
+ "isReferenceToInternal": true
1223
+ },
1224
+ "name": "color-dark-mode-button-critical-foreground-active",
1225
+ "attributes": {
1226
+ "category": "color",
1227
+ "type": "dark-mode",
1228
+ "item": "button",
1229
+ "subitem": "critical",
1230
+ "state": "foreground"
1231
+ },
1232
+ "path": [
1233
+ "color",
1234
+ "dark-mode",
1235
+ "button",
1236
+ "critical",
1237
+ "foreground",
1238
+ "active"
1239
+ ]
1240
+ }
1241
+ }
1242
+ }
1243
+ },
1244
+ "background": {
1245
+ "default": {
1246
+ "value": "#1d1d29",
1247
+ "public": true,
1248
+ "isReferenceToInternal": true,
1249
+ "filePath": "tokens/color/alias/defaults.dark.json",
1250
+ "isSource": true,
1251
+ "original": {
1252
+ "value": "{color.dark-mode.neutral.600.value}",
1253
+ "public": true,
1254
+ "isReferenceToInternal": true
1255
+ },
1256
+ "name": "color-dark-mode-background-default",
1257
+ "attributes": {
1258
+ "category": "color",
1259
+ "type": "dark-mode",
1260
+ "item": "background",
1261
+ "subitem": "default"
1262
+ },
1263
+ "path": [
1264
+ "color",
1265
+ "dark-mode",
1266
+ "background",
1267
+ "default"
1268
+ ]
1269
+ }
1270
+ },
1271
+ "border": {
1272
+ "default": {
1273
+ "value": "#504e62",
1274
+ "public": true,
1275
+ "isReferenceToInternal": true,
1276
+ "filePath": "tokens/color/alias/defaults.dark.json",
1277
+ "isSource": true,
1278
+ "original": {
1279
+ "value": "{color.dark-mode.neutral.400.value}",
1280
+ "public": true,
1281
+ "isReferenceToInternal": true
1282
+ },
1283
+ "name": "color-dark-mode-border-default",
1284
+ "attributes": {
1285
+ "category": "color",
1286
+ "type": "dark-mode",
1287
+ "item": "border",
1288
+ "subitem": "default"
1289
+ },
1290
+ "path": [
1291
+ "color",
1292
+ "dark-mode",
1293
+ "border",
1294
+ "default"
1295
+ ]
1296
+ }
1297
+ },
1298
+ "foreground": {
1299
+ "default": {
1300
+ "value": "#ffffff",
1301
+ "public": true,
1302
+ "isReferenceToInternal": true,
1303
+ "filePath": "tokens/color/alias/defaults.dark.json",
1304
+ "isSource": true,
1305
+ "original": {
1306
+ "value": "{color.dark-mode.neutral.000.value}",
1307
+ "public": true,
1308
+ "isReferenceToInternal": true
1309
+ },
1310
+ "name": "color-dark-mode-foreground-default",
1311
+ "attributes": {
1312
+ "category": "color",
1313
+ "type": "dark-mode",
1314
+ "item": "foreground",
1315
+ "subitem": "default"
1316
+ },
1317
+ "path": [
1318
+ "color",
1319
+ "dark-mode",
1320
+ "foreground",
1321
+ "default"
1322
+ ]
1323
+ }
1324
+ },
1325
+ "input": {
1326
+ "background": {
1327
+ "default": {
1328
+ "value": "#1d1d29",
1329
+ "public": true,
1330
+ "isReferenceToInternal": true,
1331
+ "filePath": "tokens/color/alias/form.dark.json",
1332
+ "isSource": true,
1333
+ "original": {
1334
+ "value": "{color.dark-mode.neutral.600.value}",
1335
+ "public": true,
1336
+ "isReferenceToInternal": true
1337
+ },
1338
+ "name": "color-dark-mode-input-background-default",
1339
+ "attributes": {
1340
+ "category": "color",
1341
+ "type": "dark-mode",
1342
+ "item": "input",
1343
+ "subitem": "background",
1344
+ "state": "default"
1345
+ },
1346
+ "path": [
1347
+ "color",
1348
+ "dark-mode",
1349
+ "input",
1350
+ "background",
1351
+ "default"
1352
+ ]
1353
+ },
1354
+ "critical": {
1355
+ "value": "#1d1d29",
1356
+ "public": true,
1357
+ "isReferenceToInternal": true,
1358
+ "filePath": "tokens/color/alias/form.dark.json",
1359
+ "isSource": true,
1360
+ "original": {
1361
+ "value": "{color.dark-mode.neutral.600.value}",
1449
1362
  "public": true,
1450
- "isReferenceToInternal": true,
1451
- "filePath": "tokens/color/alias/interactive.dark.json",
1452
- "isSource": true,
1453
- "original": {
1454
- "value": "{color.dark-mode.neutral.700.value}",
1455
- "public": true,
1456
- "isReferenceToInternal": true
1457
- },
1458
- "name": "color-dark-mode-button-brand-foreground-active",
1459
- "attributes": {
1460
- "category": "color",
1461
- "type": "dark-mode",
1462
- "item": "button",
1463
- "subitem": "brand",
1464
- "state": "foreground"
1465
- },
1466
- "path": [
1467
- "color",
1468
- "dark-mode",
1469
- "button",
1470
- "brand",
1471
- "foreground",
1472
- "active"
1473
- ]
1474
- }
1363
+ "isReferenceToInternal": true
1364
+ },
1365
+ "name": "color-dark-mode-input-background-critical",
1366
+ "attributes": {
1367
+ "category": "color",
1368
+ "type": "dark-mode",
1369
+ "item": "input",
1370
+ "subitem": "background",
1371
+ "state": "critical"
1372
+ },
1373
+ "path": [
1374
+ "color",
1375
+ "dark-mode",
1376
+ "input",
1377
+ "background",
1378
+ "critical"
1379
+ ]
1475
1380
  }
1476
1381
  },
1477
- "critical": {
1478
- "background": {
1479
- "default": {
1480
- "value": "#e05757",
1382
+ "border": {
1383
+ "default": {
1384
+ "value": "#a6a3b4",
1385
+ "public": true,
1386
+ "isReferenceToInternal": true,
1387
+ "filePath": "tokens/color/alias/form.dark.json",
1388
+ "isSource": true,
1389
+ "original": {
1390
+ "value": "{color.dark-mode.neutral.200.value}",
1481
1391
  "public": true,
1482
- "isReferenceToInternal": true,
1483
- "filePath": "tokens/color/alias/interactive.dark.json",
1484
- "isSource": true,
1485
- "original": {
1486
- "value": "{color.dark-mode.semantic.error.300.value}",
1487
- "public": true,
1488
- "isReferenceToInternal": true
1489
- },
1490
- "name": "color-dark-mode-button-critical-background-default",
1491
- "attributes": {
1492
- "category": "color",
1493
- "type": "dark-mode",
1494
- "item": "button",
1495
- "subitem": "critical",
1496
- "state": "background"
1497
- },
1498
- "path": [
1499
- "color",
1500
- "dark-mode",
1501
- "button",
1502
- "critical",
1503
- "background",
1504
- "default"
1505
- ]
1392
+ "isReferenceToInternal": true
1506
1393
  },
1507
- "hover": {
1508
- "value": "#be4242",
1509
- "public": true,
1510
- "isReferenceToInternal": true,
1511
- "filePath": "tokens/color/alias/interactive.dark.json",
1512
- "isSource": true,
1513
- "original": {
1514
- "value": "{color.dark-mode.semantic.error.400.value}",
1515
- "public": true,
1516
- "isReferenceToInternal": true
1517
- },
1518
- "name": "color-dark-mode-button-critical-background-hover",
1519
- "attributes": {
1520
- "category": "color",
1521
- "type": "dark-mode",
1522
- "item": "button",
1523
- "subitem": "critical",
1524
- "state": "background"
1525
- },
1526
- "path": [
1527
- "color",
1528
- "dark-mode",
1529
- "button",
1530
- "critical",
1531
- "background",
1532
- "hover"
1533
- ]
1394
+ "name": "color-dark-mode-input-border-default",
1395
+ "attributes": {
1396
+ "category": "color",
1397
+ "type": "dark-mode",
1398
+ "item": "input",
1399
+ "subitem": "border",
1400
+ "state": "default"
1534
1401
  },
1535
- "active": {
1536
- "value": "#9c2f2f",
1402
+ "path": [
1403
+ "color",
1404
+ "dark-mode",
1405
+ "input",
1406
+ "border",
1407
+ "default"
1408
+ ]
1409
+ },
1410
+ "hover": {
1411
+ "value": "#36a3ff",
1412
+ "public": true,
1413
+ "filePath": "tokens/color/alias/form.dark.json",
1414
+ "isSource": true,
1415
+ "original": {
1416
+ "value": "{color.dark-mode.interactive.focus.value}",
1417
+ "public": true
1418
+ },
1419
+ "name": "color-dark-mode-input-border-hover",
1420
+ "attributes": {
1421
+ "category": "color",
1422
+ "type": "dark-mode",
1423
+ "item": "input",
1424
+ "subitem": "border",
1425
+ "state": "hover"
1426
+ },
1427
+ "path": [
1428
+ "color",
1429
+ "dark-mode",
1430
+ "input",
1431
+ "border",
1432
+ "hover"
1433
+ ]
1434
+ },
1435
+ "success": {
1436
+ "value": "#22a06b",
1437
+ "public": true,
1438
+ "isReferenceToInternal": true,
1439
+ "filePath": "tokens/color/alias/form.dark.json",
1440
+ "isSource": true,
1441
+ "original": {
1442
+ "value": "{color.dark-mode.semantic.success.300.value}",
1537
1443
  "public": true,
1538
- "isReferenceToInternal": true,
1539
- "filePath": "tokens/color/alias/interactive.dark.json",
1540
- "isSource": true,
1541
- "original": {
1542
- "value": "{color.dark-mode.semantic.error.500.value}",
1543
- "public": true,
1544
- "isReferenceToInternal": true
1545
- },
1546
- "name": "color-dark-mode-button-critical-background-active",
1547
- "attributes": {
1548
- "category": "color",
1549
- "type": "dark-mode",
1550
- "item": "button",
1551
- "subitem": "critical",
1552
- "state": "background"
1553
- },
1554
- "path": [
1555
- "color",
1556
- "dark-mode",
1557
- "button",
1558
- "critical",
1559
- "background",
1560
- "active"
1561
- ]
1562
- }
1444
+ "isReferenceToInternal": true
1445
+ },
1446
+ "name": "color-dark-mode-input-border-success",
1447
+ "attributes": {
1448
+ "category": "color",
1449
+ "type": "dark-mode",
1450
+ "item": "input",
1451
+ "subitem": "border",
1452
+ "state": "success"
1453
+ },
1454
+ "path": [
1455
+ "color",
1456
+ "dark-mode",
1457
+ "input",
1458
+ "border",
1459
+ "success"
1460
+ ]
1563
1461
  },
1564
- "border": {
1565
- "default": {
1566
- "value": "#e05757",
1462
+ "critical": {
1463
+ "value": "#e05757",
1464
+ "public": true,
1465
+ "isReferenceToInternal": true,
1466
+ "filePath": "tokens/color/alias/form.dark.json",
1467
+ "isSource": true,
1468
+ "original": {
1469
+ "value": "{color.dark-mode.semantic.error.300.value}",
1567
1470
  "public": true,
1568
- "isReferenceToInternal": true,
1569
- "filePath": "tokens/color/alias/interactive.dark.json",
1570
- "isSource": true,
1571
- "original": {
1572
- "value": "{color.dark-mode.semantic.error.300.value}",
1573
- "public": true,
1574
- "isReferenceToInternal": true
1575
- },
1576
- "name": "color-dark-mode-button-critical-border-default",
1577
- "attributes": {
1578
- "category": "color",
1579
- "type": "dark-mode",
1580
- "item": "button",
1581
- "subitem": "critical",
1582
- "state": "border"
1583
- },
1584
- "path": [
1585
- "color",
1586
- "dark-mode",
1587
- "button",
1588
- "critical",
1589
- "border",
1590
- "default"
1591
- ]
1471
+ "isReferenceToInternal": true
1472
+ },
1473
+ "name": "color-dark-mode-input-border-critical",
1474
+ "attributes": {
1475
+ "category": "color",
1476
+ "type": "dark-mode",
1477
+ "item": "input",
1478
+ "subitem": "border",
1479
+ "state": "critical"
1480
+ },
1481
+ "path": [
1482
+ "color",
1483
+ "dark-mode",
1484
+ "input",
1485
+ "border",
1486
+ "critical"
1487
+ ]
1488
+ }
1489
+ },
1490
+ "foreground": {
1491
+ "default": {
1492
+ "value": "#ffffff",
1493
+ "public": true,
1494
+ "isReferenceToInternal": true,
1495
+ "filePath": "tokens/color/alias/form.dark.json",
1496
+ "isSource": true,
1497
+ "original": {
1498
+ "value": "{color.dark-mode.neutral.000.value}",
1499
+ "public": true,
1500
+ "isReferenceToInternal": true
1592
1501
  },
1593
- "hover": {
1594
- "value": "#be4242",
1502
+ "name": "color-dark-mode-input-foreground-default",
1503
+ "attributes": {
1504
+ "category": "color",
1505
+ "type": "dark-mode",
1506
+ "item": "input",
1507
+ "subitem": "foreground",
1508
+ "state": "default"
1509
+ },
1510
+ "path": [
1511
+ "color",
1512
+ "dark-mode",
1513
+ "input",
1514
+ "foreground",
1515
+ "default"
1516
+ ]
1517
+ },
1518
+ "success": {
1519
+ "value": "#22a06b",
1520
+ "public": true,
1521
+ "isReferenceToInternal": true,
1522
+ "filePath": "tokens/color/alias/form.dark.json",
1523
+ "isSource": true,
1524
+ "original": {
1525
+ "value": "{color.dark-mode.semantic.success.300.value}",
1595
1526
  "public": true,
1596
- "isReferenceToInternal": true,
1597
- "filePath": "tokens/color/alias/interactive.dark.json",
1598
- "isSource": true,
1599
- "original": {
1600
- "value": "{color.dark-mode.semantic.error.400.value}",
1601
- "public": true,
1602
- "isReferenceToInternal": true
1603
- },
1604
- "name": "color-dark-mode-button-critical-border-hover",
1605
- "attributes": {
1606
- "category": "color",
1607
- "type": "dark-mode",
1608
- "item": "button",
1609
- "subitem": "critical",
1610
- "state": "border"
1611
- },
1612
- "path": [
1613
- "color",
1614
- "dark-mode",
1615
- "button",
1616
- "critical",
1617
- "border",
1618
- "hover"
1619
- ]
1527
+ "isReferenceToInternal": true
1620
1528
  },
1621
- "active": {
1622
- "value": "#9c2f2f",
1529
+ "name": "color-dark-mode-input-foreground-success",
1530
+ "attributes": {
1531
+ "category": "color",
1532
+ "type": "dark-mode",
1533
+ "item": "input",
1534
+ "subitem": "foreground",
1535
+ "state": "success"
1536
+ },
1537
+ "path": [
1538
+ "color",
1539
+ "dark-mode",
1540
+ "input",
1541
+ "foreground",
1542
+ "success"
1543
+ ]
1544
+ },
1545
+ "critical": {
1546
+ "value": "#e05757",
1547
+ "public": true,
1548
+ "isReferenceToInternal": true,
1549
+ "filePath": "tokens/color/alias/form.dark.json",
1550
+ "isSource": true,
1551
+ "original": {
1552
+ "value": "{color.dark-mode.semantic.error.300.value}",
1623
1553
  "public": true,
1624
- "isReferenceToInternal": true,
1625
- "filePath": "tokens/color/alias/interactive.dark.json",
1626
- "isSource": true,
1627
- "original": {
1628
- "value": "{color.dark-mode.semantic.error.500.value}",
1629
- "public": true,
1630
- "isReferenceToInternal": true
1631
- },
1632
- "name": "color-dark-mode-button-critical-border-active",
1633
- "attributes": {
1634
- "category": "color",
1635
- "type": "dark-mode",
1636
- "item": "button",
1637
- "subitem": "critical",
1638
- "state": "border"
1639
- },
1640
- "path": [
1641
- "color",
1642
- "dark-mode",
1643
- "button",
1644
- "critical",
1645
- "border",
1646
- "active"
1647
- ]
1648
- }
1554
+ "isReferenceToInternal": true
1555
+ },
1556
+ "name": "color-dark-mode-input-foreground-critical",
1557
+ "attributes": {
1558
+ "category": "color",
1559
+ "type": "dark-mode",
1560
+ "item": "input",
1561
+ "subitem": "foreground",
1562
+ "state": "critical"
1563
+ },
1564
+ "path": [
1565
+ "color",
1566
+ "dark-mode",
1567
+ "input",
1568
+ "foreground",
1569
+ "critical"
1570
+ ]
1571
+ }
1572
+ },
1573
+ "placeholder-text": {
1574
+ "value": "#a6a3b4",
1575
+ "public": true,
1576
+ "isReferenceToInternal": true,
1577
+ "filePath": "tokens/color/alias/form.dark.json",
1578
+ "isSource": true,
1579
+ "original": {
1580
+ "value": "{color.dark-mode.neutral.200.value}",
1581
+ "public": true,
1582
+ "isReferenceToInternal": true
1583
+ },
1584
+ "name": "color-dark-mode-input-placeholder-text",
1585
+ "attributes": {
1586
+ "category": "color",
1587
+ "type": "dark-mode",
1588
+ "item": "input",
1589
+ "subitem": "placeholder-text"
1590
+ },
1591
+ "path": [
1592
+ "color",
1593
+ "dark-mode",
1594
+ "input",
1595
+ "placeholder-text"
1596
+ ]
1597
+ },
1598
+ "checked": {
1599
+ "background": {
1600
+ "value": "#36a3ff",
1601
+ "public": true,
1602
+ "filePath": "tokens/color/alias/form.dark.json",
1603
+ "isSource": true,
1604
+ "original": {
1605
+ "value": "{color.dark-mode.interactive.focus.value}",
1606
+ "public": true
1607
+ },
1608
+ "name": "color-dark-mode-input-checked-background",
1609
+ "attributes": {
1610
+ "category": "color",
1611
+ "type": "dark-mode",
1612
+ "item": "input",
1613
+ "subitem": "checked",
1614
+ "state": "background"
1615
+ },
1616
+ "path": [
1617
+ "color",
1618
+ "dark-mode",
1619
+ "input",
1620
+ "checked",
1621
+ "background"
1622
+ ]
1649
1623
  },
1650
1624
  "foreground": {
1651
- "default": {
1652
- "value": "#ffffff",
1625
+ "value": "#ffffff",
1626
+ "public": true,
1627
+ "isReferenceToInternal": true,
1628
+ "filePath": "tokens/color/alias/form.dark.json",
1629
+ "isSource": true,
1630
+ "original": {
1631
+ "value": "{color.dark-mode.neutral.000.value}",
1653
1632
  "public": true,
1654
- "isReferenceToInternal": true,
1655
- "filePath": "tokens/color/alias/interactive.dark.json",
1656
- "isSource": true,
1657
- "original": {
1658
- "value": "{color.dark-mode.neutral.000.value}",
1659
- "public": true,
1660
- "isReferenceToInternal": true
1661
- },
1662
- "name": "color-dark-mode-button-critical-foreground-default",
1663
- "attributes": {
1664
- "category": "color",
1665
- "type": "dark-mode",
1666
- "item": "button",
1667
- "subitem": "critical",
1668
- "state": "foreground"
1669
- },
1670
- "path": [
1671
- "color",
1672
- "dark-mode",
1673
- "button",
1674
- "critical",
1675
- "foreground",
1676
- "default"
1677
- ]
1633
+ "isReferenceToInternal": true
1678
1634
  },
1679
- "hover": {
1680
- "value": "#ffffff",
1681
- "public": true,
1682
- "isReferenceToInternal": true,
1683
- "filePath": "tokens/color/alias/interactive.dark.json",
1684
- "isSource": true,
1685
- "original": {
1686
- "value": "{color.dark-mode.neutral.000.value}",
1687
- "public": true,
1688
- "isReferenceToInternal": true
1689
- },
1690
- "name": "color-dark-mode-button-critical-foreground-hover",
1691
- "attributes": {
1692
- "category": "color",
1693
- "type": "dark-mode",
1694
- "item": "button",
1695
- "subitem": "critical",
1696
- "state": "foreground"
1697
- },
1698
- "path": [
1699
- "color",
1700
- "dark-mode",
1701
- "button",
1702
- "critical",
1703
- "foreground",
1704
- "hover"
1705
- ]
1635
+ "name": "color-dark-mode-input-checked-foreground",
1636
+ "attributes": {
1637
+ "category": "color",
1638
+ "type": "dark-mode",
1639
+ "item": "input",
1640
+ "subitem": "checked",
1641
+ "state": "foreground"
1706
1642
  },
1707
- "active": {
1708
- "value": "#ffffff",
1709
- "public": true,
1710
- "isReferenceToInternal": true,
1711
- "filePath": "tokens/color/alias/interactive.dark.json",
1712
- "isSource": true,
1713
- "original": {
1714
- "value": "{color.dark-mode.neutral.000.value}",
1715
- "public": true,
1716
- "isReferenceToInternal": true
1717
- },
1718
- "name": "color-dark-mode-button-critical-foreground-active",
1719
- "attributes": {
1720
- "category": "color",
1721
- "type": "dark-mode",
1722
- "item": "button",
1723
- "subitem": "critical",
1724
- "state": "foreground"
1725
- },
1726
- "path": [
1727
- "color",
1728
- "dark-mode",
1729
- "button",
1730
- "critical",
1731
- "foreground",
1732
- "active"
1733
- ]
1734
- }
1643
+ "path": [
1644
+ "color",
1645
+ "dark-mode",
1646
+ "input",
1647
+ "checked",
1648
+ "foreground"
1649
+ ]
1735
1650
  }
1736
1651
  }
1737
1652
  },
@@ -1740,7 +1655,7 @@
1740
1655
  "value": "#36a3ff",
1741
1656
  "public": true,
1742
1657
  "isReferenceToInternal": true,
1743
- "filePath": "tokens/color/alias/interactive.dark.json",
1658
+ "filePath": "tokens/color/alias/link.dark.json",
1744
1659
  "isSource": true,
1745
1660
  "original": {
1746
1661
  "value": "{color.dark-mode.interactive.link.400.value}",
@@ -1765,7 +1680,7 @@
1765
1680
  "value": "#2776b9",
1766
1681
  "public": true,
1767
1682
  "isReferenceToInternal": true,
1768
- "filePath": "tokens/color/alias/interactive.dark.json",
1683
+ "filePath": "tokens/color/alias/link.dark.json",
1769
1684
  "isSource": true,
1770
1685
  "original": {
1771
1686
  "value": "{color.dark-mode.interactive.link.500.value}",
@@ -1790,7 +1705,7 @@
1790
1705
  "value": "#2776b9",
1791
1706
  "public": true,
1792
1707
  "isReferenceToInternal": true,
1793
- "filePath": "tokens/color/alias/interactive.dark.json",
1708
+ "filePath": "tokens/color/alias/link.dark.json",
1794
1709
  "isSource": true,
1795
1710
  "original": {
1796
1711
  "value": "{color.dark-mode.interactive.link.500.value}",
@@ -1815,7 +1730,7 @@
1815
1730
  "value": "#967fff",
1816
1731
  "public": true,
1817
1732
  "isReferenceToInternal": true,
1818
- "filePath": "tokens/color/alias/interactive.dark.json",
1733
+ "filePath": "tokens/color/alias/link.dark.json",
1819
1734
  "isSource": true,
1820
1735
  "original": {
1821
1736
  "value": "{color.dark-mode.interactive.visited.400.value}",