@nexus-cross/design-system 1.1.1 → 2.0.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.
Files changed (47) hide show
  1. package/claude-rules/nexus/CLAUDE.md +102 -6
  2. package/cursor-rules/CLAUDE.md +38 -9
  3. package/cursor-rules/nexus-project-setup.mdc +80 -19
  4. package/cursor-rules/nexus-ui-api.mdc +8 -2
  5. package/dist/chunks/{chunk-NZHK76R3.js → chunk-LYPBQI3Y.js} +31 -6
  6. package/dist/chunks/{chunk-6BWOKTVQ.mjs → chunk-WZFKTTVX.mjs} +31 -6
  7. package/dist/components/NxImage.d.ts.map +1 -1
  8. package/dist/index.js +22 -23
  9. package/dist/index.mjs +4 -5
  10. package/dist/modal/index.js +11 -11
  11. package/dist/modal/index.mjs +2 -2
  12. package/dist/nx-image.js +2 -2
  13. package/dist/nx-image.mjs +1 -1
  14. package/dist/tailwind-v4.css +19 -0
  15. package/dist/tokens/TOKENS.md +426 -0
  16. package/dist/tokens/company.css +410 -0
  17. package/dist/tokens/css.css +405 -0
  18. package/dist/tokens/data/borderWidth.json +38 -0
  19. package/dist/tokens/data/breakpoint.json +23 -0
  20. package/dist/tokens/data/color.json +973 -0
  21. package/dist/tokens/data/index.ts +63 -0
  22. package/dist/tokens/data/motion.json +64 -0
  23. package/dist/tokens/data/opacity.json +65 -0
  24. package/dist/tokens/data/radius.json +25 -0
  25. package/dist/tokens/data/shadow.json +76 -0
  26. package/dist/tokens/data/size.json +46 -0
  27. package/dist/tokens/data/space.json +86 -0
  28. package/dist/tokens/data/typography.json +626 -0
  29. package/dist/tokens/data/zIndex.json +22 -0
  30. package/dist/tokens/index.d.ts +11 -0
  31. package/dist/tokens/index.d.ts.map +1 -0
  32. package/dist/tokens/index.js +12 -0
  33. package/dist/tokens/index.mjs +1 -0
  34. package/dist/tokens/tailwind.js +260 -0
  35. package/dist/tokens-domains/data/index.ts +16 -0
  36. package/dist/tokens-domains/data/prediction/domain.json +324 -0
  37. package/dist/tokens-domains/index.d.ts +12 -0
  38. package/dist/tokens-domains/index.d.ts.map +1 -0
  39. package/dist/tokens-domains/index.js +12 -0
  40. package/dist/tokens-domains/index.mjs +1 -0
  41. package/dist/tokens-domains/prediction-vars.css +154 -0
  42. package/dist/tokens-domains/prediction.css +153 -0
  43. package/dist/tokens-domains/prediction.md +70 -0
  44. package/dist/tokens-domains/tailwind.js +59 -0
  45. package/package.json +27 -6
  46. package/dist/chunks/{chunk-5ZVPTIL3.mjs → chunk-3VFBPFZF.mjs} +1 -1
  47. package/dist/chunks/{chunk-7F4SOLAC.js → chunk-U53UA76K.js} +1 -1
@@ -0,0 +1,973 @@
1
+ {
2
+ "primitive": {
3
+ "neutral": {
4
+ "50": "#161A21",
5
+ "100": "#1E232E",
6
+ "200": "#252B39",
7
+ "300": "#363B4C",
8
+ "400": "#3B4153",
9
+ "500": "#62697A",
10
+ "600": "#7E8597",
11
+ "700": "#A2AABA",
12
+ "800": "#C6D0DA",
13
+ "900": "#EAEDEE",
14
+ "950": "#F3F6F8"
15
+ },
16
+ "brand": {
17
+ "50": "#092424",
18
+ "100": "#113535",
19
+ "200": "#123F3C",
20
+ "300": "#0F947E",
21
+ "400": "#09B498",
22
+ "500": "#07C6A6",
23
+ "600": "#00D5AA",
24
+ "700": "#12DFB6",
25
+ "800": "#83DCC9",
26
+ "900": "#CDF4ED",
27
+ "950": "#EAFAF6"
28
+ },
29
+ "green": {
30
+ "50": "#06261B",
31
+ "100": "#0A3728",
32
+ "200": "#0D4431",
33
+ "300": "#1B9674",
34
+ "400": "#00B784",
35
+ "500": "#00C890",
36
+ "600": "#02D69C",
37
+ "700": "#0BDFA5",
38
+ "800": "#9FECD7",
39
+ "900": "#CDF4EA",
40
+ "950": "#EAFAF6"
41
+ },
42
+ "red": {
43
+ "50": "#24060B",
44
+ "100": "#530E1A",
45
+ "200": "#5B121E",
46
+ "300": "#AF2239",
47
+ "400": "#D20625",
48
+ "500": "#DB0A2D",
49
+ "600": "#E62848",
50
+ "700": "#EC3C56",
51
+ "800": "#FFBBC4",
52
+ "900": "#FDE8EB",
53
+ "950": "#FFF4F5"
54
+ },
55
+ "yellow": {
56
+ "50": "#241E06",
57
+ "100": "#393421",
58
+ "200": "#4A3F2B",
59
+ "300": "#9F701A",
60
+ "400": "#D9840C",
61
+ "500": "#FF9D00",
62
+ "600": "#FFAA00",
63
+ "700": "#F9C127",
64
+ "800": "#FFDB6E",
65
+ "900": "#FFF2D2",
66
+ "950": "#FBF7EC"
67
+ },
68
+ "blue": {
69
+ "50": "#061424",
70
+ "100": "#0E2F53",
71
+ "200": "#143A67",
72
+ "300": "#1672D0",
73
+ "400": "#1087FF",
74
+ "500": "#0095FF",
75
+ "600": "#20B1FF",
76
+ "700": "#52C2FF",
77
+ "800": "#92DDFF",
78
+ "900": "#CCEFFF",
79
+ "950": "#EAF8FF"
80
+ },
81
+ "purple": {
82
+ "50": "#061424",
83
+ "100": "#2F1766",
84
+ "200": "#3A1D7C",
85
+ "300": "#7346F3",
86
+ "400": "#7D4FFF",
87
+ "500": "#9975FF",
88
+ "600": "#B296FF",
89
+ "700": "#D4BAF4",
90
+ "800": "#E0CDF8",
91
+ "900": "#F4EBFF",
92
+ "950": "#F9F5FF"
93
+ },
94
+ "special": {
95
+ "white": "#FFFFFF",
96
+ "black": "#000000",
97
+ "transparent": "transparent",
98
+ "transparent30": "rgba(0, 0, 0, 0.3)",
99
+ "transparent50": "rgba(0, 0, 0, 0.5)"
100
+ }
101
+ },
102
+ "semantic": {
103
+ "bg": {
104
+ "default": {
105
+ "base": {
106
+ "light": {
107
+ "source": "special.white"
108
+ },
109
+ "dark": {
110
+ "source": "neutral.100"
111
+ },
112
+ "description": "Default background"
113
+ }
114
+ },
115
+ "subtle": {
116
+ "base": {
117
+ "light": {
118
+ "source": "neutral.950"
119
+ },
120
+ "dark": {
121
+ "source": "neutral.50"
122
+ },
123
+ "description": "Subtle background"
124
+ }
125
+ },
126
+ "strong": {
127
+ "base": {
128
+ "light": {
129
+ "source": "neutral.900"
130
+ },
131
+ "dark": {
132
+ "source": "special.black"
133
+ },
134
+ "description": "Strong background"
135
+ }
136
+ }
137
+ },
138
+ "surface": {
139
+ "default": {
140
+ "base": {
141
+ "light": {
142
+ "source": "special.white"
143
+ },
144
+ "dark": {
145
+ "source": "neutral.100"
146
+ },
147
+ "description": "Default surface"
148
+ },
149
+ "dim": {
150
+ "light": {
151
+ "source": "neutral.950"
152
+ },
153
+ "dark": {
154
+ "source": "neutral.50"
155
+ },
156
+ "description": "Default surface - dim"
157
+ },
158
+ "hover": {
159
+ "light": {
160
+ "source": "neutral.950"
161
+ },
162
+ "dark": {
163
+ "source": "neutral.200"
164
+ },
165
+ "description": "Default surface - hover"
166
+ },
167
+ "pressed": {
168
+ "light": {
169
+ "source": "neutral.900"
170
+ },
171
+ "dark": {
172
+ "source": "neutral.300"
173
+ },
174
+ "description": "Default surface - pressed"
175
+ },
176
+ "disabled": {
177
+ "light": {
178
+ "source": "neutral.900"
179
+ },
180
+ "dark": {
181
+ "source": "neutral.300"
182
+ },
183
+ "description": "Default surface - disabled"
184
+ }
185
+ },
186
+ "subtle": {
187
+ "base": {
188
+ "light": {
189
+ "source": "neutral.950"
190
+ },
191
+ "dark": {
192
+ "source": "neutral.200"
193
+ },
194
+ "description": "Subtle surface"
195
+ },
196
+ "hover": {
197
+ "light": {
198
+ "source": "neutral.900"
199
+ },
200
+ "dark": {
201
+ "source": "neutral.300"
202
+ },
203
+ "description": "Subtle surface - hover"
204
+ }
205
+ },
206
+ "strong": {
207
+ "base": {
208
+ "light": {
209
+ "source": "neutral.900"
210
+ },
211
+ "dark": {
212
+ "source": "neutral.300"
213
+ },
214
+ "description": "Strong surface"
215
+ }
216
+ },
217
+ "inverted": {
218
+ "base": {
219
+ "light": {
220
+ "source": "neutral.50"
221
+ },
222
+ "dark": {
223
+ "source": "neutral.950"
224
+ },
225
+ "description": "Inverted surface"
226
+ }
227
+ }
228
+ },
229
+ "text": {
230
+ "highlight": {
231
+ "base": {
232
+ "light": {
233
+ "source": "special.black"
234
+ },
235
+ "dark": {
236
+ "source": "special.white"
237
+ },
238
+ "description": "Highlight text"
239
+ }
240
+ },
241
+ "primary": {
242
+ "base": {
243
+ "light": {
244
+ "source": "neutral.100"
245
+ },
246
+ "dark": {
247
+ "source": "neutral.900"
248
+ },
249
+ "description": "Primary text"
250
+ },
251
+ "hover": {
252
+ "light": {
253
+ "source": "special.black"
254
+ },
255
+ "dark": {
256
+ "source": "special.white"
257
+ },
258
+ "description": "Primary text - hover"
259
+ },
260
+ "pressed": {
261
+ "light": {
262
+ "source": "special.black"
263
+ },
264
+ "dark": {
265
+ "source": "special.white"
266
+ },
267
+ "description": "Primary text - pressed"
268
+ }
269
+ },
270
+ "secondary": {
271
+ "base": {
272
+ "light": {
273
+ "source": "neutral.600"
274
+ },
275
+ "dark": {
276
+ "source": "neutral.700"
277
+ },
278
+ "description": "Secondary text"
279
+ },
280
+ "hover": {
281
+ "light": {
282
+ "source": "neutral.400"
283
+ },
284
+ "dark": {
285
+ "source": "neutral.800"
286
+ },
287
+ "description": "Secondary text - hover"
288
+ },
289
+ "pressed": {
290
+ "light": {
291
+ "source": "neutral.400"
292
+ },
293
+ "dark": {
294
+ "source": "neutral.800"
295
+ },
296
+ "description": "Secondary text - pressed"
297
+ }
298
+ },
299
+ "tertiary": {
300
+ "base": {
301
+ "light": {
302
+ "source": "neutral.600"
303
+ },
304
+ "dark": {
305
+ "source": "neutral.600"
306
+ },
307
+ "description": "Tertiary text"
308
+ },
309
+ "hover": {
310
+ "light": {
311
+ "source": "neutral.500"
312
+ },
313
+ "dark": {
314
+ "source": "neutral.700"
315
+ },
316
+ "description": "Tertiary text - hover"
317
+ },
318
+ "pressed": {
319
+ "light": {
320
+ "source": "neutral.500"
321
+ },
322
+ "dark": {
323
+ "source": "neutral.700"
324
+ },
325
+ "description": "Tertiary text - pressed"
326
+ }
327
+ },
328
+ "muted": {
329
+ "base": {
330
+ "light": {
331
+ "source": "neutral.700"
332
+ },
333
+ "dark": {
334
+ "source": "neutral.500"
335
+ },
336
+ "description": "Muted text"
337
+ }
338
+ },
339
+ "inverted": {
340
+ "base": {
341
+ "light": {
342
+ "source": "special.white"
343
+ },
344
+ "dark": {
345
+ "source": "special.black"
346
+ },
347
+ "description": "Inverted text"
348
+ }
349
+ }
350
+ },
351
+ "icon": {
352
+ "highlight": {
353
+ "base": {
354
+ "light": {
355
+ "source": "special.black"
356
+ },
357
+ "dark": {
358
+ "source": "special.white"
359
+ },
360
+ "description": "Highlight icon"
361
+ }
362
+ },
363
+ "primary": {
364
+ "base": {
365
+ "light": {
366
+ "source": "neutral.100"
367
+ },
368
+ "dark": {
369
+ "source": "neutral.900"
370
+ },
371
+ "description": "Primary icon"
372
+ },
373
+ "hover": {
374
+ "light": {
375
+ "source": "special.black"
376
+ },
377
+ "dark": {
378
+ "source": "special.white"
379
+ },
380
+ "description": "Primary icon - hover"
381
+ },
382
+ "pressed": {
383
+ "light": {
384
+ "source": "special.black"
385
+ },
386
+ "dark": {
387
+ "source": "special.white"
388
+ },
389
+ "description": "Primary icon - pressed"
390
+ }
391
+ },
392
+ "secondary": {
393
+ "base": {
394
+ "light": {
395
+ "source": "neutral.600"
396
+ },
397
+ "dark": {
398
+ "source": "neutral.700"
399
+ },
400
+ "description": "Secondary icon"
401
+ },
402
+ "hover": {
403
+ "light": {
404
+ "source": "neutral.400"
405
+ },
406
+ "dark": {
407
+ "source": "neutral.800"
408
+ },
409
+ "description": "Secondary icon - hover"
410
+ },
411
+ "pressed": {
412
+ "light": {
413
+ "source": "neutral.400"
414
+ },
415
+ "dark": {
416
+ "source": "neutral.800"
417
+ },
418
+ "description": "Secondary icon - pressed"
419
+ }
420
+ },
421
+ "tertiary": {
422
+ "base": {
423
+ "light": {
424
+ "source": "neutral.600"
425
+ },
426
+ "dark": {
427
+ "source": "neutral.600"
428
+ },
429
+ "description": "Tertiary icon"
430
+ },
431
+ "hover": {
432
+ "light": {
433
+ "source": "neutral.500"
434
+ },
435
+ "dark": {
436
+ "source": "neutral.700"
437
+ },
438
+ "description": "Tertiary icon - hover"
439
+ },
440
+ "pressed": {
441
+ "light": {
442
+ "source": "neutral.500"
443
+ },
444
+ "dark": {
445
+ "source": "neutral.700"
446
+ },
447
+ "description": "Tertiary icon - pressed"
448
+ }
449
+ },
450
+ "muted": {
451
+ "base": {
452
+ "light": {
453
+ "source": "neutral.700"
454
+ },
455
+ "dark": {
456
+ "source": "neutral.500"
457
+ },
458
+ "description": "Muted icon"
459
+ }
460
+ },
461
+ "inverted": {
462
+ "base": {
463
+ "light": {
464
+ "source": "special.white"
465
+ },
466
+ "dark": {
467
+ "source": "special.black"
468
+ },
469
+ "description": "Inverted icon"
470
+ }
471
+ }
472
+ },
473
+ "border": {
474
+ "default": {
475
+ "base": {
476
+ "light": {
477
+ "source": "neutral.900"
478
+ },
479
+ "dark": {
480
+ "source": "neutral.400"
481
+ },
482
+ "description": "Default border"
483
+ },
484
+ "hover": {
485
+ "light": {
486
+ "source": "neutral.700"
487
+ },
488
+ "dark": {
489
+ "source": "neutral.500"
490
+ },
491
+ "description": "Default border - hover"
492
+ },
493
+ "focus": {
494
+ "light": {
495
+ "source": "neutral.500"
496
+ },
497
+ "dark": {
498
+ "source": "neutral.700"
499
+ },
500
+ "description": "Default border - focus"
501
+ }
502
+ },
503
+ "subtle": {
504
+ "base": {
505
+ "light": {
506
+ "source": "neutral.950"
507
+ },
508
+ "dark": {
509
+ "source": "neutral.200"
510
+ },
511
+ "description": "Subtle border"
512
+ }
513
+ },
514
+ "medium": {
515
+ "base": {
516
+ "light": {
517
+ "source": "neutral.800"
518
+ },
519
+ "dark": {
520
+ "source": "neutral.500"
521
+ },
522
+ "description": "Medium border"
523
+ }
524
+ },
525
+ "strong": {
526
+ "base": {
527
+ "light": {
528
+ "source": "special.black"
529
+ },
530
+ "dark": {
531
+ "source": "special.white"
532
+ },
533
+ "description": "Strong border"
534
+ }
535
+ }
536
+ },
537
+ "accent": {
538
+ "primary": {
539
+ "base": {
540
+ "light": {
541
+ "source": "brand.400"
542
+ },
543
+ "dark": {
544
+ "source": "brand.600"
545
+ },
546
+ "description": "Primary accent"
547
+ },
548
+ "hover": {
549
+ "light": {
550
+ "source": "brand.500"
551
+ },
552
+ "dark": {
553
+ "source": "brand.700"
554
+ },
555
+ "description": "Primary accent - hover"
556
+ },
557
+ "pressed": {
558
+ "light": {
559
+ "source": "brand.300"
560
+ },
561
+ "dark": {
562
+ "source": "brand.500"
563
+ },
564
+ "description": "Primary accent - pressed"
565
+ },
566
+ "disabled": {
567
+ "light": {
568
+ "source": "brand.900"
569
+ },
570
+ "dark": {
571
+ "source": "brand.200"
572
+ },
573
+ "description": "Primary accent - disabled"
574
+ },
575
+ "focus": {
576
+ "light": {
577
+ "source": "brand.400"
578
+ },
579
+ "dark": {
580
+ "source": "brand.500"
581
+ },
582
+ "description": "Primary accent - focus"
583
+ },
584
+ "intense": {
585
+ "light": {
586
+ "source": "brand.300"
587
+ },
588
+ "dark": {
589
+ "source": "brand.700"
590
+ },
591
+ "description": "Primary accent - intense"
592
+ },
593
+ "dim": {
594
+ "light": {
595
+ "source": "brand.800"
596
+ },
597
+ "dark": {
598
+ "source": "brand.300"
599
+ },
600
+ "description": "Primary accent - dim"
601
+ }
602
+ },
603
+ "on-primary": {
604
+ "light": {
605
+ "source": "special.white"
606
+ },
607
+ "dark": {
608
+ "source": "special.black"
609
+ },
610
+ "description": "Foreground on accent"
611
+ },
612
+ "secondary": {
613
+ "base": {
614
+ "light": {
615
+ "source": "purple.300"
616
+ },
617
+ "dark": {
618
+ "source": "purple.400"
619
+ }
620
+ },
621
+ "intense": {
622
+ "light": {
623
+ "source": "purple.300"
624
+ },
625
+ "dark": {
626
+ "source": "purple.500"
627
+ }
628
+ },
629
+ "dim": {
630
+ "light": {
631
+ "source": "purple.800"
632
+ },
633
+ "dark": {
634
+ "source": "purple.300"
635
+ }
636
+ },
637
+ "hover": {
638
+ "light": {
639
+ "source": "purple.400"
640
+ },
641
+ "dark": {
642
+ "source": "purple.500"
643
+ }
644
+ },
645
+ "pressed": {
646
+ "light": {
647
+ "source": "purple.500"
648
+ },
649
+ "dark": {
650
+ "source": "purple.300"
651
+ }
652
+ },
653
+ "disabled": {
654
+ "light": {
655
+ "source": "purple.900"
656
+ },
657
+ "dark": {
658
+ "source": "purple.200"
659
+ }
660
+ },
661
+ "focus": {
662
+ "light": {
663
+ "source": "purple.400"
664
+ },
665
+ "dark": {
666
+ "source": "purple.500"
667
+ }
668
+ }
669
+ },
670
+ "on-secondary": {
671
+ "light": {
672
+ "source": "special.white"
673
+ },
674
+ "dark": {
675
+ "source": "special.white"
676
+ }
677
+ },
678
+ "primary-bg": {
679
+ "light": {
680
+ "source": "green.950"
681
+ },
682
+ "dark": {
683
+ "source": "brand.100"
684
+ }
685
+ },
686
+ "secondary-bg": {
687
+ "light": {
688
+ "source": "purple.950"
689
+ },
690
+ "dark": {
691
+ "source": "purple.100"
692
+ }
693
+ }
694
+ },
695
+ "status": {
696
+ "success": {
697
+ "base": {
698
+ "light": {
699
+ "source": "green.400"
700
+ },
701
+ "dark": {
702
+ "source": "green.600"
703
+ },
704
+ "description": "Success"
705
+ },
706
+ "hover": {
707
+ "light": {
708
+ "source": "green.500"
709
+ },
710
+ "dark": {
711
+ "source": "green.700"
712
+ },
713
+ "description": "Success - hover"
714
+ },
715
+ "pressed": {
716
+ "light": {
717
+ "source": "green.300"
718
+ },
719
+ "dark": {
720
+ "source": "green.500"
721
+ },
722
+ "description": "Success - pressed"
723
+ },
724
+ "disabled": {
725
+ "light": {
726
+ "source": "green.900"
727
+ },
728
+ "dark": {
729
+ "source": "green.200"
730
+ },
731
+ "description": "Success - disabled"
732
+ },
733
+ "intense": {
734
+ "light": {
735
+ "source": "green.300"
736
+ },
737
+ "dark": {
738
+ "source": "green.700"
739
+ },
740
+ "description": "Success - intense"
741
+ },
742
+ "dim": {
743
+ "light": {
744
+ "source": "green.800"
745
+ },
746
+ "dark": {
747
+ "source": "green.300"
748
+ },
749
+ "description": "Success - dim"
750
+ }
751
+ },
752
+ "warning": {
753
+ "base": {
754
+ "light": {
755
+ "source": "yellow.500"
756
+ },
757
+ "dark": {
758
+ "source": "yellow.600"
759
+ },
760
+ "description": "Warning"
761
+ },
762
+ "hover": {
763
+ "light": {
764
+ "source": "yellow.600"
765
+ },
766
+ "dark": {
767
+ "source": "yellow.500"
768
+ },
769
+ "description": "Warning - hover"
770
+ },
771
+ "pressed": {
772
+ "light": {
773
+ "source": "yellow.700"
774
+ },
775
+ "dark": {
776
+ "source": "yellow.700"
777
+ },
778
+ "description": "Warning - pressed"
779
+ },
780
+ "disabled": {
781
+ "light": {
782
+ "source": "yellow.900"
783
+ },
784
+ "dark": {
785
+ "source": "yellow.200"
786
+ },
787
+ "description": "Warning - disabled"
788
+ },
789
+ "intense": {
790
+ "light": {
791
+ "source": "yellow.400"
792
+ },
793
+ "dark": {
794
+ "source": "yellow.600"
795
+ },
796
+ "description": "Warning - intense"
797
+ },
798
+ "dim": {
799
+ "light": {
800
+ "source": "yellow.800"
801
+ },
802
+ "dark": {
803
+ "source": "yellow.300"
804
+ },
805
+ "description": "Warning - dim"
806
+ }
807
+ },
808
+ "danger": {
809
+ "base": {
810
+ "light": {
811
+ "source": "red.500"
812
+ },
813
+ "dark": {
814
+ "source": "red.500"
815
+ },
816
+ "description": "Danger"
817
+ },
818
+ "hover": {
819
+ "light": {
820
+ "source": "red.600"
821
+ },
822
+ "dark": {
823
+ "source": "red.600"
824
+ },
825
+ "description": "Danger - hover"
826
+ },
827
+ "pressed": {
828
+ "light": {
829
+ "source": "red.300"
830
+ },
831
+ "dark": {
832
+ "source": "red.400"
833
+ },
834
+ "description": "Danger - pressed"
835
+ },
836
+ "disabled": {
837
+ "light": {
838
+ "source": "red.900"
839
+ },
840
+ "dark": {
841
+ "source": "red.200"
842
+ },
843
+ "description": "Danger - disabled"
844
+ },
845
+ "intense": {
846
+ "light": {
847
+ "source": "red.400"
848
+ },
849
+ "dark": {
850
+ "source": "red.700"
851
+ },
852
+ "description": "Danger - intense"
853
+ },
854
+ "dim": {
855
+ "light": {
856
+ "source": "red.800"
857
+ },
858
+ "dark": {
859
+ "source": "red.300"
860
+ },
861
+ "description": "Danger - dim"
862
+ },
863
+ "focus": {
864
+ "light": {
865
+ "source": "red.600"
866
+ },
867
+ "dark": {
868
+ "source": "red.300"
869
+ },
870
+ "description": "Danger - focus"
871
+ }
872
+ },
873
+ "info": {
874
+ "base": {
875
+ "light": {
876
+ "source": "blue.500"
877
+ },
878
+ "dark": {
879
+ "source": "blue.500"
880
+ },
881
+ "description": "Info"
882
+ },
883
+ "hover": {
884
+ "light": {
885
+ "source": "blue.600"
886
+ },
887
+ "dark": {
888
+ "source": "blue.600"
889
+ },
890
+ "description": "Info - hover"
891
+ },
892
+ "pressed": {
893
+ "light": {
894
+ "source": "blue.400"
895
+ },
896
+ "dark": {
897
+ "source": "blue.400"
898
+ },
899
+ "description": "Info - pressed"
900
+ },
901
+ "disabled": {
902
+ "light": {
903
+ "source": "blue.900"
904
+ },
905
+ "dark": {
906
+ "source": "blue.200"
907
+ },
908
+ "description": "Info - disabled"
909
+ },
910
+ "intense": {
911
+ "light": {
912
+ "source": "blue.300"
913
+ },
914
+ "dark": {
915
+ "source": "blue.600"
916
+ },
917
+ "description": "Info - intense"
918
+ },
919
+ "dim": {
920
+ "light": {
921
+ "source": "blue.800"
922
+ },
923
+ "dark": {
924
+ "source": "blue.300"
925
+ },
926
+ "description": "Info - dim"
927
+ }
928
+ }
929
+ },
930
+ "overlay": {
931
+ "dim": {
932
+ "light": {
933
+ "source": "special.black"
934
+ },
935
+ "dark": {
936
+ "source": "special.black"
937
+ },
938
+ "opacity": "overlay.dim",
939
+ "description": "Overlay - dim"
940
+ },
941
+ "light": {
942
+ "light": {
943
+ "source": "special.black"
944
+ },
945
+ "dark": {
946
+ "source": "special.black"
947
+ },
948
+ "opacity": "overlay.light",
949
+ "description": "Overlay - light"
950
+ }
951
+ },
952
+ "static": {
953
+ "white": {
954
+ "light": {
955
+ "source": "special.white"
956
+ },
957
+ "dark": {
958
+ "source": "special.white"
959
+ },
960
+ "description": "Static white"
961
+ },
962
+ "black": {
963
+ "light": {
964
+ "source": "special.black"
965
+ },
966
+ "dark": {
967
+ "source": "special.black"
968
+ },
969
+ "description": "Static black"
970
+ }
971
+ }
972
+ }
973
+ }