@workday/canvas-tokens-web 4.1.1 → 4.1.3

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,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 09 Feb 2026 19:58:49 GMT
3
+ * Generated on Wed, 25 Feb 2026 21:44:05 GMT
4
4
  */
5
5
 
6
6
  export declare const breakpoints: {
@@ -166,7 +166,7 @@ export declare const shape: {
166
166
  *
167
167
  * **CSS Var**: `--cnvs-sys-shape-sm`
168
168
  *
169
- * Components presenting info text, user input, user feedback. Inputs, Toasts, Snack bars, Tooltips, Error Alert Banner
169
+ * Pill, Status Indicator, Checkbox
170
170
  */
171
171
  "sm": "--cnvs-sys-shape-sm",
172
172
  /**
@@ -174,7 +174,7 @@ export declare const shape: {
174
174
  *
175
175
  * **CSS Var**: `--cnvs-sys-shape-md`
176
176
  *
177
- * Core large containers, card containers and popups that house moderate amounts of content and/or data: Card, Menus
177
+ * Inputs, Toast, Tooltip, Snackbar
178
178
  */
179
179
  "md": "--cnvs-sys-shape-md",
180
180
  /**
@@ -182,7 +182,7 @@ export declare const shape: {
182
182
  *
183
183
  * **CSS Var**: `--cnvs-sys-shape-lg`
184
184
  *
185
- * Primarily used for elevated and simple parent containers with greater amounts of content and UI. Dialogs, Modals, Bottom Sheets
185
+ * Rich text editor
186
186
  */
187
187
  "lg": "--cnvs-sys-shape-lg",
188
188
  /**
@@ -1454,7 +1454,7 @@ export declare const color: {
1454
1454
  "bg": {
1455
1455
  "primary": {
1456
1456
  /**
1457
- * **value**: `{sys.color.brand.surface.primary.default}`
1457
+ * **value**: `{base.palette.blue.25}`
1458
1458
  *
1459
1459
  * **CSS Var**: `--cnvs-sys-color-bg-primary-softest`
1460
1460
  *
@@ -1464,7 +1464,7 @@ export declare const color: {
1464
1464
  */
1465
1465
  "softest": "--cnvs-sys-color-bg-primary-softest",
1466
1466
  /**
1467
- * **value**: `{sys.color.brand.surface.primary.strong}`
1467
+ * **value**: `{base.palette.blue.50}`
1468
1468
  *
1469
1469
  * **CSS Var**: `--cnvs-sys-color-bg-primary-softer`
1470
1470
  *
@@ -1474,7 +1474,7 @@ export declare const color: {
1474
1474
  */
1475
1475
  "softer": "--cnvs-sys-color-bg-primary-softer",
1476
1476
  /**
1477
- * **value**: `{base.palette.blue.A100}`
1477
+ * **value**: `{base.palette.blue.100}`
1478
1478
  *
1479
1479
  * **CSS Var**: `--cnvs-sys-color-bg-primary-soft`
1480
1480
  *
@@ -1484,7 +1484,7 @@ export declare const color: {
1484
1484
  */
1485
1485
  "soft": "--cnvs-sys-color-bg-primary-soft",
1486
1486
  /**
1487
- * **value**: `{sys.color.brand.accent.primary}`
1487
+ * **value**: `{base.palette.blue.600}`
1488
1488
  *
1489
1489
  * **CSS Var**: `--cnvs-sys-color-bg-primary-default`
1490
1490
  *
@@ -1494,7 +1494,7 @@ export declare const color: {
1494
1494
  */
1495
1495
  "default": "--cnvs-sys-color-bg-primary-default",
1496
1496
  /**
1497
- * **value**: `{sys.color.brand.accent.primary}`
1497
+ * **value**: `{base.palette.blue.700}`
1498
1498
  *
1499
1499
  * **CSS Var**: `--cnvs-sys-color-bg-primary-strong`
1500
1500
  *
@@ -1504,7 +1504,7 @@ export declare const color: {
1504
1504
  */
1505
1505
  "strong": "--cnvs-sys-color-bg-primary-strong",
1506
1506
  /**
1507
- * **value**: `{sys.color.brand.accent.primary}`
1507
+ * **value**: `{base.palette.blue.800}`
1508
1508
  *
1509
1509
  * **CSS Var**: `--cnvs-sys-color-bg-primary-stronger`
1510
1510
  *
@@ -1516,7 +1516,7 @@ export declare const color: {
1516
1516
  },
1517
1517
  "transparent": {
1518
1518
  /**
1519
- * **value**: `{sys.color.surface.transparent}`
1519
+ * **value**: `oklch({base.palette.neutral.1000} / {base.opacity.0})`
1520
1520
  *
1521
1521
  * **CSS Var**: `--cnvs-sys-color-bg-transparent-default`
1522
1522
  *
@@ -1526,28 +1526,28 @@ export declare const color: {
1526
1526
  */
1527
1527
  "default": "--cnvs-sys-color-bg-transparent-default",
1528
1528
  /**
1529
- * **value**: `{sys.color.surface.overlay.hover.default}`
1529
+ * **value**: `oklch({base.palette.neutral.1000} / {base.opacity.100})`
1530
1530
  *
1531
1531
  * **CSS Var**: `--cnvs-sys-color-bg-transparent-strong`
1532
1532
  *
1533
1533
  * Inverse Secondary Button Hover state
1534
1534
  *
1535
- * @deprecated Use sys.color.surface.overlay.hover tokens instead
1535
+ * @deprecated Use sys.color.surface.overlay.hover.default tokens instead
1536
1536
  */
1537
1537
  "strong": "--cnvs-sys-color-bg-transparent-strong",
1538
1538
  /**
1539
- * **value**: `{sys.color.surface.overlay.pressed.default}`
1539
+ * **value**: `oklch({base.palette.neutral.1000} / {base.opacity.250})`
1540
1540
  *
1541
1541
  * **CSS Var**: `--cnvs-sys-color-bg-transparent-stronger`
1542
1542
  *
1543
1543
  * Inverse Secondary Button Active state
1544
1544
  *
1545
- * @deprecated Use sys.color.surface.overlay.pressed tokens instead
1545
+ * @deprecated Use sys.color.surface.overlay.pressed.default tokens instead
1546
1546
  */
1547
1547
  "stronger": "--cnvs-sys-color-bg-transparent-stronger",
1548
1548
  },
1549
1549
  /**
1550
- * **value**: `{sys.color.surface.overlay.scrim}`
1550
+ * **value**: `oklch({base.palette.neutral.1000} / {base.opacity.400})`
1551
1551
  *
1552
1552
  * **CSS Var**: `--cnvs-sys-color-bg-overlay`
1553
1553
  *
@@ -1557,7 +1557,7 @@ export declare const color: {
1557
1557
  */
1558
1558
  "overlay": "--cnvs-sys-color-bg-overlay",
1559
1559
  /**
1560
- * **value**: `{sys.color.surface.contrast.default}`
1560
+ * **value**: `oklch({base.palette.neutral.1000} / {base.opacity.500})`
1561
1561
  *
1562
1562
  * **CSS Var**: `--cnvs-sys-color-bg-translucent`
1563
1563
  *
@@ -1568,7 +1568,7 @@ export declare const color: {
1568
1568
  "translucent": "--cnvs-sys-color-bg-translucent",
1569
1569
  "alt": {
1570
1570
  /**
1571
- * **value**: `{sys.color.surface.raised}`
1571
+ * **value**: `{base.palette.slate.25}`
1572
1572
  *
1573
1573
  * **CSS Var**: `--cnvs-sys-color-bg-alt-softer`
1574
1574
  *
@@ -1578,7 +1578,7 @@ export declare const color: {
1578
1578
  */
1579
1579
  "softer": "--cnvs-sys-color-bg-alt-softer",
1580
1580
  /**
1581
- * **value**: `{base.palette.slate.A50}`
1581
+ * **value**: `{base.palette.slate.50}`
1582
1582
  *
1583
1583
  * **CSS Var**: `--cnvs-sys-color-bg-alt-soft`
1584
1584
  *
@@ -1598,7 +1598,7 @@ export declare const color: {
1598
1598
  */
1599
1599
  "strong": "--cnvs-sys-color-bg-alt-strong",
1600
1600
  /**
1601
- * **value**: `{base.palette.slate.A300}`
1601
+ * **value**: `{base.palette.slate.300}`
1602
1602
  *
1603
1603
  * **CSS Var**: `--cnvs-sys-color-bg-alt-stronger`
1604
1604
  *
@@ -1612,13 +1612,13 @@ export declare const color: {
1612
1612
  *
1613
1613
  * **CSS Var**: `--cnvs-sys-color-bg-alt-default`
1614
1614
  *
1615
- * The alternative page background
1615
+ * Alternative page background for visual separation between page sections
1616
1616
  */
1617
1617
  "default": "--cnvs-sys-color-bg-alt-default",
1618
1618
  },
1619
1619
  "muted": {
1620
1620
  /**
1621
- * **value**: `{sys.color.accent.muted.soft}`
1621
+ * **value**: `{base.palette.slate.400}`
1622
1622
  *
1623
1623
  * **CSS Var**: `--cnvs-sys-color-bg-muted-softer`
1624
1624
  *
@@ -1626,7 +1626,7 @@ export declare const color: {
1626
1626
  */
1627
1627
  "softer": "--cnvs-sys-color-bg-muted-softer",
1628
1628
  /**
1629
- * **value**: `{base.palette.slate.A500}`
1629
+ * **value**: `{base.palette.slate.500}`
1630
1630
  *
1631
1631
  * **CSS Var**: `--cnvs-sys-color-bg-muted-soft`
1632
1632
  *
@@ -1634,7 +1634,7 @@ export declare const color: {
1634
1634
  */
1635
1635
  "soft": "--cnvs-sys-color-bg-muted-soft",
1636
1636
  /**
1637
- * **value**: `{sys.color.accent.muted.default}`
1637
+ * **value**: `{base.palette.slate.600}`
1638
1638
  *
1639
1639
  * **CSS Var**: `--cnvs-sys-color-bg-muted-default`
1640
1640
  *
@@ -1642,7 +1642,7 @@ export declare const color: {
1642
1642
  */
1643
1643
  "default": "--cnvs-sys-color-bg-muted-default",
1644
1644
  /**
1645
- * **value**: `{sys.color.accent.muted.default}`
1645
+ * **value**: `{base.palette.slate.700}`
1646
1646
  *
1647
1647
  * **CSS Var**: `--cnvs-sys-color-bg-muted-strong`
1648
1648
  *
@@ -1652,7 +1652,7 @@ export declare const color: {
1652
1652
  },
1653
1653
  "contrast": {
1654
1654
  /**
1655
- * **value**: `{sys.color.surface.contrast.default}`
1655
+ * **value**: `{base.palette.neutral.900}`
1656
1656
  *
1657
1657
  * **CSS Var**: `--cnvs-sys-color-bg-contrast-default`
1658
1658
  *
@@ -1662,7 +1662,7 @@ export declare const color: {
1662
1662
  */
1663
1663
  "default": "--cnvs-sys-color-bg-contrast-default",
1664
1664
  /**
1665
- * **value**: `{sys.color.surface.contrast.strong}`
1665
+ * **value**: `{base.palette.neutral.950}`
1666
1666
  *
1667
1667
  * **CSS Var**: `--cnvs-sys-color-bg-contrast-strong`
1668
1668
  *
@@ -1684,7 +1684,7 @@ export declare const color: {
1684
1684
  */
1685
1685
  "softest": "--cnvs-sys-color-bg-positive-softest",
1686
1686
  /**
1687
- * **value**: `{sys.color.brand.surface.positive.strong}`
1687
+ * **value**: `{base.palette.green.50}`
1688
1688
  *
1689
1689
  * **CSS Var**: `--cnvs-sys-color-bg-positive-softer`
1690
1690
  *
@@ -1694,7 +1694,7 @@ export declare const color: {
1694
1694
  */
1695
1695
  "softer": "--cnvs-sys-color-bg-positive-softer",
1696
1696
  /**
1697
- * **value**: `{base.palette.green.A100}`
1697
+ * **value**: `{base.palette.green.100}`
1698
1698
  *
1699
1699
  * **CSS Var**: `--cnvs-sys-color-bg-positive-soft`
1700
1700
  *
@@ -1704,7 +1704,7 @@ export declare const color: {
1704
1704
  */
1705
1705
  "soft": "--cnvs-sys-color-bg-positive-soft",
1706
1706
  /**
1707
- * **value**: `{sys.color.brand.accent.positive}`
1707
+ * **value**: `{base.palette.green.600}`
1708
1708
  *
1709
1709
  * **CSS Var**: `--cnvs-sys-color-bg-positive-default`
1710
1710
  *
@@ -1714,7 +1714,7 @@ export declare const color: {
1714
1714
  */
1715
1715
  "default": "--cnvs-sys-color-bg-positive-default",
1716
1716
  /**
1717
- * **value**: `{sys.color.brand.accent.positive}`
1717
+ * **value**: `{base.palette.green.700}`
1718
1718
  *
1719
1719
  * **CSS Var**: `--cnvs-sys-color-bg-positive-strong`
1720
1720
  *
@@ -1724,7 +1724,7 @@ export declare const color: {
1724
1724
  */
1725
1725
  "strong": "--cnvs-sys-color-bg-positive-strong",
1726
1726
  /**
1727
- * **value**: `{sys.color.brand.accent.positive}`
1727
+ * **value**: `{base.palette.green.800}`
1728
1728
  *
1729
1729
  * **CSS Var**: `--cnvs-sys-color-bg-positive-stronger`
1730
1730
  *
@@ -1736,7 +1736,7 @@ export declare const color: {
1736
1736
  },
1737
1737
  "caution": {
1738
1738
  /**
1739
- * **value**: `{sys.color.brand.surface.caution.default}`
1739
+ * **value**: `{base.palette.amber.25}`
1740
1740
  *
1741
1741
  * **CSS Var**: `--cnvs-sys-color-bg-caution-softest`
1742
1742
  *
@@ -1746,7 +1746,7 @@ export declare const color: {
1746
1746
  */
1747
1747
  "softest": "--cnvs-sys-color-bg-caution-softest",
1748
1748
  /**
1749
- * **value**: `{sys.color.brand.surface.caution.strong}`
1749
+ * **value**: `{base.palette.amber.50}`
1750
1750
  *
1751
1751
  * **CSS Var**: `--cnvs-sys-color-bg-caution-softer`
1752
1752
  *
@@ -1756,17 +1756,17 @@ export declare const color: {
1756
1756
  */
1757
1757
  "softer": "--cnvs-sys-color-bg-caution-softer",
1758
1758
  /**
1759
- * **value**: `{base.palette.amber.A100}`
1759
+ * **value**: `{base.palette.amber.100}`
1760
1760
  *
1761
1761
  * **CSS Var**: `--cnvs-sys-color-bg-caution-soft`
1762
1762
  *
1763
1763
  * Softer warning background
1764
1764
  *
1765
- * @deprecated Use sys.color.surface.warning tokens instead
1765
+ * @deprecated Use sys.color.surface.warning.default tokens instead
1766
1766
  */
1767
1767
  "soft": "--cnvs-sys-color-bg-caution-soft",
1768
1768
  /**
1769
- * **value**: `{sys.color.brand.accent.caution}`
1769
+ * **value**: `{base.palette.amber.400}`
1770
1770
  *
1771
1771
  * **CSS Var**: `--cnvs-sys-color-bg-caution-default`
1772
1772
  *
@@ -1776,7 +1776,7 @@ export declare const color: {
1776
1776
  */
1777
1777
  "default": "--cnvs-sys-color-bg-caution-default",
1778
1778
  /**
1779
- * **value**: `{sys.color.brand.accent.caution}`
1779
+ * **value**: `{base.palette.amber.500}`
1780
1780
  *
1781
1781
  * **CSS Var**: `--cnvs-sys-color-bg-caution-strong`
1782
1782
  *
@@ -1786,7 +1786,7 @@ export declare const color: {
1786
1786
  */
1787
1787
  "strong": "--cnvs-sys-color-bg-caution-strong",
1788
1788
  /**
1789
- * **value**: `{sys.color.brand.accent.caution}`
1789
+ * **value**: `{base.palette.amber.600}`
1790
1790
  *
1791
1791
  * **CSS Var**: `--cnvs-sys-color-bg-caution-stronger`
1792
1792
  *
@@ -1798,7 +1798,7 @@ export declare const color: {
1798
1798
  },
1799
1799
  "critical": {
1800
1800
  /**
1801
- * **value**: `{sys.color.brand.surface.critical.default}`
1801
+ * **value**: `{base.palette.red.25}`
1802
1802
  *
1803
1803
  * **CSS Var**: `--cnvs-sys-color-bg-critical-softest`
1804
1804
  *
@@ -1808,7 +1808,7 @@ export declare const color: {
1808
1808
  */
1809
1809
  "softest": "--cnvs-sys-color-bg-critical-softest",
1810
1810
  /**
1811
- * **value**: `{sys.color.brand.surface.critical.strong}`
1811
+ * **value**: `{base.palette.red.50}`
1812
1812
  *
1813
1813
  * **CSS Var**: `--cnvs-sys-color-bg-critical-softer`
1814
1814
  *
@@ -1818,17 +1818,17 @@ export declare const color: {
1818
1818
  */
1819
1819
  "softer": "--cnvs-sys-color-bg-critical-softer",
1820
1820
  /**
1821
- * **value**: `{base.palette.red.A100}`
1821
+ * **value**: `{base.palette.red.100}`
1822
1822
  *
1823
1823
  * **CSS Var**: `--cnvs-sys-color-bg-critical-soft`
1824
1824
  *
1825
1825
  * Disabled error background
1826
1826
  *
1827
- * @deprecated Use sys.color.surface.danger tokens instead
1827
+ * @deprecated Use sys.color.surface.danger.default tokens instead
1828
1828
  */
1829
1829
  "soft": "--cnvs-sys-color-bg-critical-soft",
1830
1830
  /**
1831
- * **value**: `{sys.color.brand.accent.critical}`
1831
+ * **value**: `{base.palette.red.600}`
1832
1832
  *
1833
1833
  * **CSS Var**: `--cnvs-sys-color-bg-critical-default`
1834
1834
  *
@@ -1838,7 +1838,7 @@ export declare const color: {
1838
1838
  */
1839
1839
  "default": "--cnvs-sys-color-bg-critical-default",
1840
1840
  /**
1841
- * **value**: `{sys.color.brand.accent.critical}`
1841
+ * **value**: `{base.palette.red.700}`
1842
1842
  *
1843
1843
  * **CSS Var**: `--cnvs-sys-color-bg-critical-strong`
1844
1844
  *
@@ -1848,7 +1848,7 @@ export declare const color: {
1848
1848
  */
1849
1849
  "strong": "--cnvs-sys-color-bg-critical-strong",
1850
1850
  /**
1851
- * **value**: `{sys.color.brand.accent.critical}`
1851
+ * **value**: `{base.palette.red.800}`
1852
1852
  *
1853
1853
  * **CSS Var**: `--cnvs-sys-color-bg-critical-stronger`
1854
1854
  *
@@ -1860,7 +1860,7 @@ export declare const color: {
1860
1860
  },
1861
1861
  "ai": {
1862
1862
  /**
1863
- * **value**: `{sys.color.surface.ai.default}`
1863
+ * **value**: `{base.palette.blue.100}`
1864
1864
  *
1865
1865
  * **CSS Var**: `--cnvs-sys-color-bg-ai-default`
1866
1866
  *
@@ -1870,7 +1870,7 @@ export declare const color: {
1870
1870
  */
1871
1871
  "default": "--cnvs-sys-color-bg-ai-default",
1872
1872
  /**
1873
- * **value**: `{sys.color.surface.ai.hover}`
1873
+ * **value**: `{base.palette.blue.200}`
1874
1874
  *
1875
1875
  * **CSS Var**: `--cnvs-sys-color-bg-ai-strong`
1876
1876
  *
@@ -1880,7 +1880,7 @@ export declare const color: {
1880
1880
  */
1881
1881
  "strong": "--cnvs-sys-color-bg-ai-strong",
1882
1882
  /**
1883
- * **value**: `{sys.color.surface.ai.pressed}`
1883
+ * **value**: `{base.palette.blue.400}`
1884
1884
  *
1885
1885
  * **CSS Var**: `--cnvs-sys-color-bg-ai-stronger`
1886
1886
  *
@@ -1890,7 +1890,7 @@ export declare const color: {
1890
1890
  */
1891
1891
  "stronger": "--cnvs-sys-color-bg-ai-stronger",
1892
1892
  /**
1893
- * **value**: `{sys.color.accent.ai}`
1893
+ * **value**: `{base.palette.blue.950}`
1894
1894
  *
1895
1895
  * **CSS Var**: `--cnvs-sys-color-bg-ai-strongest`
1896
1896
  *
@@ -1902,7 +1902,7 @@ export declare const color: {
1902
1902
  },
1903
1903
  "info": {
1904
1904
  /**
1905
- * **value**: `{sys.color.surface.info.default}`
1905
+ * **value**: `{base.palette.blue.25}`
1906
1906
  *
1907
1907
  * **CSS Var**: `--cnvs-sys-color-bg-info-softest`
1908
1908
  *
@@ -1912,7 +1912,7 @@ export declare const color: {
1912
1912
  */
1913
1913
  "softest": "--cnvs-sys-color-bg-info-softest",
1914
1914
  /**
1915
- * **value**: `{sys.color.surface.info.strong}`
1915
+ * **value**: `{base.palette.blue.50}`
1916
1916
  *
1917
1917
  * **CSS Var**: `--cnvs-sys-color-bg-info-softer`
1918
1918
  *
@@ -1922,7 +1922,7 @@ export declare const color: {
1922
1922
  */
1923
1923
  "softer": "--cnvs-sys-color-bg-info-softer",
1924
1924
  /**
1925
- * **value**: `{base.palette.blue.A100}`
1925
+ * **value**: `{base.palette.blue.100}`
1926
1926
  *
1927
1927
  * **CSS Var**: `--cnvs-sys-color-bg-info-soft`
1928
1928
  *
@@ -1932,7 +1932,7 @@ export declare const color: {
1932
1932
  */
1933
1933
  "soft": "--cnvs-sys-color-bg-info-soft",
1934
1934
  /**
1935
- * **value**: `{sys.color.accent.info}`
1935
+ * **value**: `{base.palette.blue.600}`
1936
1936
  *
1937
1937
  * **CSS Var**: `--cnvs-sys-color-bg-info-default`
1938
1938
  *
@@ -1952,7 +1952,7 @@ export declare const color: {
1952
1952
  */
1953
1953
  "strong": "--cnvs-sys-color-bg-info-strong",
1954
1954
  /**
1955
- * **value**: `{sys.color.accent.info}`
1955
+ * **value**: `{base.palette.blue.800}`
1956
1956
  *
1957
1957
  * **CSS Var**: `--cnvs-sys-color-bg-info-stronger`
1958
1958
  *
@@ -1973,7 +1973,7 @@ export declare const color: {
1973
1973
  },
1974
1974
  "text": {
1975
1975
  /**
1976
- * **value**: `{sys.color.fg.default}`
1976
+ * **value**: `{base.palette.neutral.800}`
1977
1977
  *
1978
1978
  * **CSS Var**: `--cnvs-sys-color-text-default`
1979
1979
  *
@@ -1983,7 +1983,7 @@ export declare const color: {
1983
1983
  */
1984
1984
  "default": "--cnvs-sys-color-text-default",
1985
1985
  /**
1986
- * **value**: `{sys.color.fg.strong}`
1986
+ * **value**: `{base.palette.neutral.900}`
1987
1987
  *
1988
1988
  * **CSS Var**: `--cnvs-sys-color-text-strong`
1989
1989
  *
@@ -1993,7 +1993,7 @@ export declare const color: {
1993
1993
  */
1994
1994
  "strong": "--cnvs-sys-color-text-strong",
1995
1995
  /**
1996
- * **value**: `{sys.color.fg.strong}`
1996
+ * **value**: `{base.palette.neutral.950}`
1997
1997
  *
1998
1998
  * **CSS Var**: `--cnvs-sys-color-text-stronger`
1999
1999
  *
@@ -2009,11 +2009,11 @@ export declare const color: {
2009
2009
  *
2010
2010
  * Disabled text color
2011
2011
  *
2012
- * @deprecated Use opacity.disabled instead
2012
+ * @deprecated Use sys.opacity.disabled instead
2013
2013
  */
2014
2014
  "disabled": "--cnvs-sys-color-text-disabled",
2015
2015
  /**
2016
- * **value**: `{sys.color.fg.muted.default}`
2016
+ * **value**: `{base.palette.slate.600}`
2017
2017
  *
2018
2018
  * **CSS Var**: `--cnvs-sys-color-text-hint`
2019
2019
  *
@@ -2023,7 +2023,7 @@ export declare const color: {
2023
2023
  */
2024
2024
  "hint": "--cnvs-sys-color-text-hint",
2025
2025
  /**
2026
- * **value**: `{sys.color.fg.inverse}`
2026
+ * **value**: `{base.palette.neutral.0}`
2027
2027
  *
2028
2028
  * **CSS Var**: `--cnvs-sys-color-text-inverse`
2029
2029
  *
@@ -2034,7 +2034,7 @@ export declare const color: {
2034
2034
  "inverse": "--cnvs-sys-color-text-inverse",
2035
2035
  "critical": {
2036
2036
  /**
2037
- * **value**: `{sys.color.brand.fg.critical.default}`
2037
+ * **value**: `{base.palette.red.600}`
2038
2038
  *
2039
2039
  * **CSS Var**: `--cnvs-sys-color-text-critical-default`
2040
2040
  *
@@ -2044,7 +2044,7 @@ export declare const color: {
2044
2044
  */
2045
2045
  "default": "--cnvs-sys-color-text-critical-default",
2046
2046
  /**
2047
- * **value**: `{sys.color.brand.fg.critical.strong}`
2047
+ * **value**: `{base.palette.red.700}`
2048
2048
  *
2049
2049
  * **CSS Var**: `--cnvs-sys-color-text-critical-strong`
2050
2050
  *
@@ -2054,7 +2054,7 @@ export declare const color: {
2054
2054
  */
2055
2055
  "strong": "--cnvs-sys-color-text-critical-strong",
2056
2056
  /**
2057
- * **value**: `{sys.color.brand.fg.critical.strong}`
2057
+ * **value**: `{base.palette.red.800}`
2058
2058
  *
2059
2059
  * **CSS Var**: `--cnvs-sys-color-text-critical-stronger`
2060
2060
  *
@@ -2070,7 +2070,7 @@ export declare const color: {
2070
2070
  *
2071
2071
  * Error text
2072
2072
  *
2073
- * @deprecated Use sys.color.fg.danger instead
2073
+ * @deprecated Use sys.color.fg.danger.default instead
2074
2074
  */
2075
2075
  "soft": "--cnvs-sys-color-text-critical-soft",
2076
2076
  /**
@@ -2080,13 +2080,13 @@ export declare const color: {
2080
2080
  *
2081
2081
  * Error text
2082
2082
  *
2083
- * @deprecated Use sys.color.fg.danger instead
2083
+ * @deprecated Use sys.color.fg.danger.default instead
2084
2084
  */
2085
2085
  "softer": "--cnvs-sys-color-text-critical-softer",
2086
2086
  },
2087
2087
  "primary": {
2088
2088
  /**
2089
- * **value**: `{sys.color.brand.fg.primary.default}`
2089
+ * **value**: `{base.palette.blue.600}`
2090
2090
  *
2091
2091
  * **CSS Var**: `--cnvs-sys-color-text-primary-default`
2092
2092
  *
@@ -2096,7 +2096,7 @@ export declare const color: {
2096
2096
  */
2097
2097
  "default": "--cnvs-sys-color-text-primary-default",
2098
2098
  /**
2099
- * **value**: `{sys.color.brand.fg.primary.strong}`
2099
+ * **value**: `{base.palette.blue.700}`
2100
2100
  *
2101
2101
  * **CSS Var**: `--cnvs-sys-color-text-primary-strong`
2102
2102
  *
@@ -2106,7 +2106,7 @@ export declare const color: {
2106
2106
  */
2107
2107
  "strong": "--cnvs-sys-color-text-primary-strong",
2108
2108
  /**
2109
- * **value**: `{sys.color.brand.fg.primary.strong}`
2109
+ * **value**: `{base.palette.blue.800}`
2110
2110
  *
2111
2111
  * **CSS Var**: `--cnvs-sys-color-text-primary-stronger`
2112
2112
  *
@@ -2122,7 +2122,7 @@ export declare const color: {
2122
2122
  *
2123
2123
  * Active links
2124
2124
  *
2125
- * @deprecated Use sys.color.fg.info instead
2125
+ * @deprecated Use sys.color.fg.info.default instead
2126
2126
  */
2127
2127
  "soft": "--cnvs-sys-color-text-primary-soft",
2128
2128
  /**
@@ -2132,23 +2132,23 @@ export declare const color: {
2132
2132
  *
2133
2133
  * Active links
2134
2134
  *
2135
- * @deprecated Use sys.color.fg.info instead
2135
+ * @deprecated Use sys.color.fg.info.default instead
2136
2136
  */
2137
2137
  "softer": "--cnvs-sys-color-text-primary-softer",
2138
2138
  },
2139
2139
  "caution": {
2140
2140
  /**
2141
- * **value**: `{sys.color.fg.contrast.default}`
2141
+ * **value**: `{base.palette.amber.900}`
2142
2142
  *
2143
2143
  * **CSS Var**: `--cnvs-sys-color-text-caution-default`
2144
2144
  *
2145
2145
  * Warning text
2146
2146
  *
2147
- * @deprecated Use sys.color.fg.warning instead
2147
+ * @deprecated Use sys.color.fg.warning.default instead
2148
2148
  */
2149
2149
  "default": "--cnvs-sys-color-text-caution-default",
2150
2150
  /**
2151
- * **value**: `{sys.color.fg.contrast.strong}`
2151
+ * **value**: `{base.palette.amber.950}`
2152
2152
  *
2153
2153
  * **CSS Var**: `--cnvs-sys-color-text-caution-strong`
2154
2154
  *
@@ -2164,11 +2164,11 @@ export declare const color: {
2164
2164
  *
2165
2165
  * Disabled warning text
2166
2166
  *
2167
- * @deprecated Use sys.color.fg.warning instead
2167
+ * @deprecated Use sys.color.fg.warning.default instead
2168
2168
  */
2169
2169
  "soft": "--cnvs-sys-color-text-caution-soft",
2170
2170
  /**
2171
- * **value**: `{sys.color.fg.contrast.strong}`
2171
+ * **value**: `{base.palette.amber.975}`
2172
2172
  *
2173
2173
  * **CSS Var**: `--cnvs-sys-color-text-caution-stronger`
2174
2174
  *
@@ -2184,7 +2184,7 @@ export declare const color: {
2184
2184
  *
2185
2185
  * Softer warning text
2186
2186
  *
2187
- * @deprecated Use sys.color.fg.warning instead
2187
+ * @deprecated Use sys.color.fg.warning.default instead
2188
2188
  */
2189
2189
  "softer": "--cnvs-sys-color-text-caution-softer",
2190
2190
  },
@@ -2198,7 +2198,7 @@ export declare const color: {
2198
2198
  "ai": "--cnvs-sys-color-text-ai",
2199
2199
  "positive": {
2200
2200
  /**
2201
- * **value**: `{sys.color.brand.fg.positive.default}`
2201
+ * **value**: `{base.palette.green.600}`
2202
2202
  *
2203
2203
  * **CSS Var**: `--cnvs-sys-color-text-positive-default`
2204
2204
  *
@@ -2208,7 +2208,7 @@ export declare const color: {
2208
2208
  */
2209
2209
  "default": "--cnvs-sys-color-text-positive-default",
2210
2210
  /**
2211
- * **value**: `{sys.color.brand.fg.positive.strong}`
2211
+ * **value**: `{base.palette.green.700}`
2212
2212
  *
2213
2213
  * **CSS Var**: `--cnvs-sys-color-text-positive-strong`
2214
2214
  *
@@ -2218,7 +2218,7 @@ export declare const color: {
2218
2218
  */
2219
2219
  "strong": "--cnvs-sys-color-text-positive-strong",
2220
2220
  /**
2221
- * **value**: `{sys.color.brand.fg.positive.strong}`
2221
+ * **value**: `{base.palette.green.800}`
2222
2222
  *
2223
2223
  * **CSS Var**: `--cnvs-sys-color-text-positive-stronger`
2224
2224
  *
@@ -2234,7 +2234,7 @@ export declare const color: {
2234
2234
  *
2235
2235
  * Active links
2236
2236
  *
2237
- * @deprecated Use sys.color.fg.success instead
2237
+ * @deprecated Use sys.color.fg.success.default instead
2238
2238
  */
2239
2239
  "soft": "--cnvs-sys-color-text-positive-soft",
2240
2240
  /**
@@ -2244,13 +2244,13 @@ export declare const color: {
2244
2244
  *
2245
2245
  * Active links
2246
2246
  *
2247
- * @deprecated Use sys.color.fg.success instead
2247
+ * @deprecated Use sys.color.fg.success.default instead
2248
2248
  */
2249
2249
  "softer": "--cnvs-sys-color-text-positive-softer",
2250
2250
  },
2251
2251
  "info": {
2252
2252
  /**
2253
- * **value**: `{sys.color.fg.info.default}`
2253
+ * **value**: `{base.palette.blue.600}`
2254
2254
  *
2255
2255
  * **CSS Var**: `--cnvs-sys-color-text-info-default`
2256
2256
  *
@@ -2260,7 +2260,7 @@ export declare const color: {
2260
2260
  */
2261
2261
  "default": "--cnvs-sys-color-text-info-default",
2262
2262
  /**
2263
- * **value**: `{sys.color.fg.info.strong}`
2263
+ * **value**: `{base.palette.blue.700}`
2264
2264
  *
2265
2265
  * **CSS Var**: `--cnvs-sys-color-text-info-strong`
2266
2266
  *
@@ -2270,7 +2270,7 @@ export declare const color: {
2270
2270
  */
2271
2271
  "strong": "--cnvs-sys-color-text-info-strong",
2272
2272
  /**
2273
- * **value**: `{sys.color.fg.info.strong}`
2273
+ * **value**: `{base.palette.blue.800}`
2274
2274
  *
2275
2275
  * **CSS Var**: `--cnvs-sys-color-text-info-stronger`
2276
2276
  *
@@ -2296,14 +2296,14 @@ export declare const color: {
2296
2296
  *
2297
2297
  * Active links
2298
2298
  *
2299
- * @deprecated Use sys.color.fg.info instead
2299
+ * @deprecated Use sys.color.fg.info.default instead
2300
2300
  */
2301
2301
  "softer": "--cnvs-sys-color-text-info-softer",
2302
2302
  },
2303
2303
  },
2304
2304
  "icon": {
2305
2305
  /**
2306
- * **value**: `{sys.color.fg.default}`
2306
+ * **value**: `{base.palette.neutral.800}`
2307
2307
  *
2308
2308
  * **CSS Var**: `--cnvs-sys-color-icon-default`
2309
2309
  *
@@ -2313,7 +2313,7 @@ export declare const color: {
2313
2313
  */
2314
2314
  "default": "--cnvs-sys-color-icon-default",
2315
2315
  /**
2316
- * **value**: `{sys.color.fg.muted.default}`
2316
+ * **value**: `{base.palette.slate.600}`
2317
2317
  *
2318
2318
  * **CSS Var**: `--cnvs-sys-color-icon-soft`
2319
2319
  *
@@ -2323,7 +2323,7 @@ export declare const color: {
2323
2323
  */
2324
2324
  "soft": "--cnvs-sys-color-icon-soft",
2325
2325
  /**
2326
- * **value**: `{sys.color.fg.muted.strong}`
2326
+ * **value**: `{base.palette.neutral.900}`
2327
2327
  *
2328
2328
  * **CSS Var**: `--cnvs-sys-color-icon-strong`
2329
2329
  *
@@ -2344,7 +2344,7 @@ export declare const color: {
2344
2344
  "inverse": "--cnvs-sys-color-icon-inverse",
2345
2345
  "primary": {
2346
2346
  /**
2347
- * **value**: `{sys.color.brand.fg.primary.default}`
2347
+ * **value**: `{base.palette.blue.600}`
2348
2348
  *
2349
2349
  * **CSS Var**: `--cnvs-sys-color-icon-primary-default`
2350
2350
  *
@@ -2354,7 +2354,7 @@ export declare const color: {
2354
2354
  */
2355
2355
  "default": "--cnvs-sys-color-icon-primary-default",
2356
2356
  /**
2357
- * **value**: `{sys.color.brand.fg.primary.strong}`
2357
+ * **value**: `{base.palette.blue.700}`
2358
2358
  *
2359
2359
  * **CSS Var**: `--cnvs-sys-color-icon-primary-strong`
2360
2360
  *
@@ -2364,7 +2364,7 @@ export declare const color: {
2364
2364
  */
2365
2365
  "strong": "--cnvs-sys-color-icon-primary-strong",
2366
2366
  /**
2367
- * **value**: `{sys.color.brand.fg.primary.strong}`
2367
+ * **value**: `{base.palette.blue.800}`
2368
2368
  *
2369
2369
  * **CSS Var**: `--cnvs-sys-color-icon-primary-stronger`
2370
2370
  *
@@ -2380,7 +2380,7 @@ export declare const color: {
2380
2380
  *
2381
2381
  * Stronger brand icon color
2382
2382
  *
2383
- * @deprecated Use sys.color.fg.info instead
2383
+ * @deprecated Use sys.color.fg.info.default instead
2384
2384
  */
2385
2385
  "soft": "--cnvs-sys-color-icon-primary-soft",
2386
2386
  /**
@@ -2390,13 +2390,13 @@ export declare const color: {
2390
2390
  *
2391
2391
  * Stronger brand icon color
2392
2392
  *
2393
- * @deprecated Use sys.color.fg.info instead
2393
+ * @deprecated Use sys.color.fg.info.default instead
2394
2394
  */
2395
2395
  "softer": "--cnvs-sys-color-icon-primary-softer",
2396
2396
  },
2397
2397
  "positive": {
2398
2398
  /**
2399
- * **value**: `{sys.color.brand.fg.positive.default}`
2399
+ * **value**: `{base.palette.green.600}`
2400
2400
  *
2401
2401
  * **CSS Var**: `--cnvs-sys-color-icon-positive-default`
2402
2402
  *
@@ -2406,7 +2406,7 @@ export declare const color: {
2406
2406
  */
2407
2407
  "default": "--cnvs-sys-color-icon-positive-default",
2408
2408
  /**
2409
- * **value**: `{sys.color.brand.fg.positive.strong}`
2409
+ * **value**: `{base.palette.green.700}`
2410
2410
  *
2411
2411
  * **CSS Var**: `--cnvs-sys-color-icon-positive-strong`
2412
2412
  *
@@ -2416,7 +2416,7 @@ export declare const color: {
2416
2416
  */
2417
2417
  "strong": "--cnvs-sys-color-icon-positive-strong",
2418
2418
  /**
2419
- * **value**: `{sys.color.brand.fg.positive.strong}`
2419
+ * **value**: `{base.palette.green.800}`
2420
2420
  *
2421
2421
  * **CSS Var**: `--cnvs-sys-color-icon-positive-stronger`
2422
2422
  *
@@ -2432,7 +2432,7 @@ export declare const color: {
2432
2432
  *
2433
2433
  * Success icon color
2434
2434
  *
2435
- * @deprecated Use sys.color.fg.success instead
2435
+ * @deprecated Use sys.color.fg.success.default instead
2436
2436
  */
2437
2437
  "soft": "--cnvs-sys-color-icon-positive-soft",
2438
2438
  /**
@@ -2442,13 +2442,13 @@ export declare const color: {
2442
2442
  *
2443
2443
  * Success icon color
2444
2444
  *
2445
- * @deprecated Use sys.color.fg.success instead
2445
+ * @deprecated Use sys.color.fg.success.default instead
2446
2446
  */
2447
2447
  "softer": "--cnvs-sys-color-icon-positive-softer",
2448
2448
  },
2449
2449
  "critical": {
2450
2450
  /**
2451
- * **value**: `{sys.color.brand.fg.critical.default}`
2451
+ * **value**: `{base.palette.red.600}`
2452
2452
  *
2453
2453
  * **CSS Var**: `--cnvs-sys-color-icon-critical-default`
2454
2454
  *
@@ -2458,13 +2458,13 @@ export declare const color: {
2458
2458
  */
2459
2459
  "default": "--cnvs-sys-color-icon-critical-default",
2460
2460
  /**
2461
- * **value**: `{sys.color.brand.fg.critical.strong}`
2461
+ * **value**: `{base.palette.red.700}`
2462
2462
  *
2463
2463
  * **CSS Var**: `--cnvs-sys-color-icon-critical-strong`
2464
2464
  *
2465
2465
  * Error icon color
2466
2466
  *
2467
- * @deprecated Use sys.color.fg.danger-strong instead
2467
+ * @deprecated Use sys.color.fg.danger.strong instead
2468
2468
  */
2469
2469
  "strong": "--cnvs-sys-color-icon-critical-strong",
2470
2470
  /**
@@ -2484,7 +2484,7 @@ export declare const color: {
2484
2484
  *
2485
2485
  * Error icon color
2486
2486
  *
2487
- * @deprecated Use sys.color.fg.danger instead
2487
+ * @deprecated Use sys.color.fg.danger.default instead
2488
2488
  */
2489
2489
  "soft": "--cnvs-sys-color-icon-critical-soft",
2490
2490
  /**
@@ -2494,13 +2494,13 @@ export declare const color: {
2494
2494
  *
2495
2495
  * Error icon color
2496
2496
  *
2497
- * @deprecated Use sys.color.fg.danger instead
2497
+ * @deprecated Use sys.color.fg.danger.default instead
2498
2498
  */
2499
2499
  "softer": "--cnvs-sys-color-icon-critical-softer",
2500
2500
  },
2501
2501
  "caution": {
2502
2502
  /**
2503
- * **value**: `{sys.color.fg.contrast.default}`
2503
+ * **value**: `{base.palette.amber.900}`
2504
2504
  *
2505
2505
  * **CSS Var**: `--cnvs-sys-color-icon-caution-default`
2506
2506
  *
@@ -2510,7 +2510,7 @@ export declare const color: {
2510
2510
  */
2511
2511
  "default": "--cnvs-sys-color-icon-caution-default",
2512
2512
  /**
2513
- * **value**: `{sys.color.brand.fg.caution.default}`
2513
+ * **value**: `{base.palette.amber.950}`
2514
2514
  *
2515
2515
  * **CSS Var**: `--cnvs-sys-color-icon-caution-strong`
2516
2516
  *
@@ -2520,7 +2520,7 @@ export declare const color: {
2520
2520
  */
2521
2521
  "strong": "--cnvs-sys-color-icon-caution-strong",
2522
2522
  /**
2523
- * **value**: `{sys.color.brand.fg.caution.strong}`
2523
+ * **value**: `{base.palette.amber.975}`
2524
2524
  *
2525
2525
  * **CSS Var**: `--cnvs-sys-color-icon-caution-stronger`
2526
2526
  *
@@ -2530,13 +2530,13 @@ export declare const color: {
2530
2530
  */
2531
2531
  "stronger": "--cnvs-sys-color-icon-caution-stronger",
2532
2532
  /**
2533
- * **value**: `{sys.color.brand.fg.caution.default}`
2533
+ * **value**: `{base.palette.amber.700}`
2534
2534
  *
2535
2535
  * **CSS Var**: `--cnvs-sys-color-icon-caution-soft`
2536
2536
  *
2537
2537
  * Soft caution icon color
2538
2538
  *
2539
- * @deprecated Use sys.color.fg.warning instead
2539
+ * @deprecated Use sys.color.fg.warning.default instead
2540
2540
  */
2541
2541
  "soft": "--cnvs-sys-color-icon-caution-soft",
2542
2542
  /**
@@ -2546,7 +2546,7 @@ export declare const color: {
2546
2546
  *
2547
2547
  * Softer caution icon color
2548
2548
  *
2549
- * @deprecated Use sys.color.fg.warning instead
2549
+ * @deprecated Use sys.color.fg.warning.default instead
2550
2550
  */
2551
2551
  "softer": "--cnvs-sys-color-icon-caution-softer",
2552
2552
  },
@@ -2562,7 +2562,7 @@ export declare const color: {
2562
2562
  "disabled": "--cnvs-sys-color-icon-disabled",
2563
2563
  "info": {
2564
2564
  /**
2565
- * **value**: `{sys.color.fg.info.default}`
2565
+ * **value**: `{base.palette.blue.600}`
2566
2566
  *
2567
2567
  * **CSS Var**: `--cnvs-sys-color-icon-info-default`
2568
2568
  *
@@ -2572,7 +2572,7 @@ export declare const color: {
2572
2572
  */
2573
2573
  "default": "--cnvs-sys-color-icon-info-default",
2574
2574
  /**
2575
- * **value**: `{sys.color.fg.info.strong}`
2575
+ * **value**: `{base.palette.blue.700}`
2576
2576
  *
2577
2577
  * **CSS Var**: `--cnvs-sys-color-icon-info-strong`
2578
2578
  *
@@ -2596,7 +2596,7 @@ export declare const color: {
2596
2596
  "fg": {
2597
2597
  "critical": {
2598
2598
  /**
2599
- * **value**: `{sys.color.brand.fg.critical.default}`
2599
+ * **value**: `{base.palette.red.600}`
2600
2600
  *
2601
2601
  * **CSS Var**: `--cnvs-sys-color-fg-critical-default`
2602
2602
  *
@@ -2606,7 +2606,7 @@ export declare const color: {
2606
2606
  */
2607
2607
  "default": "--cnvs-sys-color-fg-critical-default",
2608
2608
  /**
2609
- * **value**: `{sys.color.brand.fg.critical.strong}`
2609
+ * **value**: `{base.palette.red.700}`
2610
2610
  *
2611
2611
  * **CSS Var**: `--cnvs-sys-color-fg-critical-strong`
2612
2612
  *
@@ -2622,7 +2622,7 @@ export declare const color: {
2622
2622
  *
2623
2623
  * Error
2624
2624
  *
2625
- * @deprecated Use sys.color.fg.danger tokens instead
2625
+ * @deprecated Use sys.color.fg.danger.default tokens instead
2626
2626
  */
2627
2627
  "stronger": "--cnvs-sys-color-fg-critical-stronger",
2628
2628
  /**
@@ -2632,7 +2632,7 @@ export declare const color: {
2632
2632
  *
2633
2633
  * Error
2634
2634
  *
2635
- * @deprecated Use sys.color.fg.danger instead
2635
+ * @deprecated Use sys.color.fg.danger.default instead
2636
2636
  */
2637
2637
  "soft": "--cnvs-sys-color-fg-critical-soft",
2638
2638
  /**
@@ -2642,13 +2642,13 @@ export declare const color: {
2642
2642
  *
2643
2643
  * Error
2644
2644
  *
2645
- * @deprecated Use sys.color.fg.danger instead
2645
+ * @deprecated Use sys.color.fg.danger.default instead
2646
2646
  */
2647
2647
  "softer": "--cnvs-sys-color-fg-critical-softer",
2648
2648
  },
2649
2649
  "muted": {
2650
2650
  /**
2651
- * **value**: `{sys.color.fg.muted.strong}`
2651
+ * **value**: `{base.palette.slate.800}`
2652
2652
  *
2653
2653
  * **CSS Var**: `--cnvs-sys-color-fg-muted-stronger`
2654
2654
  *
@@ -2662,7 +2662,7 @@ export declare const color: {
2662
2662
  *
2663
2663
  * Tab item foreground
2664
2664
  *
2665
- * @deprecated Use sys.color.fg.muted instead
2665
+ * @deprecated Use sys.color.fg.muted.default instead
2666
2666
  */
2667
2667
  "soft": "--cnvs-sys-color-fg-muted-soft",
2668
2668
  /**
@@ -2670,7 +2670,7 @@ export declare const color: {
2670
2670
  *
2671
2671
  * **CSS Var**: `--cnvs-sys-color-fg-muted-default`
2672
2672
  *
2673
- * Used for hint and placeholder text
2673
+ * Secondary text for hints and placeholders
2674
2674
  */
2675
2675
  "default": "--cnvs-sys-color-fg-muted-default",
2676
2676
  /**
@@ -2678,13 +2678,13 @@ export declare const color: {
2678
2678
  *
2679
2679
  * **CSS Var**: `--cnvs-sys-color-fg-muted-strong`
2680
2680
  *
2681
- * Stronger color used for hint or placeholder text
2681
+ * Stronger secondary text
2682
2682
  */
2683
2683
  "strong": "--cnvs-sys-color-fg-muted-strong",
2684
2684
  },
2685
2685
  "primary": {
2686
2686
  /**
2687
- * **value**: `{sys.color.brand.fg.primary.default}`
2687
+ * **value**: `{base.palette.blue.600}`
2688
2688
  *
2689
2689
  * **CSS Var**: `--cnvs-sys-color-fg-primary-default`
2690
2690
  *
@@ -2698,7 +2698,7 @@ export declare const color: {
2698
2698
  *
2699
2699
  * **CSS Var**: `--cnvs-sys-color-fg-primary-soft`
2700
2700
  *
2701
- * @deprecated Use sys.color.fg.info or sys.color.brand.fg.primary instead
2701
+ * @deprecated Use sys.color.fg.info.default or sys.color.brand.fg.primary.default instead
2702
2702
  */
2703
2703
  "soft": "--cnvs-sys-color-fg-primary-soft",
2704
2704
  /**
@@ -2708,21 +2708,21 @@ export declare const color: {
2708
2708
  *
2709
2709
  * Link Inverse, Disabled
2710
2710
  *
2711
- * @deprecated Use sys.color.fg.info or sys.color.brand.fg.primary instead
2711
+ * @deprecated Use sys.color.fg.info.default or sys.color.brand.fg.primary.default instead
2712
2712
  */
2713
2713
  "softer": "--cnvs-sys-color-fg-primary-softer",
2714
2714
  /**
2715
- * **value**: `{sys.color.brand.fg.primary.strong}`
2715
+ * **value**: `{base.palette.blue.800}`
2716
2716
  *
2717
2717
  * **CSS Var**: `--cnvs-sys-color-fg-primary-stronger`
2718
2718
  *
2719
2719
  * Links on hover
2720
2720
  *
2721
- * @deprecated Use sys.color.brand.fg.primary.strong instead
2721
+ * @deprecated Use sys.color.brand.fg.primary.strong instead
2722
2722
  */
2723
2723
  "stronger": "--cnvs-sys-color-fg-primary-stronger",
2724
2724
  /**
2725
- * **value**: `{sys.color.brand.fg.primary.strong}`
2725
+ * **value**: `{base.palette.blue.700}`
2726
2726
  *
2727
2727
  * **CSS Var**: `--cnvs-sys-color-fg-primary-strong`
2728
2728
  *
@@ -2734,7 +2734,7 @@ export declare const color: {
2734
2734
  },
2735
2735
  "caution": {
2736
2736
  /**
2737
- * **value**: `{sys.color.brand.fg.caution.default}`
2737
+ * **value**: `{base.palette.amber.900}`
2738
2738
  *
2739
2739
  * **CSS Var**: `--cnvs-sys-color-fg-caution-default`
2740
2740
  *
@@ -2744,7 +2744,7 @@ export declare const color: {
2744
2744
  */
2745
2745
  "default": "--cnvs-sys-color-fg-caution-default",
2746
2746
  /**
2747
- * **value**: `{sys.color.fg.contrast.default}`
2747
+ * **value**: `{base.palette.amber.950}`
2748
2748
  *
2749
2749
  * **CSS Var**: `--cnvs-sys-color-fg-caution-strong`
2750
2750
  *
@@ -2760,7 +2760,7 @@ export declare const color: {
2760
2760
  *
2761
2761
  * Warning
2762
2762
  *
2763
- * @deprecated Use sys.color.fg.warning instead
2763
+ * @deprecated Use sys.color.fg.warning.default instead
2764
2764
  */
2765
2765
  "soft": "--cnvs-sys-color-fg-caution-soft",
2766
2766
  /**
@@ -2770,7 +2770,7 @@ export declare const color: {
2770
2770
  *
2771
2771
  * Warning on hover
2772
2772
  *
2773
- * @deprecated Use sys.color.fg.warning-strong instead
2773
+ * @deprecated Use sys.color.fg.warning.strong instead
2774
2774
  */
2775
2775
  "stronger": "--cnvs-sys-color-fg-caution-stronger",
2776
2776
  /**
@@ -2780,13 +2780,13 @@ export declare const color: {
2780
2780
  *
2781
2781
  * Warning
2782
2782
  *
2783
- * @deprecated Use sys.color.fg.warning instead
2783
+ * @deprecated Use sys.color.fg.warning.default instead
2784
2784
  */
2785
2785
  "softer": "--cnvs-sys-color-fg-caution-softer",
2786
2786
  },
2787
2787
  "info": {
2788
2788
  /**
2789
- * **value**: `{sys.color.fg.ai}`
2789
+ * **value**: `{base.palette.blue.200}`
2790
2790
  *
2791
2791
  * **CSS Var**: `--cnvs-sys-color-fg-info-softer`
2792
2792
  *
@@ -2800,11 +2800,11 @@ export declare const color: {
2800
2800
  *
2801
2801
  * **CSS Var**: `--cnvs-sys-color-fg-info-soft`
2802
2802
  *
2803
- * @deprecated Use sys.color.fg.info instead
2803
+ * @deprecated Use sys.color.fg.info.default instead
2804
2804
  */
2805
2805
  "soft": "--cnvs-sys-color-fg-info-soft",
2806
2806
  /**
2807
- * **value**: `{sys.color.fg.info.strong}`
2807
+ * **value**: `{base.palette.blue.800}`
2808
2808
  *
2809
2809
  * **CSS Var**: `--cnvs-sys-color-fg-info-stronger`
2810
2810
  *
@@ -2817,18 +2817,22 @@ export declare const color: {
2817
2817
  * **value**: `{base.palette.blue.600}`
2818
2818
  *
2819
2819
  * **CSS Var**: `--cnvs-sys-color-fg-info-default`
2820
+ *
2821
+ * Informational text and icons (not tenant themeable)
2820
2822
  */
2821
2823
  "default": "--cnvs-sys-color-fg-info-default",
2822
2824
  /**
2823
2825
  * **value**: `{base.palette.blue.700}`
2824
2826
  *
2825
2827
  * **CSS Var**: `--cnvs-sys-color-fg-info-strong`
2828
+ *
2829
+ * Stronger informational text and icons
2826
2830
  */
2827
2831
  "strong": "--cnvs-sys-color-fg-info-strong",
2828
2832
  },
2829
2833
  "positive": {
2830
2834
  /**
2831
- * **value**: `{sys.color.fg.success.default}`
2835
+ * **value**: `{base.palette.green.600}`
2832
2836
  *
2833
2837
  * **CSS Var**: `--cnvs-sys-color-fg-positive-default`
2834
2838
  *
@@ -2838,13 +2842,13 @@ export declare const color: {
2838
2842
  */
2839
2843
  "default": "--cnvs-sys-color-fg-positive-default",
2840
2844
  /**
2841
- * **value**: `{base.palette.green.50}`
2845
+ * **value**: `{base.palette.green.200}`
2842
2846
  *
2843
2847
  * **CSS Var**: `--cnvs-sys-color-fg-positive-softer`
2844
2848
  *
2845
2849
  * Error
2846
2850
  *
2847
- * @deprecated Use sys.color.fg.success instead
2851
+ * @deprecated Use sys.color.fg.success.default instead
2848
2852
  */
2849
2853
  "softer": "--cnvs-sys-color-fg-positive-softer",
2850
2854
  /**
@@ -2854,11 +2858,11 @@ export declare const color: {
2854
2858
  *
2855
2859
  * Error
2856
2860
  *
2857
- * @deprecated Use sys.color.fg.success instead
2861
+ * @deprecated Use sys.color.fg.success.default instead
2858
2862
  */
2859
2863
  "soft": "--cnvs-sys-color-fg-positive-soft",
2860
2864
  /**
2861
- * **value**: `{sys.color.brand.fg.positive.strong}`
2865
+ * **value**: `{base.palette.green.700}`
2862
2866
  *
2863
2867
  * **CSS Var**: `--cnvs-sys-color-fg-positive-strong`
2864
2868
  *
@@ -2868,7 +2872,7 @@ export declare const color: {
2868
2872
  */
2869
2873
  "strong": "--cnvs-sys-color-fg-positive-strong",
2870
2874
  /**
2871
- * **value**: `{sys.color.brand.fg.positive.strong}`
2875
+ * **value**: `{base.palette.green.800}`
2872
2876
  *
2873
2877
  * **CSS Var**: `--cnvs-sys-color-fg-positive-stronger`
2874
2878
  *
@@ -2883,7 +2887,7 @@ export declare const color: {
2883
2887
  *
2884
2888
  * **CSS Var**: `--cnvs-sys-color-fg-default`
2885
2889
  *
2886
- * Default color used on text and icons
2890
+ * Default body text and icons
2887
2891
  */
2888
2892
  "default": "--cnvs-sys-color-fg-default",
2889
2893
  /**
@@ -2891,7 +2895,7 @@ export declare const color: {
2891
2895
  *
2892
2896
  * **CSS Var**: `--cnvs-sys-color-fg-strong`
2893
2897
  *
2894
- * Used on headings and strong text and icons
2898
+ * Stronger text for headings and labels
2895
2899
  */
2896
2900
  "strong": "--cnvs-sys-color-fg-strong",
2897
2901
  /**
@@ -2899,7 +2903,7 @@ export declare const color: {
2899
2903
  *
2900
2904
  * **CSS Var**: `--cnvs-sys-color-fg-stronger`
2901
2905
  *
2902
- * Used on titles and stronger text and headings
2906
+ * Strongest text for titles
2903
2907
  */
2904
2908
  "stronger": "--cnvs-sys-color-fg-stronger",
2905
2909
  /**
@@ -2907,7 +2911,7 @@ export declare const color: {
2907
2911
  *
2908
2912
  * **CSS Var**: `--cnvs-sys-color-fg-disabled`
2909
2913
  *
2910
- * Indicates disabled text or icons
2914
+ * Disabled state text and icons
2911
2915
  */
2912
2916
  "disabled": "--cnvs-sys-color-fg-disabled",
2913
2917
  /**
@@ -2915,7 +2919,7 @@ export declare const color: {
2915
2919
  *
2916
2920
  * **CSS Var**: `--cnvs-sys-color-fg-inverse`
2917
2921
  *
2918
- * Used for text and icons on dark backgrounds
2922
+ * Text and icons for use on dark backgrounds
2919
2923
  */
2920
2924
  "inverse": "--cnvs-sys-color-fg-inverse",
2921
2925
  "danger": {
@@ -2924,7 +2928,7 @@ export declare const color: {
2924
2928
  *
2925
2929
  * **CSS Var**: `--cnvs-sys-color-fg-danger-default`
2926
2930
  *
2927
- * Used on text or icons that indicate critical messaging, like an error.
2931
+ * Error text and icons (not tenant themeable)
2928
2932
  */
2929
2933
  "default": "--cnvs-sys-color-fg-danger-default",
2930
2934
  /**
@@ -2932,7 +2936,7 @@ export declare const color: {
2932
2936
  *
2933
2937
  * **CSS Var**: `--cnvs-sys-color-fg-danger-strong`
2934
2938
  *
2935
- * Stronger color used on text or icons that indicate critical messaging, like an error.
2939
+ * Stronger error text and icons
2936
2940
  */
2937
2941
  "strong": "--cnvs-sys-color-fg-danger-strong",
2938
2942
  },
@@ -2941,12 +2945,16 @@ export declare const color: {
2941
2945
  * **value**: `{base.palette.amber.600}`
2942
2946
  *
2943
2947
  * **CSS Var**: `--cnvs-sys-color-fg-warning-default`
2948
+ *
2949
+ * Warning text and icons (not tenant themeable)
2944
2950
  */
2945
2951
  "default": "--cnvs-sys-color-fg-warning-default",
2946
2952
  /**
2947
2953
  * **value**: `{base.palette.amber.700}`
2948
2954
  *
2949
2955
  * **CSS Var**: `--cnvs-sys-color-fg-warning-strong`
2956
+ *
2957
+ * Stronger warning text and icons
2950
2958
  */
2951
2959
  "strong": "--cnvs-sys-color-fg-warning-strong",
2952
2960
  },
@@ -2955,12 +2963,16 @@ export declare const color: {
2955
2963
  * **value**: `{base.palette.green.600}`
2956
2964
  *
2957
2965
  * **CSS Var**: `--cnvs-sys-color-fg-success-default`
2966
+ *
2967
+ * Success text and icons (not tenant themeable)
2958
2968
  */
2959
2969
  "default": "--cnvs-sys-color-fg-success-default",
2960
2970
  /**
2961
2971
  * **value**: `{base.palette.green.700}`
2962
2972
  *
2963
2973
  * **CSS Var**: `--cnvs-sys-color-fg-success-strong`
2974
+ *
2975
+ * Stronger success text and icons
2964
2976
  */
2965
2977
  "strong": "--cnvs-sys-color-fg-success-strong",
2966
2978
  },
@@ -2969,7 +2981,7 @@ export declare const color: {
2969
2981
  *
2970
2982
  * **CSS Var**: `--cnvs-sys-color-fg-ai`
2971
2983
  *
2972
- * AI icons and text
2984
+ * Text and icons indicating AI-generated content
2973
2985
  */
2974
2986
  "ai": "--cnvs-sys-color-fg-ai",
2975
2987
  "contrast": {
@@ -2977,12 +2989,16 @@ export declare const color: {
2977
2989
  * **value**: `{base.palette.neutral.A900}`
2978
2990
  *
2979
2991
  * **CSS Var**: `--cnvs-sys-color-fg-contrast-default`
2992
+ *
2993
+ * High contrast text for maximum readability
2980
2994
  */
2981
2995
  "default": "--cnvs-sys-color-fg-contrast-default",
2982
2996
  /**
2983
2997
  * **value**: `{base.palette.neutral.A950}`
2984
2998
  *
2985
2999
  * **CSS Var**: `--cnvs-sys-color-fg-contrast-strong`
3000
+ *
3001
+ * Stronger high contrast text
2986
3002
  */
2987
3003
  "strong": "--cnvs-sys-color-fg-contrast-strong",
2988
3004
  },
@@ -3010,7 +3026,7 @@ export declare const color: {
3010
3026
  */
3011
3027
  "disabled": "--cnvs-sys-color-border-input-disabled",
3012
3028
  /**
3013
- * **value**: `{sys.color.border.input.hover}`
3029
+ * **value**: `{base.palette.slate.700}`
3014
3030
  *
3015
3031
  * **CSS Var**: `--cnvs-sys-color-border-input-strong`
3016
3032
  *
@@ -3020,7 +3036,7 @@ export declare const color: {
3020
3036
  */
3021
3037
  "strong": "--cnvs-sys-color-border-input-strong",
3022
3038
  /**
3023
- * **value**: `{sys.color.border.inverse.default}`
3039
+ * **value**: `{base.palette.neutral.0}`
3024
3040
  *
3025
3041
  * **CSS Var**: `--cnvs-sys-color-border-input-inverse`
3026
3042
  *
@@ -3034,7 +3050,7 @@ export declare const color: {
3034
3050
  *
3035
3051
  * **CSS Var**: `--cnvs-sys-color-border-input-default`
3036
3052
  *
3037
- * Inputs
3053
+ * Default border for form inputs
3038
3054
  */
3039
3055
  "default": "--cnvs-sys-color-border-input-default",
3040
3056
  /**
@@ -3042,13 +3058,13 @@ export declare const color: {
3042
3058
  *
3043
3059
  * **CSS Var**: `--cnvs-sys-color-border-input-hover`
3044
3060
  *
3045
- * Input hover
3061
+ * Hover state border for form inputs
3046
3062
  */
3047
3063
  "hover": "--cnvs-sys-color-border-input-hover",
3048
3064
  },
3049
3065
  "contrast": {
3050
3066
  /**
3051
- * **value**: `{sys.color.border.contrast.default}`
3067
+ * **value**: `{base.palette.neutral.950}`
3052
3068
  *
3053
3069
  * **CSS Var**: `--cnvs-sys-color-border-contrast-strong`
3054
3070
  *
@@ -3061,12 +3077,14 @@ export declare const color: {
3061
3077
  * **value**: `{base.palette.neutral.A900}`
3062
3078
  *
3063
3079
  * **CSS Var**: `--cnvs-sys-color-border-contrast-default`
3080
+ *
3081
+ * High contrast border for maximum visibility
3064
3082
  */
3065
3083
  "default": "--cnvs-sys-color-border-contrast-default",
3066
3084
  },
3067
3085
  "critical": {
3068
3086
  /**
3069
- * **value**: `{sys.color.brand.border.critical}`
3087
+ * **value**: `{base.palette.red.500}`
3070
3088
  *
3071
3089
  * **CSS Var**: `--cnvs-sys-color-border-critical-default`
3072
3090
  *
@@ -3078,7 +3096,7 @@ export declare const color: {
3078
3096
  },
3079
3097
  "caution": {
3080
3098
  /**
3081
- * **value**: `{sys.color.brand.focus.caution.inner}`
3099
+ * **value**: `{base.palette.amber.400}`
3082
3100
  *
3083
3101
  * **CSS Var**: `--cnvs-sys-color-border-caution-default`
3084
3102
  *
@@ -3088,7 +3106,7 @@ export declare const color: {
3088
3106
  */
3089
3107
  "default": "--cnvs-sys-color-border-caution-default",
3090
3108
  /**
3091
- * **value**: `{sys.color.brand.focus.caution.outer}`
3109
+ * **value**: `{base.palette.amber.500}`
3092
3110
  *
3093
3111
  * **CSS Var**: `--cnvs-sys-color-border-caution-strong`
3094
3112
  *
@@ -3099,7 +3117,7 @@ export declare const color: {
3099
3117
  "strong": "--cnvs-sys-color-border-caution-strong",
3100
3118
  },
3101
3119
  /**
3102
- * **value**: `{sys.color.border.default}`
3120
+ * **value**: `{base.palette.slate.200}`
3103
3121
  *
3104
3122
  * **CSS Var**: `--cnvs-sys-color-border-divider`
3105
3123
  *
@@ -3110,7 +3128,7 @@ export declare const color: {
3110
3128
  "divider": "--cnvs-sys-color-border-divider",
3111
3129
  "primary": {
3112
3130
  /**
3113
- * **value**: `{sys.color.brand.border.primary}`
3131
+ * **value**: `{base.palette.blue.500}`
3114
3132
  *
3115
3133
  * **CSS Var**: `--cnvs-sys-color-border-primary-default`
3116
3134
  *
@@ -3121,25 +3139,29 @@ export declare const color: {
3121
3139
  "default": "--cnvs-sys-color-border-primary-default",
3122
3140
  },
3123
3141
  /**
3124
- * **value**: `{sys.color.border.strong}`
3142
+ * **value**: `{base.palette.slate.300}`
3125
3143
  *
3126
3144
  * **CSS Var**: `--cnvs-sys-color-border-container`
3127
3145
  *
3128
3146
  * Cards, Toasts, Surfaces
3129
3147
  *
3130
- * @deprecated Use sys.color.border.strong or sys.color.border.strong instead
3148
+ * @deprecated Use sys.color.border.strong instead
3131
3149
  */
3132
3150
  "container": "--cnvs-sys-color-border-container",
3133
3151
  /**
3134
3152
  * **value**: `{base.palette.slate.A200}`
3135
3153
  *
3136
3154
  * **CSS Var**: `--cnvs-sys-color-border-default`
3155
+ *
3156
+ * Default border for containers and dividers
3137
3157
  */
3138
3158
  "default": "--cnvs-sys-color-border-default",
3139
3159
  /**
3140
3160
  * **value**: `{base.palette.slate.A300}`
3141
3161
  *
3142
3162
  * **CSS Var**: `--cnvs-sys-color-border-strong`
3163
+ *
3164
+ * Stronger border for more visible separation
3143
3165
  */
3144
3166
  "strong": "--cnvs-sys-color-border-strong",
3145
3167
  "info": {
@@ -3147,6 +3169,8 @@ export declare const color: {
3147
3169
  * **value**: `{base.palette.blue.500}`
3148
3170
  *
3149
3171
  * **CSS Var**: `--cnvs-sys-color-border-info-default`
3172
+ *
3173
+ * Border for informational containers (not tenant themeable)
3150
3174
  */
3151
3175
  "default": "--cnvs-sys-color-border-info-default",
3152
3176
  },
@@ -3154,12 +3178,16 @@ export declare const color: {
3154
3178
  * **value**: `{base.palette.red.500}`
3155
3179
  *
3156
3180
  * **CSS Var**: `--cnvs-sys-color-border-danger`
3181
+ *
3182
+ * Border for error states (not tenant themeable)
3157
3183
  */
3158
3184
  "danger": "--cnvs-sys-color-border-danger",
3159
3185
  /**
3160
3186
  * **value**: `{base.palette.amber.400}`
3161
3187
  *
3162
3188
  * **CSS Var**: `--cnvs-sys-color-border-warning`
3189
+ *
3190
+ * Border for warning states (not tenant themeable)
3163
3191
  */
3164
3192
  "warning": "--cnvs-sys-color-border-warning",
3165
3193
  "inverse": {
@@ -3167,12 +3195,16 @@ export declare const color: {
3167
3195
  * **value**: `{base.palette.neutral.0}`
3168
3196
  *
3169
3197
  * **CSS Var**: `--cnvs-sys-color-border-inverse-default`
3198
+ *
3199
+ * Border for use on dark backgrounds
3170
3200
  */
3171
3201
  "default": "--cnvs-sys-color-border-inverse-default",
3172
3202
  /**
3173
3203
  * **value**: `{base.palette.white.A700}`
3174
3204
  *
3175
3205
  * **CSS Var**: `--cnvs-sys-color-border-inverse-strong`
3206
+ *
3207
+ * Stronger border for use on dark backgrounds
3176
3208
  */
3177
3209
  "strong": "--cnvs-sys-color-border-inverse-strong",
3178
3210
  },
@@ -3180,6 +3212,8 @@ export declare const color: {
3180
3212
  * **value**: `{base.palette.neutral.A0}`
3181
3213
  *
3182
3214
  * **CSS Var**: `--cnvs-sys-color-border-transparent`
3215
+ *
3216
+ * Invisible border for layout spacing
3183
3217
  */
3184
3218
  "transparent": "--cnvs-sys-color-border-transparent",
3185
3219
  },
@@ -3218,12 +3252,16 @@ export declare const color: {
3218
3252
  * **value**: `{base.palette.slate.A200}`
3219
3253
  *
3220
3254
  * **CSS Var**: `--cnvs-sys-color-shadow-base`
3255
+ *
3256
+ * Primary shadow color for elevated elements
3221
3257
  */
3222
3258
  "base": "--cnvs-sys-color-shadow-base",
3223
3259
  /**
3224
3260
  * **value**: `{base.palette.slate.A100}`
3225
3261
  *
3226
3262
  * **CSS Var**: `--cnvs-sys-color-shadow-ambient`
3263
+ *
3264
+ * Subtle ambient shadow for soft depth
3227
3265
  */
3228
3266
  "ambient": "--cnvs-sys-color-shadow-ambient",
3229
3267
  },
@@ -3266,7 +3304,7 @@ export declare const color: {
3266
3304
  },
3267
3305
  "blue": {
3268
3306
  /**
3269
- * **value**: `{sys.color.accent.info}`
3307
+ * **value**: `{base.palette.blue.600}`
3270
3308
  *
3271
3309
  * **CSS Var**: `--cnvs-sys-color-static-blue-default`
3272
3310
  *
@@ -3574,7 +3612,7 @@ export declare const color: {
3574
3612
  },
3575
3613
  "amber": {
3576
3614
  /**
3577
- * **value**: `{sys.color.accent.warning}`
3615
+ * **value**: `{base.palette.amber.400}`
3578
3616
  *
3579
3617
  * **CSS Var**: `--cnvs-sys-color-static-amber-default`
3580
3618
  *
@@ -3584,7 +3622,7 @@ export declare const color: {
3584
3622
  */
3585
3623
  "default": "--cnvs-sys-color-static-amber-default",
3586
3624
  /**
3587
- * **value**: `{sys.color.surface.warning.default}`
3625
+ * **value**: `{base.palette.amber.25}`
3588
3626
  *
3589
3627
  * **CSS Var**: `--cnvs-sys-color-static-amber-softest`
3590
3628
  *
@@ -3594,7 +3632,7 @@ export declare const color: {
3594
3632
  */
3595
3633
  "softest": "--cnvs-sys-color-static-amber-softest",
3596
3634
  /**
3597
- * **value**: `{sys.color.accent.warning}`
3635
+ * **value**: `{base.palette.amber.500}`
3598
3636
  *
3599
3637
  * **CSS Var**: `--cnvs-sys-color-static-amber-strong`
3600
3638
  *
@@ -3604,7 +3642,7 @@ export declare const color: {
3604
3642
  */
3605
3643
  "strong": "--cnvs-sys-color-static-amber-strong",
3606
3644
  /**
3607
- * **value**: `{sys.color.accent.warning}`
3645
+ * **value**: `{base.palette.amber.600}`
3608
3646
  *
3609
3647
  * **CSS Var**: `--cnvs-sys-color-static-amber-stronger`
3610
3648
  *
@@ -3624,7 +3662,7 @@ export declare const color: {
3624
3662
  */
3625
3663
  "softer": "--cnvs-sys-color-static-amber-softer",
3626
3664
  /**
3627
- * **value**: `{sys.color.fg.warning.strong}`
3665
+ * **value**: `{base.palette.amber.950}`
3628
3666
  *
3629
3667
  * **CSS Var**: `--cnvs-sys-color-static-amber-strongest`
3630
3668
  *
@@ -3634,7 +3672,7 @@ export declare const color: {
3634
3672
  */
3635
3673
  "strongest": "--cnvs-sys-color-static-amber-strongest",
3636
3674
  /**
3637
- * **value**: `{sys.color.surface.warning.strong}`
3675
+ * **value**: `{base.palette.amber.100}`
3638
3676
  *
3639
3677
  * **CSS Var**: `--cnvs-sys-color-static-amber-soft`
3640
3678
  *
@@ -3651,7 +3689,7 @@ export declare const color: {
3651
3689
  *
3652
3690
  * **CSS Var**: `--cnvs-sys-color-surface-default`
3653
3691
  *
3654
- * Default surface background
3692
+ * Default background for containers on top of the page
3655
3693
  */
3656
3694
  "default": "--cnvs-sys-color-surface-default",
3657
3695
  /**
@@ -3659,19 +3697,23 @@ export declare const color: {
3659
3697
  *
3660
3698
  * **CSS Var**: `--cnvs-sys-color-surface-navigation`
3661
3699
  *
3662
- * Surface color for navigation elements, like the SidePanel or Top Nav Bar
3700
+ * Background for navigation containers like sidebars and top bars
3663
3701
  */
3664
3702
  "navigation": "--cnvs-sys-color-surface-navigation",
3665
3703
  /**
3666
3704
  * **value**: `{base.palette.neutral.0}`
3667
3705
  *
3668
3706
  * **CSS Var**: `--cnvs-sys-color-surface-popover`
3707
+ *
3708
+ * Background for floating containers like dropdowns and tooltips
3669
3709
  */
3670
3710
  "popover": "--cnvs-sys-color-surface-popover",
3671
3711
  /**
3672
3712
  * **value**: `{base.palette.neutral.0}`
3673
3713
  *
3674
3714
  * **CSS Var**: `--cnvs-sys-color-surface-modal`
3715
+ *
3716
+ * Background for modal dialog containers
3675
3717
  */
3676
3718
  "modal": "--cnvs-sys-color-surface-modal",
3677
3719
  /**
@@ -3679,7 +3721,7 @@ export declare const color: {
3679
3721
  *
3680
3722
  * **CSS Var**: `--cnvs-sys-color-surface-raised`
3681
3723
  *
3682
- * Surfaces that are raised above another surface, such as column headers in Tables
3724
+ * Separates a layer from the surface, e.g. table headers or sticky elements
3683
3725
  */
3684
3726
  "raised": "--cnvs-sys-color-surface-raised",
3685
3727
  "alt": {
@@ -3688,7 +3730,7 @@ export declare const color: {
3688
3730
  *
3689
3731
  * **CSS Var**: `--cnvs-sys-color-surface-alt-default`
3690
3732
  *
3691
- * Alternative surface color
3733
+ * De-emphasized container background for secondary information
3692
3734
  */
3693
3735
  "default": "--cnvs-sys-color-surface-alt-default",
3694
3736
  /**
@@ -3696,7 +3738,7 @@ export declare const color: {
3696
3738
  *
3697
3739
  * **CSS Var**: `--cnvs-sys-color-surface-alt-strong`
3698
3740
  *
3699
- * Strong alternative surface color
3741
+ * Stronger de-emphasized container background
3700
3742
  */
3701
3743
  "strong": "--cnvs-sys-color-surface-alt-strong",
3702
3744
  },
@@ -3704,6 +3746,8 @@ export declare const color: {
3704
3746
  * **value**: `{base.palette.slate.A200}`
3705
3747
  *
3706
3748
  * **CSS Var**: `--cnvs-sys-color-surface-loading`
3749
+ *
3750
+ * Background for skeleton loaders and loading states
3707
3751
  */
3708
3752
  "loading": "--cnvs-sys-color-surface-loading",
3709
3753
  "info": {
@@ -3712,7 +3756,7 @@ export declare const color: {
3712
3756
  *
3713
3757
  * **CSS Var**: `--cnvs-sys-color-surface-info-default`
3714
3758
  *
3715
- * Surface color used on the backgrounds of informational highlights and sections
3759
+ * Container background for informational callouts
3716
3760
  */
3717
3761
  "default": "--cnvs-sys-color-surface-info-default",
3718
3762
  /**
@@ -3720,7 +3764,7 @@ export declare const color: {
3720
3764
  *
3721
3765
  * **CSS Var**: `--cnvs-sys-color-surface-info-strong`
3722
3766
  *
3723
- * Surface color used on the backgrounds of informational status indicators and badges
3767
+ * Stronger container background for info badges and indicators
3724
3768
  */
3725
3769
  "strong": "--cnvs-sys-color-surface-info-strong",
3726
3770
  },
@@ -3729,12 +3773,16 @@ export declare const color: {
3729
3773
  * **value**: `{base.palette.red.A25}`
3730
3774
  *
3731
3775
  * **CSS Var**: `--cnvs-sys-color-surface-danger-default`
3776
+ *
3777
+ * Container background for error states (not tenant themeable)
3732
3778
  */
3733
3779
  "default": "--cnvs-sys-color-surface-danger-default",
3734
3780
  /**
3735
3781
  * **value**: `{base.palette.red.A50}`
3736
3782
  *
3737
3783
  * **CSS Var**: `--cnvs-sys-color-surface-danger-strong`
3784
+ *
3785
+ * Stronger container background for error states
3738
3786
  */
3739
3787
  "strong": "--cnvs-sys-color-surface-danger-strong",
3740
3788
  },
@@ -3743,12 +3791,16 @@ export declare const color: {
3743
3791
  * **value**: `{base.palette.amber.A25}`
3744
3792
  *
3745
3793
  * **CSS Var**: `--cnvs-sys-color-surface-warning-default`
3794
+ *
3795
+ * Container background for warning states (not tenant themeable)
3746
3796
  */
3747
3797
  "default": "--cnvs-sys-color-surface-warning-default",
3748
3798
  /**
3749
3799
  * **value**: `{base.palette.amber.A50}`
3750
3800
  *
3751
3801
  * **CSS Var**: `--cnvs-sys-color-surface-warning-strong`
3802
+ *
3803
+ * Stronger container background for warning states
3752
3804
  */
3753
3805
  "strong": "--cnvs-sys-color-surface-warning-strong",
3754
3806
  },
@@ -3757,12 +3809,16 @@ export declare const color: {
3757
3809
  * **value**: `{base.palette.green.A25}`
3758
3810
  *
3759
3811
  * **CSS Var**: `--cnvs-sys-color-surface-success-default`
3812
+ *
3813
+ * Container background for success states (not tenant themeable)
3760
3814
  */
3761
3815
  "default": "--cnvs-sys-color-surface-success-default",
3762
3816
  /**
3763
3817
  * **value**: `{base.palette.green.A50}`
3764
3818
  *
3765
3819
  * **CSS Var**: `--cnvs-sys-color-surface-success-strong`
3820
+ *
3821
+ * Stronger container background for success states
3766
3822
  */
3767
3823
  "strong": "--cnvs-sys-color-surface-success-strong",
3768
3824
  },
@@ -3771,18 +3827,24 @@ export declare const color: {
3771
3827
  * **value**: `{base.palette.blue.A100}`
3772
3828
  *
3773
3829
  * **CSS Var**: `--cnvs-sys-color-surface-ai-default`
3830
+ *
3831
+ * Container background indicating AI-generated content
3774
3832
  */
3775
3833
  "default": "--cnvs-sys-color-surface-ai-default",
3776
3834
  /**
3777
3835
  * **value**: `{base.palette.blue.A200}`
3778
3836
  *
3779
3837
  * **CSS Var**: `--cnvs-sys-color-surface-ai-hover`
3838
+ *
3839
+ * Hover state for AI-generated content containers
3780
3840
  */
3781
3841
  "hover": "--cnvs-sys-color-surface-ai-hover",
3782
3842
  /**
3783
3843
  * **value**: `{base.palette.blue.400}`
3784
3844
  *
3785
3845
  * **CSS Var**: `--cnvs-sys-color-surface-ai-pressed`
3846
+ *
3847
+ * Pressed state for AI-generated content containers
3786
3848
  */
3787
3849
  "pressed": "--cnvs-sys-color-surface-ai-pressed",
3788
3850
  },
@@ -3790,12 +3852,16 @@ export declare const color: {
3790
3852
  * **value**: `{base.palette.neutral.A0}`
3791
3853
  *
3792
3854
  * **CSS Var**: `--cnvs-sys-color-surface-transparent`
3855
+ *
3856
+ * Fully transparent container background
3793
3857
  */
3794
3858
  "transparent": "--cnvs-sys-color-surface-transparent",
3795
3859
  /**
3796
3860
  * **value**: `{base.palette.neutral.0}`
3797
3861
  *
3798
3862
  * **CSS Var**: `--cnvs-sys-color-surface-inverse`
3863
+ *
3864
+ * Container background for use on dark backgrounds
3799
3865
  */
3800
3866
  "inverse": "--cnvs-sys-color-surface-inverse",
3801
3867
  "contrast": {
@@ -3803,12 +3869,16 @@ export declare const color: {
3803
3869
  * **value**: `{base.palette.neutral.A900}`
3804
3870
  *
3805
3871
  * **CSS Var**: `--cnvs-sys-color-surface-contrast-default`
3872
+ *
3873
+ * High contrast dark container background
3806
3874
  */
3807
3875
  "default": "--cnvs-sys-color-surface-contrast-default",
3808
3876
  /**
3809
3877
  * **value**: `{base.palette.neutral.A950}`
3810
3878
  *
3811
3879
  * **CSS Var**: `--cnvs-sys-color-surface-contrast-strong`
3880
+ *
3881
+ * Stronger high contrast dark container background
3812
3882
  */
3813
3883
  "strong": "--cnvs-sys-color-surface-contrast-strong",
3814
3884
  },
@@ -3818,12 +3888,16 @@ export declare const color: {
3818
3888
  * **value**: `{base.palette.slate.A50}`
3819
3889
  *
3820
3890
  * **CSS Var**: `--cnvs-sys-color-surface-overlay-hover-default`
3891
+ *
3892
+ * Hover state overlay for interactive containers
3821
3893
  */
3822
3894
  "default": "--cnvs-sys-color-surface-overlay-hover-default",
3823
3895
  /**
3824
3896
  * **value**: `{base.palette.white.A200}`
3825
3897
  *
3826
3898
  * **CSS Var**: `--cnvs-sys-color-surface-overlay-hover-inverse`
3899
+ *
3900
+ * Hover overlay for containers on dark backgrounds
3827
3901
  */
3828
3902
  "inverse": "--cnvs-sys-color-surface-overlay-hover-inverse",
3829
3903
  },
@@ -3831,6 +3905,8 @@ export declare const color: {
3831
3905
  * **value**: `{base.palette.slate.500}`
3832
3906
  *
3833
3907
  * **CSS Var**: `--cnvs-sys-color-surface-overlay-mixin`
3908
+ *
3909
+ * Pressed state overlay for interactive containers
3834
3910
  */
3835
3911
  "mixin": "--cnvs-sys-color-surface-overlay-mixin",
3836
3912
  "pressed": {
@@ -3838,12 +3914,16 @@ export declare const color: {
3838
3914
  * **value**: `{base.palette.slate.A100}`
3839
3915
  *
3840
3916
  * **CSS Var**: `--cnvs-sys-color-surface-overlay-pressed-default`
3917
+ *
3918
+ * Pressed state overlay for interactive containers
3841
3919
  */
3842
3920
  "default": "--cnvs-sys-color-surface-overlay-pressed-default",
3843
3921
  /**
3844
3922
  * **value**: `{base.palette.white.A300}`
3845
3923
  *
3846
3924
  * **CSS Var**: `--cnvs-sys-color-surface-overlay-pressed-inverse`
3925
+ *
3926
+ * Pressed overlay for containers on dark backgrounds
3847
3927
  */
3848
3928
  "inverse": "--cnvs-sys-color-surface-overlay-pressed-inverse",
3849
3929
  },
@@ -3860,36 +3940,48 @@ export declare const color: {
3860
3940
  * **value**: `{base.palette.blue.950}`
3861
3941
  *
3862
3942
  * **CSS Var**: `--cnvs-sys-color-accent-ai`
3943
+ *
3944
+ * Dark accent indicating AI-generated content
3863
3945
  */
3864
3946
  "ai": "--cnvs-sys-color-accent-ai",
3865
3947
  /**
3866
3948
  * **value**: `{base.palette.blue.600}`
3867
3949
  *
3868
3950
  * **CSS Var**: `--cnvs-sys-color-accent-info`
3951
+ *
3952
+ * Solid info accent for indicators (not tenant themeable)
3869
3953
  */
3870
3954
  "info": "--cnvs-sys-color-accent-info",
3871
3955
  /**
3872
3956
  * **value**: `{base.palette.red.600}`
3873
3957
  *
3874
3958
  * **CSS Var**: `--cnvs-sys-color-accent-danger`
3959
+ *
3960
+ * Solid danger accent for error indicators (not tenant themeable)
3875
3961
  */
3876
3962
  "danger": "--cnvs-sys-color-accent-danger",
3877
3963
  /**
3878
3964
  * **value**: `{base.palette.amber.400}`
3879
3965
  *
3880
3966
  * **CSS Var**: `--cnvs-sys-color-accent-warning`
3967
+ *
3968
+ * Solid warning accent for caution indicators (not tenant themeable)
3881
3969
  */
3882
3970
  "warning": "--cnvs-sys-color-accent-warning",
3883
3971
  /**
3884
3972
  * **value**: `{base.palette.green.600}`
3885
3973
  *
3886
3974
  * **CSS Var**: `--cnvs-sys-color-accent-success`
3975
+ *
3976
+ * Solid success accent for positive indicators (not tenant themeable)
3887
3977
  */
3888
3978
  "success": "--cnvs-sys-color-accent-success",
3889
3979
  /**
3890
3980
  * **value**: `{base.palette.neutral.A900}`
3891
3981
  *
3892
3982
  * **CSS Var**: `--cnvs-sys-color-accent-contrast`
3983
+ *
3984
+ * High contrast accent for maximum visibility
3893
3985
  */
3894
3986
  "contrast": "--cnvs-sys-color-accent-contrast",
3895
3987
  "muted": {
@@ -3897,12 +3989,16 @@ export declare const color: {
3897
3989
  * **value**: `{base.palette.slate.600}`
3898
3990
  *
3899
3991
  * **CSS Var**: `--cnvs-sys-color-accent-muted-default`
3992
+ *
3993
+ * Muted accent for secondary visual elements
3900
3994
  */
3901
3995
  "default": "--cnvs-sys-color-accent-muted-default",
3902
3996
  /**
3903
3997
  * **value**: `{base.palette.slate.400}`
3904
3998
  *
3905
3999
  * **CSS Var**: `--cnvs-sys-color-accent-muted-soft`
4000
+ *
4001
+ * Softer muted accent for tertiary elements
3906
4002
  */
3907
4003
  "soft": "--cnvs-sys-color-accent-muted-soft",
3908
4004
  },
@@ -3911,18 +4007,24 @@ export declare const color: {
3911
4007
  * **value**: `{base.palette.neutral.A200}`
3912
4008
  *
3913
4009
  * **CSS Var**: `--cnvs-sys-color-accent-overlay-hover`
4010
+ *
4011
+ * Hover overlay for accent-colored elements
3914
4012
  */
3915
4013
  "hover": "--cnvs-sys-color-accent-overlay-hover",
3916
4014
  /**
3917
4015
  * **value**: `{base.palette.neutral.A400}`
3918
4016
  *
3919
4017
  * **CSS Var**: `--cnvs-sys-color-accent-overlay-pressed`
4018
+ *
4019
+ * Pressed overlay for accent-colored elements
3920
4020
  */
3921
4021
  "pressed": "--cnvs-sys-color-accent-overlay-pressed",
3922
4022
  /**
3923
4023
  * **value**: `{base.palette.neutral.1000}`
3924
4024
  *
3925
4025
  * **CSS Var**: `--cnvs-sys-color-accent-overlay-mixin`
4026
+ *
4027
+ * Pressed overlay mixin color for accent-colored elements
3926
4028
  */
3927
4029
  "mixin": "--cnvs-sys-color-accent-overlay-mixin",
3928
4030
  },
@@ -3933,12 +4035,16 @@ export declare const color: {
3933
4035
  * **value**: `{brand.primary.500}`
3934
4036
  *
3935
4037
  * **CSS Var**: `--cnvs-sys-color-brand-focus-primary`
4038
+ *
4039
+ * Tenant-themeable focus ring for interactive elements
3936
4040
  */
3937
4041
  "primary": "--cnvs-sys-color-brand-focus-primary",
3938
4042
  /**
3939
4043
  * **value**: `{brand.critical.500}`
3940
4044
  *
3941
4045
  * **CSS Var**: `--cnvs-sys-color-brand-focus-critical`
4046
+ *
4047
+ * Tenant-themeable focus ring for error-state elements
3942
4048
  */
3943
4049
  "critical": "--cnvs-sys-color-brand-focus-critical",
3944
4050
  "caution": {
@@ -3946,12 +4052,16 @@ export declare const color: {
3946
4052
  * **value**: `{brand.caution.500}`
3947
4053
  *
3948
4054
  * **CSS Var**: `--cnvs-sys-color-brand-focus-caution-outer`
4055
+ *
4056
+ * Tenant-themeable outer focus ring for caution-state elements
3949
4057
  */
3950
4058
  "outer": "--cnvs-sys-color-brand-focus-caution-outer",
3951
4059
  /**
3952
4060
  * **value**: `{brand.caution.400}`
3953
4061
  *
3954
4062
  * **CSS Var**: `--cnvs-sys-color-brand-focus-caution-inner`
4063
+ *
4064
+ * Tenant-themeable inner focus ring for caution-state elements
3955
4065
  */
3956
4066
  "inner": "--cnvs-sys-color-brand-focus-caution-inner",
3957
4067
  },
@@ -3962,12 +4072,16 @@ export declare const color: {
3962
4072
  * **value**: `{brand.primary.A25}`
3963
4073
  *
3964
4074
  * **CSS Var**: `--cnvs-sys-color-brand-surface-primary-default`
4075
+ *
4076
+ * Tenant-themeable primary container background
3965
4077
  */
3966
4078
  "default": "--cnvs-sys-color-brand-surface-primary-default",
3967
4079
  /**
3968
4080
  * **value**: `{brand.primary.A50}`
3969
4081
  *
3970
4082
  * **CSS Var**: `--cnvs-sys-color-brand-surface-primary-strong`
4083
+ *
4084
+ * Stronger tenant-themeable primary container background
3971
4085
  */
3972
4086
  "strong": "--cnvs-sys-color-brand-surface-primary-strong",
3973
4087
  },
@@ -3976,12 +4090,16 @@ export declare const color: {
3976
4090
  * **value**: `{brand.critical.A25}`
3977
4091
  *
3978
4092
  * **CSS Var**: `--cnvs-sys-color-brand-surface-critical-default`
4093
+ *
4094
+ * Tenant-themeable critical/error container background
3979
4095
  */
3980
4096
  "default": "--cnvs-sys-color-brand-surface-critical-default",
3981
4097
  /**
3982
4098
  * **value**: `{brand.critical.A50}`
3983
4099
  *
3984
4100
  * **CSS Var**: `--cnvs-sys-color-brand-surface-critical-strong`
4101
+ *
4102
+ * Stronger tenant-themeable critical container background
3985
4103
  */
3986
4104
  "strong": "--cnvs-sys-color-brand-surface-critical-strong",
3987
4105
  },
@@ -3990,12 +4108,16 @@ export declare const color: {
3990
4108
  * **value**: `{brand.caution.A25}`
3991
4109
  *
3992
4110
  * **CSS Var**: `--cnvs-sys-color-brand-surface-caution-default`
4111
+ *
4112
+ * Tenant-themeable caution/warning container background
3993
4113
  */
3994
4114
  "default": "--cnvs-sys-color-brand-surface-caution-default",
3995
4115
  /**
3996
4116
  * **value**: `{brand.caution.A50}`
3997
4117
  *
3998
4118
  * **CSS Var**: `--cnvs-sys-color-brand-surface-caution-strong`
4119
+ *
4120
+ * Stronger tenant-themeable caution container background
3999
4121
  */
4000
4122
  "strong": "--cnvs-sys-color-brand-surface-caution-strong",
4001
4123
  },
@@ -4004,12 +4126,16 @@ export declare const color: {
4004
4126
  * **value**: `{brand.positive.A25}`
4005
4127
  *
4006
4128
  * **CSS Var**: `--cnvs-sys-color-brand-surface-positive-default`
4129
+ *
4130
+ * Tenant-themeable positive/success container background
4007
4131
  */
4008
4132
  "default": "--cnvs-sys-color-brand-surface-positive-default",
4009
4133
  /**
4010
4134
  * **value**: `{brand.positive.A50}`
4011
4135
  *
4012
4136
  * **CSS Var**: `--cnvs-sys-color-brand-surface-positive-strong`
4137
+ *
4138
+ * Stronger tenant-themeable positive container background
4013
4139
  */
4014
4140
  "strong": "--cnvs-sys-color-brand-surface-positive-strong",
4015
4141
  },
@@ -4017,6 +4143,8 @@ export declare const color: {
4017
4143
  * **value**: `{brand.primary.A50}`
4018
4144
  *
4019
4145
  * **CSS Var**: `--cnvs-sys-color-brand-surface-selected`
4146
+ *
4147
+ * Tenant-themeable background for selected items
4020
4148
  */
4021
4149
  "selected": "--cnvs-sys-color-brand-surface-selected",
4022
4150
  },
@@ -4025,24 +4153,32 @@ export declare const color: {
4025
4153
  * **value**: `{brand.primary.600}`
4026
4154
  *
4027
4155
  * **CSS Var**: `--cnvs-sys-color-brand-accent-primary`
4156
+ *
4157
+ * Tenant-themeable solid primary accent for buttons and key actions
4028
4158
  */
4029
4159
  "primary": "--cnvs-sys-color-brand-accent-primary",
4030
4160
  /**
4031
4161
  * **value**: `{brand.critical.600}`
4032
4162
  *
4033
4163
  * **CSS Var**: `--cnvs-sys-color-brand-accent-critical`
4164
+ *
4165
+ * Tenant-themeable solid critical accent for destructive actions
4034
4166
  */
4035
4167
  "critical": "--cnvs-sys-color-brand-accent-critical",
4036
4168
  /**
4037
4169
  * **value**: `{brand.caution.400}`
4038
4170
  *
4039
4171
  * **CSS Var**: `--cnvs-sys-color-brand-accent-caution`
4172
+ *
4173
+ * Tenant-themeable solid caution accent
4040
4174
  */
4041
4175
  "caution": "--cnvs-sys-color-brand-accent-caution",
4042
4176
  /**
4043
4177
  * **value**: `{brand.positive.600}`
4044
4178
  *
4045
4179
  * **CSS Var**: `--cnvs-sys-color-brand-accent-positive`
4180
+ *
4181
+ * Tenant-themeable solid positive accent
4046
4182
  */
4047
4183
  "positive": "--cnvs-sys-color-brand-accent-positive",
4048
4184
  /**
@@ -4059,7 +4195,7 @@ export declare const color: {
4059
4195
  *
4060
4196
  * **CSS Var**: `--cnvs-sys-color-brand-fg-primary-default`
4061
4197
  *
4062
- * Text and icons that use the primary brand color. Use this on the primary background
4198
+ * Tenant-themeable primary text and icon color
4063
4199
  */
4064
4200
  "default": "--cnvs-sys-color-brand-fg-primary-default",
4065
4201
  /**
@@ -4067,7 +4203,7 @@ export declare const color: {
4067
4203
  *
4068
4204
  * **CSS Var**: `--cnvs-sys-color-brand-fg-primary-strong`
4069
4205
  *
4070
- * Text and icons that use the primary brand color. Use this on the primary strong background
4206
+ * Stronger tenant-themeable primary text and icon color
4071
4207
  */
4072
4208
  "strong": "--cnvs-sys-color-brand-fg-primary-strong",
4073
4209
  },
@@ -4077,7 +4213,7 @@ export declare const color: {
4077
4213
  *
4078
4214
  * **CSS Var**: `--cnvs-sys-color-brand-fg-critical-default`
4079
4215
  *
4080
- * Used on text or icons that indicate critical messaging, like an error.
4216
+ * Tenant-themeable critical text and icon color
4081
4217
  */
4082
4218
  "default": "--cnvs-sys-color-brand-fg-critical-default",
4083
4219
  /**
@@ -4085,7 +4221,7 @@ export declare const color: {
4085
4221
  *
4086
4222
  * **CSS Var**: `--cnvs-sys-color-brand-fg-critical-strong`
4087
4223
  *
4088
- * Stronger color used on text or icons that indicate critical messaging, like an error.
4224
+ * Stronger tenant-themeable critical text and icon color
4089
4225
  */
4090
4226
  "strong": "--cnvs-sys-color-brand-fg-critical-strong",
4091
4227
  },
@@ -4094,12 +4230,16 @@ export declare const color: {
4094
4230
  * **value**: `{brand.caution.600}`
4095
4231
  *
4096
4232
  * **CSS Var**: `--cnvs-sys-color-brand-fg-caution-default`
4233
+ *
4234
+ * Tenant-themeable caution text and icon color
4097
4235
  */
4098
4236
  "default": "--cnvs-sys-color-brand-fg-caution-default",
4099
4237
  /**
4100
4238
  * **value**: `{brand.caution.700}`
4101
4239
  *
4102
4240
  * **CSS Var**: `--cnvs-sys-color-brand-fg-caution-strong`
4241
+ *
4242
+ * Stronger tenant-themeable caution text and icon color
4103
4243
  */
4104
4244
  "strong": "--cnvs-sys-color-brand-fg-caution-strong",
4105
4245
  },
@@ -4108,12 +4248,16 @@ export declare const color: {
4108
4248
  * **value**: `{brand.positive.600}`
4109
4249
  *
4110
4250
  * **CSS Var**: `--cnvs-sys-color-brand-fg-positive-default`
4251
+ *
4252
+ * Tenant-themeable positive text and icon color
4111
4253
  */
4112
4254
  "default": "--cnvs-sys-color-brand-fg-positive-default",
4113
4255
  /**
4114
4256
  * **value**: `{brand.positive.700}`
4115
4257
  *
4116
4258
  * **CSS Var**: `--cnvs-sys-color-brand-fg-positive-strong`
4259
+ *
4260
+ * Stronger tenant-themeable positive text and icon color
4117
4261
  */
4118
4262
  "strong": "--cnvs-sys-color-brand-fg-positive-strong",
4119
4263
  },
@@ -4121,6 +4265,8 @@ export declare const color: {
4121
4265
  * **value**: `{brand.primary.700}`
4122
4266
  *
4123
4267
  * **CSS Var**: `--cnvs-sys-color-brand-fg-selected`
4268
+ *
4269
+ * Tenant-themeable text color for selected items
4124
4270
  */
4125
4271
  "selected": "--cnvs-sys-color-brand-fg-selected",
4126
4272
  },
@@ -4130,19 +4276,23 @@ export declare const color: {
4130
4276
  *
4131
4277
  * **CSS Var**: `--cnvs-sys-color-brand-border-primary`
4132
4278
  *
4133
- * Brand, Focus
4279
+ * Tenant-themeable primary border for focused inputs
4134
4280
  */
4135
4281
  "primary": "--cnvs-sys-color-brand-border-primary",
4136
4282
  /**
4137
4283
  * **value**: `{brand.critical.500}`
4138
4284
  *
4139
4285
  * **CSS Var**: `--cnvs-sys-color-brand-border-critical`
4286
+ *
4287
+ * Tenant-themeable critical border for error states
4140
4288
  */
4141
4289
  "critical": "--cnvs-sys-color-brand-border-critical",
4142
4290
  /**
4143
4291
  * **value**: `{brand.caution.500}`
4144
4292
  *
4145
4293
  * **CSS Var**: `--cnvs-sys-color-brand-border-caution`
4294
+ *
4295
+ * Tenant-themeable caution border for warning states
4146
4296
  */
4147
4297
  "caution": "--cnvs-sys-color-brand-border-caution",
4148
4298
  },
@@ -4152,12 +4302,16 @@ export declare const color: {
4152
4302
  * **value**: `{base.palette.neutral.0}`
4153
4303
  *
4154
4304
  * **CSS Var**: `--cnvs-sys-color-focus-inverse`
4305
+ *
4306
+ * Focus ring for use on dark backgrounds
4155
4307
  */
4156
4308
  "inverse": "--cnvs-sys-color-focus-inverse",
4157
4309
  /**
4158
4310
  * **value**: `{base.palette.neutral.A900}`
4159
4311
  *
4160
4312
  * **CSS Var**: `--cnvs-sys-color-focus-contrast`
4313
+ *
4314
+ * High contrast focus ring for accessibility
4161
4315
  */
4162
4316
  "contrast": "--cnvs-sys-color-focus-contrast",
4163
4317
  },
@@ -4320,7 +4474,7 @@ export declare const opacity: {
4320
4474
  *
4321
4475
  * **CSS Var**: `--cnvs-sys-opacity-surface-hover`
4322
4476
  *
4323
- * Surface hover opacity
4477
+ * State layer applied to surface colors on hover
4324
4478
  */
4325
4479
  "hover": "--cnvs-sys-opacity-surface-hover",
4326
4480
  /**
@@ -4328,7 +4482,7 @@ export declare const opacity: {
4328
4482
  *
4329
4483
  * **CSS Var**: `--cnvs-sys-opacity-surface-pressed`
4330
4484
  *
4331
- * Surface pressed opacity use with surface colors
4485
+ * State layer applied to surface colors while pressing
4332
4486
  */
4333
4487
  "pressed": "--cnvs-sys-opacity-surface-pressed",
4334
4488
  },
@@ -4338,7 +4492,7 @@ export declare const opacity: {
4338
4492
  *
4339
4493
  * **CSS Var**: `--cnvs-sys-opacity-accent-hover`
4340
4494
  *
4341
- * Accent hover opacity use with accent colors
4495
+ * State layer applied to accent colors on hover
4342
4496
  */
4343
4497
  "hover": "--cnvs-sys-opacity-accent-hover",
4344
4498
  /**
@@ -4346,7 +4500,7 @@ export declare const opacity: {
4346
4500
  *
4347
4501
  * **CSS Var**: `--cnvs-sys-opacity-accent-pressed`
4348
4502
  *
4349
- * Accent pressed opacity use with accent colors
4503
+ * State layer applied to accent colors while pressing
4350
4504
  */
4351
4505
  "pressed": "--cnvs-sys-opacity-accent-pressed",
4352
4506
  },
@@ -4358,7 +4512,7 @@ export declare const size: {
4358
4512
  *
4359
4513
  * **CSS Var**: `--cnvs-sys-size-xxxs`
4360
4514
  *
4361
- * Switch Track
4515
+ * Used for switch toggle.
4362
4516
  */
4363
4517
  "xxxs": "--cnvs-sys-size-xxxs",
4364
4518
  /**
@@ -4366,7 +4520,7 @@ export declare const size: {
4366
4520
  *
4367
4521
  * **CSS Var**: `--cnvs-sys-size-xxs`
4368
4522
  *
4369
- * Switch Track
4523
+ * Compact indicators. Used for status indicators and count badges.
4370
4524
  */
4371
4525
  "xxs": "--cnvs-sys-size-xxs",
4372
4526
  /**
@@ -4374,7 +4528,7 @@ export declare const size: {
4374
4528
  *
4375
4529
  * **CSS Var**: `--cnvs-sys-size-xs`
4376
4530
  *
4377
- * Count Badge
4531
+ * Compact interactive elements. Used for small buttons, pills, checkboxes, and radio buttons.
4378
4532
  */
4379
4533
  "xs": "--cnvs-sys-size-xs",
4380
4534
  /**
@@ -4382,7 +4536,7 @@ export declare const size: {
4382
4536
  *
4383
4537
  * **CSS Var**: `--cnvs-sys-size-sm`
4384
4538
  *
4385
- * X-Small Buttons, Pills, Checkboxes, Radio Buttons
4539
+ * Standard interactive components. Used for buttons, segmented controls, tooltips, and avatars.
4386
4540
  */
4387
4541
  "sm": "--cnvs-sys-size-sm",
4388
4542
  /**
@@ -4390,7 +4544,7 @@ export declare const size: {
4390
4544
  *
4391
4545
  * **CSS Var**: `--cnvs-sys-size-md`
4392
4546
  *
4393
- * Small Buttons, Segmented Control, Tooltip, Avatar
4547
+ * Default size for most components. Used for buttons, segmented controls, banners, input fields, and menu items.
4394
4548
  */
4395
4549
  "md": "--cnvs-sys-size-md",
4396
4550
  /**
@@ -4398,7 +4552,7 @@ export declare const size: {
4398
4552
  *
4399
4553
  * **CSS Var**: `--cnvs-sys-size-lg`
4400
4554
  *
4401
- * Default height for most components, like Medium Buttons, Segmented Control, Banner, Input Fields, and Menu List Items
4555
+ * Prominent components. Used for large buttons, segmented controls, expandable triggers, tabs, and avatars.
4402
4556
  */
4403
4557
  "lg": "--cnvs-sys-size-lg",
4404
4558
  /**
@@ -4406,7 +4560,7 @@ export declare const size: {
4406
4560
  *
4407
4561
  * **CSS Var**: `--cnvs-sys-size-xl`
4408
4562
  *
4409
- * Large size used in Large Buttons, Segmented Controls, Expandable Container Trigger, Tabs, and Avatar
4563
+ * Content containers. Used for table cells and toasts.
4410
4564
  */
4411
4565
  "xl": "--cnvs-sys-size-xl",
4412
4566
  /**
@@ -4414,7 +4568,7 @@ export declare const size: {
4414
4568
  *
4415
4569
  * **CSS Var**: `--cnvs-sys-size-xxl`
4416
4570
  *
4417
- * Table Cell, Toast
4571
+ * Expandable containers. Used for expandable containers in their collapsed state.
4418
4572
  */
4419
4573
  "xxl": "--cnvs-sys-size-xxl",
4420
4574
  };