@aurea-uds/tokens 0.1.0 → 0.2.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.
@@ -1,2233 +1,2311 @@
1
- {
2
- "$description": "Aurea design tokens — DTCG 2025.10. Single source of truth; build-tokens.mjs emits CSS.",
3
- "$extensions": {
4
- "ui.aurea": {
5
- "version": "1.7.0",
6
- "source": "UI-KIT.html v1.7",
7
- "principles": [
8
- "preserve-current-visual-language",
9
- "semantic-tokens-only",
10
- "floating-surfaces",
11
- "pill-controls",
12
- "no-gradients"
13
- ],
14
- "selectors": {
15
- "base": ":root",
16
- "theme.dark": "[data-theme=\"dark\"]",
17
- "theme.light": "[data-theme=\"light\"]",
18
- "density.compact": "[data-density=\"compact\"]",
19
- "density.comfortable": "[data-density=\"comfortable\"]",
20
- "density.spacious": "[data-density=\"spacious\"]"
21
- }
22
- }
23
- },
24
- "base": {
25
- "brand-yellow": {
26
- "$type": "color",
27
- "$value": {
28
- "colorSpace": "oklch",
29
- "components": [
30
- 0.795,
31
- 0.184,
32
- 86.047
33
- ]
34
- }
35
- },
36
- "brand-yellow-foreground": {
37
- "$type": "color",
38
- "$value": {
39
- "colorSpace": "oklch",
40
- "components": [
41
- 0.421,
42
- 0.095,
43
- 57.708
44
- ]
45
- }
46
- },
47
- "font-ui": {
48
- "$type": "fontFamily",
49
- "$value": [
50
- "IBM Plex Sans",
51
- "Segoe UI",
52
- "sans-serif"
53
- ]
54
- },
55
- "font-editorial": {
56
- "$type": "fontFamily",
57
- "$value": [
58
- "IBM Plex Serif",
59
- "Georgia",
60
- "serif"
61
- ]
62
- },
63
- "font-code": {
64
- "$type": "fontFamily",
65
- "$value": [
66
- "IBM Plex Mono",
67
- "SFMono-Regular",
68
- "Consolas",
69
- "monospace"
70
- ]
71
- },
72
- "text-xs": {
73
- "$type": "dimension",
74
- "$value": {
75
- "value": 0.75,
76
- "unit": "rem"
77
- }
78
- },
79
- "text-sm": {
80
- "$type": "dimension",
81
- "$value": {
82
- "value": 0.8125,
83
- "unit": "rem"
84
- }
85
- },
86
- "text-md": {
87
- "$type": "dimension",
88
- "$value": {
89
- "value": 0.875,
90
- "unit": "rem"
91
- }
92
- },
93
- "text-base": {
94
- "$type": "dimension",
95
- "$value": {
96
- "value": 1,
97
- "unit": "rem"
98
- }
99
- },
100
- "text-lg": {
101
- "$type": "dimension",
102
- "$value": {
103
- "value": 1.125,
104
- "unit": "rem"
105
- }
106
- },
107
- "text-xl": {
108
- "$type": "dimension",
109
- "$value": {
110
- "value": 1.25,
111
- "unit": "rem"
112
- }
113
- },
114
- "text-2xl": {
115
- "$type": "dimension",
116
- "$value": {
117
- "value": 1.5,
118
- "unit": "rem"
119
- }
120
- },
121
- "text-3xl": {
122
- "$type": "dimension",
123
- "$value": {
124
- "value": 1.875,
125
- "unit": "rem"
126
- }
127
- },
128
- "text-4xl": {
129
- "$type": "dimension",
130
- "$value": {
131
- "value": 2.25,
132
- "unit": "rem"
133
- }
134
- },
135
- "text-5xl": {
136
- "$type": "dimension",
137
- "$value": {
138
- "value": 3,
139
- "unit": "rem"
140
- }
141
- },
142
- "leading-tight": {
143
- "$type": "number",
144
- "$value": 1.2
145
- },
146
- "leading-normal": {
147
- "$type": "number",
148
- "$value": 1.5
149
- },
150
- "leading-relaxed": {
151
- "$type": "number",
152
- "$value": 1.7
153
- },
154
- "space-0": {
155
- "$type": "dimension",
156
- "$value": {
157
- "value": 0,
158
- "unit": "px"
159
- }
160
- },
161
- "space-05": {
162
- "$description": "Half-step below space-1 (2px). The tightest gap in the scale; use only where 4px is visibly too much, e.g. the flush topbar hugging the content.",
163
- "$type": "dimension",
164
- "$value": {
165
- "value": 0.125,
166
- "unit": "rem"
167
- }
168
- },
169
- "space-1": {
170
- "$type": "dimension",
171
- "$value": {
172
- "value": 0.25,
173
- "unit": "rem"
174
- }
175
- },
176
- "space-2": {
177
- "$type": "dimension",
178
- "$value": {
179
- "value": 0.5,
180
- "unit": "rem"
181
- }
182
- },
183
- "space-3": {
184
- "$type": "dimension",
185
- "$value": {
186
- "value": 0.75,
187
- "unit": "rem"
188
- }
189
- },
190
- "space-4": {
191
- "$type": "dimension",
192
- "$value": {
193
- "value": 1,
194
- "unit": "rem"
195
- }
196
- },
197
- "space-5": {
198
- "$type": "dimension",
199
- "$value": {
200
- "value": 1.25,
201
- "unit": "rem"
202
- }
203
- },
204
- "space-6": {
205
- "$type": "dimension",
206
- "$value": {
207
- "value": 1.5,
208
- "unit": "rem"
209
- }
210
- },
211
- "space-7": {
212
- "$type": "dimension",
213
- "$value": {
214
- "value": 1.75,
215
- "unit": "rem"
216
- }
217
- },
218
- "space-8": {
219
- "$type": "dimension",
220
- "$value": {
221
- "value": 2,
222
- "unit": "rem"
223
- }
224
- },
225
- "space-10": {
226
- "$type": "dimension",
227
- "$value": {
228
- "value": 2.5,
229
- "unit": "rem"
230
- }
231
- },
232
- "space-12": {
233
- "$type": "dimension",
234
- "$value": {
235
- "value": 3,
236
- "unit": "rem"
237
- }
238
- },
239
- "space-16": {
240
- "$type": "dimension",
241
- "$value": {
242
- "value": 4,
243
- "unit": "rem"
244
- }
245
- },
246
- "space-20": {
247
- "$type": "dimension",
248
- "$value": {
249
- "value": 5,
250
- "unit": "rem"
251
- }
252
- },
253
- "space-24": {
254
- "$type": "dimension",
255
- "$value": {
256
- "value": 6,
257
- "unit": "rem"
258
- }
259
- },
260
- "radius-xs": {
261
- "$type": "dimension",
262
- "$value": {
263
- "value": 6,
264
- "unit": "px"
265
- }
266
- },
267
- "radius-sm": {
268
- "$type": "dimension",
269
- "$value": {
270
- "value": 8,
271
- "unit": "px"
272
- }
273
- },
274
- "radius-md": {
275
- "$type": "dimension",
276
- "$value": {
277
- "value": 10,
278
- "unit": "px"
279
- }
280
- },
281
- "radius-lg": {
282
- "$type": "dimension",
283
- "$value": {
284
- "value": 16,
285
- "unit": "px"
286
- }
287
- },
288
- "radius-card": {
289
- "$type": "dimension",
290
- "$value": {
291
- "value": 22,
292
- "unit": "px"
293
- }
294
- },
295
- "radius-control": {
296
- "$type": "dimension",
297
- "$value": {
298
- "value": 999,
299
- "unit": "px"
300
- }
301
- },
302
- "radius-full": {
303
- "$type": "dimension",
304
- "$value": "{radius-control}",
305
- "$description": "Alias de radius-control. Referência e não cópia: dois nomes com o mesmo número escrito à mão divergem no dia em que um é ajustado."
306
- },
307
- "border-width": {
308
- "$type": "dimension",
309
- "$value": {
310
- "value": 1,
311
- "unit": "px"
312
- }
313
- },
314
- "shadow-md": {
315
- "$type": "shadow",
316
- "$value": {
317
- "color": {
318
- "colorSpace": "srgb",
319
- "components": [
320
- 0,
321
- 0,
322
- 0
323
- ],
324
- "hex": "#000000",
325
- "alpha": 0.28
326
- },
327
- "offsetX": {
328
- "value": 0,
329
- "unit": "px"
330
- },
331
- "offsetY": {
332
- "value": 16,
333
- "unit": "px"
334
- },
335
- "blur": {
336
- "value": 42,
337
- "unit": "px"
338
- },
339
- "spread": {
340
- "value": 0,
341
- "unit": "px"
342
- }
343
- }
344
- },
345
- "shadow-lg": {
346
- "$type": "shadow",
347
- "$value": {
348
- "color": {
349
- "colorSpace": "srgb",
350
- "components": [
351
- 0,
352
- 0,
353
- 0
354
- ],
355
- "hex": "#000000",
356
- "alpha": 0.42
357
- },
358
- "offsetX": {
359
- "value": 0,
360
- "unit": "px"
361
- },
362
- "offsetY": {
363
- "value": 28,
364
- "unit": "px"
365
- },
366
- "blur": {
367
- "value": 80,
368
- "unit": "px"
369
- },
370
- "spread": {
371
- "value": 0,
372
- "unit": "px"
373
- }
374
- }
375
- },
376
- "duration-fast": {
377
- "$type": "duration",
378
- "$value": {
379
- "value": 120,
380
- "unit": "ms"
381
- }
382
- },
383
- "duration-base": {
384
- "$type": "duration",
385
- "$value": {
386
- "value": 180,
387
- "unit": "ms"
388
- }
389
- },
390
- "duration-slow": {
391
- "$type": "duration",
392
- "$value": {
393
- "value": 280,
394
- "unit": "ms"
395
- }
396
- },
397
- "ease-standard": {
398
- "$type": "cubicBezier",
399
- "$value": [
400
- 0.2,
401
- 0,
402
- 0,
403
- 1
404
- ]
405
- },
406
- "ease-emphasized": {
407
- "$type": "cubicBezier",
408
- "$value": [
409
- 0.2,
410
- 0.8,
411
- 0.2,
412
- 1
413
- ]
414
- },
415
- "z-base": {
416
- "$type": "number",
417
- "$value": 0
418
- },
419
- "z-sticky": {
420
- "$type": "number",
421
- "$value": 20
422
- },
423
- "z-dropdown": {
424
- "$type": "number",
425
- "$value": 40
426
- },
427
- "z-drawer": {
428
- "$type": "number",
429
- "$value": 60
430
- },
431
- "z-modal": {
432
- "$type": "number",
433
- "$value": 80
434
- },
435
- "z-toast": {
436
- "$type": "number",
437
- "$value": 100
438
- },
439
- "sidebar-width": {
440
- "$type": "dimension",
441
- "$value": {
442
- "value": 16.5,
443
- "unit": "rem"
444
- }
445
- },
446
- "topbar-height": {
447
- "$type": "dimension",
448
- "$value": {
449
- "value": 4.0,
450
- "unit": "rem"
451
- }
452
- },
453
- "content-max": {
454
- "$type": "dimension",
455
- "$value": {
456
- "value": 102.5,
457
- "unit": "rem"
458
- }
459
- },
460
- "breakpoint-sm": {
461
- "$description": "Responsive scale (Tailwind, the de-facto 2026 standard; base of Untitled UI). Mobile-first: a rule applies at this width and up. @media can't read var(), so CSS uses the literal value — validate.py check 5 guards the scale. JS/native read --breakpoint-*.",
462
- "$type": "dimension",
463
- "$value": {
464
- "value": 640,
465
- "unit": "px"
466
- }
467
- },
468
- "breakpoint-md": {
469
- "$type": "dimension",
470
- "$value": {
471
- "value": 768,
472
- "unit": "px"
473
- }
474
- },
475
- "breakpoint-lg": {
476
- "$type": "dimension",
477
- "$value": {
478
- "value": 1024,
479
- "unit": "px"
480
- }
481
- },
482
- "breakpoint-xl": {
483
- "$type": "dimension",
484
- "$value": {
485
- "value": 1280,
486
- "unit": "px"
487
- }
488
- },
489
- "breakpoint-2xl": {
490
- "$type": "dimension",
491
- "$value": {
492
- "value": 1536,
493
- "unit": "px"
494
- }
495
- },
496
- "control-h-xs": {
497
- "$type": "dimension",
498
- "$value": {
499
- "value": 1.625,
500
- "unit": "rem"
501
- }
502
- },
503
- "control-h-sm": {
504
- "$type": "dimension",
505
- "$value": {
506
- "value": 1.875,
507
- "unit": "rem"
508
- }
509
- },
510
- "control-h-md": {
511
- "$type": "dimension",
512
- "$value": {
513
- "value": 2.25,
514
- "unit": "rem"
515
- }
516
- },
517
- "control-h-lg": {
518
- "$type": "dimension",
519
- "$value": {
520
- "value": 2.625,
521
- "unit": "rem"
522
- }
523
- },
524
- "control-h-xl": {
525
- "$type": "dimension",
526
- "$value": {
527
- "value": 3.125,
528
- "unit": "rem"
529
- }
530
- },
531
- "row-h": {
532
- "$type": "dimension",
533
- "$value": {
534
- "value": 3.0,
535
- "unit": "rem"
536
- }
537
- },
538
- "card-pad": {
539
- "$type": "dimension",
540
- "$value": {
541
- "value": 1.25,
542
- "unit": "rem"
543
- }
544
- },
545
- "section-gap": {
546
- "$type": "dimension",
547
- "$value": {
548
- "value": 1.5,
549
- "unit": "rem"
550
- }
551
- },
552
- "media-canvas": {
553
- "$type": "color",
554
- "$value": {
555
- "colorSpace": "oklch",
556
- "components": [
557
- 0.085,
558
- 0,
559
- 0
560
- ]
561
- }
562
- },
563
- "media-foreground": {
564
- "$type": "color",
565
- "$value": {
566
- "colorSpace": "oklch",
567
- "components": [
568
- 0.985,
569
- 0,
570
- 0
571
- ]
572
- }
573
- },
574
- "media-muted": {
575
- "$type": "color",
576
- "$value": {
577
- "colorSpace": "oklch",
578
- "components": [
579
- 0.74,
580
- 0,
581
- 0
582
- ]
583
- }
584
- },
585
- "media-scrim": {
586
- "$type": "color",
587
- "$value": {
588
- "colorSpace": "oklch",
589
- "components": [
590
- 0,
591
- 0,
592
- 0
593
- ],
594
- "alpha": 0.82
595
- }
596
- },
597
- "media-track": {
598
- "$type": "color",
599
- "$value": {
600
- "colorSpace": "oklch",
601
- "components": [
602
- 1,
603
- 0,
604
- 0
605
- ],
606
- "alpha": 0.18
607
- }
608
- },
609
- "media-buffered": {
610
- "$type": "color",
611
- "$value": {
612
- "colorSpace": "oklch",
613
- "components": [
614
- 1,
615
- 0,
616
- 0
617
- ],
618
- "alpha": 0.42
619
- }
620
- },
621
- "media-caption-bg": {
622
- "$type": "color",
623
- "$value": {
624
- "colorSpace": "oklch",
625
- "components": [
626
- 0,
627
- 0,
628
- 0
629
- ],
630
- "alpha": 0.82
631
- }
632
- },
633
- "media-control-bg": {
634
- "$type": "color",
635
- "$value": {
636
- "colorSpace": "oklch",
637
- "components": [
638
- 0,
639
- 0,
640
- 0
641
- ],
642
- "alpha": 0.52
643
- }
644
- },
645
- "media-control-hover": {
646
- "$type": "color",
647
- "$value": {
648
- "colorSpace": "oklch",
649
- "components": [
650
- 1,
651
- 0,
652
- 0
653
- ],
654
- "alpha": 0.14
655
- }
656
- },
657
- "text-muted": {
658
- "$type": "dimension",
659
- "$value": "{muted-foreground}"
660
- },
661
- "success-400": {
662
- "$type": "color",
663
- "$value": {
664
- "colorSpace": "srgb",
665
- "components": [
666
- 0.25882,
667
- 0.82745,
668
- 0.57255
669
- ],
670
- "hex": "#42d392"
671
- }
672
- },
673
- "success-500": {
674
- "$type": "color",
675
- "$value": {
676
- "colorSpace": "srgb",
677
- "components": [
678
- 0.13333,
679
- 0.78431,
680
- 0.45882
681
- ],
682
- "hex": "#22c875"
683
- }
684
- },
685
- "success-700": {
686
- "$type": "color",
687
- "$value": {
688
- "colorSpace": "srgb",
689
- "components": [
690
- 0.07843,
691
- 0.47843,
692
- 0.30196
693
- ],
694
- "hex": "#147a4d"
695
- }
696
- },
697
- "warning-400": {
698
- "$type": "color",
699
- "$value": "{brand-yellow}"
700
- },
701
- "warning-500": {
702
- "$type": "color",
703
- "$value": {
704
- "colorSpace": "srgb",
705
- "components": [
706
- 0.83137,
707
- 0.61176,
708
- 0
709
- ],
710
- "hex": "#d49c00"
711
- }
712
- },
713
- "warning-800": {
714
- "$type": "color",
715
- "$value": {
716
- "colorSpace": "srgb",
717
- "components": [
718
- 0.42745,
719
- 0.30196,
720
- 0
721
- ],
722
- "hex": "#6d4d00"
723
- }
724
- },
725
- "danger-400": {
726
- "$type": "color",
727
- "$value": {
728
- "colorSpace": "srgb",
729
- "components": [
730
- 1,
731
- 0.44314,
732
- 0.50196
733
- ],
734
- "hex": "#ff7180"
735
- }
736
- },
737
- "danger-500": {
738
- "$type": "color",
739
- "$value": {
740
- "colorSpace": "srgb",
741
- "components": [
742
- 0.91373,
743
- 0.29412,
744
- 0.3451
745
- ],
746
- "hex": "#e94b58"
747
- }
748
- },
749
- "danger-800": {
750
- "$type": "color",
751
- "$value": {
752
- "colorSpace": "srgb",
753
- "components": [
754
- 0.49804,
755
- 0.12549,
756
- 0.16078
757
- ],
758
- "hex": "#7f2029"
759
- }
760
- },
761
- "info-400": {
762
- "$type": "color",
763
- "$value": {
764
- "colorSpace": "srgb",
765
- "components": [
766
- 0.55686,
767
- 0.77255,
768
- 1
769
- ],
770
- "hex": "#8ec5ff"
771
- }
772
- },
773
- "info-500": {
774
- "$type": "color",
775
- "$value": {
776
- "colorSpace": "srgb",
777
- "components": [
778
- 0.16863,
779
- 0.49804,
780
- 1
781
- ],
782
- "hex": "#2b7fff"
783
- }
784
- },
785
- "info-800": {
786
- "$type": "color",
787
- "$value": {
788
- "colorSpace": "srgb",
789
- "components": [
790
- 0.07843,
791
- 0.27843,
792
- 0.90196
793
- ],
794
- "hex": "#1447e6"
795
- }
796
- },
797
- "oracle-50": {
798
- "$type": "color",
799
- "$value": {
800
- "colorSpace": "oklch",
801
- "components": [
802
- 0.96,
803
- 0.025,
804
- 251.813
805
- ]
806
- }
807
- },
808
- "oracle-100": {
809
- "$type": "color",
810
- "$value": {
811
- "colorSpace": "oklch",
812
- "components": [
813
- 0.9,
814
- 0.06,
815
- 251.813
816
- ]
817
- }
818
- },
819
- "oracle-200": {
820
- "$type": "color",
821
- "$value": {
822
- "colorSpace": "oklch",
823
- "components": [
824
- 0.85,
825
- 0.09,
826
- 251.813
827
- ]
828
- }
829
- },
830
- "oracle-300": {
831
- "$type": "color",
832
- "$value": "{chart-1}"
833
- },
834
- "oracle-400": {
835
- "$type": "color",
836
- "$value": "{chart-2}"
837
- },
838
- "oracle-500": {
839
- "$type": "color",
840
- "$value": "{chart-3}"
841
- },
842
- "oracle-600": {
843
- "$type": "color",
844
- "$value": "{chart-4}"
845
- },
846
- "oracle-700": {
847
- "$type": "color",
848
- "$value": "{chart-5}"
849
- },
850
- "oracle-800": {
851
- "$type": "color",
852
- "$value": {
853
- "colorSpace": "oklch",
854
- "components": [
855
- 0.38,
856
- 0.2,
857
- 265.638
858
- ]
859
- }
860
- },
861
- "oracle-900": {
862
- "$type": "color",
863
- "$value": {
864
- "colorSpace": "oklch",
865
- "components": [
866
- 0.31,
867
- 0.16,
868
- 265.638
869
- ]
870
- }
871
- },
872
- "oracle-950": {
873
- "$type": "color",
874
- "$value": {
875
- "colorSpace": "oklch",
876
- "components": [
877
- 0.23,
878
- 0.11,
879
- 265.638
880
- ]
881
- }
882
- },
883
- "weight-regular": {
884
- "$type": "number",
885
- "$value": 400,
886
- "$description": "Corpo de texto."
887
- },
888
- "weight-medium": {
889
- "$type": "number",
890
- "$value": 500,
891
- "$description": "Rótulo, botão, ênfase leve."
892
- },
893
- "weight-semibold": {
894
- "$type": "number",
895
- "$value": 600,
896
- "$description": "Título de seção, cabeçalho de tabela."
897
- },
898
- "weight-bold": {
899
- "$type": "number",
900
- "$value": 700,
901
- "$description": "Título de página e número de destaque."
902
- },
903
- "icon-sm": {
904
- "$type": "dimension",
905
- "$value": {
906
- "value": 1,
907
- "unit": "rem"
908
- },
909
- "$description": "Glifo dentro de controle pequeno, badge e chip."
910
- },
911
- "icon-md": {
912
- "$type": "dimension",
913
- "$value": {
914
- "value": 1.25,
915
- "unit": "rem"
916
- },
917
- "$description": "Glifo padrão, alinhado ao texto de corpo."
918
- },
919
- "icon-lg": {
920
- "$type": "dimension",
921
- "$value": {
922
- "value": 1.5,
923
- "unit": "rem"
924
- },
925
- "$description": "Glifo de destaque em cabeçalho."
926
- },
927
- "icon-xl": {
928
- "$type": "dimension",
929
- "$value": {
930
- "value": 2,
931
- "unit": "rem"
932
- },
933
- "$description": "Glifo de estado vazio e de ilustração."
934
- },
935
- "tracking-tight": {
936
- "$type": "dimension",
937
- "$value": {
938
- "value": -0.01,
939
- "unit": "em"
940
- },
941
- "$description": "Fecha o texto em tamanho grande, onde o espaçamento natural parece solto."
942
- },
943
- "tracking-normal": {
944
- "$type": "dimension",
945
- "$value": {
946
- "value": 0,
947
- "unit": "em"
948
- },
949
- "$description": "Sem ajuste — o padrão da fonte."
950
- },
951
- "leading-none": {
952
- "$type": "number",
953
- "$value": 1,
954
- "$description": "Entrelinha colada ao glifo: usada onde a ALTURA do componente é o contrato e não pode variar com a herança (ver badge e chip)."
955
- },
956
- "target-min": {
957
- "$type": "dimension",
958
- "$value": {
959
- "value": 2.75,
960
- "unit": "rem"
961
- },
962
- "$description": "Área mínima de toque (44px a 16px de raiz) — WCAG 2.5.5/2.5.8 em ponteiro grosseiro."
963
- },
964
- "tracking-wide": {
965
- "$type": "dimension",
966
- "$value": {
967
- "value": 0.04,
968
- "unit": "em"
969
- },
970
- "$description": "Abre levemente o rótulo em caixa alta."
971
- },
972
- "tracking-wider": {
973
- "$type": "dimension",
974
- "$value": {
975
- "value": 0.06,
976
- "unit": "em"
977
- },
978
- "$description": "Rótulo curto em caixa alta, como eyebrow."
979
- },
980
- "tracking-widest": {
981
- "$type": "dimension",
982
- "$value": {
983
- "value": 0.12,
984
- "unit": "em"
985
- },
986
- "$description": "Rótulo de categoria — o mais aberto da escala."
987
- }
988
- },
989
- "theme": {
990
- "dark": {
991
- "background": {
992
- "$type": "color",
993
- "$value": {
994
- "colorSpace": "oklch",
995
- "components": [
996
- 0.145,
997
- 0,
998
- 0
999
- ]
1000
- }
1001
- },
1002
- "foreground": {
1003
- "$type": "color",
1004
- "$value": {
1005
- "colorSpace": "oklch",
1006
- "components": [
1007
- 0.985,
1008
- 0,
1009
- 0
1010
- ]
1011
- }
1012
- },
1013
- "card": {
1014
- "$type": "color",
1015
- "$value": {
1016
- "colorSpace": "oklch",
1017
- "components": [
1018
- 0.205,
1019
- 0,
1020
- 0
1021
- ]
1022
- }
1023
- },
1024
- "card-foreground": {
1025
- "$type": "color",
1026
- "$value": {
1027
- "colorSpace": "oklch",
1028
- "components": [
1029
- 0.985,
1030
- 0,
1031
- 0
1032
- ]
1033
- }
1034
- },
1035
- "popover": {
1036
- "$type": "color",
1037
- "$value": {
1038
- "colorSpace": "oklch",
1039
- "components": [
1040
- 0.205,
1041
- 0,
1042
- 0
1043
- ]
1044
- }
1045
- },
1046
- "popover-foreground": {
1047
- "$type": "color",
1048
- "$value": {
1049
- "colorSpace": "oklch",
1050
- "components": [
1051
- 0.985,
1052
- 0,
1053
- 0
1054
- ]
1055
- }
1056
- },
1057
- "primary": {
1058
- "$type": "color",
1059
- "$value": "{brand-yellow}"
1060
- },
1061
- "primary-foreground": {
1062
- "$type": "color",
1063
- "$value": "{brand-yellow-foreground}"
1064
- },
1065
- "secondary": {
1066
- "$type": "color",
1067
- "$value": {
1068
- "colorSpace": "oklch",
1069
- "components": [
1070
- 0.274,
1071
- 0.006,
1072
- 286.033
1073
- ]
1074
- }
1075
- },
1076
- "secondary-foreground": {
1077
- "$type": "color",
1078
- "$value": {
1079
- "colorSpace": "oklch",
1080
- "components": [
1081
- 0.985,
1082
- 0,
1083
- 0
1084
- ]
1085
- }
1086
- },
1087
- "muted": {
1088
- "$type": "color",
1089
- "$value": {
1090
- "colorSpace": "oklch",
1091
- "components": [
1092
- 0.269,
1093
- 0,
1094
- 0
1095
- ]
1096
- }
1097
- },
1098
- "muted-foreground": {
1099
- "$type": "color",
1100
- "$value": {
1101
- "colorSpace": "oklch",
1102
- "components": [
1103
- 0.708,
1104
- 0,
1105
- 0
1106
- ]
1107
- }
1108
- },
1109
- "accent": {
1110
- "$type": "color",
1111
- "$value": {
1112
- "colorSpace": "oklch",
1113
- "components": [
1114
- 0.269,
1115
- 0,
1116
- 0
1117
- ]
1118
- }
1119
- },
1120
- "accent-foreground": {
1121
- "$type": "color",
1122
- "$value": {
1123
- "colorSpace": "oklch",
1124
- "components": [
1125
- 0.985,
1126
- 0,
1127
- 0
1128
- ]
1129
- }
1130
- },
1131
- "destructive": {
1132
- "$type": "color",
1133
- "$value": {
1134
- "colorSpace": "oklch",
1135
- "components": [
1136
- 0.704,
1137
- 0.191,
1138
- 22.216
1139
- ]
1140
- }
1141
- },
1142
- "destructive-foreground": {
1143
- "$type": "color",
1144
- "$value": {
1145
- "colorSpace": "oklch",
1146
- "components": [
1147
- 0.2,
1148
- 0.02,
1149
- 22
1150
- ]
1151
- }
1152
- },
1153
- "border": {
1154
- "$type": "color",
1155
- "$value": {
1156
- "colorSpace": "oklch",
1157
- "components": [
1158
- 1,
1159
- 0,
1160
- 0
1161
- ],
1162
- "alpha": 0.1
1163
- }
1164
- },
1165
- "input": {
1166
- "$type": "color",
1167
- "$value": {
1168
- "colorSpace": "oklch",
1169
- "components": [
1170
- 1,
1171
- 0,
1172
- 0
1173
- ],
1174
- "alpha": 0.15
1175
- }
1176
- },
1177
- "ring": {
1178
- "$type": "color",
1179
- "$value": {
1180
- "colorSpace": "oklch",
1181
- "components": [
1182
- 0.556,
1183
- 0,
1184
- 0
1185
- ]
1186
- }
1187
- },
1188
- "chart-1": {
1189
- "$type": "color",
1190
- "$value": {
1191
- "colorSpace": "oklch",
1192
- "components": [
1193
- 0.809,
1194
- 0.105,
1195
- 251.813
1196
- ]
1197
- }
1198
- },
1199
- "chart-2": {
1200
- "$type": "color",
1201
- "$value": {
1202
- "colorSpace": "oklch",
1203
- "components": [
1204
- 0.623,
1205
- 0.214,
1206
- 259.815
1207
- ]
1208
- }
1209
- },
1210
- "chart-3": {
1211
- "$type": "color",
1212
- "$value": {
1213
- "colorSpace": "oklch",
1214
- "components": [
1215
- 0.546,
1216
- 0.245,
1217
- 262.881
1218
- ]
1219
- }
1220
- },
1221
- "chart-4": {
1222
- "$type": "color",
1223
- "$value": {
1224
- "colorSpace": "oklch",
1225
- "components": [
1226
- 0.488,
1227
- 0.243,
1228
- 264.376
1229
- ]
1230
- }
1231
- },
1232
- "chart-5": {
1233
- "$type": "color",
1234
- "$value": {
1235
- "colorSpace": "oklch",
1236
- "components": [
1237
- 0.424,
1238
- 0.199,
1239
- 265.638
1240
- ]
1241
- }
1242
- },
1243
- "sidebar": {
1244
- "$type": "color",
1245
- "$value": {
1246
- "colorSpace": "oklch",
1247
- "components": [
1248
- 0.205,
1249
- 0,
1250
- 0
1251
- ]
1252
- }
1253
- },
1254
- "sidebar-foreground": {
1255
- "$type": "color",
1256
- "$value": {
1257
- "colorSpace": "oklch",
1258
- "components": [
1259
- 0.985,
1260
- 0,
1261
- 0
1262
- ]
1263
- }
1264
- },
1265
- "sidebar-primary": {
1266
- "$type": "color",
1267
- "$value": "{brand-yellow}"
1268
- },
1269
- "sidebar-primary-foreground": {
1270
- "$type": "color",
1271
- "$value": "{brand-yellow-foreground}"
1272
- },
1273
- "sidebar-accent": {
1274
- "$type": "color",
1275
- "$value": {
1276
- "colorSpace": "oklch",
1277
- "components": [
1278
- 0.269,
1279
- 0,
1280
- 0
1281
- ]
1282
- }
1283
- },
1284
- "sidebar-accent-foreground": {
1285
- "$type": "color",
1286
- "$value": {
1287
- "colorSpace": "oklch",
1288
- "components": [
1289
- 0.985,
1290
- 0,
1291
- 0
1292
- ]
1293
- }
1294
- },
1295
- "sidebar-border": {
1296
- "$type": "color",
1297
- "$value": {
1298
- "colorSpace": "oklch",
1299
- "components": [
1300
- 1,
1301
- 0,
1302
- 0
1303
- ],
1304
- "alpha": 0.1
1305
- }
1306
- },
1307
- "sidebar-ring": {
1308
- "$type": "color",
1309
- "$value": {
1310
- "colorSpace": "oklch",
1311
- "components": [
1312
- 0.556,
1313
- 0,
1314
- 0
1315
- ]
1316
- }
1317
- },
1318
- "surface-1": {
1319
- "$type": "color",
1320
- "$value": "{card}"
1321
- },
1322
- "surface-2": {
1323
- "$type": "color",
1324
- "$value": "{secondary}"
1325
- },
1326
- "surface-3": {
1327
- "$type": "color",
1328
- "$value": "{muted}"
1329
- },
1330
- "surface-inset": {
1331
- "$type": "color",
1332
- "$value": {
1333
- "colorSpace": "oklch",
1334
- "components": [
1335
- 0.145,
1336
- 0,
1337
- 0
1338
- ]
1339
- }
1340
- },
1341
- "surface-hover": {
1342
- "$type": "color",
1343
- "$value": {
1344
- "colorSpace": "oklch",
1345
- "components": [
1346
- 0.3,
1347
- 0,
1348
- 0
1349
- ]
1350
- }
1351
- },
1352
- "foreground-strong": {
1353
- "$type": "color",
1354
- "$value": "{foreground}"
1355
- },
1356
- "subtle-foreground": {
1357
- "$type": "color",
1358
- "$value": {
1359
- "colorSpace": "oklch",
1360
- "components": [
1361
- 0.76,
1362
- 0,
1363
- 0
1364
- ]
1365
- }
1366
- },
1367
- "border-strong": {
1368
- "$type": "color",
1369
- "$value": {
1370
- "colorSpace": "oklch",
1371
- "components": [
1372
- 0.58,
1373
- 0,
1374
- 0
1375
- ]
1376
- }
1377
- },
1378
- "field-bg": {
1379
- "$type": "color",
1380
- "$value": "{muted}"
1381
- },
1382
- "overlay": {
1383
- "$type": "color",
1384
- "$value": {
1385
- "colorSpace": "oklch",
1386
- "components": [
1387
- 0,
1388
- 0,
1389
- 0
1390
- ],
1391
- "alpha": 0.74
1392
- }
1393
- },
1394
- "primary-hover": {
1395
- "$type": "color",
1396
- "$value": {
1397
- "colorSpace": "oklch",
1398
- "components": [
1399
- 0.835,
1400
- 0.19,
1401
- 89
1402
- ]
1403
- }
1404
- },
1405
- "primary-active": {
1406
- "$type": "color",
1407
- "$value": {
1408
- "colorSpace": "oklch",
1409
- "components": [
1410
- 0.74,
1411
- 0.17,
1412
- 84
1413
- ]
1414
- }
1415
- },
1416
- "secondary-hover": {
1417
- "$type": "color",
1418
- "$value": {
1419
- "colorSpace": "oklch",
1420
- "components": [
1421
- 0.31,
1422
- 0.006,
1423
- 286.033
1424
- ]
1425
- }
1426
- },
1427
- "focus": {
1428
- "$type": "color",
1429
- "$value": "{primary}"
1430
- },
1431
- "focus-strong": {
1432
- "$type": "color",
1433
- "$value": "{primary}"
1434
- },
1435
- "primary-emphasis": {
1436
- "$type": "color",
1437
- "$value": "{primary}"
1438
- },
1439
- "primary-outline": {
1440
- "$type": "color",
1441
- "$value": "{primary}"
1442
- },
1443
- "control-selected": {
1444
- "$type": "color",
1445
- "$value": "{primary}"
1446
- },
1447
- "control-selected-foreground": {
1448
- "$type": "color",
1449
- "$value": "{primary-foreground}"
1450
- },
1451
- "selection": {
1452
- "$type": "color",
1453
- "$value": {
1454
- "colorSpace": "oklch",
1455
- "components": [
1456
- 0.795,
1457
- 0.184,
1458
- 86.047
1459
- ],
1460
- "alpha": 0.22
1461
- }
1462
- },
1463
- "success-bg": {
1464
- "$type": "color",
1465
- "$value": {
1466
- "colorSpace": "oklch",
1467
- "components": [
1468
- 0.42,
1469
- 0.11,
1470
- 150
1471
- ],
1472
- "alpha": 0.36
1473
- }
1474
- },
1475
- "warning-bg": {
1476
- "$type": "color",
1477
- "$value": {
1478
- "colorSpace": "oklch",
1479
- "components": [
1480
- 0.34,
1481
- 0.08,
1482
- 86
1483
- ],
1484
- "alpha": 0.64
1485
- }
1486
- },
1487
- "danger-bg": {
1488
- "$type": "color",
1489
- "$value": {
1490
- "colorSpace": "oklch",
1491
- "components": [
1492
- 0.32,
1493
- 0.1,
1494
- 22
1495
- ],
1496
- "alpha": 0.62
1497
- }
1498
- },
1499
- "info-bg": {
1500
- "$type": "color",
1501
- "$value": {
1502
- "colorSpace": "oklch",
1503
- "components": [
1504
- 0.29,
1505
- 0.08,
1506
- 260
1507
- ],
1508
- "alpha": 0.62
1509
- }
1510
- }
1511
- },
1512
- "light": {
1513
- "background": {
1514
- "$type": "color",
1515
- "$value": {
1516
- "colorSpace": "oklch",
1517
- "components": [
1518
- 0.965,
1519
- 0,
1520
- 0
1521
- ]
1522
- }
1523
- },
1524
- "foreground": {
1525
- "$type": "color",
1526
- "$value": {
1527
- "colorSpace": "oklch",
1528
- "components": [
1529
- 0.145,
1530
- 0,
1531
- 0
1532
- ]
1533
- }
1534
- },
1535
- "card": {
1536
- "$type": "color",
1537
- "$value": {
1538
- "colorSpace": "oklch",
1539
- "components": [
1540
- 1,
1541
- 0,
1542
- 0
1543
- ]
1544
- }
1545
- },
1546
- "card-foreground": {
1547
- "$type": "color",
1548
- "$value": {
1549
- "colorSpace": "oklch",
1550
- "components": [
1551
- 0.145,
1552
- 0,
1553
- 0
1554
- ]
1555
- }
1556
- },
1557
- "popover": {
1558
- "$type": "color",
1559
- "$value": {
1560
- "colorSpace": "oklch",
1561
- "components": [
1562
- 1,
1563
- 0,
1564
- 0
1565
- ]
1566
- }
1567
- },
1568
- "popover-foreground": {
1569
- "$type": "color",
1570
- "$value": {
1571
- "colorSpace": "oklch",
1572
- "components": [
1573
- 0.145,
1574
- 0,
1575
- 0
1576
- ]
1577
- }
1578
- },
1579
- "primary": {
1580
- "$type": "color",
1581
- "$value": "{brand-yellow}"
1582
- },
1583
- "primary-foreground": {
1584
- "$type": "color",
1585
- "$value": "{brand-yellow-foreground}"
1586
- },
1587
- "secondary": {
1588
- "$type": "color",
1589
- "$value": {
1590
- "colorSpace": "oklch",
1591
- "components": [
1592
- 0.94,
1593
- 0,
1594
- 0
1595
- ]
1596
- }
1597
- },
1598
- "secondary-foreground": {
1599
- "$type": "color",
1600
- "$value": {
1601
- "colorSpace": "oklch",
1602
- "components": [
1603
- 0.21,
1604
- 0.006,
1605
- 285.885
1606
- ]
1607
- }
1608
- },
1609
- "muted": {
1610
- "$type": "color",
1611
- "$value": "{secondary}"
1612
- },
1613
- "muted-foreground": {
1614
- "$type": "color",
1615
- "$value": {
1616
- "colorSpace": "oklch",
1617
- "components": [
1618
- 0.43,
1619
- 0,
1620
- 0
1621
- ]
1622
- }
1623
- },
1624
- "accent": {
1625
- "$type": "color",
1626
- "$value": "{secondary}"
1627
- },
1628
- "accent-foreground": {
1629
- "$type": "color",
1630
- "$value": {
1631
- "colorSpace": "oklch",
1632
- "components": [
1633
- 0.205,
1634
- 0,
1635
- 0
1636
- ]
1637
- }
1638
- },
1639
- "destructive": {
1640
- "$type": "color",
1641
- "$value": {
1642
- "colorSpace": "oklch",
1643
- "components": [
1644
- 0.577,
1645
- 0.245,
1646
- 27.325
1647
- ]
1648
- }
1649
- },
1650
- "destructive-foreground": {
1651
- "$type": "color",
1652
- "$value": {
1653
- "colorSpace": "oklch",
1654
- "components": [
1655
- 0.985,
1656
- 0,
1657
- 0
1658
- ]
1659
- }
1660
- },
1661
- "border": {
1662
- "$type": "color",
1663
- "$value": {
1664
- "colorSpace": "oklch",
1665
- "components": [
1666
- 0.89,
1667
- 0,
1668
- 0
1669
- ]
1670
- }
1671
- },
1672
- "input": {
1673
- "$type": "color",
1674
- "$value": {
1675
- "colorSpace": "oklch",
1676
- "components": [
1677
- 0.922,
1678
- 0,
1679
- 0
1680
- ]
1681
- }
1682
- },
1683
- "ring": {
1684
- "$type": "color",
1685
- "$value": {
1686
- "colorSpace": "oklch",
1687
- "components": [
1688
- 0.708,
1689
- 0,
1690
- 0
1691
- ]
1692
- }
1693
- },
1694
- "chart-1": {
1695
- "$type": "color",
1696
- "$value": {
1697
- "colorSpace": "oklch",
1698
- "components": [
1699
- 0.809,
1700
- 0.105,
1701
- 251.813
1702
- ]
1703
- }
1704
- },
1705
- "chart-2": {
1706
- "$type": "color",
1707
- "$value": {
1708
- "colorSpace": "oklch",
1709
- "components": [
1710
- 0.623,
1711
- 0.214,
1712
- 259.815
1713
- ]
1714
- }
1715
- },
1716
- "chart-3": {
1717
- "$type": "color",
1718
- "$value": {
1719
- "colorSpace": "oklch",
1720
- "components": [
1721
- 0.546,
1722
- 0.245,
1723
- 262.881
1724
- ]
1725
- }
1726
- },
1727
- "chart-4": {
1728
- "$type": "color",
1729
- "$value": {
1730
- "colorSpace": "oklch",
1731
- "components": [
1732
- 0.488,
1733
- 0.243,
1734
- 264.376
1735
- ]
1736
- }
1737
- },
1738
- "chart-5": {
1739
- "$type": "color",
1740
- "$value": {
1741
- "colorSpace": "oklch",
1742
- "components": [
1743
- 0.424,
1744
- 0.199,
1745
- 265.638
1746
- ]
1747
- }
1748
- },
1749
- "sidebar": {
1750
- "$type": "color",
1751
- "$value": "{card}"
1752
- },
1753
- "sidebar-foreground": {
1754
- "$type": "color",
1755
- "$value": {
1756
- "colorSpace": "oklch",
1757
- "components": [
1758
- 0.145,
1759
- 0,
1760
- 0
1761
- ]
1762
- }
1763
- },
1764
- "sidebar-primary": {
1765
- "$type": "color",
1766
- "$value": "{brand-yellow}"
1767
- },
1768
- "sidebar-primary-foreground": {
1769
- "$type": "color",
1770
- "$value": "{brand-yellow-foreground}"
1771
- },
1772
- "sidebar-accent": {
1773
- "$type": "color",
1774
- "$value": "{secondary}"
1775
- },
1776
- "sidebar-accent-foreground": {
1777
- "$type": "color",
1778
- "$value": {
1779
- "colorSpace": "oklch",
1780
- "components": [
1781
- 0.205,
1782
- 0,
1783
- 0
1784
- ]
1785
- }
1786
- },
1787
- "sidebar-border": {
1788
- "$type": "color",
1789
- "$value": {
1790
- "colorSpace": "oklch",
1791
- "components": [
1792
- 0.89,
1793
- 0,
1794
- 0
1795
- ]
1796
- }
1797
- },
1798
- "sidebar-ring": {
1799
- "$type": "color",
1800
- "$value": {
1801
- "colorSpace": "oklch",
1802
- "components": [
1803
- 0.708,
1804
- 0,
1805
- 0
1806
- ]
1807
- }
1808
- },
1809
- "surface-1": {
1810
- "$type": "color",
1811
- "$value": "{card}"
1812
- },
1813
- "surface-2": {
1814
- "$type": "color",
1815
- "$value": "{secondary}"
1816
- },
1817
- "surface-3": {
1818
- "$type": "color",
1819
- "$value": "{muted}"
1820
- },
1821
- "surface-inset": {
1822
- "$type": "color",
1823
- "$value": {
1824
- "colorSpace": "oklch",
1825
- "components": [
1826
- 0.955,
1827
- 0,
1828
- 0
1829
- ]
1830
- },
1831
- "$description": "Superficie afundada do tema claro. NAO pode ser alias de {secondary}: eram o mesmo 0.94, e um Button secondary desaparecia dentro de um painel inset (achado 24/07/2026). 0.955 fica entre o fundo (0.965) e o secondary (0.94) — afunda sem colidir."
1832
- },
1833
- "surface-hover": {
1834
- "$type": "color",
1835
- "$value": {
1836
- "colorSpace": "oklch",
1837
- "components": [
1838
- 0.925,
1839
- 0,
1840
- 0
1841
- ]
1842
- }
1843
- },
1844
- "foreground-strong": {
1845
- "$type": "color",
1846
- "$value": "{foreground}"
1847
- },
1848
- "subtle-foreground": {
1849
- "$type": "color",
1850
- "$value": {
1851
- "colorSpace": "oklch",
1852
- "components": [
1853
- 0.43,
1854
- 0,
1855
- 0
1856
- ]
1857
- }
1858
- },
1859
- "border-strong": {
1860
- "$type": "color",
1861
- "$value": {
1862
- "colorSpace": "oklch",
1863
- "components": [
1864
- 0.56,
1865
- 0,
1866
- 0
1867
- ]
1868
- }
1869
- },
1870
- "field-bg": {
1871
- "$type": "color",
1872
- "$value": "{muted}"
1873
- },
1874
- "overlay": {
1875
- "$type": "color",
1876
- "$value": {
1877
- "colorSpace": "oklch",
1878
- "components": [
1879
- 0.145,
1880
- 0,
1881
- 0
1882
- ],
1883
- "alpha": 0.4
1884
- }
1885
- },
1886
- "primary-hover": {
1887
- "$type": "color",
1888
- "$value": {
1889
- "colorSpace": "oklch",
1890
- "components": [
1891
- 0.835,
1892
- 0.19,
1893
- 89
1894
- ]
1895
- }
1896
- },
1897
- "primary-active": {
1898
- "$type": "color",
1899
- "$value": {
1900
- "colorSpace": "oklch",
1901
- "components": [
1902
- 0.74,
1903
- 0.17,
1904
- 84
1905
- ]
1906
- }
1907
- },
1908
- "secondary-hover": {
1909
- "$type": "color",
1910
- "$value": "{surface-hover}"
1911
- },
1912
- "focus": {
1913
- "$type": "color",
1914
- "$value": "{primary}"
1915
- },
1916
- "focus-strong": {
1917
- "$type": "color",
1918
- "$value": "{brand-yellow-foreground}"
1919
- },
1920
- "primary-emphasis": {
1921
- "$type": "color",
1922
- "$value": "{brand-yellow-foreground}"
1923
- },
1924
- "primary-outline": {
1925
- "$type": "color",
1926
- "$value": "{brand-yellow-foreground}"
1927
- },
1928
- "control-selected": {
1929
- "$type": "color",
1930
- "$value": "{brand-yellow-foreground}"
1931
- },
1932
- "control-selected-foreground": {
1933
- "$type": "color",
1934
- "$value": {
1935
- "colorSpace": "oklch",
1936
- "components": [
1937
- 0.985,
1938
- 0,
1939
- 0
1940
- ]
1941
- }
1942
- },
1943
- "success-400": {
1944
- "$type": "color",
1945
- "$value": {
1946
- "colorSpace": "srgb",
1947
- "components": [
1948
- 0.05882,
1949
- 0.41961,
1950
- 0.24314
1951
- ],
1952
- "hex": "#0f6b3e"
1953
- }
1954
- },
1955
- "warning-400": {
1956
- "$type": "color",
1957
- "$value": {
1958
- "colorSpace": "srgb",
1959
- "components": [
1960
- 0.42745,
1961
- 0.30196,
1962
- 0
1963
- ],
1964
- "hex": "#6d4d00"
1965
- }
1966
- },
1967
- "danger-400": {
1968
- "$type": "color",
1969
- "$value": {
1970
- "colorSpace": "srgb",
1971
- "components": [
1972
- 0.62353,
1973
- 0.13725,
1974
- 0.18824
1975
- ],
1976
- "hex": "#9f2330"
1977
- }
1978
- },
1979
- "info-400": {
1980
- "$type": "color",
1981
- "$value": {
1982
- "colorSpace": "srgb",
1983
- "components": [
1984
- 0.08627,
1985
- 0.3098,
1986
- 0.61569
1987
- ],
1988
- "hex": "#164f9d"
1989
- }
1990
- },
1991
- "oracle-300": {
1992
- "$type": "color",
1993
- "$value": "{chart-4}"
1994
- },
1995
- "oracle-400": {
1996
- "$type": "color",
1997
- "$value": "{chart-4}"
1998
- },
1999
- "selection": {
2000
- "$type": "color",
2001
- "$value": {
2002
- "colorSpace": "oklch",
2003
- "components": [
2004
- 0.795,
2005
- 0.184,
2006
- 86.047
2007
- ],
2008
- "alpha": 0.18
2009
- }
2010
- },
2011
- "success-bg": {
2012
- "$type": "color",
2013
- "$value": {
2014
- "colorSpace": "oklch",
2015
- "components": [
2016
- 0.94,
2017
- 0.05,
2018
- 150
2019
- ]
2020
- }
2021
- },
2022
- "warning-bg": {
2023
- "$type": "color",
2024
- "$value": {
2025
- "colorSpace": "oklch",
2026
- "components": [
2027
- 0.95,
2028
- 0.06,
2029
- 86
2030
- ]
2031
- }
2032
- },
2033
- "danger-bg": {
2034
- "$type": "color",
2035
- "$value": {
2036
- "colorSpace": "oklch",
2037
- "components": [
2038
- 0.95,
2039
- 0.05,
2040
- 22
2041
- ]
2042
- }
2043
- },
2044
- "info-bg": {
2045
- "$type": "color",
2046
- "$value": {
2047
- "colorSpace": "oklch",
2048
- "components": [
2049
- 0.95,
2050
- 0.045,
2051
- 260
2052
- ]
2053
- }
2054
- }
2055
- }
2056
- },
2057
- "density": {
2058
- "compact": {
2059
- "control-h-xs": {
2060
- "$type": "dimension",
2061
- "$value": {
2062
- "value": 1.5,
2063
- "unit": "rem"
2064
- }
2065
- },
2066
- "control-h-sm": {
2067
- "$type": "dimension",
2068
- "$value": {
2069
- "value": 1.75,
2070
- "unit": "rem"
2071
- }
2072
- },
2073
- "control-h-md": {
2074
- "$type": "dimension",
2075
- "$value": {
2076
- "value": 2.0,
2077
- "unit": "rem"
2078
- }
2079
- },
2080
- "control-h-lg": {
2081
- "$type": "dimension",
2082
- "$value": {
2083
- "value": 2.375,
2084
- "unit": "rem"
2085
- }
2086
- },
2087
- "control-h-xl": {
2088
- "$type": "dimension",
2089
- "$value": {
2090
- "value": 2.75,
2091
- "unit": "rem"
2092
- }
2093
- },
2094
- "row-h": {
2095
- "$type": "dimension",
2096
- "$value": {
2097
- "value": 2.625,
2098
- "unit": "rem"
2099
- }
2100
- },
2101
- "card-pad": {
2102
- "$type": "dimension",
2103
- "$value": {
2104
- "value": 1.0,
2105
- "unit": "rem"
2106
- }
2107
- },
2108
- "section-gap": {
2109
- "$type": "dimension",
2110
- "$value": {
2111
- "value": 1.125,
2112
- "unit": "rem"
2113
- }
2114
- }
2115
- },
2116
- "comfortable": {
2117
- "control-h-xs": {
2118
- "$type": "dimension",
2119
- "$value": {
2120
- "value": 1.625,
2121
- "unit": "rem"
2122
- }
2123
- },
2124
- "control-h-sm": {
2125
- "$type": "dimension",
2126
- "$value": {
2127
- "value": 1.875,
2128
- "unit": "rem"
2129
- }
2130
- },
2131
- "control-h-md": {
2132
- "$type": "dimension",
2133
- "$value": {
2134
- "value": 2.25,
2135
- "unit": "rem"
2136
- }
2137
- },
2138
- "control-h-lg": {
2139
- "$type": "dimension",
2140
- "$value": {
2141
- "value": 2.625,
2142
- "unit": "rem"
2143
- }
2144
- },
2145
- "control-h-xl": {
2146
- "$type": "dimension",
2147
- "$value": {
2148
- "value": 3.125,
2149
- "unit": "rem"
2150
- }
2151
- },
2152
- "row-h": {
2153
- "$type": "dimension",
2154
- "$value": {
2155
- "value": 3.0,
2156
- "unit": "rem"
2157
- }
2158
- },
2159
- "card-pad": {
2160
- "$type": "dimension",
2161
- "$value": {
2162
- "value": 1.25,
2163
- "unit": "rem"
2164
- }
2165
- },
2166
- "section-gap": {
2167
- "$type": "dimension",
2168
- "$value": {
2169
- "value": 1.5,
2170
- "unit": "rem"
2171
- }
2172
- }
2173
- },
2174
- "spacious": {
2175
- "control-h-xs": {
2176
- "$type": "dimension",
2177
- "$value": {
2178
- "value": 1.75,
2179
- "unit": "rem"
2180
- }
2181
- },
2182
- "control-h-sm": {
2183
- "$type": "dimension",
2184
- "$value": {
2185
- "value": 2.125,
2186
- "unit": "rem"
2187
- }
2188
- },
2189
- "control-h-md": {
2190
- "$type": "dimension",
2191
- "$value": {
2192
- "value": 2.5,
2193
- "unit": "rem"
2194
- }
2195
- },
2196
- "control-h-lg": {
2197
- "$type": "dimension",
2198
- "$value": {
2199
- "value": 3.0,
2200
- "unit": "rem"
2201
- }
2202
- },
2203
- "control-h-xl": {
2204
- "$type": "dimension",
2205
- "$value": {
2206
- "value": 3.5,
2207
- "unit": "rem"
2208
- }
2209
- },
2210
- "row-h": {
2211
- "$type": "dimension",
2212
- "$value": {
2213
- "value": 3.375,
2214
- "unit": "rem"
2215
- }
2216
- },
2217
- "card-pad": {
2218
- "$type": "dimension",
2219
- "$value": {
2220
- "value": 1.5,
2221
- "unit": "rem"
2222
- }
2223
- },
2224
- "section-gap": {
2225
- "$type": "dimension",
2226
- "$value": {
2227
- "value": 2.0,
2228
- "unit": "rem"
2229
- }
2230
- }
2231
- }
2232
- }
2233
- }
1
+ {
2
+ "$description": "Aurea design tokens — DTCG 2025.10. Single source of truth; build-tokens.mjs emits CSS.",
3
+ "$extensions": {
4
+ "ui.aurea": {
5
+ "version": "1.7.0",
6
+ "source": "UI-KIT.html v1.7",
7
+ "principles": [
8
+ "preserve-current-visual-language",
9
+ "semantic-tokens-only",
10
+ "floating-surfaces",
11
+ "pill-controls",
12
+ "no-gradients"
13
+ ],
14
+ "selectors": {
15
+ "base": ":root",
16
+ "theme.dark": "[data-theme=\"dark\"]",
17
+ "theme.light": "[data-theme=\"light\"]",
18
+ "density.compact": "[data-density=\"compact\"]",
19
+ "density.comfortable": "[data-density=\"comfortable\"]",
20
+ "density.spacious": "[data-density=\"spacious\"]"
21
+ }
22
+ }
23
+ },
24
+ "base": {
25
+ "brand-yellow": {
26
+ "$type": "color",
27
+ "$value": {
28
+ "colorSpace": "oklch",
29
+ "components": [
30
+ 0.795,
31
+ 0.184,
32
+ 86.047
33
+ ]
34
+ }
35
+ },
36
+ "brand-yellow-foreground": {
37
+ "$type": "color",
38
+ "$value": {
39
+ "colorSpace": "oklch",
40
+ "components": [
41
+ 0.421,
42
+ 0.095,
43
+ 57.708
44
+ ]
45
+ }
46
+ },
47
+ "font-ui": {
48
+ "$type": "fontFamily",
49
+ "$value": [
50
+ "IBM Plex Sans",
51
+ "Segoe UI",
52
+ "sans-serif"
53
+ ]
54
+ },
55
+ "font-editorial": {
56
+ "$type": "fontFamily",
57
+ "$value": [
58
+ "IBM Plex Serif",
59
+ "Georgia",
60
+ "serif"
61
+ ]
62
+ },
63
+ "font-code": {
64
+ "$type": "fontFamily",
65
+ "$value": [
66
+ "IBM Plex Mono",
67
+ "SFMono-Regular",
68
+ "Consolas",
69
+ "monospace"
70
+ ]
71
+ },
72
+ "text-xs": {
73
+ "$type": "dimension",
74
+ "$value": {
75
+ "value": 0.75,
76
+ "unit": "rem"
77
+ }
78
+ },
79
+ "text-sm": {
80
+ "$type": "dimension",
81
+ "$value": {
82
+ "value": 0.8125,
83
+ "unit": "rem"
84
+ }
85
+ },
86
+ "text-md": {
87
+ "$type": "dimension",
88
+ "$value": {
89
+ "value": 0.875,
90
+ "unit": "rem"
91
+ }
92
+ },
93
+ "text-base": {
94
+ "$type": "dimension",
95
+ "$value": {
96
+ "value": 1,
97
+ "unit": "rem"
98
+ }
99
+ },
100
+ "text-lg": {
101
+ "$type": "dimension",
102
+ "$value": {
103
+ "value": 1.125,
104
+ "unit": "rem"
105
+ }
106
+ },
107
+ "text-xl": {
108
+ "$type": "dimension",
109
+ "$value": {
110
+ "value": 1.25,
111
+ "unit": "rem"
112
+ }
113
+ },
114
+ "text-2xl": {
115
+ "$type": "dimension",
116
+ "$value": {
117
+ "value": 1.5,
118
+ "unit": "rem"
119
+ }
120
+ },
121
+ "text-3xl": {
122
+ "$type": "dimension",
123
+ "$value": {
124
+ "value": 1.875,
125
+ "unit": "rem"
126
+ }
127
+ },
128
+ "text-4xl": {
129
+ "$type": "dimension",
130
+ "$value": {
131
+ "value": 2.25,
132
+ "unit": "rem"
133
+ }
134
+ },
135
+ "text-5xl": {
136
+ "$type": "dimension",
137
+ "$value": {
138
+ "value": 3,
139
+ "unit": "rem"
140
+ }
141
+ },
142
+ "leading-tight": {
143
+ "$type": "number",
144
+ "$value": 1.2
145
+ },
146
+ "leading-normal": {
147
+ "$type": "number",
148
+ "$value": 1.5
149
+ },
150
+ "leading-relaxed": {
151
+ "$type": "number",
152
+ "$value": 1.7
153
+ },
154
+ "space-0": {
155
+ "$type": "dimension",
156
+ "$value": {
157
+ "value": 0,
158
+ "unit": "px"
159
+ }
160
+ },
161
+ "space-05": {
162
+ "$description": "Half-step below space-1 (2px). The tightest gap in the scale; use only where 4px is visibly too much, e.g. the flush topbar hugging the content.",
163
+ "$type": "dimension",
164
+ "$value": {
165
+ "value": 0.125,
166
+ "unit": "rem"
167
+ }
168
+ },
169
+ "space-1": {
170
+ "$type": "dimension",
171
+ "$value": {
172
+ "value": 0.25,
173
+ "unit": "rem"
174
+ }
175
+ },
176
+ "space-2": {
177
+ "$type": "dimension",
178
+ "$value": {
179
+ "value": 0.5,
180
+ "unit": "rem"
181
+ }
182
+ },
183
+ "space-3": {
184
+ "$type": "dimension",
185
+ "$value": {
186
+ "value": 0.75,
187
+ "unit": "rem"
188
+ }
189
+ },
190
+ "space-4": {
191
+ "$type": "dimension",
192
+ "$value": {
193
+ "value": 1,
194
+ "unit": "rem"
195
+ }
196
+ },
197
+ "space-5": {
198
+ "$type": "dimension",
199
+ "$value": {
200
+ "value": 1.25,
201
+ "unit": "rem"
202
+ }
203
+ },
204
+ "space-6": {
205
+ "$type": "dimension",
206
+ "$value": {
207
+ "value": 1.5,
208
+ "unit": "rem"
209
+ }
210
+ },
211
+ "space-7": {
212
+ "$type": "dimension",
213
+ "$value": {
214
+ "value": 1.75,
215
+ "unit": "rem"
216
+ }
217
+ },
218
+ "space-8": {
219
+ "$type": "dimension",
220
+ "$value": {
221
+ "value": 2,
222
+ "unit": "rem"
223
+ }
224
+ },
225
+ "space-10": {
226
+ "$type": "dimension",
227
+ "$value": {
228
+ "value": 2.5,
229
+ "unit": "rem"
230
+ }
231
+ },
232
+ "space-12": {
233
+ "$type": "dimension",
234
+ "$value": {
235
+ "value": 3,
236
+ "unit": "rem"
237
+ }
238
+ },
239
+ "space-16": {
240
+ "$type": "dimension",
241
+ "$value": {
242
+ "value": 4,
243
+ "unit": "rem"
244
+ }
245
+ },
246
+ "space-20": {
247
+ "$type": "dimension",
248
+ "$value": {
249
+ "value": 5,
250
+ "unit": "rem"
251
+ }
252
+ },
253
+ "space-24": {
254
+ "$type": "dimension",
255
+ "$value": {
256
+ "value": 6,
257
+ "unit": "rem"
258
+ }
259
+ },
260
+ "radius-xs": {
261
+ "$type": "dimension",
262
+ "$value": {
263
+ "value": 6,
264
+ "unit": "px"
265
+ }
266
+ },
267
+ "radius-sm": {
268
+ "$type": "dimension",
269
+ "$value": {
270
+ "value": 8,
271
+ "unit": "px"
272
+ }
273
+ },
274
+ "radius-md": {
275
+ "$type": "dimension",
276
+ "$value": {
277
+ "value": 10,
278
+ "unit": "px"
279
+ }
280
+ },
281
+ "radius-lg": {
282
+ "$type": "dimension",
283
+ "$value": {
284
+ "value": 16,
285
+ "unit": "px"
286
+ }
287
+ },
288
+ "radius-card": {
289
+ "$type": "dimension",
290
+ "$value": {
291
+ "value": 22,
292
+ "unit": "px"
293
+ }
294
+ },
295
+ "radius-control": {
296
+ "$type": "dimension",
297
+ "$value": {
298
+ "value": 999,
299
+ "unit": "px"
300
+ }
301
+ },
302
+ "radius-full": {
303
+ "$type": "dimension",
304
+ "$value": "{radius-control}",
305
+ "$description": "Alias de radius-control. Referência e não cópia: dois nomes com o mesmo número escrito à mão divergem no dia em que um é ajustado."
306
+ },
307
+ "border-width": {
308
+ "$type": "dimension",
309
+ "$value": {
310
+ "value": 1,
311
+ "unit": "px"
312
+ }
313
+ },
314
+ "shadow-md": {
315
+ "$type": "shadow",
316
+ "$value": {
317
+ "color": {
318
+ "colorSpace": "srgb",
319
+ "components": [
320
+ 0,
321
+ 0,
322
+ 0
323
+ ],
324
+ "hex": "#000000",
325
+ "alpha": 0.28
326
+ },
327
+ "offsetX": {
328
+ "value": 0,
329
+ "unit": "px"
330
+ },
331
+ "offsetY": {
332
+ "value": 16,
333
+ "unit": "px"
334
+ },
335
+ "blur": {
336
+ "value": 42,
337
+ "unit": "px"
338
+ },
339
+ "spread": {
340
+ "value": 0,
341
+ "unit": "px"
342
+ }
343
+ }
344
+ },
345
+ "shadow-lg": {
346
+ "$type": "shadow",
347
+ "$value": {
348
+ "color": {
349
+ "colorSpace": "srgb",
350
+ "components": [
351
+ 0,
352
+ 0,
353
+ 0
354
+ ],
355
+ "hex": "#000000",
356
+ "alpha": 0.42
357
+ },
358
+ "offsetX": {
359
+ "value": 0,
360
+ "unit": "px"
361
+ },
362
+ "offsetY": {
363
+ "value": 28,
364
+ "unit": "px"
365
+ },
366
+ "blur": {
367
+ "value": 80,
368
+ "unit": "px"
369
+ },
370
+ "spread": {
371
+ "value": 0,
372
+ "unit": "px"
373
+ }
374
+ }
375
+ },
376
+ "duration-fast": {
377
+ "$type": "duration",
378
+ "$value": {
379
+ "value": 120,
380
+ "unit": "ms"
381
+ }
382
+ },
383
+ "duration-base": {
384
+ "$type": "duration",
385
+ "$value": {
386
+ "value": 180,
387
+ "unit": "ms"
388
+ }
389
+ },
390
+ "duration-slow": {
391
+ "$type": "duration",
392
+ "$value": {
393
+ "value": 280,
394
+ "unit": "ms"
395
+ }
396
+ },
397
+ "ease-standard": {
398
+ "$type": "cubicBezier",
399
+ "$value": [
400
+ 0.2,
401
+ 0,
402
+ 0,
403
+ 1
404
+ ]
405
+ },
406
+ "ease-emphasized": {
407
+ "$type": "cubicBezier",
408
+ "$value": [
409
+ 0.2,
410
+ 0.8,
411
+ 0.2,
412
+ 1
413
+ ]
414
+ },
415
+ "z-base": {
416
+ "$type": "number",
417
+ "$value": 0
418
+ },
419
+ "z-sticky": {
420
+ "$type": "number",
421
+ "$value": 20
422
+ },
423
+ "z-dropdown": {
424
+ "$type": "number",
425
+ "$value": 40
426
+ },
427
+ "z-drawer": {
428
+ "$type": "number",
429
+ "$value": 60
430
+ },
431
+ "z-modal": {
432
+ "$type": "number",
433
+ "$value": 80
434
+ },
435
+ "z-toast": {
436
+ "$type": "number",
437
+ "$value": 100
438
+ },
439
+ "sidebar-width": {
440
+ "$type": "dimension",
441
+ "$value": {
442
+ "value": 16.5,
443
+ "unit": "rem"
444
+ }
445
+ },
446
+ "sidebar-rail": {
447
+ "$type": "dimension",
448
+ "$description": "Grid column of the collapsed sidebar: the icon rail. It is the COLUMN, not the panel — the sidebar spends space-4 of margin on each side before it starts, which is why 4.5rem was measured wrong first and left the icon 2px outside the box. 5.5rem = 32px of margin + 2px of border + 16px of the panel's own padding + a 16px icon with room around it.",
449
+ "$value": {
450
+ "value": 5.5,
451
+ "unit": "rem"
452
+ }
453
+ },
454
+ "topbar-height": {
455
+ "$type": "dimension",
456
+ "$value": {
457
+ "value": 4.0,
458
+ "unit": "rem"
459
+ }
460
+ },
461
+ "content-max": {
462
+ "$type": "dimension",
463
+ "$value": {
464
+ "value": 102.5,
465
+ "unit": "rem"
466
+ }
467
+ },
468
+ "breakpoint-sm": {
469
+ "$description": "Responsive scale (Tailwind, the de-facto 2026 standard; base of Untitled UI). Mobile-first: a rule applies at this width and up. @media can't read var(), so CSS uses the literal value — validate.py check 5 guards the scale. JS/native read --breakpoint-*.",
470
+ "$type": "dimension",
471
+ "$value": {
472
+ "value": 640,
473
+ "unit": "px"
474
+ }
475
+ },
476
+ "breakpoint-md": {
477
+ "$type": "dimension",
478
+ "$value": {
479
+ "value": 768,
480
+ "unit": "px"
481
+ }
482
+ },
483
+ "breakpoint-lg": {
484
+ "$type": "dimension",
485
+ "$value": {
486
+ "value": 1024,
487
+ "unit": "px"
488
+ }
489
+ },
490
+ "breakpoint-xl": {
491
+ "$type": "dimension",
492
+ "$value": {
493
+ "value": 1280,
494
+ "unit": "px"
495
+ }
496
+ },
497
+ "breakpoint-2xl": {
498
+ "$type": "dimension",
499
+ "$value": {
500
+ "value": 1536,
501
+ "unit": "px"
502
+ }
503
+ },
504
+ "control-h-xs": {
505
+ "$type": "dimension",
506
+ "$value": {
507
+ "value": 1.625,
508
+ "unit": "rem"
509
+ }
510
+ },
511
+ "control-h-sm": {
512
+ "$type": "dimension",
513
+ "$value": {
514
+ "value": 1.875,
515
+ "unit": "rem"
516
+ }
517
+ },
518
+ "control-h-md": {
519
+ "$type": "dimension",
520
+ "$value": {
521
+ "value": 2.25,
522
+ "unit": "rem"
523
+ }
524
+ },
525
+ "control-h-lg": {
526
+ "$type": "dimension",
527
+ "$value": {
528
+ "value": 2.625,
529
+ "unit": "rem"
530
+ }
531
+ },
532
+ "control-h-xl": {
533
+ "$type": "dimension",
534
+ "$value": {
535
+ "value": 3.125,
536
+ "unit": "rem"
537
+ }
538
+ },
539
+ "row-h": {
540
+ "$type": "dimension",
541
+ "$value": {
542
+ "value": 3.0,
543
+ "unit": "rem"
544
+ }
545
+ },
546
+ "card-pad": {
547
+ "$type": "dimension",
548
+ "$value": {
549
+ "value": 1.25,
550
+ "unit": "rem"
551
+ }
552
+ },
553
+ "section-gap": {
554
+ "$type": "dimension",
555
+ "$value": {
556
+ "value": 1.5,
557
+ "unit": "rem"
558
+ }
559
+ },
560
+ "media-canvas": {
561
+ "$type": "color",
562
+ "$value": {
563
+ "colorSpace": "oklch",
564
+ "components": [
565
+ 0.085,
566
+ 0,
567
+ 0
568
+ ]
569
+ }
570
+ },
571
+ "media-foreground": {
572
+ "$type": "color",
573
+ "$value": {
574
+ "colorSpace": "oklch",
575
+ "components": [
576
+ 0.985,
577
+ 0,
578
+ 0
579
+ ]
580
+ }
581
+ },
582
+ "media-muted": {
583
+ "$type": "color",
584
+ "$value": {
585
+ "colorSpace": "oklch",
586
+ "components": [
587
+ 0.74,
588
+ 0,
589
+ 0
590
+ ]
591
+ }
592
+ },
593
+ "media-scrim": {
594
+ "$type": "color",
595
+ "$value": {
596
+ "colorSpace": "oklch",
597
+ "components": [
598
+ 0,
599
+ 0,
600
+ 0
601
+ ],
602
+ "alpha": 0.82
603
+ }
604
+ },
605
+ "media-track": {
606
+ "$type": "color",
607
+ "$value": {
608
+ "colorSpace": "oklch",
609
+ "components": [
610
+ 1,
611
+ 0,
612
+ 0
613
+ ],
614
+ "alpha": 0.18
615
+ }
616
+ },
617
+ "media-buffered": {
618
+ "$type": "color",
619
+ "$value": {
620
+ "colorSpace": "oklch",
621
+ "components": [
622
+ 1,
623
+ 0,
624
+ 0
625
+ ],
626
+ "alpha": 0.42
627
+ }
628
+ },
629
+ "media-caption-bg": {
630
+ "$type": "color",
631
+ "$value": {
632
+ "colorSpace": "oklch",
633
+ "components": [
634
+ 0,
635
+ 0,
636
+ 0
637
+ ],
638
+ "alpha": 0.82
639
+ }
640
+ },
641
+ "media-control-bg": {
642
+ "$type": "color",
643
+ "$value": {
644
+ "colorSpace": "oklch",
645
+ "components": [
646
+ 0,
647
+ 0,
648
+ 0
649
+ ],
650
+ "alpha": 0.52
651
+ }
652
+ },
653
+ "media-control-hover": {
654
+ "$type": "color",
655
+ "$value": {
656
+ "colorSpace": "oklch",
657
+ "components": [
658
+ 1,
659
+ 0,
660
+ 0
661
+ ],
662
+ "alpha": 0.14
663
+ }
664
+ },
665
+ "text-muted": {
666
+ "$type": "dimension",
667
+ "$value": "{muted-foreground}"
668
+ },
669
+ "success-400": {
670
+ "$type": "color",
671
+ "$description": "The success tone: online status, success badge and alert icons.",
672
+ "$value": {
673
+ "colorSpace": "srgb",
674
+ "components": [
675
+ 0.25882,
676
+ 0.82745,
677
+ 0.57255
678
+ ],
679
+ "hex": "#42d392"
680
+ }
681
+ },
682
+ "success-500": {
683
+ "$type": "color",
684
+ "$value": {
685
+ "colorSpace": "srgb",
686
+ "components": [
687
+ 0.13333,
688
+ 0.78431,
689
+ 0.45882
690
+ ],
691
+ "hex": "#22c875"
692
+ }
693
+ },
694
+ "success-700": {
695
+ "$type": "color",
696
+ "$value": {
697
+ "colorSpace": "srgb",
698
+ "components": [
699
+ 0.07843,
700
+ 0.47843,
701
+ 0.30196
702
+ ],
703
+ "hex": "#147a4d"
704
+ }
705
+ },
706
+ "warning-400": {
707
+ "$type": "color",
708
+ "$description": "The warning tone: away status, warning badge and alert icons.",
709
+ "$value": "{brand-yellow}"
710
+ },
711
+ "warning-500": {
712
+ "$type": "color",
713
+ "$value": {
714
+ "colorSpace": "srgb",
715
+ "components": [
716
+ 0.83137,
717
+ 0.61176,
718
+ 0
719
+ ],
720
+ "hex": "#d49c00"
721
+ }
722
+ },
723
+ "warning-800": {
724
+ "$type": "color",
725
+ "$value": {
726
+ "colorSpace": "srgb",
727
+ "components": [
728
+ 0.42745,
729
+ 0.30196,
730
+ 0
731
+ ],
732
+ "hex": "#6d4d00"
733
+ }
734
+ },
735
+ "danger-400": {
736
+ "$type": "color",
737
+ "$description": "The danger TONE: dot of a failed status, border of an invalid field, icon of a danger alert. The colour that says \"wrong\", on text and on marks.",
738
+ "$value": {
739
+ "colorSpace": "srgb",
740
+ "components": [
741
+ 1,
742
+ 0.44314,
743
+ 0.50196
744
+ ],
745
+ "hex": "#ff7180"
746
+ }
747
+ },
748
+ "danger-500": {
749
+ "$type": "color",
750
+ "$value": {
751
+ "colorSpace": "srgb",
752
+ "components": [
753
+ 0.91373,
754
+ 0.29412,
755
+ 0.3451
756
+ ],
757
+ "hex": "#e94b58"
758
+ }
759
+ },
760
+ "danger-800": {
761
+ "$type": "color",
762
+ "$value": {
763
+ "colorSpace": "srgb",
764
+ "components": [
765
+ 0.49804,
766
+ 0.12549,
767
+ 0.16078
768
+ ],
769
+ "hex": "#7f2029"
770
+ }
771
+ },
772
+ "info-400": {
773
+ "$type": "color",
774
+ "$description": "The informational tone: running status, info badge and alert icons. Neutral news, not a problem.",
775
+ "$value": {
776
+ "colorSpace": "srgb",
777
+ "components": [
778
+ 0.55686,
779
+ 0.77255,
780
+ 1
781
+ ],
782
+ "hex": "#8ec5ff"
783
+ }
784
+ },
785
+ "info-500": {
786
+ "$type": "color",
787
+ "$value": {
788
+ "colorSpace": "srgb",
789
+ "components": [
790
+ 0.16863,
791
+ 0.49804,
792
+ 1
793
+ ],
794
+ "hex": "#2b7fff"
795
+ }
796
+ },
797
+ "info-800": {
798
+ "$type": "color",
799
+ "$value": {
800
+ "colorSpace": "srgb",
801
+ "components": [
802
+ 0.07843,
803
+ 0.27843,
804
+ 0.90196
805
+ ],
806
+ "hex": "#1447e6"
807
+ }
808
+ },
809
+ "oracle-50": {
810
+ "$type": "color",
811
+ "$value": {
812
+ "colorSpace": "oklch",
813
+ "components": [
814
+ 0.96,
815
+ 0.025,
816
+ 251.813
817
+ ]
818
+ }
819
+ },
820
+ "oracle-100": {
821
+ "$type": "color",
822
+ "$value": {
823
+ "colorSpace": "oklch",
824
+ "components": [
825
+ 0.9,
826
+ 0.06,
827
+ 251.813
828
+ ]
829
+ }
830
+ },
831
+ "oracle-200": {
832
+ "$type": "color",
833
+ "$value": {
834
+ "colorSpace": "oklch",
835
+ "components": [
836
+ 0.85,
837
+ 0.09,
838
+ 251.813
839
+ ]
840
+ }
841
+ },
842
+ "oracle-300": {
843
+ "$type": "color",
844
+ "$description": "Reserved accent kept from the origin kit and deliberately unused by the core. It is not part of the Aurea palette contract — do not introduce it without a decision.",
845
+ "$value": "{chart-1}"
846
+ },
847
+ "oracle-400": {
848
+ "$type": "color",
849
+ "$description": "Reserved accent kept from the origin kit and deliberately unused by the core. It is not part of the Aurea palette contract — do not introduce it without a decision.",
850
+ "$value": "{chart-2}"
851
+ },
852
+ "oracle-500": {
853
+ "$type": "color",
854
+ "$value": "{chart-3}"
855
+ },
856
+ "oracle-600": {
857
+ "$type": "color",
858
+ "$value": "{chart-4}"
859
+ },
860
+ "oracle-700": {
861
+ "$type": "color",
862
+ "$value": "{chart-5}"
863
+ },
864
+ "oracle-800": {
865
+ "$type": "color",
866
+ "$value": {
867
+ "colorSpace": "oklch",
868
+ "components": [
869
+ 0.38,
870
+ 0.2,
871
+ 265.638
872
+ ]
873
+ }
874
+ },
875
+ "oracle-900": {
876
+ "$type": "color",
877
+ "$value": {
878
+ "colorSpace": "oklch",
879
+ "components": [
880
+ 0.31,
881
+ 0.16,
882
+ 265.638
883
+ ]
884
+ }
885
+ },
886
+ "oracle-950": {
887
+ "$type": "color",
888
+ "$value": {
889
+ "colorSpace": "oklch",
890
+ "components": [
891
+ 0.23,
892
+ 0.11,
893
+ 265.638
894
+ ]
895
+ }
896
+ },
897
+ "weight-regular": {
898
+ "$type": "number",
899
+ "$value": 400,
900
+ "$description": "Corpo de texto."
901
+ },
902
+ "weight-medium": {
903
+ "$type": "number",
904
+ "$value": 500,
905
+ "$description": "Rótulo, botão, ênfase leve."
906
+ },
907
+ "weight-semibold": {
908
+ "$type": "number",
909
+ "$value": 600,
910
+ "$description": "Título de seção, cabeçalho de tabela."
911
+ },
912
+ "weight-bold": {
913
+ "$type": "number",
914
+ "$value": 700,
915
+ "$description": "Título de página e número de destaque."
916
+ },
917
+ "icon-sm": {
918
+ "$type": "dimension",
919
+ "$value": {
920
+ "value": 1,
921
+ "unit": "rem"
922
+ },
923
+ "$description": "Glifo dentro de controle pequeno, badge e chip."
924
+ },
925
+ "icon-md": {
926
+ "$type": "dimension",
927
+ "$value": {
928
+ "value": 1.25,
929
+ "unit": "rem"
930
+ },
931
+ "$description": "Glifo padrão, alinhado ao texto de corpo."
932
+ },
933
+ "icon-lg": {
934
+ "$type": "dimension",
935
+ "$value": {
936
+ "value": 1.5,
937
+ "unit": "rem"
938
+ },
939
+ "$description": "Glifo de destaque em cabeçalho."
940
+ },
941
+ "icon-xl": {
942
+ "$type": "dimension",
943
+ "$value": {
944
+ "value": 2,
945
+ "unit": "rem"
946
+ },
947
+ "$description": "Glifo de estado vazio e de ilustração."
948
+ },
949
+ "tracking-tight": {
950
+ "$type": "dimension",
951
+ "$value": {
952
+ "value": -0.01,
953
+ "unit": "em"
954
+ },
955
+ "$description": "Fecha o texto em tamanho grande, onde o espaçamento natural parece solto."
956
+ },
957
+ "tracking-normal": {
958
+ "$type": "dimension",
959
+ "$value": {
960
+ "value": 0,
961
+ "unit": "em"
962
+ },
963
+ "$description": "Sem ajuste — o padrão da fonte."
964
+ },
965
+ "leading-none": {
966
+ "$type": "number",
967
+ "$value": 1,
968
+ "$description": "Entrelinha colada ao glifo: usada onde a ALTURA do componente é o contrato e não pode variar com a herança (ver badge e chip)."
969
+ },
970
+ "target-min": {
971
+ "$type": "dimension",
972
+ "$value": {
973
+ "value": 2.75,
974
+ "unit": "rem"
975
+ },
976
+ "$description": "Área mínima de toque (44px a 16px de raiz) — WCAG 2.5.5/2.5.8 em ponteiro grosseiro."
977
+ },
978
+ "tracking-wide": {
979
+ "$type": "dimension",
980
+ "$value": {
981
+ "value": 0.04,
982
+ "unit": "em"
983
+ },
984
+ "$description": "Abre levemente o rótulo em caixa alta."
985
+ },
986
+ "tracking-wider": {
987
+ "$type": "dimension",
988
+ "$value": {
989
+ "value": 0.06,
990
+ "unit": "em"
991
+ },
992
+ "$description": "Rótulo curto em caixa alta, como eyebrow."
993
+ },
994
+ "tracking-widest": {
995
+ "$type": "dimension",
996
+ "$value": {
997
+ "value": 0.12,
998
+ "unit": "em"
999
+ },
1000
+ "$description": "Rótulo de categoria — o mais aberto da escala."
1001
+ }
1002
+ },
1003
+ "theme": {
1004
+ "dark": {
1005
+ "background": {
1006
+ "$type": "color",
1007
+ "$description": "The page canvas — the furthest-back surface. Everything floats on top of it; nothing else should use it as a fill.",
1008
+ "$value": {
1009
+ "colorSpace": "oklch",
1010
+ "components": [
1011
+ 0.145,
1012
+ 0,
1013
+ 0
1014
+ ]
1015
+ }
1016
+ },
1017
+ "foreground": {
1018
+ "$type": "color",
1019
+ "$description": "Default body text, on the canvas and on the panel surfaces alike. The most used text colour in the system.",
1020
+ "$value": {
1021
+ "colorSpace": "oklch",
1022
+ "components": [
1023
+ 0.985,
1024
+ 0,
1025
+ 0
1026
+ ]
1027
+ }
1028
+ },
1029
+ "card": {
1030
+ "$type": "color",
1031
+ "$description": "Surface of a floating panel: card, topbar, content area. The Aurea identity is built on these, so this is the fill you reach for by default.",
1032
+ "$value": {
1033
+ "colorSpace": "oklch",
1034
+ "components": [
1035
+ 0.205,
1036
+ 0,
1037
+ 0
1038
+ ]
1039
+ }
1040
+ },
1041
+ "card-foreground": {
1042
+ "$type": "color",
1043
+ "$description": "Text on --card. Separate from --foreground so a panel can shift tone without the text following blindly.",
1044
+ "$value": {
1045
+ "colorSpace": "oklch",
1046
+ "components": [
1047
+ 0.985,
1048
+ 0,
1049
+ 0
1050
+ ]
1051
+ }
1052
+ },
1053
+ "popover": {
1054
+ "$type": "color",
1055
+ "$description": "Surface of a TRANSIENT layer — dialog, drawer, toast, menu, tooltip. It reads as sitting above --card, and that is what tells the eye the layer is temporary.",
1056
+ "$value": {
1057
+ "colorSpace": "oklch",
1058
+ "components": [
1059
+ 0.205,
1060
+ 0,
1061
+ 0
1062
+ ]
1063
+ }
1064
+ },
1065
+ "popover-foreground": {
1066
+ "$type": "color",
1067
+ "$description": "Text on --popover.",
1068
+ "$value": {
1069
+ "colorSpace": "oklch",
1070
+ "components": [
1071
+ 0.985,
1072
+ 0,
1073
+ 0
1074
+ ]
1075
+ }
1076
+ },
1077
+ "primary": {
1078
+ "$type": "color",
1079
+ "$description": "The Aurea yellow. INVARIANT between themes by contract — links, accents, the selected state. Never redefine it.",
1080
+ "$value": "{brand-yellow}"
1081
+ },
1082
+ "primary-foreground": {
1083
+ "$type": "color",
1084
+ "$description": "Text and glyphs ON the yellow. Dark on purpose: yellow is a light colour in both themes.",
1085
+ "$value": "{brand-yellow-foreground}"
1086
+ },
1087
+ "secondary": {
1088
+ "$type": "color",
1089
+ "$description": "Fill of the quiet-but-present control: secondary button, the current item of a navigation list, a segment that is on.",
1090
+ "$value": {
1091
+ "colorSpace": "oklch",
1092
+ "components": [
1093
+ 0.274,
1094
+ 0.006,
1095
+ 286.033
1096
+ ]
1097
+ }
1098
+ },
1099
+ "secondary-foreground": {
1100
+ "$type": "color",
1101
+ "$description": "Text on --secondary.",
1102
+ "$value": {
1103
+ "colorSpace": "oklch",
1104
+ "components": [
1105
+ 0.985,
1106
+ 0,
1107
+ 0
1108
+ ]
1109
+ }
1110
+ },
1111
+ "muted": {
1112
+ "$type": "color",
1113
+ "$description": "Fill for a de-emphasised block — the surface counterpart of --muted-foreground, not a text colour.",
1114
+ "$value": {
1115
+ "colorSpace": "oklch",
1116
+ "components": [
1117
+ 0.269,
1118
+ 0,
1119
+ 0
1120
+ ]
1121
+ }
1122
+ },
1123
+ "muted-foreground": {
1124
+ "$type": "color",
1125
+ "$description": "Secondary text: helper copy, captions, an item that is present but is not the point.",
1126
+ "$value": {
1127
+ "colorSpace": "oklch",
1128
+ "components": [
1129
+ 0.708,
1130
+ 0,
1131
+ 0
1132
+ ]
1133
+ }
1134
+ },
1135
+ "accent": {
1136
+ "$type": "color",
1137
+ "$description": "Hover surface of a control that has no fill of its own (ghost and outline buttons). The lightest possible \"something happened here\".",
1138
+ "$value": {
1139
+ "colorSpace": "oklch",
1140
+ "components": [
1141
+ 0.269,
1142
+ 0,
1143
+ 0
1144
+ ]
1145
+ }
1146
+ },
1147
+ "accent-foreground": {
1148
+ "$type": "color",
1149
+ "$description": "Text on --accent.",
1150
+ "$value": {
1151
+ "colorSpace": "oklch",
1152
+ "components": [
1153
+ 0.985,
1154
+ 0,
1155
+ 0
1156
+ ]
1157
+ }
1158
+ },
1159
+ "destructive": {
1160
+ "$type": "color",
1161
+ "$description": "Surface of an action that destroys something: the danger button. For actions only — a MESSAGE about danger uses --danger-400 and --danger-bg.",
1162
+ "$value": {
1163
+ "colorSpace": "oklch",
1164
+ "components": [
1165
+ 0.704,
1166
+ 0.191,
1167
+ 22.216
1168
+ ]
1169
+ }
1170
+ },
1171
+ "destructive-foreground": {
1172
+ "$type": "color",
1173
+ "$description": "Text on --destructive.",
1174
+ "$value": {
1175
+ "colorSpace": "oklch",
1176
+ "components": [
1177
+ 0.2,
1178
+ 0.02,
1179
+ 22
1180
+ ]
1181
+ }
1182
+ },
1183
+ "border": {
1184
+ "$type": "color",
1185
+ "$description": "The default hairline between surfaces, and the most used border in the system. If you are unsure which border to use, it is this one.",
1186
+ "$value": {
1187
+ "colorSpace": "oklch",
1188
+ "components": [
1189
+ 1,
1190
+ 0,
1191
+ 0
1192
+ ],
1193
+ "alpha": 0.1
1194
+ }
1195
+ },
1196
+ "input": {
1197
+ "$type": "color",
1198
+ "$description": "Border of a form control. Reserved: the core draws fields with --border, and this exists so a consumer can separate the two without forking the CSS.",
1199
+ "$value": {
1200
+ "colorSpace": "oklch",
1201
+ "components": [
1202
+ 1,
1203
+ 0,
1204
+ 0
1205
+ ],
1206
+ "alpha": 0.15
1207
+ }
1208
+ },
1209
+ "ring": {
1210
+ "$type": "color",
1211
+ "$description": "Reserved alias for a focus ring in consumer code. The core uses --focus-strong; this exists so a consumer can theme their own controls consistently.",
1212
+ "$value": {
1213
+ "colorSpace": "oklch",
1214
+ "components": [
1215
+ 0.556,
1216
+ 0,
1217
+ 0
1218
+ ]
1219
+ }
1220
+ },
1221
+ "chart-1": {
1222
+ "$type": "color",
1223
+ "$description": "First series of a chart. The five chart tokens are an ORDERED sequence: use them in order, so two charts on the same page give the same series the same colour.",
1224
+ "$value": {
1225
+ "colorSpace": "oklch",
1226
+ "components": [
1227
+ 0.809,
1228
+ 0.105,
1229
+ 251.813
1230
+ ]
1231
+ }
1232
+ },
1233
+ "chart-2": {
1234
+ "$type": "color",
1235
+ "$description": "Second series of a chart. See --chart-1 for the rule.",
1236
+ "$value": {
1237
+ "colorSpace": "oklch",
1238
+ "components": [
1239
+ 0.623,
1240
+ 0.214,
1241
+ 259.815
1242
+ ]
1243
+ }
1244
+ },
1245
+ "chart-3": {
1246
+ "$type": "color",
1247
+ "$description": "Third series of a chart. See --chart-1 for the rule.",
1248
+ "$value": {
1249
+ "colorSpace": "oklch",
1250
+ "components": [
1251
+ 0.546,
1252
+ 0.245,
1253
+ 262.881
1254
+ ]
1255
+ }
1256
+ },
1257
+ "chart-4": {
1258
+ "$type": "color",
1259
+ "$description": "Fourth series of a chart. See --chart-1 for the rule.",
1260
+ "$value": {
1261
+ "colorSpace": "oklch",
1262
+ "components": [
1263
+ 0.488,
1264
+ 0.243,
1265
+ 264.376
1266
+ ]
1267
+ }
1268
+ },
1269
+ "chart-5": {
1270
+ "$type": "color",
1271
+ "$description": "Fifth series of a chart. Past five series a chart needs a different form, not a sixth colour.",
1272
+ "$value": {
1273
+ "colorSpace": "oklch",
1274
+ "components": [
1275
+ 0.424,
1276
+ 0.199,
1277
+ 265.638
1278
+ ]
1279
+ }
1280
+ },
1281
+ "sidebar": {
1282
+ "$type": "color",
1283
+ "$description": "Surface of the side panel. Its own token rather than --card, so the sidebar can be tinted apart from the content without touching every panel.",
1284
+ "$value": {
1285
+ "colorSpace": "oklch",
1286
+ "components": [
1287
+ 0.205,
1288
+ 0,
1289
+ 0
1290
+ ]
1291
+ }
1292
+ },
1293
+ "sidebar-foreground": {
1294
+ "$type": "color",
1295
+ "$description": "Text and navigation items inside the sidebar.",
1296
+ "$value": {
1297
+ "colorSpace": "oklch",
1298
+ "components": [
1299
+ 0.985,
1300
+ 0,
1301
+ 0
1302
+ ]
1303
+ }
1304
+ },
1305
+ "sidebar-primary": {
1306
+ "$type": "color",
1307
+ "$description": "Reserved: brand accent scoped to the sidebar, for a shell that needs a different emphasis from the page. Unused by the core.",
1308
+ "$value": "{brand-yellow}"
1309
+ },
1310
+ "sidebar-primary-foreground": {
1311
+ "$type": "color",
1312
+ "$description": "Reserved: text on --sidebar-primary.",
1313
+ "$value": "{brand-yellow-foreground}"
1314
+ },
1315
+ "sidebar-accent": {
1316
+ "$type": "color",
1317
+ "$description": "Hover surface of a sidebar item.",
1318
+ "$value": {
1319
+ "colorSpace": "oklch",
1320
+ "components": [
1321
+ 0.269,
1322
+ 0,
1323
+ 0
1324
+ ]
1325
+ }
1326
+ },
1327
+ "sidebar-accent-foreground": {
1328
+ "$type": "color",
1329
+ "$description": "Text of a sidebar item under the pointer.",
1330
+ "$value": {
1331
+ "colorSpace": "oklch",
1332
+ "components": [
1333
+ 0.985,
1334
+ 0,
1335
+ 0
1336
+ ]
1337
+ }
1338
+ },
1339
+ "sidebar-border": {
1340
+ "$type": "color",
1341
+ "$description": "The sidebar's own hairline: its outline, and the rule under the brand lockup.",
1342
+ "$value": {
1343
+ "colorSpace": "oklch",
1344
+ "components": [
1345
+ 1,
1346
+ 0,
1347
+ 0
1348
+ ],
1349
+ "alpha": 0.1
1350
+ }
1351
+ },
1352
+ "sidebar-ring": {
1353
+ "$type": "color",
1354
+ "$description": "Reserved: focus ring scoped to the sidebar. The core uses the single system ring, --focus-strong.",
1355
+ "$value": {
1356
+ "colorSpace": "oklch",
1357
+ "components": [
1358
+ 0.556,
1359
+ 0,
1360
+ 0
1361
+ ]
1362
+ }
1363
+ },
1364
+ "surface-1": {
1365
+ "$type": "color",
1366
+ "$description": "Ring and separator colour for where a shape has to be punched out of the panel behind it — the border between overlapping avatars, the ring of a step dot.",
1367
+ "$value": "{card}"
1368
+ },
1369
+ "surface-2": {
1370
+ "$type": "color",
1371
+ "$description": "One step up from the panel: hover of an interactive card, header row of a table. Use it when something must read as raised, not as coloured.",
1372
+ "$value": "{secondary}"
1373
+ },
1374
+ "surface-3": {
1375
+ "$type": "color",
1376
+ "$description": "Neutral fill of a track or a placeholder — progress bar, skeleton. It is a background for something that is not text.",
1377
+ "$value": "{muted}"
1378
+ },
1379
+ "surface-inset": {
1380
+ "$type": "color",
1381
+ "$description": "A recessed well: code block, log stream. It reads as carved INTO the panel, which is the opposite of --surface-2.",
1382
+ "$value": {
1383
+ "colorSpace": "oklch",
1384
+ "components": [
1385
+ 0.145,
1386
+ 0,
1387
+ 0
1388
+ ]
1389
+ }
1390
+ },
1391
+ "surface-hover": {
1392
+ "$type": "color",
1393
+ "$description": "Generic hover tint for a row or a disclosure that has no state of its own. When the element already carries meaning (selected, current), use --secondary instead.",
1394
+ "$value": {
1395
+ "colorSpace": "oklch",
1396
+ "components": [
1397
+ 0.3,
1398
+ 0,
1399
+ 0
1400
+ ]
1401
+ }
1402
+ },
1403
+ "foreground-strong": {
1404
+ "$type": "color",
1405
+ "$description": "Text that must out-contrast the default, for a heading that has to lift off the body. Reserved: the core does not use it, so reaching for it is a decision, not a default.",
1406
+ "$value": "{foreground}"
1407
+ },
1408
+ "subtle-foreground": {
1409
+ "$type": "color",
1410
+ "$description": "The quietest text in the system — group labels, table headers, metadata. One step below --muted-foreground; below it there is nothing readable.",
1411
+ "$value": {
1412
+ "colorSpace": "oklch",
1413
+ "components": [
1414
+ 0.76,
1415
+ 0,
1416
+ 0
1417
+ ]
1418
+ }
1419
+ },
1420
+ "border-strong": {
1421
+ "$type": "color",
1422
+ "$description": "A border that must read as an EDGE and not as a hint: outline buttons, keyboard keys. Use it when the border IS the shape of the component.",
1423
+ "$value": {
1424
+ "colorSpace": "oklch",
1425
+ "components": [
1426
+ 0.58,
1427
+ 0,
1428
+ 0
1429
+ ]
1430
+ }
1431
+ },
1432
+ "field-bg": {
1433
+ "$type": "color",
1434
+ "$description": "Background of a form control: input, textarea, select, and the mark of a checkbox or radio. Fields sit slightly recessed from the panel.",
1435
+ "$value": "{muted}"
1436
+ },
1437
+ "overlay": {
1438
+ "$type": "color",
1439
+ "$description": "The scrim behind a modal layer. Dims the page enough to push it back without hiding what is underneath.",
1440
+ "$value": {
1441
+ "colorSpace": "oklch",
1442
+ "components": [
1443
+ 0,
1444
+ 0,
1445
+ 0
1446
+ ],
1447
+ "alpha": 0.74
1448
+ }
1449
+ },
1450
+ "primary-hover": {
1451
+ "$type": "color",
1452
+ "$description": "--primary under the pointer, on a filled surface.",
1453
+ "$value": {
1454
+ "colorSpace": "oklch",
1455
+ "components": [
1456
+ 0.835,
1457
+ 0.19,
1458
+ 89
1459
+ ]
1460
+ }
1461
+ },
1462
+ "primary-active": {
1463
+ "$type": "color",
1464
+ "$description": "--primary while pressed. Reserved: the core resolves the pressed state with geometry instead, so this is here for consumers who also want the colour shift.",
1465
+ "$value": {
1466
+ "colorSpace": "oklch",
1467
+ "components": [
1468
+ 0.74,
1469
+ 0.17,
1470
+ 84
1471
+ ]
1472
+ }
1473
+ },
1474
+ "secondary-hover": {
1475
+ "$type": "color",
1476
+ "$description": "--secondary under the pointer.",
1477
+ "$value": {
1478
+ "colorSpace": "oklch",
1479
+ "components": [
1480
+ 0.31,
1481
+ 0.006,
1482
+ 286.033
1483
+ ]
1484
+ }
1485
+ },
1486
+ "focus": {
1487
+ "$type": "color",
1488
+ "$description": "The soft focus colour, for the halo of a control that cannot carry an outline. The focus CONTRACT is built on --focus-strong.",
1489
+ "$value": "{primary}"
1490
+ },
1491
+ "focus-strong": {
1492
+ "$type": "color",
1493
+ "$description": "The focus ring. One colour and one thickness across the whole system — and that uniformity is a gate (geometry.spec), not a convention.",
1494
+ "$value": "{primary}"
1495
+ },
1496
+ "primary-emphasis": {
1497
+ "$type": "color",
1498
+ "$description": "A denser yellow for a small solid area that would look washed out at --primary — the primary badge.",
1499
+ "$value": "{primary}"
1500
+ },
1501
+ "primary-outline": {
1502
+ "$type": "color",
1503
+ "$description": "Yellow at border strength — the outline of a selected card or of a primary badge, where a filled yellow would shout.",
1504
+ "$value": "{primary}"
1505
+ },
1506
+ "control-selected": {
1507
+ "$type": "color",
1508
+ "$description": "The mark of a checked control — the box of a checkbox, the dot of a radio, the filled half of a switch. It is the state, not the container.",
1509
+ "$value": "{primary}"
1510
+ },
1511
+ "control-selected-foreground": {
1512
+ "$type": "color",
1513
+ "$description": "The glyph drawn ON --control-selected: the tick, the dot.",
1514
+ "$value": "{primary-foreground}"
1515
+ },
1516
+ "selection": {
1517
+ "$type": "color",
1518
+ "$description": "Background of text the user has selected. Set once, on ::selection.",
1519
+ "$value": {
1520
+ "colorSpace": "oklch",
1521
+ "components": [
1522
+ 0.795,
1523
+ 0.184,
1524
+ 86.047
1525
+ ],
1526
+ "alpha": 0.22
1527
+ }
1528
+ },
1529
+ "success-bg": {
1530
+ "$type": "color",
1531
+ "$description": "The muted success fill behind text.",
1532
+ "$value": {
1533
+ "colorSpace": "oklch",
1534
+ "components": [
1535
+ 0.42,
1536
+ 0.11,
1537
+ 150
1538
+ ],
1539
+ "alpha": 0.36
1540
+ }
1541
+ },
1542
+ "warning-bg": {
1543
+ "$type": "color",
1544
+ "$description": "The muted warning fill behind text.",
1545
+ "$value": {
1546
+ "colorSpace": "oklch",
1547
+ "components": [
1548
+ 0.34,
1549
+ 0.08,
1550
+ 86
1551
+ ],
1552
+ "alpha": 0.64
1553
+ }
1554
+ },
1555
+ "danger-bg": {
1556
+ "$type": "color",
1557
+ "$description": "The muted danger fill, behind text: danger badge, alert, card. Never for a button — that is --destructive.",
1558
+ "$value": {
1559
+ "colorSpace": "oklch",
1560
+ "components": [
1561
+ 0.32,
1562
+ 0.1,
1563
+ 22
1564
+ ],
1565
+ "alpha": 0.62
1566
+ }
1567
+ },
1568
+ "info-bg": {
1569
+ "$type": "color",
1570
+ "$description": "The muted informational fill behind text.",
1571
+ "$value": {
1572
+ "colorSpace": "oklch",
1573
+ "components": [
1574
+ 0.29,
1575
+ 0.08,
1576
+ 260
1577
+ ],
1578
+ "alpha": 0.62
1579
+ }
1580
+ }
1581
+ },
1582
+ "light": {
1583
+ "background": {
1584
+ "$type": "color",
1585
+ "$value": {
1586
+ "colorSpace": "oklch",
1587
+ "components": [
1588
+ 0.965,
1589
+ 0,
1590
+ 0
1591
+ ]
1592
+ }
1593
+ },
1594
+ "foreground": {
1595
+ "$type": "color",
1596
+ "$value": {
1597
+ "colorSpace": "oklch",
1598
+ "components": [
1599
+ 0.145,
1600
+ 0,
1601
+ 0
1602
+ ]
1603
+ }
1604
+ },
1605
+ "card": {
1606
+ "$type": "color",
1607
+ "$value": {
1608
+ "colorSpace": "oklch",
1609
+ "components": [
1610
+ 1,
1611
+ 0,
1612
+ 0
1613
+ ]
1614
+ }
1615
+ },
1616
+ "card-foreground": {
1617
+ "$type": "color",
1618
+ "$value": {
1619
+ "colorSpace": "oklch",
1620
+ "components": [
1621
+ 0.145,
1622
+ 0,
1623
+ 0
1624
+ ]
1625
+ }
1626
+ },
1627
+ "popover": {
1628
+ "$type": "color",
1629
+ "$value": {
1630
+ "colorSpace": "oklch",
1631
+ "components": [
1632
+ 1,
1633
+ 0,
1634
+ 0
1635
+ ]
1636
+ }
1637
+ },
1638
+ "popover-foreground": {
1639
+ "$type": "color",
1640
+ "$value": {
1641
+ "colorSpace": "oklch",
1642
+ "components": [
1643
+ 0.145,
1644
+ 0,
1645
+ 0
1646
+ ]
1647
+ }
1648
+ },
1649
+ "primary": {
1650
+ "$type": "color",
1651
+ "$value": "{brand-yellow}"
1652
+ },
1653
+ "primary-foreground": {
1654
+ "$type": "color",
1655
+ "$value": "{brand-yellow-foreground}"
1656
+ },
1657
+ "secondary": {
1658
+ "$type": "color",
1659
+ "$value": {
1660
+ "colorSpace": "oklch",
1661
+ "components": [
1662
+ 0.94,
1663
+ 0,
1664
+ 0
1665
+ ]
1666
+ }
1667
+ },
1668
+ "secondary-foreground": {
1669
+ "$type": "color",
1670
+ "$value": {
1671
+ "colorSpace": "oklch",
1672
+ "components": [
1673
+ 0.21,
1674
+ 0.006,
1675
+ 285.885
1676
+ ]
1677
+ }
1678
+ },
1679
+ "muted": {
1680
+ "$type": "color",
1681
+ "$value": "{secondary}"
1682
+ },
1683
+ "muted-foreground": {
1684
+ "$type": "color",
1685
+ "$value": {
1686
+ "colorSpace": "oklch",
1687
+ "components": [
1688
+ 0.43,
1689
+ 0,
1690
+ 0
1691
+ ]
1692
+ }
1693
+ },
1694
+ "accent": {
1695
+ "$type": "color",
1696
+ "$value": "{secondary}"
1697
+ },
1698
+ "accent-foreground": {
1699
+ "$type": "color",
1700
+ "$value": {
1701
+ "colorSpace": "oklch",
1702
+ "components": [
1703
+ 0.205,
1704
+ 0,
1705
+ 0
1706
+ ]
1707
+ }
1708
+ },
1709
+ "destructive": {
1710
+ "$type": "color",
1711
+ "$value": {
1712
+ "colorSpace": "oklch",
1713
+ "components": [
1714
+ 0.577,
1715
+ 0.245,
1716
+ 27.325
1717
+ ]
1718
+ }
1719
+ },
1720
+ "destructive-foreground": {
1721
+ "$type": "color",
1722
+ "$value": {
1723
+ "colorSpace": "oklch",
1724
+ "components": [
1725
+ 0.985,
1726
+ 0,
1727
+ 0
1728
+ ]
1729
+ }
1730
+ },
1731
+ "border": {
1732
+ "$type": "color",
1733
+ "$value": {
1734
+ "colorSpace": "oklch",
1735
+ "components": [
1736
+ 0.89,
1737
+ 0,
1738
+ 0
1739
+ ]
1740
+ }
1741
+ },
1742
+ "input": {
1743
+ "$type": "color",
1744
+ "$value": {
1745
+ "colorSpace": "oklch",
1746
+ "components": [
1747
+ 0.922,
1748
+ 0,
1749
+ 0
1750
+ ]
1751
+ }
1752
+ },
1753
+ "ring": {
1754
+ "$type": "color",
1755
+ "$value": {
1756
+ "colorSpace": "oklch",
1757
+ "components": [
1758
+ 0.708,
1759
+ 0,
1760
+ 0
1761
+ ]
1762
+ }
1763
+ },
1764
+ "chart-1": {
1765
+ "$type": "color",
1766
+ "$value": {
1767
+ "colorSpace": "oklch",
1768
+ "components": [
1769
+ 0.809,
1770
+ 0.105,
1771
+ 251.813
1772
+ ]
1773
+ }
1774
+ },
1775
+ "chart-2": {
1776
+ "$type": "color",
1777
+ "$value": {
1778
+ "colorSpace": "oklch",
1779
+ "components": [
1780
+ 0.623,
1781
+ 0.214,
1782
+ 259.815
1783
+ ]
1784
+ }
1785
+ },
1786
+ "chart-3": {
1787
+ "$type": "color",
1788
+ "$value": {
1789
+ "colorSpace": "oklch",
1790
+ "components": [
1791
+ 0.546,
1792
+ 0.245,
1793
+ 262.881
1794
+ ]
1795
+ }
1796
+ },
1797
+ "chart-4": {
1798
+ "$type": "color",
1799
+ "$value": {
1800
+ "colorSpace": "oklch",
1801
+ "components": [
1802
+ 0.488,
1803
+ 0.243,
1804
+ 264.376
1805
+ ]
1806
+ }
1807
+ },
1808
+ "chart-5": {
1809
+ "$type": "color",
1810
+ "$value": {
1811
+ "colorSpace": "oklch",
1812
+ "components": [
1813
+ 0.424,
1814
+ 0.199,
1815
+ 265.638
1816
+ ]
1817
+ }
1818
+ },
1819
+ "sidebar": {
1820
+ "$type": "color",
1821
+ "$value": "{card}"
1822
+ },
1823
+ "sidebar-foreground": {
1824
+ "$type": "color",
1825
+ "$value": {
1826
+ "colorSpace": "oklch",
1827
+ "components": [
1828
+ 0.145,
1829
+ 0,
1830
+ 0
1831
+ ]
1832
+ }
1833
+ },
1834
+ "sidebar-primary": {
1835
+ "$type": "color",
1836
+ "$value": "{brand-yellow}"
1837
+ },
1838
+ "sidebar-primary-foreground": {
1839
+ "$type": "color",
1840
+ "$value": "{brand-yellow-foreground}"
1841
+ },
1842
+ "sidebar-accent": {
1843
+ "$type": "color",
1844
+ "$value": "{secondary}"
1845
+ },
1846
+ "sidebar-accent-foreground": {
1847
+ "$type": "color",
1848
+ "$value": {
1849
+ "colorSpace": "oklch",
1850
+ "components": [
1851
+ 0.205,
1852
+ 0,
1853
+ 0
1854
+ ]
1855
+ }
1856
+ },
1857
+ "sidebar-border": {
1858
+ "$type": "color",
1859
+ "$value": {
1860
+ "colorSpace": "oklch",
1861
+ "components": [
1862
+ 0.89,
1863
+ 0,
1864
+ 0
1865
+ ]
1866
+ }
1867
+ },
1868
+ "sidebar-ring": {
1869
+ "$type": "color",
1870
+ "$value": {
1871
+ "colorSpace": "oklch",
1872
+ "components": [
1873
+ 0.708,
1874
+ 0,
1875
+ 0
1876
+ ]
1877
+ }
1878
+ },
1879
+ "surface-1": {
1880
+ "$type": "color",
1881
+ "$value": "{card}"
1882
+ },
1883
+ "surface-2": {
1884
+ "$type": "color",
1885
+ "$value": "{secondary}"
1886
+ },
1887
+ "surface-3": {
1888
+ "$type": "color",
1889
+ "$value": "{muted}"
1890
+ },
1891
+ "surface-inset": {
1892
+ "$type": "color",
1893
+ "$value": {
1894
+ "colorSpace": "oklch",
1895
+ "components": [
1896
+ 0.955,
1897
+ 0,
1898
+ 0
1899
+ ]
1900
+ },
1901
+ "$description": "Superficie afundada do tema claro. NAO pode ser alias de {secondary}: eram o mesmo 0.94, e um Button secondary desaparecia dentro de um painel inset (achado 24/07/2026). 0.955 fica entre o fundo (0.965) e o secondary (0.94) — afunda sem colidir."
1902
+ },
1903
+ "surface-hover": {
1904
+ "$type": "color",
1905
+ "$value": {
1906
+ "colorSpace": "oklch",
1907
+ "components": [
1908
+ 0.925,
1909
+ 0,
1910
+ 0
1911
+ ]
1912
+ }
1913
+ },
1914
+ "foreground-strong": {
1915
+ "$type": "color",
1916
+ "$value": "{foreground}"
1917
+ },
1918
+ "subtle-foreground": {
1919
+ "$type": "color",
1920
+ "$value": {
1921
+ "colorSpace": "oklch",
1922
+ "components": [
1923
+ 0.43,
1924
+ 0,
1925
+ 0
1926
+ ]
1927
+ }
1928
+ },
1929
+ "border-strong": {
1930
+ "$type": "color",
1931
+ "$value": {
1932
+ "colorSpace": "oklch",
1933
+ "components": [
1934
+ 0.56,
1935
+ 0,
1936
+ 0
1937
+ ]
1938
+ }
1939
+ },
1940
+ "field-bg": {
1941
+ "$type": "color",
1942
+ "$value": "{muted}"
1943
+ },
1944
+ "overlay": {
1945
+ "$type": "color",
1946
+ "$value": {
1947
+ "colorSpace": "oklch",
1948
+ "components": [
1949
+ 0.145,
1950
+ 0,
1951
+ 0
1952
+ ],
1953
+ "alpha": 0.4
1954
+ }
1955
+ },
1956
+ "primary-hover": {
1957
+ "$type": "color",
1958
+ "$value": {
1959
+ "colorSpace": "oklch",
1960
+ "components": [
1961
+ 0.835,
1962
+ 0.19,
1963
+ 89
1964
+ ]
1965
+ }
1966
+ },
1967
+ "primary-active": {
1968
+ "$type": "color",
1969
+ "$value": {
1970
+ "colorSpace": "oklch",
1971
+ "components": [
1972
+ 0.74,
1973
+ 0.17,
1974
+ 84
1975
+ ]
1976
+ }
1977
+ },
1978
+ "secondary-hover": {
1979
+ "$type": "color",
1980
+ "$value": "{surface-hover}"
1981
+ },
1982
+ "focus": {
1983
+ "$type": "color",
1984
+ "$value": "{primary}"
1985
+ },
1986
+ "focus-strong": {
1987
+ "$type": "color",
1988
+ "$value": "{brand-yellow-foreground}"
1989
+ },
1990
+ "primary-emphasis": {
1991
+ "$type": "color",
1992
+ "$value": "{brand-yellow-foreground}"
1993
+ },
1994
+ "primary-outline": {
1995
+ "$type": "color",
1996
+ "$value": "{brand-yellow-foreground}"
1997
+ },
1998
+ "control-selected": {
1999
+ "$type": "color",
2000
+ "$value": "{brand-yellow-foreground}"
2001
+ },
2002
+ "control-selected-foreground": {
2003
+ "$type": "color",
2004
+ "$value": {
2005
+ "colorSpace": "oklch",
2006
+ "components": [
2007
+ 0.985,
2008
+ 0,
2009
+ 0
2010
+ ]
2011
+ }
2012
+ },
2013
+ "success-400": {
2014
+ "$type": "color",
2015
+ "$value": {
2016
+ "colorSpace": "srgb",
2017
+ "components": [
2018
+ 0.05882,
2019
+ 0.41961,
2020
+ 0.24314
2021
+ ],
2022
+ "hex": "#0f6b3e"
2023
+ }
2024
+ },
2025
+ "warning-400": {
2026
+ "$type": "color",
2027
+ "$value": {
2028
+ "colorSpace": "srgb",
2029
+ "components": [
2030
+ 0.42745,
2031
+ 0.30196,
2032
+ 0
2033
+ ],
2034
+ "hex": "#6d4d00"
2035
+ }
2036
+ },
2037
+ "danger-400": {
2038
+ "$type": "color",
2039
+ "$value": {
2040
+ "colorSpace": "srgb",
2041
+ "components": [
2042
+ 0.62353,
2043
+ 0.13725,
2044
+ 0.18824
2045
+ ],
2046
+ "hex": "#9f2330"
2047
+ }
2048
+ },
2049
+ "info-400": {
2050
+ "$type": "color",
2051
+ "$value": {
2052
+ "colorSpace": "srgb",
2053
+ "components": [
2054
+ 0.08627,
2055
+ 0.3098,
2056
+ 0.61569
2057
+ ],
2058
+ "hex": "#164f9d"
2059
+ }
2060
+ },
2061
+ "oracle-300": {
2062
+ "$type": "color",
2063
+ "$value": "{chart-4}"
2064
+ },
2065
+ "oracle-400": {
2066
+ "$type": "color",
2067
+ "$value": "{chart-4}"
2068
+ },
2069
+ "selection": {
2070
+ "$type": "color",
2071
+ "$value": {
2072
+ "colorSpace": "oklch",
2073
+ "components": [
2074
+ 0.795,
2075
+ 0.184,
2076
+ 86.047
2077
+ ],
2078
+ "alpha": 0.18
2079
+ }
2080
+ },
2081
+ "success-bg": {
2082
+ "$type": "color",
2083
+ "$value": {
2084
+ "colorSpace": "oklch",
2085
+ "components": [
2086
+ 0.94,
2087
+ 0.05,
2088
+ 150
2089
+ ]
2090
+ }
2091
+ },
2092
+ "warning-bg": {
2093
+ "$type": "color",
2094
+ "$value": {
2095
+ "colorSpace": "oklch",
2096
+ "components": [
2097
+ 0.95,
2098
+ 0.06,
2099
+ 86
2100
+ ]
2101
+ }
2102
+ },
2103
+ "danger-bg": {
2104
+ "$type": "color",
2105
+ "$value": {
2106
+ "colorSpace": "oklch",
2107
+ "components": [
2108
+ 0.95,
2109
+ 0.05,
2110
+ 22
2111
+ ]
2112
+ }
2113
+ },
2114
+ "info-bg": {
2115
+ "$type": "color",
2116
+ "$value": {
2117
+ "colorSpace": "oklch",
2118
+ "components": [
2119
+ 0.95,
2120
+ 0.045,
2121
+ 260
2122
+ ]
2123
+ }
2124
+ }
2125
+ }
2126
+ },
2127
+ "density": {
2128
+ "compact": {
2129
+ "control-h-xs": {
2130
+ "$type": "dimension",
2131
+ "$value": {
2132
+ "value": 1.5,
2133
+ "unit": "rem"
2134
+ }
2135
+ },
2136
+ "control-h-sm": {
2137
+ "$type": "dimension",
2138
+ "$value": {
2139
+ "value": 1.75,
2140
+ "unit": "rem"
2141
+ }
2142
+ },
2143
+ "control-h-md": {
2144
+ "$type": "dimension",
2145
+ "$value": {
2146
+ "value": 2.0,
2147
+ "unit": "rem"
2148
+ }
2149
+ },
2150
+ "control-h-lg": {
2151
+ "$type": "dimension",
2152
+ "$value": {
2153
+ "value": 2.375,
2154
+ "unit": "rem"
2155
+ }
2156
+ },
2157
+ "control-h-xl": {
2158
+ "$type": "dimension",
2159
+ "$value": {
2160
+ "value": 2.75,
2161
+ "unit": "rem"
2162
+ }
2163
+ },
2164
+ "row-h": {
2165
+ "$type": "dimension",
2166
+ "$value": {
2167
+ "value": 2.625,
2168
+ "unit": "rem"
2169
+ }
2170
+ },
2171
+ "card-pad": {
2172
+ "$type": "dimension",
2173
+ "$value": {
2174
+ "value": 1.0,
2175
+ "unit": "rem"
2176
+ }
2177
+ },
2178
+ "section-gap": {
2179
+ "$type": "dimension",
2180
+ "$value": {
2181
+ "value": 1.125,
2182
+ "unit": "rem"
2183
+ }
2184
+ }
2185
+ },
2186
+ "comfortable": {
2187
+ "control-h-xs": {
2188
+ "$type": "dimension",
2189
+ "$description": "Height of the smallest control. The density scale governs HEIGHT — never font size, spacing or radius; that contract is in packages/tokens/README.md.",
2190
+ "$value": {
2191
+ "value": 1.625,
2192
+ "unit": "rem"
2193
+ }
2194
+ },
2195
+ "control-h-sm": {
2196
+ "$type": "dimension",
2197
+ "$description": "Height of a small control: compact button, pagination, calendar arrow.",
2198
+ "$value": {
2199
+ "value": 1.875,
2200
+ "unit": "rem"
2201
+ }
2202
+ },
2203
+ "control-h-md": {
2204
+ "$type": "dimension",
2205
+ "$description": "Height of the default control, and the reference for anything that must line up beside one — a field, a segment, an avatar, a sidebar item.",
2206
+ "$value": {
2207
+ "value": 2.25,
2208
+ "unit": "rem"
2209
+ }
2210
+ },
2211
+ "control-h-lg": {
2212
+ "$type": "dimension",
2213
+ "$description": "Height of a large control.",
2214
+ "$value": {
2215
+ "value": 2.625,
2216
+ "unit": "rem"
2217
+ }
2218
+ },
2219
+ "control-h-xl": {
2220
+ "$type": "dimension",
2221
+ "$description": "Height of the largest control, for a single prominent call to action.",
2222
+ "$value": {
2223
+ "value": 3.125,
2224
+ "unit": "rem"
2225
+ }
2226
+ },
2227
+ "row-h": {
2228
+ "$type": "dimension",
2229
+ "$description": "Height of a table row. The one density token that is not about controls.",
2230
+ "$value": {
2231
+ "value": 3.0,
2232
+ "unit": "rem"
2233
+ }
2234
+ },
2235
+ "card-pad": {
2236
+ "$type": "dimension",
2237
+ "$description": "Inner padding of a panel. Density breathes here, which is why a compact layout feels tighter without anything having moved.",
2238
+ "$value": {
2239
+ "value": 1.25,
2240
+ "unit": "rem"
2241
+ }
2242
+ },
2243
+ "section-gap": {
2244
+ "$type": "dimension",
2245
+ "$description": "Vertical gap between sections of a page.",
2246
+ "$value": {
2247
+ "value": 1.5,
2248
+ "unit": "rem"
2249
+ }
2250
+ }
2251
+ },
2252
+ "spacious": {
2253
+ "control-h-xs": {
2254
+ "$type": "dimension",
2255
+ "$value": {
2256
+ "value": 1.75,
2257
+ "unit": "rem"
2258
+ }
2259
+ },
2260
+ "control-h-sm": {
2261
+ "$type": "dimension",
2262
+ "$value": {
2263
+ "value": 2.125,
2264
+ "unit": "rem"
2265
+ }
2266
+ },
2267
+ "control-h-md": {
2268
+ "$type": "dimension",
2269
+ "$value": {
2270
+ "value": 2.5,
2271
+ "unit": "rem"
2272
+ }
2273
+ },
2274
+ "control-h-lg": {
2275
+ "$type": "dimension",
2276
+ "$value": {
2277
+ "value": 3.0,
2278
+ "unit": "rem"
2279
+ }
2280
+ },
2281
+ "control-h-xl": {
2282
+ "$type": "dimension",
2283
+ "$value": {
2284
+ "value": 3.5,
2285
+ "unit": "rem"
2286
+ }
2287
+ },
2288
+ "row-h": {
2289
+ "$type": "dimension",
2290
+ "$value": {
2291
+ "value": 3.375,
2292
+ "unit": "rem"
2293
+ }
2294
+ },
2295
+ "card-pad": {
2296
+ "$type": "dimension",
2297
+ "$value": {
2298
+ "value": 1.5,
2299
+ "unit": "rem"
2300
+ }
2301
+ },
2302
+ "section-gap": {
2303
+ "$type": "dimension",
2304
+ "$value": {
2305
+ "value": 2.0,
2306
+ "unit": "rem"
2307
+ }
2308
+ }
2309
+ }
2310
+ }
2311
+ }