@pantheon-systems/pds-design-tokens 1.0.0-dev.70 → 1.0.0-dev.72
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/css/pds-design-tokens-dark-mode.css +21 -13
- package/build/css/pds-design-tokens-light-mode.css +16 -8
- package/build/figma/pds-design-tokens-figma.json +501 -66
- package/build/json/pds-design-tokens-dark-mode.json +257 -88
- package/build/json/pds-design-tokens-light-mode.json +244 -16
- package/package.json +1 -1
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
]
|
|
29
29
|
},
|
|
30
30
|
"label": {
|
|
31
|
-
"value": "#
|
|
31
|
+
"value": "#e7e7eb",
|
|
32
32
|
"public": true,
|
|
33
33
|
"isReferenceToInternal": true,
|
|
34
34
|
"filePath": "tokens/color/alias/badge.dark.json",
|
|
@@ -205,6 +205,234 @@
|
|
|
205
205
|
"discovery"
|
|
206
206
|
]
|
|
207
207
|
}
|
|
208
|
+
},
|
|
209
|
+
"tier": {
|
|
210
|
+
"silver": {
|
|
211
|
+
"background": {
|
|
212
|
+
"value": "#a6a3b4",
|
|
213
|
+
"public": true,
|
|
214
|
+
"isReferenceToInternal": true,
|
|
215
|
+
"filePath": "tokens/color/alias/badge.dark.json",
|
|
216
|
+
"isSource": true,
|
|
217
|
+
"original": {
|
|
218
|
+
"value": "{color.dark-mode.neutral.200.value}",
|
|
219
|
+
"public": true,
|
|
220
|
+
"isReferenceToInternal": true
|
|
221
|
+
},
|
|
222
|
+
"name": "color-dark-mode-badge-tier-silver-background",
|
|
223
|
+
"attributes": {
|
|
224
|
+
"category": "color",
|
|
225
|
+
"type": "dark-mode",
|
|
226
|
+
"item": "badge",
|
|
227
|
+
"subitem": "tier",
|
|
228
|
+
"state": "silver"
|
|
229
|
+
},
|
|
230
|
+
"path": [
|
|
231
|
+
"color",
|
|
232
|
+
"dark-mode",
|
|
233
|
+
"badge",
|
|
234
|
+
"tier",
|
|
235
|
+
"silver",
|
|
236
|
+
"background"
|
|
237
|
+
]
|
|
238
|
+
},
|
|
239
|
+
"foreground": {
|
|
240
|
+
"value": "#a6a3b4",
|
|
241
|
+
"public": true,
|
|
242
|
+
"filePath": "tokens/color/alias/badge.dark.json",
|
|
243
|
+
"isSource": true,
|
|
244
|
+
"original": {
|
|
245
|
+
"value": "{color.dark-mode.text.default-secondary.value}",
|
|
246
|
+
"public": true
|
|
247
|
+
},
|
|
248
|
+
"name": "color-dark-mode-badge-tier-silver-foreground",
|
|
249
|
+
"attributes": {
|
|
250
|
+
"category": "color",
|
|
251
|
+
"type": "dark-mode",
|
|
252
|
+
"item": "badge",
|
|
253
|
+
"subitem": "tier",
|
|
254
|
+
"state": "silver"
|
|
255
|
+
},
|
|
256
|
+
"path": [
|
|
257
|
+
"color",
|
|
258
|
+
"dark-mode",
|
|
259
|
+
"badge",
|
|
260
|
+
"tier",
|
|
261
|
+
"silver",
|
|
262
|
+
"foreground"
|
|
263
|
+
]
|
|
264
|
+
}
|
|
265
|
+
},
|
|
266
|
+
"gold": {
|
|
267
|
+
"background": {
|
|
268
|
+
"value": "#fff1a9",
|
|
269
|
+
"public": true,
|
|
270
|
+
"isReferenceToInternal": true,
|
|
271
|
+
"filePath": "tokens/color/alias/badge.dark.json",
|
|
272
|
+
"isSource": true,
|
|
273
|
+
"original": {
|
|
274
|
+
"value": "{color.dark-mode.brand.primary.200.value}",
|
|
275
|
+
"public": true,
|
|
276
|
+
"isReferenceToInternal": true
|
|
277
|
+
},
|
|
278
|
+
"name": "color-dark-mode-badge-tier-gold-background",
|
|
279
|
+
"attributes": {
|
|
280
|
+
"category": "color",
|
|
281
|
+
"type": "dark-mode",
|
|
282
|
+
"item": "badge",
|
|
283
|
+
"subitem": "tier",
|
|
284
|
+
"state": "gold"
|
|
285
|
+
},
|
|
286
|
+
"path": [
|
|
287
|
+
"color",
|
|
288
|
+
"dark-mode",
|
|
289
|
+
"badge",
|
|
290
|
+
"tier",
|
|
291
|
+
"gold",
|
|
292
|
+
"background"
|
|
293
|
+
]
|
|
294
|
+
},
|
|
295
|
+
"foreground": {
|
|
296
|
+
"value": "#705e00",
|
|
297
|
+
"public": true,
|
|
298
|
+
"filePath": "tokens/color/alias/badge.dark.json",
|
|
299
|
+
"isSource": true,
|
|
300
|
+
"original": {
|
|
301
|
+
"value": "{color.dark-mode.brand.primary.600.value}",
|
|
302
|
+
"public": true
|
|
303
|
+
},
|
|
304
|
+
"name": "color-dark-mode-badge-tier-gold-foreground",
|
|
305
|
+
"attributes": {
|
|
306
|
+
"category": "color",
|
|
307
|
+
"type": "dark-mode",
|
|
308
|
+
"item": "badge",
|
|
309
|
+
"subitem": "tier",
|
|
310
|
+
"state": "gold"
|
|
311
|
+
},
|
|
312
|
+
"path": [
|
|
313
|
+
"color",
|
|
314
|
+
"dark-mode",
|
|
315
|
+
"badge",
|
|
316
|
+
"tier",
|
|
317
|
+
"gold",
|
|
318
|
+
"foreground"
|
|
319
|
+
]
|
|
320
|
+
}
|
|
321
|
+
},
|
|
322
|
+
"platinum": {
|
|
323
|
+
"background": {
|
|
324
|
+
"value": "#d0c6ff",
|
|
325
|
+
"public": true,
|
|
326
|
+
"isReferenceToInternal": true,
|
|
327
|
+
"filePath": "tokens/color/alias/badge.dark.json",
|
|
328
|
+
"isSource": true,
|
|
329
|
+
"original": {
|
|
330
|
+
"value": "{color.dark-mode.brand.secondary.200.value}",
|
|
331
|
+
"public": true,
|
|
332
|
+
"isReferenceToInternal": true
|
|
333
|
+
},
|
|
334
|
+
"name": "color-dark-mode-badge-tier-platinum-background",
|
|
335
|
+
"attributes": {
|
|
336
|
+
"category": "color",
|
|
337
|
+
"type": "dark-mode",
|
|
338
|
+
"item": "badge",
|
|
339
|
+
"subitem": "tier",
|
|
340
|
+
"state": "platinum"
|
|
341
|
+
},
|
|
342
|
+
"path": [
|
|
343
|
+
"color",
|
|
344
|
+
"dark-mode",
|
|
345
|
+
"badge",
|
|
346
|
+
"tier",
|
|
347
|
+
"platinum",
|
|
348
|
+
"background"
|
|
349
|
+
]
|
|
350
|
+
},
|
|
351
|
+
"foreground": {
|
|
352
|
+
"value": "#4e39a8",
|
|
353
|
+
"public": true,
|
|
354
|
+
"isReferenceToInternal": true,
|
|
355
|
+
"filePath": "tokens/color/alias/badge.dark.json",
|
|
356
|
+
"isSource": true,
|
|
357
|
+
"original": {
|
|
358
|
+
"value": "{color.dark-mode.brand.secondary.500.value}",
|
|
359
|
+
"public": true,
|
|
360
|
+
"isReferenceToInternal": true
|
|
361
|
+
},
|
|
362
|
+
"name": "color-dark-mode-badge-tier-platinum-foreground",
|
|
363
|
+
"attributes": {
|
|
364
|
+
"category": "color",
|
|
365
|
+
"type": "dark-mode",
|
|
366
|
+
"item": "badge",
|
|
367
|
+
"subitem": "tier",
|
|
368
|
+
"state": "platinum"
|
|
369
|
+
},
|
|
370
|
+
"path": [
|
|
371
|
+
"color",
|
|
372
|
+
"dark-mode",
|
|
373
|
+
"badge",
|
|
374
|
+
"tier",
|
|
375
|
+
"platinum",
|
|
376
|
+
"foreground"
|
|
377
|
+
]
|
|
378
|
+
}
|
|
379
|
+
},
|
|
380
|
+
"diamond": {
|
|
381
|
+
"background": {
|
|
382
|
+
"value": "#f0fdff",
|
|
383
|
+
"public": true,
|
|
384
|
+
"isReferenceToInternal": true,
|
|
385
|
+
"filePath": "tokens/color/alias/badge.dark.json",
|
|
386
|
+
"isSource": true,
|
|
387
|
+
"original": {
|
|
388
|
+
"value": "#f0fdff",
|
|
389
|
+
"public": true,
|
|
390
|
+
"isReferenceToInternal": true
|
|
391
|
+
},
|
|
392
|
+
"name": "color-dark-mode-badge-tier-diamond-background",
|
|
393
|
+
"attributes": {
|
|
394
|
+
"category": "color",
|
|
395
|
+
"type": "dark-mode",
|
|
396
|
+
"item": "badge",
|
|
397
|
+
"subitem": "tier",
|
|
398
|
+
"state": "diamond"
|
|
399
|
+
},
|
|
400
|
+
"path": [
|
|
401
|
+
"color",
|
|
402
|
+
"dark-mode",
|
|
403
|
+
"badge",
|
|
404
|
+
"tier",
|
|
405
|
+
"diamond",
|
|
406
|
+
"background"
|
|
407
|
+
]
|
|
408
|
+
},
|
|
409
|
+
"foreground": {
|
|
410
|
+
"value": "#8a70ff",
|
|
411
|
+
"public": true,
|
|
412
|
+
"filePath": "tokens/color/alias/badge.dark.json",
|
|
413
|
+
"isSource": true,
|
|
414
|
+
"original": {
|
|
415
|
+
"value": "{color.dark-mode.brand.secondary.400.value}",
|
|
416
|
+
"public": true
|
|
417
|
+
},
|
|
418
|
+
"name": "color-dark-mode-badge-tier-diamond-foreground",
|
|
419
|
+
"attributes": {
|
|
420
|
+
"category": "color",
|
|
421
|
+
"type": "dark-mode",
|
|
422
|
+
"item": "badge",
|
|
423
|
+
"subitem": "tier",
|
|
424
|
+
"state": "diamond"
|
|
425
|
+
},
|
|
426
|
+
"path": [
|
|
427
|
+
"color",
|
|
428
|
+
"dark-mode",
|
|
429
|
+
"badge",
|
|
430
|
+
"tier",
|
|
431
|
+
"diamond",
|
|
432
|
+
"foreground"
|
|
433
|
+
]
|
|
434
|
+
}
|
|
435
|
+
}
|
|
208
436
|
}
|
|
209
437
|
},
|
|
210
438
|
"banner": {
|
|
@@ -890,7 +1118,7 @@
|
|
|
890
1118
|
"filePath": "tokens/color/alias/button.dark.json",
|
|
891
1119
|
"isSource": true,
|
|
892
1120
|
"original": {
|
|
893
|
-
"value": "{color.dark-mode.neutral.
|
|
1121
|
+
"value": "{color.dark-mode.neutral.100.value}",
|
|
894
1122
|
"public": true,
|
|
895
1123
|
"isReferenceToInternal": true
|
|
896
1124
|
},
|
|
@@ -946,7 +1174,7 @@
|
|
|
946
1174
|
"filePath": "tokens/color/alias/button.dark.json",
|
|
947
1175
|
"isSource": true,
|
|
948
1176
|
"original": {
|
|
949
|
-
"value": "{color.dark-mode.neutral.
|
|
1177
|
+
"value": "{color.dark-mode.neutral.100.value}",
|
|
950
1178
|
"public": true,
|
|
951
1179
|
"isReferenceToInternal": true
|
|
952
1180
|
},
|
|
@@ -1090,7 +1318,7 @@
|
|
|
1090
1318
|
"filePath": "tokens/color/alias/button.dark.json",
|
|
1091
1319
|
"isSource": true,
|
|
1092
1320
|
"original": {
|
|
1093
|
-
"value": "{color.dark-mode.neutral.
|
|
1321
|
+
"value": "{color.dark-mode.neutral.100.value}",
|
|
1094
1322
|
"public": true,
|
|
1095
1323
|
"isReferenceToInternal": true
|
|
1096
1324
|
},
|
|
@@ -1146,7 +1374,7 @@
|
|
|
1146
1374
|
"filePath": "tokens/color/alias/button.dark.json",
|
|
1147
1375
|
"isSource": true,
|
|
1148
1376
|
"original": {
|
|
1149
|
-
"value": "{color.dark-mode.neutral.
|
|
1377
|
+
"value": "{color.dark-mode.neutral.100.value}",
|
|
1150
1378
|
"public": true,
|
|
1151
1379
|
"isReferenceToInternal": true
|
|
1152
1380
|
},
|
|
@@ -1608,7 +1836,7 @@
|
|
|
1608
1836
|
"filePath": "tokens/color/alias/button.dark.json",
|
|
1609
1837
|
"isSource": true,
|
|
1610
1838
|
"original": {
|
|
1611
|
-
"value": "{color.dark-mode.neutral.
|
|
1839
|
+
"value": "{color.dark-mode.neutral.100.value}",
|
|
1612
1840
|
"public": true,
|
|
1613
1841
|
"isReferenceToInternal": true
|
|
1614
1842
|
},
|
|
@@ -1664,7 +1892,7 @@
|
|
|
1664
1892
|
"filePath": "tokens/color/alias/button.dark.json",
|
|
1665
1893
|
"isSource": true,
|
|
1666
1894
|
"original": {
|
|
1667
|
-
"value": "{color.dark-mode.neutral.
|
|
1895
|
+
"value": "{color.dark-mode.neutral.100.value}",
|
|
1668
1896
|
"public": true,
|
|
1669
1897
|
"isReferenceToInternal": true
|
|
1670
1898
|
},
|
|
@@ -1976,7 +2204,7 @@
|
|
|
1976
2204
|
},
|
|
1977
2205
|
"foreground": {
|
|
1978
2206
|
"off": {
|
|
1979
|
-
"value": "#
|
|
2207
|
+
"value": "#e7e7eb",
|
|
1980
2208
|
"public": true,
|
|
1981
2209
|
"isReferenceToInternal": true,
|
|
1982
2210
|
"filePath": "tokens/color/alias/button.dark.json",
|
|
@@ -2083,7 +2311,7 @@
|
|
|
2083
2311
|
]
|
|
2084
2312
|
},
|
|
2085
2313
|
"reverse": {
|
|
2086
|
-
"value": "#
|
|
2314
|
+
"value": "#e7e7eb",
|
|
2087
2315
|
"public": true,
|
|
2088
2316
|
"isReferenceToInternal": true,
|
|
2089
2317
|
"filePath": "tokens/color/alias/defaults.dark.json",
|
|
@@ -2684,7 +2912,7 @@
|
|
|
2684
2912
|
]
|
|
2685
2913
|
},
|
|
2686
2914
|
"hover": {
|
|
2687
|
-
"value": "#
|
|
2915
|
+
"value": "#8a70ff",
|
|
2688
2916
|
"public": true,
|
|
2689
2917
|
"isReferenceToInternal": true,
|
|
2690
2918
|
"filePath": "tokens/color/alias/link.dark.json",
|
|
@@ -2709,7 +2937,7 @@
|
|
|
2709
2937
|
]
|
|
2710
2938
|
},
|
|
2711
2939
|
"active": {
|
|
2712
|
-
"value": "#
|
|
2940
|
+
"value": "#8a70ff",
|
|
2713
2941
|
"public": true,
|
|
2714
2942
|
"isReferenceToInternal": true,
|
|
2715
2943
|
"filePath": "tokens/color/alias/link.dark.json",
|
|
@@ -2734,7 +2962,7 @@
|
|
|
2734
2962
|
]
|
|
2735
2963
|
},
|
|
2736
2964
|
"visited": {
|
|
2737
|
-
"value": "#
|
|
2965
|
+
"value": "#8a70ff",
|
|
2738
2966
|
"public": true,
|
|
2739
2967
|
"isReferenceToInternal": true,
|
|
2740
2968
|
"filePath": "tokens/color/alias/link.dark.json",
|
|
@@ -3280,7 +3508,7 @@
|
|
|
3280
3508
|
]
|
|
3281
3509
|
},
|
|
3282
3510
|
"active": {
|
|
3283
|
-
"value": "#
|
|
3511
|
+
"value": "#8a70ff",
|
|
3284
3512
|
"public": true,
|
|
3285
3513
|
"isReferenceToInternal": true,
|
|
3286
3514
|
"filePath": "tokens/color/alias/table.dark.json",
|
|
@@ -3533,7 +3761,7 @@
|
|
|
3533
3761
|
]
|
|
3534
3762
|
},
|
|
3535
3763
|
"foreground": {
|
|
3536
|
-
"value": "#
|
|
3764
|
+
"value": "#e7e7eb",
|
|
3537
3765
|
"public": true,
|
|
3538
3766
|
"isReferenceToInternal": true,
|
|
3539
3767
|
"filePath": "tokens/color/alias/tags.dark.json",
|
|
@@ -3978,7 +4206,7 @@
|
|
|
3978
4206
|
},
|
|
3979
4207
|
"trigger-icon": {
|
|
3980
4208
|
"default": {
|
|
3981
|
-
"value": "#
|
|
4209
|
+
"value": "#e7e7eb",
|
|
3982
4210
|
"public": true,
|
|
3983
4211
|
"isReferenceToInternal": true,
|
|
3984
4212
|
"filePath": "tokens/color/alias/tooltip.dark.json",
|
|
@@ -4645,7 +4873,7 @@
|
|
|
4645
4873
|
},
|
|
4646
4874
|
"gradient": {
|
|
4647
4875
|
"sunrise": {
|
|
4648
|
-
"value": "linear-gradient(227.79deg, #
|
|
4876
|
+
"value": "linear-gradient(227.79deg, #1B0874 38.28%, #E65F35 100%)",
|
|
4649
4877
|
"type": "color",
|
|
4650
4878
|
"public": true,
|
|
4651
4879
|
"filePath": "tokens/color/base/gradients.dark.json",
|
|
@@ -4655,7 +4883,7 @@
|
|
|
4655
4883
|
"type": "linear-gradient",
|
|
4656
4884
|
"angle": "227.79deg",
|
|
4657
4885
|
"colors": {
|
|
4658
|
-
"1": "#
|
|
4886
|
+
"1": "#1B0874 38.28%",
|
|
4659
4887
|
"2": "#E65F35 100%"
|
|
4660
4888
|
}
|
|
4661
4889
|
},
|
|
@@ -4677,7 +4905,7 @@
|
|
|
4677
4905
|
]
|
|
4678
4906
|
},
|
|
4679
4907
|
"sunset": {
|
|
4680
|
-
"value": "linear-gradient(48.24deg, #EF13AD 0%, #
|
|
4908
|
+
"value": "linear-gradient(48.24deg, #EF13AD 0%, #1B0874 66.25%)",
|
|
4681
4909
|
"type": "color",
|
|
4682
4910
|
"public": true,
|
|
4683
4911
|
"filePath": "tokens/color/base/gradients.dark.json",
|
|
@@ -4688,7 +4916,7 @@
|
|
|
4688
4916
|
"angle": "48.24deg",
|
|
4689
4917
|
"colors": {
|
|
4690
4918
|
"1": "#EF13AD 0%",
|
|
4691
|
-
"2": "#
|
|
4919
|
+
"2": "#1B0874 66.25%"
|
|
4692
4920
|
}
|
|
4693
4921
|
},
|
|
4694
4922
|
"type": "color",
|
|
@@ -4709,7 +4937,7 @@
|
|
|
4709
4937
|
]
|
|
4710
4938
|
},
|
|
4711
4939
|
"after-hours": {
|
|
4712
|
-
"value": "linear-gradient(228.64deg, #
|
|
4940
|
+
"value": "linear-gradient(228.64deg, #1B0874 41.87%, #29B2FF 100%)",
|
|
4713
4941
|
"type": "color",
|
|
4714
4942
|
"public": true,
|
|
4715
4943
|
"filePath": "tokens/color/base/gradients.dark.json",
|
|
@@ -4719,7 +4947,7 @@
|
|
|
4719
4947
|
"type": "linear-gradient",
|
|
4720
4948
|
"angle": "228.64deg",
|
|
4721
4949
|
"colors": {
|
|
4722
|
-
"1": "#
|
|
4950
|
+
"1": "#1B0874 41.87%",
|
|
4723
4951
|
"2": "#29B2FF 100%"
|
|
4724
4952
|
}
|
|
4725
4953
|
},
|
|
@@ -4741,7 +4969,7 @@
|
|
|
4741
4969
|
]
|
|
4742
4970
|
},
|
|
4743
4971
|
"midnight": {
|
|
4744
|
-
"value": "linear-gradient(228.64deg, #
|
|
4972
|
+
"value": "linear-gradient(228.64deg, #1B0874 46.34%, #00E0C3 100%)",
|
|
4745
4973
|
"type": "color",
|
|
4746
4974
|
"public": true,
|
|
4747
4975
|
"filePath": "tokens/color/base/gradients.dark.json",
|
|
@@ -4751,7 +4979,7 @@
|
|
|
4751
4979
|
"type": "linear-gradient",
|
|
4752
4980
|
"angle": "228.64deg",
|
|
4753
4981
|
"colors": {
|
|
4754
|
-
"1": "#
|
|
4982
|
+
"1": "#1B0874 46.34%",
|
|
4755
4983
|
"2": "#00E0C3 100%"
|
|
4756
4984
|
}
|
|
4757
4985
|
},
|
|
@@ -4883,44 +5111,6 @@
|
|
|
4883
5111
|
"background"
|
|
4884
5112
|
]
|
|
4885
5113
|
}
|
|
4886
|
-
},
|
|
4887
|
-
"loader": {
|
|
4888
|
-
"background": {
|
|
4889
|
-
"value": "linear-gradient(155deg, #3017A1 0%, #E34935 50%, #FCDC49 100%)",
|
|
4890
|
-
"type": "color",
|
|
4891
|
-
"excludeFromFigma": true,
|
|
4892
|
-
"filePath": "tokens/color/base/gradients.dark.json",
|
|
4893
|
-
"isSource": true,
|
|
4894
|
-
"original": {
|
|
4895
|
-
"value": {
|
|
4896
|
-
"type": "linear-gradient",
|
|
4897
|
-
"angle": "155deg",
|
|
4898
|
-
"colors": {
|
|
4899
|
-
"1": "#3017A1 0%",
|
|
4900
|
-
"2": "#E34935 50%",
|
|
4901
|
-
"3": "#FCDC49 100%"
|
|
4902
|
-
}
|
|
4903
|
-
},
|
|
4904
|
-
"type": "color",
|
|
4905
|
-
"excludeFromFigma": true
|
|
4906
|
-
},
|
|
4907
|
-
"name": "color-dark-mode-gradient-banner-loader-background",
|
|
4908
|
-
"attributes": {
|
|
4909
|
-
"category": "color",
|
|
4910
|
-
"type": "dark-mode",
|
|
4911
|
-
"item": "gradient",
|
|
4912
|
-
"subitem": "banner",
|
|
4913
|
-
"state": "loader"
|
|
4914
|
-
},
|
|
4915
|
-
"path": [
|
|
4916
|
-
"color",
|
|
4917
|
-
"dark-mode",
|
|
4918
|
-
"gradient",
|
|
4919
|
-
"banner",
|
|
4920
|
-
"loader",
|
|
4921
|
-
"background"
|
|
4922
|
-
]
|
|
4923
|
-
}
|
|
4924
5114
|
}
|
|
4925
5115
|
}
|
|
4926
5116
|
},
|
|
@@ -4949,11 +5139,11 @@
|
|
|
4949
5139
|
]
|
|
4950
5140
|
},
|
|
4951
5141
|
"visited": {
|
|
4952
|
-
"value": "#
|
|
5142
|
+
"value": "#8a70ff",
|
|
4953
5143
|
"filePath": "tokens/color/base/interactive.dark.json",
|
|
4954
5144
|
"isSource": true,
|
|
4955
5145
|
"original": {
|
|
4956
|
-
"value": "
|
|
5146
|
+
"value": "{color.dark-mode.brand.secondary.400.value}"
|
|
4957
5147
|
},
|
|
4958
5148
|
"name": "color-dark-mode-interactive-visited",
|
|
4959
5149
|
"attributes": {
|
|
@@ -5018,11 +5208,11 @@
|
|
|
5018
5208
|
]
|
|
5019
5209
|
},
|
|
5020
5210
|
"visited": {
|
|
5021
|
-
"value": "#
|
|
5211
|
+
"value": "#8a70ff",
|
|
5022
5212
|
"filePath": "tokens/color/base/interactive.dark.json",
|
|
5023
5213
|
"isSource": true,
|
|
5024
5214
|
"original": {
|
|
5025
|
-
"value": "
|
|
5215
|
+
"value": "{color.dark-mode.brand.secondary.400.value}"
|
|
5026
5216
|
},
|
|
5027
5217
|
"name": "color-dark-mode-interactive-reverse-visited",
|
|
5028
5218
|
"attributes": {
|
|
@@ -5064,11 +5254,11 @@
|
|
|
5064
5254
|
},
|
|
5065
5255
|
"neutral": {
|
|
5066
5256
|
"100": {
|
|
5067
|
-
"value": "#
|
|
5257
|
+
"value": "#e7e7eb",
|
|
5068
5258
|
"filePath": "tokens/color/base/neutral.dark.json",
|
|
5069
5259
|
"isSource": true,
|
|
5070
5260
|
"original": {
|
|
5071
|
-
"value": "#
|
|
5261
|
+
"value": "#E7E7EB"
|
|
5072
5262
|
},
|
|
5073
5263
|
"name": "color-dark-mode-neutral-100",
|
|
5074
5264
|
"attributes": {
|
|
@@ -5210,27 +5400,6 @@
|
|
|
5210
5400
|
"700"
|
|
5211
5401
|
]
|
|
5212
5402
|
},
|
|
5213
|
-
"050": {
|
|
5214
|
-
"value": "#e7e7eb",
|
|
5215
|
-
"filePath": "tokens/color/base/neutral.dark.json",
|
|
5216
|
-
"isSource": true,
|
|
5217
|
-
"original": {
|
|
5218
|
-
"value": "#E7E7EB"
|
|
5219
|
-
},
|
|
5220
|
-
"name": "color-dark-mode-neutral-050",
|
|
5221
|
-
"attributes": {
|
|
5222
|
-
"category": "color",
|
|
5223
|
-
"type": "dark-mode",
|
|
5224
|
-
"item": "neutral",
|
|
5225
|
-
"subitem": "050"
|
|
5226
|
-
},
|
|
5227
|
-
"path": [
|
|
5228
|
-
"color",
|
|
5229
|
-
"dark-mode",
|
|
5230
|
-
"neutral",
|
|
5231
|
-
"050"
|
|
5232
|
-
]
|
|
5233
|
-
},
|
|
5234
5403
|
"000": {
|
|
5235
5404
|
"value": "#ffffff",
|
|
5236
5405
|
"filePath": "tokens/color/base/neutral.dark.json",
|