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