@saas-ui/react 3.0.0-alpha.5 → 3.0.0-alpha.7
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +18 -0
- package/dist/{chunk-VF3BV2BY.js → chunk-5T7S5OAM.js} +20 -7
- package/dist/{chunk-F3CVOMG5.js → chunk-CD2JUFI2.js} +81 -10
- package/dist/chunk-IFYV7NUJ.js +326 -0
- package/dist/chunk-SKXSBAOS.js +35 -0
- package/dist/{chunk-7C3IZBNJ.js → chunk-TT4C5VXB.js} +4 -6
- package/dist/components/{breadcrumbs → breadcrumb}/index.cjs +8 -10
- package/dist/components/{breadcrumbs → breadcrumb}/index.d.cts +3 -4
- package/dist/components/{breadcrumbs → breadcrumb}/index.d.ts +3 -4
- package/dist/components/breadcrumb/index.js +8 -0
- package/dist/components/menu/index.cjs +163 -179
- package/dist/components/menu/index.d.cts +9 -2
- package/dist/components/menu/index.d.ts +9 -2
- package/dist/components/menu/index.js +4 -2
- package/dist/components/password-input/index.js +1 -2
- package/dist/components/segmented-control/index.cjs +58 -0
- package/dist/components/segmented-control/index.d.cts +13 -1
- package/dist/components/segmented-control/index.d.ts +13 -1
- package/dist/components/segmented-control/index.js +7 -1
- package/dist/index.cjs +696 -322
- package/dist/index.d.cts +2 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +294 -266
- package/dist/theme/tokens/colors.cjs +349 -0
- package/dist/theme/tokens/colors.d.cts +856 -0
- package/dist/theme/tokens/colors.d.ts +856 -0
- package/dist/theme/tokens/colors.js +8 -0
- package/package.json +10 -4
- package/dist/chunk-CTOVNZVS.js +0 -1
- package/dist/chunk-QMG6HP7Z.js +0 -87
- package/dist/components/breadcrumbs/index.js +0 -8
package/dist/index.cjs
CHANGED
@@ -33,13 +33,13 @@ __export(src_exports, {
|
|
33
33
|
AppShell: () => AppShell,
|
34
34
|
Avatar: () => Avatar,
|
35
35
|
AvatarGroup: () => AvatarGroup,
|
36
|
-
Breadcrumb: () =>
|
36
|
+
Breadcrumb: () => breadcrumb_exports,
|
37
37
|
Button: () => Button,
|
38
38
|
Checkbox: () => Checkbox,
|
39
39
|
CloseButton: () => CloseButton,
|
40
40
|
Command: () => Command,
|
41
|
-
Dialog: () =>
|
42
|
-
Drawer: () =>
|
41
|
+
Dialog: () => namespace_exports,
|
42
|
+
Drawer: () => namespace_exports2,
|
43
43
|
EmptyState: () => EmptyState,
|
44
44
|
GridList: () => grid_list_exports,
|
45
45
|
IconBadge: () => IconBadge,
|
@@ -56,7 +56,8 @@ __export(src_exports, {
|
|
56
56
|
Radio: () => Radio,
|
57
57
|
RadioGroup: () => RadioGroup,
|
58
58
|
SearchInput: () => SearchInput,
|
59
|
-
|
59
|
+
SegmentedControl: () => SegmentedControl,
|
60
|
+
Select: () => namespace_exports3,
|
60
61
|
Sidebar: () => sidebar_exports,
|
61
62
|
Spinner: () => Spinner2,
|
62
63
|
Steps: () => steps_exports,
|
@@ -65,7 +66,7 @@ __export(src_exports, {
|
|
65
66
|
Switch: () => Switch,
|
66
67
|
Toaster: () => Toaster,
|
67
68
|
Tooltip: () => Tooltip,
|
68
|
-
createSystem: () =>
|
69
|
+
createSystem: () => import_react168.createSystem,
|
69
70
|
defaultConfig: () => defaultConfig,
|
70
71
|
defaultPresenceOptions: () => defaultPresenceOptions,
|
71
72
|
defaultSystem: () => defaultSystem,
|
@@ -1664,6 +1665,26 @@ var semanticColors = import_react25.defineSemanticTokens.colors({
|
|
1664
1665
|
value: { _light: "{colors.gray.900}", _dark: "{colors.white}" }
|
1665
1666
|
}
|
1666
1667
|
},
|
1668
|
+
slate: {
|
1669
|
+
contrast: {
|
1670
|
+
value: { _light: "white", _dark: "white" }
|
1671
|
+
},
|
1672
|
+
fg: {
|
1673
|
+
value: { _light: "{colors.slate.900}", _dark: "{colors.slate.200}" }
|
1674
|
+
},
|
1675
|
+
muted: {
|
1676
|
+
value: { _light: "{colors.slate.100}", _dark: "{colors.slate.900}" }
|
1677
|
+
},
|
1678
|
+
subtle: {
|
1679
|
+
value: { _light: "{colors.slate.200}", _dark: "{colors.slate.800}" }
|
1680
|
+
},
|
1681
|
+
emphasized: {
|
1682
|
+
value: { _light: "{colors.slate.300}", _dark: "{colors.slate.700}" }
|
1683
|
+
},
|
1684
|
+
solid: {
|
1685
|
+
value: { _light: "{colors.slate.500}", _dark: "{colors.slate.500}" }
|
1686
|
+
}
|
1687
|
+
},
|
1667
1688
|
gray: {
|
1668
1689
|
contrast: {
|
1669
1690
|
value: { _light: "white", _dark: "white" }
|
@@ -1684,6 +1705,46 @@ var semanticColors = import_react25.defineSemanticTokens.colors({
|
|
1684
1705
|
value: { _light: "{colors.gray.500}", _dark: "{colors.gray.500}" }
|
1685
1706
|
}
|
1686
1707
|
},
|
1708
|
+
zinc: {
|
1709
|
+
contrast: {
|
1710
|
+
value: { _light: "white", _dark: "white" }
|
1711
|
+
},
|
1712
|
+
fg: {
|
1713
|
+
value: { _light: "{colors.zinc.900}", _dark: "{colors.zinc.200}" }
|
1714
|
+
},
|
1715
|
+
muted: {
|
1716
|
+
value: { _light: "{colors.zinc.100}", _dark: "{colors.zinc.900}" }
|
1717
|
+
},
|
1718
|
+
subtle: {
|
1719
|
+
value: { _light: "{colors.zinc.200}", _dark: "{colors.zinc.800}" }
|
1720
|
+
},
|
1721
|
+
emphasized: {
|
1722
|
+
value: { _light: "{colors.zinc.300}", _dark: "{colors.zinc.700}" }
|
1723
|
+
},
|
1724
|
+
solid: {
|
1725
|
+
value: { _light: "{colors.zinc.500}", _dark: "{colors.zinc.500}" }
|
1726
|
+
}
|
1727
|
+
},
|
1728
|
+
stone: {
|
1729
|
+
contrast: {
|
1730
|
+
value: { _light: "white", _dark: "white" }
|
1731
|
+
},
|
1732
|
+
fg: {
|
1733
|
+
value: { _light: "{colors.stone.900}", _dark: "{colors.stone.200}" }
|
1734
|
+
},
|
1735
|
+
muted: {
|
1736
|
+
value: { _light: "{colors.stone.100}", _dark: "{colors.stone.900}" }
|
1737
|
+
},
|
1738
|
+
subtle: {
|
1739
|
+
value: { _light: "{colors.stone.200}", _dark: "{colors.stone.800}" }
|
1740
|
+
},
|
1741
|
+
emphasized: {
|
1742
|
+
value: { _light: "{colors.stone.300}", _dark: "{colors.stone.700}" }
|
1743
|
+
},
|
1744
|
+
solid: {
|
1745
|
+
value: { _light: "{colors.stone.500}", _dark: "{colors.stone.500}" }
|
1746
|
+
}
|
1747
|
+
},
|
1687
1748
|
red: {
|
1688
1749
|
contrast: {
|
1689
1750
|
value: { _light: "white", _dark: "white" }
|
@@ -1724,6 +1785,66 @@ var semanticColors = import_react25.defineSemanticTokens.colors({
|
|
1724
1785
|
value: { _light: "{colors.orange.600}", _dark: "{colors.orange.500}" }
|
1725
1786
|
}
|
1726
1787
|
},
|
1788
|
+
amber: {
|
1789
|
+
contrast: {
|
1790
|
+
value: { _light: "black", _dark: "black" }
|
1791
|
+
},
|
1792
|
+
fg: {
|
1793
|
+
value: { _light: "{colors.amber.700}", _dark: "{colors.amber.300}" }
|
1794
|
+
},
|
1795
|
+
muted: {
|
1796
|
+
value: { _light: "{colors.amber.50}", _dark: "{colors.amber.950}" }
|
1797
|
+
},
|
1798
|
+
subtle: {
|
1799
|
+
value: { _light: "{colors.amber.100}", _dark: "{colors.amber.900}" }
|
1800
|
+
},
|
1801
|
+
emphasized: {
|
1802
|
+
value: { _light: "{colors.amber.200}", _dark: "{colors.amber.800}" }
|
1803
|
+
},
|
1804
|
+
solid: {
|
1805
|
+
value: { _light: "{colors.amber.600}", _dark: "{colors.amber.600}" }
|
1806
|
+
}
|
1807
|
+
},
|
1808
|
+
yellow: {
|
1809
|
+
contrast: {
|
1810
|
+
value: { _light: "black", _dark: "black" }
|
1811
|
+
},
|
1812
|
+
fg: {
|
1813
|
+
value: { _light: "{colors.yellow.700}", _dark: "{colors.yellow.300}" }
|
1814
|
+
},
|
1815
|
+
muted: {
|
1816
|
+
value: { _light: "{colors.yellow.50}", _dark: "{colors.yellow.950}" }
|
1817
|
+
},
|
1818
|
+
subtle: {
|
1819
|
+
value: { _light: "{colors.yellow.100}", _dark: "{colors.yellow.900}" }
|
1820
|
+
},
|
1821
|
+
emphasized: {
|
1822
|
+
value: { _light: "{colors.yellow.200}", _dark: "{colors.yellow.800}" }
|
1823
|
+
},
|
1824
|
+
solid: {
|
1825
|
+
value: { _light: "{colors.yellow.600}", _dark: "{colors.yellow.600}" }
|
1826
|
+
}
|
1827
|
+
},
|
1828
|
+
lime: {
|
1829
|
+
contrast: {
|
1830
|
+
value: { _light: "black", _dark: "black" }
|
1831
|
+
},
|
1832
|
+
fg: {
|
1833
|
+
value: { _light: "{colors.lime.700}", _dark: "{colors.lime.300}" }
|
1834
|
+
},
|
1835
|
+
muted: {
|
1836
|
+
value: { _light: "{colors.lime.50}", _dark: "{colors.lime.950}" }
|
1837
|
+
},
|
1838
|
+
subtle: {
|
1839
|
+
value: { _light: "{colors.lime.100}", _dark: "{colors.lime.900}" }
|
1840
|
+
},
|
1841
|
+
emphasized: {
|
1842
|
+
value: { _light: "{colors.lime.200}", _dark: "{colors.lime.800}" }
|
1843
|
+
},
|
1844
|
+
solid: {
|
1845
|
+
value: { _light: "{colors.lime.600}", _dark: "{colors.lime.600}" }
|
1846
|
+
}
|
1847
|
+
},
|
1727
1848
|
green: {
|
1728
1849
|
contrast: {
|
1729
1850
|
value: { _light: "white", _dark: "white" }
|
@@ -1744,64 +1865,104 @@ var semanticColors = import_react25.defineSemanticTokens.colors({
|
|
1744
1865
|
value: { _light: "{colors.green.600}", _dark: "{colors.green.600}" }
|
1745
1866
|
}
|
1746
1867
|
},
|
1747
|
-
|
1868
|
+
emerald: {
|
1748
1869
|
contrast: {
|
1749
1870
|
value: { _light: "white", _dark: "white" }
|
1750
1871
|
},
|
1751
1872
|
fg: {
|
1752
|
-
value: { _light: "{colors.
|
1873
|
+
value: { _light: "{colors.emerald.700}", _dark: "{colors.emerald.300}" }
|
1753
1874
|
},
|
1754
1875
|
muted: {
|
1755
|
-
value: { _light: "{colors.
|
1876
|
+
value: { _light: "{colors.emerald.50}", _dark: "{colors.emerald.950}" }
|
1756
1877
|
},
|
1757
1878
|
subtle: {
|
1758
|
-
value: { _light: "{colors.
|
1879
|
+
value: { _light: "{colors.emerald.100}", _dark: "{colors.emerald.900}" }
|
1759
1880
|
},
|
1760
1881
|
emphasized: {
|
1761
|
-
value: { _light: "{colors.
|
1882
|
+
value: { _light: "{colors.emerald.200}", _dark: "{colors.emerald.800}" }
|
1762
1883
|
},
|
1763
1884
|
solid: {
|
1764
|
-
value: { _light: "{colors.
|
1885
|
+
value: { _light: "{colors.emerald.600}", _dark: "{colors.emerald.600}" }
|
1765
1886
|
}
|
1766
1887
|
},
|
1767
|
-
|
1888
|
+
teal: {
|
1768
1889
|
contrast: {
|
1769
|
-
value: { _light: "
|
1890
|
+
value: { _light: "white", _dark: "white" }
|
1770
1891
|
},
|
1771
1892
|
fg: {
|
1772
|
-
value: { _light: "{colors.
|
1893
|
+
value: { _light: "{colors.teal.700}", _dark: "{colors.teal.300}" }
|
1773
1894
|
},
|
1774
1895
|
muted: {
|
1775
|
-
value: { _light: "{colors.
|
1896
|
+
value: { _light: "{colors.teal.50}", _dark: "{colors.teal.950}" }
|
1776
1897
|
},
|
1777
1898
|
subtle: {
|
1778
|
-
value: { _light: "{colors.
|
1899
|
+
value: { _light: "{colors.teal.100}", _dark: "{colors.teal.900}" }
|
1779
1900
|
},
|
1780
1901
|
emphasized: {
|
1781
|
-
value: { _light: "{colors.
|
1902
|
+
value: { _light: "{colors.teal.200}", _dark: "{colors.teal.800}" }
|
1782
1903
|
},
|
1783
1904
|
solid: {
|
1784
|
-
value: { _light: "{colors.
|
1905
|
+
value: { _light: "{colors.teal.600}", _dark: "{colors.teal.600}" }
|
1785
1906
|
}
|
1786
1907
|
},
|
1787
|
-
|
1908
|
+
cyan: {
|
1788
1909
|
contrast: {
|
1789
1910
|
value: { _light: "white", _dark: "white" }
|
1790
1911
|
},
|
1791
1912
|
fg: {
|
1792
|
-
value: { _light: "{colors.
|
1913
|
+
value: { _light: "{colors.cyan.700}", _dark: "{colors.cyan.300}" }
|
1793
1914
|
},
|
1794
1915
|
muted: {
|
1795
|
-
value: { _light: "{colors.
|
1916
|
+
value: { _light: "{colors.cyan.50}", _dark: "{colors.cyan.950}" }
|
1796
1917
|
},
|
1797
1918
|
subtle: {
|
1798
|
-
value: { _light: "{colors.
|
1919
|
+
value: { _light: "{colors.cyan.100}", _dark: "{colors.cyan.900}" }
|
1799
1920
|
},
|
1800
1921
|
emphasized: {
|
1801
|
-
value: { _light: "{colors.
|
1922
|
+
value: { _light: "{colors.cyan.200}", _dark: "{colors.cyan.800}" }
|
1802
1923
|
},
|
1803
1924
|
solid: {
|
1804
|
-
value: { _light: "{colors.
|
1925
|
+
value: { _light: "{colors.cyan.600}", _dark: "{colors.cyan.600}" }
|
1926
|
+
}
|
1927
|
+
},
|
1928
|
+
sky: {
|
1929
|
+
contrast: {
|
1930
|
+
value: { _light: "white", _dark: "white" }
|
1931
|
+
},
|
1932
|
+
fg: {
|
1933
|
+
value: { _light: "{colors.sky.700}", _dark: "{colors.sky.300}" }
|
1934
|
+
},
|
1935
|
+
muted: {
|
1936
|
+
value: { _light: "{colors.sky.50}", _dark: "{colors.sky.950}" }
|
1937
|
+
},
|
1938
|
+
subtle: {
|
1939
|
+
value: { _light: "{colors.sky.100}", _dark: "{colors.sky.900}" }
|
1940
|
+
},
|
1941
|
+
emphasized: {
|
1942
|
+
value: { _light: "{colors.sky.200}", _dark: "{colors.sky.800}" }
|
1943
|
+
},
|
1944
|
+
solid: {
|
1945
|
+
value: { _light: "{colors.sky.600}", _dark: "{colors.sky.600}" }
|
1946
|
+
}
|
1947
|
+
},
|
1948
|
+
blue: {
|
1949
|
+
contrast: {
|
1950
|
+
value: { _light: "white", _dark: "white" }
|
1951
|
+
},
|
1952
|
+
fg: {
|
1953
|
+
value: { _light: "{colors.blue.700}", _dark: "{colors.blue.300}" }
|
1954
|
+
},
|
1955
|
+
muted: {
|
1956
|
+
value: { _light: "{colors.blue.50}", _dark: "{colors.blue.950}" }
|
1957
|
+
},
|
1958
|
+
subtle: {
|
1959
|
+
value: { _light: "{colors.blue.100}", _dark: "{colors.blue.900}" }
|
1960
|
+
},
|
1961
|
+
emphasized: {
|
1962
|
+
value: { _light: "{colors.blue.200}", _dark: "{colors.blue.800}" }
|
1963
|
+
},
|
1964
|
+
solid: {
|
1965
|
+
value: { _light: "{colors.blue.600}", _dark: "{colors.blue.600}" }
|
1805
1966
|
}
|
1806
1967
|
},
|
1807
1968
|
indigo: {
|
@@ -1824,6 +1985,26 @@ var semanticColors = import_react25.defineSemanticTokens.colors({
|
|
1824
1985
|
value: { _light: "{colors.indigo.600}", _dark: "{colors.indigo.600}" }
|
1825
1986
|
}
|
1826
1987
|
},
|
1988
|
+
violet: {
|
1989
|
+
contrast: {
|
1990
|
+
value: { _light: "white", _dark: "white" }
|
1991
|
+
},
|
1992
|
+
fg: {
|
1993
|
+
value: { _light: "{colors.violet.700}", _dark: "{colors.violet.300}" }
|
1994
|
+
},
|
1995
|
+
muted: {
|
1996
|
+
value: { _light: "{colors.violet.50}", _dark: "{colors.violet.950}" }
|
1997
|
+
},
|
1998
|
+
subtle: {
|
1999
|
+
value: { _light: "{colors.violet.100}", _dark: "{colors.violet.900}" }
|
2000
|
+
},
|
2001
|
+
emphasized: {
|
2002
|
+
value: { _light: "{colors.violet.200}", _dark: "{colors.violet.800}" }
|
2003
|
+
},
|
2004
|
+
solid: {
|
2005
|
+
value: { _light: "{colors.violet.600}", _dark: "{colors.violet.600}" }
|
2006
|
+
}
|
2007
|
+
},
|
1827
2008
|
purple: {
|
1828
2009
|
contrast: {
|
1829
2010
|
value: { _light: "white", _dark: "white" }
|
@@ -1844,6 +2025,26 @@ var semanticColors = import_react25.defineSemanticTokens.colors({
|
|
1844
2025
|
value: { _light: "{colors.purple.600}", _dark: "{colors.purple.600}" }
|
1845
2026
|
}
|
1846
2027
|
},
|
2028
|
+
fuchsia: {
|
2029
|
+
contrast: {
|
2030
|
+
value: { _light: "white", _dark: "white" }
|
2031
|
+
},
|
2032
|
+
fg: {
|
2033
|
+
value: { _light: "{colors.fuchsia.700}", _dark: "{colors.fuchsia.300}" }
|
2034
|
+
},
|
2035
|
+
muted: {
|
2036
|
+
value: { _light: "{colors.fuchsia.50}", _dark: "{colors.fuchsia.950}" }
|
2037
|
+
},
|
2038
|
+
subtle: {
|
2039
|
+
value: { _light: "{colors.fuchsia.100}", _dark: "{colors.fuchsia.900}" }
|
2040
|
+
},
|
2041
|
+
emphasized: {
|
2042
|
+
value: { _light: "{colors.fuchsia.200}", _dark: "{colors.fuchsia.800}" }
|
2043
|
+
},
|
2044
|
+
solid: {
|
2045
|
+
value: { _light: "{colors.fuchsia.600}", _dark: "{colors.fuchsia.600}" }
|
2046
|
+
}
|
2047
|
+
},
|
1847
2048
|
pink: {
|
1848
2049
|
contrast: {
|
1849
2050
|
value: { _light: "white", _dark: "white" }
|
@@ -1864,24 +2065,24 @@ var semanticColors = import_react25.defineSemanticTokens.colors({
|
|
1864
2065
|
value: { _light: "{colors.pink.600}", _dark: "{colors.pink.600}" }
|
1865
2066
|
}
|
1866
2067
|
},
|
1867
|
-
|
2068
|
+
rose: {
|
1868
2069
|
contrast: {
|
1869
2070
|
value: { _light: "white", _dark: "white" }
|
1870
2071
|
},
|
1871
2072
|
fg: {
|
1872
|
-
value: { _light: "{colors.
|
2073
|
+
value: { _light: "{colors.rose.700}", _dark: "{colors.rose.300}" }
|
1873
2074
|
},
|
1874
2075
|
muted: {
|
1875
|
-
value: { _light: "{colors.
|
2076
|
+
value: { _light: "{colors.rose.50}", _dark: "{colors.rose.950}" }
|
1876
2077
|
},
|
1877
2078
|
subtle: {
|
1878
|
-
value: { _light: "{colors.
|
2079
|
+
value: { _light: "{colors.rose.100}", _dark: "{colors.rose.900}" }
|
1879
2080
|
},
|
1880
2081
|
emphasized: {
|
1881
|
-
value: { _light: "{colors.
|
2082
|
+
value: { _light: "{colors.rose.200}", _dark: "{colors.rose.800}" }
|
1882
2083
|
},
|
1883
2084
|
solid: {
|
1884
|
-
value: { _light: "{colors.
|
2085
|
+
value: { _light: "{colors.rose.600}", _dark: "{colors.rose.600}" }
|
1885
2086
|
}
|
1886
2087
|
}
|
1887
2088
|
});
|
@@ -4695,6 +4896,7 @@ var menuSlotRecipe = (0, import_react54.defineSlotRecipe)({
|
|
4695
4896
|
bg: "bg.panel",
|
4696
4897
|
boxShadow: "lg",
|
4697
4898
|
color: "fg",
|
4899
|
+
maxHeight: "var(--available-height)",
|
4698
4900
|
"--menu-z-index": "zIndex.dropdown",
|
4699
4901
|
zIndex: "calc(var(--menu-z-index) + var(--layer-index, 0))",
|
4700
4902
|
borderRadius: "l2",
|
@@ -7798,176 +8000,319 @@ var import_react82 = require("@chakra-ui/react");
|
|
7798
8000
|
var colors = import_react82.defineTokens.colors({
|
7799
8001
|
transparent: { value: "transparent" },
|
7800
8002
|
current: { value: "currentColor" },
|
7801
|
-
black: { value: "
|
7802
|
-
white: { value: "
|
8003
|
+
black: { value: "oklch(0.07 0 0)" },
|
8004
|
+
white: { value: "oklch(1 0 0)" },
|
7803
8005
|
whiteAlpha: {
|
7804
|
-
50: { value: "
|
7805
|
-
100: { value: "
|
7806
|
-
200: { value: "
|
7807
|
-
300: { value: "
|
7808
|
-
400: { value: "
|
7809
|
-
500: { value: "
|
7810
|
-
600: { value: "
|
7811
|
-
700: { value: "
|
7812
|
-
800: { value: "
|
7813
|
-
900: { value: "
|
7814
|
-
950: { value: "
|
8006
|
+
50: { value: "oklch(1 0 0 / 0.04)" },
|
8007
|
+
100: { value: "oklch(1 0 0 / 0.06)" },
|
8008
|
+
200: { value: "oklch(1 0 0 / 0.08)" },
|
8009
|
+
300: { value: "oklch(1 0 0 / 0.16)" },
|
8010
|
+
400: { value: "oklch(1 0 0 / 0.24)" },
|
8011
|
+
500: { value: "oklch(1 0 0 / 0.36)" },
|
8012
|
+
600: { value: "oklch(1 0 0 / 0.48)" },
|
8013
|
+
700: { value: "oklch(1 0 0 / 0.64)" },
|
8014
|
+
800: { value: "oklch(1 0 0 / 0.80)" },
|
8015
|
+
900: { value: "oklch(1 0 0 / 0.92)" },
|
8016
|
+
950: { value: "oklch(1 0 0 / 0.95)" }
|
7815
8017
|
},
|
7816
8018
|
blackAlpha: {
|
7817
|
-
50: { value: "
|
7818
|
-
100: { value: "
|
7819
|
-
200: { value: "
|
7820
|
-
300: { value: "
|
7821
|
-
400: { value: "
|
7822
|
-
500: { value: "
|
7823
|
-
600: { value: "
|
7824
|
-
700: { value: "
|
7825
|
-
800: { value: "
|
7826
|
-
900: { value: "
|
7827
|
-
950: { value: "
|
8019
|
+
50: { value: "oklch(0 0 0 / 0.04)" },
|
8020
|
+
100: { value: "oklch(0 0 0 / 0.06)" },
|
8021
|
+
200: { value: "oklch(0 0 0 / 0.08)" },
|
8022
|
+
300: { value: "oklch(0 0 0 / 0.16)" },
|
8023
|
+
400: { value: "oklch(0 0 0 / 0.24)" },
|
8024
|
+
500: { value: "oklch(0 0 0 / 0.36)" },
|
8025
|
+
600: { value: "oklch(0 0 0 / 0.48)" },
|
8026
|
+
700: { value: "oklch(0 0 0 / 0.64)" },
|
8027
|
+
800: { value: "oklch(0 0 0 / 0.80)" },
|
8028
|
+
900: { value: "oklch(0 0 0 / 0.92)" },
|
8029
|
+
950: { value: "oklch(0 0 0 / 0.95)" }
|
8030
|
+
},
|
8031
|
+
slate: {
|
8032
|
+
50: { value: "oklch(0.984 0.003 247.858)" },
|
8033
|
+
100: { value: "oklch(0.968 0.007 247.896)" },
|
8034
|
+
200: { value: "oklch(0.929 0.013 255.508)" },
|
8035
|
+
300: { value: "oklch(0.869 0.022 252.894)" },
|
8036
|
+
400: { value: "oklch(0.704 0.04 256.788)" },
|
8037
|
+
500: { value: "oklch(0.554 0.046 257.417)" },
|
8038
|
+
600: { value: "oklch(0.446 0.043 257.281)" },
|
8039
|
+
700: { value: "oklch(0.372 0.044 257.287)" },
|
8040
|
+
800: { value: "oklch(0.279 0.041 260.031)" },
|
8041
|
+
900: { value: "oklch(0.208 0.042 265.755)" },
|
8042
|
+
950: { value: "oklch(0.129 0.042 264.695)" }
|
7828
8043
|
},
|
7829
8044
|
gray: {
|
7830
|
-
50: { value: "
|
7831
|
-
100: { value: "
|
7832
|
-
200: { value: "
|
7833
|
-
300: { value: "
|
7834
|
-
400: { value: "
|
7835
|
-
500: { value: "
|
7836
|
-
600: { value: "
|
7837
|
-
700: { value: "
|
7838
|
-
800: { value: "
|
7839
|
-
900: { value: "
|
7840
|
-
950: { value: "
|
8045
|
+
50: { value: "oklch(0.985 0.002 247.839)" },
|
8046
|
+
100: { value: "oklch(0.967 0.003 264.542)" },
|
8047
|
+
200: { value: "oklch(0.928 0.006 264.531)" },
|
8048
|
+
300: { value: "oklch(0.872 0.01 258.338)" },
|
8049
|
+
400: { value: "oklch(0.707 0.022 261.325)" },
|
8050
|
+
500: { value: "oklch(0.551 0.027 264.364)" },
|
8051
|
+
600: { value: "oklch(0.446 0.03 256.802)" },
|
8052
|
+
700: { value: "oklch(0.373 0.034 259.733)" },
|
8053
|
+
800: { value: "oklch(0.278 0.033 256.848)" },
|
8054
|
+
900: { value: "oklch(0.21 0.034 264.665)" },
|
8055
|
+
950: { value: "oklch(0.13 0.028 261.692)" }
|
8056
|
+
},
|
8057
|
+
zinc: {
|
8058
|
+
50: { value: "oklch(0.985 0 0)" },
|
8059
|
+
100: { value: "oklch(0.967 0.001 286.375)" },
|
8060
|
+
200: { value: "oklch(0.92 0.004 286.32)" },
|
8061
|
+
300: { value: "oklch(0.871 0.006 286.286)" },
|
8062
|
+
400: { value: "oklch(0.705 0.015 286.067)" },
|
8063
|
+
500: { value: "oklch(0.552 0.016 285.938)" },
|
8064
|
+
600: { value: "oklch(0.442 0.017 285.786)" },
|
8065
|
+
700: { value: "oklch(0.37 0.013 285.805)" },
|
8066
|
+
800: { value: "oklch(0.274 0.006 286.033)" },
|
8067
|
+
900: { value: "oklch(0.21 0.006 285.885)" },
|
8068
|
+
950: { value: "oklch(0.141 0.005 285.823)" }
|
8069
|
+
},
|
8070
|
+
neutral: {
|
8071
|
+
50: { value: "oklch(0.985 0 0)" },
|
8072
|
+
100: { value: "oklch(0.97 0 0)" },
|
8073
|
+
200: { value: "oklch(0.922 0 0)" },
|
8074
|
+
300: { value: "oklch(0.87 0 0)" },
|
8075
|
+
400: { value: "oklch(0.708 0 0)" },
|
8076
|
+
500: { value: "oklch(0.556 0 0)" },
|
8077
|
+
600: { value: "oklch(0.439 0 0)" },
|
8078
|
+
700: { value: "oklch(0.371 0 0)" },
|
8079
|
+
800: { value: "oklch(0.269 0 0)" },
|
8080
|
+
900: { value: "oklch(0.205 0 0)" },
|
8081
|
+
950: { value: "oklch(0.145 0 0)" }
|
8082
|
+
},
|
8083
|
+
stone: {
|
8084
|
+
50: { value: "oklch(0.985 0.001 106.423)" },
|
8085
|
+
100: { value: "oklch(0.97 0.001 106.424)" },
|
8086
|
+
200: { value: "oklch(0.923 0.003 48.717)" },
|
8087
|
+
300: { value: "oklch(0.869 0.005 56.366)" },
|
8088
|
+
400: { value: "oklch(0.709 0.01 56.259)" },
|
8089
|
+
500: { value: "oklch(0.553 0.013 58.071)" },
|
8090
|
+
600: { value: "oklch(0.444 0.011 73.639)" },
|
8091
|
+
700: { value: "oklch(0.374 0.01 67.558)" },
|
8092
|
+
800: { value: "oklch(0.268 0.007 34.298)" },
|
8093
|
+
900: { value: "oklch(0.216 0.006 56.043)" },
|
8094
|
+
950: { value: "oklch(0.147 0.004 49.25)" }
|
7841
8095
|
},
|
7842
8096
|
red: {
|
7843
|
-
50: { value: "
|
7844
|
-
100: { value: "
|
7845
|
-
200: { value: "
|
7846
|
-
300: { value: "
|
7847
|
-
400: { value: "
|
7848
|
-
500: { value: "
|
7849
|
-
600: { value: "
|
7850
|
-
700: { value: "
|
7851
|
-
800: { value: "
|
7852
|
-
900: { value: "
|
7853
|
-
950: { value: "
|
8097
|
+
50: { value: "oklch(0.971 0.013 17.38)" },
|
8098
|
+
100: { value: "oklch(0.936 0.032 17.717)" },
|
8099
|
+
200: { value: "oklch(0.885 0.062 18.334)" },
|
8100
|
+
300: { value: "oklch(0.808 0.114 19.571)" },
|
8101
|
+
400: { value: "oklch(0.704 0.191 22.216)" },
|
8102
|
+
500: { value: "oklch(0.637 0.237 25.331)" },
|
8103
|
+
600: { value: "oklch(0.577 0.245 27.325)" },
|
8104
|
+
700: { value: "oklch(0.505 0.213 27.518)" },
|
8105
|
+
800: { value: "oklch(0.444 0.177 26.899)" },
|
8106
|
+
900: { value: "oklch(0.396 0.141 25.723)" },
|
8107
|
+
950: { value: "oklch(0.258 0.092 26.042)" }
|
7854
8108
|
},
|
7855
8109
|
orange: {
|
7856
|
-
50: { value: "
|
7857
|
-
100: { value: "
|
7858
|
-
200: { value: "
|
7859
|
-
300: { value: "
|
7860
|
-
400: { value: "
|
7861
|
-
500: { value: "
|
7862
|
-
600: { value: "
|
7863
|
-
700: { value: "
|
7864
|
-
800: { value: "
|
7865
|
-
900: { value: "
|
7866
|
-
950: { value: "
|
8110
|
+
50: { value: "oklch(0.98 0.016 73.684)" },
|
8111
|
+
100: { value: "oklch(0.954 0.038 75.164)" },
|
8112
|
+
200: { value: "oklch(0.901 0.076 70.697)" },
|
8113
|
+
300: { value: "oklch(0.837 0.128 66.29)" },
|
8114
|
+
400: { value: "oklch(0.75 0.183 55.934)" },
|
8115
|
+
500: { value: "oklch(0.705 0.213 47.604)" },
|
8116
|
+
600: { value: "oklch(0.646 0.222 41.116)" },
|
8117
|
+
700: { value: "oklch(0.553 0.195 38.402)" },
|
8118
|
+
800: { value: "oklch(0.47 0.157 37.304)" },
|
8119
|
+
900: { value: "oklch(0.408 0.123 38.172)" },
|
8120
|
+
950: { value: "oklch(0.266 0.079 36.259)" }
|
8121
|
+
},
|
8122
|
+
amber: {
|
8123
|
+
50: { value: "oklch(0.987 0.022 95.277)" },
|
8124
|
+
100: { value: "oklch(0.962 0.059 95.617)" },
|
8125
|
+
200: { value: "oklch(0.924 0.12 95.746)" },
|
8126
|
+
300: { value: "oklch(0.879 0.169 91.605)" },
|
8127
|
+
400: { value: "oklch(0.828 0.189 84.429)" },
|
8128
|
+
500: { value: "oklch(0.769 0.188 70.08)" },
|
8129
|
+
600: { value: "oklch(0.666 0.179 58.318)" },
|
8130
|
+
700: { value: "oklch(0.555 0.163 48.998)" },
|
8131
|
+
800: { value: "oklch(0.473 0.137 46.201)" },
|
8132
|
+
900: { value: "oklch(0.414 0.112 45.904)" },
|
8133
|
+
950: { value: "oklch(0.279 0.077 45.635)" }
|
7867
8134
|
},
|
7868
8135
|
yellow: {
|
7869
|
-
50: { value: "
|
7870
|
-
100: { value: "
|
7871
|
-
200: { value: "
|
7872
|
-
300: { value: "
|
7873
|
-
400: { value: "
|
7874
|
-
500: { value: "
|
7875
|
-
600: { value: "
|
7876
|
-
700: { value: "
|
7877
|
-
800: { value: "
|
7878
|
-
900: { value: "
|
7879
|
-
950: { value: "
|
8136
|
+
50: { value: "oklch(0.987 0.026 102.212)" },
|
8137
|
+
100: { value: "oklch(0.973 0.071 103.193)" },
|
8138
|
+
200: { value: "oklch(0.945 0.129 101.54)" },
|
8139
|
+
300: { value: "oklch(0.905 0.182 98.111)" },
|
8140
|
+
400: { value: "oklch(0.852 0.199 91.936)" },
|
8141
|
+
500: { value: "oklch(0.795 0.184 86.047)" },
|
8142
|
+
600: { value: "oklch(0.681 0.162 75.834)" },
|
8143
|
+
700: { value: "oklch(0.554 0.135 66.442)" },
|
8144
|
+
800: { value: "oklch(0.476 0.114 61.907)" },
|
8145
|
+
900: { value: "oklch(0.421 0.095 57.708)" },
|
8146
|
+
950: { value: "oklch(0.286 0.066 53.813)" }
|
8147
|
+
},
|
8148
|
+
lime: {
|
8149
|
+
50: { value: "oklch(0.986 0.031 120.757)" },
|
8150
|
+
100: { value: "oklch(0.967 0.067 122.328)" },
|
8151
|
+
200: { value: "oklch(0.938 0.127 124.321)" },
|
8152
|
+
300: { value: "oklch(0.897 0.196 126.665)" },
|
8153
|
+
400: { value: "oklch(0.841 0.238 128.85)" },
|
8154
|
+
500: { value: "oklch(0.768 0.233 130.85)" },
|
8155
|
+
600: { value: "oklch(0.648 0.2 131.684)" },
|
8156
|
+
700: { value: "oklch(0.532 0.157 131.589)" },
|
8157
|
+
800: { value: "oklch(0.453 0.124 130.933)" },
|
8158
|
+
900: { value: "oklch(0.405 0.101 131.063)" },
|
8159
|
+
950: { value: "oklch(0.274 0.072 132.109)" }
|
7880
8160
|
},
|
7881
8161
|
green: {
|
7882
|
-
50: { value: "
|
7883
|
-
100: { value: "
|
7884
|
-
200: { value: "
|
7885
|
-
300: { value: "
|
7886
|
-
400: { value: "
|
7887
|
-
500: { value: "
|
7888
|
-
600: { value: "
|
7889
|
-
700: { value: "
|
7890
|
-
800: { value: "
|
7891
|
-
900: { value: "
|
7892
|
-
950: { value: "
|
8162
|
+
50: { value: "oklch(0.982 0.018 155.826)" },
|
8163
|
+
100: { value: "oklch(0.962 0.044 156.743)" },
|
8164
|
+
200: { value: "oklch(0.925 0.084 155.995)" },
|
8165
|
+
300: { value: "oklch(0.871 0.15 154.449)" },
|
8166
|
+
400: { value: "oklch(0.792 0.209 151.711)" },
|
8167
|
+
500: { value: "oklch(0.723 0.219 149.579)" },
|
8168
|
+
600: { value: "oklch(0.627 0.194 149.214)" },
|
8169
|
+
700: { value: "oklch(0.527 0.154 150.069)" },
|
8170
|
+
800: { value: "oklch(0.448 0.119 151.328)" },
|
8171
|
+
900: { value: "oklch(0.393 0.095 152.535)" },
|
8172
|
+
950: { value: "oklch(0.266 0.065 152.934)" }
|
8173
|
+
},
|
8174
|
+
emerald: {
|
8175
|
+
50: { value: "oklch(0.979 0.021 166.113)" },
|
8176
|
+
100: { value: "oklch(0.95 0.052 163.051)" },
|
8177
|
+
200: { value: "oklch(0.905 0.093 164.15)" },
|
8178
|
+
300: { value: "oklch(0.845 0.143 164.978)" },
|
8179
|
+
400: { value: "oklch(0.765 0.177 163.223)" },
|
8180
|
+
500: { value: "oklch(0.696 0.17 162.48)" },
|
8181
|
+
600: { value: "oklch(0.596 0.145 163.225)" },
|
8182
|
+
700: { value: "oklch(0.508 0.118 165.612)" },
|
8183
|
+
800: { value: "oklch(0.432 0.095 166.913)" },
|
8184
|
+
900: { value: "oklch(0.378 0.077 168.94)" },
|
8185
|
+
950: { value: "oklch(0.262 0.051 172.552)" }
|
7893
8186
|
},
|
7894
8187
|
teal: {
|
7895
|
-
50: { value: "
|
7896
|
-
100: { value: "
|
7897
|
-
200: { value: "
|
7898
|
-
300: { value: "
|
7899
|
-
400: { value: "
|
7900
|
-
500: { value: "
|
7901
|
-
600: { value: "
|
7902
|
-
700: { value: "
|
7903
|
-
800: { value: "
|
7904
|
-
900: { value: "
|
7905
|
-
950: { value: "
|
7906
|
-
},
|
7907
|
-
blue: {
|
7908
|
-
50: { value: "#eff6ff" },
|
7909
|
-
100: { value: "#dbeafe" },
|
7910
|
-
200: { value: "#bfdbfe" },
|
7911
|
-
300: { value: "#a3cfff" },
|
7912
|
-
400: { value: "#60a5fa" },
|
7913
|
-
500: { value: "#3b82f6" },
|
7914
|
-
600: { value: "#2563eb" },
|
7915
|
-
700: { value: "#173da6" },
|
7916
|
-
800: { value: "#1a3478" },
|
7917
|
-
900: { value: "#14204a" },
|
7918
|
-
950: { value: "#0c142e" }
|
8188
|
+
50: { value: "oklch(0.984 0.014 180.72)" },
|
8189
|
+
100: { value: "oklch(0.953 0.051 180.801)" },
|
8190
|
+
200: { value: "oklch(0.91 0.096 180.426)" },
|
8191
|
+
300: { value: "oklch(0.855 0.138 181.071)" },
|
8192
|
+
400: { value: "oklch(0.777 0.152 181.912)" },
|
8193
|
+
500: { value: "oklch(0.704 0.14 182.503)" },
|
8194
|
+
600: { value: "oklch(0.6 0.118 184.704)" },
|
8195
|
+
700: { value: "oklch(0.511 0.096 186.391)" },
|
8196
|
+
800: { value: "oklch(0.437 0.078 188.216)" },
|
8197
|
+
900: { value: "oklch(0.386 0.063 188.416)" },
|
8198
|
+
950: { value: "oklch(0.277 0.046 192.524)" }
|
7919
8199
|
},
|
7920
8200
|
cyan: {
|
7921
|
-
50: { value: "
|
7922
|
-
100: { value: "
|
7923
|
-
200: { value: "
|
7924
|
-
300: { value: "
|
7925
|
-
400: { value: "
|
7926
|
-
500: { value: "
|
7927
|
-
600: { value: "
|
7928
|
-
700: { value: "
|
7929
|
-
800: { value: "
|
7930
|
-
900: { value: "
|
7931
|
-
950: { value: "
|
8201
|
+
50: { value: "oklch(0.984 0.019 200.873)" },
|
8202
|
+
100: { value: "oklch(0.956 0.045 203.388)" },
|
8203
|
+
200: { value: "oklch(0.917 0.08 205.041)" },
|
8204
|
+
300: { value: "oklch(0.865 0.127 207.078)" },
|
8205
|
+
400: { value: "oklch(0.789 0.154 211.53)" },
|
8206
|
+
500: { value: "oklch(0.715 0.143 215.221)" },
|
8207
|
+
600: { value: "oklch(0.609 0.126 221.723)" },
|
8208
|
+
700: { value: "oklch(0.52 0.105 223.128)" },
|
8209
|
+
800: { value: "oklch(0.45 0.085 224.283)" },
|
8210
|
+
900: { value: "oklch(0.398 0.07 227.392)" },
|
8211
|
+
950: { value: "oklch(0.302 0.056 229.695)" }
|
8212
|
+
},
|
8213
|
+
sky: {
|
8214
|
+
50: { value: "oklch(0.977 0.013 236.62)" },
|
8215
|
+
100: { value: "oklch(0.951 0.026 236.824)" },
|
8216
|
+
200: { value: "oklch(0.901 0.058 230.902)" },
|
8217
|
+
300: { value: "oklch(0.828 0.111 230.318)" },
|
8218
|
+
400: { value: "oklch(0.746 0.16 232.661)" },
|
8219
|
+
500: { value: "oklch(0.685 0.169 237.323)" },
|
8220
|
+
600: { value: "oklch(0.588 0.158 241.966)" },
|
8221
|
+
700: { value: "oklch(0.5 0.134 242.749)" },
|
8222
|
+
800: { value: "oklch(0.443 0.11 240.79)" },
|
8223
|
+
900: { value: "oklch(0.391 0.09 240.876)" },
|
8224
|
+
950: { value: "oklch(0.293 0.066 243.157)" }
|
8225
|
+
},
|
8226
|
+
blue: {
|
8227
|
+
50: { value: "oklch(0.97 0.014 254.604)" },
|
8228
|
+
100: { value: "oklch(0.932 0.032 255.585)" },
|
8229
|
+
200: { value: "oklch(0.882 0.059 254.128)" },
|
8230
|
+
300: { value: "oklch(0.809 0.105 251.813)" },
|
8231
|
+
400: { value: "oklch(0.707 0.165 254.624)" },
|
8232
|
+
500: { value: "oklch(0.623 0.214 259.815)" },
|
8233
|
+
600: { value: "oklch(0.546 0.245 262.881)" },
|
8234
|
+
700: { value: "oklch(0.488 0.243 264.376)" },
|
8235
|
+
800: { value: "oklch(0.424 0.199 265.638)" },
|
8236
|
+
900: { value: "oklch(0.379 0.146 265.522)" },
|
8237
|
+
950: { value: "oklch(0.282 0.091 267.935)" }
|
7932
8238
|
},
|
7933
8239
|
indigo: {
|
7934
|
-
50: { value: "
|
7935
|
-
100: { value: "
|
7936
|
-
200: { value: "
|
7937
|
-
300: { value: "
|
7938
|
-
400: { value: "
|
7939
|
-
500: { value: "
|
7940
|
-
600: { value: "
|
7941
|
-
700: { value: "
|
7942
|
-
800: { value: "
|
7943
|
-
900: { value: "
|
7944
|
-
950: { value: "
|
8240
|
+
50: { value: "oklch(0.962 0.018 272.314)" },
|
8241
|
+
100: { value: "oklch(0.93 0.034 272.788)" },
|
8242
|
+
200: { value: "oklch(0.87 0.065 274.039)" },
|
8243
|
+
300: { value: "oklch(0.785 0.115 274.713)" },
|
8244
|
+
400: { value: "oklch(0.673 0.182 276.935)" },
|
8245
|
+
500: { value: "oklch(0.585 0.233 277.117)" },
|
8246
|
+
600: { value: "oklch(0.511 0.262 276.966)" },
|
8247
|
+
700: { value: "oklch(0.457 0.24 277.023)" },
|
8248
|
+
800: { value: "oklch(0.398 0.195 277.366)" },
|
8249
|
+
900: { value: "oklch(0.359 0.144 278.697)" },
|
8250
|
+
950: { value: "oklch(0.257 0.09 281.288)" }
|
8251
|
+
},
|
8252
|
+
violet: {
|
8253
|
+
50: { value: "oklch(0.969 0.016 293.756)" },
|
8254
|
+
100: { value: "oklch(0.943 0.029 294.588)" },
|
8255
|
+
200: { value: "oklch(0.894 0.057 293.283)" },
|
8256
|
+
300: { value: "oklch(0.811 0.111 293.571)" },
|
8257
|
+
400: { value: "oklch(0.702 0.183 293.541)" },
|
8258
|
+
500: { value: "oklch(0.606 0.25 292.717)" },
|
8259
|
+
600: { value: "oklch(0.541 0.281 293.009)" },
|
8260
|
+
700: { value: "oklch(0.491 0.27 292.581)" },
|
8261
|
+
800: { value: "oklch(0.432 0.232 292.759)" },
|
8262
|
+
900: { value: "oklch(0.38 0.189 293.745)" },
|
8263
|
+
950: { value: "oklch(0.283 0.141 291.089)" }
|
7945
8264
|
},
|
7946
8265
|
purple: {
|
7947
|
-
50: { value: "
|
7948
|
-
100: { value: "
|
7949
|
-
200: { value: "
|
7950
|
-
300: { value: "
|
7951
|
-
400: { value: "
|
7952
|
-
500: { value: "
|
7953
|
-
600: { value: "
|
7954
|
-
700: { value: "
|
7955
|
-
800: { value: "
|
7956
|
-
900: { value: "
|
7957
|
-
950: { value: "
|
8266
|
+
50: { value: "oklch(0.977 0.014 308.299)" },
|
8267
|
+
100: { value: "oklch(0.946 0.033 307.174)" },
|
8268
|
+
200: { value: "oklch(0.902 0.063 306.703)" },
|
8269
|
+
300: { value: "oklch(0.827 0.119 306.383)" },
|
8270
|
+
400: { value: "oklch(0.714 0.203 305.504)" },
|
8271
|
+
500: { value: "oklch(0.627 0.265 303.9)" },
|
8272
|
+
600: { value: "oklch(0.558 0.288 302.321)" },
|
8273
|
+
700: { value: "oklch(0.496 0.265 301.924)" },
|
8274
|
+
800: { value: "oklch(0.438 0.218 303.724)" },
|
8275
|
+
900: { value: "oklch(0.381 0.176 304.987)" },
|
8276
|
+
950: { value: "oklch(0.291 0.149 302.717)" }
|
8277
|
+
},
|
8278
|
+
fuchsia: {
|
8279
|
+
50: { value: "oklch(0.977 0.017 320.058)" },
|
8280
|
+
100: { value: "oklch(0.952 0.037 318.852)" },
|
8281
|
+
200: { value: "oklch(0.903 0.076 319.62)" },
|
8282
|
+
300: { value: "oklch(0.833 0.145 321.434)" },
|
8283
|
+
400: { value: "oklch(0.74 0.238 322.16)" },
|
8284
|
+
500: { value: "oklch(0.667 0.295 322.15)" },
|
8285
|
+
600: { value: "oklch(0.591 0.293 322.896)" },
|
8286
|
+
700: { value: "oklch(0.518 0.253 323.949)" },
|
8287
|
+
800: { value: "oklch(0.452 0.211 324.591)" },
|
8288
|
+
900: { value: "oklch(0.401 0.17 325.612)" },
|
8289
|
+
950: { value: "oklch(0.293 0.136 325.661)" }
|
7958
8290
|
},
|
7959
8291
|
pink: {
|
7960
|
-
50: { value: "
|
7961
|
-
100: { value: "
|
7962
|
-
200: { value: "
|
7963
|
-
300: { value: "
|
7964
|
-
400: { value: "
|
7965
|
-
500: { value: "
|
7966
|
-
600: { value: "
|
7967
|
-
700: { value: "
|
7968
|
-
800: { value: "
|
7969
|
-
900: { value: "
|
7970
|
-
950: { value: "
|
8292
|
+
50: { value: "oklch(0.971 0.014 343.198)" },
|
8293
|
+
100: { value: "oklch(0.948 0.028 342.258)" },
|
8294
|
+
200: { value: "oklch(0.899 0.061 343.231)" },
|
8295
|
+
300: { value: "oklch(0.823 0.12 346.018)" },
|
8296
|
+
400: { value: "oklch(0.718 0.202 349.761)" },
|
8297
|
+
500: { value: "oklch(0.656 0.241 354.308)" },
|
8298
|
+
600: { value: "oklch(0.592 0.249 0.584)" },
|
8299
|
+
700: { value: "oklch(0.525 0.223 3.958)" },
|
8300
|
+
800: { value: "oklch(0.459 0.187 3.815)" },
|
8301
|
+
900: { value: "oklch(0.408 0.153 2.432)" },
|
8302
|
+
950: { value: "oklch(0.284 0.109 3.907)" }
|
8303
|
+
},
|
8304
|
+
rose: {
|
8305
|
+
50: { value: "oklch(0.969 0.015 12.422)" },
|
8306
|
+
100: { value: "oklch(0.941 0.03 12.58)" },
|
8307
|
+
200: { value: "oklch(0.892 0.058 10.001)" },
|
8308
|
+
300: { value: "oklch(0.81 0.117 11.638)" },
|
8309
|
+
400: { value: "oklch(0.712 0.194 13.428)" },
|
8310
|
+
500: { value: "oklch(0.645 0.246 16.439)" },
|
8311
|
+
600: { value: "oklch(0.586 0.253 17.585)" },
|
8312
|
+
700: { value: "oklch(0.514 0.222 16.935)" },
|
8313
|
+
800: { value: "oklch(0.455 0.188 13.697)" },
|
8314
|
+
900: { value: "oklch(0.41 0.159 10.272)" },
|
8315
|
+
950: { value: "oklch(0.271 0.105 12.094)" }
|
7971
8316
|
}
|
7972
8317
|
});
|
7973
8318
|
|
@@ -8446,7 +8791,7 @@ var defaultConfig = (0, import_react97.mergeConfigs)(import_react97.defaultBaseC
|
|
8446
8791
|
var defaultSystem = (0, import_react97.createSystem)(defaultConfig);
|
8447
8792
|
|
8448
8793
|
// src/index.ts
|
8449
|
-
var
|
8794
|
+
var import_react168 = require("@chakra-ui/react");
|
8450
8795
|
|
8451
8796
|
// src/provider/sui-provider.tsx
|
8452
8797
|
var React = __toESM(require("react"), 1);
|
@@ -8550,16 +8895,14 @@ var AvatarGroup = (0, import_react102.forwardRef)(
|
|
8550
8895
|
}
|
8551
8896
|
);
|
8552
8897
|
|
8553
|
-
// src/components/
|
8554
|
-
var
|
8555
|
-
__export(
|
8898
|
+
// src/components/breadcrumb/breadcrumb.tsx
|
8899
|
+
var breadcrumb_exports = {};
|
8900
|
+
__export(breadcrumb_exports, {
|
8556
8901
|
CurrentLink: () => BreadcrumbCurrentLink,
|
8557
8902
|
Ellipsis: () => BreadcrumbEllipsis,
|
8558
8903
|
Link: () => BreadcrumbLink,
|
8559
8904
|
Root: () => BreadcrumbRoot
|
8560
8905
|
});
|
8561
|
-
|
8562
|
-
// src/components/breadcrumbs/breadcrumb.tsx
|
8563
8906
|
var import_react104 = require("react");
|
8564
8907
|
var import_react105 = require("@chakra-ui/react");
|
8565
8908
|
var import_jsx_runtime4 = require("react/jsx-runtime");
|
@@ -8769,8 +9112,8 @@ var Command = (props2) => {
|
|
8769
9112
|
var CommandRoot = withContext2("span");
|
8770
9113
|
|
8771
9114
|
// src/components/dialog/namespace.ts
|
8772
|
-
var
|
8773
|
-
__export(
|
9115
|
+
var namespace_exports = {};
|
9116
|
+
__export(namespace_exports, {
|
8774
9117
|
ActionTrigger: () => DialogActionTrigger,
|
8775
9118
|
Backdrop: () => DialogBackdrop,
|
8776
9119
|
Body: () => DialogBody,
|
@@ -10687,8 +11030,8 @@ var DialogTrigger = import_react122.Dialog.Trigger;
|
|
10687
11030
|
var DialogActionTrigger = import_react122.Dialog.ActionTrigger;
|
10688
11031
|
|
10689
11032
|
// src/components/drawer/namespace.ts
|
10690
|
-
var
|
10691
|
-
__export(
|
11033
|
+
var namespace_exports2 = {};
|
11034
|
+
__export(namespace_exports2, {
|
10692
11035
|
ActionTrigger: () => DrawerActionTrigger,
|
10693
11036
|
Backdrop: () => DrawerBackdrop,
|
10694
11037
|
Body: () => DrawerBody,
|
@@ -11007,6 +11350,7 @@ var NumberInput = (0, import_react140.forwardRef)(
|
|
11007
11350
|
var menu_exports = {};
|
11008
11351
|
__export(menu_exports, {
|
11009
11352
|
Arrow: () => MenuArrow,
|
11353
|
+
Button: () => MenuButton,
|
11010
11354
|
CheckboxItem: () => MenuCheckboxItem,
|
11011
11355
|
Content: () => MenuContent,
|
11012
11356
|
ContextTrigger: () => MenuContextTrigger,
|
@@ -11021,14 +11365,77 @@ __export(menu_exports, {
|
|
11021
11365
|
Trigger: () => MenuTrigger,
|
11022
11366
|
TriggerItem: () => MenuTriggerItem
|
11023
11367
|
});
|
11024
|
-
var
|
11025
|
-
var
|
11368
|
+
var import_react142 = require("react");
|
11369
|
+
var import_react143 = require("@chakra-ui/react");
|
11370
|
+
var import_jsx_runtime21 = require("react/jsx-runtime");
|
11371
|
+
var MenuContent = (0, import_react142.forwardRef)(
|
11372
|
+
function MenuContent2(props2, ref2) {
|
11373
|
+
const { portalled = true, portalRef, ...rest } = props2;
|
11374
|
+
return /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(import_react143.Portal, { disabled: !portalled, container: portalRef, children: /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(import_react143.Menu.Positioner, { children: /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(import_react143.Menu.Content, { ref: ref2, ...rest }) }) });
|
11375
|
+
}
|
11376
|
+
);
|
11377
|
+
var MenuArrow = (0, import_react142.forwardRef)(
|
11378
|
+
function MenuArrow2(props2, ref2) {
|
11379
|
+
return /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(import_react143.Menu.Arrow, { ref: ref2, ...props2, children: /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(import_react143.Menu.ArrowTip, {}) });
|
11380
|
+
}
|
11381
|
+
);
|
11382
|
+
var MenuCheckboxItem = (0, import_react142.forwardRef)(function MenuCheckboxItem2(props2, ref2) {
|
11383
|
+
return /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)(import_react143.Menu.CheckboxItem, { ref: ref2, ...props2, children: [
|
11384
|
+
/* @__PURE__ */ (0, import_jsx_runtime21.jsx)(import_react143.Menu.ItemIndicator, { hidden: false, children: /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(CheckIcon, {}) }),
|
11385
|
+
props2.children
|
11386
|
+
] });
|
11387
|
+
});
|
11388
|
+
var MenuRadioItem = (0, import_react142.forwardRef)(
|
11389
|
+
function MenuRadioItem2(props2, ref2) {
|
11390
|
+
const { children, ...rest } = props2;
|
11391
|
+
return /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)(import_react143.Menu.RadioItem, { ps: "8", ref: ref2, ...rest, children: [
|
11392
|
+
/* @__PURE__ */ (0, import_jsx_runtime21.jsx)(import_react143.AbsoluteCenter, { axis: "horizontal", left: "4", asChild: true, children: /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(import_react143.Menu.ItemIndicator, { children: /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(CheckIcon, {}) }) }),
|
11393
|
+
/* @__PURE__ */ (0, import_jsx_runtime21.jsx)(import_react143.Menu.ItemText, { children })
|
11394
|
+
] });
|
11395
|
+
}
|
11396
|
+
);
|
11397
|
+
var MenuItemGroup = (0, import_react142.forwardRef)(
|
11398
|
+
function MenuItemGroup2(props2, ref2) {
|
11399
|
+
const { title, children, ...rest } = props2;
|
11400
|
+
return /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)(import_react143.Menu.ItemGroup, { ref: ref2, ...rest, children: [
|
11401
|
+
title && /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(import_react143.Menu.ItemGroupLabel, { userSelect: "none", children: title }),
|
11402
|
+
children
|
11403
|
+
] });
|
11404
|
+
}
|
11405
|
+
);
|
11406
|
+
var MenuTriggerItem = (0, import_react142.forwardRef)(
|
11407
|
+
function MenuTriggerItem2(props2, ref2) {
|
11408
|
+
const { startIcon, children, ...rest } = props2;
|
11409
|
+
return /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)(import_react143.Menu.TriggerItem, { ref: ref2, ...rest, children: [
|
11410
|
+
startIcon,
|
11411
|
+
children,
|
11412
|
+
/* @__PURE__ */ (0, import_jsx_runtime21.jsx)(ChevronRightIcon, {})
|
11413
|
+
] });
|
11414
|
+
}
|
11415
|
+
);
|
11416
|
+
var MenuButton = (0, import_react142.forwardRef)(
|
11417
|
+
function MenuButton2(props2, ref2) {
|
11418
|
+
return /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(MenuTrigger, { ref: ref2, ...props2, asChild: true, children: /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(Button, {}) });
|
11419
|
+
}
|
11420
|
+
);
|
11421
|
+
var MenuRadioItemGroup = import_react143.Menu.RadioItemGroup;
|
11422
|
+
var MenuContextTrigger = import_react143.Menu.ContextTrigger;
|
11423
|
+
var MenuRoot = import_react143.Menu.Root;
|
11424
|
+
var MenuSeparator = import_react143.Menu.Separator;
|
11425
|
+
var MenuItem = import_react143.Menu.Item;
|
11426
|
+
var MenuItemText = import_react143.Menu.ItemText;
|
11427
|
+
var MenuItemCommand = import_react143.Menu.ItemCommand;
|
11428
|
+
var MenuTrigger = import_react143.Menu.Trigger;
|
11429
|
+
|
11430
|
+
// src/components/password-input/password-input.tsx
|
11431
|
+
var import_react146 = require("react");
|
11432
|
+
var import_react147 = require("@chakra-ui/react");
|
11026
11433
|
|
11027
11434
|
// ../../node_modules/react-icons/lib/iconBase.mjs
|
11028
|
-
var
|
11435
|
+
var import_react145 = __toESM(require("react"), 1);
|
11029
11436
|
|
11030
11437
|
// ../../node_modules/react-icons/lib/iconContext.mjs
|
11031
|
-
var
|
11438
|
+
var import_react144 = __toESM(require("react"), 1);
|
11032
11439
|
var DefaultContext = {
|
11033
11440
|
color: void 0,
|
11034
11441
|
size: void 0,
|
@@ -11036,7 +11443,7 @@ var DefaultContext = {
|
|
11036
11443
|
style: void 0,
|
11037
11444
|
attr: void 0
|
11038
11445
|
};
|
11039
|
-
var IconContext =
|
11446
|
+
var IconContext = import_react144.default.createContext && /* @__PURE__ */ import_react144.default.createContext(DefaultContext);
|
11040
11447
|
|
11041
11448
|
// ../../node_modules/react-icons/lib/iconBase.mjs
|
11042
11449
|
var _excluded = ["attr", "size", "title"];
|
@@ -11125,12 +11532,12 @@ function _toPrimitive(t, r) {
|
|
11125
11532
|
return ("string" === r ? String : Number)(t);
|
11126
11533
|
}
|
11127
11534
|
function Tree2Element(tree) {
|
11128
|
-
return tree && tree.map((node, i) => /* @__PURE__ */
|
11535
|
+
return tree && tree.map((node, i) => /* @__PURE__ */ import_react145.default.createElement(node.tag, _objectSpread({
|
11129
11536
|
key: i
|
11130
11537
|
}, node.attr), Tree2Element(node.child)));
|
11131
11538
|
}
|
11132
11539
|
function GenIcon(data) {
|
11133
|
-
return (props2) => /* @__PURE__ */
|
11540
|
+
return (props2) => /* @__PURE__ */ import_react145.default.createElement(IconBase, _extends({
|
11134
11541
|
attr: _objectSpread({}, data.attr)
|
11135
11542
|
}, props2), Tree2Element(data.child));
|
11136
11543
|
}
|
@@ -11145,7 +11552,7 @@ function IconBase(props2) {
|
|
11145
11552
|
var className;
|
11146
11553
|
if (conf.className) className = conf.className;
|
11147
11554
|
if (props2.className) className = (className ? className + " " : "") + props2.className;
|
11148
|
-
return /* @__PURE__ */
|
11555
|
+
return /* @__PURE__ */ import_react145.default.createElement("svg", _extends({
|
11149
11556
|
stroke: "currentColor",
|
11150
11557
|
fill: "currentColor",
|
11151
11558
|
strokeWidth: "0"
|
@@ -11157,18 +11564,12 @@ function IconBase(props2) {
|
|
11157
11564
|
height: computedSize,
|
11158
11565
|
width: computedSize,
|
11159
11566
|
xmlns: "http://www.w3.org/2000/svg"
|
11160
|
-
}), title && /* @__PURE__ */
|
11567
|
+
}), title && /* @__PURE__ */ import_react145.default.createElement("title", null, title), props2.children);
|
11161
11568
|
};
|
11162
|
-
return IconContext !== void 0 ? /* @__PURE__ */
|
11569
|
+
return IconContext !== void 0 ? /* @__PURE__ */ import_react145.default.createElement(IconContext.Consumer, null, (conf) => elem(conf)) : elem(DefaultContext);
|
11163
11570
|
}
|
11164
11571
|
|
11165
11572
|
// ../../node_modules/react-icons/lu/index.mjs
|
11166
|
-
function LuCheck(props2) {
|
11167
|
-
return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24", "fill": "none", "stroke": "currentColor", "strokeWidth": "2", "strokeLinecap": "round", "strokeLinejoin": "round" }, "child": [{ "tag": "polyline", "attr": { "points": "20 6 9 17 4 12" }, "child": [] }] })(props2);
|
11168
|
-
}
|
11169
|
-
function LuChevronRight(props2) {
|
11170
|
-
return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24", "fill": "none", "stroke": "currentColor", "strokeWidth": "2", "strokeLinecap": "round", "strokeLinejoin": "round" }, "child": [{ "tag": "path", "attr": { "d": "m9 18 6-6-6-6" }, "child": [] }] })(props2);
|
11171
|
-
}
|
11172
11573
|
function LuEyeOff(props2) {
|
11173
11574
|
return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24", "fill": "none", "stroke": "currentColor", "strokeWidth": "2", "strokeLinecap": "round", "strokeLinejoin": "round" }, "child": [{ "tag": "path", "attr": { "d": "M9.88 9.88a3 3 0 1 0 4.24 4.24" }, "child": [] }, { "tag": "path", "attr": { "d": "M10.73 5.08A10.43 10.43 0 0 1 12 5c7 0 10 7 10 7a13.16 13.16 0 0 1-1.67 2.68" }, "child": [] }, { "tag": "path", "attr": { "d": "M6.61 6.61A13.526 13.526 0 0 0 2 12s3 7 10 7a9.74 9.74 0 0 0 5.39-1.61" }, "child": [] }, { "tag": "line", "attr": { "x1": "2", "x2": "22", "y1": "2", "y2": "22" }, "child": [] }] })(props2);
|
11174
11575
|
}
|
@@ -11176,65 +11577,7 @@ function LuEye(props2) {
|
|
11176
11577
|
return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24", "fill": "none", "stroke": "currentColor", "strokeWidth": "2", "strokeLinecap": "round", "strokeLinejoin": "round" }, "child": [{ "tag": "path", "attr": { "d": "M2 12s3-7 10-7 10 7 10 7-3 7-10 7-10-7-10-7Z" }, "child": [] }, { "tag": "circle", "attr": { "cx": "12", "cy": "12", "r": "3" }, "child": [] }] })(props2);
|
11177
11578
|
}
|
11178
11579
|
|
11179
|
-
// src/components/menu/menu.tsx
|
11180
|
-
var import_jsx_runtime21 = require("react/jsx-runtime");
|
11181
|
-
var MenuContent = (0, import_react144.forwardRef)(
|
11182
|
-
function MenuContent2(props2, ref2) {
|
11183
|
-
const { portalled = true, portalRef, ...rest } = props2;
|
11184
|
-
return /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(import_react145.Portal, { disabled: !portalled, container: portalRef, children: /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(import_react145.Menu.Positioner, { children: /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(import_react145.Menu.Content, { ref: ref2, ...rest }) }) });
|
11185
|
-
}
|
11186
|
-
);
|
11187
|
-
var MenuArrow = (0, import_react144.forwardRef)(
|
11188
|
-
function MenuArrow2(props2, ref2) {
|
11189
|
-
return /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(import_react145.Menu.Arrow, { ref: ref2, ...props2, children: /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(import_react145.Menu.ArrowTip, {}) });
|
11190
|
-
}
|
11191
|
-
);
|
11192
|
-
var MenuCheckboxItem = (0, import_react144.forwardRef)(function MenuCheckboxItem2(props2, ref2) {
|
11193
|
-
return /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)(import_react145.Menu.CheckboxItem, { ref: ref2, ...props2, children: [
|
11194
|
-
/* @__PURE__ */ (0, import_jsx_runtime21.jsx)(import_react145.Menu.ItemIndicator, { hidden: false, children: /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(LuCheck, {}) }),
|
11195
|
-
props2.children
|
11196
|
-
] });
|
11197
|
-
});
|
11198
|
-
var MenuRadioItem = (0, import_react144.forwardRef)(
|
11199
|
-
function MenuRadioItem2(props2, ref2) {
|
11200
|
-
const { children, ...rest } = props2;
|
11201
|
-
return /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)(import_react145.Menu.RadioItem, { ps: "8", ref: ref2, ...rest, children: [
|
11202
|
-
/* @__PURE__ */ (0, import_jsx_runtime21.jsx)(import_react145.AbsoluteCenter, { axis: "horizontal", left: "4", asChild: true, children: /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(import_react145.Menu.ItemIndicator, { children: /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(LuCheck, {}) }) }),
|
11203
|
-
/* @__PURE__ */ (0, import_jsx_runtime21.jsx)(import_react145.Menu.ItemText, { children })
|
11204
|
-
] });
|
11205
|
-
}
|
11206
|
-
);
|
11207
|
-
var MenuItemGroup = (0, import_react144.forwardRef)(
|
11208
|
-
function MenuItemGroup2(props2, ref2) {
|
11209
|
-
const { title, children, ...rest } = props2;
|
11210
|
-
return /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)(import_react145.Menu.ItemGroup, { ref: ref2, ...rest, children: [
|
11211
|
-
title && /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(import_react145.Menu.ItemGroupLabel, { userSelect: "none", children: title }),
|
11212
|
-
children
|
11213
|
-
] });
|
11214
|
-
}
|
11215
|
-
);
|
11216
|
-
var MenuTriggerItem = (0, import_react144.forwardRef)(
|
11217
|
-
function MenuTriggerItem2(props2, ref2) {
|
11218
|
-
const { startIcon, children, ...rest } = props2;
|
11219
|
-
return /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)(import_react145.Menu.TriggerItem, { ref: ref2, ...rest, children: [
|
11220
|
-
startIcon,
|
11221
|
-
children,
|
11222
|
-
/* @__PURE__ */ (0, import_jsx_runtime21.jsx)(LuChevronRight, {})
|
11223
|
-
] });
|
11224
|
-
}
|
11225
|
-
);
|
11226
|
-
var MenuRadioItemGroup = import_react145.Menu.RadioItemGroup;
|
11227
|
-
var MenuContextTrigger = import_react145.Menu.ContextTrigger;
|
11228
|
-
var MenuRoot = import_react145.Menu.Root;
|
11229
|
-
var MenuSeparator = import_react145.Menu.Separator;
|
11230
|
-
var MenuItem = import_react145.Menu.Item;
|
11231
|
-
var MenuItemText = import_react145.Menu.ItemText;
|
11232
|
-
var MenuItemCommand = import_react145.Menu.ItemCommand;
|
11233
|
-
var MenuTrigger = import_react145.Menu.Trigger;
|
11234
|
-
|
11235
11580
|
// src/components/password-input/password-input.tsx
|
11236
|
-
var import_react146 = require("react");
|
11237
|
-
var import_react147 = require("@chakra-ui/react");
|
11238
11581
|
var import_jsx_runtime22 = require("react/jsx-runtime");
|
11239
11582
|
var PasswordInput = (0, import_react146.forwardRef)(
|
11240
11583
|
function PasswordInput2(props2, ref2) {
|
@@ -11617,8 +11960,8 @@ var SearchInputResetButton = (0, import_react155.forwardRef)(
|
|
11617
11960
|
SearchInput.displayName = "SearchInput";
|
11618
11961
|
|
11619
11962
|
// src/components/select/namespace.ts
|
11620
|
-
var
|
11621
|
-
__export(
|
11963
|
+
var namespace_exports3 = {};
|
11964
|
+
__export(namespace_exports3, {
|
11622
11965
|
Content: () => SelectContent,
|
11623
11966
|
Item: () => SelectItem,
|
11624
11967
|
ItemGroup: () => SelectItemGroup,
|
@@ -11705,6 +12048,36 @@ var SelectItemGroup = (0, import_react157.forwardRef)(
|
|
11705
12048
|
var SelectLabel = import_react158.Select.Label;
|
11706
12049
|
var SelectItemText = import_react158.Select.ItemText;
|
11707
12050
|
|
12051
|
+
// src/components/segmented-control/segmented-control.tsx
|
12052
|
+
var import_react159 = require("react");
|
12053
|
+
var import_react160 = require("@chakra-ui/react");
|
12054
|
+
var import_jsx_runtime29 = require("react/jsx-runtime");
|
12055
|
+
function normalize(items) {
|
12056
|
+
return items.map((item) => {
|
12057
|
+
if (typeof item === "string") return { value: item, label: item };
|
12058
|
+
return item;
|
12059
|
+
});
|
12060
|
+
}
|
12061
|
+
var SegmentedControl = (0, import_react159.forwardRef)(function SegmentedControl2(props2, ref2) {
|
12062
|
+
const { items, ...rest } = props2;
|
12063
|
+
const data = (0, import_react159.useMemo)(() => normalize(items), [items]);
|
12064
|
+
return /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)(import_react160.SegmentGroup.Root, { ref: ref2, ...rest, children: [
|
12065
|
+
/* @__PURE__ */ (0, import_jsx_runtime29.jsx)(import_react160.SegmentGroup.Indicator, {}),
|
12066
|
+
/* @__PURE__ */ (0, import_jsx_runtime29.jsx)(import_react160.For, { each: data, children: (item) => /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)(
|
12067
|
+
import_react160.SegmentGroup.Item,
|
12068
|
+
{
|
12069
|
+
value: item.value,
|
12070
|
+
disabled: item.disabled,
|
12071
|
+
children: [
|
12072
|
+
/* @__PURE__ */ (0, import_jsx_runtime29.jsx)(import_react160.SegmentGroup.ItemText, { children: item.label }),
|
12073
|
+
/* @__PURE__ */ (0, import_jsx_runtime29.jsx)(import_react160.SegmentGroup.ItemHiddenInput, {})
|
12074
|
+
]
|
12075
|
+
},
|
12076
|
+
item.value
|
12077
|
+
) })
|
12078
|
+
] });
|
12079
|
+
});
|
12080
|
+
|
11708
12081
|
// src/components/sidebar/sidebar.tsx
|
11709
12082
|
var sidebar_exports = {};
|
11710
12083
|
__export(sidebar_exports, {
|
@@ -11729,28 +12102,28 @@ __export(sidebar_exports, {
|
|
11729
12102
|
var import_sidebar = require("@saas-ui/core/sidebar");
|
11730
12103
|
|
11731
12104
|
// src/components/sidebar/sidebar.context.ts
|
11732
|
-
var
|
12105
|
+
var import_react161 = require("@chakra-ui/react");
|
11733
12106
|
var {
|
11734
12107
|
withContext: withContext7,
|
11735
12108
|
useRecipeResult,
|
11736
12109
|
StylesProvider,
|
11737
12110
|
ClassNamesProvider,
|
11738
12111
|
useStyles: useSidebarStyles
|
11739
|
-
} = (0,
|
12112
|
+
} = (0, import_react161.createSlotRecipeContext)({
|
11740
12113
|
key: "suiSidebar"
|
11741
12114
|
});
|
11742
12115
|
var {
|
11743
12116
|
withProvider: withItemProvider,
|
11744
12117
|
withContext: withItemContext,
|
11745
12118
|
useStyles: useSidebarItemStyles
|
11746
|
-
} = (0,
|
12119
|
+
} = (0, import_react161.createSlotRecipeContext)({
|
11747
12120
|
key: "suiSidebarNavItem"
|
11748
12121
|
});
|
11749
12122
|
|
11750
12123
|
// src/components/sidebar/sidebar.tsx
|
11751
|
-
var
|
12124
|
+
var import_jsx_runtime30 = require("react/jsx-runtime");
|
11752
12125
|
var SidebarProvider = function SidebarProvider2(props2) {
|
11753
|
-
return /* @__PURE__ */ (0,
|
12126
|
+
return /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(import_sidebar.Sidebar.Provider, { ...props2, children: /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(RecipeProvider, { ...props2, children: props2.children }) });
|
11754
12127
|
};
|
11755
12128
|
function RecipeProvider(props2) {
|
11756
12129
|
const { mode } = (0, import_sidebar.useSidebar)();
|
@@ -11758,7 +12131,7 @@ function RecipeProvider(props2) {
|
|
11758
12131
|
...props2,
|
11759
12132
|
mode
|
11760
12133
|
});
|
11761
|
-
return /* @__PURE__ */ (0,
|
12134
|
+
return /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(StylesProvider, { value: styles, children: /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(ClassNamesProvider, { value: classNames, children: props2.children }) });
|
11762
12135
|
}
|
11763
12136
|
var SidebarRoot = withContext7(
|
11764
12137
|
import_sidebar.Sidebar.Root,
|
@@ -11832,23 +12205,23 @@ var SidebarNavItemEndElement = withItemContext(import_sidebar.Sidebar.NavItemEnd
|
|
11832
12205
|
var import_sidebar2 = require("@saas-ui/core/sidebar");
|
11833
12206
|
|
11834
12207
|
// src/components/toaster/toaster.tsx
|
11835
|
-
var
|
11836
|
-
var
|
11837
|
-
var toast = (0,
|
12208
|
+
var import_react162 = require("@chakra-ui/react");
|
12209
|
+
var import_jsx_runtime31 = require("react/jsx-runtime");
|
12210
|
+
var toast = (0, import_react162.createToaster)({
|
11838
12211
|
placement: "bottom-end",
|
11839
12212
|
pauseOnPageIdle: true
|
11840
12213
|
});
|
11841
12214
|
var Toaster = () => {
|
11842
|
-
return /* @__PURE__ */ (0,
|
12215
|
+
return /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(import_react162.Portal, { children: /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(import_react162.Toaster, { toaster: toast, insetInline: { mdDown: "4" }, children: (toast2) => {
|
11843
12216
|
var _a7;
|
11844
|
-
return /* @__PURE__ */ (0,
|
11845
|
-
toast2.type === "loading" ? /* @__PURE__ */ (0,
|
11846
|
-
/* @__PURE__ */ (0,
|
11847
|
-
toast2.title && /* @__PURE__ */ (0,
|
11848
|
-
toast2.description && /* @__PURE__ */ (0,
|
12217
|
+
return /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)(import_react162.Toast.Root, { width: { md: "sm" }, children: [
|
12218
|
+
toast2.type === "loading" ? /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(import_react162.Spinner, { size: "sm", color: "colorPalette.solid" }) : /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(import_react162.Toast.Indicator, {}),
|
12219
|
+
/* @__PURE__ */ (0, import_jsx_runtime31.jsxs)(import_react162.Stack, { gap: "1", flex: "1", maxWidth: "100%", children: [
|
12220
|
+
toast2.title && /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(import_react162.Toast.Title, { children: toast2.title }),
|
12221
|
+
toast2.description && /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(import_react162.Toast.Description, { children: toast2.description })
|
11849
12222
|
] }),
|
11850
|
-
toast2.action && /* @__PURE__ */ (0,
|
11851
|
-
((_a7 = toast2.meta) == null ? void 0 : _a7.closable) && /* @__PURE__ */ (0,
|
12223
|
+
toast2.action && /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(import_react162.Toast.ActionTrigger, { children: toast2.action.label }),
|
12224
|
+
((_a7 = toast2.meta) == null ? void 0 : _a7.closable) && /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(import_react162.Toast.CloseTrigger, {})
|
11852
12225
|
] });
|
11853
12226
|
} }) });
|
11854
12227
|
};
|
@@ -11865,75 +12238,75 @@ __export(steps_exports, {
|
|
11865
12238
|
PrevTrigger: () => StepsPrevTrigger,
|
11866
12239
|
Root: () => StepsRoot
|
11867
12240
|
});
|
11868
|
-
var
|
11869
|
-
var
|
12241
|
+
var import_react163 = require("@chakra-ui/react");
|
12242
|
+
var import_jsx_runtime32 = require("react/jsx-runtime");
|
11870
12243
|
var StepsItem = (props2) => {
|
11871
12244
|
const { title, description, completedIcon, icon, ...rest } = props2;
|
11872
|
-
return /* @__PURE__ */ (0,
|
11873
|
-
/* @__PURE__ */ (0,
|
11874
|
-
/* @__PURE__ */ (0,
|
11875
|
-
|
12245
|
+
return /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)(import_react163.Steps.Item, { ...rest, children: [
|
12246
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsxs)(import_react163.Steps.Trigger, { children: [
|
12247
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)(import_react163.Steps.Indicator, { children: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
|
12248
|
+
import_react163.Steps.Status,
|
11876
12249
|
{
|
11877
|
-
complete: completedIcon || /* @__PURE__ */ (0,
|
11878
|
-
incomplete: icon || /* @__PURE__ */ (0,
|
12250
|
+
complete: completedIcon || /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CheckIcon, {}),
|
12251
|
+
incomplete: icon || /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(import_react163.Steps.Number, {})
|
11879
12252
|
}
|
11880
12253
|
) }),
|
11881
|
-
/* @__PURE__ */ (0,
|
12254
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)(StepInfo, { title, description })
|
11882
12255
|
] }),
|
11883
|
-
/* @__PURE__ */ (0,
|
12256
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)(import_react163.Steps.Separator, {})
|
11884
12257
|
] });
|
11885
12258
|
};
|
11886
12259
|
var StepInfo = (props2) => {
|
11887
12260
|
const { title, description } = props2;
|
11888
12261
|
if (title && description) {
|
11889
|
-
return /* @__PURE__ */ (0,
|
11890
|
-
/* @__PURE__ */ (0,
|
11891
|
-
/* @__PURE__ */ (0,
|
12262
|
+
return /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)(import_react163.Box, { children: [
|
12263
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)(import_react163.Steps.Title, { children: title }),
|
12264
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)(import_react163.Steps.Description, { children: description })
|
11892
12265
|
] });
|
11893
12266
|
}
|
11894
|
-
return /* @__PURE__ */ (0,
|
11895
|
-
title && /* @__PURE__ */ (0,
|
11896
|
-
description && /* @__PURE__ */ (0,
|
12267
|
+
return /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)(import_jsx_runtime32.Fragment, { children: [
|
12268
|
+
title && /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(import_react163.Steps.Title, { children: title }),
|
12269
|
+
description && /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(import_react163.Steps.Description, { children: description })
|
11897
12270
|
] });
|
11898
12271
|
};
|
11899
12272
|
var StepsIndicator = (props2) => {
|
11900
|
-
const { icon = /* @__PURE__ */ (0,
|
11901
|
-
return /* @__PURE__ */ (0,
|
12273
|
+
const { icon = /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(import_react163.Steps.Number, {}), completedIcon } = props2;
|
12274
|
+
return /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(import_react163.Steps.Indicator, { children: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(import_react163.Steps.Status, { complete: completedIcon, incomplete: icon }) });
|
11902
12275
|
};
|
11903
|
-
var StepsList =
|
11904
|
-
var StepsRoot =
|
11905
|
-
var StepsContent =
|
11906
|
-
var StepsCompletedContent =
|
12276
|
+
var StepsList = import_react163.Steps.List;
|
12277
|
+
var StepsRoot = import_react163.Steps.Root;
|
12278
|
+
var StepsContent = import_react163.Steps.Content;
|
12279
|
+
var StepsCompletedContent = import_react163.Steps.CompletedContent;
|
11907
12280
|
var StepsNextTrigger = (props2) => {
|
11908
|
-
return /* @__PURE__ */ (0,
|
12281
|
+
return /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(import_react163.Steps.NextTrigger, { ...props2 });
|
11909
12282
|
};
|
11910
12283
|
var StepsPrevTrigger = (props2) => {
|
11911
|
-
return /* @__PURE__ */ (0,
|
12284
|
+
return /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(import_react163.Steps.PrevTrigger, { ...props2 });
|
11912
12285
|
};
|
11913
12286
|
|
11914
12287
|
// src/components/switch/switch.tsx
|
11915
|
-
var
|
11916
|
-
var
|
11917
|
-
var
|
11918
|
-
var Switch = (0,
|
12288
|
+
var import_react164 = require("@chakra-ui/react");
|
12289
|
+
var import_react165 = require("react");
|
12290
|
+
var import_jsx_runtime33 = require("react/jsx-runtime");
|
12291
|
+
var Switch = (0, import_react165.forwardRef)(
|
11919
12292
|
function Switch2(props2, ref2) {
|
11920
12293
|
const { inputProps, children, rootRef, trackLabel, thumbLabel, ...rest } = props2;
|
11921
|
-
return /* @__PURE__ */ (0,
|
11922
|
-
/* @__PURE__ */ (0,
|
11923
|
-
/* @__PURE__ */ (0,
|
11924
|
-
/* @__PURE__ */ (0,
|
11925
|
-
trackLabel && /* @__PURE__ */ (0,
|
12294
|
+
return /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)(import_react164.Switch.Root, { ref: rootRef, ...rest, children: [
|
12295
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)(import_react164.Switch.HiddenInput, { ref: ref2, ...inputProps }),
|
12296
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsxs)(import_react164.Switch.Control, { children: [
|
12297
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)(import_react164.Switch.Thumb, { children: thumbLabel && /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(import_react164.Switch.ThumbIndicator, { fallback: thumbLabel == null ? void 0 : thumbLabel.off, children: thumbLabel == null ? void 0 : thumbLabel.on }) }),
|
12298
|
+
trackLabel && /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(import_react164.Switch.Indicator, { fallback: trackLabel.off, children: trackLabel.on })
|
11926
12299
|
] }),
|
11927
|
-
children != null && /* @__PURE__ */ (0,
|
12300
|
+
children != null && /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(import_react164.Switch.Label, { children })
|
11928
12301
|
] });
|
11929
12302
|
}
|
11930
12303
|
);
|
11931
12304
|
|
11932
12305
|
// src/components/tooltip/tooltip.tsx
|
11933
|
-
var
|
11934
|
-
var
|
11935
|
-
var
|
11936
|
-
var Tooltip = (0,
|
12306
|
+
var import_react166 = require("react");
|
12307
|
+
var import_react167 = require("@chakra-ui/react");
|
12308
|
+
var import_jsx_runtime34 = require("react/jsx-runtime");
|
12309
|
+
var Tooltip = (0, import_react166.forwardRef)(
|
11937
12310
|
function Tooltip2(props2, ref2) {
|
11938
12311
|
const {
|
11939
12312
|
showArrow,
|
@@ -11946,10 +12319,10 @@ var Tooltip = (0, import_react164.forwardRef)(
|
|
11946
12319
|
...rest
|
11947
12320
|
} = props2;
|
11948
12321
|
if (disabled) return children;
|
11949
|
-
return /* @__PURE__ */ (0,
|
11950
|
-
/* @__PURE__ */ (0,
|
11951
|
-
/* @__PURE__ */ (0,
|
11952
|
-
showArrow && /* @__PURE__ */ (0,
|
12322
|
+
return /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)(import_react167.Tooltip.Root, { ...rest, children: [
|
12323
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)(import_react167.Tooltip.Trigger, { asChild: true, children }),
|
12324
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)(import_react167.Portal, { disabled: !portalled, container: portalRef, children: /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(import_react167.Tooltip.Positioner, { children: /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)(import_react167.Tooltip.Content, { ref: ref2, ...contentProps, children: [
|
12325
|
+
showArrow && /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(import_react167.Tooltip.Arrow, { children: /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(import_react167.Tooltip.ArrowTip, {}) }),
|
11953
12326
|
content
|
11954
12327
|
] }) }) })
|
11955
12328
|
] });
|
@@ -11983,6 +12356,7 @@ var Tooltip = (0, import_react164.forwardRef)(
|
|
11983
12356
|
Radio,
|
11984
12357
|
RadioGroup,
|
11985
12358
|
SearchInput,
|
12359
|
+
SegmentedControl,
|
11986
12360
|
Select,
|
11987
12361
|
Sidebar,
|
11988
12362
|
Spinner,
|