@aurea-uds/tokens 0.4.0 → 0.6.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.
@@ -17,7 +17,9 @@
17
17
  "theme.light": "[data-theme=\"light\"]",
18
18
  "density.compact": "[data-density=\"compact\"]",
19
19
  "density.comfortable": "[data-density=\"comfortable\"]",
20
- "density.spacious": "[data-density=\"spacious\"]"
20
+ "density.spacious": "[data-density=\"spacious\"]",
21
+ "brand.lory.dark": "[data-brand=\"lory\"][data-theme=\"dark\"]",
22
+ "brand.lory.light": "[data-brand=\"lory\"][data-theme=\"light\"]"
21
23
  }
22
24
  }
23
25
  },
@@ -465,8 +467,24 @@
465
467
  "unit": "rem"
466
468
  }
467
469
  },
470
+ "breakpoint-2xs": {
471
+ "$description": "Responsive scale (Tailwind, the de-facto 2026 standard; base of Untitled UI). Mobile-first: a rule applies at this width and up. ONE scale for BOTH measurables (G-AXIS-04): a name always means the same number of pixels, and the API says whether those pixels are the viewport's or the container's — that is what keeps `md` from meaning two things. `2xs` and `xs` exist because containers are routinely narrower than any viewport: a sidebar is 300px and a card column is 400px, and without them the scale's floor (640) would put every container in the same bucket. @media/@container can't read var(), so CSS uses the literal value — validate.py check 4b guards the scale on both.",
472
+ "$type": "dimension",
473
+ "$value": {
474
+ "value": 360,
475
+ "unit": "px"
476
+ }
477
+ },
478
+ "breakpoint-xs": {
479
+ "$description": "Responsive scale (Tailwind, the de-facto 2026 standard; base of Untitled UI). Mobile-first: a rule applies at this width and up. ONE scale for BOTH measurables (G-AXIS-04): a name always means the same number of pixels, and the API says whether those pixels are the viewport's or the container's — that is what keeps `md` from meaning two things. `2xs` and `xs` exist because containers are routinely narrower than any viewport: a sidebar is 300px and a card column is 400px, and without them the scale's floor (640) would put every container in the same bucket. @media/@container can't read var(), so CSS uses the literal value — validate.py check 4b guards the scale on both.",
480
+ "$type": "dimension",
481
+ "$value": {
482
+ "value": 480,
483
+ "unit": "px"
484
+ }
485
+ },
468
486
  "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-*.",
487
+ "$description": "Responsive scale (Tailwind, the de-facto 2026 standard; base of Untitled UI). Mobile-first: a rule applies at this width and up. ONE scale for BOTH measurables (G-AXIS-04): a name always means the same number of pixels, and the API says whether those pixels are the viewport's or the container's — that is what keeps `md` from meaning two things. `2xs` and `xs` exist because containers are routinely narrower than any viewport: a sidebar is 300px and a card column is 400px, and without them the scale's floor (640) would put every container in the same bucket. @media/@container can't read var(), so CSS uses the literal value — validate.py check 4b guards the scale on both.",
470
488
  "$type": "dimension",
471
489
  "$value": {
472
490
  "value": 640,
@@ -478,28 +496,32 @@
478
496
  "$value": {
479
497
  "value": 768,
480
498
  "unit": "px"
481
- }
499
+ },
500
+ "$description": "Responsive scale (Tailwind, the de-facto 2026 standard; base of Untitled UI). Mobile-first: a rule applies at this width and up. ONE scale for BOTH measurables (G-AXIS-04): a name always means the same number of pixels, and the API says whether those pixels are the viewport's or the container's — that is what keeps `md` from meaning two things. `2xs` and `xs` exist because containers are routinely narrower than any viewport: a sidebar is 300px and a card column is 400px, and without them the scale's floor (640) would put every container in the same bucket. @media/@container can't read var(), so CSS uses the literal value — validate.py check 4b guards the scale on both."
482
501
  },
483
502
  "breakpoint-lg": {
484
503
  "$type": "dimension",
485
504
  "$value": {
486
505
  "value": 1024,
487
506
  "unit": "px"
488
- }
507
+ },
508
+ "$description": "Responsive scale (Tailwind, the de-facto 2026 standard; base of Untitled UI). Mobile-first: a rule applies at this width and up. ONE scale for BOTH measurables (G-AXIS-04): a name always means the same number of pixels, and the API says whether those pixels are the viewport's or the container's — that is what keeps `md` from meaning two things. `2xs` and `xs` exist because containers are routinely narrower than any viewport: a sidebar is 300px and a card column is 400px, and without them the scale's floor (640) would put every container in the same bucket. @media/@container can't read var(), so CSS uses the literal value — validate.py check 4b guards the scale on both."
489
509
  },
490
510
  "breakpoint-xl": {
491
511
  "$type": "dimension",
492
512
  "$value": {
493
513
  "value": 1280,
494
514
  "unit": "px"
495
- }
515
+ },
516
+ "$description": "Responsive scale (Tailwind, the de-facto 2026 standard; base of Untitled UI). Mobile-first: a rule applies at this width and up. ONE scale for BOTH measurables (G-AXIS-04): a name always means the same number of pixels, and the API says whether those pixels are the viewport's or the container's — that is what keeps `md` from meaning two things. `2xs` and `xs` exist because containers are routinely narrower than any viewport: a sidebar is 300px and a card column is 400px, and without them the scale's floor (640) would put every container in the same bucket. @media/@container can't read var(), so CSS uses the literal value — validate.py check 4b guards the scale on both."
496
517
  },
497
518
  "breakpoint-2xl": {
498
519
  "$type": "dimension",
499
520
  "$value": {
500
521
  "value": 1536,
501
522
  "unit": "px"
502
- }
523
+ },
524
+ "$description": "Responsive scale (Tailwind, the de-facto 2026 standard; base of Untitled UI). Mobile-first: a rule applies at this width and up. ONE scale for BOTH measurables (G-AXIS-04): a name always means the same number of pixels, and the API says whether those pixels are the viewport's or the container's — that is what keeps `md` from meaning two things. `2xs` and `xs` exist because containers are routinely narrower than any viewport: a sidebar is 300px and a card column is 400px, and without them the scale's floor (640) would put every container in the same bucket. @media/@container can't read var(), so CSS uses the literal value — validate.py check 4b guards the scale on both."
503
525
  },
504
526
  "control-h-xs": {
505
527
  "$type": "dimension",
@@ -704,32 +726,37 @@
704
726
  }
705
727
  },
706
728
  "warning-400": {
729
+ "$value": {
730
+ "colorSpace": "oklch",
731
+ "components": [
732
+ 0.72,
733
+ 0.175,
734
+ 60
735
+ ]
736
+ },
707
737
  "$type": "color",
708
- "$description": "The warning tone: away status, warning badge and alert icons.",
709
- "$value": "{brand-yellow}"
738
+ "$description": "Aviso. NAO e mais alias de brand-yellow: ate 21/08/2026 resolvia para a mesma cor de --primary no tema escuro (dE=0.001), e duas intencoes indistinguiveis destroem a semantica. Deslocado para ambar (60 graus) por medicao; --brand-yellow segue intacto."
710
739
  },
711
740
  "warning-500": {
712
741
  "$type": "color",
713
742
  "$value": {
714
- "colorSpace": "srgb",
743
+ "colorSpace": "oklch",
715
744
  "components": [
716
- 0.83137,
717
- 0.61176,
718
- 0
719
- ],
720
- "hex": "#d49c00"
745
+ 0.727,
746
+ 0.149,
747
+ 60
748
+ ]
721
749
  }
722
750
  },
723
751
  "warning-800": {
724
752
  "$type": "color",
725
753
  "$value": {
726
- "colorSpace": "srgb",
754
+ "colorSpace": "oklch",
727
755
  "components": [
728
- 0.42745,
729
- 0.30196,
730
- 0
731
- ],
732
- "hex": "#6d4d00"
756
+ 0.443,
757
+ 0.092,
758
+ 61
759
+ ]
733
760
  }
734
761
  },
735
762
  "danger-400": {
@@ -1084,6 +1111,16 @@
1084
1111
  "$description": "Text and glyphs ON the yellow. Dark on purpose: yellow is a light colour in both themes.",
1085
1112
  "$value": "{brand-yellow-foreground}"
1086
1113
  },
1114
+ "link": {
1115
+ "$type": "color",
1116
+ "$value": "{brand-yellow}",
1117
+ "$description": "Cor de LINK em prosa. NÃO é `--primary`: medido em 22/08/2026, o amarelo da marca sobre o fundo claro dá 1,73:1 e o AA de texto pede 4,5:1. No escuro o link segue sendo o amarelo (10,34:1) e aponta para `{brand-yellow}`; no claro é a mesma matiz com croma e luminosidade escolhidos por medição. Identidade e papel semântico são coisas diferentes (ADR-0016)."
1118
+ },
1119
+ "link-hover": {
1120
+ "$type": "color",
1121
+ "$value": "{brand-yellow}",
1122
+ "$description": "O link sob o ponteiro. Mesmo papel do `--link`, um degrau adiante — a diferença tem de ser perceptível sem depender só de sublinhado."
1123
+ },
1087
1124
  "secondary": {
1088
1125
  "$type": "color",
1089
1126
  "$description": "Fill of the quiet-but-present control: secondary button, the current item of a navigation list, a segment that is on.",
@@ -1304,7 +1341,7 @@
1304
1341
  },
1305
1342
  "sidebar-primary": {
1306
1343
  "$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.",
1344
+ "$description": "The accent INSIDE the sidebar. In the dark theme the raw brand yellow already reads on the panel, so it stays; see the light counterpart for why this token exists apart from `primary`.",
1308
1345
  "$value": "{brand-yellow}"
1309
1346
  },
1310
1347
  "sidebar-primary-foreground": {
@@ -1547,7 +1584,7 @@
1547
1584
  "components": [
1548
1585
  0.34,
1549
1586
  0.08,
1550
- 86
1587
+ 60
1551
1588
  ],
1552
1589
  "alpha": 0.64
1553
1590
  }
@@ -1577,6 +1614,121 @@
1577
1614
  ],
1578
1615
  "alpha": 0.62
1579
1616
  }
1617
+ },
1618
+ "warning-400": {
1619
+ "$value": "{warning}",
1620
+ "$type": "color",
1621
+ "$description": "Alias do semantico: a rampa e o tom nao podem divergir."
1622
+ },
1623
+ "success": {
1624
+ "$value": {
1625
+ "colorSpace": "srgb",
1626
+ "components": [
1627
+ 0.25882,
1628
+ 0.82745,
1629
+ 0.57255
1630
+ ],
1631
+ "hex": "#42d392"
1632
+ },
1633
+ "$type": "color",
1634
+ "$description": "Preenchimento semântico do tom. Existe pelo mesmo motivo que --destructive: um botão cheio precisa do PAR cor+texto, e o par é escolhido por tema. Medido em 21/08/2026: AA de contraste do foreground sobre ele."
1635
+ },
1636
+ "success-foreground": {
1637
+ "$value": {
1638
+ "colorSpace": "oklch",
1639
+ "components": [
1640
+ 0.2,
1641
+ 0.02,
1642
+ 160
1643
+ ]
1644
+ },
1645
+ "$type": "color",
1646
+ "$description": "Par do preenchimento."
1647
+ },
1648
+ "success-hover": {
1649
+ "$value": {
1650
+ "colorSpace": "oklch",
1651
+ "components": [
1652
+ 0.83,
1653
+ 0.145,
1654
+ 160
1655
+ ]
1656
+ },
1657
+ "$type": "color",
1658
+ "$description": "Realce do preenchimento."
1659
+ },
1660
+ "info": {
1661
+ "$value": {
1662
+ "colorSpace": "srgb",
1663
+ "components": [
1664
+ 0.55686,
1665
+ 0.77255,
1666
+ 1.0
1667
+ ],
1668
+ "hex": "#8ec5ff"
1669
+ },
1670
+ "$type": "color",
1671
+ "$description": "Preenchimento semântico do tom. Existe pelo mesmo motivo que --destructive: um botão cheio precisa do PAR cor+texto, e o par é escolhido por tema. Medido em 21/08/2026: AA de contraste do foreground sobre ele."
1672
+ },
1673
+ "info-foreground": {
1674
+ "$value": {
1675
+ "colorSpace": "oklch",
1676
+ "components": [
1677
+ 0.2,
1678
+ 0.02,
1679
+ 250
1680
+ ]
1681
+ },
1682
+ "$type": "color",
1683
+ "$description": "Par do preenchimento."
1684
+ },
1685
+ "info-hover": {
1686
+ "$value": {
1687
+ "colorSpace": "oklch",
1688
+ "components": [
1689
+ 0.86,
1690
+ 0.075,
1691
+ 250
1692
+ ]
1693
+ },
1694
+ "$type": "color",
1695
+ "$description": "Realce do preenchimento."
1696
+ },
1697
+ "warning": {
1698
+ "$value": {
1699
+ "colorSpace": "oklch",
1700
+ "components": [
1701
+ 0.72,
1702
+ 0.175,
1703
+ 60
1704
+ ]
1705
+ },
1706
+ "$type": "color",
1707
+ "$description": "Preenchimento semântico do tom. Existe pelo mesmo motivo que --destructive: um botão cheio precisa do PAR cor+texto, e o par é escolhido por tema. Medido em 21/08/2026: AA de contraste do foreground sobre ele."
1708
+ },
1709
+ "warning-foreground": {
1710
+ "$value": {
1711
+ "colorSpace": "oklch",
1712
+ "components": [
1713
+ 0.2,
1714
+ 0.02,
1715
+ 60
1716
+ ]
1717
+ },
1718
+ "$type": "color",
1719
+ "$description": "Par do preenchimento."
1720
+ },
1721
+ "warning-hover": {
1722
+ "$value": {
1723
+ "colorSpace": "oklch",
1724
+ "components": [
1725
+ 0.78,
1726
+ 0.16,
1727
+ 60
1728
+ ]
1729
+ },
1730
+ "$type": "color",
1731
+ "$description": "Realce do preenchimento."
1580
1732
  }
1581
1733
  },
1582
1734
  "light": {
@@ -1654,6 +1806,30 @@
1654
1806
  "$type": "color",
1655
1807
  "$value": "{brand-yellow-foreground}"
1656
1808
  },
1809
+ "link": {
1810
+ "$type": "color",
1811
+ "$value": {
1812
+ "colorSpace": "oklch",
1813
+ "components": [
1814
+ 0.52,
1815
+ 0.106,
1816
+ 86.047
1817
+ ]
1818
+ },
1819
+ "$description": "Cor de LINK em prosa. NÃO é `--primary`: medido em 22/08/2026, o amarelo da marca sobre o fundo claro dá 1,73:1 e o AA de texto pede 4,5:1. No escuro o link segue sendo o amarelo (10,34:1) e aponta para `{brand-yellow}`; no claro é a mesma matiz com croma e luminosidade escolhidos por medição. Identidade e papel semântico são coisas diferentes (ADR-0016)."
1820
+ },
1821
+ "link-hover": {
1822
+ "$type": "color",
1823
+ "$value": {
1824
+ "colorSpace": "oklch",
1825
+ "components": [
1826
+ 0.44,
1827
+ 0.106,
1828
+ 86.047
1829
+ ]
1830
+ },
1831
+ "$description": "O link sob o ponteiro. Mesmo papel do `--link`, um degrau adiante — a diferença tem de ser perceptível sem depender só de sublinhado."
1832
+ },
1657
1833
  "secondary": {
1658
1834
  "$type": "color",
1659
1835
  "$value": {
@@ -1833,7 +2009,8 @@
1833
2009
  },
1834
2010
  "sidebar-primary": {
1835
2011
  "$type": "color",
1836
- "$value": "{brand-yellow}"
2012
+ "$value": "{primary-emphasis}",
2013
+ "$description": "The accent INSIDE the sidebar — the current item's text. It is not `{primary}` in the light theme and that is the whole point: the raw yellow does not read on the white panel, measured at 1.60:1 on 20/08/2026 when a refactor briefly pointed it there. Each brand sets this to whatever reads on ITS OWN panel, which is why `lory` keeps the bright orange — the sidebar of that brand is dark in both themes, so the emphasis variant would be the wrong direction."
1837
2014
  },
1838
2015
  "sidebar-primary-foreground": {
1839
2016
  "$type": "color",
@@ -2011,28 +2188,14 @@
2011
2188
  }
2012
2189
  },
2013
2190
  "success-400": {
2191
+ "$value": "{success}",
2014
2192
  "$type": "color",
2015
- "$value": {
2016
- "colorSpace": "srgb",
2017
- "components": [
2018
- 0.05882,
2019
- 0.41961,
2020
- 0.24314
2021
- ],
2022
- "hex": "#0f6b3e"
2023
- }
2193
+ "$description": "Alias do semantico."
2024
2194
  },
2025
2195
  "warning-400": {
2196
+ "$value": "{warning}",
2026
2197
  "$type": "color",
2027
- "$value": {
2028
- "colorSpace": "srgb",
2029
- "components": [
2030
- 0.42745,
2031
- 0.30196,
2032
- 0
2033
- ],
2034
- "hex": "#6d4d00"
2035
- }
2198
+ "$description": "Alias do semantico: a rampa e o tom nao podem divergir."
2036
2199
  },
2037
2200
  "danger-400": {
2038
2201
  "$type": "color",
@@ -2047,16 +2210,9 @@
2047
2210
  }
2048
2211
  },
2049
2212
  "info-400": {
2213
+ "$value": "{info}",
2050
2214
  "$type": "color",
2051
- "$value": {
2052
- "colorSpace": "srgb",
2053
- "components": [
2054
- 0.08627,
2055
- 0.3098,
2056
- 0.61569
2057
- ],
2058
- "hex": "#164f9d"
2059
- }
2215
+ "$description": "Alias do semantico."
2060
2216
  },
2061
2217
  "oracle-300": {
2062
2218
  "$type": "color",
@@ -2096,7 +2252,7 @@
2096
2252
  "components": [
2097
2253
  0.95,
2098
2254
  0.06,
2099
- 86
2255
+ 61
2100
2256
  ]
2101
2257
  }
2102
2258
  },
@@ -2121,6 +2277,1461 @@
2121
2277
  260
2122
2278
  ]
2123
2279
  }
2280
+ },
2281
+ "success": {
2282
+ "$value": {
2283
+ "colorSpace": "srgb",
2284
+ "components": [
2285
+ 0.05882,
2286
+ 0.41961,
2287
+ 0.24314
2288
+ ],
2289
+ "hex": "#0f6b3e"
2290
+ },
2291
+ "$type": "color",
2292
+ "$description": "Preenchimento semântico do tom. Existe pelo mesmo motivo que --destructive: um botão cheio precisa do PAR cor+texto, e o par é escolhido por tema. Medido em 21/08/2026: AA de contraste do foreground sobre ele."
2293
+ },
2294
+ "success-foreground": {
2295
+ "$value": {
2296
+ "colorSpace": "oklch",
2297
+ "components": [
2298
+ 0.985,
2299
+ 0,
2300
+ 0
2301
+ ]
2302
+ },
2303
+ "$type": "color",
2304
+ "$description": "Par do preenchimento."
2305
+ },
2306
+ "success-hover": {
2307
+ "$value": {
2308
+ "colorSpace": "oklch",
2309
+ "components": [
2310
+ 0.4,
2311
+ 0.1,
2312
+ 155
2313
+ ]
2314
+ },
2315
+ "$type": "color",
2316
+ "$description": "Realce do preenchimento."
2317
+ },
2318
+ "info": {
2319
+ "$value": {
2320
+ "colorSpace": "srgb",
2321
+ "components": [
2322
+ 0.08627,
2323
+ 0.3098,
2324
+ 0.61569
2325
+ ],
2326
+ "hex": "#164f9d"
2327
+ },
2328
+ "$type": "color",
2329
+ "$description": "Preenchimento semântico do tom. Existe pelo mesmo motivo que --destructive: um botão cheio precisa do PAR cor+texto, e o par é escolhido por tema. Medido em 21/08/2026: AA de contraste do foreground sobre ele."
2330
+ },
2331
+ "info-foreground": {
2332
+ "$value": {
2333
+ "colorSpace": "oklch",
2334
+ "components": [
2335
+ 0.985,
2336
+ 0,
2337
+ 0
2338
+ ]
2339
+ },
2340
+ "$type": "color",
2341
+ "$description": "Par do preenchimento."
2342
+ },
2343
+ "info-hover": {
2344
+ "$value": {
2345
+ "colorSpace": "oklch",
2346
+ "components": [
2347
+ 0.38,
2348
+ 0.13,
2349
+ 258
2350
+ ]
2351
+ },
2352
+ "$type": "color",
2353
+ "$description": "Realce do preenchimento."
2354
+ },
2355
+ "warning": {
2356
+ "$value": {
2357
+ "colorSpace": "oklch",
2358
+ "components": [
2359
+ 0.525,
2360
+ 0.131,
2361
+ 61
2362
+ ]
2363
+ },
2364
+ "$type": "color",
2365
+ "$description": "Preenchimento semântico do tom. Existe pelo mesmo motivo que --destructive: um botão cheio precisa do PAR cor+texto, e o par é escolhido por tema. Medido em 21/08/2026: AA de contraste do foreground sobre ele. L foi de 0.535 para 0.525 em 29/08/2026: sobre --warning-bg o par media 4.449:1, abaixo do AA de 4.5. Medido pelas 18 combinações de crachá do skin.spec, e a diferença é imperceptível — o que muda é passar ou não passar."
2366
+ },
2367
+ "warning-foreground": {
2368
+ "$value": {
2369
+ "colorSpace": "oklch",
2370
+ "components": [
2371
+ 0.985,
2372
+ 0,
2373
+ 0
2374
+ ]
2375
+ },
2376
+ "$type": "color",
2377
+ "$description": "Par do preenchimento."
2378
+ },
2379
+ "warning-hover": {
2380
+ "$value": {
2381
+ "colorSpace": "oklch",
2382
+ "components": [
2383
+ 0.47,
2384
+ 0.115,
2385
+ 61
2386
+ ]
2387
+ },
2388
+ "$type": "color",
2389
+ "$description": "Realce do preenchimento."
2390
+ }
2391
+ }
2392
+ },
2393
+ "brand": {
2394
+ "$description": "Named brand palettes. A brand REDEFINES colour and nothing else — type, radius, density and icons stay Aurea's. The axis is orthogonal to theme: every brand carries its own dark and light. Without a `data-brand` the document is Aurea, unchanged. See ADR-0036.",
2395
+ "lory": {
2396
+ "$description": "Brand palette, read on 20/08/2026 from the standalone UI kit the owner supplied, and corrected twice by him looking at the screen. THE SIDEBAR IS A SURFACE, like Aurea's — where `sidebar` aliases `card` — so it maps to their `--surface`/`--surface-2` and NOT to their `--side*`. Their `--side*` describes the dark rail of their own app, a product decision he rejected here; mapping it onto our sidebar inverted the relationship the system has everywhere else. Measured: in Aurea the panel is LIGHTER than the page in dark and white in light. Lory now does the same.",
2397
+ "dark": {
2398
+ "$description": "The lory brand, dark.",
2399
+ "background": {
2400
+ "$type": "color",
2401
+ "$value": {
2402
+ "colorSpace": "oklch",
2403
+ "components": [
2404
+ 0.16,
2405
+ 0.018,
2406
+ 250
2407
+ ]
2408
+ }
2409
+ },
2410
+ "foreground": {
2411
+ "$type": "color",
2412
+ "$value": {
2413
+ "colorSpace": "oklch",
2414
+ "components": [
2415
+ 0.96,
2416
+ 0.006,
2417
+ 250
2418
+ ]
2419
+ }
2420
+ },
2421
+ "foreground-strong": {
2422
+ "$type": "color",
2423
+ "$value": {
2424
+ "colorSpace": "oklch",
2425
+ "components": [
2426
+ 1,
2427
+ 0,
2428
+ 0
2429
+ ]
2430
+ }
2431
+ },
2432
+ "card": {
2433
+ "$type": "color",
2434
+ "$value": {
2435
+ "colorSpace": "oklch",
2436
+ "components": [
2437
+ 0.21,
2438
+ 0.02,
2439
+ 250
2440
+ ]
2441
+ }
2442
+ },
2443
+ "card-foreground": {
2444
+ "$type": "color",
2445
+ "$value": {
2446
+ "colorSpace": "oklch",
2447
+ "components": [
2448
+ 0.96,
2449
+ 0.006,
2450
+ 250
2451
+ ]
2452
+ }
2453
+ },
2454
+ "popover": {
2455
+ "$type": "color",
2456
+ "$value": {
2457
+ "colorSpace": "oklch",
2458
+ "components": [
2459
+ 0.21,
2460
+ 0.02,
2461
+ 250
2462
+ ]
2463
+ }
2464
+ },
2465
+ "popover-foreground": {
2466
+ "$type": "color",
2467
+ "$value": {
2468
+ "colorSpace": "oklch",
2469
+ "components": [
2470
+ 0.96,
2471
+ 0.006,
2472
+ 250
2473
+ ]
2474
+ }
2475
+ },
2476
+ "surface-1": {
2477
+ "$type": "color",
2478
+ "$value": {
2479
+ "colorSpace": "oklch",
2480
+ "components": [
2481
+ 0.21,
2482
+ 0.02,
2483
+ 250
2484
+ ]
2485
+ }
2486
+ },
2487
+ "surface-2": {
2488
+ "$type": "color",
2489
+ "$value": {
2490
+ "colorSpace": "oklch",
2491
+ "components": [
2492
+ 0.245,
2493
+ 0.02,
2494
+ 250
2495
+ ]
2496
+ }
2497
+ },
2498
+ "surface-3": {
2499
+ "$type": "color",
2500
+ "$value": {
2501
+ "colorSpace": "oklch",
2502
+ "components": [
2503
+ 0.19,
2504
+ 0.02,
2505
+ 250
2506
+ ]
2507
+ }
2508
+ },
2509
+ "surface-inset": {
2510
+ "$type": "color",
2511
+ "$value": {
2512
+ "colorSpace": "oklch",
2513
+ "components": [
2514
+ 0.19,
2515
+ 0.02,
2516
+ 250
2517
+ ]
2518
+ }
2519
+ },
2520
+ "surface-hover": {
2521
+ "$type": "color",
2522
+ "$value": {
2523
+ "colorSpace": "oklch",
2524
+ "components": [
2525
+ 0.245,
2526
+ 0.02,
2527
+ 250
2528
+ ]
2529
+ }
2530
+ },
2531
+ "primary": {
2532
+ "$type": "color",
2533
+ "$value": {
2534
+ "colorSpace": "oklch",
2535
+ "components": [
2536
+ 0.72,
2537
+ 0.19,
2538
+ 48
2539
+ ]
2540
+ }
2541
+ },
2542
+ "primary-foreground": {
2543
+ "$type": "color",
2544
+ "$value": {
2545
+ "colorSpace": "oklch",
2546
+ "components": [
2547
+ 0.16,
2548
+ 0.02,
2549
+ 250
2550
+ ]
2551
+ }
2552
+ },
2553
+ "primary-hover": {
2554
+ "$type": "color",
2555
+ "$value": {
2556
+ "colorSpace": "oklch",
2557
+ "components": [
2558
+ 0.78,
2559
+ 0.17,
2560
+ 50
2561
+ ]
2562
+ }
2563
+ },
2564
+ "primary-active": {
2565
+ "$type": "color",
2566
+ "$value": {
2567
+ "colorSpace": "oklch",
2568
+ "components": [
2569
+ 0.66,
2570
+ 0.19,
2571
+ 46
2572
+ ]
2573
+ }
2574
+ },
2575
+ "primary-emphasis": {
2576
+ "$type": "color",
2577
+ "$value": {
2578
+ "colorSpace": "oklch",
2579
+ "components": [
2580
+ 0.85,
2581
+ 0.14,
2582
+ 60
2583
+ ]
2584
+ }
2585
+ },
2586
+ "primary-outline": {
2587
+ "$type": "color",
2588
+ "$value": {
2589
+ "colorSpace": "oklch",
2590
+ "components": [
2591
+ 0.72,
2592
+ 0.19,
2593
+ 48
2594
+ ],
2595
+ "alpha": 0.4
2596
+ }
2597
+ },
2598
+ "secondary": {
2599
+ "$type": "color",
2600
+ "$value": {
2601
+ "colorSpace": "oklch",
2602
+ "components": [
2603
+ 0.245,
2604
+ 0.02,
2605
+ 250
2606
+ ]
2607
+ }
2608
+ },
2609
+ "secondary-foreground": {
2610
+ "$type": "color",
2611
+ "$value": {
2612
+ "colorSpace": "oklch",
2613
+ "components": [
2614
+ 0.96,
2615
+ 0.006,
2616
+ 250
2617
+ ]
2618
+ }
2619
+ },
2620
+ "secondary-hover": {
2621
+ "$type": "color",
2622
+ "$value": {
2623
+ "colorSpace": "oklch",
2624
+ "components": [
2625
+ 0.28,
2626
+ 0.02,
2627
+ 250
2628
+ ]
2629
+ }
2630
+ },
2631
+ "muted": {
2632
+ "$type": "color",
2633
+ "$value": {
2634
+ "colorSpace": "oklch",
2635
+ "components": [
2636
+ 0.19,
2637
+ 0.02,
2638
+ 250
2639
+ ]
2640
+ }
2641
+ },
2642
+ "muted-foreground": {
2643
+ "$type": "color",
2644
+ "$value": {
2645
+ "colorSpace": "oklch",
2646
+ "components": [
2647
+ 0.72,
2648
+ 0.015,
2649
+ 250
2650
+ ]
2651
+ }
2652
+ },
2653
+ "subtle-foreground": {
2654
+ "$type": "color",
2655
+ "$value": {
2656
+ "colorSpace": "oklch",
2657
+ "components": [
2658
+ 0.58,
2659
+ 0.016,
2660
+ 250
2661
+ ]
2662
+ }
2663
+ },
2664
+ "accent": {
2665
+ "$type": "color",
2666
+ "$value": {
2667
+ "colorSpace": "oklch",
2668
+ "components": [
2669
+ 0.32,
2670
+ 0.08,
2671
+ 50
2672
+ ]
2673
+ }
2674
+ },
2675
+ "accent-foreground": {
2676
+ "$type": "color",
2677
+ "$value": {
2678
+ "colorSpace": "oklch",
2679
+ "components": [
2680
+ 0.85,
2681
+ 0.14,
2682
+ 60
2683
+ ]
2684
+ }
2685
+ },
2686
+ "destructive": {
2687
+ "$type": "color",
2688
+ "$value": {
2689
+ "colorSpace": "oklch",
2690
+ "components": [
2691
+ 0.7,
2692
+ 0.19,
2693
+ 25
2694
+ ]
2695
+ }
2696
+ },
2697
+ "destructive-foreground": {
2698
+ "$type": "color",
2699
+ "$value": {
2700
+ "colorSpace": "oklch",
2701
+ "components": [
2702
+ 0.16,
2703
+ 0.02,
2704
+ 250
2705
+ ]
2706
+ }
2707
+ },
2708
+ "border": {
2709
+ "$type": "color",
2710
+ "$value": {
2711
+ "colorSpace": "oklch",
2712
+ "components": [
2713
+ 1,
2714
+ 0,
2715
+ 0
2716
+ ],
2717
+ "alpha": 0.1
2718
+ }
2719
+ },
2720
+ "border-strong": {
2721
+ "$type": "color",
2722
+ "$value": {
2723
+ "colorSpace": "oklch",
2724
+ "components": [
2725
+ 1,
2726
+ 0,
2727
+ 0
2728
+ ],
2729
+ "alpha": 0.18
2730
+ }
2731
+ },
2732
+ "input": {
2733
+ "$type": "color",
2734
+ "$value": {
2735
+ "colorSpace": "oklch",
2736
+ "components": [
2737
+ 1,
2738
+ 0,
2739
+ 0
2740
+ ],
2741
+ "alpha": 0.1
2742
+ }
2743
+ },
2744
+ "field-bg": {
2745
+ "$type": "color",
2746
+ "$value": {
2747
+ "colorSpace": "oklch",
2748
+ "components": [
2749
+ 0.19,
2750
+ 0.02,
2751
+ 250
2752
+ ]
2753
+ }
2754
+ },
2755
+ "ring": {
2756
+ "$type": "color",
2757
+ "$value": {
2758
+ "colorSpace": "oklch",
2759
+ "components": [
2760
+ 0.72,
2761
+ 0.19,
2762
+ 48
2763
+ ]
2764
+ }
2765
+ },
2766
+ "focus": {
2767
+ "$type": "color",
2768
+ "$value": {
2769
+ "colorSpace": "oklch",
2770
+ "components": [
2771
+ 0.72,
2772
+ 0.19,
2773
+ 48
2774
+ ]
2775
+ }
2776
+ },
2777
+ "focus-strong": {
2778
+ "$type": "color",
2779
+ "$value": {
2780
+ "colorSpace": "oklch",
2781
+ "components": [
2782
+ 0.85,
2783
+ 0.14,
2784
+ 60
2785
+ ]
2786
+ }
2787
+ },
2788
+ "selection": {
2789
+ "$type": "color",
2790
+ "$value": {
2791
+ "colorSpace": "oklch",
2792
+ "components": [
2793
+ 0.32,
2794
+ 0.08,
2795
+ 50
2796
+ ]
2797
+ }
2798
+ },
2799
+ "control-selected": {
2800
+ "$type": "color",
2801
+ "$value": {
2802
+ "colorSpace": "oklch",
2803
+ "components": [
2804
+ 0.72,
2805
+ 0.19,
2806
+ 48
2807
+ ]
2808
+ }
2809
+ },
2810
+ "control-selected-foreground": {
2811
+ "$type": "color",
2812
+ "$value": {
2813
+ "colorSpace": "oklch",
2814
+ "components": [
2815
+ 0.16,
2816
+ 0.02,
2817
+ 250
2818
+ ]
2819
+ }
2820
+ },
2821
+ "overlay": {
2822
+ "$type": "color",
2823
+ "$value": {
2824
+ "colorSpace": "oklch",
2825
+ "components": [
2826
+ 0,
2827
+ 0,
2828
+ 0
2829
+ ],
2830
+ "alpha": 0.6
2831
+ }
2832
+ },
2833
+ "chart-1": {
2834
+ "$type": "color",
2835
+ "$value": {
2836
+ "colorSpace": "oklch",
2837
+ "components": [
2838
+ 0.74,
2839
+ 0.18,
2840
+ 50
2841
+ ]
2842
+ }
2843
+ },
2844
+ "chart-2": {
2845
+ "$type": "color",
2846
+ "$value": {
2847
+ "colorSpace": "oklch",
2848
+ "components": [
2849
+ 0.84,
2850
+ 0.14,
2851
+ 88
2852
+ ]
2853
+ }
2854
+ },
2855
+ "chart-3": {
2856
+ "$type": "color",
2857
+ "$value": {
2858
+ "colorSpace": "oklch",
2859
+ "components": [
2860
+ 0.72,
2861
+ 0.15,
2862
+ 158
2863
+ ]
2864
+ }
2865
+ },
2866
+ "chart-4": {
2867
+ "$type": "color",
2868
+ "$value": {
2869
+ "colorSpace": "oklch",
2870
+ "components": [
2871
+ 0.7,
2872
+ 0.13,
2873
+ 235
2874
+ ]
2875
+ }
2876
+ },
2877
+ "chart-5": {
2878
+ "$type": "color",
2879
+ "$value": {
2880
+ "colorSpace": "oklch",
2881
+ "components": [
2882
+ 0.68,
2883
+ 0.16,
2884
+ 320
2885
+ ]
2886
+ }
2887
+ },
2888
+ "sidebar": {
2889
+ "$type": "color",
2890
+ "$value": {
2891
+ "colorSpace": "oklch",
2892
+ "components": [
2893
+ 0.21,
2894
+ 0.02,
2895
+ 250
2896
+ ]
2897
+ }
2898
+ },
2899
+ "sidebar-foreground": {
2900
+ "$type": "color",
2901
+ "$value": {
2902
+ "colorSpace": "oklch",
2903
+ "components": [
2904
+ 0.96,
2905
+ 0.006,
2906
+ 250
2907
+ ]
2908
+ }
2909
+ },
2910
+ "sidebar-primary": {
2911
+ "$type": "color",
2912
+ "$value": {
2913
+ "colorSpace": "oklch",
2914
+ "components": [
2915
+ 0.72,
2916
+ 0.19,
2917
+ 48
2918
+ ]
2919
+ }
2920
+ },
2921
+ "sidebar-primary-foreground": {
2922
+ "$type": "color",
2923
+ "$value": {
2924
+ "colorSpace": "oklch",
2925
+ "components": [
2926
+ 0.16,
2927
+ 0.02,
2928
+ 250
2929
+ ]
2930
+ }
2931
+ },
2932
+ "sidebar-accent": {
2933
+ "$type": "color",
2934
+ "$value": {
2935
+ "colorSpace": "oklch",
2936
+ "components": [
2937
+ 0.245,
2938
+ 0.02,
2939
+ 250
2940
+ ]
2941
+ }
2942
+ },
2943
+ "sidebar-accent-foreground": {
2944
+ "$type": "color",
2945
+ "$value": {
2946
+ "colorSpace": "oklch",
2947
+ "components": [
2948
+ 0.96,
2949
+ 0.006,
2950
+ 250
2951
+ ]
2952
+ }
2953
+ },
2954
+ "sidebar-border": {
2955
+ "$type": "color",
2956
+ "$value": {
2957
+ "colorSpace": "oklch",
2958
+ "components": [
2959
+ 1,
2960
+ 0,
2961
+ 0
2962
+ ],
2963
+ "alpha": 0.1
2964
+ }
2965
+ },
2966
+ "sidebar-ring": {
2967
+ "$type": "color",
2968
+ "$value": {
2969
+ "colorSpace": "oklch",
2970
+ "components": [
2971
+ 0.72,
2972
+ 0.19,
2973
+ 48
2974
+ ]
2975
+ }
2976
+ },
2977
+ "success-400": {
2978
+ "$type": "color",
2979
+ "$value": {
2980
+ "colorSpace": "oklch",
2981
+ "components": [
2982
+ 0.72,
2983
+ 0.15,
2984
+ 158
2985
+ ]
2986
+ }
2987
+ },
2988
+ "warning-400": {
2989
+ "$type": "color",
2990
+ "$value": {
2991
+ "colorSpace": "oklch",
2992
+ "components": [
2993
+ 0.78,
2994
+ 0.14,
2995
+ 78
2996
+ ]
2997
+ }
2998
+ },
2999
+ "danger-400": {
3000
+ "$type": "color",
3001
+ "$value": {
3002
+ "colorSpace": "oklch",
3003
+ "components": [
3004
+ 0.722,
3005
+ 0.1717,
3006
+ 25
3007
+ ]
3008
+ },
3009
+ "$description": "Escurecido (claro) / clareado (escuro) em 29/08/2026 para o par `danger-400` sobre `danger-bg` alcançar 4,5:1. Lido do kit da marca, o degrau vinha do meio da rampa e media 4,21:1 sobre o próprio fundo — o crachá `soft` ficava ilegível. Matiz preservado; o croma cedeu só o necessário para não sair da gama sRGB. É o mesmo degrau que a própria marca já usa quando a cor vira TEXTO (`primary-emphasis`, L 0.52)."
3010
+ },
3011
+ "info-400": {
3012
+ "$type": "color",
3013
+ "$value": {
3014
+ "colorSpace": "oklch",
3015
+ "components": [
3016
+ 0.7,
3017
+ 0.13,
3018
+ 235
3019
+ ]
3020
+ }
3021
+ },
3022
+ "success-bg": {
3023
+ "$type": "color",
3024
+ "$value": {
3025
+ "colorSpace": "oklch",
3026
+ "components": [
3027
+ 0.32,
3028
+ 0.07,
3029
+ 158
3030
+ ]
3031
+ }
3032
+ },
3033
+ "warning-bg": {
3034
+ "$type": "color",
3035
+ "$value": {
3036
+ "colorSpace": "oklch",
3037
+ "components": [
3038
+ 0.34,
3039
+ 0.07,
3040
+ 80
3041
+ ]
3042
+ }
3043
+ },
3044
+ "danger-bg": {
3045
+ "$type": "color",
3046
+ "$value": {
3047
+ "colorSpace": "oklch",
3048
+ "components": [
3049
+ 0.34,
3050
+ 0.09,
3051
+ 25
3052
+ ]
3053
+ }
3054
+ },
3055
+ "info-bg": {
3056
+ "$type": "color",
3057
+ "$value": {
3058
+ "colorSpace": "oklch",
3059
+ "components": [
3060
+ 0.32,
3061
+ 0.06,
3062
+ 235
3063
+ ]
3064
+ }
3065
+ }
3066
+ },
3067
+ "light": {
3068
+ "$description": "The lory brand, light.",
3069
+ "background": {
3070
+ "$type": "color",
3071
+ "$value": {
3072
+ "colorSpace": "oklch",
3073
+ "components": [
3074
+ 0.984,
3075
+ 0.004,
3076
+ 70
3077
+ ]
3078
+ }
3079
+ },
3080
+ "foreground": {
3081
+ "$type": "color",
3082
+ "$value": {
3083
+ "colorSpace": "oklch",
3084
+ "components": [
3085
+ 0.24,
3086
+ 0.022,
3087
+ 250
3088
+ ]
3089
+ }
3090
+ },
3091
+ "foreground-strong": {
3092
+ "$type": "color",
3093
+ "$value": {
3094
+ "colorSpace": "oklch",
3095
+ "components": [
3096
+ 0.16,
3097
+ 0.02,
3098
+ 250
3099
+ ]
3100
+ }
3101
+ },
3102
+ "card": {
3103
+ "$type": "color",
3104
+ "$value": {
3105
+ "colorSpace": "oklch",
3106
+ "components": [
3107
+ 1,
3108
+ 0,
3109
+ 0
3110
+ ]
3111
+ }
3112
+ },
3113
+ "card-foreground": {
3114
+ "$type": "color",
3115
+ "$value": {
3116
+ "colorSpace": "oklch",
3117
+ "components": [
3118
+ 0.24,
3119
+ 0.022,
3120
+ 250
3121
+ ]
3122
+ }
3123
+ },
3124
+ "popover": {
3125
+ "$type": "color",
3126
+ "$value": {
3127
+ "colorSpace": "oklch",
3128
+ "components": [
3129
+ 1,
3130
+ 0,
3131
+ 0
3132
+ ]
3133
+ }
3134
+ },
3135
+ "popover-foreground": {
3136
+ "$type": "color",
3137
+ "$value": {
3138
+ "colorSpace": "oklch",
3139
+ "components": [
3140
+ 0.24,
3141
+ 0.022,
3142
+ 250
3143
+ ]
3144
+ }
3145
+ },
3146
+ "surface-1": {
3147
+ "$type": "color",
3148
+ "$value": {
3149
+ "colorSpace": "oklch",
3150
+ "components": [
3151
+ 1,
3152
+ 0,
3153
+ 0
3154
+ ]
3155
+ }
3156
+ },
3157
+ "surface-2": {
3158
+ "$type": "color",
3159
+ "$value": {
3160
+ "colorSpace": "oklch",
3161
+ "components": [
3162
+ 0.975,
3163
+ 0.004,
3164
+ 70
3165
+ ]
3166
+ }
3167
+ },
3168
+ "surface-3": {
3169
+ "$type": "color",
3170
+ "$value": {
3171
+ "colorSpace": "oklch",
3172
+ "components": [
3173
+ 0.965,
3174
+ 0.006,
3175
+ 70
3176
+ ]
3177
+ }
3178
+ },
3179
+ "surface-inset": {
3180
+ "$type": "color",
3181
+ "$value": {
3182
+ "colorSpace": "oklch",
3183
+ "components": [
3184
+ 0.965,
3185
+ 0.006,
3186
+ 70
3187
+ ]
3188
+ }
3189
+ },
3190
+ "surface-hover": {
3191
+ "$type": "color",
3192
+ "$value": {
3193
+ "colorSpace": "oklch",
3194
+ "components": [
3195
+ 0.965,
3196
+ 0.006,
3197
+ 70
3198
+ ]
3199
+ }
3200
+ },
3201
+ "primary": {
3202
+ "$type": "color",
3203
+ "$value": {
3204
+ "colorSpace": "oklch",
3205
+ "components": [
3206
+ 0.682,
3207
+ 0.197,
3208
+ 44.5
3209
+ ]
3210
+ }
3211
+ },
3212
+ "primary-foreground": {
3213
+ "$type": "color",
3214
+ "$value": {
3215
+ "colorSpace": "oklch",
3216
+ "components": [
3217
+ 1,
3218
+ 0,
3219
+ 0
3220
+ ]
3221
+ }
3222
+ },
3223
+ "primary-hover": {
3224
+ "$type": "color",
3225
+ "$value": {
3226
+ "colorSpace": "oklch",
3227
+ "components": [
3228
+ 0.63,
3229
+ 0.197,
3230
+ 44.5
3231
+ ]
3232
+ }
3233
+ },
3234
+ "primary-active": {
3235
+ "$type": "color",
3236
+ "$value": {
3237
+ "colorSpace": "oklch",
3238
+ "components": [
3239
+ 0.58,
3240
+ 0.19,
3241
+ 44.5
3242
+ ]
3243
+ }
3244
+ },
3245
+ "primary-emphasis": {
3246
+ "$type": "color",
3247
+ "$value": {
3248
+ "colorSpace": "oklch",
3249
+ "components": [
3250
+ 0.52,
3251
+ 0.17,
3252
+ 45
3253
+ ]
3254
+ }
3255
+ },
3256
+ "primary-outline": {
3257
+ "$type": "color",
3258
+ "$value": {
3259
+ "colorSpace": "oklch",
3260
+ "components": [
3261
+ 0.682,
3262
+ 0.197,
3263
+ 44.5
3264
+ ],
3265
+ "alpha": 0.35
3266
+ }
3267
+ },
3268
+ "secondary": {
3269
+ "$type": "color",
3270
+ "$value": {
3271
+ "colorSpace": "oklch",
3272
+ "components": [
3273
+ 0.965,
3274
+ 0.006,
3275
+ 70
3276
+ ]
3277
+ }
3278
+ },
3279
+ "secondary-foreground": {
3280
+ "$type": "color",
3281
+ "$value": {
3282
+ "colorSpace": "oklch",
3283
+ "components": [
3284
+ 0.24,
3285
+ 0.022,
3286
+ 250
3287
+ ]
3288
+ }
3289
+ },
3290
+ "secondary-hover": {
3291
+ "$type": "color",
3292
+ "$value": {
3293
+ "colorSpace": "oklch",
3294
+ "components": [
3295
+ 0.94,
3296
+ 0.006,
3297
+ 70
3298
+ ]
3299
+ }
3300
+ },
3301
+ "muted": {
3302
+ "$type": "color",
3303
+ "$value": {
3304
+ "colorSpace": "oklch",
3305
+ "components": [
3306
+ 0.965,
3307
+ 0.006,
3308
+ 70
3309
+ ]
3310
+ }
3311
+ },
3312
+ "muted-foreground": {
3313
+ "$type": "color",
3314
+ "$value": {
3315
+ "colorSpace": "oklch",
3316
+ "components": [
3317
+ 0.52,
3318
+ 0.018,
3319
+ 255
3320
+ ]
3321
+ }
3322
+ },
3323
+ "subtle-foreground": {
3324
+ "$type": "color",
3325
+ "$value": {
3326
+ "colorSpace": "oklch",
3327
+ "components": [
3328
+ 0.65,
3329
+ 0.014,
3330
+ 255
3331
+ ]
3332
+ }
3333
+ },
3334
+ "accent": {
3335
+ "$type": "color",
3336
+ "$value": {
3337
+ "colorSpace": "oklch",
3338
+ "components": [
3339
+ 0.96,
3340
+ 0.04,
3341
+ 60
3342
+ ]
3343
+ }
3344
+ },
3345
+ "accent-foreground": {
3346
+ "$type": "color",
3347
+ "$value": {
3348
+ "colorSpace": "oklch",
3349
+ "components": [
3350
+ 0.52,
3351
+ 0.17,
3352
+ 45
3353
+ ]
3354
+ }
3355
+ },
3356
+ "destructive": {
3357
+ "$type": "color",
3358
+ "$value": {
3359
+ "colorSpace": "oklch",
3360
+ "components": [
3361
+ 0.62,
3362
+ 0.21,
3363
+ 26
3364
+ ]
3365
+ }
3366
+ },
3367
+ "destructive-foreground": {
3368
+ "$type": "color",
3369
+ "$value": {
3370
+ "colorSpace": "oklch",
3371
+ "components": [
3372
+ 1,
3373
+ 0,
3374
+ 0
3375
+ ]
3376
+ }
3377
+ },
3378
+ "border": {
3379
+ "$type": "color",
3380
+ "$value": {
3381
+ "colorSpace": "oklch",
3382
+ "components": [
3383
+ 0.915,
3384
+ 0.006,
3385
+ 255
3386
+ ]
3387
+ }
3388
+ },
3389
+ "border-strong": {
3390
+ "$type": "color",
3391
+ "$value": {
3392
+ "colorSpace": "oklch",
3393
+ "components": [
3394
+ 0.86,
3395
+ 0.008,
3396
+ 255
3397
+ ]
3398
+ }
3399
+ },
3400
+ "input": {
3401
+ "$type": "color",
3402
+ "$value": {
3403
+ "colorSpace": "oklch",
3404
+ "components": [
3405
+ 0.915,
3406
+ 0.006,
3407
+ 255
3408
+ ]
3409
+ }
3410
+ },
3411
+ "field-bg": {
3412
+ "$type": "color",
3413
+ "$value": {
3414
+ "colorSpace": "oklch",
3415
+ "components": [
3416
+ 1,
3417
+ 0,
3418
+ 0
3419
+ ]
3420
+ }
3421
+ },
3422
+ "ring": {
3423
+ "$type": "color",
3424
+ "$value": {
3425
+ "colorSpace": "oklch",
3426
+ "components": [
3427
+ 0.682,
3428
+ 0.197,
3429
+ 44.5
3430
+ ]
3431
+ }
3432
+ },
3433
+ "focus": {
3434
+ "$type": "color",
3435
+ "$value": {
3436
+ "colorSpace": "oklch",
3437
+ "components": [
3438
+ 0.682,
3439
+ 0.197,
3440
+ 44.5
3441
+ ]
3442
+ }
3443
+ },
3444
+ "focus-strong": {
3445
+ "$type": "color",
3446
+ "$value": {
3447
+ "colorSpace": "oklch",
3448
+ "components": [
3449
+ 0.52,
3450
+ 0.17,
3451
+ 45
3452
+ ]
3453
+ }
3454
+ },
3455
+ "selection": {
3456
+ "$type": "color",
3457
+ "$value": {
3458
+ "colorSpace": "oklch",
3459
+ "components": [
3460
+ 0.96,
3461
+ 0.04,
3462
+ 60
3463
+ ]
3464
+ }
3465
+ },
3466
+ "control-selected": {
3467
+ "$type": "color",
3468
+ "$value": {
3469
+ "colorSpace": "oklch",
3470
+ "components": [
3471
+ 0.682,
3472
+ 0.197,
3473
+ 44.5
3474
+ ]
3475
+ }
3476
+ },
3477
+ "control-selected-foreground": {
3478
+ "$type": "color",
3479
+ "$value": {
3480
+ "colorSpace": "oklch",
3481
+ "components": [
3482
+ 1,
3483
+ 0,
3484
+ 0
3485
+ ]
3486
+ }
3487
+ },
3488
+ "overlay": {
3489
+ "$type": "color",
3490
+ "$value": {
3491
+ "colorSpace": "oklch",
3492
+ "components": [
3493
+ 0.16,
3494
+ 0.018,
3495
+ 250
3496
+ ],
3497
+ "alpha": 0.45
3498
+ }
3499
+ },
3500
+ "chart-1": {
3501
+ "$type": "color",
3502
+ "$value": {
3503
+ "colorSpace": "oklch",
3504
+ "components": [
3505
+ 0.682,
3506
+ 0.197,
3507
+ 44.5
3508
+ ]
3509
+ }
3510
+ },
3511
+ "chart-2": {
3512
+ "$type": "color",
3513
+ "$value": {
3514
+ "colorSpace": "oklch",
3515
+ "components": [
3516
+ 0.82,
3517
+ 0.15,
3518
+ 88
3519
+ ]
3520
+ }
3521
+ },
3522
+ "chart-3": {
3523
+ "$type": "color",
3524
+ "$value": {
3525
+ "colorSpace": "oklch",
3526
+ "components": [
3527
+ 0.66,
3528
+ 0.15,
3529
+ 155
3530
+ ]
3531
+ }
3532
+ },
3533
+ "chart-4": {
3534
+ "$type": "color",
3535
+ "$value": {
3536
+ "colorSpace": "oklch",
3537
+ "components": [
3538
+ 0.62,
3539
+ 0.13,
3540
+ 235
3541
+ ]
3542
+ }
3543
+ },
3544
+ "chart-5": {
3545
+ "$type": "color",
3546
+ "$value": {
3547
+ "colorSpace": "oklch",
3548
+ "components": [
3549
+ 0.6,
3550
+ 0.16,
3551
+ 320
3552
+ ]
3553
+ }
3554
+ },
3555
+ "sidebar": {
3556
+ "$type": "color",
3557
+ "$value": {
3558
+ "colorSpace": "oklch",
3559
+ "components": [
3560
+ 1,
3561
+ 0,
3562
+ 0
3563
+ ]
3564
+ }
3565
+ },
3566
+ "sidebar-foreground": {
3567
+ "$type": "color",
3568
+ "$value": {
3569
+ "colorSpace": "oklch",
3570
+ "components": [
3571
+ 0.24,
3572
+ 0.022,
3573
+ 250
3574
+ ]
3575
+ }
3576
+ },
3577
+ "sidebar-primary": {
3578
+ "$type": "color",
3579
+ "$value": {
3580
+ "colorSpace": "oklch",
3581
+ "components": [
3582
+ 0.52,
3583
+ 0.17,
3584
+ 45
3585
+ ]
3586
+ }
3587
+ },
3588
+ "sidebar-primary-foreground": {
3589
+ "$type": "color",
3590
+ "$value": {
3591
+ "colorSpace": "oklch",
3592
+ "components": [
3593
+ 1,
3594
+ 0,
3595
+ 0
3596
+ ]
3597
+ }
3598
+ },
3599
+ "sidebar-accent": {
3600
+ "$type": "color",
3601
+ "$value": {
3602
+ "colorSpace": "oklch",
3603
+ "components": [
3604
+ 0.975,
3605
+ 0.004,
3606
+ 70
3607
+ ]
3608
+ }
3609
+ },
3610
+ "sidebar-accent-foreground": {
3611
+ "$type": "color",
3612
+ "$value": {
3613
+ "colorSpace": "oklch",
3614
+ "components": [
3615
+ 0.24,
3616
+ 0.022,
3617
+ 250
3618
+ ]
3619
+ }
3620
+ },
3621
+ "sidebar-border": {
3622
+ "$type": "color",
3623
+ "$value": {
3624
+ "colorSpace": "oklch",
3625
+ "components": [
3626
+ 0.915,
3627
+ 0.006,
3628
+ 255
3629
+ ]
3630
+ }
3631
+ },
3632
+ "sidebar-ring": {
3633
+ "$type": "color",
3634
+ "$value": {
3635
+ "colorSpace": "oklch",
3636
+ "components": [
3637
+ 0.682,
3638
+ 0.197,
3639
+ 44.5
3640
+ ]
3641
+ }
3642
+ },
3643
+ "success-400": {
3644
+ "$type": "color",
3645
+ "$value": {
3646
+ "colorSpace": "oklch",
3647
+ "components": [
3648
+ 0.52,
3649
+ 0.1276,
3650
+ 155
3651
+ ]
3652
+ },
3653
+ "$description": "Escurecido (claro) / clareado (escuro) em 29/08/2026 para o par `success-400` sobre `success-bg` alcançar 4,5:1. Lido do kit da marca, o degrau vinha do meio da rampa e media 2,56:1 sobre o próprio fundo — o crachá `soft` ficava ilegível. Matiz preservado; o croma cedeu só o necessário para não sair da gama sRGB. É o mesmo degrau que a própria marca já usa quando a cor vira TEXTO (`primary-emphasis`, L 0.52)."
3654
+ },
3655
+ "warning-400": {
3656
+ "$type": "color",
3657
+ "$value": {
3658
+ "colorSpace": "oklch",
3659
+ "components": [
3660
+ 0.532,
3661
+ 0.1129,
3662
+ 75
3663
+ ]
3664
+ },
3665
+ "$description": "Escurecido (claro) / clareado (escuro) em 29/08/2026 para o par `warning-400` sobre `warning-bg` alcançar 4,5:1. Lido do kit da marca, o degrau vinha do meio da rampa e media 1,74:1 sobre o próprio fundo — o crachá `soft` ficava ilegível. Matiz preservado; o croma cedeu só o necessário para não sair da gama sRGB. É o mesmo degrau que a própria marca já usa quando a cor vira TEXTO (`primary-emphasis`, L 0.52)."
3666
+ },
3667
+ "danger-400": {
3668
+ "$type": "color",
3669
+ "$value": {
3670
+ "colorSpace": "oklch",
3671
+ "components": [
3672
+ 0.542,
3673
+ 0.21,
3674
+ 26
3675
+ ]
3676
+ },
3677
+ "$description": "Escurecido (claro) / clareado (escuro) em 29/08/2026 para o par `danger-400` sobre `danger-bg` alcançar 4,5:1. Lido do kit da marca, o degrau vinha do meio da rampa e media 3,31:1 sobre o próprio fundo — o crachá `soft` ficava ilegível. Matiz preservado; o croma cedeu só o necessário para não sair da gama sRGB. É o mesmo degrau que a própria marca já usa quando a cor vira TEXTO (`primary-emphasis`, L 0.52)."
3678
+ },
3679
+ "info-400": {
3680
+ "$type": "color",
3681
+ "$value": {
3682
+ "colorSpace": "oklch",
3683
+ "components": [
3684
+ 0.526,
3685
+ 0.1106,
3686
+ 235
3687
+ ]
3688
+ },
3689
+ "$description": "Escurecido (claro) / clareado (escuro) em 29/08/2026 para o par `info-400` sobre `info-bg` alcançar 4,5:1. Lido do kit da marca, o degrau vinha do meio da rampa e media 3,08:1 sobre o próprio fundo — o crachá `soft` ficava ilegível. Matiz preservado; o croma cedeu só o necessário para não sair da gama sRGB. É o mesmo degrau que a própria marca já usa quando a cor vira TEXTO (`primary-emphasis`, L 0.52)."
3690
+ },
3691
+ "success-bg": {
3692
+ "$type": "color",
3693
+ "$value": {
3694
+ "colorSpace": "oklch",
3695
+ "components": [
3696
+ 0.95,
3697
+ 0.05,
3698
+ 155
3699
+ ]
3700
+ }
3701
+ },
3702
+ "warning-bg": {
3703
+ "$type": "color",
3704
+ "$value": {
3705
+ "colorSpace": "oklch",
3706
+ "components": [
3707
+ 0.95,
3708
+ 0.06,
3709
+ 80
3710
+ ]
3711
+ }
3712
+ },
3713
+ "danger-bg": {
3714
+ "$type": "color",
3715
+ "$value": {
3716
+ "colorSpace": "oklch",
3717
+ "components": [
3718
+ 0.95,
3719
+ 0.05,
3720
+ 25
3721
+ ]
3722
+ }
3723
+ },
3724
+ "info-bg": {
3725
+ "$type": "color",
3726
+ "$value": {
3727
+ "colorSpace": "oklch",
3728
+ "components": [
3729
+ 0.95,
3730
+ 0.04,
3731
+ 235
3732
+ ]
3733
+ }
3734
+ }
2124
3735
  }
2125
3736
  }
2126
3737
  },