@pantheon-systems/pds-design-tokens 0.5.0-dev.0 → 0.6.0-dev.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.
@@ -125,7 +125,7 @@
125
125
  "fontSize": "2.441 * 16",
126
126
  "fontFamily": "Aleo",
127
127
  "fontWeight": 700,
128
- "letterSpacing": "1%",
128
+ "letterSpacing": "0.01 * 100%",
129
129
  "lineHeight": "125%"
130
130
  },
131
131
  "type": "typography",
@@ -136,7 +136,7 @@
136
136
  "fontSize": "{typography.size.3XL} * {figma.typography.size.base}",
137
137
  "fontFamily": "Aleo",
138
138
  "fontWeight": "{typography.font-weight.bold}",
139
- "letterSpacing": "{typography.letter-spacing.S}",
139
+ "letterSpacing": "{typography.letter-spacing.S} * 100%",
140
140
  "lineHeight": "{typography.line-height.S}"
141
141
  },
142
142
  "type": "typography"
@@ -158,7 +158,7 @@
158
158
  "fontSize": "1.25 * 16",
159
159
  "fontFamily": "Poppins",
160
160
  "fontWeight": 700,
161
- "letterSpacing": "4%",
161
+ "letterSpacing": "0.04 * 100%",
162
162
  "textCase": "uppercase",
163
163
  "lineHeight": "125%"
164
164
  },
@@ -170,7 +170,7 @@
170
170
  "fontSize": "{typography.size.L} * {figma.typography.size.base}",
171
171
  "fontFamily": "Poppins",
172
172
  "fontWeight": "{typography.font-weight.bold}",
173
- "letterSpacing": "{typography.letter-spacing.L}",
173
+ "letterSpacing": "{typography.letter-spacing.L} * 100%",
174
174
  "textCase": "uppercase",
175
175
  "lineHeight": "{typography.line-height.S}"
176
176
  },
@@ -383,7 +383,7 @@
383
383
  "fontSize": "1.25 * 16",
384
384
  "fontWeight": 700,
385
385
  "fontFamily": "Poppins",
386
- "letterSpacing": "1%",
386
+ "letterSpacing": "0.01 * 100%",
387
387
  "lineHeight": "1"
388
388
  },
389
389
  "type": "typography",
@@ -394,7 +394,7 @@
394
394
  "fontSize": "{typography.size.L} * {figma.typography.size.base}",
395
395
  "fontWeight": "{typography.font-weight.bold}",
396
396
  "fontFamily": "{text.body.paragraph.value.fontFamily}",
397
- "letterSpacing": "{typography.letter-spacing.S}",
397
+ "letterSpacing": "{typography.letter-spacing.S} * 100%",
398
398
  "lineHeight": "1"
399
399
  },
400
400
  "type": "typography"
@@ -416,7 +416,7 @@
416
416
  "fontSize": "1 * 16",
417
417
  "fontWeight": 700,
418
418
  "fontFamily": "Poppins",
419
- "letterSpacing": "1%",
419
+ "letterSpacing": "0.01 * 100%",
420
420
  "lineHeight": "1"
421
421
  },
422
422
  "type": "typography",
@@ -449,7 +449,7 @@
449
449
  "fontSize": "0.875 * 16",
450
450
  "fontWeight": 700,
451
451
  "fontFamily": "Poppins",
452
- "letterSpacing": "1%",
452
+ "letterSpacing": "0.01 * 100%",
453
453
  "lineHeight": "1"
454
454
  },
455
455
  "type": "typography",
@@ -1432,6 +1432,1279 @@
1432
1432
  }
1433
1433
  }
1434
1434
  },
1435
+ "button": {
1436
+ "primary": {
1437
+ "background": {
1438
+ "default": {
1439
+ "value": "#ffdc28",
1440
+ "public": true,
1441
+ "isReferenceToInternal": true,
1442
+ "filePath": "tokens/color/alias/interactive.dark.json",
1443
+ "isSource": true,
1444
+ "original": {
1445
+ "value": "{color.dark-mode.brand.primary.400.value}",
1446
+ "public": true,
1447
+ "isReferenceToInternal": true
1448
+ },
1449
+ "name": "color-dark-mode-button-primary-background-default",
1450
+ "attributes": {
1451
+ "category": "color",
1452
+ "type": "dark-mode",
1453
+ "item": "button",
1454
+ "subitem": "primary",
1455
+ "state": "background"
1456
+ },
1457
+ "path": [
1458
+ "color",
1459
+ "dark-mode",
1460
+ "button",
1461
+ "primary",
1462
+ "background",
1463
+ "default"
1464
+ ]
1465
+ },
1466
+ "hover": {
1467
+ "value": "#ffe668",
1468
+ "public": true,
1469
+ "isReferenceToInternal": true,
1470
+ "filePath": "tokens/color/alias/interactive.dark.json",
1471
+ "isSource": true,
1472
+ "original": {
1473
+ "value": "{color.dark-mode.brand.primary.300.value}",
1474
+ "public": true,
1475
+ "isReferenceToInternal": true
1476
+ },
1477
+ "name": "color-dark-mode-button-primary-background-hover",
1478
+ "attributes": {
1479
+ "category": "color",
1480
+ "type": "dark-mode",
1481
+ "item": "button",
1482
+ "subitem": "primary",
1483
+ "state": "background"
1484
+ },
1485
+ "path": [
1486
+ "color",
1487
+ "dark-mode",
1488
+ "button",
1489
+ "primary",
1490
+ "background",
1491
+ "hover"
1492
+ ]
1493
+ },
1494
+ "active": {
1495
+ "value": "#ddbd16",
1496
+ "public": true,
1497
+ "isReferenceToInternal": true,
1498
+ "filePath": "tokens/color/alias/interactive.dark.json",
1499
+ "isSource": true,
1500
+ "original": {
1501
+ "value": "{color.dark-mode.brand.primary.500.value}",
1502
+ "public": true,
1503
+ "isReferenceToInternal": true
1504
+ },
1505
+ "name": "color-dark-mode-button-primary-background-active",
1506
+ "attributes": {
1507
+ "category": "color",
1508
+ "type": "dark-mode",
1509
+ "item": "button",
1510
+ "subitem": "primary",
1511
+ "state": "background"
1512
+ },
1513
+ "path": [
1514
+ "color",
1515
+ "dark-mode",
1516
+ "button",
1517
+ "primary",
1518
+ "background",
1519
+ "active"
1520
+ ]
1521
+ },
1522
+ "focus": {
1523
+ "value": "#ddbd16",
1524
+ "public": true,
1525
+ "isReferenceToInternal": true,
1526
+ "filePath": "tokens/color/alias/interactive.dark.json",
1527
+ "isSource": true,
1528
+ "original": {
1529
+ "value": "{color.dark-mode.brand.primary.500.value}",
1530
+ "public": true,
1531
+ "isReferenceToInternal": true
1532
+ },
1533
+ "name": "color-dark-mode-button-primary-background-focus",
1534
+ "attributes": {
1535
+ "category": "color",
1536
+ "type": "dark-mode",
1537
+ "item": "button",
1538
+ "subitem": "primary",
1539
+ "state": "background"
1540
+ },
1541
+ "path": [
1542
+ "color",
1543
+ "dark-mode",
1544
+ "button",
1545
+ "primary",
1546
+ "background",
1547
+ "focus"
1548
+ ]
1549
+ }
1550
+ },
1551
+ "border": {
1552
+ "default": {
1553
+ "value": "#ffdc28",
1554
+ "public": true,
1555
+ "isReferenceToInternal": true,
1556
+ "filePath": "tokens/color/alias/interactive.dark.json",
1557
+ "isSource": true,
1558
+ "original": {
1559
+ "value": "{color.dark-mode.brand.primary.400.value}",
1560
+ "public": true,
1561
+ "isReferenceToInternal": true
1562
+ },
1563
+ "name": "color-dark-mode-button-primary-border-default",
1564
+ "attributes": {
1565
+ "category": "color",
1566
+ "type": "dark-mode",
1567
+ "item": "button",
1568
+ "subitem": "primary",
1569
+ "state": "border"
1570
+ },
1571
+ "path": [
1572
+ "color",
1573
+ "dark-mode",
1574
+ "button",
1575
+ "primary",
1576
+ "border",
1577
+ "default"
1578
+ ]
1579
+ },
1580
+ "hover": {
1581
+ "value": "#ffe668",
1582
+ "public": true,
1583
+ "isReferenceToInternal": true,
1584
+ "filePath": "tokens/color/alias/interactive.dark.json",
1585
+ "isSource": true,
1586
+ "original": {
1587
+ "value": "{color.dark-mode.brand.primary.300.value}",
1588
+ "public": true,
1589
+ "isReferenceToInternal": true
1590
+ },
1591
+ "name": "color-dark-mode-button-primary-border-hover",
1592
+ "attributes": {
1593
+ "category": "color",
1594
+ "type": "dark-mode",
1595
+ "item": "button",
1596
+ "subitem": "primary",
1597
+ "state": "border"
1598
+ },
1599
+ "path": [
1600
+ "color",
1601
+ "dark-mode",
1602
+ "button",
1603
+ "primary",
1604
+ "border",
1605
+ "hover"
1606
+ ]
1607
+ },
1608
+ "active": {
1609
+ "value": "#ddbd16",
1610
+ "public": true,
1611
+ "isReferenceToInternal": true,
1612
+ "filePath": "tokens/color/alias/interactive.dark.json",
1613
+ "isSource": true,
1614
+ "original": {
1615
+ "value": "{color.dark-mode.brand.primary.500.value}",
1616
+ "public": true,
1617
+ "isReferenceToInternal": true
1618
+ },
1619
+ "name": "color-dark-mode-button-primary-border-active",
1620
+ "attributes": {
1621
+ "category": "color",
1622
+ "type": "dark-mode",
1623
+ "item": "button",
1624
+ "subitem": "primary",
1625
+ "state": "border"
1626
+ },
1627
+ "path": [
1628
+ "color",
1629
+ "dark-mode",
1630
+ "button",
1631
+ "primary",
1632
+ "border",
1633
+ "active"
1634
+ ]
1635
+ },
1636
+ "focus": {
1637
+ "value": "#ddbd16",
1638
+ "public": true,
1639
+ "isReferenceToInternal": true,
1640
+ "filePath": "tokens/color/alias/interactive.dark.json",
1641
+ "isSource": true,
1642
+ "original": {
1643
+ "value": "{color.dark-mode.brand.primary.500.value}",
1644
+ "public": true,
1645
+ "isReferenceToInternal": true
1646
+ },
1647
+ "name": "color-dark-mode-button-primary-border-focus",
1648
+ "attributes": {
1649
+ "category": "color",
1650
+ "type": "dark-mode",
1651
+ "item": "button",
1652
+ "subitem": "primary",
1653
+ "state": "border"
1654
+ },
1655
+ "path": [
1656
+ "color",
1657
+ "dark-mode",
1658
+ "button",
1659
+ "primary",
1660
+ "border",
1661
+ "focus"
1662
+ ]
1663
+ }
1664
+ },
1665
+ "foreground": {
1666
+ "default": {
1667
+ "value": "#ffffff",
1668
+ "public": true,
1669
+ "isReferenceToInternal": true,
1670
+ "filePath": "tokens/color/alias/interactive.dark.json",
1671
+ "isSource": true,
1672
+ "original": {
1673
+ "value": "{color.dark-mode.foreground.default.value}",
1674
+ "public": true,
1675
+ "isReferenceToInternal": true
1676
+ },
1677
+ "name": "color-dark-mode-button-primary-foreground-default",
1678
+ "attributes": {
1679
+ "category": "color",
1680
+ "type": "dark-mode",
1681
+ "item": "button",
1682
+ "subitem": "primary",
1683
+ "state": "foreground"
1684
+ },
1685
+ "path": [
1686
+ "color",
1687
+ "dark-mode",
1688
+ "button",
1689
+ "primary",
1690
+ "foreground",
1691
+ "default"
1692
+ ]
1693
+ },
1694
+ "hover": {
1695
+ "value": "#ffffff",
1696
+ "public": true,
1697
+ "isReferenceToInternal": true,
1698
+ "filePath": "tokens/color/alias/interactive.dark.json",
1699
+ "isSource": true,
1700
+ "original": {
1701
+ "value": "{color.dark-mode.foreground.default.value}",
1702
+ "public": true,
1703
+ "isReferenceToInternal": true
1704
+ },
1705
+ "name": "color-dark-mode-button-primary-foreground-hover",
1706
+ "attributes": {
1707
+ "category": "color",
1708
+ "type": "dark-mode",
1709
+ "item": "button",
1710
+ "subitem": "primary",
1711
+ "state": "foreground"
1712
+ },
1713
+ "path": [
1714
+ "color",
1715
+ "dark-mode",
1716
+ "button",
1717
+ "primary",
1718
+ "foreground",
1719
+ "hover"
1720
+ ]
1721
+ },
1722
+ "active": {
1723
+ "value": "#ffffff",
1724
+ "public": true,
1725
+ "isReferenceToInternal": true,
1726
+ "filePath": "tokens/color/alias/interactive.dark.json",
1727
+ "isSource": true,
1728
+ "original": {
1729
+ "value": "{color.dark-mode.foreground.default.value}",
1730
+ "public": true,
1731
+ "isReferenceToInternal": true
1732
+ },
1733
+ "name": "color-dark-mode-button-primary-foreground-active",
1734
+ "attributes": {
1735
+ "category": "color",
1736
+ "type": "dark-mode",
1737
+ "item": "button",
1738
+ "subitem": "primary",
1739
+ "state": "foreground"
1740
+ },
1741
+ "path": [
1742
+ "color",
1743
+ "dark-mode",
1744
+ "button",
1745
+ "primary",
1746
+ "foreground",
1747
+ "active"
1748
+ ]
1749
+ },
1750
+ "focus": {
1751
+ "value": "#ffffff",
1752
+ "public": true,
1753
+ "isReferenceToInternal": true,
1754
+ "filePath": "tokens/color/alias/interactive.dark.json",
1755
+ "isSource": true,
1756
+ "original": {
1757
+ "value": "{color.dark-mode.foreground.default.value}",
1758
+ "public": true,
1759
+ "isReferenceToInternal": true
1760
+ },
1761
+ "name": "color-dark-mode-button-primary-foreground-focus",
1762
+ "attributes": {
1763
+ "category": "color",
1764
+ "type": "dark-mode",
1765
+ "item": "button",
1766
+ "subitem": "primary",
1767
+ "state": "foreground"
1768
+ },
1769
+ "path": [
1770
+ "color",
1771
+ "dark-mode",
1772
+ "button",
1773
+ "primary",
1774
+ "foreground",
1775
+ "focus"
1776
+ ]
1777
+ }
1778
+ }
1779
+ },
1780
+ "secondary": {
1781
+ "background": {
1782
+ "default": {
1783
+ "value": "rgba(0, 0, 0, 0)",
1784
+ "public": true,
1785
+ "filePath": "tokens/color/alias/interactive.dark.json",
1786
+ "isSource": true,
1787
+ "original": {
1788
+ "value": "transparent",
1789
+ "public": true
1790
+ },
1791
+ "name": "color-dark-mode-button-secondary-background-default",
1792
+ "attributes": {
1793
+ "category": "color",
1794
+ "type": "dark-mode",
1795
+ "item": "button",
1796
+ "subitem": "secondary",
1797
+ "state": "background"
1798
+ },
1799
+ "path": [
1800
+ "color",
1801
+ "dark-mode",
1802
+ "button",
1803
+ "secondary",
1804
+ "background",
1805
+ "default"
1806
+ ]
1807
+ },
1808
+ "hover": {
1809
+ "value": "#504e62",
1810
+ "public": true,
1811
+ "isReferenceToInternal": true,
1812
+ "filePath": "tokens/color/alias/interactive.dark.json",
1813
+ "isSource": true,
1814
+ "original": {
1815
+ "value": "{color.dark-mode.neutral.400.value}",
1816
+ "public": true,
1817
+ "isReferenceToInternal": true
1818
+ },
1819
+ "name": "color-dark-mode-button-secondary-background-hover",
1820
+ "attributes": {
1821
+ "category": "color",
1822
+ "type": "dark-mode",
1823
+ "item": "button",
1824
+ "subitem": "secondary",
1825
+ "state": "background"
1826
+ },
1827
+ "path": [
1828
+ "color",
1829
+ "dark-mode",
1830
+ "button",
1831
+ "secondary",
1832
+ "background",
1833
+ "hover"
1834
+ ]
1835
+ },
1836
+ "active": {
1837
+ "value": "#282839",
1838
+ "public": true,
1839
+ "isReferenceToInternal": true,
1840
+ "filePath": "tokens/color/alias/interactive.dark.json",
1841
+ "isSource": true,
1842
+ "original": {
1843
+ "value": "{color.dark-mode.neutral.500.value}",
1844
+ "public": true,
1845
+ "isReferenceToInternal": true
1846
+ },
1847
+ "name": "color-dark-mode-button-secondary-background-active",
1848
+ "attributes": {
1849
+ "category": "color",
1850
+ "type": "dark-mode",
1851
+ "item": "button",
1852
+ "subitem": "secondary",
1853
+ "state": "background"
1854
+ },
1855
+ "path": [
1856
+ "color",
1857
+ "dark-mode",
1858
+ "button",
1859
+ "secondary",
1860
+ "background",
1861
+ "active"
1862
+ ]
1863
+ },
1864
+ "focus": {
1865
+ "value": "rgba(0, 0, 0, 0)",
1866
+ "public": true,
1867
+ "filePath": "tokens/color/alias/interactive.dark.json",
1868
+ "isSource": true,
1869
+ "original": {
1870
+ "value": "transparent",
1871
+ "public": true
1872
+ },
1873
+ "name": "color-dark-mode-button-secondary-background-focus",
1874
+ "attributes": {
1875
+ "category": "color",
1876
+ "type": "dark-mode",
1877
+ "item": "button",
1878
+ "subitem": "secondary",
1879
+ "state": "background"
1880
+ },
1881
+ "path": [
1882
+ "color",
1883
+ "dark-mode",
1884
+ "button",
1885
+ "secondary",
1886
+ "background",
1887
+ "focus"
1888
+ ]
1889
+ }
1890
+ },
1891
+ "border": {
1892
+ "default": {
1893
+ "value": "#a6a3b4",
1894
+ "public": true,
1895
+ "isReferenceToInternal": true,
1896
+ "filePath": "tokens/color/alias/interactive.dark.json",
1897
+ "isSource": true,
1898
+ "original": {
1899
+ "value": "{color.dark-mode.neutral.200.value}",
1900
+ "public": true,
1901
+ "isReferenceToInternal": true
1902
+ },
1903
+ "name": "color-dark-mode-button-secondary-border-default",
1904
+ "attributes": {
1905
+ "category": "color",
1906
+ "type": "dark-mode",
1907
+ "item": "button",
1908
+ "subitem": "secondary",
1909
+ "state": "border"
1910
+ },
1911
+ "path": [
1912
+ "color",
1913
+ "dark-mode",
1914
+ "button",
1915
+ "secondary",
1916
+ "border",
1917
+ "default"
1918
+ ]
1919
+ },
1920
+ "hover": {
1921
+ "value": "#ffffff",
1922
+ "public": true,
1923
+ "isReferenceToInternal": true,
1924
+ "filePath": "tokens/color/alias/interactive.dark.json",
1925
+ "isSource": true,
1926
+ "original": {
1927
+ "value": "{color.dark-mode.neutral.000.value}",
1928
+ "public": true,
1929
+ "isReferenceToInternal": true
1930
+ },
1931
+ "name": "color-dark-mode-button-secondary-border-hover",
1932
+ "attributes": {
1933
+ "category": "color",
1934
+ "type": "dark-mode",
1935
+ "item": "button",
1936
+ "subitem": "secondary",
1937
+ "state": "border"
1938
+ },
1939
+ "path": [
1940
+ "color",
1941
+ "dark-mode",
1942
+ "button",
1943
+ "secondary",
1944
+ "border",
1945
+ "hover"
1946
+ ]
1947
+ },
1948
+ "active": {
1949
+ "value": "#504e62",
1950
+ "public": true,
1951
+ "isReferenceToInternal": true,
1952
+ "filePath": "tokens/color/alias/interactive.dark.json",
1953
+ "isSource": true,
1954
+ "original": {
1955
+ "value": "{color.dark-mode.neutral.400.value}",
1956
+ "public": true,
1957
+ "isReferenceToInternal": true
1958
+ },
1959
+ "name": "color-dark-mode-button-secondary-border-active",
1960
+ "attributes": {
1961
+ "category": "color",
1962
+ "type": "dark-mode",
1963
+ "item": "button",
1964
+ "subitem": "secondary",
1965
+ "state": "border"
1966
+ },
1967
+ "path": [
1968
+ "color",
1969
+ "dark-mode",
1970
+ "button",
1971
+ "secondary",
1972
+ "border",
1973
+ "active"
1974
+ ]
1975
+ },
1976
+ "focus": {
1977
+ "value": "#a6a3b4",
1978
+ "public": true,
1979
+ "isReferenceToInternal": true,
1980
+ "filePath": "tokens/color/alias/interactive.dark.json",
1981
+ "isSource": true,
1982
+ "original": {
1983
+ "value": "{color.dark-mode.neutral.200.value}",
1984
+ "public": true,
1985
+ "isReferenceToInternal": true
1986
+ },
1987
+ "name": "color-dark-mode-button-secondary-border-focus",
1988
+ "attributes": {
1989
+ "category": "color",
1990
+ "type": "dark-mode",
1991
+ "item": "button",
1992
+ "subitem": "secondary",
1993
+ "state": "border"
1994
+ },
1995
+ "path": [
1996
+ "color",
1997
+ "dark-mode",
1998
+ "button",
1999
+ "secondary",
2000
+ "border",
2001
+ "focus"
2002
+ ]
2003
+ }
2004
+ },
2005
+ "foreground": {
2006
+ "default": {
2007
+ "value": "#e7e7eb",
2008
+ "public": true,
2009
+ "isReferenceToInternal": true,
2010
+ "filePath": "tokens/color/alias/interactive.dark.json",
2011
+ "isSource": true,
2012
+ "original": {
2013
+ "value": "{color.dark-mode.neutral.050.value}",
2014
+ "public": true,
2015
+ "isReferenceToInternal": true
2016
+ },
2017
+ "name": "color-dark-mode-button-secondary-foreground-default",
2018
+ "attributes": {
2019
+ "category": "color",
2020
+ "type": "dark-mode",
2021
+ "item": "button",
2022
+ "subitem": "secondary",
2023
+ "state": "foreground"
2024
+ },
2025
+ "path": [
2026
+ "color",
2027
+ "dark-mode",
2028
+ "button",
2029
+ "secondary",
2030
+ "foreground",
2031
+ "default"
2032
+ ]
2033
+ },
2034
+ "hover": {
2035
+ "value": "#ffffff",
2036
+ "public": true,
2037
+ "isReferenceToInternal": true,
2038
+ "filePath": "tokens/color/alias/interactive.dark.json",
2039
+ "isSource": true,
2040
+ "original": {
2041
+ "value": "{color.dark-mode.neutral.000.value}",
2042
+ "public": true,
2043
+ "isReferenceToInternal": true
2044
+ },
2045
+ "name": "color-dark-mode-button-secondary-foreground-hover",
2046
+ "attributes": {
2047
+ "category": "color",
2048
+ "type": "dark-mode",
2049
+ "item": "button",
2050
+ "subitem": "secondary",
2051
+ "state": "foreground"
2052
+ },
2053
+ "path": [
2054
+ "color",
2055
+ "dark-mode",
2056
+ "button",
2057
+ "secondary",
2058
+ "foreground",
2059
+ "hover"
2060
+ ]
2061
+ },
2062
+ "active": {
2063
+ "value": "#e7e7eb",
2064
+ "public": true,
2065
+ "isReferenceToInternal": true,
2066
+ "filePath": "tokens/color/alias/interactive.dark.json",
2067
+ "isSource": true,
2068
+ "original": {
2069
+ "value": "{color.dark-mode.neutral.050.value}",
2070
+ "public": true,
2071
+ "isReferenceToInternal": true
2072
+ },
2073
+ "name": "color-dark-mode-button-secondary-foreground-active",
2074
+ "attributes": {
2075
+ "category": "color",
2076
+ "type": "dark-mode",
2077
+ "item": "button",
2078
+ "subitem": "secondary",
2079
+ "state": "foreground"
2080
+ },
2081
+ "path": [
2082
+ "color",
2083
+ "dark-mode",
2084
+ "button",
2085
+ "secondary",
2086
+ "foreground",
2087
+ "active"
2088
+ ]
2089
+ },
2090
+ "focus": {
2091
+ "value": "#e7e7eb",
2092
+ "public": true,
2093
+ "isReferenceToInternal": true,
2094
+ "filePath": "tokens/color/alias/interactive.dark.json",
2095
+ "isSource": true,
2096
+ "original": {
2097
+ "value": "{color.dark-mode.neutral.050.value}",
2098
+ "public": true,
2099
+ "isReferenceToInternal": true
2100
+ },
2101
+ "name": "color-dark-mode-button-secondary-foreground-focus",
2102
+ "attributes": {
2103
+ "category": "color",
2104
+ "type": "dark-mode",
2105
+ "item": "button",
2106
+ "subitem": "secondary",
2107
+ "state": "foreground"
2108
+ },
2109
+ "path": [
2110
+ "color",
2111
+ "dark-mode",
2112
+ "button",
2113
+ "secondary",
2114
+ "foreground",
2115
+ "focus"
2116
+ ]
2117
+ }
2118
+ }
2119
+ },
2120
+ "subtle": {
2121
+ "background": {
2122
+ "default": {
2123
+ "value": "rgba(0, 0, 0, 0)",
2124
+ "public": true,
2125
+ "filePath": "tokens/color/alias/interactive.dark.json",
2126
+ "isSource": true,
2127
+ "original": {
2128
+ "value": "transparent",
2129
+ "public": true
2130
+ },
2131
+ "name": "color-dark-mode-button-subtle-background-default",
2132
+ "attributes": {
2133
+ "category": "color",
2134
+ "type": "dark-mode",
2135
+ "item": "button",
2136
+ "subitem": "subtle",
2137
+ "state": "background"
2138
+ },
2139
+ "path": [
2140
+ "color",
2141
+ "dark-mode",
2142
+ "button",
2143
+ "subtle",
2144
+ "background",
2145
+ "default"
2146
+ ]
2147
+ },
2148
+ "hover": {
2149
+ "value": "#504e62",
2150
+ "public": true,
2151
+ "isReferenceToInternal": true,
2152
+ "filePath": "tokens/color/alias/interactive.dark.json",
2153
+ "isSource": true,
2154
+ "original": {
2155
+ "value": "{color.dark-mode.neutral.400.value}",
2156
+ "public": true,
2157
+ "isReferenceToInternal": true
2158
+ },
2159
+ "name": "color-dark-mode-button-subtle-background-hover",
2160
+ "attributes": {
2161
+ "category": "color",
2162
+ "type": "dark-mode",
2163
+ "item": "button",
2164
+ "subitem": "subtle",
2165
+ "state": "background"
2166
+ },
2167
+ "path": [
2168
+ "color",
2169
+ "dark-mode",
2170
+ "button",
2171
+ "subtle",
2172
+ "background",
2173
+ "hover"
2174
+ ]
2175
+ },
2176
+ "active": {
2177
+ "value": "#282839",
2178
+ "public": true,
2179
+ "isReferenceToInternal": true,
2180
+ "filePath": "tokens/color/alias/interactive.dark.json",
2181
+ "isSource": true,
2182
+ "original": {
2183
+ "value": "{color.dark-mode.neutral.500.value}",
2184
+ "public": true,
2185
+ "isReferenceToInternal": true
2186
+ },
2187
+ "name": "color-dark-mode-button-subtle-background-active",
2188
+ "attributes": {
2189
+ "category": "color",
2190
+ "type": "dark-mode",
2191
+ "item": "button",
2192
+ "subitem": "subtle",
2193
+ "state": "background"
2194
+ },
2195
+ "path": [
2196
+ "color",
2197
+ "dark-mode",
2198
+ "button",
2199
+ "subtle",
2200
+ "background",
2201
+ "active"
2202
+ ]
2203
+ },
2204
+ "focus": {
2205
+ "value": "rgba(0, 0, 0, 0)",
2206
+ "public": true,
2207
+ "filePath": "tokens/color/alias/interactive.dark.json",
2208
+ "isSource": true,
2209
+ "original": {
2210
+ "value": "transparent",
2211
+ "public": true
2212
+ },
2213
+ "name": "color-dark-mode-button-subtle-background-focus",
2214
+ "attributes": {
2215
+ "category": "color",
2216
+ "type": "dark-mode",
2217
+ "item": "button",
2218
+ "subitem": "subtle",
2219
+ "state": "background"
2220
+ },
2221
+ "path": [
2222
+ "color",
2223
+ "dark-mode",
2224
+ "button",
2225
+ "subtle",
2226
+ "background",
2227
+ "focus"
2228
+ ]
2229
+ }
2230
+ },
2231
+ "border": {
2232
+ "value": "rgba(0, 0, 0, 0)",
2233
+ "public": true,
2234
+ "filePath": "tokens/color/alias/interactive.dark.json",
2235
+ "isSource": true,
2236
+ "original": {
2237
+ "value": "transparent",
2238
+ "public": true
2239
+ },
2240
+ "name": "color-dark-mode-button-subtle-border",
2241
+ "attributes": {
2242
+ "category": "color",
2243
+ "type": "dark-mode",
2244
+ "item": "button",
2245
+ "subitem": "subtle",
2246
+ "state": "border"
2247
+ },
2248
+ "path": [
2249
+ "color",
2250
+ "dark-mode",
2251
+ "button",
2252
+ "subtle",
2253
+ "border"
2254
+ ]
2255
+ },
2256
+ "foreground": {
2257
+ "default": {
2258
+ "value": "#e7e7eb",
2259
+ "public": true,
2260
+ "isReferenceToInternal": true,
2261
+ "filePath": "tokens/color/alias/interactive.dark.json",
2262
+ "isSource": true,
2263
+ "original": {
2264
+ "value": "{color.dark-mode.neutral.050.value}",
2265
+ "public": true,
2266
+ "isReferenceToInternal": true
2267
+ },
2268
+ "name": "color-dark-mode-button-subtle-foreground-default",
2269
+ "attributes": {
2270
+ "category": "color",
2271
+ "type": "dark-mode",
2272
+ "item": "button",
2273
+ "subitem": "subtle",
2274
+ "state": "foreground"
2275
+ },
2276
+ "path": [
2277
+ "color",
2278
+ "dark-mode",
2279
+ "button",
2280
+ "subtle",
2281
+ "foreground",
2282
+ "default"
2283
+ ]
2284
+ },
2285
+ "hover": {
2286
+ "value": "#ffffff",
2287
+ "public": true,
2288
+ "isReferenceToInternal": true,
2289
+ "filePath": "tokens/color/alias/interactive.dark.json",
2290
+ "isSource": true,
2291
+ "original": {
2292
+ "value": "{color.dark-mode.neutral.000.value}",
2293
+ "public": true,
2294
+ "isReferenceToInternal": true
2295
+ },
2296
+ "name": "color-dark-mode-button-subtle-foreground-hover",
2297
+ "attributes": {
2298
+ "category": "color",
2299
+ "type": "dark-mode",
2300
+ "item": "button",
2301
+ "subitem": "subtle",
2302
+ "state": "foreground"
2303
+ },
2304
+ "path": [
2305
+ "color",
2306
+ "dark-mode",
2307
+ "button",
2308
+ "subtle",
2309
+ "foreground",
2310
+ "hover"
2311
+ ]
2312
+ },
2313
+ "active": {
2314
+ "value": "#e7e7eb",
2315
+ "public": true,
2316
+ "isReferenceToInternal": true,
2317
+ "filePath": "tokens/color/alias/interactive.dark.json",
2318
+ "isSource": true,
2319
+ "original": {
2320
+ "value": "{color.dark-mode.neutral.050.value}",
2321
+ "public": true,
2322
+ "isReferenceToInternal": true
2323
+ },
2324
+ "name": "color-dark-mode-button-subtle-foreground-active",
2325
+ "attributes": {
2326
+ "category": "color",
2327
+ "type": "dark-mode",
2328
+ "item": "button",
2329
+ "subitem": "subtle",
2330
+ "state": "foreground"
2331
+ },
2332
+ "path": [
2333
+ "color",
2334
+ "dark-mode",
2335
+ "button",
2336
+ "subtle",
2337
+ "foreground",
2338
+ "active"
2339
+ ]
2340
+ },
2341
+ "focus": {
2342
+ "value": "#e7e7eb",
2343
+ "public": true,
2344
+ "isReferenceToInternal": true,
2345
+ "filePath": "tokens/color/alias/interactive.dark.json",
2346
+ "isSource": true,
2347
+ "original": {
2348
+ "value": "{color.dark-mode.neutral.050.value}",
2349
+ "public": true,
2350
+ "isReferenceToInternal": true
2351
+ },
2352
+ "name": "color-dark-mode-button-subtle-foreground-focus",
2353
+ "attributes": {
2354
+ "category": "color",
2355
+ "type": "dark-mode",
2356
+ "item": "button",
2357
+ "subitem": "subtle",
2358
+ "state": "foreground"
2359
+ },
2360
+ "path": [
2361
+ "color",
2362
+ "dark-mode",
2363
+ "button",
2364
+ "subtle",
2365
+ "foreground",
2366
+ "focus"
2367
+ ]
2368
+ }
2369
+ }
2370
+ },
2371
+ "destructive": {
2372
+ "background": {
2373
+ "default": {
2374
+ "value": "rgba(0, 0, 0, 0)",
2375
+ "public": true,
2376
+ "filePath": "tokens/color/alias/interactive.dark.json",
2377
+ "isSource": true,
2378
+ "original": {
2379
+ "value": "transparent",
2380
+ "public": true
2381
+ },
2382
+ "name": "color-dark-mode-button-destructive-background-default",
2383
+ "attributes": {
2384
+ "category": "color",
2385
+ "type": "dark-mode",
2386
+ "item": "button",
2387
+ "subitem": "destructive",
2388
+ "state": "background"
2389
+ },
2390
+ "path": [
2391
+ "color",
2392
+ "dark-mode",
2393
+ "button",
2394
+ "destructive",
2395
+ "background",
2396
+ "default"
2397
+ ]
2398
+ },
2399
+ "hover": {
2400
+ "value": "rgba(0, 0, 0, 0)",
2401
+ "public": true,
2402
+ "filePath": "tokens/color/alias/interactive.dark.json",
2403
+ "isSource": true,
2404
+ "original": {
2405
+ "value": "transparent",
2406
+ "public": true
2407
+ },
2408
+ "name": "color-dark-mode-button-destructive-background-hover",
2409
+ "attributes": {
2410
+ "category": "color",
2411
+ "type": "dark-mode",
2412
+ "item": "button",
2413
+ "subitem": "destructive",
2414
+ "state": "background"
2415
+ },
2416
+ "path": [
2417
+ "color",
2418
+ "dark-mode",
2419
+ "button",
2420
+ "destructive",
2421
+ "background",
2422
+ "hover"
2423
+ ]
2424
+ },
2425
+ "active": {
2426
+ "value": "rgba(0, 0, 0, 0)",
2427
+ "public": true,
2428
+ "filePath": "tokens/color/alias/interactive.dark.json",
2429
+ "isSource": true,
2430
+ "original": {
2431
+ "value": "transparent",
2432
+ "public": true
2433
+ },
2434
+ "name": "color-dark-mode-button-destructive-background-active",
2435
+ "attributes": {
2436
+ "category": "color",
2437
+ "type": "dark-mode",
2438
+ "item": "button",
2439
+ "subitem": "destructive",
2440
+ "state": "background"
2441
+ },
2442
+ "path": [
2443
+ "color",
2444
+ "dark-mode",
2445
+ "button",
2446
+ "destructive",
2447
+ "background",
2448
+ "active"
2449
+ ]
2450
+ },
2451
+ "focus": {
2452
+ "value": "rgba(0, 0, 0, 0)",
2453
+ "public": true,
2454
+ "filePath": "tokens/color/alias/interactive.dark.json",
2455
+ "isSource": true,
2456
+ "original": {
2457
+ "value": "transparent",
2458
+ "public": true
2459
+ },
2460
+ "name": "color-dark-mode-button-destructive-background-focus",
2461
+ "attributes": {
2462
+ "category": "color",
2463
+ "type": "dark-mode",
2464
+ "item": "button",
2465
+ "subitem": "destructive",
2466
+ "state": "background"
2467
+ },
2468
+ "path": [
2469
+ "color",
2470
+ "dark-mode",
2471
+ "button",
2472
+ "destructive",
2473
+ "background",
2474
+ "focus"
2475
+ ]
2476
+ }
2477
+ },
2478
+ "border": {
2479
+ "default": {
2480
+ "value": "#be4242",
2481
+ "public": true,
2482
+ "isReferenceToInternal": true,
2483
+ "filePath": "tokens/color/alias/interactive.dark.json",
2484
+ "isSource": true,
2485
+ "original": {
2486
+ "value": "{color.dark-mode.semantic.error.400.value}",
2487
+ "public": true,
2488
+ "isReferenceToInternal": true
2489
+ },
2490
+ "name": "color-dark-mode-button-destructive-border-default",
2491
+ "attributes": {
2492
+ "category": "color",
2493
+ "type": "dark-mode",
2494
+ "item": "button",
2495
+ "subitem": "destructive",
2496
+ "state": "border"
2497
+ },
2498
+ "path": [
2499
+ "color",
2500
+ "dark-mode",
2501
+ "button",
2502
+ "destructive",
2503
+ "border",
2504
+ "default"
2505
+ ]
2506
+ },
2507
+ "hover": {
2508
+ "value": "#ffafaf",
2509
+ "public": true,
2510
+ "isReferenceToInternal": true,
2511
+ "filePath": "tokens/color/alias/interactive.dark.json",
2512
+ "isSource": true,
2513
+ "original": {
2514
+ "value": "{color.dark-mode.semantic.error.200.value}",
2515
+ "public": true,
2516
+ "isReferenceToInternal": true
2517
+ },
2518
+ "name": "color-dark-mode-button-destructive-border-hover",
2519
+ "attributes": {
2520
+ "category": "color",
2521
+ "type": "dark-mode",
2522
+ "item": "button",
2523
+ "subitem": "destructive",
2524
+ "state": "border"
2525
+ },
2526
+ "path": [
2527
+ "color",
2528
+ "dark-mode",
2529
+ "button",
2530
+ "destructive",
2531
+ "border",
2532
+ "hover"
2533
+ ]
2534
+ },
2535
+ "active": {
2536
+ "value": "#be4242",
2537
+ "public": true,
2538
+ "isReferenceToInternal": true,
2539
+ "filePath": "tokens/color/alias/interactive.dark.json",
2540
+ "isSource": true,
2541
+ "original": {
2542
+ "value": "{color.dark-mode.semantic.error.400.value}",
2543
+ "public": true,
2544
+ "isReferenceToInternal": true
2545
+ },
2546
+ "name": "color-dark-mode-button-destructive-border-active",
2547
+ "attributes": {
2548
+ "category": "color",
2549
+ "type": "dark-mode",
2550
+ "item": "button",
2551
+ "subitem": "destructive",
2552
+ "state": "border"
2553
+ },
2554
+ "path": [
2555
+ "color",
2556
+ "dark-mode",
2557
+ "button",
2558
+ "destructive",
2559
+ "border",
2560
+ "active"
2561
+ ]
2562
+ },
2563
+ "focus": {
2564
+ "value": "#be4242",
2565
+ "public": true,
2566
+ "isReferenceToInternal": true,
2567
+ "filePath": "tokens/color/alias/interactive.dark.json",
2568
+ "isSource": true,
2569
+ "original": {
2570
+ "value": "{color.dark-mode.semantic.error.400.value}",
2571
+ "public": true,
2572
+ "isReferenceToInternal": true
2573
+ },
2574
+ "name": "color-dark-mode-button-destructive-border-focus",
2575
+ "attributes": {
2576
+ "category": "color",
2577
+ "type": "dark-mode",
2578
+ "item": "button",
2579
+ "subitem": "destructive",
2580
+ "state": "border"
2581
+ },
2582
+ "path": [
2583
+ "color",
2584
+ "dark-mode",
2585
+ "button",
2586
+ "destructive",
2587
+ "border",
2588
+ "focus"
2589
+ ]
2590
+ }
2591
+ },
2592
+ "foreground": {
2593
+ "default": {
2594
+ "value": "#e05757",
2595
+ "public": true,
2596
+ "isReferenceToInternal": true,
2597
+ "filePath": "tokens/color/alias/interactive.dark.json",
2598
+ "isSource": true,
2599
+ "original": {
2600
+ "value": "{color.dark-mode.semantic.error.300.value}",
2601
+ "public": true,
2602
+ "isReferenceToInternal": true
2603
+ },
2604
+ "name": "color-dark-mode-button-destructive-foreground-default",
2605
+ "attributes": {
2606
+ "category": "color",
2607
+ "type": "dark-mode",
2608
+ "item": "button",
2609
+ "subitem": "destructive",
2610
+ "state": "foreground"
2611
+ },
2612
+ "path": [
2613
+ "color",
2614
+ "dark-mode",
2615
+ "button",
2616
+ "destructive",
2617
+ "foreground",
2618
+ "default"
2619
+ ]
2620
+ },
2621
+ "hover": {
2622
+ "value": "#ffafaf",
2623
+ "public": true,
2624
+ "isReferenceToInternal": true,
2625
+ "filePath": "tokens/color/alias/interactive.dark.json",
2626
+ "isSource": true,
2627
+ "original": {
2628
+ "value": "{color.dark-mode.semantic.error.200.value}",
2629
+ "public": true,
2630
+ "isReferenceToInternal": true
2631
+ },
2632
+ "name": "color-dark-mode-button-destructive-foreground-hover",
2633
+ "attributes": {
2634
+ "category": "color",
2635
+ "type": "dark-mode",
2636
+ "item": "button",
2637
+ "subitem": "destructive",
2638
+ "state": "foreground"
2639
+ },
2640
+ "path": [
2641
+ "color",
2642
+ "dark-mode",
2643
+ "button",
2644
+ "destructive",
2645
+ "foreground",
2646
+ "hover"
2647
+ ]
2648
+ },
2649
+ "active": {
2650
+ "value": "#be4242",
2651
+ "public": true,
2652
+ "isReferenceToInternal": true,
2653
+ "filePath": "tokens/color/alias/interactive.dark.json",
2654
+ "isSource": true,
2655
+ "original": {
2656
+ "value": "{color.dark-mode.semantic.error.400.value}",
2657
+ "public": true,
2658
+ "isReferenceToInternal": true
2659
+ },
2660
+ "name": "color-dark-mode-button-destructive-foreground-active",
2661
+ "attributes": {
2662
+ "category": "color",
2663
+ "type": "dark-mode",
2664
+ "item": "button",
2665
+ "subitem": "destructive",
2666
+ "state": "foreground"
2667
+ },
2668
+ "path": [
2669
+ "color",
2670
+ "dark-mode",
2671
+ "button",
2672
+ "destructive",
2673
+ "foreground",
2674
+ "active"
2675
+ ]
2676
+ },
2677
+ "focus": {
2678
+ "value": "#e05757",
2679
+ "public": true,
2680
+ "isReferenceToInternal": true,
2681
+ "filePath": "tokens/color/alias/interactive.dark.json",
2682
+ "isSource": true,
2683
+ "original": {
2684
+ "value": "{color.dark-mode.semantic.error.300.value}",
2685
+ "public": true,
2686
+ "isReferenceToInternal": true
2687
+ },
2688
+ "name": "color-dark-mode-button-destructive-foreground-focus",
2689
+ "attributes": {
2690
+ "category": "color",
2691
+ "type": "dark-mode",
2692
+ "item": "button",
2693
+ "subitem": "destructive",
2694
+ "state": "foreground"
2695
+ },
2696
+ "path": [
2697
+ "color",
2698
+ "dark-mode",
2699
+ "button",
2700
+ "destructive",
2701
+ "foreground",
2702
+ "focus"
2703
+ ]
2704
+ }
2705
+ }
2706
+ }
2707
+ },
1435
2708
  "link": {
1436
2709
  "default": {
1437
2710
  "value": "#36a3ff",
@@ -2443,6 +3716,29 @@
2443
3716
  "500"
2444
3717
  ]
2445
3718
  }
3719
+ },
3720
+ "focus": {
3721
+ "value": "#36a3ff",
3722
+ "public": true,
3723
+ "filePath": "tokens/color/base/interactive.dark.json",
3724
+ "isSource": true,
3725
+ "original": {
3726
+ "value": "#36A3FF",
3727
+ "public": true
3728
+ },
3729
+ "name": "color-dark-mode-interactive-focus",
3730
+ "attributes": {
3731
+ "category": "color",
3732
+ "type": "dark-mode",
3733
+ "item": "interactive",
3734
+ "subitem": "focus"
3735
+ },
3736
+ "path": [
3737
+ "color",
3738
+ "dark-mode",
3739
+ "interactive",
3740
+ "focus"
3741
+ ]
2446
3742
  }
2447
3743
  },
2448
3744
  "neutral": {
@@ -3068,734 +4364,1265 @@
3068
4364
  "name": "color-dark-mode-semantic-info-100",
3069
4365
  "attributes": {
3070
4366
  "category": "color",
3071
- "type": "dark-mode",
3072
- "item": "semantic",
3073
- "subitem": "info",
3074
- "state": "100"
4367
+ "type": "dark-mode",
4368
+ "item": "semantic",
4369
+ "subitem": "info",
4370
+ "state": "100"
4371
+ },
4372
+ "path": [
4373
+ "color",
4374
+ "dark-mode",
4375
+ "semantic",
4376
+ "info",
4377
+ "100"
4378
+ ]
4379
+ },
4380
+ "200": {
4381
+ "value": "#c1f0f5",
4382
+ "filePath": "tokens/color/base/semantic.dark.json",
4383
+ "isSource": true,
4384
+ "original": {
4385
+ "value": "#C1F0F5"
4386
+ },
4387
+ "name": "color-dark-mode-semantic-info-200",
4388
+ "attributes": {
4389
+ "category": "color",
4390
+ "type": "dark-mode",
4391
+ "item": "semantic",
4392
+ "subitem": "info",
4393
+ "state": "200"
4394
+ },
4395
+ "path": [
4396
+ "color",
4397
+ "dark-mode",
4398
+ "semantic",
4399
+ "info",
4400
+ "200"
4401
+ ]
4402
+ },
4403
+ "300": {
4404
+ "value": "#60c6d2",
4405
+ "filePath": "tokens/color/base/semantic.dark.json",
4406
+ "isSource": true,
4407
+ "original": {
4408
+ "value": "#60C6D2"
4409
+ },
4410
+ "name": "color-dark-mode-semantic-info-300",
4411
+ "attributes": {
4412
+ "category": "color",
4413
+ "type": "dark-mode",
4414
+ "item": "semantic",
4415
+ "subitem": "info",
4416
+ "state": "300"
4417
+ },
4418
+ "path": [
4419
+ "color",
4420
+ "dark-mode",
4421
+ "semantic",
4422
+ "info",
4423
+ "300"
4424
+ ]
4425
+ },
4426
+ "400": {
4427
+ "value": "#1d7f8c",
4428
+ "filePath": "tokens/color/base/semantic.dark.json",
4429
+ "isSource": true,
4430
+ "original": {
4431
+ "value": "#1D7F8C"
4432
+ },
4433
+ "name": "color-dark-mode-semantic-info-400",
4434
+ "attributes": {
4435
+ "category": "color",
4436
+ "type": "dark-mode",
4437
+ "item": "semantic",
4438
+ "subitem": "info",
4439
+ "state": "400"
4440
+ },
4441
+ "path": [
4442
+ "color",
4443
+ "dark-mode",
4444
+ "semantic",
4445
+ "info",
4446
+ "400"
4447
+ ]
4448
+ },
4449
+ "500": {
4450
+ "value": "#206b74",
4451
+ "filePath": "tokens/color/base/semantic.dark.json",
4452
+ "isSource": true,
4453
+ "original": {
4454
+ "value": "#206B74"
4455
+ },
4456
+ "name": "color-dark-mode-semantic-info-500",
4457
+ "attributes": {
4458
+ "category": "color",
4459
+ "type": "dark-mode",
4460
+ "item": "semantic",
4461
+ "subitem": "info",
4462
+ "state": "500"
4463
+ },
4464
+ "path": [
4465
+ "color",
4466
+ "dark-mode",
4467
+ "semantic",
4468
+ "info",
4469
+ "500"
4470
+ ]
4471
+ },
4472
+ "600": {
4473
+ "value": "#1d474c",
4474
+ "filePath": "tokens/color/base/semantic.dark.json",
4475
+ "isSource": true,
4476
+ "original": {
4477
+ "value": "#1D474C"
4478
+ },
4479
+ "name": "color-dark-mode-semantic-info-600",
4480
+ "attributes": {
4481
+ "category": "color",
4482
+ "type": "dark-mode",
4483
+ "item": "semantic",
4484
+ "subitem": "info",
4485
+ "state": "600"
4486
+ },
4487
+ "path": [
4488
+ "color",
4489
+ "dark-mode",
4490
+ "semantic",
4491
+ "info",
4492
+ "600"
4493
+ ]
4494
+ }
4495
+ }
4496
+ }
4497
+ },
4498
+ "light-mode": {
4499
+ "background": {
4500
+ "default": {
4501
+ "value": "#ffffff",
4502
+ "public": true,
4503
+ "isReferenceToInternal": true,
4504
+ "filePath": "tokens/color/alias/defaults.light.json",
4505
+ "isSource": true,
4506
+ "original": {
4507
+ "value": "{color.light-mode.neutral.000.value}",
4508
+ "public": true,
4509
+ "isReferenceToInternal": true
4510
+ },
4511
+ "name": "color-light-mode-background-default",
4512
+ "attributes": {
4513
+ "category": "color",
4514
+ "type": "light-mode",
4515
+ "item": "background",
4516
+ "subitem": "default"
4517
+ },
4518
+ "path": [
4519
+ "color",
4520
+ "light-mode",
4521
+ "background",
4522
+ "default"
4523
+ ]
4524
+ }
4525
+ },
4526
+ "border": {
4527
+ "default": {
4528
+ "value": "#71717c",
4529
+ "public": true,
4530
+ "isReferenceToInternal": true,
4531
+ "filePath": "tokens/color/alias/defaults.light.json",
4532
+ "isSource": true,
4533
+ "original": {
4534
+ "value": "{color.light-mode.neutral.400.value}",
4535
+ "public": true,
4536
+ "isReferenceToInternal": true
4537
+ },
4538
+ "name": "color-light-mode-border-default",
4539
+ "attributes": {
4540
+ "category": "color",
4541
+ "type": "light-mode",
4542
+ "item": "border",
4543
+ "subitem": "default"
4544
+ },
4545
+ "path": [
4546
+ "color",
4547
+ "light-mode",
4548
+ "border",
4549
+ "default"
4550
+ ]
4551
+ }
4552
+ },
4553
+ "foreground": {
4554
+ "default": {
4555
+ "value": "#23232d",
4556
+ "public": true,
4557
+ "isReferenceToInternal": true,
4558
+ "filePath": "tokens/color/alias/defaults.light.json",
4559
+ "isSource": true,
4560
+ "original": {
4561
+ "value": "{color.light-mode.neutral.700.value}",
4562
+ "public": true,
4563
+ "isReferenceToInternal": true
4564
+ },
4565
+ "name": "color-light-mode-foreground-default",
4566
+ "attributes": {
4567
+ "category": "color",
4568
+ "type": "light-mode",
4569
+ "item": "foreground",
4570
+ "subitem": "default"
4571
+ },
4572
+ "path": [
4573
+ "color",
4574
+ "light-mode",
4575
+ "foreground",
4576
+ "default"
4577
+ ]
4578
+ }
4579
+ },
4580
+ "input": {
4581
+ "background": {
4582
+ "default": {
4583
+ "value": "#ffffff",
4584
+ "public": true,
4585
+ "isReferenceToInternal": true,
4586
+ "filePath": "tokens/color/alias/input.light.json",
4587
+ "isSource": true,
4588
+ "original": {
4589
+ "value": "{color.light-mode.neutral.000.value}",
4590
+ "public": true,
4591
+ "isReferenceToInternal": true
4592
+ },
4593
+ "name": "color-light-mode-input-background-default",
4594
+ "attributes": {
4595
+ "category": "color",
4596
+ "type": "light-mode",
4597
+ "item": "input",
4598
+ "subitem": "background",
4599
+ "state": "default"
3075
4600
  },
3076
4601
  "path": [
3077
4602
  "color",
3078
- "dark-mode",
3079
- "semantic",
3080
- "info",
3081
- "100"
4603
+ "light-mode",
4604
+ "input",
4605
+ "background",
4606
+ "default"
3082
4607
  ]
3083
4608
  },
3084
- "200": {
3085
- "value": "#c1f0f5",
3086
- "filePath": "tokens/color/base/semantic.dark.json",
4609
+ "disabled": {
4610
+ "value": "#cfcfd3",
4611
+ "public": true,
4612
+ "isReferenceToInternal": true,
4613
+ "filePath": "tokens/color/alias/input.light.json",
3087
4614
  "isSource": true,
3088
4615
  "original": {
3089
- "value": "#C1F0F5"
4616
+ "value": "{color.light-mode.neutral.100.value}",
4617
+ "public": true,
4618
+ "isReferenceToInternal": true
3090
4619
  },
3091
- "name": "color-dark-mode-semantic-info-200",
4620
+ "name": "color-light-mode-input-background-disabled",
3092
4621
  "attributes": {
3093
4622
  "category": "color",
3094
- "type": "dark-mode",
3095
- "item": "semantic",
3096
- "subitem": "info",
3097
- "state": "200"
4623
+ "type": "light-mode",
4624
+ "item": "input",
4625
+ "subitem": "background",
4626
+ "state": "disabled"
3098
4627
  },
3099
4628
  "path": [
3100
4629
  "color",
3101
- "dark-mode",
3102
- "semantic",
3103
- "info",
3104
- "200"
4630
+ "light-mode",
4631
+ "input",
4632
+ "background",
4633
+ "disabled"
3105
4634
  ]
3106
- },
3107
- "300": {
3108
- "value": "#60c6d2",
3109
- "filePath": "tokens/color/base/semantic.dark.json",
4635
+ }
4636
+ },
4637
+ "border": {
4638
+ "default": {
4639
+ "value": "#71717c",
4640
+ "public": true,
4641
+ "filePath": "tokens/color/alias/input.light.json",
3110
4642
  "isSource": true,
3111
4643
  "original": {
3112
- "value": "#60C6D2"
4644
+ "value": "{color.light-mode.border.default}",
4645
+ "public": true
3113
4646
  },
3114
- "name": "color-dark-mode-semantic-info-300",
4647
+ "name": "color-light-mode-input-border-default",
3115
4648
  "attributes": {
3116
4649
  "category": "color",
3117
- "type": "dark-mode",
3118
- "item": "semantic",
3119
- "subitem": "info",
3120
- "state": "300"
4650
+ "type": "light-mode",
4651
+ "item": "input",
4652
+ "subitem": "border",
4653
+ "state": "default"
3121
4654
  },
3122
4655
  "path": [
3123
4656
  "color",
3124
- "dark-mode",
3125
- "semantic",
3126
- "info",
3127
- "300"
4657
+ "light-mode",
4658
+ "input",
4659
+ "border",
4660
+ "default"
3128
4661
  ]
3129
4662
  },
3130
- "400": {
3131
- "value": "#1d7f8c",
3132
- "filePath": "tokens/color/base/semantic.dark.json",
4663
+ "disabled": {
4664
+ "value": "#aeaeb6",
4665
+ "public": true,
4666
+ "isReferenceToInternal": true,
4667
+ "filePath": "tokens/color/alias/input.light.json",
3133
4668
  "isSource": true,
3134
4669
  "original": {
3135
- "value": "#1D7F8C"
4670
+ "value": "{color.light-mode.neutral.200.value}",
4671
+ "public": true,
4672
+ "isReferenceToInternal": true
3136
4673
  },
3137
- "name": "color-dark-mode-semantic-info-400",
4674
+ "name": "color-light-mode-input-border-disabled",
3138
4675
  "attributes": {
3139
4676
  "category": "color",
3140
- "type": "dark-mode",
3141
- "item": "semantic",
3142
- "subitem": "info",
3143
- "state": "400"
4677
+ "type": "light-mode",
4678
+ "item": "input",
4679
+ "subitem": "border",
4680
+ "state": "disabled"
3144
4681
  },
3145
4682
  "path": [
3146
4683
  "color",
3147
- "dark-mode",
3148
- "semantic",
3149
- "info",
3150
- "400"
4684
+ "light-mode",
4685
+ "input",
4686
+ "border",
4687
+ "disabled"
3151
4688
  ]
3152
- },
3153
- "500": {
3154
- "value": "#206b74",
3155
- "filePath": "tokens/color/base/semantic.dark.json",
3156
- "isSource": true,
3157
- "original": {
3158
- "value": "#206B74"
4689
+ }
4690
+ }
4691
+ },
4692
+ "button": {
4693
+ "primary": {
4694
+ "background": {
4695
+ "default": {
4696
+ "value": "#ffdc28",
4697
+ "public": true,
4698
+ "isReferenceToInternal": true,
4699
+ "filePath": "tokens/color/alias/interactive.light.json",
4700
+ "isSource": true,
4701
+ "original": {
4702
+ "value": "{color.light-mode.brand.primary.400.value}",
4703
+ "public": true,
4704
+ "isReferenceToInternal": true
4705
+ },
4706
+ "name": "color-light-mode-button-primary-background-default",
4707
+ "attributes": {
4708
+ "category": "color",
4709
+ "type": "light-mode",
4710
+ "item": "button",
4711
+ "subitem": "primary",
4712
+ "state": "background"
4713
+ },
4714
+ "path": [
4715
+ "color",
4716
+ "light-mode",
4717
+ "button",
4718
+ "primary",
4719
+ "background",
4720
+ "default"
4721
+ ]
3159
4722
  },
3160
- "name": "color-dark-mode-semantic-info-500",
3161
- "attributes": {
3162
- "category": "color",
3163
- "type": "dark-mode",
3164
- "item": "semantic",
3165
- "subitem": "info",
3166
- "state": "500"
4723
+ "hover": {
4724
+ "value": "#ffe668",
4725
+ "public": true,
4726
+ "isReferenceToInternal": true,
4727
+ "filePath": "tokens/color/alias/interactive.light.json",
4728
+ "isSource": true,
4729
+ "original": {
4730
+ "value": "{color.light-mode.brand.primary.300.value}",
4731
+ "public": true,
4732
+ "isReferenceToInternal": true
4733
+ },
4734
+ "name": "color-light-mode-button-primary-background-hover",
4735
+ "attributes": {
4736
+ "category": "color",
4737
+ "type": "light-mode",
4738
+ "item": "button",
4739
+ "subitem": "primary",
4740
+ "state": "background"
4741
+ },
4742
+ "path": [
4743
+ "color",
4744
+ "light-mode",
4745
+ "button",
4746
+ "primary",
4747
+ "background",
4748
+ "hover"
4749
+ ]
4750
+ },
4751
+ "active": {
4752
+ "value": "#ddbd16",
4753
+ "public": true,
4754
+ "isReferenceToInternal": true,
4755
+ "filePath": "tokens/color/alias/interactive.light.json",
4756
+ "isSource": true,
4757
+ "original": {
4758
+ "value": "{color.light-mode.brand.primary.500.value}",
4759
+ "public": true,
4760
+ "isReferenceToInternal": true
4761
+ },
4762
+ "name": "color-light-mode-button-primary-background-active",
4763
+ "attributes": {
4764
+ "category": "color",
4765
+ "type": "light-mode",
4766
+ "item": "button",
4767
+ "subitem": "primary",
4768
+ "state": "background"
4769
+ },
4770
+ "path": [
4771
+ "color",
4772
+ "light-mode",
4773
+ "button",
4774
+ "primary",
4775
+ "background",
4776
+ "active"
4777
+ ]
4778
+ },
4779
+ "focus": {
4780
+ "value": "#ffe668",
4781
+ "public": true,
4782
+ "isReferenceToInternal": true,
4783
+ "filePath": "tokens/color/alias/interactive.light.json",
4784
+ "isSource": true,
4785
+ "original": {
4786
+ "value": "{color.light-mode.brand.primary.300.value}",
4787
+ "public": true,
4788
+ "isReferenceToInternal": true
4789
+ },
4790
+ "name": "color-light-mode-button-primary-background-focus",
4791
+ "attributes": {
4792
+ "category": "color",
4793
+ "type": "light-mode",
4794
+ "item": "button",
4795
+ "subitem": "primary",
4796
+ "state": "background"
4797
+ },
4798
+ "path": [
4799
+ "color",
4800
+ "light-mode",
4801
+ "button",
4802
+ "primary",
4803
+ "background",
4804
+ "focus"
4805
+ ]
4806
+ }
4807
+ },
4808
+ "border": {
4809
+ "default": {
4810
+ "value": "#ffdc28",
4811
+ "public": true,
4812
+ "isReferenceToInternal": true,
4813
+ "filePath": "tokens/color/alias/interactive.light.json",
4814
+ "isSource": true,
4815
+ "original": {
4816
+ "value": "{color.light-mode.brand.primary.400.value}",
4817
+ "public": true,
4818
+ "isReferenceToInternal": true
4819
+ },
4820
+ "name": "color-light-mode-button-primary-border-default",
4821
+ "attributes": {
4822
+ "category": "color",
4823
+ "type": "light-mode",
4824
+ "item": "button",
4825
+ "subitem": "primary",
4826
+ "state": "border"
4827
+ },
4828
+ "path": [
4829
+ "color",
4830
+ "light-mode",
4831
+ "button",
4832
+ "primary",
4833
+ "border",
4834
+ "default"
4835
+ ]
3167
4836
  },
3168
- "path": [
3169
- "color",
3170
- "dark-mode",
3171
- "semantic",
3172
- "info",
3173
- "500"
3174
- ]
3175
- },
3176
- "600": {
3177
- "value": "#1d474c",
3178
- "filePath": "tokens/color/base/semantic.dark.json",
3179
- "isSource": true,
3180
- "original": {
3181
- "value": "#1D474C"
4837
+ "hover": {
4838
+ "value": "#ffe668",
4839
+ "public": true,
4840
+ "isReferenceToInternal": true,
4841
+ "filePath": "tokens/color/alias/interactive.light.json",
4842
+ "isSource": true,
4843
+ "original": {
4844
+ "value": "{color.light-mode.brand.primary.300.value}",
4845
+ "public": true,
4846
+ "isReferenceToInternal": true
4847
+ },
4848
+ "name": "color-light-mode-button-primary-border-hover",
4849
+ "attributes": {
4850
+ "category": "color",
4851
+ "type": "light-mode",
4852
+ "item": "button",
4853
+ "subitem": "primary",
4854
+ "state": "border"
4855
+ },
4856
+ "path": [
4857
+ "color",
4858
+ "light-mode",
4859
+ "button",
4860
+ "primary",
4861
+ "border",
4862
+ "hover"
4863
+ ]
3182
4864
  },
3183
- "name": "color-dark-mode-semantic-info-600",
3184
- "attributes": {
3185
- "category": "color",
3186
- "type": "dark-mode",
3187
- "item": "semantic",
3188
- "subitem": "info",
3189
- "state": "600"
4865
+ "active": {
4866
+ "value": "#ddbd16",
4867
+ "public": true,
4868
+ "isReferenceToInternal": true,
4869
+ "filePath": "tokens/color/alias/interactive.light.json",
4870
+ "isSource": true,
4871
+ "original": {
4872
+ "value": "{color.light-mode.brand.primary.500.value}",
4873
+ "public": true,
4874
+ "isReferenceToInternal": true
4875
+ },
4876
+ "name": "color-light-mode-button-primary-border-active",
4877
+ "attributes": {
4878
+ "category": "color",
4879
+ "type": "light-mode",
4880
+ "item": "button",
4881
+ "subitem": "primary",
4882
+ "state": "border"
4883
+ },
4884
+ "path": [
4885
+ "color",
4886
+ "light-mode",
4887
+ "button",
4888
+ "primary",
4889
+ "border",
4890
+ "active"
4891
+ ]
3190
4892
  },
3191
- "path": [
3192
- "color",
3193
- "dark-mode",
3194
- "semantic",
3195
- "info",
3196
- "600"
3197
- ]
3198
- }
3199
- }
3200
- }
3201
- },
3202
- "light-mode": {
3203
- "background": {
3204
- "default": {
3205
- "value": "#ffffff",
3206
- "public": true,
3207
- "isReferenceToInternal": true,
3208
- "filePath": "tokens/color/alias/defaults.light.json",
3209
- "isSource": true,
3210
- "original": {
3211
- "value": "{color.light-mode.neutral.000.value}",
3212
- "public": true,
3213
- "isReferenceToInternal": true
3214
- },
3215
- "name": "color-light-mode-background-default",
3216
- "attributes": {
3217
- "category": "color",
3218
- "type": "light-mode",
3219
- "item": "background",
3220
- "subitem": "default"
3221
- },
3222
- "path": [
3223
- "color",
3224
- "light-mode",
3225
- "background",
3226
- "default"
3227
- ]
3228
- }
3229
- },
3230
- "border": {
3231
- "default": {
3232
- "value": "#71717c",
3233
- "public": true,
3234
- "isReferenceToInternal": true,
3235
- "filePath": "tokens/color/alias/defaults.light.json",
3236
- "isSource": true,
3237
- "original": {
3238
- "value": "{color.light-mode.neutral.400.value}",
3239
- "public": true,
3240
- "isReferenceToInternal": true
3241
- },
3242
- "name": "color-light-mode-border-default",
3243
- "attributes": {
3244
- "category": "color",
3245
- "type": "light-mode",
3246
- "item": "border",
3247
- "subitem": "default"
3248
- },
3249
- "path": [
3250
- "color",
3251
- "light-mode",
3252
- "border",
3253
- "default"
3254
- ]
3255
- }
3256
- },
3257
- "foreground": {
3258
- "default": {
3259
- "value": "#23232d",
3260
- "public": true,
3261
- "isReferenceToInternal": true,
3262
- "filePath": "tokens/color/alias/defaults.light.json",
3263
- "isSource": true,
3264
- "original": {
3265
- "value": "{color.light-mode.neutral.700.value}",
3266
- "public": true,
3267
- "isReferenceToInternal": true
3268
- },
3269
- "name": "color-light-mode-foreground-default",
3270
- "attributes": {
3271
- "category": "color",
3272
- "type": "light-mode",
3273
- "item": "foreground",
3274
- "subitem": "default"
4893
+ "focus": {
4894
+ "value": "#ffe668",
4895
+ "public": true,
4896
+ "isReferenceToInternal": true,
4897
+ "filePath": "tokens/color/alias/interactive.light.json",
4898
+ "isSource": true,
4899
+ "original": {
4900
+ "value": "{color.light-mode.brand.primary.300.value}",
4901
+ "public": true,
4902
+ "isReferenceToInternal": true
4903
+ },
4904
+ "name": "color-light-mode-button-primary-border-focus",
4905
+ "attributes": {
4906
+ "category": "color",
4907
+ "type": "light-mode",
4908
+ "item": "button",
4909
+ "subitem": "primary",
4910
+ "state": "border"
4911
+ },
4912
+ "path": [
4913
+ "color",
4914
+ "light-mode",
4915
+ "button",
4916
+ "primary",
4917
+ "border",
4918
+ "focus"
4919
+ ]
4920
+ }
3275
4921
  },
3276
- "path": [
3277
- "color",
3278
- "light-mode",
3279
- "foreground",
3280
- "default"
3281
- ]
3282
- }
3283
- },
3284
- "button": {
3285
- "primary": {
3286
- "background": {
4922
+ "foreground": {
3287
4923
  "default": {
3288
- "value": "#ffdc28",
4924
+ "value": "#23232d",
4925
+ "public": true,
4926
+ "isReferenceToInternal": true,
4927
+ "filePath": "tokens/color/alias/interactive.light.json",
4928
+ "isSource": true,
4929
+ "original": {
4930
+ "value": "{color.light-mode.foreground.default.value}",
4931
+ "public": true,
4932
+ "isReferenceToInternal": true
4933
+ },
4934
+ "name": "color-light-mode-button-primary-foreground-default",
4935
+ "attributes": {
4936
+ "category": "color",
4937
+ "type": "light-mode",
4938
+ "item": "button",
4939
+ "subitem": "primary",
4940
+ "state": "foreground"
4941
+ },
4942
+ "path": [
4943
+ "color",
4944
+ "light-mode",
4945
+ "button",
4946
+ "primary",
4947
+ "foreground",
4948
+ "default"
4949
+ ]
4950
+ },
4951
+ "hover": {
4952
+ "value": "#23232d",
4953
+ "public": true,
4954
+ "isReferenceToInternal": true,
4955
+ "filePath": "tokens/color/alias/interactive.light.json",
4956
+ "isSource": true,
4957
+ "original": {
4958
+ "value": "{color.light-mode.foreground.default.value}",
4959
+ "public": true,
4960
+ "isReferenceToInternal": true
4961
+ },
4962
+ "name": "color-light-mode-button-primary-foreground-hover",
4963
+ "attributes": {
4964
+ "category": "color",
4965
+ "type": "light-mode",
4966
+ "item": "button",
4967
+ "subitem": "primary",
4968
+ "state": "foreground"
4969
+ },
4970
+ "path": [
4971
+ "color",
4972
+ "light-mode",
4973
+ "button",
4974
+ "primary",
4975
+ "foreground",
4976
+ "hover"
4977
+ ]
4978
+ },
4979
+ "active": {
4980
+ "value": "#23232d",
4981
+ "public": true,
4982
+ "isReferenceToInternal": true,
4983
+ "filePath": "tokens/color/alias/interactive.light.json",
4984
+ "isSource": true,
4985
+ "original": {
4986
+ "value": "{color.light-mode.foreground.default.value}",
4987
+ "public": true,
4988
+ "isReferenceToInternal": true
4989
+ },
4990
+ "name": "color-light-mode-button-primary-foreground-active",
4991
+ "attributes": {
4992
+ "category": "color",
4993
+ "type": "light-mode",
4994
+ "item": "button",
4995
+ "subitem": "primary",
4996
+ "state": "foreground"
4997
+ },
4998
+ "path": [
4999
+ "color",
5000
+ "light-mode",
5001
+ "button",
5002
+ "primary",
5003
+ "foreground",
5004
+ "active"
5005
+ ]
5006
+ },
5007
+ "focus": {
5008
+ "value": "#23232d",
3289
5009
  "public": true,
3290
5010
  "isReferenceToInternal": true,
3291
- "filePath": "tokens/color/alias/input.light.json",
5011
+ "filePath": "tokens/color/alias/interactive.light.json",
3292
5012
  "isSource": true,
3293
5013
  "original": {
3294
- "value": "{color.light-mode.brand.primary.400.value}",
5014
+ "value": "{color.light-mode.foreground.default.value}",
3295
5015
  "public": true,
3296
5016
  "isReferenceToInternal": true
3297
5017
  },
3298
- "name": "color-light-mode-button-primary-background-default",
5018
+ "name": "color-light-mode-button-primary-foreground-focus",
3299
5019
  "attributes": {
3300
5020
  "category": "color",
3301
5021
  "type": "light-mode",
3302
5022
  "item": "button",
3303
5023
  "subitem": "primary",
3304
- "state": "background"
5024
+ "state": "foreground"
3305
5025
  },
3306
5026
  "path": [
3307
5027
  "color",
3308
5028
  "light-mode",
3309
5029
  "button",
3310
5030
  "primary",
5031
+ "foreground",
5032
+ "focus"
5033
+ ]
5034
+ }
5035
+ }
5036
+ },
5037
+ "secondary": {
5038
+ "background": {
5039
+ "default": {
5040
+ "value": "rgba(0, 0, 0, 0)",
5041
+ "public": true,
5042
+ "filePath": "tokens/color/alias/interactive.light.json",
5043
+ "isSource": true,
5044
+ "original": {
5045
+ "value": "transparent",
5046
+ "public": true
5047
+ },
5048
+ "name": "color-light-mode-button-secondary-background-default",
5049
+ "attributes": {
5050
+ "category": "color",
5051
+ "type": "light-mode",
5052
+ "item": "button",
5053
+ "subitem": "secondary",
5054
+ "state": "background"
5055
+ },
5056
+ "path": [
5057
+ "color",
5058
+ "light-mode",
5059
+ "button",
5060
+ "secondary",
3311
5061
  "background",
3312
5062
  "default"
3313
5063
  ]
3314
5064
  },
3315
5065
  "hover": {
3316
- "value": "#ffe668",
5066
+ "value": "#f0ecff",
3317
5067
  "public": true,
3318
5068
  "isReferenceToInternal": true,
3319
- "filePath": "tokens/color/alias/input.light.json",
5069
+ "filePath": "tokens/color/alias/interactive.light.json",
3320
5070
  "isSource": true,
3321
5071
  "original": {
3322
- "value": "{color.light-mode.brand.primary.300.value}",
5072
+ "value": "{color.light-mode.brand.secondary.100.value}",
3323
5073
  "public": true,
3324
5074
  "isReferenceToInternal": true
3325
5075
  },
3326
- "name": "color-light-mode-button-primary-background-hover",
5076
+ "name": "color-light-mode-button-secondary-background-hover",
3327
5077
  "attributes": {
3328
5078
  "category": "color",
3329
5079
  "type": "light-mode",
3330
5080
  "item": "button",
3331
- "subitem": "primary",
5081
+ "subitem": "secondary",
3332
5082
  "state": "background"
3333
5083
  },
3334
5084
  "path": [
3335
5085
  "color",
3336
5086
  "light-mode",
3337
5087
  "button",
3338
- "primary",
5088
+ "secondary",
3339
5089
  "background",
3340
5090
  "hover"
3341
5091
  ]
3342
5092
  },
3343
5093
  "active": {
3344
- "value": "#ddbd16",
5094
+ "value": "#cfcfd3",
3345
5095
  "public": true,
3346
5096
  "isReferenceToInternal": true,
3347
- "filePath": "tokens/color/alias/input.light.json",
5097
+ "filePath": "tokens/color/alias/interactive.light.json",
3348
5098
  "isSource": true,
3349
5099
  "original": {
3350
- "value": "{color.light-mode.brand.primary.500.value}",
5100
+ "value": "{color.light-mode.neutral.100.value}",
3351
5101
  "public": true,
3352
5102
  "isReferenceToInternal": true
3353
5103
  },
3354
- "name": "color-light-mode-button-primary-background-active",
5104
+ "name": "color-light-mode-button-secondary-background-active",
3355
5105
  "attributes": {
3356
5106
  "category": "color",
3357
5107
  "type": "light-mode",
3358
5108
  "item": "button",
3359
- "subitem": "primary",
5109
+ "subitem": "secondary",
3360
5110
  "state": "background"
3361
5111
  },
3362
5112
  "path": [
3363
5113
  "color",
3364
5114
  "light-mode",
3365
5115
  "button",
3366
- "primary",
5116
+ "secondary",
3367
5117
  "background",
3368
5118
  "active"
3369
5119
  ]
5120
+ },
5121
+ "focus": {
5122
+ "value": "#f0ecff",
5123
+ "public": true,
5124
+ "isReferenceToInternal": true,
5125
+ "filePath": "tokens/color/alias/interactive.light.json",
5126
+ "isSource": true,
5127
+ "original": {
5128
+ "value": "{color.light-mode.brand.secondary.100.value}",
5129
+ "public": true,
5130
+ "isReferenceToInternal": true
5131
+ },
5132
+ "name": "color-light-mode-button-secondary-background-focus",
5133
+ "attributes": {
5134
+ "category": "color",
5135
+ "type": "light-mode",
5136
+ "item": "button",
5137
+ "subitem": "secondary",
5138
+ "state": "background"
5139
+ },
5140
+ "path": [
5141
+ "color",
5142
+ "light-mode",
5143
+ "button",
5144
+ "secondary",
5145
+ "background",
5146
+ "focus"
5147
+ ]
3370
5148
  }
3371
5149
  },
3372
5150
  "border": {
3373
5151
  "default": {
3374
- "value": "#ffdc28",
5152
+ "value": "#3017a1",
3375
5153
  "public": true,
3376
5154
  "isReferenceToInternal": true,
3377
- "filePath": "tokens/color/alias/input.light.json",
5155
+ "filePath": "tokens/color/alias/interactive.light.json",
3378
5156
  "isSource": true,
3379
5157
  "original": {
3380
- "value": "{color.light-mode.brand.primary.400.value}",
5158
+ "value": "{color.light-mode.brand.secondary.400.value}",
3381
5159
  "public": true,
3382
5160
  "isReferenceToInternal": true
3383
5161
  },
3384
- "name": "color-light-mode-button-primary-border-default",
5162
+ "name": "color-light-mode-button-secondary-border-default",
3385
5163
  "attributes": {
3386
5164
  "category": "color",
3387
5165
  "type": "light-mode",
3388
5166
  "item": "button",
3389
- "subitem": "primary",
5167
+ "subitem": "secondary",
3390
5168
  "state": "border"
3391
5169
  },
3392
5170
  "path": [
3393
5171
  "color",
3394
5172
  "light-mode",
3395
5173
  "button",
3396
- "primary",
5174
+ "secondary",
3397
5175
  "border",
3398
5176
  "default"
3399
5177
  ]
3400
5178
  },
3401
5179
  "hover": {
3402
- "value": "#ffe668",
5180
+ "value": "#785aff",
3403
5181
  "public": true,
3404
5182
  "isReferenceToInternal": true,
3405
- "filePath": "tokens/color/alias/input.light.json",
5183
+ "filePath": "tokens/color/alias/interactive.light.json",
3406
5184
  "isSource": true,
3407
5185
  "original": {
3408
- "value": "{color.light-mode.brand.primary.300.value}",
5186
+ "value": "{color.light-mode.brand.secondary.300.value}",
3409
5187
  "public": true,
3410
5188
  "isReferenceToInternal": true
3411
5189
  },
3412
- "name": "color-light-mode-button-primary-border-hover",
5190
+ "name": "color-light-mode-button-secondary-border-hover",
3413
5191
  "attributes": {
3414
5192
  "category": "color",
3415
5193
  "type": "light-mode",
3416
5194
  "item": "button",
3417
- "subitem": "primary",
5195
+ "subitem": "secondary",
3418
5196
  "state": "border"
3419
5197
  },
3420
5198
  "path": [
3421
5199
  "color",
3422
5200
  "light-mode",
3423
5201
  "button",
3424
- "primary",
5202
+ "secondary",
3425
5203
  "border",
3426
5204
  "hover"
3427
5205
  ]
3428
5206
  },
3429
5207
  "active": {
3430
- "value": "#ddbd16",
5208
+ "value": "#11005d",
3431
5209
  "public": true,
3432
5210
  "isReferenceToInternal": true,
3433
- "filePath": "tokens/color/alias/input.light.json",
5211
+ "filePath": "tokens/color/alias/interactive.light.json",
3434
5212
  "isSource": true,
3435
5213
  "original": {
3436
- "value": "{color.light-mode.brand.primary.500.value}",
5214
+ "value": "{color.light-mode.brand.secondary.500.value}",
3437
5215
  "public": true,
3438
5216
  "isReferenceToInternal": true
3439
5217
  },
3440
- "name": "color-light-mode-button-primary-border-active",
5218
+ "name": "color-light-mode-button-secondary-border-active",
3441
5219
  "attributes": {
3442
5220
  "category": "color",
3443
5221
  "type": "light-mode",
3444
5222
  "item": "button",
3445
- "subitem": "primary",
5223
+ "subitem": "secondary",
3446
5224
  "state": "border"
3447
5225
  },
3448
5226
  "path": [
3449
5227
  "color",
3450
5228
  "light-mode",
3451
5229
  "button",
3452
- "primary",
5230
+ "secondary",
3453
5231
  "border",
3454
5232
  "active"
3455
5233
  ]
5234
+ },
5235
+ "focus": {
5236
+ "value": "#785aff",
5237
+ "public": true,
5238
+ "isReferenceToInternal": true,
5239
+ "filePath": "tokens/color/alias/interactive.light.json",
5240
+ "isSource": true,
5241
+ "original": {
5242
+ "value": "{color.light-mode.brand.secondary.300.value}",
5243
+ "public": true,
5244
+ "isReferenceToInternal": true
5245
+ },
5246
+ "name": "color-light-mode-button-secondary-border-focus",
5247
+ "attributes": {
5248
+ "category": "color",
5249
+ "type": "light-mode",
5250
+ "item": "button",
5251
+ "subitem": "secondary",
5252
+ "state": "border"
5253
+ },
5254
+ "path": [
5255
+ "color",
5256
+ "light-mode",
5257
+ "button",
5258
+ "secondary",
5259
+ "border",
5260
+ "focus"
5261
+ ]
3456
5262
  }
3457
5263
  },
3458
- "text": {
5264
+ "foreground": {
3459
5265
  "default": {
3460
- "value": "#23232d",
5266
+ "value": "#3017a1",
3461
5267
  "public": true,
3462
5268
  "isReferenceToInternal": true,
3463
- "filePath": "tokens/color/alias/input.light.json",
5269
+ "filePath": "tokens/color/alias/interactive.light.json",
3464
5270
  "isSource": true,
3465
5271
  "original": {
3466
- "value": "{color.light-mode.text.default.value}",
5272
+ "value": "{color.light-mode.brand.secondary.400.value}",
3467
5273
  "public": true,
3468
5274
  "isReferenceToInternal": true
3469
5275
  },
3470
- "name": "color-light-mode-button-primary-text-default",
5276
+ "name": "color-light-mode-button-secondary-foreground-default",
3471
5277
  "attributes": {
3472
5278
  "category": "color",
3473
5279
  "type": "light-mode",
3474
5280
  "item": "button",
3475
- "subitem": "primary",
3476
- "state": "text"
5281
+ "subitem": "secondary",
5282
+ "state": "foreground"
3477
5283
  },
3478
5284
  "path": [
3479
5285
  "color",
3480
5286
  "light-mode",
3481
5287
  "button",
3482
- "primary",
3483
- "text",
5288
+ "secondary",
5289
+ "foreground",
3484
5290
  "default"
3485
5291
  ]
3486
5292
  },
3487
5293
  "hover": {
3488
- "value": "#23232d",
5294
+ "value": "#3017a1",
3489
5295
  "public": true,
3490
5296
  "isReferenceToInternal": true,
3491
- "filePath": "tokens/color/alias/input.light.json",
5297
+ "filePath": "tokens/color/alias/interactive.light.json",
3492
5298
  "isSource": true,
3493
5299
  "original": {
3494
- "value": "{color.light-mode.text.default.value}",
5300
+ "value": "{color.light-mode.brand.secondary.400.value}",
3495
5301
  "public": true,
3496
5302
  "isReferenceToInternal": true
3497
5303
  },
3498
- "name": "color-light-mode-button-primary-text-hover",
5304
+ "name": "color-light-mode-button-secondary-foreground-hover",
3499
5305
  "attributes": {
3500
5306
  "category": "color",
3501
5307
  "type": "light-mode",
3502
5308
  "item": "button",
3503
- "subitem": "primary",
3504
- "state": "text"
5309
+ "subitem": "secondary",
5310
+ "state": "foreground"
3505
5311
  },
3506
5312
  "path": [
3507
5313
  "color",
3508
5314
  "light-mode",
3509
5315
  "button",
3510
- "primary",
3511
- "text",
5316
+ "secondary",
5317
+ "foreground",
3512
5318
  "hover"
3513
5319
  ]
3514
5320
  },
3515
5321
  "active": {
3516
- "value": "#23232d",
5322
+ "value": "#11005d",
3517
5323
  "public": true,
3518
5324
  "isReferenceToInternal": true,
3519
- "filePath": "tokens/color/alias/input.light.json",
5325
+ "filePath": "tokens/color/alias/interactive.light.json",
3520
5326
  "isSource": true,
3521
5327
  "original": {
3522
- "value": "{color.light-mode.text.default.value}",
5328
+ "value": "{color.light-mode.brand.secondary.500.value}",
3523
5329
  "public": true,
3524
5330
  "isReferenceToInternal": true
3525
5331
  },
3526
- "name": "color-light-mode-button-primary-text-active",
5332
+ "name": "color-light-mode-button-secondary-foreground-active",
3527
5333
  "attributes": {
3528
5334
  "category": "color",
3529
5335
  "type": "light-mode",
3530
5336
  "item": "button",
3531
- "subitem": "primary",
3532
- "state": "text"
5337
+ "subitem": "secondary",
5338
+ "state": "foreground"
3533
5339
  },
3534
5340
  "path": [
3535
5341
  "color",
3536
5342
  "light-mode",
3537
5343
  "button",
3538
- "primary",
3539
- "text",
5344
+ "secondary",
5345
+ "foreground",
3540
5346
  "active"
3541
5347
  ]
3542
- }
3543
- }
3544
- },
3545
- "secondary": {
3546
- "background": {
3547
- "default": {
3548
- "value": "rgba(0, 0, 0, 0)",
5348
+ },
5349
+ "focus": {
5350
+ "value": "#3017a1",
3549
5351
  "public": true,
3550
- "filePath": "tokens/color/alias/input.light.json",
5352
+ "isReferenceToInternal": true,
5353
+ "filePath": "tokens/color/alias/interactive.light.json",
3551
5354
  "isSource": true,
3552
5355
  "original": {
3553
- "value": "transparent",
3554
- "public": true
5356
+ "value": "{color.light-mode.brand.secondary.400.value}",
5357
+ "public": true,
5358
+ "isReferenceToInternal": true
3555
5359
  },
3556
- "name": "color-light-mode-button-secondary-background-default",
5360
+ "name": "color-light-mode-button-secondary-foreground-focus",
3557
5361
  "attributes": {
3558
5362
  "category": "color",
3559
5363
  "type": "light-mode",
3560
5364
  "item": "button",
3561
5365
  "subitem": "secondary",
3562
- "state": "background"
5366
+ "state": "foreground"
3563
5367
  },
3564
5368
  "path": [
3565
5369
  "color",
3566
5370
  "light-mode",
3567
5371
  "button",
3568
5372
  "secondary",
3569
- "background",
3570
- "default"
5373
+ "foreground",
5374
+ "focus"
3571
5375
  ]
3572
- },
3573
- "hover": {
3574
- "value": "#f0ecff",
5376
+ }
5377
+ }
5378
+ },
5379
+ "subtle": {
5380
+ "background": {
5381
+ "default": {
5382
+ "value": "rgba(0, 0, 0, 0)",
3575
5383
  "public": true,
3576
- "isReferenceToInternal": true,
3577
- "filePath": "tokens/color/alias/input.light.json",
5384
+ "filePath": "tokens/color/alias/interactive.light.json",
3578
5385
  "isSource": true,
3579
5386
  "original": {
3580
- "value": "{color.light-mode.brand.secondary.100.value}",
3581
- "public": true,
3582
- "isReferenceToInternal": true
5387
+ "value": "transparent",
5388
+ "public": true
3583
5389
  },
3584
- "name": "color-light-mode-button-secondary-background-hover",
5390
+ "name": "color-light-mode-button-subtle-background-default",
3585
5391
  "attributes": {
3586
5392
  "category": "color",
3587
5393
  "type": "light-mode",
3588
5394
  "item": "button",
3589
- "subitem": "secondary",
5395
+ "subitem": "subtle",
3590
5396
  "state": "background"
3591
5397
  },
3592
5398
  "path": [
3593
5399
  "color",
3594
5400
  "light-mode",
3595
5401
  "button",
3596
- "secondary",
5402
+ "subtle",
3597
5403
  "background",
3598
- "hover"
5404
+ "default"
3599
5405
  ]
3600
5406
  },
3601
- "active": {
3602
- "value": "#f0ecff",
5407
+ "hover": {
5408
+ "value": "#f1f1f1",
3603
5409
  "public": true,
3604
5410
  "isReferenceToInternal": true,
3605
- "filePath": "tokens/color/alias/input.light.json",
5411
+ "filePath": "tokens/color/alias/interactive.light.json",
3606
5412
  "isSource": true,
3607
5413
  "original": {
3608
- "value": "{color.light-mode.brand.secondary.100.value}",
5414
+ "value": "{color.light-mode.neutral.050.value}",
3609
5415
  "public": true,
3610
5416
  "isReferenceToInternal": true
3611
5417
  },
3612
- "name": "color-light-mode-button-secondary-background-active",
5418
+ "name": "color-light-mode-button-subtle-background-hover",
3613
5419
  "attributes": {
3614
5420
  "category": "color",
3615
5421
  "type": "light-mode",
3616
5422
  "item": "button",
3617
- "subitem": "secondary",
5423
+ "subitem": "subtle",
3618
5424
  "state": "background"
3619
5425
  },
3620
5426
  "path": [
3621
5427
  "color",
3622
5428
  "light-mode",
3623
5429
  "button",
3624
- "secondary",
5430
+ "subtle",
3625
5431
  "background",
3626
- "active"
5432
+ "hover"
3627
5433
  ]
3628
- }
3629
- },
3630
- "border": {
3631
- "default": {
3632
- "value": "#3017a1",
5434
+ },
5435
+ "active": {
5436
+ "value": "#cfcfd3",
3633
5437
  "public": true,
3634
5438
  "isReferenceToInternal": true,
3635
- "filePath": "tokens/color/alias/input.light.json",
5439
+ "filePath": "tokens/color/alias/interactive.light.json",
3636
5440
  "isSource": true,
3637
5441
  "original": {
3638
- "value": "{color.light-mode.brand.secondary.400.value}",
5442
+ "value": "{color.light-mode.neutral.100.value}",
3639
5443
  "public": true,
3640
5444
  "isReferenceToInternal": true
3641
5445
  },
3642
- "name": "color-light-mode-button-secondary-border-default",
5446
+ "name": "color-light-mode-button-subtle-background-active",
3643
5447
  "attributes": {
3644
5448
  "category": "color",
3645
5449
  "type": "light-mode",
3646
5450
  "item": "button",
3647
- "subitem": "secondary",
3648
- "state": "border"
5451
+ "subitem": "subtle",
5452
+ "state": "background"
3649
5453
  },
3650
5454
  "path": [
3651
5455
  "color",
3652
5456
  "light-mode",
3653
5457
  "button",
3654
- "secondary",
3655
- "border",
3656
- "default"
5458
+ "subtle",
5459
+ "background",
5460
+ "active"
3657
5461
  ]
3658
5462
  },
3659
- "hover": {
3660
- "value": "#785aff",
5463
+ "focus": {
5464
+ "value": "rgba(0, 0, 0, 0)",
3661
5465
  "public": true,
3662
- "isReferenceToInternal": true,
3663
- "filePath": "tokens/color/alias/input.light.json",
5466
+ "filePath": "tokens/color/alias/interactive.light.json",
3664
5467
  "isSource": true,
3665
5468
  "original": {
3666
- "value": "{color.light-mode.brand.secondary.300.value}",
3667
- "public": true,
3668
- "isReferenceToInternal": true
5469
+ "value": "transparent",
5470
+ "public": true
3669
5471
  },
3670
- "name": "color-light-mode-button-secondary-border-hover",
5472
+ "name": "color-light-mode-button-subtle-background-focus",
3671
5473
  "attributes": {
3672
5474
  "category": "color",
3673
5475
  "type": "light-mode",
3674
5476
  "item": "button",
3675
- "subitem": "secondary",
3676
- "state": "border"
5477
+ "subitem": "subtle",
5478
+ "state": "background"
3677
5479
  },
3678
5480
  "path": [
3679
5481
  "color",
3680
5482
  "light-mode",
3681
5483
  "button",
3682
- "secondary",
3683
- "border",
3684
- "hover"
5484
+ "subtle",
5485
+ "background",
5486
+ "focus"
3685
5487
  ]
5488
+ }
5489
+ },
5490
+ "border": {
5491
+ "value": "rgba(0, 0, 0, 0)",
5492
+ "public": true,
5493
+ "filePath": "tokens/color/alias/interactive.light.json",
5494
+ "isSource": true,
5495
+ "original": {
5496
+ "value": "transparent",
5497
+ "public": true
3686
5498
  },
3687
- "active": {
3688
- "value": "#11005d",
5499
+ "name": "color-light-mode-button-subtle-border",
5500
+ "attributes": {
5501
+ "category": "color",
5502
+ "type": "light-mode",
5503
+ "item": "button",
5504
+ "subitem": "subtle",
5505
+ "state": "border"
5506
+ },
5507
+ "path": [
5508
+ "color",
5509
+ "light-mode",
5510
+ "button",
5511
+ "subtle",
5512
+ "border"
5513
+ ]
5514
+ },
5515
+ "foreground": {
5516
+ "default": {
5517
+ "value": "#3017a1",
3689
5518
  "public": true,
3690
5519
  "isReferenceToInternal": true,
3691
- "filePath": "tokens/color/alias/input.light.json",
5520
+ "filePath": "tokens/color/alias/interactive.light.json",
3692
5521
  "isSource": true,
3693
5522
  "original": {
3694
- "value": "{color.light-mode.brand.secondary.500.value}",
5523
+ "value": "{color.light-mode.brand.secondary.400.value}",
3695
5524
  "public": true,
3696
5525
  "isReferenceToInternal": true
3697
5526
  },
3698
- "name": "color-light-mode-button-secondary-border-active",
5527
+ "name": "color-light-mode-button-subtle-foreground-default",
3699
5528
  "attributes": {
3700
5529
  "category": "color",
3701
5530
  "type": "light-mode",
3702
5531
  "item": "button",
3703
- "subitem": "secondary",
3704
- "state": "border"
5532
+ "subitem": "subtle",
5533
+ "state": "foreground"
3705
5534
  },
3706
5535
  "path": [
3707
5536
  "color",
3708
5537
  "light-mode",
3709
5538
  "button",
3710
- "secondary",
3711
- "border",
3712
- "active"
5539
+ "subtle",
5540
+ "foreground",
5541
+ "default"
3713
5542
  ]
3714
- }
3715
- },
3716
- "text": {
3717
- "default": {
5543
+ },
5544
+ "hover": {
3718
5545
  "value": "#3017a1",
3719
5546
  "public": true,
3720
5547
  "isReferenceToInternal": true,
3721
- "filePath": "tokens/color/alias/input.light.json",
5548
+ "filePath": "tokens/color/alias/interactive.light.json",
3722
5549
  "isSource": true,
3723
5550
  "original": {
3724
5551
  "value": "{color.light-mode.brand.secondary.400.value}",
3725
5552
  "public": true,
3726
5553
  "isReferenceToInternal": true
3727
5554
  },
3728
- "name": "color-light-mode-button-secondary-text-default",
5555
+ "name": "color-light-mode-button-subtle-foreground-hover",
3729
5556
  "attributes": {
3730
5557
  "category": "color",
3731
5558
  "type": "light-mode",
3732
5559
  "item": "button",
3733
- "subitem": "secondary",
3734
- "state": "text"
5560
+ "subitem": "subtle",
5561
+ "state": "foreground"
3735
5562
  },
3736
5563
  "path": [
3737
5564
  "color",
3738
5565
  "light-mode",
3739
5566
  "button",
3740
- "secondary",
3741
- "text",
3742
- "default"
5567
+ "subtle",
5568
+ "foreground",
5569
+ "hover"
3743
5570
  ]
3744
5571
  },
3745
- "hover": {
3746
- "value": "#3017a1",
5572
+ "active": {
5573
+ "value": "#11005d",
3747
5574
  "public": true,
3748
5575
  "isReferenceToInternal": true,
3749
- "filePath": "tokens/color/alias/input.light.json",
5576
+ "filePath": "tokens/color/alias/interactive.light.json",
3750
5577
  "isSource": true,
3751
5578
  "original": {
3752
- "value": "{color.light-mode.brand.secondary.400.value}",
5579
+ "value": "{color.light-mode.brand.secondary.500.value}",
3753
5580
  "public": true,
3754
5581
  "isReferenceToInternal": true
3755
5582
  },
3756
- "name": "color-light-mode-button-secondary-text-hover",
5583
+ "name": "color-light-mode-button-subtle-foreground-active",
3757
5584
  "attributes": {
3758
5585
  "category": "color",
3759
5586
  "type": "light-mode",
3760
5587
  "item": "button",
3761
- "subitem": "secondary",
3762
- "state": "text"
5588
+ "subitem": "subtle",
5589
+ "state": "foreground"
3763
5590
  },
3764
5591
  "path": [
3765
5592
  "color",
3766
5593
  "light-mode",
3767
5594
  "button",
3768
- "secondary",
3769
- "text",
3770
- "hover"
5595
+ "subtle",
5596
+ "foreground",
5597
+ "active"
3771
5598
  ]
3772
5599
  },
3773
- "active": {
3774
- "value": "#11005d",
5600
+ "focus": {
5601
+ "value": "#3017a1",
3775
5602
  "public": true,
3776
5603
  "isReferenceToInternal": true,
3777
- "filePath": "tokens/color/alias/input.light.json",
5604
+ "filePath": "tokens/color/alias/interactive.light.json",
3778
5605
  "isSource": true,
3779
5606
  "original": {
3780
- "value": "{color.light-mode.brand.secondary.500.value}",
5607
+ "value": "{color.light-mode.brand.secondary.400.value}",
3781
5608
  "public": true,
3782
5609
  "isReferenceToInternal": true
3783
5610
  },
3784
- "name": "color-light-mode-button-secondary-text-active",
5611
+ "name": "color-light-mode-button-subtle-foreground-focus",
3785
5612
  "attributes": {
3786
5613
  "category": "color",
3787
5614
  "type": "light-mode",
3788
5615
  "item": "button",
3789
- "subitem": "secondary",
3790
- "state": "text"
5616
+ "subitem": "subtle",
5617
+ "state": "foreground"
3791
5618
  },
3792
5619
  "path": [
3793
5620
  "color",
3794
5621
  "light-mode",
3795
5622
  "button",
3796
- "secondary",
3797
- "text",
3798
- "active"
5623
+ "subtle",
5624
+ "foreground",
5625
+ "focus"
3799
5626
  ]
3800
5627
  }
3801
5628
  }
@@ -3803,13 +5630,15 @@
3803
5630
  "destructive": {
3804
5631
  "background": {
3805
5632
  "default": {
3806
- "value": "rgba(0, 0, 0, 0)",
5633
+ "value": "#d61f1f",
3807
5634
  "public": true,
3808
- "filePath": "tokens/color/alias/input.light.json",
5635
+ "isReferenceToInternal": true,
5636
+ "filePath": "tokens/color/alias/interactive.light.json",
3809
5637
  "isSource": true,
3810
5638
  "original": {
3811
- "value": "transparent",
3812
- "public": true
5639
+ "value": "{color.light-mode.semantic.error.400.value}",
5640
+ "public": true,
5641
+ "isReferenceToInternal": true
3813
5642
  },
3814
5643
  "name": "color-light-mode-button-destructive-background-default",
3815
5644
  "attributes": {
@@ -3829,13 +5658,13 @@
3829
5658
  ]
3830
5659
  },
3831
5660
  "hover": {
3832
- "value": "#ffebeb",
5661
+ "value": "#f83333",
3833
5662
  "public": true,
3834
5663
  "isReferenceToInternal": true,
3835
- "filePath": "tokens/color/alias/input.light.json",
5664
+ "filePath": "tokens/color/alias/interactive.light.json",
3836
5665
  "isSource": true,
3837
5666
  "original": {
3838
- "value": "{color.light-mode.semantic.error.100.value}",
5667
+ "value": "{color.light-mode.semantic.error.300.value}",
3839
5668
  "public": true,
3840
5669
  "isReferenceToInternal": true
3841
5670
  },
@@ -3857,13 +5686,13 @@
3857
5686
  ]
3858
5687
  },
3859
5688
  "active": {
3860
- "value": "#ffebeb",
5689
+ "value": "#920303",
3861
5690
  "public": true,
3862
5691
  "isReferenceToInternal": true,
3863
- "filePath": "tokens/color/alias/input.light.json",
5692
+ "filePath": "tokens/color/alias/interactive.light.json",
3864
5693
  "isSource": true,
3865
5694
  "original": {
3866
- "value": "{color.light-mode.semantic.error.100.value}",
5695
+ "value": "{color.light-mode.semantic.error.500.value}",
3867
5696
  "public": true,
3868
5697
  "isReferenceToInternal": true
3869
5698
  },
@@ -3883,6 +5712,34 @@
3883
5712
  "background",
3884
5713
  "active"
3885
5714
  ]
5715
+ },
5716
+ "focus": {
5717
+ "value": "#ffebeb",
5718
+ "public": true,
5719
+ "isReferenceToInternal": true,
5720
+ "filePath": "tokens/color/alias/interactive.light.json",
5721
+ "isSource": true,
5722
+ "original": {
5723
+ "value": "{color.light-mode.semantic.error.100.value}",
5724
+ "public": true,
5725
+ "isReferenceToInternal": true
5726
+ },
5727
+ "name": "color-light-mode-button-destructive-background-focus",
5728
+ "attributes": {
5729
+ "category": "color",
5730
+ "type": "light-mode",
5731
+ "item": "button",
5732
+ "subitem": "destructive",
5733
+ "state": "background"
5734
+ },
5735
+ "path": [
5736
+ "color",
5737
+ "light-mode",
5738
+ "button",
5739
+ "destructive",
5740
+ "background",
5741
+ "focus"
5742
+ ]
3886
5743
  }
3887
5744
  },
3888
5745
  "border": {
@@ -3890,7 +5747,7 @@
3890
5747
  "value": "#d61f1f",
3891
5748
  "public": true,
3892
5749
  "isReferenceToInternal": true,
3893
- "filePath": "tokens/color/alias/input.light.json",
5750
+ "filePath": "tokens/color/alias/interactive.light.json",
3894
5751
  "isSource": true,
3895
5752
  "original": {
3896
5753
  "value": "{color.light-mode.semantic.error.400.value}",
@@ -3918,7 +5775,7 @@
3918
5775
  "value": "#f83333",
3919
5776
  "public": true,
3920
5777
  "isReferenceToInternal": true,
3921
- "filePath": "tokens/color/alias/input.light.json",
5778
+ "filePath": "tokens/color/alias/interactive.light.json",
3922
5779
  "isSource": true,
3923
5780
  "original": {
3924
5781
  "value": "{color.light-mode.semantic.error.300.value}",
@@ -3946,7 +5803,7 @@
3946
5803
  "value": "#920303",
3947
5804
  "public": true,
3948
5805
  "isReferenceToInternal": true,
3949
- "filePath": "tokens/color/alias/input.light.json",
5806
+ "filePath": "tokens/color/alias/interactive.light.json",
3950
5807
  "isSource": true,
3951
5808
  "original": {
3952
5809
  "value": "{color.light-mode.semantic.error.500.value}",
@@ -3969,205 +5826,149 @@
3969
5826
  "border",
3970
5827
  "active"
3971
5828
  ]
5829
+ },
5830
+ "focus": {
5831
+ "value": "#d61f1f",
5832
+ "public": true,
5833
+ "isReferenceToInternal": true,
5834
+ "filePath": "tokens/color/alias/interactive.light.json",
5835
+ "isSource": true,
5836
+ "original": {
5837
+ "value": "{color.light-mode.semantic.error.400.value}",
5838
+ "public": true,
5839
+ "isReferenceToInternal": true
5840
+ },
5841
+ "name": "color-light-mode-button-destructive-border-focus",
5842
+ "attributes": {
5843
+ "category": "color",
5844
+ "type": "light-mode",
5845
+ "item": "button",
5846
+ "subitem": "destructive",
5847
+ "state": "border"
5848
+ },
5849
+ "path": [
5850
+ "color",
5851
+ "light-mode",
5852
+ "button",
5853
+ "destructive",
5854
+ "border",
5855
+ "focus"
5856
+ ]
3972
5857
  }
3973
5858
  },
3974
- "text": {
5859
+ "foreground": {
3975
5860
  "default": {
3976
- "value": "#d61f1f",
5861
+ "value": "#ffffff",
3977
5862
  "public": true,
3978
5863
  "isReferenceToInternal": true,
3979
- "filePath": "tokens/color/alias/input.light.json",
5864
+ "filePath": "tokens/color/alias/interactive.light.json",
3980
5865
  "isSource": true,
3981
5866
  "original": {
3982
- "value": "{color.light-mode.semantic.error.400.value}",
5867
+ "value": "{color.light-mode.neutral.000.value}",
3983
5868
  "public": true,
3984
5869
  "isReferenceToInternal": true
3985
5870
  },
3986
- "name": "color-light-mode-button-destructive-text-default",
5871
+ "name": "color-light-mode-button-destructive-foreground-default",
3987
5872
  "attributes": {
3988
5873
  "category": "color",
3989
5874
  "type": "light-mode",
3990
5875
  "item": "button",
3991
5876
  "subitem": "destructive",
3992
- "state": "text"
5877
+ "state": "foreground"
3993
5878
  },
3994
5879
  "path": [
3995
5880
  "color",
3996
5881
  "light-mode",
3997
5882
  "button",
3998
5883
  "destructive",
3999
- "text",
5884
+ "foreground",
4000
5885
  "default"
4001
5886
  ]
4002
5887
  },
4003
5888
  "hover": {
4004
- "value": "#d61f1f",
5889
+ "value": "#ffffff",
4005
5890
  "public": true,
4006
5891
  "isReferenceToInternal": true,
4007
- "filePath": "tokens/color/alias/input.light.json",
5892
+ "filePath": "tokens/color/alias/interactive.light.json",
4008
5893
  "isSource": true,
4009
5894
  "original": {
4010
- "value": "{color.light-mode.semantic.error.400.value}",
5895
+ "value": "{color.light-mode.neutral.000.value}",
4011
5896
  "public": true,
4012
5897
  "isReferenceToInternal": true
4013
5898
  },
4014
- "name": "color-light-mode-button-destructive-text-hover",
5899
+ "name": "color-light-mode-button-destructive-foreground-hover",
4015
5900
  "attributes": {
4016
5901
  "category": "color",
4017
5902
  "type": "light-mode",
4018
5903
  "item": "button",
4019
5904
  "subitem": "destructive",
4020
- "state": "text"
5905
+ "state": "foreground"
4021
5906
  },
4022
5907
  "path": [
4023
5908
  "color",
4024
5909
  "light-mode",
4025
5910
  "button",
4026
5911
  "destructive",
4027
- "text",
5912
+ "foreground",
4028
5913
  "hover"
4029
5914
  ]
4030
5915
  },
4031
5916
  "active": {
4032
- "value": "#920303",
5917
+ "value": "#ffffff",
4033
5918
  "public": true,
4034
5919
  "isReferenceToInternal": true,
4035
- "filePath": "tokens/color/alias/input.light.json",
5920
+ "filePath": "tokens/color/alias/interactive.light.json",
4036
5921
  "isSource": true,
4037
5922
  "original": {
4038
- "value": "{color.light-mode.semantic.error.500.value}",
5923
+ "value": "{color.light-mode.neutral.000.value}",
4039
5924
  "public": true,
4040
5925
  "isReferenceToInternal": true
4041
5926
  },
4042
- "name": "color-light-mode-button-destructive-text-active",
5927
+ "name": "color-light-mode-button-destructive-foreground-active",
4043
5928
  "attributes": {
4044
5929
  "category": "color",
4045
5930
  "type": "light-mode",
4046
5931
  "item": "button",
4047
5932
  "subitem": "destructive",
4048
- "state": "text"
5933
+ "state": "foreground"
4049
5934
  },
4050
5935
  "path": [
4051
5936
  "color",
4052
5937
  "light-mode",
4053
5938
  "button",
4054
5939
  "destructive",
4055
- "text",
5940
+ "foreground",
4056
5941
  "active"
4057
5942
  ]
4058
- }
4059
- }
4060
- }
4061
- },
4062
- "input": {
4063
- "background": {
4064
- "default": {
4065
- "value": "#ffffff",
4066
- "public": true,
4067
- "isReferenceToInternal": true,
4068
- "filePath": "tokens/color/alias/input.light.json",
4069
- "isSource": true,
4070
- "original": {
4071
- "value": "{color.light-mode.neutral.000.value}",
4072
- "public": true,
4073
- "isReferenceToInternal": true
4074
- },
4075
- "name": "color-light-mode-input-background-default",
4076
- "attributes": {
4077
- "category": "color",
4078
- "type": "light-mode",
4079
- "item": "input",
4080
- "subitem": "background",
4081
- "state": "default"
4082
- },
4083
- "path": [
4084
- "color",
4085
- "light-mode",
4086
- "input",
4087
- "background",
4088
- "default"
4089
- ]
4090
- },
4091
- "disabled": {
4092
- "value": "#cfcfd3",
4093
- "public": true,
4094
- "isReferenceToInternal": true,
4095
- "filePath": "tokens/color/alias/input.light.json",
4096
- "isSource": true,
4097
- "original": {
4098
- "value": "{color.light-mode.neutral.100.value}",
4099
- "public": true,
4100
- "isReferenceToInternal": true
4101
- },
4102
- "name": "color-light-mode-input-background-disabled",
4103
- "attributes": {
4104
- "category": "color",
4105
- "type": "light-mode",
4106
- "item": "input",
4107
- "subitem": "background",
4108
- "state": "disabled"
4109
5943
  },
4110
- "path": [
4111
- "color",
4112
- "light-mode",
4113
- "input",
4114
- "background",
4115
- "disabled"
4116
- ]
4117
- }
4118
- },
4119
- "border": {
4120
- "default": {
4121
- "value": "#71717c",
4122
- "public": true,
4123
- "filePath": "tokens/color/alias/input.light.json",
4124
- "isSource": true,
4125
- "original": {
4126
- "value": "{color.light-mode.border.default}",
4127
- "public": true
4128
- },
4129
- "name": "color-light-mode-input-border-default",
4130
- "attributes": {
4131
- "category": "color",
4132
- "type": "light-mode",
4133
- "item": "input",
4134
- "subitem": "border",
4135
- "state": "default"
4136
- },
4137
- "path": [
4138
- "color",
4139
- "light-mode",
4140
- "input",
4141
- "border",
4142
- "default"
4143
- ]
4144
- },
4145
- "disabled": {
4146
- "value": "#aeaeb6",
4147
- "public": true,
4148
- "isReferenceToInternal": true,
4149
- "filePath": "tokens/color/alias/input.light.json",
4150
- "isSource": true,
4151
- "original": {
4152
- "value": "{color.light-mode.neutral.200.value}",
5944
+ "focus": {
5945
+ "value": "#f83333",
4153
5946
  "public": true,
4154
- "isReferenceToInternal": true
4155
- },
4156
- "name": "color-light-mode-input-border-disabled",
4157
- "attributes": {
4158
- "category": "color",
4159
- "type": "light-mode",
4160
- "item": "input",
4161
- "subitem": "border",
4162
- "state": "disabled"
4163
- },
4164
- "path": [
4165
- "color",
4166
- "light-mode",
4167
- "input",
4168
- "border",
4169
- "disabled"
4170
- ]
5947
+ "isReferenceToInternal": true,
5948
+ "filePath": "tokens/color/alias/interactive.light.json",
5949
+ "isSource": true,
5950
+ "original": {
5951
+ "value": "{color.light-mode.semantic.error.300.value}",
5952
+ "public": true,
5953
+ "isReferenceToInternal": true
5954
+ },
5955
+ "name": "color-light-mode-button-destructive-foreground-focus",
5956
+ "attributes": {
5957
+ "category": "color",
5958
+ "type": "light-mode",
5959
+ "item": "button",
5960
+ "subitem": "destructive",
5961
+ "state": "foreground"
5962
+ },
5963
+ "path": [
5964
+ "color",
5965
+ "light-mode",
5966
+ "button",
5967
+ "destructive",
5968
+ "foreground",
5969
+ "focus"
5970
+ ]
5971
+ }
4171
5972
  }
4172
5973
  }
4173
5974
  },
@@ -5184,6 +6985,29 @@
5184
6985
  "500"
5185
6986
  ]
5186
6987
  }
6988
+ },
6989
+ "focus": {
6990
+ "value": "#0f62fe",
6991
+ "public": true,
6992
+ "filePath": "tokens/color/base/interactive.light.json",
6993
+ "isSource": true,
6994
+ "original": {
6995
+ "value": "#0F62FE",
6996
+ "public": true
6997
+ },
6998
+ "name": "color-light-mode-interactive-focus",
6999
+ "attributes": {
7000
+ "category": "color",
7001
+ "type": "light-mode",
7002
+ "item": "interactive",
7003
+ "subitem": "focus"
7004
+ },
7005
+ "path": [
7006
+ "color",
7007
+ "light-mode",
7008
+ "interactive",
7009
+ "focus"
7010
+ ]
5187
7011
  }
5188
7012
  },
5189
7013
  "neutral": {