@saas-ui/react 3.0.0-alpha.6 → 3.0.0-alpha.7
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/CHANGELOG.md +6 -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 +693 -462
- package/dist/index.d.cts +2 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +288 -403
- 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 +7 -1
- 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,319 +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: "
|
7828
|
-
},
|
7829
|
-
gray: {
|
7830
|
-
50: { value: "#fafafa" },
|
7831
|
-
100: { value: "#f4f4f5" },
|
7832
|
-
200: { value: "#e4e4e7" },
|
7833
|
-
300: { value: "#d4d4d8" },
|
7834
|
-
400: { value: "#a1a1aa" },
|
7835
|
-
500: { value: "#71717a" },
|
7836
|
-
600: { value: "#52525b" },
|
7837
|
-
700: { value: "#3f3f46" },
|
7838
|
-
800: { value: "#27272a" },
|
7839
|
-
900: { value: "#18181b" },
|
7840
|
-
950: { value: "#111111" }
|
7841
|
-
},
|
7842
|
-
red: {
|
7843
|
-
50: { value: "#fef2f2" },
|
7844
|
-
100: { value: "#fee2e2" },
|
7845
|
-
200: { value: "#fecaca" },
|
7846
|
-
300: { value: "#fca5a5" },
|
7847
|
-
400: { value: "#f87171" },
|
7848
|
-
500: { value: "#ef4444" },
|
7849
|
-
600: { value: "#dc2626" },
|
7850
|
-
700: { value: "#991919" },
|
7851
|
-
800: { value: "#511111" },
|
7852
|
-
900: { value: "#300c0c" },
|
7853
|
-
950: { value: "#1f0808" }
|
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)" }
|
7854
8030
|
},
|
7855
|
-
|
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: "
|
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)" }
|
7867
8043
|
},
|
7868
|
-
|
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: "
|
8044
|
+
gray: {
|
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)" }
|
7880
8056
|
},
|
7881
|
-
|
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: "
|
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)" }
|
7893
8069
|
},
|
7894
|
-
|
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: "
|
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)" }
|
7906
8082
|
},
|
7907
|
-
|
7908
|
-
50: { value: "
|
7909
|
-
100: { value: "
|
7910
|
-
200: { value: "
|
7911
|
-
300: { value: "
|
7912
|
-
400: { value: "
|
7913
|
-
500: { value: "
|
7914
|
-
600: { value: "
|
7915
|
-
700: { value: "
|
7916
|
-
800: { value: "
|
7917
|
-
900: { value: "
|
7918
|
-
950: { value: "
|
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)" }
|
7919
8095
|
},
|
7920
|
-
|
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: "
|
8096
|
+
red: {
|
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)" }
|
7932
8108
|
},
|
7933
|
-
|
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: "
|
8109
|
+
orange: {
|
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)" }
|
7945
8121
|
},
|
7946
|
-
|
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: "
|
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)" }
|
7958
8134
|
},
|
7959
|
-
|
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: "
|
8135
|
+
yellow: {
|
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)" }
|
7971
8147
|
},
|
7972
|
-
|
7973
|
-
50: { value: "
|
7974
|
-
100: { value: "
|
7975
|
-
200: { value: "
|
7976
|
-
300: { value: "
|
7977
|
-
400: { value: "
|
7978
|
-
500: { value: "
|
7979
|
-
600: { value: "
|
7980
|
-
700: { value: "
|
7981
|
-
800: { value: "
|
7982
|
-
900: { value: "
|
7983
|
-
950: { value: "
|
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)" }
|
7984
8160
|
},
|
7985
|
-
|
7986
|
-
50: { value: "
|
7987
|
-
100: { value: "
|
7988
|
-
200: { value: "
|
7989
|
-
300: { value: "
|
7990
|
-
400: { value: "
|
7991
|
-
500: { value: "
|
7992
|
-
600: { value: "
|
7993
|
-
700: { value: "
|
7994
|
-
800: { value: "
|
7995
|
-
900: { value: "
|
7996
|
-
950: { value: "
|
8161
|
+
green: {
|
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)" }
|
7997
8173
|
},
|
7998
|
-
|
7999
|
-
50: { value: "
|
8000
|
-
100: { value: "
|
8001
|
-
200: { value: "
|
8002
|
-
300: { value: "
|
8003
|
-
400: { value: "
|
8004
|
-
500: { value: "
|
8005
|
-
600: { value: "
|
8006
|
-
700: { value: "
|
8007
|
-
800: { value: "
|
8008
|
-
900: { value: "
|
8009
|
-
950: { value: "
|
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)" }
|
8010
8186
|
},
|
8011
|
-
|
8012
|
-
50: { value: "
|
8013
|
-
100: { value: "
|
8014
|
-
200: { value: "
|
8015
|
-
300: { value: "
|
8016
|
-
400: { value: "
|
8017
|
-
500: { value: "
|
8018
|
-
600: { value: "
|
8019
|
-
700: { value: "
|
8020
|
-
800: { value: "
|
8021
|
-
900: { value: "
|
8022
|
-
950: { value: "
|
8187
|
+
teal: {
|
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)" }
|
8023
8199
|
},
|
8024
|
-
|
8025
|
-
50: { value: "
|
8026
|
-
100: { value: "
|
8027
|
-
200: { value: "
|
8028
|
-
300: { value: "
|
8029
|
-
400: { value: "
|
8030
|
-
500: { value: "
|
8031
|
-
600: { value: "
|
8032
|
-
700: { value: "
|
8033
|
-
800: { value: "
|
8034
|
-
900: { value: "
|
8035
|
-
950: { value: "
|
8200
|
+
cyan: {
|
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)" }
|
8036
8212
|
},
|
8037
|
-
|
8038
|
-
50: { value: "
|
8039
|
-
100: { value: "
|
8040
|
-
200: { value: "
|
8041
|
-
300: { value: "
|
8042
|
-
400: { value: "
|
8043
|
-
500: { value: "
|
8044
|
-
600: { value: "
|
8045
|
-
700: { value: "
|
8046
|
-
800: { value: "
|
8047
|
-
900: { value: "
|
8048
|
-
950: { value: "
|
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)" }
|
8049
8225
|
},
|
8050
|
-
|
8051
|
-
50: { value: "
|
8052
|
-
100: { value: "
|
8053
|
-
200: { value: "
|
8054
|
-
300: { value: "
|
8055
|
-
400: { value: "
|
8056
|
-
500: { value: "
|
8057
|
-
600: { value: "
|
8058
|
-
700: { value: "
|
8059
|
-
800: { value: "
|
8060
|
-
900: { value: "
|
8061
|
-
950: { value: "
|
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)" }
|
8062
8238
|
},
|
8063
|
-
|
8064
|
-
50: { value: "
|
8065
|
-
100: { value: "
|
8066
|
-
200: { value: "
|
8067
|
-
300: { value: "
|
8068
|
-
400: { value: "
|
8069
|
-
500: { value: "
|
8070
|
-
600: { value: "
|
8071
|
-
700: { value: "
|
8072
|
-
800: { value: "
|
8073
|
-
900: { value: "
|
8074
|
-
950: { value: "
|
8239
|
+
indigo: {
|
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)" }
|
8075
8251
|
},
|
8076
8252
|
violet: {
|
8077
|
-
50: { value: "
|
8078
|
-
100: { value: "
|
8079
|
-
200: { value: "
|
8080
|
-
300: { value: "
|
8081
|
-
400: { value: "
|
8082
|
-
500: { value: "
|
8083
|
-
600: { value: "
|
8084
|
-
700: { value: "
|
8085
|
-
800: { value: "
|
8086
|
-
900: { value: "
|
8087
|
-
950: { value: "
|
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)" }
|
8264
|
+
},
|
8265
|
+
purple: {
|
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)" }
|
8088
8277
|
},
|
8089
8278
|
fuchsia: {
|
8090
|
-
50: { value: "
|
8091
|
-
100: { value: "
|
8092
|
-
200: { value: "
|
8093
|
-
300: { value: "
|
8094
|
-
400: { value: "
|
8095
|
-
500: { value: "
|
8096
|
-
600: { value: "
|
8097
|
-
700: { value: "
|
8098
|
-
800: { value: "
|
8099
|
-
900: { value: "
|
8100
|
-
950: { value: "
|
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)" }
|
8290
|
+
},
|
8291
|
+
pink: {
|
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)" }
|
8101
8303
|
},
|
8102
8304
|
rose: {
|
8103
|
-
50: { value: "
|
8104
|
-
100: { value: "
|
8105
|
-
200: { value: "
|
8106
|
-
300: { value: "
|
8107
|
-
400: { value: "
|
8108
|
-
500: { value: "
|
8109
|
-
600: { value: "
|
8110
|
-
700: { value: "
|
8111
|
-
800: { value: "
|
8112
|
-
900: { value: "
|
8113
|
-
950: { value: "
|
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)" }
|
8114
8316
|
}
|
8115
8317
|
});
|
8116
8318
|
|
@@ -8589,7 +8791,7 @@ var defaultConfig = (0, import_react97.mergeConfigs)(import_react97.defaultBaseC
|
|
8589
8791
|
var defaultSystem = (0, import_react97.createSystem)(defaultConfig);
|
8590
8792
|
|
8591
8793
|
// src/index.ts
|
8592
|
-
var
|
8794
|
+
var import_react168 = require("@chakra-ui/react");
|
8593
8795
|
|
8594
8796
|
// src/provider/sui-provider.tsx
|
8595
8797
|
var React = __toESM(require("react"), 1);
|
@@ -8693,16 +8895,14 @@ var AvatarGroup = (0, import_react102.forwardRef)(
|
|
8693
8895
|
}
|
8694
8896
|
);
|
8695
8897
|
|
8696
|
-
// src/components/
|
8697
|
-
var
|
8698
|
-
__export(
|
8898
|
+
// src/components/breadcrumb/breadcrumb.tsx
|
8899
|
+
var breadcrumb_exports = {};
|
8900
|
+
__export(breadcrumb_exports, {
|
8699
8901
|
CurrentLink: () => BreadcrumbCurrentLink,
|
8700
8902
|
Ellipsis: () => BreadcrumbEllipsis,
|
8701
8903
|
Link: () => BreadcrumbLink,
|
8702
8904
|
Root: () => BreadcrumbRoot
|
8703
8905
|
});
|
8704
|
-
|
8705
|
-
// src/components/breadcrumbs/breadcrumb.tsx
|
8706
8906
|
var import_react104 = require("react");
|
8707
8907
|
var import_react105 = require("@chakra-ui/react");
|
8708
8908
|
var import_jsx_runtime4 = require("react/jsx-runtime");
|
@@ -8912,8 +9112,8 @@ var Command = (props2) => {
|
|
8912
9112
|
var CommandRoot = withContext2("span");
|
8913
9113
|
|
8914
9114
|
// src/components/dialog/namespace.ts
|
8915
|
-
var
|
8916
|
-
__export(
|
9115
|
+
var namespace_exports = {};
|
9116
|
+
__export(namespace_exports, {
|
8917
9117
|
ActionTrigger: () => DialogActionTrigger,
|
8918
9118
|
Backdrop: () => DialogBackdrop,
|
8919
9119
|
Body: () => DialogBody,
|
@@ -10830,8 +11030,8 @@ var DialogTrigger = import_react122.Dialog.Trigger;
|
|
10830
11030
|
var DialogActionTrigger = import_react122.Dialog.ActionTrigger;
|
10831
11031
|
|
10832
11032
|
// src/components/drawer/namespace.ts
|
10833
|
-
var
|
10834
|
-
__export(
|
11033
|
+
var namespace_exports2 = {};
|
11034
|
+
__export(namespace_exports2, {
|
10835
11035
|
ActionTrigger: () => DrawerActionTrigger,
|
10836
11036
|
Backdrop: () => DrawerBackdrop,
|
10837
11037
|
Body: () => DrawerBody,
|
@@ -11150,6 +11350,7 @@ var NumberInput = (0, import_react140.forwardRef)(
|
|
11150
11350
|
var menu_exports = {};
|
11151
11351
|
__export(menu_exports, {
|
11152
11352
|
Arrow: () => MenuArrow,
|
11353
|
+
Button: () => MenuButton,
|
11153
11354
|
CheckboxItem: () => MenuCheckboxItem,
|
11154
11355
|
Content: () => MenuContent,
|
11155
11356
|
ContextTrigger: () => MenuContextTrigger,
|
@@ -11164,14 +11365,77 @@ __export(menu_exports, {
|
|
11164
11365
|
Trigger: () => MenuTrigger,
|
11165
11366
|
TriggerItem: () => MenuTriggerItem
|
11166
11367
|
});
|
11167
|
-
var
|
11168
|
-
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");
|
11169
11433
|
|
11170
11434
|
// ../../node_modules/react-icons/lib/iconBase.mjs
|
11171
|
-
var
|
11435
|
+
var import_react145 = __toESM(require("react"), 1);
|
11172
11436
|
|
11173
11437
|
// ../../node_modules/react-icons/lib/iconContext.mjs
|
11174
|
-
var
|
11438
|
+
var import_react144 = __toESM(require("react"), 1);
|
11175
11439
|
var DefaultContext = {
|
11176
11440
|
color: void 0,
|
11177
11441
|
size: void 0,
|
@@ -11179,7 +11443,7 @@ var DefaultContext = {
|
|
11179
11443
|
style: void 0,
|
11180
11444
|
attr: void 0
|
11181
11445
|
};
|
11182
|
-
var IconContext =
|
11446
|
+
var IconContext = import_react144.default.createContext && /* @__PURE__ */ import_react144.default.createContext(DefaultContext);
|
11183
11447
|
|
11184
11448
|
// ../../node_modules/react-icons/lib/iconBase.mjs
|
11185
11449
|
var _excluded = ["attr", "size", "title"];
|
@@ -11268,12 +11532,12 @@ function _toPrimitive(t, r) {
|
|
11268
11532
|
return ("string" === r ? String : Number)(t);
|
11269
11533
|
}
|
11270
11534
|
function Tree2Element(tree) {
|
11271
|
-
return tree && tree.map((node, i) => /* @__PURE__ */
|
11535
|
+
return tree && tree.map((node, i) => /* @__PURE__ */ import_react145.default.createElement(node.tag, _objectSpread({
|
11272
11536
|
key: i
|
11273
11537
|
}, node.attr), Tree2Element(node.child)));
|
11274
11538
|
}
|
11275
11539
|
function GenIcon(data) {
|
11276
|
-
return (props2) => /* @__PURE__ */
|
11540
|
+
return (props2) => /* @__PURE__ */ import_react145.default.createElement(IconBase, _extends({
|
11277
11541
|
attr: _objectSpread({}, data.attr)
|
11278
11542
|
}, props2), Tree2Element(data.child));
|
11279
11543
|
}
|
@@ -11288,7 +11552,7 @@ function IconBase(props2) {
|
|
11288
11552
|
var className;
|
11289
11553
|
if (conf.className) className = conf.className;
|
11290
11554
|
if (props2.className) className = (className ? className + " " : "") + props2.className;
|
11291
|
-
return /* @__PURE__ */
|
11555
|
+
return /* @__PURE__ */ import_react145.default.createElement("svg", _extends({
|
11292
11556
|
stroke: "currentColor",
|
11293
11557
|
fill: "currentColor",
|
11294
11558
|
strokeWidth: "0"
|
@@ -11300,18 +11564,12 @@ function IconBase(props2) {
|
|
11300
11564
|
height: computedSize,
|
11301
11565
|
width: computedSize,
|
11302
11566
|
xmlns: "http://www.w3.org/2000/svg"
|
11303
|
-
}), title && /* @__PURE__ */
|
11567
|
+
}), title && /* @__PURE__ */ import_react145.default.createElement("title", null, title), props2.children);
|
11304
11568
|
};
|
11305
|
-
return IconContext !== void 0 ? /* @__PURE__ */
|
11569
|
+
return IconContext !== void 0 ? /* @__PURE__ */ import_react145.default.createElement(IconContext.Consumer, null, (conf) => elem(conf)) : elem(DefaultContext);
|
11306
11570
|
}
|
11307
11571
|
|
11308
11572
|
// ../../node_modules/react-icons/lu/index.mjs
|
11309
|
-
function LuCheck(props2) {
|
11310
|
-
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);
|
11311
|
-
}
|
11312
|
-
function LuChevronRight(props2) {
|
11313
|
-
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);
|
11314
|
-
}
|
11315
11573
|
function LuEyeOff(props2) {
|
11316
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);
|
11317
11575
|
}
|
@@ -11319,65 +11577,7 @@ function LuEye(props2) {
|
|
11319
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);
|
11320
11578
|
}
|
11321
11579
|
|
11322
|
-
// src/components/menu/menu.tsx
|
11323
|
-
var import_jsx_runtime21 = require("react/jsx-runtime");
|
11324
|
-
var MenuContent = (0, import_react144.forwardRef)(
|
11325
|
-
function MenuContent2(props2, ref2) {
|
11326
|
-
const { portalled = true, portalRef, ...rest } = props2;
|
11327
|
-
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 }) }) });
|
11328
|
-
}
|
11329
|
-
);
|
11330
|
-
var MenuArrow = (0, import_react144.forwardRef)(
|
11331
|
-
function MenuArrow2(props2, ref2) {
|
11332
|
-
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, {}) });
|
11333
|
-
}
|
11334
|
-
);
|
11335
|
-
var MenuCheckboxItem = (0, import_react144.forwardRef)(function MenuCheckboxItem2(props2, ref2) {
|
11336
|
-
return /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)(import_react145.Menu.CheckboxItem, { ref: ref2, ...props2, children: [
|
11337
|
-
/* @__PURE__ */ (0, import_jsx_runtime21.jsx)(import_react145.Menu.ItemIndicator, { hidden: false, children: /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(LuCheck, {}) }),
|
11338
|
-
props2.children
|
11339
|
-
] });
|
11340
|
-
});
|
11341
|
-
var MenuRadioItem = (0, import_react144.forwardRef)(
|
11342
|
-
function MenuRadioItem2(props2, ref2) {
|
11343
|
-
const { children, ...rest } = props2;
|
11344
|
-
return /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)(import_react145.Menu.RadioItem, { ps: "8", ref: ref2, ...rest, children: [
|
11345
|
-
/* @__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, {}) }) }),
|
11346
|
-
/* @__PURE__ */ (0, import_jsx_runtime21.jsx)(import_react145.Menu.ItemText, { children })
|
11347
|
-
] });
|
11348
|
-
}
|
11349
|
-
);
|
11350
|
-
var MenuItemGroup = (0, import_react144.forwardRef)(
|
11351
|
-
function MenuItemGroup2(props2, ref2) {
|
11352
|
-
const { title, children, ...rest } = props2;
|
11353
|
-
return /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)(import_react145.Menu.ItemGroup, { ref: ref2, ...rest, children: [
|
11354
|
-
title && /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(import_react145.Menu.ItemGroupLabel, { userSelect: "none", children: title }),
|
11355
|
-
children
|
11356
|
-
] });
|
11357
|
-
}
|
11358
|
-
);
|
11359
|
-
var MenuTriggerItem = (0, import_react144.forwardRef)(
|
11360
|
-
function MenuTriggerItem2(props2, ref2) {
|
11361
|
-
const { startIcon, children, ...rest } = props2;
|
11362
|
-
return /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)(import_react145.Menu.TriggerItem, { ref: ref2, ...rest, children: [
|
11363
|
-
startIcon,
|
11364
|
-
children,
|
11365
|
-
/* @__PURE__ */ (0, import_jsx_runtime21.jsx)(LuChevronRight, {})
|
11366
|
-
] });
|
11367
|
-
}
|
11368
|
-
);
|
11369
|
-
var MenuRadioItemGroup = import_react145.Menu.RadioItemGroup;
|
11370
|
-
var MenuContextTrigger = import_react145.Menu.ContextTrigger;
|
11371
|
-
var MenuRoot = import_react145.Menu.Root;
|
11372
|
-
var MenuSeparator = import_react145.Menu.Separator;
|
11373
|
-
var MenuItem = import_react145.Menu.Item;
|
11374
|
-
var MenuItemText = import_react145.Menu.ItemText;
|
11375
|
-
var MenuItemCommand = import_react145.Menu.ItemCommand;
|
11376
|
-
var MenuTrigger = import_react145.Menu.Trigger;
|
11377
|
-
|
11378
11580
|
// src/components/password-input/password-input.tsx
|
11379
|
-
var import_react146 = require("react");
|
11380
|
-
var import_react147 = require("@chakra-ui/react");
|
11381
11581
|
var import_jsx_runtime22 = require("react/jsx-runtime");
|
11382
11582
|
var PasswordInput = (0, import_react146.forwardRef)(
|
11383
11583
|
function PasswordInput2(props2, ref2) {
|
@@ -11760,8 +11960,8 @@ var SearchInputResetButton = (0, import_react155.forwardRef)(
|
|
11760
11960
|
SearchInput.displayName = "SearchInput";
|
11761
11961
|
|
11762
11962
|
// src/components/select/namespace.ts
|
11763
|
-
var
|
11764
|
-
__export(
|
11963
|
+
var namespace_exports3 = {};
|
11964
|
+
__export(namespace_exports3, {
|
11765
11965
|
Content: () => SelectContent,
|
11766
11966
|
Item: () => SelectItem,
|
11767
11967
|
ItemGroup: () => SelectItemGroup,
|
@@ -11848,6 +12048,36 @@ var SelectItemGroup = (0, import_react157.forwardRef)(
|
|
11848
12048
|
var SelectLabel = import_react158.Select.Label;
|
11849
12049
|
var SelectItemText = import_react158.Select.ItemText;
|
11850
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
|
+
|
11851
12081
|
// src/components/sidebar/sidebar.tsx
|
11852
12082
|
var sidebar_exports = {};
|
11853
12083
|
__export(sidebar_exports, {
|
@@ -11872,28 +12102,28 @@ __export(sidebar_exports, {
|
|
11872
12102
|
var import_sidebar = require("@saas-ui/core/sidebar");
|
11873
12103
|
|
11874
12104
|
// src/components/sidebar/sidebar.context.ts
|
11875
|
-
var
|
12105
|
+
var import_react161 = require("@chakra-ui/react");
|
11876
12106
|
var {
|
11877
12107
|
withContext: withContext7,
|
11878
12108
|
useRecipeResult,
|
11879
12109
|
StylesProvider,
|
11880
12110
|
ClassNamesProvider,
|
11881
12111
|
useStyles: useSidebarStyles
|
11882
|
-
} = (0,
|
12112
|
+
} = (0, import_react161.createSlotRecipeContext)({
|
11883
12113
|
key: "suiSidebar"
|
11884
12114
|
});
|
11885
12115
|
var {
|
11886
12116
|
withProvider: withItemProvider,
|
11887
12117
|
withContext: withItemContext,
|
11888
12118
|
useStyles: useSidebarItemStyles
|
11889
|
-
} = (0,
|
12119
|
+
} = (0, import_react161.createSlotRecipeContext)({
|
11890
12120
|
key: "suiSidebarNavItem"
|
11891
12121
|
});
|
11892
12122
|
|
11893
12123
|
// src/components/sidebar/sidebar.tsx
|
11894
|
-
var
|
12124
|
+
var import_jsx_runtime30 = require("react/jsx-runtime");
|
11895
12125
|
var SidebarProvider = function SidebarProvider2(props2) {
|
11896
|
-
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 }) });
|
11897
12127
|
};
|
11898
12128
|
function RecipeProvider(props2) {
|
11899
12129
|
const { mode } = (0, import_sidebar.useSidebar)();
|
@@ -11901,7 +12131,7 @@ function RecipeProvider(props2) {
|
|
11901
12131
|
...props2,
|
11902
12132
|
mode
|
11903
12133
|
});
|
11904
|
-
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 }) });
|
11905
12135
|
}
|
11906
12136
|
var SidebarRoot = withContext7(
|
11907
12137
|
import_sidebar.Sidebar.Root,
|
@@ -11975,23 +12205,23 @@ var SidebarNavItemEndElement = withItemContext(import_sidebar.Sidebar.NavItemEnd
|
|
11975
12205
|
var import_sidebar2 = require("@saas-ui/core/sidebar");
|
11976
12206
|
|
11977
12207
|
// src/components/toaster/toaster.tsx
|
11978
|
-
var
|
11979
|
-
var
|
11980
|
-
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)({
|
11981
12211
|
placement: "bottom-end",
|
11982
12212
|
pauseOnPageIdle: true
|
11983
12213
|
});
|
11984
12214
|
var Toaster = () => {
|
11985
|
-
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) => {
|
11986
12216
|
var _a7;
|
11987
|
-
return /* @__PURE__ */ (0,
|
11988
|
-
toast2.type === "loading" ? /* @__PURE__ */ (0,
|
11989
|
-
/* @__PURE__ */ (0,
|
11990
|
-
toast2.title && /* @__PURE__ */ (0,
|
11991
|
-
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 })
|
11992
12222
|
] }),
|
11993
|
-
toast2.action && /* @__PURE__ */ (0,
|
11994
|
-
((_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, {})
|
11995
12225
|
] });
|
11996
12226
|
} }) });
|
11997
12227
|
};
|
@@ -12008,75 +12238,75 @@ __export(steps_exports, {
|
|
12008
12238
|
PrevTrigger: () => StepsPrevTrigger,
|
12009
12239
|
Root: () => StepsRoot
|
12010
12240
|
});
|
12011
|
-
var
|
12012
|
-
var
|
12241
|
+
var import_react163 = require("@chakra-ui/react");
|
12242
|
+
var import_jsx_runtime32 = require("react/jsx-runtime");
|
12013
12243
|
var StepsItem = (props2) => {
|
12014
12244
|
const { title, description, completedIcon, icon, ...rest } = props2;
|
12015
|
-
return /* @__PURE__ */ (0,
|
12016
|
-
/* @__PURE__ */ (0,
|
12017
|
-
/* @__PURE__ */ (0,
|
12018
|
-
|
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,
|
12019
12249
|
{
|
12020
|
-
complete: completedIcon || /* @__PURE__ */ (0,
|
12021
|
-
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, {})
|
12022
12252
|
}
|
12023
12253
|
) }),
|
12024
|
-
/* @__PURE__ */ (0,
|
12254
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)(StepInfo, { title, description })
|
12025
12255
|
] }),
|
12026
|
-
/* @__PURE__ */ (0,
|
12256
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)(import_react163.Steps.Separator, {})
|
12027
12257
|
] });
|
12028
12258
|
};
|
12029
12259
|
var StepInfo = (props2) => {
|
12030
12260
|
const { title, description } = props2;
|
12031
12261
|
if (title && description) {
|
12032
|
-
return /* @__PURE__ */ (0,
|
12033
|
-
/* @__PURE__ */ (0,
|
12034
|
-
/* @__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 })
|
12035
12265
|
] });
|
12036
12266
|
}
|
12037
|
-
return /* @__PURE__ */ (0,
|
12038
|
-
title && /* @__PURE__ */ (0,
|
12039
|
-
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 })
|
12040
12270
|
] });
|
12041
12271
|
};
|
12042
12272
|
var StepsIndicator = (props2) => {
|
12043
|
-
const { icon = /* @__PURE__ */ (0,
|
12044
|
-
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 }) });
|
12045
12275
|
};
|
12046
|
-
var StepsList =
|
12047
|
-
var StepsRoot =
|
12048
|
-
var StepsContent =
|
12049
|
-
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;
|
12050
12280
|
var StepsNextTrigger = (props2) => {
|
12051
|
-
return /* @__PURE__ */ (0,
|
12281
|
+
return /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(import_react163.Steps.NextTrigger, { ...props2 });
|
12052
12282
|
};
|
12053
12283
|
var StepsPrevTrigger = (props2) => {
|
12054
|
-
return /* @__PURE__ */ (0,
|
12284
|
+
return /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(import_react163.Steps.PrevTrigger, { ...props2 });
|
12055
12285
|
};
|
12056
12286
|
|
12057
12287
|
// src/components/switch/switch.tsx
|
12058
|
-
var
|
12059
|
-
var
|
12060
|
-
var
|
12061
|
-
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)(
|
12062
12292
|
function Switch2(props2, ref2) {
|
12063
12293
|
const { inputProps, children, rootRef, trackLabel, thumbLabel, ...rest } = props2;
|
12064
|
-
return /* @__PURE__ */ (0,
|
12065
|
-
/* @__PURE__ */ (0,
|
12066
|
-
/* @__PURE__ */ (0,
|
12067
|
-
/* @__PURE__ */ (0,
|
12068
|
-
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 })
|
12069
12299
|
] }),
|
12070
|
-
children != null && /* @__PURE__ */ (0,
|
12300
|
+
children != null && /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(import_react164.Switch.Label, { children })
|
12071
12301
|
] });
|
12072
12302
|
}
|
12073
12303
|
);
|
12074
12304
|
|
12075
12305
|
// src/components/tooltip/tooltip.tsx
|
12076
|
-
var
|
12077
|
-
var
|
12078
|
-
var
|
12079
|
-
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)(
|
12080
12310
|
function Tooltip2(props2, ref2) {
|
12081
12311
|
const {
|
12082
12312
|
showArrow,
|
@@ -12089,10 +12319,10 @@ var Tooltip = (0, import_react164.forwardRef)(
|
|
12089
12319
|
...rest
|
12090
12320
|
} = props2;
|
12091
12321
|
if (disabled) return children;
|
12092
|
-
return /* @__PURE__ */ (0,
|
12093
|
-
/* @__PURE__ */ (0,
|
12094
|
-
/* @__PURE__ */ (0,
|
12095
|
-
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, {}) }),
|
12096
12326
|
content
|
12097
12327
|
] }) }) })
|
12098
12328
|
] });
|
@@ -12126,6 +12356,7 @@ var Tooltip = (0, import_react164.forwardRef)(
|
|
12126
12356
|
Radio,
|
12127
12357
|
RadioGroup,
|
12128
12358
|
SearchInput,
|
12359
|
+
SegmentedControl,
|
12129
12360
|
Select,
|
12130
12361
|
Sidebar,
|
12131
12362
|
Spinner,
|