@pantheon-systems/pds-design-tokens 0.1.0-dev.1 → 0.3.0-dev.0

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.
@@ -0,0 +1,1202 @@
1
+ {
2
+ "color": {
3
+ "light-mode": {
4
+ "background": {
5
+ "default": {
6
+ "value": "#ffffff",
7
+ "public": true,
8
+ "isReferenceToInternal": true,
9
+ "filePath": "tokens/color/alias/defaults.light.json",
10
+ "isSource": true,
11
+ "original": {
12
+ "value": "{color.light-mode.neutral.000.value}",
13
+ "public": true,
14
+ "isReferenceToInternal": true
15
+ },
16
+ "name": "color-light-mode-background-default",
17
+ "attributes": {
18
+ "category": "color",
19
+ "type": "light-mode",
20
+ "item": "background",
21
+ "subitem": "default"
22
+ },
23
+ "path": [
24
+ "color",
25
+ "light-mode",
26
+ "background",
27
+ "default"
28
+ ]
29
+ }
30
+ },
31
+ "border": {
32
+ "default": {
33
+ "value": "#71717c",
34
+ "public": true,
35
+ "isReferenceToInternal": true,
36
+ "filePath": "tokens/color/alias/defaults.light.json",
37
+ "isSource": true,
38
+ "original": {
39
+ "value": "{color.light-mode.neutral.400.value}",
40
+ "public": true,
41
+ "isReferenceToInternal": true
42
+ },
43
+ "name": "color-light-mode-border-default",
44
+ "attributes": {
45
+ "category": "color",
46
+ "type": "light-mode",
47
+ "item": "border",
48
+ "subitem": "default"
49
+ },
50
+ "path": [
51
+ "color",
52
+ "light-mode",
53
+ "border",
54
+ "default"
55
+ ]
56
+ }
57
+ },
58
+ "foreground": {
59
+ "default": {
60
+ "value": "#23232d",
61
+ "public": true,
62
+ "isReferenceToInternal": true,
63
+ "filePath": "tokens/color/alias/defaults.light.json",
64
+ "isSource": true,
65
+ "original": {
66
+ "value": "{color.light-mode.neutral.700.value}",
67
+ "public": true,
68
+ "isReferenceToInternal": true
69
+ },
70
+ "name": "color-light-mode-foreground-default",
71
+ "attributes": {
72
+ "category": "color",
73
+ "type": "light-mode",
74
+ "item": "foreground",
75
+ "subitem": "default"
76
+ },
77
+ "path": [
78
+ "color",
79
+ "light-mode",
80
+ "foreground",
81
+ "default"
82
+ ]
83
+ }
84
+ },
85
+ "input": {
86
+ "background": {
87
+ "default": {
88
+ "value": "#ffffff",
89
+ "public": true,
90
+ "isReferenceToInternal": true,
91
+ "filePath": "tokens/color/alias/input.light.json",
92
+ "isSource": true,
93
+ "original": {
94
+ "value": "{color.light-mode.neutral.000.value}",
95
+ "public": true,
96
+ "isReferenceToInternal": true
97
+ },
98
+ "name": "color-light-mode-input-background-default",
99
+ "attributes": {
100
+ "category": "color",
101
+ "type": "light-mode",
102
+ "item": "input",
103
+ "subitem": "background",
104
+ "state": "default"
105
+ },
106
+ "path": [
107
+ "color",
108
+ "light-mode",
109
+ "input",
110
+ "background",
111
+ "default"
112
+ ]
113
+ },
114
+ "disabled": {
115
+ "value": "#cfcfd3",
116
+ "public": true,
117
+ "isReferenceToInternal": true,
118
+ "filePath": "tokens/color/alias/input.light.json",
119
+ "isSource": true,
120
+ "original": {
121
+ "value": "{color.light-mode.neutral.100.value}",
122
+ "public": true,
123
+ "isReferenceToInternal": true
124
+ },
125
+ "name": "color-light-mode-input-background-disabled",
126
+ "attributes": {
127
+ "category": "color",
128
+ "type": "light-mode",
129
+ "item": "input",
130
+ "subitem": "background",
131
+ "state": "disabled"
132
+ },
133
+ "path": [
134
+ "color",
135
+ "light-mode",
136
+ "input",
137
+ "background",
138
+ "disabled"
139
+ ]
140
+ }
141
+ },
142
+ "border": {
143
+ "default": {
144
+ "value": "#71717c",
145
+ "public": true,
146
+ "filePath": "tokens/color/alias/input.light.json",
147
+ "isSource": true,
148
+ "original": {
149
+ "value": "{color.light-mode.border.default}",
150
+ "public": true
151
+ },
152
+ "name": "color-light-mode-input-border-default",
153
+ "attributes": {
154
+ "category": "color",
155
+ "type": "light-mode",
156
+ "item": "input",
157
+ "subitem": "border",
158
+ "state": "default"
159
+ },
160
+ "path": [
161
+ "color",
162
+ "light-mode",
163
+ "input",
164
+ "border",
165
+ "default"
166
+ ]
167
+ },
168
+ "disabled": {
169
+ "value": "#aeaeb6",
170
+ "public": true,
171
+ "isReferenceToInternal": true,
172
+ "filePath": "tokens/color/alias/input.light.json",
173
+ "isSource": true,
174
+ "original": {
175
+ "value": "{color.light-mode.neutral.200.value}",
176
+ "public": true,
177
+ "isReferenceToInternal": true
178
+ },
179
+ "name": "color-light-mode-input-border-disabled",
180
+ "attributes": {
181
+ "category": "color",
182
+ "type": "light-mode",
183
+ "item": "input",
184
+ "subitem": "border",
185
+ "state": "disabled"
186
+ },
187
+ "path": [
188
+ "color",
189
+ "light-mode",
190
+ "input",
191
+ "border",
192
+ "disabled"
193
+ ]
194
+ }
195
+ }
196
+ },
197
+ "link": {
198
+ "default": {
199
+ "value": "#0f62fe",
200
+ "public": true,
201
+ "isReferenceToInternal": true,
202
+ "filePath": "tokens/color/alias/interactive.light.json",
203
+ "isSource": true,
204
+ "original": {
205
+ "value": "{color.light-mode.interactive.link.400.value}",
206
+ "public": true,
207
+ "isReferenceToInternal": true
208
+ },
209
+ "name": "color-light-mode-link-default",
210
+ "attributes": {
211
+ "category": "color",
212
+ "type": "light-mode",
213
+ "item": "link",
214
+ "subitem": "default"
215
+ },
216
+ "path": [
217
+ "color",
218
+ "light-mode",
219
+ "link",
220
+ "default"
221
+ ]
222
+ },
223
+ "hover": {
224
+ "value": "#003cac",
225
+ "public": true,
226
+ "isReferenceToInternal": true,
227
+ "filePath": "tokens/color/alias/interactive.light.json",
228
+ "isSource": true,
229
+ "original": {
230
+ "value": "{color.light-mode.interactive.link.500.value}",
231
+ "public": true,
232
+ "isReferenceToInternal": true
233
+ },
234
+ "name": "color-light-mode-link-hover",
235
+ "attributes": {
236
+ "category": "color",
237
+ "type": "light-mode",
238
+ "item": "link",
239
+ "subitem": "hover"
240
+ },
241
+ "path": [
242
+ "color",
243
+ "light-mode",
244
+ "link",
245
+ "hover"
246
+ ]
247
+ },
248
+ "active": {
249
+ "value": "#003cac",
250
+ "public": true,
251
+ "isReferenceToInternal": true,
252
+ "filePath": "tokens/color/alias/interactive.light.json",
253
+ "isSource": true,
254
+ "original": {
255
+ "value": "{color.light-mode.interactive.link.500.value}",
256
+ "public": true,
257
+ "isReferenceToInternal": true
258
+ },
259
+ "name": "color-light-mode-link-active",
260
+ "attributes": {
261
+ "category": "color",
262
+ "type": "light-mode",
263
+ "item": "link",
264
+ "subitem": "active"
265
+ },
266
+ "path": [
267
+ "color",
268
+ "light-mode",
269
+ "link",
270
+ "active"
271
+ ]
272
+ },
273
+ "visited": {
274
+ "value": "#967fff",
275
+ "public": true,
276
+ "isReferenceToInternal": true,
277
+ "filePath": "tokens/color/alias/interactive.light.json",
278
+ "isSource": true,
279
+ "original": {
280
+ "value": "{color.light-mode.interactive.visited.400.value}",
281
+ "public": true,
282
+ "isReferenceToInternal": true
283
+ },
284
+ "name": "color-light-mode-link-visited",
285
+ "attributes": {
286
+ "category": "color",
287
+ "type": "light-mode",
288
+ "item": "link",
289
+ "subitem": "visited"
290
+ },
291
+ "path": [
292
+ "color",
293
+ "light-mode",
294
+ "link",
295
+ "visited"
296
+ ]
297
+ }
298
+ },
299
+ "text": {
300
+ "default": {
301
+ "value": "#23232d",
302
+ "public": true,
303
+ "isReferenceToInternal": true,
304
+ "filePath": "tokens/color/alias/typography.light.json",
305
+ "isSource": true,
306
+ "original": {
307
+ "value": "{color.light-mode.neutral.700.value}",
308
+ "public": true,
309
+ "isReferenceToInternal": true
310
+ },
311
+ "name": "color-light-mode-text-default",
312
+ "attributes": {
313
+ "category": "color",
314
+ "type": "light-mode",
315
+ "item": "text",
316
+ "subitem": "default"
317
+ },
318
+ "path": [
319
+ "color",
320
+ "light-mode",
321
+ "text",
322
+ "default"
323
+ ]
324
+ },
325
+ "headings": {
326
+ "value": "#23232d",
327
+ "public": true,
328
+ "filePath": "tokens/color/alias/typography.light.json",
329
+ "isSource": true,
330
+ "original": {
331
+ "value": "{color.light-mode.text.default}",
332
+ "public": true
333
+ },
334
+ "name": "color-light-mode-text-headings",
335
+ "attributes": {
336
+ "category": "color",
337
+ "type": "light-mode",
338
+ "item": "text",
339
+ "subitem": "headings"
340
+ },
341
+ "path": [
342
+ "color",
343
+ "light-mode",
344
+ "text",
345
+ "headings"
346
+ ]
347
+ }
348
+ },
349
+ "interactive": {
350
+ "link": {
351
+ "400": {
352
+ "value": "#0f62fe",
353
+ "filePath": "tokens/color/base/interactive.light.json",
354
+ "isSource": true,
355
+ "original": {
356
+ "value": "#0F62FE"
357
+ },
358
+ "name": "color-light-mode-interactive-link-400",
359
+ "attributes": {
360
+ "category": "color",
361
+ "type": "light-mode",
362
+ "item": "interactive",
363
+ "subitem": "link",
364
+ "state": "400"
365
+ },
366
+ "path": [
367
+ "color",
368
+ "light-mode",
369
+ "interactive",
370
+ "link",
371
+ "400"
372
+ ]
373
+ },
374
+ "500": {
375
+ "value": "#003cac",
376
+ "filePath": "tokens/color/base/interactive.light.json",
377
+ "isSource": true,
378
+ "original": {
379
+ "value": "#003CAC"
380
+ },
381
+ "name": "color-light-mode-interactive-link-500",
382
+ "attributes": {
383
+ "category": "color",
384
+ "type": "light-mode",
385
+ "item": "interactive",
386
+ "subitem": "link",
387
+ "state": "500"
388
+ },
389
+ "path": [
390
+ "color",
391
+ "light-mode",
392
+ "interactive",
393
+ "link",
394
+ "500"
395
+ ]
396
+ }
397
+ },
398
+ "visited": {
399
+ "400": {
400
+ "value": "#967fff",
401
+ "filePath": "tokens/color/base/interactive.light.json",
402
+ "isSource": true,
403
+ "original": {
404
+ "value": "#967FFF"
405
+ },
406
+ "name": "color-light-mode-interactive-visited-400",
407
+ "attributes": {
408
+ "category": "color",
409
+ "type": "light-mode",
410
+ "item": "interactive",
411
+ "subitem": "visited",
412
+ "state": "400"
413
+ },
414
+ "path": [
415
+ "color",
416
+ "light-mode",
417
+ "interactive",
418
+ "visited",
419
+ "400"
420
+ ]
421
+ },
422
+ "500": {
423
+ "value": "#5f41e5",
424
+ "filePath": "tokens/color/base/interactive.light.json",
425
+ "isSource": true,
426
+ "original": {
427
+ "value": "#5F41E5"
428
+ },
429
+ "name": "color-light-mode-interactive-visited-500",
430
+ "attributes": {
431
+ "category": "color",
432
+ "type": "light-mode",
433
+ "item": "interactive",
434
+ "subitem": "visited",
435
+ "state": "500"
436
+ },
437
+ "path": [
438
+ "color",
439
+ "light-mode",
440
+ "interactive",
441
+ "visited",
442
+ "500"
443
+ ]
444
+ }
445
+ }
446
+ },
447
+ "neutral": {
448
+ "100": {
449
+ "value": "#cfcfd3",
450
+ "filePath": "tokens/color/base/neutral.light.json",
451
+ "isSource": true,
452
+ "original": {
453
+ "value": "#CFCFD3"
454
+ },
455
+ "name": "color-light-mode-neutral-100",
456
+ "attributes": {
457
+ "category": "color",
458
+ "type": "light-mode",
459
+ "item": "neutral",
460
+ "subitem": "100"
461
+ },
462
+ "path": [
463
+ "color",
464
+ "light-mode",
465
+ "neutral",
466
+ "100"
467
+ ]
468
+ },
469
+ "200": {
470
+ "value": "#aeaeb6",
471
+ "filePath": "tokens/color/base/neutral.light.json",
472
+ "isSource": true,
473
+ "original": {
474
+ "value": "#AEAEB6"
475
+ },
476
+ "name": "color-light-mode-neutral-200",
477
+ "attributes": {
478
+ "category": "color",
479
+ "type": "light-mode",
480
+ "item": "neutral",
481
+ "subitem": "200"
482
+ },
483
+ "path": [
484
+ "color",
485
+ "light-mode",
486
+ "neutral",
487
+ "200"
488
+ ]
489
+ },
490
+ "300": {
491
+ "value": "#8f8f99",
492
+ "filePath": "tokens/color/base/neutral.light.json",
493
+ "isSource": true,
494
+ "original": {
495
+ "value": "#8F8F99"
496
+ },
497
+ "name": "color-light-mode-neutral-300",
498
+ "attributes": {
499
+ "category": "color",
500
+ "type": "light-mode",
501
+ "item": "neutral",
502
+ "subitem": "300"
503
+ },
504
+ "path": [
505
+ "color",
506
+ "light-mode",
507
+ "neutral",
508
+ "300"
509
+ ]
510
+ },
511
+ "400": {
512
+ "value": "#71717c",
513
+ "filePath": "tokens/color/base/neutral.light.json",
514
+ "isSource": true,
515
+ "original": {
516
+ "value": "#71717C"
517
+ },
518
+ "name": "color-light-mode-neutral-400",
519
+ "attributes": {
520
+ "category": "color",
521
+ "type": "light-mode",
522
+ "item": "neutral",
523
+ "subitem": "400"
524
+ },
525
+ "path": [
526
+ "color",
527
+ "light-mode",
528
+ "neutral",
529
+ "400"
530
+ ]
531
+ },
532
+ "500": {
533
+ "value": "#54545f",
534
+ "filePath": "tokens/color/base/neutral.light.json",
535
+ "isSource": true,
536
+ "original": {
537
+ "value": "#54545F"
538
+ },
539
+ "name": "color-light-mode-neutral-500",
540
+ "attributes": {
541
+ "category": "color",
542
+ "type": "light-mode",
543
+ "item": "neutral",
544
+ "subitem": "500"
545
+ },
546
+ "path": [
547
+ "color",
548
+ "light-mode",
549
+ "neutral",
550
+ "500"
551
+ ]
552
+ },
553
+ "600": {
554
+ "value": "#393942",
555
+ "filePath": "tokens/color/base/neutral.light.json",
556
+ "isSource": true,
557
+ "original": {
558
+ "value": "#393942"
559
+ },
560
+ "name": "color-light-mode-neutral-600",
561
+ "attributes": {
562
+ "category": "color",
563
+ "type": "light-mode",
564
+ "item": "neutral",
565
+ "subitem": "600"
566
+ },
567
+ "path": [
568
+ "color",
569
+ "light-mode",
570
+ "neutral",
571
+ "600"
572
+ ]
573
+ },
574
+ "700": {
575
+ "value": "#23232d",
576
+ "filePath": "tokens/color/base/neutral.light.json",
577
+ "isSource": true,
578
+ "original": {
579
+ "value": "#23232D"
580
+ },
581
+ "name": "color-light-mode-neutral-700",
582
+ "attributes": {
583
+ "category": "color",
584
+ "type": "light-mode",
585
+ "item": "neutral",
586
+ "subitem": "700"
587
+ },
588
+ "path": [
589
+ "color",
590
+ "light-mode",
591
+ "neutral",
592
+ "700"
593
+ ]
594
+ },
595
+ "050": {
596
+ "value": "#f1f1f1",
597
+ "filePath": "tokens/color/base/neutral.light.json",
598
+ "isSource": true,
599
+ "original": {
600
+ "value": "#F1F1F1"
601
+ },
602
+ "name": "color-light-mode-neutral-050",
603
+ "attributes": {
604
+ "category": "color",
605
+ "type": "light-mode",
606
+ "item": "neutral",
607
+ "subitem": "050"
608
+ },
609
+ "path": [
610
+ "color",
611
+ "light-mode",
612
+ "neutral",
613
+ "050"
614
+ ]
615
+ },
616
+ "000": {
617
+ "value": "#ffffff",
618
+ "filePath": "tokens/color/base/neutral.light.json",
619
+ "isSource": true,
620
+ "original": {
621
+ "value": "#FFFFFF"
622
+ },
623
+ "name": "color-light-mode-neutral-000",
624
+ "attributes": {
625
+ "category": "color",
626
+ "type": "light-mode",
627
+ "item": "neutral",
628
+ "subitem": "000"
629
+ },
630
+ "path": [
631
+ "color",
632
+ "light-mode",
633
+ "neutral",
634
+ "000"
635
+ ]
636
+ }
637
+ },
638
+ "semantic": {
639
+ "error": {
640
+ "100": {
641
+ "value": "#ffebeb",
642
+ "filePath": "tokens/color/base/semantic.light.json",
643
+ "isSource": true,
644
+ "original": {
645
+ "value": "#FFEBEB"
646
+ },
647
+ "name": "color-light-mode-semantic-error-100",
648
+ "attributes": {
649
+ "category": "color",
650
+ "type": "light-mode",
651
+ "item": "semantic",
652
+ "subitem": "error",
653
+ "state": "100"
654
+ },
655
+ "path": [
656
+ "color",
657
+ "light-mode",
658
+ "semantic",
659
+ "error",
660
+ "100"
661
+ ]
662
+ },
663
+ "200": {
664
+ "value": "#ff9090",
665
+ "filePath": "tokens/color/base/semantic.light.json",
666
+ "isSource": true,
667
+ "original": {
668
+ "value": "#FF9090"
669
+ },
670
+ "name": "color-light-mode-semantic-error-200",
671
+ "attributes": {
672
+ "category": "color",
673
+ "type": "light-mode",
674
+ "item": "semantic",
675
+ "subitem": "error",
676
+ "state": "200"
677
+ },
678
+ "path": [
679
+ "color",
680
+ "light-mode",
681
+ "semantic",
682
+ "error",
683
+ "200"
684
+ ]
685
+ },
686
+ "300": {
687
+ "value": "#f83333",
688
+ "filePath": "tokens/color/base/semantic.light.json",
689
+ "isSource": true,
690
+ "original": {
691
+ "value": "#F83333"
692
+ },
693
+ "name": "color-light-mode-semantic-error-300",
694
+ "attributes": {
695
+ "category": "color",
696
+ "type": "light-mode",
697
+ "item": "semantic",
698
+ "subitem": "error",
699
+ "state": "300"
700
+ },
701
+ "path": [
702
+ "color",
703
+ "light-mode",
704
+ "semantic",
705
+ "error",
706
+ "300"
707
+ ]
708
+ },
709
+ "400": {
710
+ "value": "#d61f1f",
711
+ "filePath": "tokens/color/base/semantic.light.json",
712
+ "isSource": true,
713
+ "original": {
714
+ "value": "#D61F1F"
715
+ },
716
+ "name": "color-light-mode-semantic-error-400",
717
+ "attributes": {
718
+ "category": "color",
719
+ "type": "light-mode",
720
+ "item": "semantic",
721
+ "subitem": "error",
722
+ "state": "400"
723
+ },
724
+ "path": [
725
+ "color",
726
+ "light-mode",
727
+ "semantic",
728
+ "error",
729
+ "400"
730
+ ]
731
+ },
732
+ "500": {
733
+ "value": "#920303",
734
+ "filePath": "tokens/color/base/semantic.light.json",
735
+ "isSource": true,
736
+ "original": {
737
+ "value": "#920303"
738
+ },
739
+ "name": "color-light-mode-semantic-error-500",
740
+ "attributes": {
741
+ "category": "color",
742
+ "type": "light-mode",
743
+ "item": "semantic",
744
+ "subitem": "error",
745
+ "state": "500"
746
+ },
747
+ "path": [
748
+ "color",
749
+ "light-mode",
750
+ "semantic",
751
+ "error",
752
+ "500"
753
+ ]
754
+ },
755
+ "600": {
756
+ "value": "#700000",
757
+ "filePath": "tokens/color/base/semantic.light.json",
758
+ "isSource": true,
759
+ "original": {
760
+ "value": "#700000"
761
+ },
762
+ "name": "color-light-mode-semantic-error-600",
763
+ "attributes": {
764
+ "category": "color",
765
+ "type": "light-mode",
766
+ "item": "semantic",
767
+ "subitem": "error",
768
+ "state": "600"
769
+ },
770
+ "path": [
771
+ "color",
772
+ "light-mode",
773
+ "semantic",
774
+ "error",
775
+ "600"
776
+ ]
777
+ }
778
+ },
779
+ "warning": {
780
+ "100": {
781
+ "value": "#fff4e5",
782
+ "filePath": "tokens/color/base/semantic.light.json",
783
+ "isSource": true,
784
+ "original": {
785
+ "value": "#FFF4E5"
786
+ },
787
+ "name": "color-light-mode-semantic-warning-100",
788
+ "attributes": {
789
+ "category": "color",
790
+ "type": "light-mode",
791
+ "item": "semantic",
792
+ "subitem": "warning",
793
+ "state": "100"
794
+ },
795
+ "path": [
796
+ "color",
797
+ "light-mode",
798
+ "semantic",
799
+ "warning",
800
+ "100"
801
+ ]
802
+ },
803
+ "200": {
804
+ "value": "#fec57b",
805
+ "filePath": "tokens/color/base/semantic.light.json",
806
+ "isSource": true,
807
+ "original": {
808
+ "value": "#FEC57B"
809
+ },
810
+ "name": "color-light-mode-semantic-warning-200",
811
+ "attributes": {
812
+ "category": "color",
813
+ "type": "light-mode",
814
+ "item": "semantic",
815
+ "subitem": "warning",
816
+ "state": "200"
817
+ },
818
+ "path": [
819
+ "color",
820
+ "light-mode",
821
+ "semantic",
822
+ "warning",
823
+ "200"
824
+ ]
825
+ },
826
+ "300": {
827
+ "value": "#d97008",
828
+ "filePath": "tokens/color/base/semantic.light.json",
829
+ "isSource": true,
830
+ "original": {
831
+ "value": "#D97008"
832
+ },
833
+ "name": "color-light-mode-semantic-warning-300",
834
+ "attributes": {
835
+ "category": "color",
836
+ "type": "light-mode",
837
+ "item": "semantic",
838
+ "subitem": "warning",
839
+ "state": "300"
840
+ },
841
+ "path": [
842
+ "color",
843
+ "light-mode",
844
+ "semantic",
845
+ "warning",
846
+ "300"
847
+ ]
848
+ },
849
+ "400": {
850
+ "value": "#b65c02",
851
+ "filePath": "tokens/color/base/semantic.light.json",
852
+ "isSource": true,
853
+ "original": {
854
+ "value": "#B65C02"
855
+ },
856
+ "name": "color-light-mode-semantic-warning-400",
857
+ "attributes": {
858
+ "category": "color",
859
+ "type": "light-mode",
860
+ "item": "semantic",
861
+ "subitem": "warning",
862
+ "state": "400"
863
+ },
864
+ "path": [
865
+ "color",
866
+ "light-mode",
867
+ "semantic",
868
+ "warning",
869
+ "400"
870
+ ]
871
+ },
872
+ "500": {
873
+ "value": "#5f3811",
874
+ "filePath": "tokens/color/base/semantic.light.json",
875
+ "isSource": true,
876
+ "original": {
877
+ "value": "#5F3811"
878
+ },
879
+ "name": "color-light-mode-semantic-warning-500",
880
+ "attributes": {
881
+ "category": "color",
882
+ "type": "light-mode",
883
+ "item": "semantic",
884
+ "subitem": "warning",
885
+ "state": "500"
886
+ },
887
+ "path": [
888
+ "color",
889
+ "light-mode",
890
+ "semantic",
891
+ "warning",
892
+ "500"
893
+ ]
894
+ },
895
+ "600": {
896
+ "value": "#43290f",
897
+ "filePath": "tokens/color/base/semantic.light.json",
898
+ "isSource": true,
899
+ "original": {
900
+ "value": "#43290F"
901
+ },
902
+ "name": "color-light-mode-semantic-warning-600",
903
+ "attributes": {
904
+ "category": "color",
905
+ "type": "light-mode",
906
+ "item": "semantic",
907
+ "subitem": "warning",
908
+ "state": "600"
909
+ },
910
+ "path": [
911
+ "color",
912
+ "light-mode",
913
+ "semantic",
914
+ "warning",
915
+ "600"
916
+ ]
917
+ }
918
+ },
919
+ "success": {
920
+ "100": {
921
+ "value": "#dffcf0",
922
+ "filePath": "tokens/color/base/semantic.light.json",
923
+ "isSource": true,
924
+ "original": {
925
+ "value": "#DFFCF0"
926
+ },
927
+ "name": "color-light-mode-semantic-success-100",
928
+ "attributes": {
929
+ "category": "color",
930
+ "type": "light-mode",
931
+ "item": "semantic",
932
+ "subitem": "success",
933
+ "state": "100"
934
+ },
935
+ "path": [
936
+ "color",
937
+ "light-mode",
938
+ "semantic",
939
+ "success",
940
+ "100"
941
+ ]
942
+ },
943
+ "200": {
944
+ "value": "#baf3db",
945
+ "filePath": "tokens/color/base/semantic.light.json",
946
+ "isSource": true,
947
+ "original": {
948
+ "value": "#BAF3DB"
949
+ },
950
+ "name": "color-light-mode-semantic-success-200",
951
+ "attributes": {
952
+ "category": "color",
953
+ "type": "light-mode",
954
+ "item": "semantic",
955
+ "subitem": "success",
956
+ "state": "200"
957
+ },
958
+ "path": [
959
+ "color",
960
+ "light-mode",
961
+ "semantic",
962
+ "success",
963
+ "200"
964
+ ]
965
+ },
966
+ "300": {
967
+ "value": "#4bce97",
968
+ "filePath": "tokens/color/base/semantic.light.json",
969
+ "isSource": true,
970
+ "original": {
971
+ "value": "#4BCE97"
972
+ },
973
+ "name": "color-light-mode-semantic-success-300",
974
+ "attributes": {
975
+ "category": "color",
976
+ "type": "light-mode",
977
+ "item": "semantic",
978
+ "subitem": "success",
979
+ "state": "300"
980
+ },
981
+ "path": [
982
+ "color",
983
+ "light-mode",
984
+ "semantic",
985
+ "success",
986
+ "300"
987
+ ]
988
+ },
989
+ "400": {
990
+ "value": "#1f845a",
991
+ "filePath": "tokens/color/base/semantic.light.json",
992
+ "isSource": true,
993
+ "original": {
994
+ "value": "#1F845A"
995
+ },
996
+ "name": "color-light-mode-semantic-success-400",
997
+ "attributes": {
998
+ "category": "color",
999
+ "type": "light-mode",
1000
+ "item": "semantic",
1001
+ "subitem": "success",
1002
+ "state": "400"
1003
+ },
1004
+ "path": [
1005
+ "color",
1006
+ "light-mode",
1007
+ "semantic",
1008
+ "success",
1009
+ "400"
1010
+ ]
1011
+ },
1012
+ "500": {
1013
+ "value": "#164b35",
1014
+ "filePath": "tokens/color/base/semantic.light.json",
1015
+ "isSource": true,
1016
+ "original": {
1017
+ "value": "#164B35"
1018
+ },
1019
+ "name": "color-light-mode-semantic-success-500",
1020
+ "attributes": {
1021
+ "category": "color",
1022
+ "type": "light-mode",
1023
+ "item": "semantic",
1024
+ "subitem": "success",
1025
+ "state": "500"
1026
+ },
1027
+ "path": [
1028
+ "color",
1029
+ "light-mode",
1030
+ "semantic",
1031
+ "success",
1032
+ "500"
1033
+ ]
1034
+ },
1035
+ "600": {
1036
+ "value": "#133527",
1037
+ "filePath": "tokens/color/base/semantic.light.json",
1038
+ "isSource": true,
1039
+ "original": {
1040
+ "value": "#133527"
1041
+ },
1042
+ "name": "color-light-mode-semantic-success-600",
1043
+ "attributes": {
1044
+ "category": "color",
1045
+ "type": "light-mode",
1046
+ "item": "semantic",
1047
+ "subitem": "success",
1048
+ "state": "600"
1049
+ },
1050
+ "path": [
1051
+ "color",
1052
+ "light-mode",
1053
+ "semantic",
1054
+ "success",
1055
+ "600"
1056
+ ]
1057
+ }
1058
+ },
1059
+ "info": {
1060
+ "100": {
1061
+ "value": "#e3fafc",
1062
+ "filePath": "tokens/color/base/semantic.light.json",
1063
+ "isSource": true,
1064
+ "original": {
1065
+ "value": "#E3FAFC"
1066
+ },
1067
+ "name": "color-light-mode-semantic-info-100",
1068
+ "attributes": {
1069
+ "category": "color",
1070
+ "type": "light-mode",
1071
+ "item": "semantic",
1072
+ "subitem": "info",
1073
+ "state": "100"
1074
+ },
1075
+ "path": [
1076
+ "color",
1077
+ "light-mode",
1078
+ "semantic",
1079
+ "info",
1080
+ "100"
1081
+ ]
1082
+ },
1083
+ "200": {
1084
+ "value": "#c1f0f5",
1085
+ "filePath": "tokens/color/base/semantic.light.json",
1086
+ "isSource": true,
1087
+ "original": {
1088
+ "value": "#C1F0F5"
1089
+ },
1090
+ "name": "color-light-mode-semantic-info-200",
1091
+ "attributes": {
1092
+ "category": "color",
1093
+ "type": "light-mode",
1094
+ "item": "semantic",
1095
+ "subitem": "info",
1096
+ "state": "200"
1097
+ },
1098
+ "path": [
1099
+ "color",
1100
+ "light-mode",
1101
+ "semantic",
1102
+ "info",
1103
+ "200"
1104
+ ]
1105
+ },
1106
+ "300": {
1107
+ "value": "#60c6d2",
1108
+ "filePath": "tokens/color/base/semantic.light.json",
1109
+ "isSource": true,
1110
+ "original": {
1111
+ "value": "#60C6D2"
1112
+ },
1113
+ "name": "color-light-mode-semantic-info-300",
1114
+ "attributes": {
1115
+ "category": "color",
1116
+ "type": "light-mode",
1117
+ "item": "semantic",
1118
+ "subitem": "info",
1119
+ "state": "300"
1120
+ },
1121
+ "path": [
1122
+ "color",
1123
+ "light-mode",
1124
+ "semantic",
1125
+ "info",
1126
+ "300"
1127
+ ]
1128
+ },
1129
+ "400": {
1130
+ "value": "#1d7f8c",
1131
+ "filePath": "tokens/color/base/semantic.light.json",
1132
+ "isSource": true,
1133
+ "original": {
1134
+ "value": "#1D7F8C"
1135
+ },
1136
+ "name": "color-light-mode-semantic-info-400",
1137
+ "attributes": {
1138
+ "category": "color",
1139
+ "type": "light-mode",
1140
+ "item": "semantic",
1141
+ "subitem": "info",
1142
+ "state": "400"
1143
+ },
1144
+ "path": [
1145
+ "color",
1146
+ "light-mode",
1147
+ "semantic",
1148
+ "info",
1149
+ "400"
1150
+ ]
1151
+ },
1152
+ "500": {
1153
+ "value": "#206b74",
1154
+ "filePath": "tokens/color/base/semantic.light.json",
1155
+ "isSource": true,
1156
+ "original": {
1157
+ "value": "#206B74"
1158
+ },
1159
+ "name": "color-light-mode-semantic-info-500",
1160
+ "attributes": {
1161
+ "category": "color",
1162
+ "type": "light-mode",
1163
+ "item": "semantic",
1164
+ "subitem": "info",
1165
+ "state": "500"
1166
+ },
1167
+ "path": [
1168
+ "color",
1169
+ "light-mode",
1170
+ "semantic",
1171
+ "info",
1172
+ "500"
1173
+ ]
1174
+ },
1175
+ "600": {
1176
+ "value": "#1d474c",
1177
+ "filePath": "tokens/color/base/semantic.light.json",
1178
+ "isSource": true,
1179
+ "original": {
1180
+ "value": "#1D474C"
1181
+ },
1182
+ "name": "color-light-mode-semantic-info-600",
1183
+ "attributes": {
1184
+ "category": "color",
1185
+ "type": "light-mode",
1186
+ "item": "semantic",
1187
+ "subitem": "info",
1188
+ "state": "600"
1189
+ },
1190
+ "path": [
1191
+ "color",
1192
+ "light-mode",
1193
+ "semantic",
1194
+ "info",
1195
+ "600"
1196
+ ]
1197
+ }
1198
+ }
1199
+ }
1200
+ }
1201
+ }
1202
+ }