@pantheon-systems/pds-design-tokens 1.0.0-dev.2 → 1.0.0-dev.21

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}",
@@ -1173,88 +980,86 @@
1173
980
  }
1174
981
  }
1175
982
  },
1176
- "critical": {
983
+ "brand-secondary": {
1177
984
  "background": {
1178
985
  "default": {
1179
- "value": "#e05757",
986
+ "value": "rgba(0, 0, 0, 0)",
1180
987
  "public": true,
1181
- "isReferenceToInternal": true,
1182
- "filePath": "tokens/color/alias/interactive.dark.json",
988
+ "filePath": "tokens/color/alias/button.dark.json",
1183
989
  "isSource": true,
1184
990
  "original": {
1185
- "value": "{color.dark-mode.semantic.error.300.value}",
1186
- "public": true,
1187
- "isReferenceToInternal": true
991
+ "value": "transparent",
992
+ "public": true
1188
993
  },
1189
- "name": "color-dark-mode-button-critical-background-default",
994
+ "name": "color-dark-mode-button-brand-secondary-background-default",
1190
995
  "attributes": {
1191
996
  "category": "color",
1192
997
  "type": "dark-mode",
1193
998
  "item": "button",
1194
- "subitem": "critical",
999
+ "subitem": "brand-secondary",
1195
1000
  "state": "background"
1196
1001
  },
1197
1002
  "path": [
1198
1003
  "color",
1199
1004
  "dark-mode",
1200
1005
  "button",
1201
- "critical",
1006
+ "brand-secondary",
1202
1007
  "background",
1203
1008
  "default"
1204
1009
  ]
1205
1010
  },
1206
1011
  "hover": {
1207
- "value": "#be4242",
1012
+ "value": "#504e62",
1208
1013
  "public": true,
1209
1014
  "isReferenceToInternal": true,
1210
- "filePath": "tokens/color/alias/interactive.dark.json",
1015
+ "filePath": "tokens/color/alias/button.dark.json",
1211
1016
  "isSource": true,
1212
1017
  "original": {
1213
- "value": "{color.dark-mode.semantic.error.400.value}",
1018
+ "value": "{color.dark-mode.neutral.400.value}",
1214
1019
  "public": true,
1215
1020
  "isReferenceToInternal": true
1216
1021
  },
1217
- "name": "color-dark-mode-button-critical-background-hover",
1022
+ "name": "color-dark-mode-button-brand-secondary-background-hover",
1218
1023
  "attributes": {
1219
1024
  "category": "color",
1220
1025
  "type": "dark-mode",
1221
1026
  "item": "button",
1222
- "subitem": "critical",
1027
+ "subitem": "brand-secondary",
1223
1028
  "state": "background"
1224
1029
  },
1225
1030
  "path": [
1226
1031
  "color",
1227
1032
  "dark-mode",
1228
1033
  "button",
1229
- "critical",
1034
+ "brand-secondary",
1230
1035
  "background",
1231
1036
  "hover"
1232
1037
  ]
1233
1038
  },
1234
1039
  "active": {
1235
- "value": "#9c2f2f",
1040
+ "value": "#282839",
1236
1041
  "public": true,
1237
1042
  "isReferenceToInternal": true,
1238
- "filePath": "tokens/color/alias/interactive.dark.json",
1043
+ "filePath": "tokens/color/alias/button.dark.json",
1239
1044
  "isSource": true,
1240
1045
  "original": {
1241
- "value": "{color.dark-mode.semantic.error.500.value}",
1046
+ "value": "{color.dark-mode.neutral.500.value}",
1242
1047
  "public": true,
1243
1048
  "isReferenceToInternal": true
1244
1049
  },
1245
- "name": "color-dark-mode-button-critical-background-active",
1050
+ "name": "color-dark-mode-button-brand-secondary-background-active",
1246
1051
  "attributes": {
1247
1052
  "category": "color",
1248
1053
  "type": "dark-mode",
1249
1054
  "item": "button",
1250
- "subitem": "critical",
1055
+ "subitem": "brand-secondary",
1251
1056
  "state": "background"
1252
1057
  },
1253
1058
  "path": [
1254
1059
  "color",
1255
1060
  "dark-mode",
1256
1061
  "button",
1257
- "critical",
1062
+ "brand-secondary",
1258
1063
  "background",
1259
1064
  "active"
1260
1065
  ]
@@ -1262,85 +1067,85 @@
1262
1067
  },
1263
1068
  "border": {
1264
1069
  "default": {
1265
- "value": "#e05757",
1070
+ "value": "#a6a3b4",
1266
1071
  "public": true,
1267
1072
  "isReferenceToInternal": true,
1268
- "filePath": "tokens/color/alias/interactive.dark.json",
1073
+ "filePath": "tokens/color/alias/button.dark.json",
1269
1074
  "isSource": true,
1270
1075
  "original": {
1271
- "value": "{color.dark-mode.semantic.error.300.value}",
1076
+ "value": "{color.dark-mode.neutral.200.value}",
1272
1077
  "public": true,
1273
1078
  "isReferenceToInternal": true
1274
1079
  },
1275
- "name": "color-dark-mode-button-critical-border-default",
1080
+ "name": "color-dark-mode-button-brand-secondary-border-default",
1276
1081
  "attributes": {
1277
1082
  "category": "color",
1278
1083
  "type": "dark-mode",
1279
1084
  "item": "button",
1280
- "subitem": "critical",
1085
+ "subitem": "brand-secondary",
1281
1086
  "state": "border"
1282
1087
  },
1283
1088
  "path": [
1284
1089
  "color",
1285
1090
  "dark-mode",
1286
1091
  "button",
1287
- "critical",
1092
+ "brand-secondary",
1288
1093
  "border",
1289
1094
  "default"
1290
1095
  ]
1291
1096
  },
1292
1097
  "hover": {
1293
- "value": "#be4242",
1098
+ "value": "#ffffff",
1294
1099
  "public": true,
1295
1100
  "isReferenceToInternal": true,
1296
- "filePath": "tokens/color/alias/interactive.dark.json",
1101
+ "filePath": "tokens/color/alias/button.dark.json",
1297
1102
  "isSource": true,
1298
1103
  "original": {
1299
- "value": "{color.dark-mode.semantic.error.400.value}",
1104
+ "value": "{color.dark-mode.neutral.000.value}",
1300
1105
  "public": true,
1301
1106
  "isReferenceToInternal": true
1302
1107
  },
1303
- "name": "color-dark-mode-button-critical-border-hover",
1108
+ "name": "color-dark-mode-button-brand-secondary-border-hover",
1304
1109
  "attributes": {
1305
1110
  "category": "color",
1306
1111
  "type": "dark-mode",
1307
1112
  "item": "button",
1308
- "subitem": "critical",
1113
+ "subitem": "brand-secondary",
1309
1114
  "state": "border"
1310
1115
  },
1311
1116
  "path": [
1312
1117
  "color",
1313
1118
  "dark-mode",
1314
1119
  "button",
1315
- "critical",
1120
+ "brand-secondary",
1316
1121
  "border",
1317
1122
  "hover"
1318
1123
  ]
1319
1124
  },
1320
1125
  "active": {
1321
- "value": "#9c2f2f",
1126
+ "value": "#504e62",
1322
1127
  "public": true,
1323
1128
  "isReferenceToInternal": true,
1324
- "filePath": "tokens/color/alias/interactive.dark.json",
1129
+ "filePath": "tokens/color/alias/button.dark.json",
1325
1130
  "isSource": true,
1326
1131
  "original": {
1327
- "value": "{color.dark-mode.semantic.error.500.value}",
1132
+ "value": "{color.dark-mode.neutral.400.value}",
1328
1133
  "public": true,
1329
1134
  "isReferenceToInternal": true
1330
1135
  },
1331
- "name": "color-dark-mode-button-critical-border-active",
1136
+ "name": "color-dark-mode-button-brand-secondary-border-active",
1332
1137
  "attributes": {
1333
1138
  "category": "color",
1334
1139
  "type": "dark-mode",
1335
1140
  "item": "button",
1336
- "subitem": "critical",
1141
+ "subitem": "brand-secondary",
1337
1142
  "state": "border"
1338
1143
  },
1339
1144
  "path": [
1340
1145
  "color",
1341
1146
  "dark-mode",
1342
1147
  "button",
1343
- "critical",
1148
+ "brand-secondary",
1344
1149
  "border",
1345
1150
  "active"
1346
1151
  ]
@@ -1348,29 +1153,29 @@
1348
1153
  },
1349
1154
  "foreground": {
1350
1155
  "default": {
1351
- "value": "#ffffff",
1156
+ "value": "#e7e7eb",
1352
1157
  "public": true,
1353
1158
  "isReferenceToInternal": true,
1354
- "filePath": "tokens/color/alias/interactive.dark.json",
1159
+ "filePath": "tokens/color/alias/button.dark.json",
1355
1160
  "isSource": true,
1356
1161
  "original": {
1357
- "value": "{color.dark-mode.neutral.000.value}",
1162
+ "value": "{color.dark-mode.neutral.050.value}",
1358
1163
  "public": true,
1359
1164
  "isReferenceToInternal": true
1360
1165
  },
1361
- "name": "color-dark-mode-button-critical-foreground-default",
1166
+ "name": "color-dark-mode-button-brand-secondary-foreground-default",
1362
1167
  "attributes": {
1363
1168
  "category": "color",
1364
1169
  "type": "dark-mode",
1365
1170
  "item": "button",
1366
- "subitem": "critical",
1171
+ "subitem": "brand-secondary",
1367
1172
  "state": "foreground"
1368
1173
  },
1369
1174
  "path": [
1370
1175
  "color",
1371
1176
  "dark-mode",
1372
1177
  "button",
1373
- "critical",
1178
+ "brand-secondary",
1374
1179
  "foreground",
1375
1180
  "default"
1376
1181
  ]
@@ -1379,75 +1184,805 @@
1379
1184
  "value": "#ffffff",
1380
1185
  "public": true,
1381
1186
  "isReferenceToInternal": true,
1382
- "filePath": "tokens/color/alias/interactive.dark.json",
1187
+ "filePath": "tokens/color/alias/button.dark.json",
1383
1188
  "isSource": true,
1384
1189
  "original": {
1385
1190
  "value": "{color.dark-mode.neutral.000.value}",
1386
1191
  "public": true,
1387
1192
  "isReferenceToInternal": true
1388
1193
  },
1389
- "name": "color-dark-mode-button-critical-foreground-hover",
1194
+ "name": "color-dark-mode-button-brand-secondary-foreground-hover",
1390
1195
  "attributes": {
1391
1196
  "category": "color",
1392
1197
  "type": "dark-mode",
1393
1198
  "item": "button",
1394
- "subitem": "critical",
1199
+ "subitem": "brand-secondary",
1395
1200
  "state": "foreground"
1396
1201
  },
1397
1202
  "path": [
1398
1203
  "color",
1399
1204
  "dark-mode",
1400
1205
  "button",
1401
- "critical",
1206
+ "brand-secondary",
1402
1207
  "foreground",
1403
1208
  "hover"
1404
1209
  ]
1405
1210
  },
1406
1211
  "active": {
1407
- "value": "#ffffff",
1212
+ "value": "#e7e7eb",
1408
1213
  "public": true,
1409
1214
  "isReferenceToInternal": true,
1410
- "filePath": "tokens/color/alias/interactive.dark.json",
1215
+ "filePath": "tokens/color/alias/button.dark.json",
1411
1216
  "isSource": true,
1412
1217
  "original": {
1413
- "value": "{color.dark-mode.neutral.000.value}",
1218
+ "value": "{color.dark-mode.neutral.050.value}",
1414
1219
  "public": true,
1415
1220
  "isReferenceToInternal": true
1416
1221
  },
1417
- "name": "color-dark-mode-button-critical-foreground-active",
1222
+ "name": "color-dark-mode-button-brand-secondary-foreground-active",
1418
1223
  "attributes": {
1419
1224
  "category": "color",
1420
1225
  "type": "dark-mode",
1421
1226
  "item": "button",
1422
- "subitem": "critical",
1227
+ "subitem": "brand-secondary",
1423
1228
  "state": "foreground"
1424
1229
  },
1425
1230
  "path": [
1426
1231
  "color",
1427
1232
  "dark-mode",
1428
1233
  "button",
1429
- "critical",
1234
+ "brand-secondary",
1430
1235
  "foreground",
1431
1236
  "active"
1432
1237
  ]
1433
1238
  }
1434
1239
  }
1435
- }
1436
- },
1437
- "link": {
1438
- "default": {
1439
- "value": "#36a3ff",
1440
- "public": true,
1441
- "isReferenceToInternal": true,
1442
- "filePath": "tokens/color/alias/interactive.dark.json",
1443
- "isSource": true,
1444
- "original": {
1445
- "value": "{color.dark-mode.interactive.link.400.value}",
1446
- "public": true,
1447
- "isReferenceToInternal": true
1448
- },
1449
- "name": "color-dark-mode-link-default",
1450
- "attributes": {
1240
+ },
1241
+ "critical": {
1242
+ "background": {
1243
+ "default": {
1244
+ "value": "#e05757",
1245
+ "public": true,
1246
+ "isReferenceToInternal": true,
1247
+ "filePath": "tokens/color/alias/button.dark.json",
1248
+ "isSource": true,
1249
+ "original": {
1250
+ "value": "{color.dark-mode.semantic.error.300.value}",
1251
+ "public": true,
1252
+ "isReferenceToInternal": true
1253
+ },
1254
+ "name": "color-dark-mode-button-critical-background-default",
1255
+ "attributes": {
1256
+ "category": "color",
1257
+ "type": "dark-mode",
1258
+ "item": "button",
1259
+ "subitem": "critical",
1260
+ "state": "background"
1261
+ },
1262
+ "path": [
1263
+ "color",
1264
+ "dark-mode",
1265
+ "button",
1266
+ "critical",
1267
+ "background",
1268
+ "default"
1269
+ ]
1270
+ },
1271
+ "hover": {
1272
+ "value": "#be4242",
1273
+ "public": true,
1274
+ "isReferenceToInternal": true,
1275
+ "filePath": "tokens/color/alias/button.dark.json",
1276
+ "isSource": true,
1277
+ "original": {
1278
+ "value": "{color.dark-mode.semantic.error.400.value}",
1279
+ "public": true,
1280
+ "isReferenceToInternal": true
1281
+ },
1282
+ "name": "color-dark-mode-button-critical-background-hover",
1283
+ "attributes": {
1284
+ "category": "color",
1285
+ "type": "dark-mode",
1286
+ "item": "button",
1287
+ "subitem": "critical",
1288
+ "state": "background"
1289
+ },
1290
+ "path": [
1291
+ "color",
1292
+ "dark-mode",
1293
+ "button",
1294
+ "critical",
1295
+ "background",
1296
+ "hover"
1297
+ ]
1298
+ },
1299
+ "active": {
1300
+ "value": "#9c2f2f",
1301
+ "public": true,
1302
+ "isReferenceToInternal": true,
1303
+ "filePath": "tokens/color/alias/button.dark.json",
1304
+ "isSource": true,
1305
+ "original": {
1306
+ "value": "{color.dark-mode.semantic.error.500.value}",
1307
+ "public": true,
1308
+ "isReferenceToInternal": true
1309
+ },
1310
+ "name": "color-dark-mode-button-critical-background-active",
1311
+ "attributes": {
1312
+ "category": "color",
1313
+ "type": "dark-mode",
1314
+ "item": "button",
1315
+ "subitem": "critical",
1316
+ "state": "background"
1317
+ },
1318
+ "path": [
1319
+ "color",
1320
+ "dark-mode",
1321
+ "button",
1322
+ "critical",
1323
+ "background",
1324
+ "active"
1325
+ ]
1326
+ }
1327
+ },
1328
+ "border": {
1329
+ "default": {
1330
+ "value": "#e05757",
1331
+ "public": true,
1332
+ "isReferenceToInternal": true,
1333
+ "filePath": "tokens/color/alias/button.dark.json",
1334
+ "isSource": true,
1335
+ "original": {
1336
+ "value": "{color.dark-mode.semantic.error.300.value}",
1337
+ "public": true,
1338
+ "isReferenceToInternal": true
1339
+ },
1340
+ "name": "color-dark-mode-button-critical-border-default",
1341
+ "attributes": {
1342
+ "category": "color",
1343
+ "type": "dark-mode",
1344
+ "item": "button",
1345
+ "subitem": "critical",
1346
+ "state": "border"
1347
+ },
1348
+ "path": [
1349
+ "color",
1350
+ "dark-mode",
1351
+ "button",
1352
+ "critical",
1353
+ "border",
1354
+ "default"
1355
+ ]
1356
+ },
1357
+ "hover": {
1358
+ "value": "#be4242",
1359
+ "public": true,
1360
+ "isReferenceToInternal": true,
1361
+ "filePath": "tokens/color/alias/button.dark.json",
1362
+ "isSource": true,
1363
+ "original": {
1364
+ "value": "{color.dark-mode.semantic.error.400.value}",
1365
+ "public": true,
1366
+ "isReferenceToInternal": true
1367
+ },
1368
+ "name": "color-dark-mode-button-critical-border-hover",
1369
+ "attributes": {
1370
+ "category": "color",
1371
+ "type": "dark-mode",
1372
+ "item": "button",
1373
+ "subitem": "critical",
1374
+ "state": "border"
1375
+ },
1376
+ "path": [
1377
+ "color",
1378
+ "dark-mode",
1379
+ "button",
1380
+ "critical",
1381
+ "border",
1382
+ "hover"
1383
+ ]
1384
+ },
1385
+ "active": {
1386
+ "value": "#9c2f2f",
1387
+ "public": true,
1388
+ "isReferenceToInternal": true,
1389
+ "filePath": "tokens/color/alias/button.dark.json",
1390
+ "isSource": true,
1391
+ "original": {
1392
+ "value": "{color.dark-mode.semantic.error.500.value}",
1393
+ "public": true,
1394
+ "isReferenceToInternal": true
1395
+ },
1396
+ "name": "color-dark-mode-button-critical-border-active",
1397
+ "attributes": {
1398
+ "category": "color",
1399
+ "type": "dark-mode",
1400
+ "item": "button",
1401
+ "subitem": "critical",
1402
+ "state": "border"
1403
+ },
1404
+ "path": [
1405
+ "color",
1406
+ "dark-mode",
1407
+ "button",
1408
+ "critical",
1409
+ "border",
1410
+ "active"
1411
+ ]
1412
+ }
1413
+ },
1414
+ "foreground": {
1415
+ "default": {
1416
+ "value": "#ffffff",
1417
+ "public": true,
1418
+ "isReferenceToInternal": true,
1419
+ "filePath": "tokens/color/alias/button.dark.json",
1420
+ "isSource": true,
1421
+ "original": {
1422
+ "value": "{color.dark-mode.neutral.000.value}",
1423
+ "public": true,
1424
+ "isReferenceToInternal": true
1425
+ },
1426
+ "name": "color-dark-mode-button-critical-foreground-default",
1427
+ "attributes": {
1428
+ "category": "color",
1429
+ "type": "dark-mode",
1430
+ "item": "button",
1431
+ "subitem": "critical",
1432
+ "state": "foreground"
1433
+ },
1434
+ "path": [
1435
+ "color",
1436
+ "dark-mode",
1437
+ "button",
1438
+ "critical",
1439
+ "foreground",
1440
+ "default"
1441
+ ]
1442
+ },
1443
+ "hover": {
1444
+ "value": "#ffffff",
1445
+ "public": true,
1446
+ "isReferenceToInternal": true,
1447
+ "filePath": "tokens/color/alias/button.dark.json",
1448
+ "isSource": true,
1449
+ "original": {
1450
+ "value": "{color.dark-mode.neutral.000.value}",
1451
+ "public": true,
1452
+ "isReferenceToInternal": true
1453
+ },
1454
+ "name": "color-dark-mode-button-critical-foreground-hover",
1455
+ "attributes": {
1456
+ "category": "color",
1457
+ "type": "dark-mode",
1458
+ "item": "button",
1459
+ "subitem": "critical",
1460
+ "state": "foreground"
1461
+ },
1462
+ "path": [
1463
+ "color",
1464
+ "dark-mode",
1465
+ "button",
1466
+ "critical",
1467
+ "foreground",
1468
+ "hover"
1469
+ ]
1470
+ },
1471
+ "active": {
1472
+ "value": "#ffffff",
1473
+ "public": true,
1474
+ "isReferenceToInternal": true,
1475
+ "filePath": "tokens/color/alias/button.dark.json",
1476
+ "isSource": true,
1477
+ "original": {
1478
+ "value": "{color.dark-mode.neutral.000.value}",
1479
+ "public": true,
1480
+ "isReferenceToInternal": true
1481
+ },
1482
+ "name": "color-dark-mode-button-critical-foreground-active",
1483
+ "attributes": {
1484
+ "category": "color",
1485
+ "type": "dark-mode",
1486
+ "item": "button",
1487
+ "subitem": "critical",
1488
+ "state": "foreground"
1489
+ },
1490
+ "path": [
1491
+ "color",
1492
+ "dark-mode",
1493
+ "button",
1494
+ "critical",
1495
+ "foreground",
1496
+ "active"
1497
+ ]
1498
+ }
1499
+ }
1500
+ }
1501
+ },
1502
+ "background": {
1503
+ "default": {
1504
+ "value": "#1d1d29",
1505
+ "public": true,
1506
+ "isReferenceToInternal": true,
1507
+ "filePath": "tokens/color/alias/defaults.dark.json",
1508
+ "isSource": true,
1509
+ "original": {
1510
+ "value": "{color.dark-mode.neutral.600.value}",
1511
+ "public": true,
1512
+ "isReferenceToInternal": true
1513
+ },
1514
+ "name": "color-dark-mode-background-default",
1515
+ "attributes": {
1516
+ "category": "color",
1517
+ "type": "dark-mode",
1518
+ "item": "background",
1519
+ "subitem": "default"
1520
+ },
1521
+ "path": [
1522
+ "color",
1523
+ "dark-mode",
1524
+ "background",
1525
+ "default"
1526
+ ]
1527
+ }
1528
+ },
1529
+ "border": {
1530
+ "default": {
1531
+ "value": "#504e62",
1532
+ "public": true,
1533
+ "isReferenceToInternal": true,
1534
+ "filePath": "tokens/color/alias/defaults.dark.json",
1535
+ "isSource": true,
1536
+ "original": {
1537
+ "value": "{color.dark-mode.neutral.400.value}",
1538
+ "public": true,
1539
+ "isReferenceToInternal": true
1540
+ },
1541
+ "name": "color-dark-mode-border-default",
1542
+ "attributes": {
1543
+ "category": "color",
1544
+ "type": "dark-mode",
1545
+ "item": "border",
1546
+ "subitem": "default"
1547
+ },
1548
+ "path": [
1549
+ "color",
1550
+ "dark-mode",
1551
+ "border",
1552
+ "default"
1553
+ ]
1554
+ }
1555
+ },
1556
+ "foreground": {
1557
+ "default": {
1558
+ "value": "#ffffff",
1559
+ "public": true,
1560
+ "isReferenceToInternal": true,
1561
+ "filePath": "tokens/color/alias/defaults.dark.json",
1562
+ "isSource": true,
1563
+ "original": {
1564
+ "value": "{color.dark-mode.neutral.000.value}",
1565
+ "public": true,
1566
+ "isReferenceToInternal": true
1567
+ },
1568
+ "name": "color-dark-mode-foreground-default",
1569
+ "attributes": {
1570
+ "category": "color",
1571
+ "type": "dark-mode",
1572
+ "item": "foreground",
1573
+ "subitem": "default"
1574
+ },
1575
+ "path": [
1576
+ "color",
1577
+ "dark-mode",
1578
+ "foreground",
1579
+ "default"
1580
+ ]
1581
+ }
1582
+ },
1583
+ "input": {
1584
+ "background": {
1585
+ "default": {
1586
+ "value": "#1d1d29",
1587
+ "public": true,
1588
+ "isReferenceToInternal": true,
1589
+ "filePath": "tokens/color/alias/form.dark.json",
1590
+ "isSource": true,
1591
+ "original": {
1592
+ "value": "{color.dark-mode.neutral.600.value}",
1593
+ "public": true,
1594
+ "isReferenceToInternal": true
1595
+ },
1596
+ "name": "color-dark-mode-input-background-default",
1597
+ "attributes": {
1598
+ "category": "color",
1599
+ "type": "dark-mode",
1600
+ "item": "input",
1601
+ "subitem": "background",
1602
+ "state": "default"
1603
+ },
1604
+ "path": [
1605
+ "color",
1606
+ "dark-mode",
1607
+ "input",
1608
+ "background",
1609
+ "default"
1610
+ ]
1611
+ },
1612
+ "hover": {
1613
+ "value": "#282839",
1614
+ "public": true,
1615
+ "isReferenceToInternal": true,
1616
+ "filePath": "tokens/color/alias/form.dark.json",
1617
+ "isSource": true,
1618
+ "original": {
1619
+ "value": "{color.dark-mode.neutral.500.value}",
1620
+ "public": true,
1621
+ "isReferenceToInternal": true
1622
+ },
1623
+ "name": "color-dark-mode-input-background-hover",
1624
+ "attributes": {
1625
+ "category": "color",
1626
+ "type": "dark-mode",
1627
+ "item": "input",
1628
+ "subitem": "background",
1629
+ "state": "hover"
1630
+ },
1631
+ "path": [
1632
+ "color",
1633
+ "dark-mode",
1634
+ "input",
1635
+ "background",
1636
+ "hover"
1637
+ ]
1638
+ },
1639
+ "critical": {
1640
+ "value": "#1d1d29",
1641
+ "public": true,
1642
+ "isReferenceToInternal": true,
1643
+ "filePath": "tokens/color/alias/form.dark.json",
1644
+ "isSource": true,
1645
+ "original": {
1646
+ "value": "{color.dark-mode.neutral.600.value}",
1647
+ "public": true,
1648
+ "isReferenceToInternal": true
1649
+ },
1650
+ "name": "color-dark-mode-input-background-critical",
1651
+ "attributes": {
1652
+ "category": "color",
1653
+ "type": "dark-mode",
1654
+ "item": "input",
1655
+ "subitem": "background",
1656
+ "state": "critical"
1657
+ },
1658
+ "path": [
1659
+ "color",
1660
+ "dark-mode",
1661
+ "input",
1662
+ "background",
1663
+ "critical"
1664
+ ]
1665
+ }
1666
+ },
1667
+ "border": {
1668
+ "default": {
1669
+ "value": "#a6a3b4",
1670
+ "public": true,
1671
+ "isReferenceToInternal": true,
1672
+ "filePath": "tokens/color/alias/form.dark.json",
1673
+ "isSource": true,
1674
+ "original": {
1675
+ "value": "{color.dark-mode.neutral.200.value}",
1676
+ "public": true,
1677
+ "isReferenceToInternal": true
1678
+ },
1679
+ "name": "color-dark-mode-input-border-default",
1680
+ "attributes": {
1681
+ "category": "color",
1682
+ "type": "dark-mode",
1683
+ "item": "input",
1684
+ "subitem": "border",
1685
+ "state": "default"
1686
+ },
1687
+ "path": [
1688
+ "color",
1689
+ "dark-mode",
1690
+ "input",
1691
+ "border",
1692
+ "default"
1693
+ ]
1694
+ },
1695
+ "hover": {
1696
+ "value": "#7657ff",
1697
+ "public": true,
1698
+ "isReferenceToInternal": true,
1699
+ "filePath": "tokens/color/alias/form.dark.json",
1700
+ "isSource": true,
1701
+ "original": {
1702
+ "value": "{color.dark-mode.brand.secondary.300.value}",
1703
+ "public": true,
1704
+ "isReferenceToInternal": true
1705
+ },
1706
+ "name": "color-dark-mode-input-border-hover",
1707
+ "attributes": {
1708
+ "category": "color",
1709
+ "type": "dark-mode",
1710
+ "item": "input",
1711
+ "subitem": "border",
1712
+ "state": "hover"
1713
+ },
1714
+ "path": [
1715
+ "color",
1716
+ "dark-mode",
1717
+ "input",
1718
+ "border",
1719
+ "hover"
1720
+ ]
1721
+ },
1722
+ "success": {
1723
+ "value": "#3cb683",
1724
+ "public": true,
1725
+ "isReferenceToInternal": true,
1726
+ "filePath": "tokens/color/alias/form.dark.json",
1727
+ "isSource": true,
1728
+ "original": {
1729
+ "value": "{color.dark-mode.semantic.success.300.value}",
1730
+ "public": true,
1731
+ "isReferenceToInternal": true
1732
+ },
1733
+ "name": "color-dark-mode-input-border-success",
1734
+ "attributes": {
1735
+ "category": "color",
1736
+ "type": "dark-mode",
1737
+ "item": "input",
1738
+ "subitem": "border",
1739
+ "state": "success"
1740
+ },
1741
+ "path": [
1742
+ "color",
1743
+ "dark-mode",
1744
+ "input",
1745
+ "border",
1746
+ "success"
1747
+ ]
1748
+ },
1749
+ "critical": {
1750
+ "value": "#e05757",
1751
+ "public": true,
1752
+ "isReferenceToInternal": true,
1753
+ "filePath": "tokens/color/alias/form.dark.json",
1754
+ "isSource": true,
1755
+ "original": {
1756
+ "value": "{color.dark-mode.semantic.error.300.value}",
1757
+ "public": true,
1758
+ "isReferenceToInternal": true
1759
+ },
1760
+ "name": "color-dark-mode-input-border-critical",
1761
+ "attributes": {
1762
+ "category": "color",
1763
+ "type": "dark-mode",
1764
+ "item": "input",
1765
+ "subitem": "border",
1766
+ "state": "critical"
1767
+ },
1768
+ "path": [
1769
+ "color",
1770
+ "dark-mode",
1771
+ "input",
1772
+ "border",
1773
+ "critical"
1774
+ ]
1775
+ }
1776
+ },
1777
+ "foreground": {
1778
+ "default": {
1779
+ "value": "#ffffff",
1780
+ "public": true,
1781
+ "isReferenceToInternal": true,
1782
+ "filePath": "tokens/color/alias/form.dark.json",
1783
+ "isSource": true,
1784
+ "original": {
1785
+ "value": "{color.dark-mode.neutral.000.value}",
1786
+ "public": true,
1787
+ "isReferenceToInternal": true
1788
+ },
1789
+ "name": "color-dark-mode-input-foreground-default",
1790
+ "attributes": {
1791
+ "category": "color",
1792
+ "type": "dark-mode",
1793
+ "item": "input",
1794
+ "subitem": "foreground",
1795
+ "state": "default"
1796
+ },
1797
+ "path": [
1798
+ "color",
1799
+ "dark-mode",
1800
+ "input",
1801
+ "foreground",
1802
+ "default"
1803
+ ]
1804
+ },
1805
+ "success": {
1806
+ "value": "#3cb683",
1807
+ "public": true,
1808
+ "isReferenceToInternal": true,
1809
+ "filePath": "tokens/color/alias/form.dark.json",
1810
+ "isSource": true,
1811
+ "original": {
1812
+ "value": "{color.dark-mode.semantic.success.300.value}",
1813
+ "public": true,
1814
+ "isReferenceToInternal": true
1815
+ },
1816
+ "name": "color-dark-mode-input-foreground-success",
1817
+ "attributes": {
1818
+ "category": "color",
1819
+ "type": "dark-mode",
1820
+ "item": "input",
1821
+ "subitem": "foreground",
1822
+ "state": "success"
1823
+ },
1824
+ "path": [
1825
+ "color",
1826
+ "dark-mode",
1827
+ "input",
1828
+ "foreground",
1829
+ "success"
1830
+ ]
1831
+ },
1832
+ "critical": {
1833
+ "value": "#e05757",
1834
+ "public": true,
1835
+ "isReferenceToInternal": true,
1836
+ "filePath": "tokens/color/alias/form.dark.json",
1837
+ "isSource": true,
1838
+ "original": {
1839
+ "value": "{color.dark-mode.semantic.error.300.value}",
1840
+ "public": true,
1841
+ "isReferenceToInternal": true
1842
+ },
1843
+ "name": "color-dark-mode-input-foreground-critical",
1844
+ "attributes": {
1845
+ "category": "color",
1846
+ "type": "dark-mode",
1847
+ "item": "input",
1848
+ "subitem": "foreground",
1849
+ "state": "critical"
1850
+ },
1851
+ "path": [
1852
+ "color",
1853
+ "dark-mode",
1854
+ "input",
1855
+ "foreground",
1856
+ "critical"
1857
+ ]
1858
+ }
1859
+ },
1860
+ "placeholder-text": {
1861
+ "value": "#a6a3b4",
1862
+ "public": true,
1863
+ "isReferenceToInternal": true,
1864
+ "filePath": "tokens/color/alias/form.dark.json",
1865
+ "isSource": true,
1866
+ "original": {
1867
+ "value": "{color.dark-mode.neutral.200.value}",
1868
+ "public": true,
1869
+ "isReferenceToInternal": true
1870
+ },
1871
+ "name": "color-dark-mode-input-placeholder-text",
1872
+ "attributes": {
1873
+ "category": "color",
1874
+ "type": "dark-mode",
1875
+ "item": "input",
1876
+ "subitem": "placeholder-text"
1877
+ },
1878
+ "path": [
1879
+ "color",
1880
+ "dark-mode",
1881
+ "input",
1882
+ "placeholder-text"
1883
+ ]
1884
+ },
1885
+ "checked": {
1886
+ "background": {
1887
+ "value": "#36a3ff",
1888
+ "public": true,
1889
+ "filePath": "tokens/color/alias/form.dark.json",
1890
+ "isSource": true,
1891
+ "original": {
1892
+ "value": "{color.dark-mode.interactive.focus.value}",
1893
+ "public": true
1894
+ },
1895
+ "name": "color-dark-mode-input-checked-background",
1896
+ "attributes": {
1897
+ "category": "color",
1898
+ "type": "dark-mode",
1899
+ "item": "input",
1900
+ "subitem": "checked",
1901
+ "state": "background"
1902
+ },
1903
+ "path": [
1904
+ "color",
1905
+ "dark-mode",
1906
+ "input",
1907
+ "checked",
1908
+ "background"
1909
+ ]
1910
+ },
1911
+ "foreground": {
1912
+ "value": "#ffffff",
1913
+ "public": true,
1914
+ "isReferenceToInternal": true,
1915
+ "filePath": "tokens/color/alias/form.dark.json",
1916
+ "isSource": true,
1917
+ "original": {
1918
+ "value": "{color.dark-mode.neutral.000.value}",
1919
+ "public": true,
1920
+ "isReferenceToInternal": true
1921
+ },
1922
+ "name": "color-dark-mode-input-checked-foreground",
1923
+ "attributes": {
1924
+ "category": "color",
1925
+ "type": "dark-mode",
1926
+ "item": "input",
1927
+ "subitem": "checked",
1928
+ "state": "foreground"
1929
+ },
1930
+ "path": [
1931
+ "color",
1932
+ "dark-mode",
1933
+ "input",
1934
+ "checked",
1935
+ "foreground"
1936
+ ]
1937
+ }
1938
+ },
1939
+ "action": {
1940
+ "background": {
1941
+ "hover": {
1942
+ "value": "#504e62",
1943
+ "public": true,
1944
+ "isReferenceToInternal": true,
1945
+ "filePath": "tokens/color/alias/form.dark.json",
1946
+ "isSource": true,
1947
+ "original": {
1948
+ "value": "{color.dark-mode.neutral.400.value}",
1949
+ "public": true,
1950
+ "isReferenceToInternal": true
1951
+ },
1952
+ "name": "color-dark-mode-input-action-background-hover",
1953
+ "attributes": {
1954
+ "category": "color",
1955
+ "type": "dark-mode",
1956
+ "item": "input",
1957
+ "subitem": "action",
1958
+ "state": "background"
1959
+ },
1960
+ "path": [
1961
+ "color",
1962
+ "dark-mode",
1963
+ "input",
1964
+ "action",
1965
+ "background",
1966
+ "hover"
1967
+ ]
1968
+ }
1969
+ }
1970
+ }
1971
+ },
1972
+ "link": {
1973
+ "default": {
1974
+ "value": "#36a3ff",
1975
+ "public": true,
1976
+ "isReferenceToInternal": true,
1977
+ "filePath": "tokens/color/alias/link.dark.json",
1978
+ "isSource": true,
1979
+ "original": {
1980
+ "value": "{color.dark-mode.interactive.link.value}",
1981
+ "public": true,
1982
+ "isReferenceToInternal": true
1983
+ },
1984
+ "name": "color-dark-mode-link-default",
1985
+ "attributes": {
1451
1986
  "category": "color",
1452
1987
  "type": "dark-mode",
1453
1988
  "item": "link",
@@ -1461,13 +1996,13 @@
1461
1996
  ]
1462
1997
  },
1463
1998
  "hover": {
1464
- "value": "#2776b9",
1999
+ "value": "#6f54e8",
1465
2000
  "public": true,
1466
2001
  "isReferenceToInternal": true,
1467
- "filePath": "tokens/color/alias/interactive.dark.json",
2002
+ "filePath": "tokens/color/alias/link.dark.json",
1468
2003
  "isSource": true,
1469
2004
  "original": {
1470
- "value": "{color.dark-mode.interactive.link.500.value}",
2005
+ "value": "{color.dark-mode.interactive.visited.value}",
1471
2006
  "public": true,
1472
2007
  "isReferenceToInternal": true
1473
2008
  },
@@ -1486,13 +2021,13 @@
1486
2021
  ]
1487
2022
  },
1488
2023
  "active": {
1489
- "value": "#2776b9",
2024
+ "value": "#6f54e8",
1490
2025
  "public": true,
1491
2026
  "isReferenceToInternal": true,
1492
- "filePath": "tokens/color/alias/interactive.dark.json",
2027
+ "filePath": "tokens/color/alias/link.dark.json",
1493
2028
  "isSource": true,
1494
2029
  "original": {
1495
- "value": "{color.dark-mode.interactive.link.500.value}",
2030
+ "value": "{color.dark-mode.interactive.visited.value}",
1496
2031
  "public": true,
1497
2032
  "isReferenceToInternal": true
1498
2033
  },
@@ -1501,39 +2036,235 @@
1501
2036
  "category": "color",
1502
2037
  "type": "dark-mode",
1503
2038
  "item": "link",
1504
- "subitem": "active"
2039
+ "subitem": "active"
2040
+ },
2041
+ "path": [
2042
+ "color",
2043
+ "dark-mode",
2044
+ "link",
2045
+ "active"
2046
+ ]
2047
+ },
2048
+ "visited": {
2049
+ "value": "#6f54e8",
2050
+ "public": true,
2051
+ "isReferenceToInternal": true,
2052
+ "filePath": "tokens/color/alias/link.dark.json",
2053
+ "isSource": true,
2054
+ "original": {
2055
+ "value": "{color.dark-mode.interactive.visited.value}",
2056
+ "public": true,
2057
+ "isReferenceToInternal": true
2058
+ },
2059
+ "name": "color-dark-mode-link-visited",
2060
+ "attributes": {
2061
+ "category": "color",
2062
+ "type": "dark-mode",
2063
+ "item": "link",
2064
+ "subitem": "visited"
1505
2065
  },
1506
2066
  "path": [
1507
2067
  "color",
1508
2068
  "dark-mode",
1509
2069
  "link",
1510
- "active"
2070
+ "visited"
1511
2071
  ]
1512
- },
1513
- "visited": {
1514
- "value": "#967fff",
2072
+ }
2073
+ },
2074
+ "menu": {
2075
+ "background": {
2076
+ "value": "#282839",
1515
2077
  "public": true,
1516
2078
  "isReferenceToInternal": true,
1517
- "filePath": "tokens/color/alias/interactive.dark.json",
2079
+ "filePath": "tokens/color/alias/menu.dark.json",
1518
2080
  "isSource": true,
1519
2081
  "original": {
1520
- "value": "{color.dark-mode.interactive.visited.400.value}",
2082
+ "value": "{color.dark-mode.neutral.500}",
1521
2083
  "public": true,
1522
2084
  "isReferenceToInternal": true
1523
2085
  },
1524
- "name": "color-dark-mode-link-visited",
2086
+ "name": "color-dark-mode-menu-background",
1525
2087
  "attributes": {
1526
2088
  "category": "color",
1527
2089
  "type": "dark-mode",
1528
- "item": "link",
1529
- "subitem": "visited"
2090
+ "item": "menu",
2091
+ "subitem": "background"
1530
2092
  },
1531
2093
  "path": [
1532
2094
  "color",
1533
2095
  "dark-mode",
1534
- "link",
1535
- "visited"
2096
+ "menu",
2097
+ "background"
1536
2098
  ]
2099
+ },
2100
+ "item": {
2101
+ "background": {
2102
+ "default": {
2103
+ "value": "#282839",
2104
+ "public": true,
2105
+ "isReferenceToInternal": true,
2106
+ "filePath": "tokens/color/alias/menu.dark.json",
2107
+ "isSource": true,
2108
+ "original": {
2109
+ "value": "{color.dark-mode.neutral.500}",
2110
+ "public": true,
2111
+ "isReferenceToInternal": true
2112
+ },
2113
+ "name": "color-dark-mode-menu-item-background-default",
2114
+ "attributes": {
2115
+ "category": "color",
2116
+ "type": "dark-mode",
2117
+ "item": "menu",
2118
+ "subitem": "item",
2119
+ "state": "background"
2120
+ },
2121
+ "path": [
2122
+ "color",
2123
+ "dark-mode",
2124
+ "menu",
2125
+ "item",
2126
+ "background",
2127
+ "default"
2128
+ ]
2129
+ },
2130
+ "hover": {
2131
+ "value": "#504e62",
2132
+ "public": true,
2133
+ "isReferenceToInternal": true,
2134
+ "filePath": "tokens/color/alias/menu.dark.json",
2135
+ "isSource": true,
2136
+ "original": {
2137
+ "value": "{color.dark-mode.neutral.400}",
2138
+ "public": true,
2139
+ "isReferenceToInternal": true
2140
+ },
2141
+ "name": "color-dark-mode-menu-item-background-hover",
2142
+ "attributes": {
2143
+ "category": "color",
2144
+ "type": "dark-mode",
2145
+ "item": "menu",
2146
+ "subitem": "item",
2147
+ "state": "background"
2148
+ },
2149
+ "path": [
2150
+ "color",
2151
+ "dark-mode",
2152
+ "menu",
2153
+ "item",
2154
+ "background",
2155
+ "hover"
2156
+ ]
2157
+ },
2158
+ "active": {
2159
+ "value": "#858299",
2160
+ "public": true,
2161
+ "isReferenceToInternal": true,
2162
+ "filePath": "tokens/color/alias/menu.dark.json",
2163
+ "isSource": true,
2164
+ "original": {
2165
+ "value": "{color.dark-mode.neutral.300}",
2166
+ "public": true,
2167
+ "isReferenceToInternal": true
2168
+ },
2169
+ "name": "color-dark-mode-menu-item-background-active",
2170
+ "attributes": {
2171
+ "category": "color",
2172
+ "type": "dark-mode",
2173
+ "item": "menu",
2174
+ "subitem": "item",
2175
+ "state": "background"
2176
+ },
2177
+ "path": [
2178
+ "color",
2179
+ "dark-mode",
2180
+ "menu",
2181
+ "item",
2182
+ "background",
2183
+ "active"
2184
+ ]
2185
+ }
2186
+ },
2187
+ "foreground": {
2188
+ "value": "#ffffff",
2189
+ "public": true,
2190
+ "isReferenceToInternal": true,
2191
+ "filePath": "tokens/color/alias/menu.dark.json",
2192
+ "isSource": true,
2193
+ "original": {
2194
+ "value": "{color.dark-mode.foreground.default}",
2195
+ "public": true,
2196
+ "isReferenceToInternal": true
2197
+ },
2198
+ "name": "color-dark-mode-menu-item-foreground",
2199
+ "attributes": {
2200
+ "category": "color",
2201
+ "type": "dark-mode",
2202
+ "item": "menu",
2203
+ "subitem": "item",
2204
+ "state": "foreground"
2205
+ },
2206
+ "path": [
2207
+ "color",
2208
+ "dark-mode",
2209
+ "menu",
2210
+ "item",
2211
+ "foreground"
2212
+ ]
2213
+ },
2214
+ "heading-text": {
2215
+ "value": "#a6a3b4",
2216
+ "public": true,
2217
+ "isReferenceToInternal": true,
2218
+ "filePath": "tokens/color/alias/menu.dark.json",
2219
+ "isSource": true,
2220
+ "original": {
2221
+ "value": "{color.dark-mode.neutral.200.value}",
2222
+ "public": true,
2223
+ "isReferenceToInternal": true
2224
+ },
2225
+ "name": "color-dark-mode-menu-item-heading-text",
2226
+ "attributes": {
2227
+ "category": "color",
2228
+ "type": "dark-mode",
2229
+ "item": "menu",
2230
+ "subitem": "item",
2231
+ "state": "heading-text"
2232
+ },
2233
+ "path": [
2234
+ "color",
2235
+ "dark-mode",
2236
+ "menu",
2237
+ "item",
2238
+ "heading-text"
2239
+ ]
2240
+ },
2241
+ "description-text": {
2242
+ "value": "#a6a3b4",
2243
+ "public": true,
2244
+ "isReferenceToInternal": true,
2245
+ "filePath": "tokens/color/alias/menu.dark.json",
2246
+ "isSource": true,
2247
+ "original": {
2248
+ "value": "{color.dark-mode.neutral.200.value}",
2249
+ "public": true,
2250
+ "isReferenceToInternal": true
2251
+ },
2252
+ "name": "color-dark-mode-menu-item-description-text",
2253
+ "attributes": {
2254
+ "category": "color",
2255
+ "type": "dark-mode",
2256
+ "item": "menu",
2257
+ "subitem": "item",
2258
+ "state": "description-text"
2259
+ },
2260
+ "path": [
2261
+ "color",
2262
+ "dark-mode",
2263
+ "menu",
2264
+ "item",
2265
+ "description-text"
2266
+ ]
2267
+ }
1537
2268
  }
1538
2269
  },
1539
2270
  "panel": {
@@ -1782,6 +2513,31 @@
1782
2513
  "default"
1783
2514
  ]
1784
2515
  },
2516
+ "default-secondary": {
2517
+ "value": "#a6a3b4",
2518
+ "public": true,
2519
+ "isReferenceToInternal": true,
2520
+ "filePath": "tokens/color/alias/typography.dark.json",
2521
+ "isSource": true,
2522
+ "original": {
2523
+ "value": "{color.dark-mode.neutral.200.value}",
2524
+ "public": true,
2525
+ "isReferenceToInternal": true
2526
+ },
2527
+ "name": "color-dark-mode-text-default-secondary",
2528
+ "attributes": {
2529
+ "category": "color",
2530
+ "type": "dark-mode",
2531
+ "item": "text",
2532
+ "subitem": "default-secondary"
2533
+ },
2534
+ "path": [
2535
+ "color",
2536
+ "dark-mode",
2537
+ "text",
2538
+ "default-secondary"
2539
+ ]
2540
+ },
1785
2541
  "paragraph": {
1786
2542
  "value": "#ffffff",
1787
2543
  "public": true,
@@ -1829,15 +2585,13 @@
1829
2585
  ]
1830
2586
  },
1831
2587
  "lead": {
1832
- "value": "#858299",
2588
+ "value": "#a6a3b4",
1833
2589
  "public": true,
1834
- "isReferenceToInternal": true,
1835
2590
  "filePath": "tokens/color/alias/typography.dark.json",
1836
2591
  "isSource": true,
1837
2592
  "original": {
1838
- "value": "{color.dark-mode.neutral.300.value}",
1839
- "public": true,
1840
- "isReferenceToInternal": true
2593
+ "value": "{color.dark-mode.text.default-secondary}",
2594
+ "public": true
1841
2595
  },
1842
2596
  "name": "color-dark-mode-text-lead",
1843
2597
  "attributes": {
@@ -1854,15 +2608,13 @@
1854
2608
  ]
1855
2609
  },
1856
2610
  "overline": {
1857
- "value": "#858299",
2611
+ "value": "#a6a3b4",
1858
2612
  "public": true,
1859
- "isReferenceToInternal": true,
1860
2613
  "filePath": "tokens/color/alias/typography.dark.json",
1861
2614
  "isSource": true,
1862
2615
  "original": {
1863
- "value": "{color.dark-mode.neutral.300.value}",
1864
- "public": true,
1865
- "isReferenceToInternal": true
2616
+ "value": "{color.dark-mode.text.default-secondary}",
2617
+ "public": true
1866
2618
  },
1867
2619
  "name": "color-dark-mode-text-overline",
1868
2620
  "attributes": {
@@ -1879,15 +2631,13 @@
1879
2631
  ]
1880
2632
  },
1881
2633
  "quote": {
1882
- "value": "#858299",
2634
+ "value": "#a6a3b4",
1883
2635
  "public": true,
1884
- "isReferenceToInternal": true,
1885
2636
  "filePath": "tokens/color/alias/typography.dark.json",
1886
2637
  "isSource": true,
1887
2638
  "original": {
1888
- "value": "{color.dark-mode.neutral.300.value}",
1889
- "public": true,
1890
- "isReferenceToInternal": true
2639
+ "value": "{color.dark-mode.text.default-secondary}",
2640
+ "public": true
1891
2641
  },
1892
2642
  "name": "color-dark-mode-text-quote",
1893
2643
  "attributes": {
@@ -2669,100 +3419,46 @@
2669
3419
  },
2670
3420
  "interactive": {
2671
3421
  "link": {
2672
- "400": {
2673
- "value": "#36a3ff",
2674
- "filePath": "tokens/color/base/interactive.dark.json",
2675
- "isSource": true,
2676
- "original": {
2677
- "value": "#36A3FF"
2678
- },
2679
- "name": "color-dark-mode-interactive-link-400",
2680
- "attributes": {
2681
- "category": "color",
2682
- "type": "dark-mode",
2683
- "item": "interactive",
2684
- "subitem": "link",
2685
- "state": "400"
2686
- },
2687
- "path": [
2688
- "color",
2689
- "dark-mode",
2690
- "interactive",
2691
- "link",
2692
- "400"
2693
- ]
3422
+ "value": "#36a3ff",
3423
+ "filePath": "tokens/color/base/interactive.dark.json",
3424
+ "isSource": true,
3425
+ "original": {
3426
+ "value": "#36A3FF"
2694
3427
  },
2695
- "500": {
2696
- "value": "#2776b9",
2697
- "filePath": "tokens/color/base/interactive.dark.json",
2698
- "isSource": true,
2699
- "original": {
2700
- "value": "#2776B9"
2701
- },
2702
- "name": "color-dark-mode-interactive-link-500",
2703
- "attributes": {
2704
- "category": "color",
2705
- "type": "dark-mode",
2706
- "item": "interactive",
2707
- "subitem": "link",
2708
- "state": "500"
2709
- },
2710
- "path": [
2711
- "color",
2712
- "dark-mode",
2713
- "interactive",
2714
- "link",
2715
- "500"
2716
- ]
2717
- }
3428
+ "name": "color-dark-mode-interactive-link",
3429
+ "attributes": {
3430
+ "category": "color",
3431
+ "type": "dark-mode",
3432
+ "item": "interactive",
3433
+ "subitem": "link"
3434
+ },
3435
+ "path": [
3436
+ "color",
3437
+ "dark-mode",
3438
+ "interactive",
3439
+ "link"
3440
+ ]
2718
3441
  },
2719
3442
  "visited": {
2720
- "400": {
2721
- "value": "#967fff",
2722
- "filePath": "tokens/color/base/interactive.dark.json",
2723
- "isSource": true,
2724
- "original": {
2725
- "value": "#967FFF"
2726
- },
2727
- "name": "color-dark-mode-interactive-visited-400",
2728
- "attributes": {
2729
- "category": "color",
2730
- "type": "dark-mode",
2731
- "item": "interactive",
2732
- "subitem": "visited",
2733
- "state": "400"
2734
- },
2735
- "path": [
2736
- "color",
2737
- "dark-mode",
2738
- "interactive",
2739
- "visited",
2740
- "400"
2741
- ]
3443
+ "value": "#6f54e8",
3444
+ "filePath": "tokens/color/base/interactive.dark.json",
3445
+ "isSource": true,
3446
+ "original": {
3447
+ "value": "#6F54E8"
2742
3448
  },
2743
- "500": {
2744
- "value": "#5f41e5",
2745
- "filePath": "tokens/color/base/interactive.dark.json",
2746
- "isSource": true,
2747
- "original": {
2748
- "value": "#5F41E5"
2749
- },
2750
- "name": "color-dark-mode-interactive-visited-500",
2751
- "attributes": {
2752
- "category": "color",
2753
- "type": "dark-mode",
2754
- "item": "interactive",
2755
- "subitem": "visited",
2756
- "state": "500"
2757
- },
2758
- "path": [
2759
- "color",
2760
- "dark-mode",
2761
- "interactive",
2762
- "visited",
2763
- "500"
2764
- ]
2765
- }
3449
+ "name": "color-dark-mode-interactive-visited",
3450
+ "attributes": {
3451
+ "category": "color",
3452
+ "type": "dark-mode",
3453
+ "item": "interactive",
3454
+ "subitem": "visited"
3455
+ },
3456
+ "path": [
3457
+ "color",
3458
+ "dark-mode",
3459
+ "interactive",
3460
+ "visited"
3461
+ ]
2766
3462
  },
2767
3463
  "focus": {
2768
3464
  "value": "#36a3ff",
@@ -3262,11 +3958,11 @@
3262
3958
  },
3263
3959
  "success": {
3264
3960
  "100": {
3265
- "value": "#f0fff8",
3961
+ "value": "#f0fff9",
3266
3962
  "filePath": "tokens/color/base/semantic.dark.json",
3267
3963
  "isSource": true,
3268
3964
  "original": {
3269
- "value": "#F0FFF8"
3965
+ "value": "#F0FFF9"
3270
3966
  },
3271
3967
  "name": "color-dark-mode-semantic-success-100",
3272
3968
  "attributes": {
@@ -3285,11 +3981,11 @@
3285
3981
  ]
3286
3982
  },
3287
3983
  "200": {
3288
- "value": "#acffdc",
3984
+ "value": "#afffde",
3289
3985
  "filePath": "tokens/color/base/semantic.dark.json",
3290
3986
  "isSource": true,
3291
3987
  "original": {
3292
- "value": "#ACFFDC"
3988
+ "value": "#AFFFDE"
3293
3989
  },
3294
3990
  "name": "color-dark-mode-semantic-success-200",
3295
3991
  "attributes": {
@@ -3308,11 +4004,11 @@
3308
4004
  ]
3309
4005
  },
3310
4006
  "300": {
3311
- "value": "#22a06b",
4007
+ "value": "#3cb683",
3312
4008
  "filePath": "tokens/color/base/semantic.dark.json",
3313
4009
  "isSource": true,
3314
4010
  "original": {
3315
- "value": "#22A06B"
4011
+ "value": "#3CB683"
3316
4012
  },
3317
4013
  "name": "color-dark-mode-semantic-success-300",
3318
4014
  "attributes": {
@@ -3331,11 +4027,11 @@
3331
4027
  ]
3332
4028
  },
3333
4029
  "400": {
3334
- "value": "#137e51",
4030
+ "value": "#299467",
3335
4031
  "filePath": "tokens/color/base/semantic.dark.json",
3336
4032
  "isSource": true,
3337
4033
  "original": {
3338
- "value": "#137E51"
4034
+ "value": "#299467"
3339
4035
  },
3340
4036
  "name": "color-dark-mode-semantic-success-400",
3341
4037
  "attributes": {
@@ -3354,11 +4050,11 @@
3354
4050
  ]
3355
4051
  },
3356
4052
  "500": {
3357
- "value": "#085c39",
4053
+ "value": "#1a724d",
3358
4054
  "filePath": "tokens/color/base/semantic.dark.json",
3359
4055
  "isSource": true,
3360
4056
  "original": {
3361
- "value": "#085C39"
4057
+ "value": "#1A724D"
3362
4058
  },
3363
4059
  "name": "color-dark-mode-semantic-success-500",
3364
4060
  "attributes": {
@@ -3377,11 +4073,11 @@
3377
4073
  ]
3378
4074
  },
3379
4075
  "600": {
3380
- "value": "#133527",
4076
+ "value": "#0e5034",
3381
4077
  "filePath": "tokens/color/base/semantic.dark.json",
3382
4078
  "isSource": true,
3383
4079
  "original": {
3384
- "value": "#133527"
4080
+ "value": "#0E5034"
3385
4081
  },
3386
4082
  "name": "color-dark-mode-semantic-success-600",
3387
4083
  "attributes": {