@pantheon-systems/pds-design-tokens 1.0.0-dev.1 → 1.0.0-dev.11

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,199 +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/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": {
@@ -201,7 +8,7 @@
201
8
  "value": "#6947ff",
202
9
  "public": true,
203
10
  "isReferenceToInternal": true,
204
- "filePath": "tokens/color/alias/interactive.dark.json",
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}",
@@ -229,7 +36,7 @@
229
36
  "value": "#7657ff",
230
37
  "public": true,
231
38
  "isReferenceToInternal": true,
232
- "filePath": "tokens/color/alias/interactive.dark.json",
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}",
@@ -257,7 +64,7 @@
257
64
  "value": "#4b32bb",
258
65
  "public": true,
259
66
  "isReferenceToInternal": true,
260
- "filePath": "tokens/color/alias/interactive.dark.json",
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}",
@@ -287,7 +94,7 @@
287
94
  "value": "#6947ff",
288
95
  "public": true,
289
96
  "isReferenceToInternal": true,
290
- "filePath": "tokens/color/alias/interactive.dark.json",
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}",
@@ -315,7 +122,7 @@
315
122
  "value": "#7657ff",
316
123
  "public": true,
317
124
  "isReferenceToInternal": true,
318
- "filePath": "tokens/color/alias/interactive.dark.json",
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}",
@@ -343,7 +150,7 @@
343
150
  "value": "#4b32bb",
344
151
  "public": true,
345
152
  "isReferenceToInternal": true,
346
- "filePath": "tokens/color/alias/interactive.dark.json",
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/interactive.dark.json",
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/interactive.dark.json",
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/interactive.dark.json",
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/interactive.dark.json",
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/interactive.dark.json",
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/interactive.dark.json",
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/interactive.dark.json",
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/interactive.dark.json",
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/interactive.dark.json",
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/interactive.dark.json",
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/interactive.dark.json",
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/interactive.dark.json",
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/interactive.dark.json",
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/interactive.dark.json",
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/interactive.dark.json",
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/interactive.dark.json",
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/interactive.dark.json",
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/interactive.dark.json",
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/interactive.dark.json",
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/interactive.dark.json",
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/interactive.dark.json",
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/interactive.dark.json",
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/interactive.dark.json",
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/interactive.dark.json",
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/interactive.dark.json",
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/interactive.dark.json",
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/interactive.dark.json",
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/interactive.dark.json",
957
+ "filePath": "tokens/color/alias/button.dark.json",
1151
958
  "isSource": true,
1152
959
  "original": {
1153
960
  "value": "{color.dark-mode.neutral.700.value}",
@@ -1179,7 +986,7 @@
1179
986
  "value": "#e05757",
1180
987
  "public": true,
1181
988
  "isReferenceToInternal": true,
1182
- "filePath": "tokens/color/alias/interactive.dark.json",
989
+ "filePath": "tokens/color/alias/button.dark.json",
1183
990
  "isSource": true,
1184
991
  "original": {
1185
992
  "value": "{color.dark-mode.semantic.error.300.value}",
@@ -1207,7 +1014,7 @@
1207
1014
  "value": "#be4242",
1208
1015
  "public": true,
1209
1016
  "isReferenceToInternal": true,
1210
- "filePath": "tokens/color/alias/interactive.dark.json",
1017
+ "filePath": "tokens/color/alias/button.dark.json",
1211
1018
  "isSource": true,
1212
1019
  "original": {
1213
1020
  "value": "{color.dark-mode.semantic.error.400.value}",
@@ -1235,7 +1042,7 @@
1235
1042
  "value": "#9c2f2f",
1236
1043
  "public": true,
1237
1044
  "isReferenceToInternal": true,
1238
- "filePath": "tokens/color/alias/interactive.dark.json",
1045
+ "filePath": "tokens/color/alias/button.dark.json",
1239
1046
  "isSource": true,
1240
1047
  "original": {
1241
1048
  "value": "{color.dark-mode.semantic.error.500.value}",
@@ -1265,7 +1072,7 @@
1265
1072
  "value": "#e05757",
1266
1073
  "public": true,
1267
1074
  "isReferenceToInternal": true,
1268
- "filePath": "tokens/color/alias/interactive.dark.json",
1075
+ "filePath": "tokens/color/alias/button.dark.json",
1269
1076
  "isSource": true,
1270
1077
  "original": {
1271
1078
  "value": "{color.dark-mode.semantic.error.300.value}",
@@ -1293,7 +1100,7 @@
1293
1100
  "value": "#be4242",
1294
1101
  "public": true,
1295
1102
  "isReferenceToInternal": true,
1296
- "filePath": "tokens/color/alias/interactive.dark.json",
1103
+ "filePath": "tokens/color/alias/button.dark.json",
1297
1104
  "isSource": true,
1298
1105
  "original": {
1299
1106
  "value": "{color.dark-mode.semantic.error.400.value}",
@@ -1321,7 +1128,7 @@
1321
1128
  "value": "#9c2f2f",
1322
1129
  "public": true,
1323
1130
  "isReferenceToInternal": true,
1324
- "filePath": "tokens/color/alias/interactive.dark.json",
1131
+ "filePath": "tokens/color/alias/button.dark.json",
1325
1132
  "isSource": true,
1326
1133
  "original": {
1327
1134
  "value": "{color.dark-mode.semantic.error.500.value}",
@@ -1351,7 +1158,7 @@
1351
1158
  "value": "#ffffff",
1352
1159
  "public": true,
1353
1160
  "isReferenceToInternal": true,
1354
- "filePath": "tokens/color/alias/interactive.dark.json",
1161
+ "filePath": "tokens/color/alias/button.dark.json",
1355
1162
  "isSource": true,
1356
1163
  "original": {
1357
1164
  "value": "{color.dark-mode.neutral.000.value}",
@@ -1379,7 +1186,7 @@
1379
1186
  "value": "#ffffff",
1380
1187
  "public": true,
1381
1188
  "isReferenceToInternal": true,
1382
- "filePath": "tokens/color/alias/interactive.dark.json",
1189
+ "filePath": "tokens/color/alias/button.dark.json",
1383
1190
  "isSource": true,
1384
1191
  "original": {
1385
1192
  "value": "{color.dark-mode.neutral.000.value}",
@@ -1407,7 +1214,7 @@
1407
1214
  "value": "#ffffff",
1408
1215
  "public": true,
1409
1216
  "isReferenceToInternal": true,
1410
- "filePath": "tokens/color/alias/interactive.dark.json",
1217
+ "filePath": "tokens/color/alias/button.dark.json",
1411
1218
  "isSource": true,
1412
1219
  "original": {
1413
1220
  "value": "{color.dark-mode.neutral.000.value}",
@@ -1434,100 +1241,536 @@
1434
1241
  }
1435
1242
  }
1436
1243
  },
1437
- "link": {
1244
+ "background": {
1438
1245
  "default": {
1439
- "value": "#36a3ff",
1246
+ "value": "#1d1d29",
1440
1247
  "public": true,
1441
1248
  "isReferenceToInternal": true,
1442
- "filePath": "tokens/color/alias/interactive.dark.json",
1249
+ "filePath": "tokens/color/alias/defaults.dark.json",
1443
1250
  "isSource": true,
1444
1251
  "original": {
1445
- "value": "{color.dark-mode.interactive.link.400.value}",
1252
+ "value": "{color.dark-mode.neutral.600.value}",
1446
1253
  "public": true,
1447
1254
  "isReferenceToInternal": true
1448
1255
  },
1449
- "name": "color-dark-mode-link-default",
1256
+ "name": "color-dark-mode-background-default",
1450
1257
  "attributes": {
1451
1258
  "category": "color",
1452
1259
  "type": "dark-mode",
1453
- "item": "link",
1260
+ "item": "background",
1454
1261
  "subitem": "default"
1455
1262
  },
1456
1263
  "path": [
1457
1264
  "color",
1458
1265
  "dark-mode",
1459
- "link",
1266
+ "background",
1460
1267
  "default"
1461
1268
  ]
1462
- },
1463
- "hover": {
1464
- "value": "#2776b9",
1269
+ }
1270
+ },
1271
+ "border": {
1272
+ "default": {
1273
+ "value": "#504e62",
1465
1274
  "public": true,
1466
1275
  "isReferenceToInternal": true,
1467
- "filePath": "tokens/color/alias/interactive.dark.json",
1276
+ "filePath": "tokens/color/alias/defaults.dark.json",
1468
1277
  "isSource": true,
1469
1278
  "original": {
1470
- "value": "{color.dark-mode.interactive.link.500.value}",
1279
+ "value": "{color.dark-mode.neutral.400.value}",
1471
1280
  "public": true,
1472
1281
  "isReferenceToInternal": true
1473
1282
  },
1474
- "name": "color-dark-mode-link-hover",
1283
+ "name": "color-dark-mode-border-default",
1475
1284
  "attributes": {
1476
1285
  "category": "color",
1477
1286
  "type": "dark-mode",
1478
- "item": "link",
1479
- "subitem": "hover"
1287
+ "item": "border",
1288
+ "subitem": "default"
1480
1289
  },
1481
1290
  "path": [
1482
1291
  "color",
1483
1292
  "dark-mode",
1484
- "link",
1485
- "hover"
1293
+ "border",
1294
+ "default"
1486
1295
  ]
1487
- },
1488
- "active": {
1489
- "value": "#2776b9",
1296
+ }
1297
+ },
1298
+ "foreground": {
1299
+ "default": {
1300
+ "value": "#ffffff",
1490
1301
  "public": true,
1491
1302
  "isReferenceToInternal": true,
1492
- "filePath": "tokens/color/alias/interactive.dark.json",
1303
+ "filePath": "tokens/color/alias/defaults.dark.json",
1493
1304
  "isSource": true,
1494
1305
  "original": {
1495
- "value": "{color.dark-mode.interactive.link.500.value}",
1306
+ "value": "{color.dark-mode.neutral.000.value}",
1496
1307
  "public": true,
1497
1308
  "isReferenceToInternal": true
1498
1309
  },
1499
- "name": "color-dark-mode-link-active",
1310
+ "name": "color-dark-mode-foreground-default",
1500
1311
  "attributes": {
1501
1312
  "category": "color",
1502
1313
  "type": "dark-mode",
1503
- "item": "link",
1504
- "subitem": "active"
1314
+ "item": "foreground",
1315
+ "subitem": "default"
1505
1316
  },
1506
1317
  "path": [
1507
1318
  "color",
1508
1319
  "dark-mode",
1509
- "link",
1510
- "active"
1320
+ "foreground",
1321
+ "default"
1511
1322
  ]
1512
- },
1513
- "visited": {
1514
- "value": "#967fff",
1515
- "public": true,
1516
- "isReferenceToInternal": true,
1517
- "filePath": "tokens/color/alias/interactive.dark.json",
1518
- "isSource": true,
1519
- "original": {
1520
- "value": "{color.dark-mode.interactive.visited.400.value}",
1323
+ }
1324
+ },
1325
+ "input": {
1326
+ "background": {
1327
+ "default": {
1328
+ "value": "#1d1d29",
1521
1329
  "public": true,
1522
- "isReferenceToInternal": true
1523
- },
1524
- "name": "color-dark-mode-link-visited",
1525
- "attributes": {
1526
- "category": "color",
1527
- "type": "dark-mode",
1528
- "item": "link",
1529
- "subitem": "visited"
1530
- },
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
+ "hover": {
1355
+ "value": "#282839",
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.500.value}",
1362
+ "public": true,
1363
+ "isReferenceToInternal": true
1364
+ },
1365
+ "name": "color-dark-mode-input-background-hover",
1366
+ "attributes": {
1367
+ "category": "color",
1368
+ "type": "dark-mode",
1369
+ "item": "input",
1370
+ "subitem": "background",
1371
+ "state": "hover"
1372
+ },
1373
+ "path": [
1374
+ "color",
1375
+ "dark-mode",
1376
+ "input",
1377
+ "background",
1378
+ "hover"
1379
+ ]
1380
+ },
1381
+ "critical": {
1382
+ "value": "#1d1d29",
1383
+ "public": true,
1384
+ "isReferenceToInternal": true,
1385
+ "filePath": "tokens/color/alias/form.dark.json",
1386
+ "isSource": true,
1387
+ "original": {
1388
+ "value": "{color.dark-mode.neutral.600.value}",
1389
+ "public": true,
1390
+ "isReferenceToInternal": true
1391
+ },
1392
+ "name": "color-dark-mode-input-background-critical",
1393
+ "attributes": {
1394
+ "category": "color",
1395
+ "type": "dark-mode",
1396
+ "item": "input",
1397
+ "subitem": "background",
1398
+ "state": "critical"
1399
+ },
1400
+ "path": [
1401
+ "color",
1402
+ "dark-mode",
1403
+ "input",
1404
+ "background",
1405
+ "critical"
1406
+ ]
1407
+ }
1408
+ },
1409
+ "border": {
1410
+ "default": {
1411
+ "value": "#a6a3b4",
1412
+ "public": true,
1413
+ "isReferenceToInternal": true,
1414
+ "filePath": "tokens/color/alias/form.dark.json",
1415
+ "isSource": true,
1416
+ "original": {
1417
+ "value": "{color.dark-mode.neutral.200.value}",
1418
+ "public": true,
1419
+ "isReferenceToInternal": true
1420
+ },
1421
+ "name": "color-dark-mode-input-border-default",
1422
+ "attributes": {
1423
+ "category": "color",
1424
+ "type": "dark-mode",
1425
+ "item": "input",
1426
+ "subitem": "border",
1427
+ "state": "default"
1428
+ },
1429
+ "path": [
1430
+ "color",
1431
+ "dark-mode",
1432
+ "input",
1433
+ "border",
1434
+ "default"
1435
+ ]
1436
+ },
1437
+ "hover": {
1438
+ "value": "#36a3ff",
1439
+ "public": true,
1440
+ "filePath": "tokens/color/alias/form.dark.json",
1441
+ "isSource": true,
1442
+ "original": {
1443
+ "value": "{color.dark-mode.interactive.focus.value}",
1444
+ "public": true
1445
+ },
1446
+ "name": "color-dark-mode-input-border-hover",
1447
+ "attributes": {
1448
+ "category": "color",
1449
+ "type": "dark-mode",
1450
+ "item": "input",
1451
+ "subitem": "border",
1452
+ "state": "hover"
1453
+ },
1454
+ "path": [
1455
+ "color",
1456
+ "dark-mode",
1457
+ "input",
1458
+ "border",
1459
+ "hover"
1460
+ ]
1461
+ },
1462
+ "success": {
1463
+ "value": "#22a06b",
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.success.300.value}",
1470
+ "public": true,
1471
+ "isReferenceToInternal": true
1472
+ },
1473
+ "name": "color-dark-mode-input-border-success",
1474
+ "attributes": {
1475
+ "category": "color",
1476
+ "type": "dark-mode",
1477
+ "item": "input",
1478
+ "subitem": "border",
1479
+ "state": "success"
1480
+ },
1481
+ "path": [
1482
+ "color",
1483
+ "dark-mode",
1484
+ "input",
1485
+ "border",
1486
+ "success"
1487
+ ]
1488
+ },
1489
+ "critical": {
1490
+ "value": "#e05757",
1491
+ "public": true,
1492
+ "isReferenceToInternal": true,
1493
+ "filePath": "tokens/color/alias/form.dark.json",
1494
+ "isSource": true,
1495
+ "original": {
1496
+ "value": "{color.dark-mode.semantic.error.300.value}",
1497
+ "public": true,
1498
+ "isReferenceToInternal": true
1499
+ },
1500
+ "name": "color-dark-mode-input-border-critical",
1501
+ "attributes": {
1502
+ "category": "color",
1503
+ "type": "dark-mode",
1504
+ "item": "input",
1505
+ "subitem": "border",
1506
+ "state": "critical"
1507
+ },
1508
+ "path": [
1509
+ "color",
1510
+ "dark-mode",
1511
+ "input",
1512
+ "border",
1513
+ "critical"
1514
+ ]
1515
+ }
1516
+ },
1517
+ "foreground": {
1518
+ "default": {
1519
+ "value": "#ffffff",
1520
+ "public": true,
1521
+ "isReferenceToInternal": true,
1522
+ "filePath": "tokens/color/alias/form.dark.json",
1523
+ "isSource": true,
1524
+ "original": {
1525
+ "value": "{color.dark-mode.neutral.000.value}",
1526
+ "public": true,
1527
+ "isReferenceToInternal": true
1528
+ },
1529
+ "name": "color-dark-mode-input-foreground-default",
1530
+ "attributes": {
1531
+ "category": "color",
1532
+ "type": "dark-mode",
1533
+ "item": "input",
1534
+ "subitem": "foreground",
1535
+ "state": "default"
1536
+ },
1537
+ "path": [
1538
+ "color",
1539
+ "dark-mode",
1540
+ "input",
1541
+ "foreground",
1542
+ "default"
1543
+ ]
1544
+ },
1545
+ "success": {
1546
+ "value": "#22a06b",
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.success.300.value}",
1553
+ "public": true,
1554
+ "isReferenceToInternal": true
1555
+ },
1556
+ "name": "color-dark-mode-input-foreground-success",
1557
+ "attributes": {
1558
+ "category": "color",
1559
+ "type": "dark-mode",
1560
+ "item": "input",
1561
+ "subitem": "foreground",
1562
+ "state": "success"
1563
+ },
1564
+ "path": [
1565
+ "color",
1566
+ "dark-mode",
1567
+ "input",
1568
+ "foreground",
1569
+ "success"
1570
+ ]
1571
+ },
1572
+ "critical": {
1573
+ "value": "#e05757",
1574
+ "public": true,
1575
+ "isReferenceToInternal": true,
1576
+ "filePath": "tokens/color/alias/form.dark.json",
1577
+ "isSource": true,
1578
+ "original": {
1579
+ "value": "{color.dark-mode.semantic.error.300.value}",
1580
+ "public": true,
1581
+ "isReferenceToInternal": true
1582
+ },
1583
+ "name": "color-dark-mode-input-foreground-critical",
1584
+ "attributes": {
1585
+ "category": "color",
1586
+ "type": "dark-mode",
1587
+ "item": "input",
1588
+ "subitem": "foreground",
1589
+ "state": "critical"
1590
+ },
1591
+ "path": [
1592
+ "color",
1593
+ "dark-mode",
1594
+ "input",
1595
+ "foreground",
1596
+ "critical"
1597
+ ]
1598
+ }
1599
+ },
1600
+ "placeholder-text": {
1601
+ "value": "#a6a3b4",
1602
+ "public": true,
1603
+ "isReferenceToInternal": true,
1604
+ "filePath": "tokens/color/alias/form.dark.json",
1605
+ "isSource": true,
1606
+ "original": {
1607
+ "value": "{color.dark-mode.neutral.200.value}",
1608
+ "public": true,
1609
+ "isReferenceToInternal": true
1610
+ },
1611
+ "name": "color-dark-mode-input-placeholder-text",
1612
+ "attributes": {
1613
+ "category": "color",
1614
+ "type": "dark-mode",
1615
+ "item": "input",
1616
+ "subitem": "placeholder-text"
1617
+ },
1618
+ "path": [
1619
+ "color",
1620
+ "dark-mode",
1621
+ "input",
1622
+ "placeholder-text"
1623
+ ]
1624
+ },
1625
+ "checked": {
1626
+ "background": {
1627
+ "value": "#36a3ff",
1628
+ "public": true,
1629
+ "filePath": "tokens/color/alias/form.dark.json",
1630
+ "isSource": true,
1631
+ "original": {
1632
+ "value": "{color.dark-mode.interactive.focus.value}",
1633
+ "public": true
1634
+ },
1635
+ "name": "color-dark-mode-input-checked-background",
1636
+ "attributes": {
1637
+ "category": "color",
1638
+ "type": "dark-mode",
1639
+ "item": "input",
1640
+ "subitem": "checked",
1641
+ "state": "background"
1642
+ },
1643
+ "path": [
1644
+ "color",
1645
+ "dark-mode",
1646
+ "input",
1647
+ "checked",
1648
+ "background"
1649
+ ]
1650
+ },
1651
+ "foreground": {
1652
+ "value": "#ffffff",
1653
+ "public": true,
1654
+ "isReferenceToInternal": true,
1655
+ "filePath": "tokens/color/alias/form.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-input-checked-foreground",
1663
+ "attributes": {
1664
+ "category": "color",
1665
+ "type": "dark-mode",
1666
+ "item": "input",
1667
+ "subitem": "checked",
1668
+ "state": "foreground"
1669
+ },
1670
+ "path": [
1671
+ "color",
1672
+ "dark-mode",
1673
+ "input",
1674
+ "checked",
1675
+ "foreground"
1676
+ ]
1677
+ }
1678
+ }
1679
+ },
1680
+ "link": {
1681
+ "default": {
1682
+ "value": "#36a3ff",
1683
+ "public": true,
1684
+ "isReferenceToInternal": true,
1685
+ "filePath": "tokens/color/alias/link.dark.json",
1686
+ "isSource": true,
1687
+ "original": {
1688
+ "value": "{color.dark-mode.interactive.link.400.value}",
1689
+ "public": true,
1690
+ "isReferenceToInternal": true
1691
+ },
1692
+ "name": "color-dark-mode-link-default",
1693
+ "attributes": {
1694
+ "category": "color",
1695
+ "type": "dark-mode",
1696
+ "item": "link",
1697
+ "subitem": "default"
1698
+ },
1699
+ "path": [
1700
+ "color",
1701
+ "dark-mode",
1702
+ "link",
1703
+ "default"
1704
+ ]
1705
+ },
1706
+ "hover": {
1707
+ "value": "#2776b9",
1708
+ "public": true,
1709
+ "isReferenceToInternal": true,
1710
+ "filePath": "tokens/color/alias/link.dark.json",
1711
+ "isSource": true,
1712
+ "original": {
1713
+ "value": "{color.dark-mode.interactive.link.500.value}",
1714
+ "public": true,
1715
+ "isReferenceToInternal": true
1716
+ },
1717
+ "name": "color-dark-mode-link-hover",
1718
+ "attributes": {
1719
+ "category": "color",
1720
+ "type": "dark-mode",
1721
+ "item": "link",
1722
+ "subitem": "hover"
1723
+ },
1724
+ "path": [
1725
+ "color",
1726
+ "dark-mode",
1727
+ "link",
1728
+ "hover"
1729
+ ]
1730
+ },
1731
+ "active": {
1732
+ "value": "#2776b9",
1733
+ "public": true,
1734
+ "isReferenceToInternal": true,
1735
+ "filePath": "tokens/color/alias/link.dark.json",
1736
+ "isSource": true,
1737
+ "original": {
1738
+ "value": "{color.dark-mode.interactive.link.500.value}",
1739
+ "public": true,
1740
+ "isReferenceToInternal": true
1741
+ },
1742
+ "name": "color-dark-mode-link-active",
1743
+ "attributes": {
1744
+ "category": "color",
1745
+ "type": "dark-mode",
1746
+ "item": "link",
1747
+ "subitem": "active"
1748
+ },
1749
+ "path": [
1750
+ "color",
1751
+ "dark-mode",
1752
+ "link",
1753
+ "active"
1754
+ ]
1755
+ },
1756
+ "visited": {
1757
+ "value": "#967fff",
1758
+ "public": true,
1759
+ "isReferenceToInternal": true,
1760
+ "filePath": "tokens/color/alias/link.dark.json",
1761
+ "isSource": true,
1762
+ "original": {
1763
+ "value": "{color.dark-mode.interactive.visited.400.value}",
1764
+ "public": true,
1765
+ "isReferenceToInternal": true
1766
+ },
1767
+ "name": "color-dark-mode-link-visited",
1768
+ "attributes": {
1769
+ "category": "color",
1770
+ "type": "dark-mode",
1771
+ "item": "link",
1772
+ "subitem": "visited"
1773
+ },
1531
1774
  "path": [
1532
1775
  "color",
1533
1776
  "dark-mode",
@@ -1536,6 +1779,202 @@
1536
1779
  ]
1537
1780
  }
1538
1781
  },
1782
+ "menu": {
1783
+ "background": {
1784
+ "value": "#282839",
1785
+ "public": true,
1786
+ "isReferenceToInternal": true,
1787
+ "filePath": "tokens/color/alias/menu.dark.json",
1788
+ "isSource": true,
1789
+ "original": {
1790
+ "value": "{color.dark-mode.neutral.500}",
1791
+ "public": true,
1792
+ "isReferenceToInternal": true
1793
+ },
1794
+ "name": "color-dark-mode-menu-background",
1795
+ "attributes": {
1796
+ "category": "color",
1797
+ "type": "dark-mode",
1798
+ "item": "menu",
1799
+ "subitem": "background"
1800
+ },
1801
+ "path": [
1802
+ "color",
1803
+ "dark-mode",
1804
+ "menu",
1805
+ "background"
1806
+ ]
1807
+ },
1808
+ "item": {
1809
+ "background": {
1810
+ "default": {
1811
+ "value": "#282839",
1812
+ "public": true,
1813
+ "isReferenceToInternal": true,
1814
+ "filePath": "tokens/color/alias/menu.dark.json",
1815
+ "isSource": true,
1816
+ "original": {
1817
+ "value": "{color.dark-mode.neutral.500}",
1818
+ "public": true,
1819
+ "isReferenceToInternal": true
1820
+ },
1821
+ "name": "color-dark-mode-menu-item-background-default",
1822
+ "attributes": {
1823
+ "category": "color",
1824
+ "type": "dark-mode",
1825
+ "item": "menu",
1826
+ "subitem": "item",
1827
+ "state": "background"
1828
+ },
1829
+ "path": [
1830
+ "color",
1831
+ "dark-mode",
1832
+ "menu",
1833
+ "item",
1834
+ "background",
1835
+ "default"
1836
+ ]
1837
+ },
1838
+ "hover": {
1839
+ "value": "#504e62",
1840
+ "public": true,
1841
+ "isReferenceToInternal": true,
1842
+ "filePath": "tokens/color/alias/menu.dark.json",
1843
+ "isSource": true,
1844
+ "original": {
1845
+ "value": "{color.dark-mode.neutral.400}",
1846
+ "public": true,
1847
+ "isReferenceToInternal": true
1848
+ },
1849
+ "name": "color-dark-mode-menu-item-background-hover",
1850
+ "attributes": {
1851
+ "category": "color",
1852
+ "type": "dark-mode",
1853
+ "item": "menu",
1854
+ "subitem": "item",
1855
+ "state": "background"
1856
+ },
1857
+ "path": [
1858
+ "color",
1859
+ "dark-mode",
1860
+ "menu",
1861
+ "item",
1862
+ "background",
1863
+ "hover"
1864
+ ]
1865
+ },
1866
+ "active": {
1867
+ "value": "#858299",
1868
+ "public": true,
1869
+ "isReferenceToInternal": true,
1870
+ "filePath": "tokens/color/alias/menu.dark.json",
1871
+ "isSource": true,
1872
+ "original": {
1873
+ "value": "{color.dark-mode.neutral.300}",
1874
+ "public": true,
1875
+ "isReferenceToInternal": true
1876
+ },
1877
+ "name": "color-dark-mode-menu-item-background-active",
1878
+ "attributes": {
1879
+ "category": "color",
1880
+ "type": "dark-mode",
1881
+ "item": "menu",
1882
+ "subitem": "item",
1883
+ "state": "background"
1884
+ },
1885
+ "path": [
1886
+ "color",
1887
+ "dark-mode",
1888
+ "menu",
1889
+ "item",
1890
+ "background",
1891
+ "active"
1892
+ ]
1893
+ }
1894
+ },
1895
+ "foreground": {
1896
+ "value": "#ffffff",
1897
+ "public": true,
1898
+ "isReferenceToInternal": true,
1899
+ "filePath": "tokens/color/alias/menu.dark.json",
1900
+ "isSource": true,
1901
+ "original": {
1902
+ "value": "{color.dark-mode.foreground.default}",
1903
+ "public": true,
1904
+ "isReferenceToInternal": true
1905
+ },
1906
+ "name": "color-dark-mode-menu-item-foreground",
1907
+ "attributes": {
1908
+ "category": "color",
1909
+ "type": "dark-mode",
1910
+ "item": "menu",
1911
+ "subitem": "item",
1912
+ "state": "foreground"
1913
+ },
1914
+ "path": [
1915
+ "color",
1916
+ "dark-mode",
1917
+ "menu",
1918
+ "item",
1919
+ "foreground"
1920
+ ]
1921
+ },
1922
+ "heading-text": {
1923
+ "value": "#a6a3b4",
1924
+ "public": true,
1925
+ "isReferenceToInternal": true,
1926
+ "filePath": "tokens/color/alias/menu.dark.json",
1927
+ "isSource": true,
1928
+ "original": {
1929
+ "value": "{color.dark-mode.neutral.200.value}",
1930
+ "public": true,
1931
+ "isReferenceToInternal": true
1932
+ },
1933
+ "name": "color-dark-mode-menu-item-heading-text",
1934
+ "attributes": {
1935
+ "category": "color",
1936
+ "type": "dark-mode",
1937
+ "item": "menu",
1938
+ "subitem": "item",
1939
+ "state": "heading-text"
1940
+ },
1941
+ "path": [
1942
+ "color",
1943
+ "dark-mode",
1944
+ "menu",
1945
+ "item",
1946
+ "heading-text"
1947
+ ]
1948
+ },
1949
+ "description-text": {
1950
+ "value": "#a6a3b4",
1951
+ "public": true,
1952
+ "isReferenceToInternal": true,
1953
+ "filePath": "tokens/color/alias/menu.dark.json",
1954
+ "isSource": true,
1955
+ "original": {
1956
+ "value": "{color.dark-mode.neutral.200.value}",
1957
+ "public": true,
1958
+ "isReferenceToInternal": true
1959
+ },
1960
+ "name": "color-dark-mode-menu-item-description-text",
1961
+ "attributes": {
1962
+ "category": "color",
1963
+ "type": "dark-mode",
1964
+ "item": "menu",
1965
+ "subitem": "item",
1966
+ "state": "description-text"
1967
+ },
1968
+ "path": [
1969
+ "color",
1970
+ "dark-mode",
1971
+ "menu",
1972
+ "item",
1973
+ "description-text"
1974
+ ]
1975
+ }
1976
+ }
1977
+ },
1539
1978
  "panel": {
1540
1979
  "default": {
1541
1980
  "background": {
@@ -1829,13 +2268,13 @@
1829
2268
  ]
1830
2269
  },
1831
2270
  "lead": {
1832
- "value": "#858299",
2271
+ "value": "#a6a3b4",
1833
2272
  "public": true,
1834
2273
  "isReferenceToInternal": true,
1835
2274
  "filePath": "tokens/color/alias/typography.dark.json",
1836
2275
  "isSource": true,
1837
2276
  "original": {
1838
- "value": "{color.dark-mode.neutral.300.value}",
2277
+ "value": "{color.dark-mode.neutral.200.value}",
1839
2278
  "public": true,
1840
2279
  "isReferenceToInternal": true
1841
2280
  },
@@ -1854,13 +2293,13 @@
1854
2293
  ]
1855
2294
  },
1856
2295
  "overline": {
1857
- "value": "#858299",
2296
+ "value": "#a6a3b4",
1858
2297
  "public": true,
1859
2298
  "isReferenceToInternal": true,
1860
2299
  "filePath": "tokens/color/alias/typography.dark.json",
1861
2300
  "isSource": true,
1862
2301
  "original": {
1863
- "value": "{color.dark-mode.neutral.300.value}",
2302
+ "value": "{color.dark-mode.neutral.200.value}",
1864
2303
  "public": true,
1865
2304
  "isReferenceToInternal": true
1866
2305
  },
@@ -1879,13 +2318,13 @@
1879
2318
  ]
1880
2319
  },
1881
2320
  "quote": {
1882
- "value": "#858299",
2321
+ "value": "#a6a3b4",
1883
2322
  "public": true,
1884
2323
  "isReferenceToInternal": true,
1885
2324
  "filePath": "tokens/color/alias/typography.dark.json",
1886
2325
  "isSource": true,
1887
2326
  "original": {
1888
- "value": "{color.dark-mode.neutral.300.value}",
2327
+ "value": "{color.dark-mode.neutral.200.value}",
1889
2328
  "public": true,
1890
2329
  "isReferenceToInternal": true
1891
2330
  },