@adobe/spectrum-tokens 0.0.0-tabs-20230503165321

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