@yahoo/uds 3.105.1 → 3.107.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.
- package/dist/automated-config/dist/generated/autoVariants.cjs +6 -0
- package/dist/automated-config/dist/generated/autoVariants.d.cts +2 -2
- package/dist/automated-config/dist/generated/autoVariants.d.ts +2 -2
- package/dist/automated-config/dist/generated/autoVariants.js +6 -0
- package/dist/automated-config/dist/generated/generatedConfigs.cjs +39 -0
- package/dist/automated-config/dist/generated/generatedConfigs.d.cts +33 -3
- package/dist/automated-config/dist/generated/generatedConfigs.d.ts +33 -3
- package/dist/automated-config/dist/generated/generatedConfigs.js +39 -0
- package/dist/automated-config/dist/generated/universalTokensConfigAuto.cjs +585 -0
- package/dist/automated-config/dist/generated/universalTokensConfigAuto.js +585 -0
- package/dist/automated-config/dist/properties.cjs +2 -5
- package/dist/automated-config/dist/properties.js +2 -5
- package/dist/automated-config/dist/utils/getConfigVariantProperties.d.cts +2 -2
- package/dist/automated-config/dist/utils/getConfigVariantProperties.d.ts +2 -2
- package/dist/automated-config/dist/utils/index.cjs +17 -2
- package/dist/automated-config/dist/utils/index.js +17 -2
- package/dist/components/client/Button.cjs +1 -0
- package/dist/components/client/Button.d.cts +1 -0
- package/dist/components/client/Button.d.ts +1 -0
- package/dist/components/client/Button.js +1 -0
- package/dist/components/client/Chip/ChipBase.cjs +1 -1
- package/dist/components/client/Chip/ChipBase.js +1 -1
- package/dist/components/client/Chip/ChipButton.cjs +1 -1
- package/dist/components/client/Chip/ChipButton.js +2 -2
- package/dist/components/client/Chip/ChipLink.cjs +2 -2
- package/dist/components/client/Chip/ChipLink.js +3 -3
- package/dist/components/client/Chip/ChipToggle.cjs +1 -1
- package/dist/components/client/Chip/ChipToggle.js +2 -2
- package/dist/config/dist/index.cjs +586 -1
- package/dist/config/dist/index.js +586 -1
- package/dist/fixtures/dist/index.cjs +3 -0
- package/dist/fixtures/dist/index.js +3 -0
- package/dist/styles/styler.d.cts +32 -32
- package/dist/styles/styler.d.ts +32 -32
- package/dist/styles/variants.d.cts +6 -0
- package/dist/styles/variants.d.ts +6 -0
- package/dist/tailwind/dist/tailwind/utils/getFontStyles.d.cts +1 -1
- package/dist/tailwind/dist/tailwind/utils/getFontStyles.d.ts +1 -1
- package/dist/tailwind/dist/tailwind/utils/getShadowStyles.d.cts +4 -4
- package/dist/tailwind/dist/tailwind/utils/getShadowStyles.d.ts +4 -4
- package/dist/types/dist/index.d.cts +2 -1
- package/dist/types/dist/index.d.ts +2 -1
- package/dist/uds/generated/componentData.cjs +1184 -1186
- package/dist/uds/generated/componentData.js +1184 -1186
- package/dist/uds/generated/tailwindPurge.cjs +1 -1
- package/dist/uds/generated/tailwindPurge.js +1 -1
- package/dist/uds/package.cjs +4 -4
- package/dist/uds/package.js +4 -4
- package/package.json +5 -5
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
//#region ../config/dist/index.js
|
|
4
4
|
/*! © 2026 Yahoo, Inc. UDS Default Config v0.0.0-development */
|
|
5
|
-
const LATEST_MIGRATION_VERSION = "v0.
|
|
5
|
+
const LATEST_MIGRATION_VERSION = "v0.82.0";
|
|
6
6
|
/**
|
|
7
7
|
* NOTE: If you're building a feature with a migration,
|
|
8
8
|
* this type will likely throw. You can regenerate yosConfig
|
|
@@ -1546,6 +1546,591 @@ const defaultTokensConfig = {
|
|
|
1546
1546
|
variant: "primary"
|
|
1547
1547
|
},
|
|
1548
1548
|
variables: {
|
|
1549
|
+
"variant/contrast-high/root": {
|
|
1550
|
+
borderWidth: {
|
|
1551
|
+
rest: {
|
|
1552
|
+
type: "borderWidths",
|
|
1553
|
+
valueType: "alias",
|
|
1554
|
+
value: "thin"
|
|
1555
|
+
},
|
|
1556
|
+
pressed: {
|
|
1557
|
+
type: "borderWidths",
|
|
1558
|
+
valueType: "alias",
|
|
1559
|
+
value: "thin"
|
|
1560
|
+
},
|
|
1561
|
+
hover: {
|
|
1562
|
+
type: "borderWidths",
|
|
1563
|
+
valueType: "alias",
|
|
1564
|
+
value: "thin"
|
|
1565
|
+
},
|
|
1566
|
+
disabled: {
|
|
1567
|
+
type: "borderWidths",
|
|
1568
|
+
valueType: "alias",
|
|
1569
|
+
value: "thin"
|
|
1570
|
+
}
|
|
1571
|
+
},
|
|
1572
|
+
borderRadius: {
|
|
1573
|
+
rest: {
|
|
1574
|
+
type: "borderRadii",
|
|
1575
|
+
valueType: "alias",
|
|
1576
|
+
value: "full"
|
|
1577
|
+
},
|
|
1578
|
+
pressed: {
|
|
1579
|
+
type: "borderRadii",
|
|
1580
|
+
valueType: "alias",
|
|
1581
|
+
value: "full"
|
|
1582
|
+
},
|
|
1583
|
+
hover: {
|
|
1584
|
+
type: "borderRadii",
|
|
1585
|
+
valueType: "alias",
|
|
1586
|
+
value: "full"
|
|
1587
|
+
},
|
|
1588
|
+
disabled: {
|
|
1589
|
+
type: "borderRadii",
|
|
1590
|
+
valueType: "alias",
|
|
1591
|
+
value: "full"
|
|
1592
|
+
}
|
|
1593
|
+
},
|
|
1594
|
+
borderColor: {
|
|
1595
|
+
rest: {
|
|
1596
|
+
type: "spectrumColors",
|
|
1597
|
+
valueType: "alias",
|
|
1598
|
+
value: "carbon-12"
|
|
1599
|
+
},
|
|
1600
|
+
pressed: {
|
|
1601
|
+
type: "spectrumColors",
|
|
1602
|
+
valueType: "alias",
|
|
1603
|
+
value: "carbon-15"
|
|
1604
|
+
},
|
|
1605
|
+
hover: {
|
|
1606
|
+
type: "spectrumColors",
|
|
1607
|
+
valueType: "alias",
|
|
1608
|
+
value: "carbon-12"
|
|
1609
|
+
},
|
|
1610
|
+
disabled: {
|
|
1611
|
+
type: "spectrumColors",
|
|
1612
|
+
valueType: "alias",
|
|
1613
|
+
value: "carbon-12"
|
|
1614
|
+
}
|
|
1615
|
+
},
|
|
1616
|
+
backgroundColor: {
|
|
1617
|
+
rest: {
|
|
1618
|
+
type: "spectrumColors",
|
|
1619
|
+
valueType: "alias",
|
|
1620
|
+
value: "carbon-12"
|
|
1621
|
+
},
|
|
1622
|
+
pressed: {
|
|
1623
|
+
type: "spectrumColors",
|
|
1624
|
+
valueType: "alias",
|
|
1625
|
+
value: "carbon-15"
|
|
1626
|
+
},
|
|
1627
|
+
hover: {
|
|
1628
|
+
type: "spectrumColors",
|
|
1629
|
+
valueType: "alias",
|
|
1630
|
+
value: "carbon-12"
|
|
1631
|
+
},
|
|
1632
|
+
disabled: {
|
|
1633
|
+
type: "spectrumColors",
|
|
1634
|
+
valueType: "alias",
|
|
1635
|
+
value: "carbon-12"
|
|
1636
|
+
}
|
|
1637
|
+
},
|
|
1638
|
+
color: {
|
|
1639
|
+
rest: {
|
|
1640
|
+
type: "foregroundPaletteColors",
|
|
1641
|
+
valueType: "alias",
|
|
1642
|
+
value: "on-color"
|
|
1643
|
+
},
|
|
1644
|
+
pressed: {
|
|
1645
|
+
type: "foregroundPaletteColors",
|
|
1646
|
+
valueType: "alias",
|
|
1647
|
+
value: "on-color"
|
|
1648
|
+
},
|
|
1649
|
+
hover: {
|
|
1650
|
+
type: "foregroundPaletteColors",
|
|
1651
|
+
valueType: "alias",
|
|
1652
|
+
value: "on-color"
|
|
1653
|
+
},
|
|
1654
|
+
disabled: {
|
|
1655
|
+
type: "foregroundPaletteColors",
|
|
1656
|
+
valueType: "alias",
|
|
1657
|
+
value: "on-color"
|
|
1658
|
+
}
|
|
1659
|
+
},
|
|
1660
|
+
opacity: { disabled: {
|
|
1661
|
+
type: "opacitySteps",
|
|
1662
|
+
valueType: "alias",
|
|
1663
|
+
value: "20"
|
|
1664
|
+
} },
|
|
1665
|
+
shadow: {
|
|
1666
|
+
rest: {
|
|
1667
|
+
type: "shadowVariants",
|
|
1668
|
+
valueType: "alias",
|
|
1669
|
+
value: "none"
|
|
1670
|
+
},
|
|
1671
|
+
pressed: {
|
|
1672
|
+
type: "shadowVariants",
|
|
1673
|
+
valueType: "alias",
|
|
1674
|
+
value: "none"
|
|
1675
|
+
},
|
|
1676
|
+
hover: {
|
|
1677
|
+
type: "shadowVariants",
|
|
1678
|
+
valueType: "alias",
|
|
1679
|
+
value: "md"
|
|
1680
|
+
},
|
|
1681
|
+
disabled: {
|
|
1682
|
+
type: "shadowVariants",
|
|
1683
|
+
valueType: "alias",
|
|
1684
|
+
value: "none"
|
|
1685
|
+
}
|
|
1686
|
+
},
|
|
1687
|
+
insetShadow: {
|
|
1688
|
+
rest: {
|
|
1689
|
+
type: "shadowVariantsWithInvert",
|
|
1690
|
+
valueType: "alias",
|
|
1691
|
+
value: "none"
|
|
1692
|
+
},
|
|
1693
|
+
pressed: {
|
|
1694
|
+
type: "shadowVariantsWithInvert",
|
|
1695
|
+
valueType: "alias",
|
|
1696
|
+
value: "md"
|
|
1697
|
+
},
|
|
1698
|
+
hover: {
|
|
1699
|
+
type: "shadowVariantsWithInvert",
|
|
1700
|
+
valueType: "alias",
|
|
1701
|
+
value: "md-invert"
|
|
1702
|
+
},
|
|
1703
|
+
disabled: {
|
|
1704
|
+
type: "shadowVariantsWithInvert",
|
|
1705
|
+
valueType: "alias",
|
|
1706
|
+
value: "none"
|
|
1707
|
+
}
|
|
1708
|
+
},
|
|
1709
|
+
scaleEffect: {
|
|
1710
|
+
hover: {
|
|
1711
|
+
type: "scaleEffects",
|
|
1712
|
+
valueType: "alias",
|
|
1713
|
+
value: "none"
|
|
1714
|
+
},
|
|
1715
|
+
pressed: {
|
|
1716
|
+
type: "scaleEffects",
|
|
1717
|
+
valueType: "alias",
|
|
1718
|
+
value: "down"
|
|
1719
|
+
}
|
|
1720
|
+
}
|
|
1721
|
+
},
|
|
1722
|
+
"variant/contrast-high/icon": { color: {
|
|
1723
|
+
rest: {
|
|
1724
|
+
type: "foregroundPaletteColors",
|
|
1725
|
+
valueType: "alias",
|
|
1726
|
+
value: "on-color"
|
|
1727
|
+
},
|
|
1728
|
+
pressed: {
|
|
1729
|
+
type: "foregroundPaletteColors",
|
|
1730
|
+
valueType: "alias",
|
|
1731
|
+
value: "on-color"
|
|
1732
|
+
},
|
|
1733
|
+
hover: {
|
|
1734
|
+
type: "foregroundPaletteColors",
|
|
1735
|
+
valueType: "alias",
|
|
1736
|
+
value: "on-color"
|
|
1737
|
+
},
|
|
1738
|
+
disabled: {
|
|
1739
|
+
type: "foregroundPaletteColors",
|
|
1740
|
+
valueType: "alias",
|
|
1741
|
+
value: "on-color"
|
|
1742
|
+
}
|
|
1743
|
+
} },
|
|
1744
|
+
"variant/contrast-medium/root": {
|
|
1745
|
+
borderWidth: {
|
|
1746
|
+
rest: {
|
|
1747
|
+
type: "borderWidths",
|
|
1748
|
+
valueType: "alias",
|
|
1749
|
+
value: "thin"
|
|
1750
|
+
},
|
|
1751
|
+
pressed: {
|
|
1752
|
+
type: "borderWidths",
|
|
1753
|
+
valueType: "alias",
|
|
1754
|
+
value: "thin"
|
|
1755
|
+
},
|
|
1756
|
+
hover: {
|
|
1757
|
+
type: "borderWidths",
|
|
1758
|
+
valueType: "alias",
|
|
1759
|
+
value: "thin"
|
|
1760
|
+
},
|
|
1761
|
+
disabled: {
|
|
1762
|
+
type: "borderWidths",
|
|
1763
|
+
valueType: "alias",
|
|
1764
|
+
value: "thin"
|
|
1765
|
+
}
|
|
1766
|
+
},
|
|
1767
|
+
borderRadius: {
|
|
1768
|
+
rest: {
|
|
1769
|
+
type: "borderRadii",
|
|
1770
|
+
valueType: "alias",
|
|
1771
|
+
value: "full"
|
|
1772
|
+
},
|
|
1773
|
+
pressed: {
|
|
1774
|
+
type: "borderRadii",
|
|
1775
|
+
valueType: "alias",
|
|
1776
|
+
value: "full"
|
|
1777
|
+
},
|
|
1778
|
+
hover: {
|
|
1779
|
+
type: "borderRadii",
|
|
1780
|
+
valueType: "alias",
|
|
1781
|
+
value: "full"
|
|
1782
|
+
},
|
|
1783
|
+
disabled: {
|
|
1784
|
+
type: "borderRadii",
|
|
1785
|
+
valueType: "alias",
|
|
1786
|
+
value: "full"
|
|
1787
|
+
}
|
|
1788
|
+
},
|
|
1789
|
+
borderColor: {
|
|
1790
|
+
rest: {
|
|
1791
|
+
type: "linePaletteColors",
|
|
1792
|
+
valueType: "alias",
|
|
1793
|
+
value: "accent"
|
|
1794
|
+
},
|
|
1795
|
+
pressed: {
|
|
1796
|
+
type: "spectrumColors",
|
|
1797
|
+
valueType: "alias",
|
|
1798
|
+
value: "carbon-5"
|
|
1799
|
+
},
|
|
1800
|
+
hover: {
|
|
1801
|
+
type: "spectrumColors",
|
|
1802
|
+
valueType: "alias",
|
|
1803
|
+
value: "carbon-5"
|
|
1804
|
+
},
|
|
1805
|
+
disabled: {
|
|
1806
|
+
type: "linePaletteColors",
|
|
1807
|
+
valueType: "alias",
|
|
1808
|
+
value: "accent"
|
|
1809
|
+
}
|
|
1810
|
+
},
|
|
1811
|
+
backgroundColor: {
|
|
1812
|
+
rest: {
|
|
1813
|
+
type: "backgroundPaletteColors",
|
|
1814
|
+
valueType: "alias",
|
|
1815
|
+
value: "accent"
|
|
1816
|
+
},
|
|
1817
|
+
pressed: {
|
|
1818
|
+
type: "spectrumColors",
|
|
1819
|
+
valueType: "alias",
|
|
1820
|
+
value: "carbon-3"
|
|
1821
|
+
},
|
|
1822
|
+
hover: {
|
|
1823
|
+
type: "spectrumColors",
|
|
1824
|
+
valueType: "alias",
|
|
1825
|
+
value: "carbon-3"
|
|
1826
|
+
},
|
|
1827
|
+
disabled: {
|
|
1828
|
+
type: "backgroundPaletteColors",
|
|
1829
|
+
valueType: "alias",
|
|
1830
|
+
value: "accent"
|
|
1831
|
+
}
|
|
1832
|
+
},
|
|
1833
|
+
color: {
|
|
1834
|
+
rest: {
|
|
1835
|
+
type: "foregroundPaletteColors",
|
|
1836
|
+
valueType: "alias",
|
|
1837
|
+
value: "primary"
|
|
1838
|
+
},
|
|
1839
|
+
pressed: {
|
|
1840
|
+
type: "foregroundPaletteColors",
|
|
1841
|
+
valueType: "alias",
|
|
1842
|
+
value: "primary"
|
|
1843
|
+
},
|
|
1844
|
+
hover: {
|
|
1845
|
+
type: "foregroundPaletteColors",
|
|
1846
|
+
valueType: "alias",
|
|
1847
|
+
value: "primary"
|
|
1848
|
+
},
|
|
1849
|
+
disabled: {
|
|
1850
|
+
type: "foregroundPaletteColors",
|
|
1851
|
+
valueType: "alias",
|
|
1852
|
+
value: "primary"
|
|
1853
|
+
}
|
|
1854
|
+
},
|
|
1855
|
+
opacity: { disabled: {
|
|
1856
|
+
type: "opacitySteps",
|
|
1857
|
+
valueType: "alias",
|
|
1858
|
+
value: "20"
|
|
1859
|
+
} },
|
|
1860
|
+
shadow: {
|
|
1861
|
+
rest: {
|
|
1862
|
+
type: "shadowVariants",
|
|
1863
|
+
valueType: "alias",
|
|
1864
|
+
value: "none"
|
|
1865
|
+
},
|
|
1866
|
+
pressed: {
|
|
1867
|
+
type: "shadowVariants",
|
|
1868
|
+
valueType: "alias",
|
|
1869
|
+
value: "none"
|
|
1870
|
+
},
|
|
1871
|
+
hover: {
|
|
1872
|
+
type: "shadowVariants",
|
|
1873
|
+
valueType: "alias",
|
|
1874
|
+
value: "md"
|
|
1875
|
+
},
|
|
1876
|
+
disabled: {
|
|
1877
|
+
type: "shadowVariants",
|
|
1878
|
+
valueType: "alias",
|
|
1879
|
+
value: "none"
|
|
1880
|
+
}
|
|
1881
|
+
},
|
|
1882
|
+
insetShadow: {
|
|
1883
|
+
rest: {
|
|
1884
|
+
type: "shadowVariantsWithInvert",
|
|
1885
|
+
valueType: "alias",
|
|
1886
|
+
value: "none"
|
|
1887
|
+
},
|
|
1888
|
+
pressed: {
|
|
1889
|
+
type: "shadowVariantsWithInvert",
|
|
1890
|
+
valueType: "alias",
|
|
1891
|
+
value: "md"
|
|
1892
|
+
},
|
|
1893
|
+
hover: {
|
|
1894
|
+
type: "shadowVariantsWithInvert",
|
|
1895
|
+
valueType: "alias",
|
|
1896
|
+
value: "md-invert"
|
|
1897
|
+
},
|
|
1898
|
+
disabled: {
|
|
1899
|
+
type: "shadowVariantsWithInvert",
|
|
1900
|
+
valueType: "alias",
|
|
1901
|
+
value: "none"
|
|
1902
|
+
}
|
|
1903
|
+
},
|
|
1904
|
+
scaleEffect: {
|
|
1905
|
+
hover: {
|
|
1906
|
+
type: "scaleEffects",
|
|
1907
|
+
valueType: "alias",
|
|
1908
|
+
value: "none"
|
|
1909
|
+
},
|
|
1910
|
+
pressed: {
|
|
1911
|
+
type: "scaleEffects",
|
|
1912
|
+
valueType: "alias",
|
|
1913
|
+
value: "down"
|
|
1914
|
+
}
|
|
1915
|
+
}
|
|
1916
|
+
},
|
|
1917
|
+
"variant/contrast-medium/icon": { color: {
|
|
1918
|
+
rest: {
|
|
1919
|
+
type: "foregroundPaletteColors",
|
|
1920
|
+
valueType: "alias",
|
|
1921
|
+
value: "primary"
|
|
1922
|
+
},
|
|
1923
|
+
pressed: {
|
|
1924
|
+
type: "foregroundPaletteColors",
|
|
1925
|
+
valueType: "alias",
|
|
1926
|
+
value: "primary"
|
|
1927
|
+
},
|
|
1928
|
+
hover: {
|
|
1929
|
+
type: "foregroundPaletteColors",
|
|
1930
|
+
valueType: "alias",
|
|
1931
|
+
value: "primary"
|
|
1932
|
+
},
|
|
1933
|
+
disabled: {
|
|
1934
|
+
type: "foregroundPaletteColors",
|
|
1935
|
+
valueType: "alias",
|
|
1936
|
+
value: "primary"
|
|
1937
|
+
}
|
|
1938
|
+
} },
|
|
1939
|
+
"variant/contrast-low/root": {
|
|
1940
|
+
borderWidth: {
|
|
1941
|
+
rest: {
|
|
1942
|
+
type: "borderWidths",
|
|
1943
|
+
valueType: "alias",
|
|
1944
|
+
value: "thin"
|
|
1945
|
+
},
|
|
1946
|
+
pressed: {
|
|
1947
|
+
type: "borderWidths",
|
|
1948
|
+
valueType: "alias",
|
|
1949
|
+
value: "thin"
|
|
1950
|
+
},
|
|
1951
|
+
hover: {
|
|
1952
|
+
type: "borderWidths",
|
|
1953
|
+
valueType: "alias",
|
|
1954
|
+
value: "thin"
|
|
1955
|
+
},
|
|
1956
|
+
disabled: {
|
|
1957
|
+
type: "borderWidths",
|
|
1958
|
+
valueType: "alias",
|
|
1959
|
+
value: "thin"
|
|
1960
|
+
}
|
|
1961
|
+
},
|
|
1962
|
+
borderRadius: {
|
|
1963
|
+
rest: {
|
|
1964
|
+
type: "borderRadii",
|
|
1965
|
+
valueType: "alias",
|
|
1966
|
+
value: "full"
|
|
1967
|
+
},
|
|
1968
|
+
pressed: {
|
|
1969
|
+
type: "borderRadii",
|
|
1970
|
+
valueType: "alias",
|
|
1971
|
+
value: "full"
|
|
1972
|
+
},
|
|
1973
|
+
hover: {
|
|
1974
|
+
type: "borderRadii",
|
|
1975
|
+
valueType: "alias",
|
|
1976
|
+
value: "full"
|
|
1977
|
+
},
|
|
1978
|
+
disabled: {
|
|
1979
|
+
type: "borderRadii",
|
|
1980
|
+
valueType: "alias",
|
|
1981
|
+
value: "full"
|
|
1982
|
+
}
|
|
1983
|
+
},
|
|
1984
|
+
borderColor: {
|
|
1985
|
+
rest: {
|
|
1986
|
+
type: "spectrumColors",
|
|
1987
|
+
valueType: "alias",
|
|
1988
|
+
value: "carbon-3"
|
|
1989
|
+
},
|
|
1990
|
+
pressed: {
|
|
1991
|
+
type: "spectrumColors",
|
|
1992
|
+
valueType: "alias",
|
|
1993
|
+
value: "carbon-3"
|
|
1994
|
+
},
|
|
1995
|
+
hover: {
|
|
1996
|
+
type: "spectrumColors",
|
|
1997
|
+
valueType: "alias",
|
|
1998
|
+
value: "carbon-3"
|
|
1999
|
+
},
|
|
2000
|
+
disabled: {
|
|
2001
|
+
type: "spectrumColors",
|
|
2002
|
+
valueType: "alias",
|
|
2003
|
+
value: "carbon-3"
|
|
2004
|
+
}
|
|
2005
|
+
},
|
|
2006
|
+
backgroundColor: {
|
|
2007
|
+
rest: {
|
|
2008
|
+
type: "spectrumColors",
|
|
2009
|
+
valueType: "alias",
|
|
2010
|
+
value: "carbon-0"
|
|
2011
|
+
},
|
|
2012
|
+
pressed: {
|
|
2013
|
+
type: "spectrumColors",
|
|
2014
|
+
valueType: "alias",
|
|
2015
|
+
value: "carbon-2"
|
|
2016
|
+
},
|
|
2017
|
+
hover: {
|
|
2018
|
+
type: "spectrumColors",
|
|
2019
|
+
valueType: "alias",
|
|
2020
|
+
value: "carbon-2"
|
|
2021
|
+
},
|
|
2022
|
+
disabled: {
|
|
2023
|
+
type: "spectrumColors",
|
|
2024
|
+
valueType: "alias",
|
|
2025
|
+
value: "carbon-0"
|
|
2026
|
+
}
|
|
2027
|
+
},
|
|
2028
|
+
color: {
|
|
2029
|
+
rest: {
|
|
2030
|
+
type: "foregroundPaletteColors",
|
|
2031
|
+
valueType: "alias",
|
|
2032
|
+
value: "primary"
|
|
2033
|
+
},
|
|
2034
|
+
pressed: {
|
|
2035
|
+
type: "foregroundPaletteColors",
|
|
2036
|
+
valueType: "alias",
|
|
2037
|
+
value: "primary"
|
|
2038
|
+
},
|
|
2039
|
+
hover: {
|
|
2040
|
+
type: "foregroundPaletteColors",
|
|
2041
|
+
valueType: "alias",
|
|
2042
|
+
value: "primary"
|
|
2043
|
+
},
|
|
2044
|
+
disabled: {
|
|
2045
|
+
type: "foregroundPaletteColors",
|
|
2046
|
+
valueType: "alias",
|
|
2047
|
+
value: "primary"
|
|
2048
|
+
}
|
|
2049
|
+
},
|
|
2050
|
+
opacity: { disabled: {
|
|
2051
|
+
type: "opacitySteps",
|
|
2052
|
+
valueType: "alias",
|
|
2053
|
+
value: "20"
|
|
2054
|
+
} },
|
|
2055
|
+
shadow: {
|
|
2056
|
+
rest: {
|
|
2057
|
+
type: "shadowVariants",
|
|
2058
|
+
valueType: "alias",
|
|
2059
|
+
value: "none"
|
|
2060
|
+
},
|
|
2061
|
+
pressed: {
|
|
2062
|
+
type: "shadowVariants",
|
|
2063
|
+
valueType: "alias",
|
|
2064
|
+
value: "none"
|
|
2065
|
+
},
|
|
2066
|
+
hover: {
|
|
2067
|
+
type: "shadowVariants",
|
|
2068
|
+
valueType: "alias",
|
|
2069
|
+
value: "md"
|
|
2070
|
+
},
|
|
2071
|
+
disabled: {
|
|
2072
|
+
type: "shadowVariants",
|
|
2073
|
+
valueType: "alias",
|
|
2074
|
+
value: "none"
|
|
2075
|
+
}
|
|
2076
|
+
},
|
|
2077
|
+
insetShadow: {
|
|
2078
|
+
rest: {
|
|
2079
|
+
type: "shadowVariantsWithInvert",
|
|
2080
|
+
valueType: "alias",
|
|
2081
|
+
value: "none"
|
|
2082
|
+
},
|
|
2083
|
+
pressed: {
|
|
2084
|
+
type: "shadowVariantsWithInvert",
|
|
2085
|
+
valueType: "alias",
|
|
2086
|
+
value: "md"
|
|
2087
|
+
},
|
|
2088
|
+
hover: {
|
|
2089
|
+
type: "shadowVariantsWithInvert",
|
|
2090
|
+
valueType: "alias",
|
|
2091
|
+
value: "md-invert"
|
|
2092
|
+
},
|
|
2093
|
+
disabled: {
|
|
2094
|
+
type: "shadowVariantsWithInvert",
|
|
2095
|
+
valueType: "alias",
|
|
2096
|
+
value: "none"
|
|
2097
|
+
}
|
|
2098
|
+
},
|
|
2099
|
+
scaleEffect: {
|
|
2100
|
+
hover: {
|
|
2101
|
+
type: "scaleEffects",
|
|
2102
|
+
valueType: "alias",
|
|
2103
|
+
value: "none"
|
|
2104
|
+
},
|
|
2105
|
+
pressed: {
|
|
2106
|
+
type: "scaleEffects",
|
|
2107
|
+
valueType: "alias",
|
|
2108
|
+
value: "down"
|
|
2109
|
+
}
|
|
2110
|
+
}
|
|
2111
|
+
},
|
|
2112
|
+
"variant/contrast-low/icon": { color: {
|
|
2113
|
+
rest: {
|
|
2114
|
+
type: "foregroundPaletteColors",
|
|
2115
|
+
valueType: "alias",
|
|
2116
|
+
value: "primary"
|
|
2117
|
+
},
|
|
2118
|
+
pressed: {
|
|
2119
|
+
type: "foregroundPaletteColors",
|
|
2120
|
+
valueType: "alias",
|
|
2121
|
+
value: "primary"
|
|
2122
|
+
},
|
|
2123
|
+
hover: {
|
|
2124
|
+
type: "foregroundPaletteColors",
|
|
2125
|
+
valueType: "alias",
|
|
2126
|
+
value: "primary"
|
|
2127
|
+
},
|
|
2128
|
+
disabled: {
|
|
2129
|
+
type: "foregroundPaletteColors",
|
|
2130
|
+
valueType: "alias",
|
|
2131
|
+
value: "primary"
|
|
2132
|
+
}
|
|
2133
|
+
} },
|
|
1549
2134
|
"variant/brand/icon": { color: {
|
|
1550
2135
|
disabled: {
|
|
1551
2136
|
type: "foregroundPaletteColors",
|