@saas-ui/react 3.0.0-alpha.5 → 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 +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.js
CHANGED
@@ -1,34 +1,37 @@
|
|
1
1
|
import {
|
2
|
-
|
3
|
-
|
2
|
+
Toaster,
|
3
|
+
toast
|
4
|
+
} from "./chunk-HELHPHIQ.js";
|
4
5
|
import {
|
5
|
-
|
6
|
-
|
7
|
-
defaultPresenceOptions
|
8
|
-
} from "./chunk-M7FOBCOV.js";
|
9
|
-
import "./chunk-CTOVNZVS.js";
|
6
|
+
colors
|
7
|
+
} from "./chunk-IFYV7NUJ.js";
|
10
8
|
import {
|
11
|
-
|
9
|
+
SearchInput
|
10
|
+
} from "./chunk-LIYUBUOP.js";
|
11
|
+
import {
|
12
|
+
namespace_exports as namespace_exports3
|
12
13
|
} from "./chunk-S3CQW7GD.js";
|
14
|
+
import {
|
15
|
+
SegmentedControl
|
16
|
+
} from "./chunk-SKXSBAOS.js";
|
13
17
|
import {
|
14
18
|
sidebar_exports,
|
15
19
|
useSidebar,
|
16
20
|
useSidebarItemStyles,
|
17
21
|
useSidebarStyles
|
18
22
|
} from "./chunk-DPMEXCSG.js";
|
19
|
-
import {
|
20
|
-
steps_exports
|
21
|
-
} from "./chunk-6LOMIKR5.js";
|
22
23
|
import {
|
23
24
|
Switch
|
24
25
|
} from "./chunk-SA3OGTOO.js";
|
25
26
|
import {
|
26
|
-
|
27
|
-
|
28
|
-
|
27
|
+
Tooltip
|
28
|
+
} from "./chunk-QSNSWCTM.js";
|
29
|
+
import {
|
30
|
+
steps_exports
|
31
|
+
} from "./chunk-6LOMIKR5.js";
|
29
32
|
import {
|
30
33
|
menu_exports
|
31
|
-
} from "./chunk-
|
34
|
+
} from "./chunk-5T7S5OAM.js";
|
32
35
|
import {
|
33
36
|
loading_overlay_exports,
|
34
37
|
useLoadingOverlayStyles
|
@@ -44,35 +47,36 @@ import {
|
|
44
47
|
} from "./chunk-ULAJ3JEO.js";
|
45
48
|
import {
|
46
49
|
PasswordInput
|
47
|
-
} from "./chunk-
|
48
|
-
import "./chunk-F3CVOMG5.js";
|
50
|
+
} from "./chunk-CD2JUFI2.js";
|
49
51
|
import {
|
50
|
-
|
51
|
-
|
52
|
-
|
52
|
+
Persona,
|
53
|
+
PersonaAvatar,
|
54
|
+
defaultPresenceOptions
|
55
|
+
} from "./chunk-M7FOBCOV.js";
|
53
56
|
import {
|
54
57
|
PinInput
|
55
58
|
} from "./chunk-2EUACKRH.js";
|
56
59
|
import {
|
57
|
-
|
58
|
-
|
60
|
+
Radio,
|
61
|
+
RadioGroup
|
62
|
+
} from "./chunk-WYLMBMAH.js";
|
59
63
|
import {
|
60
|
-
namespace_exports
|
64
|
+
namespace_exports
|
61
65
|
} from "./chunk-ZWSZQZ5G.js";
|
62
66
|
import {
|
63
|
-
namespace_exports as
|
67
|
+
namespace_exports as namespace_exports2
|
64
68
|
} from "./chunk-GEPWRHHH.js";
|
65
69
|
import "./chunk-VBIVLREP.js";
|
66
70
|
import {
|
67
71
|
EmptyState
|
68
72
|
} from "./chunk-FJFNGSPL.js";
|
69
|
-
import "./chunk-KTLWEUNW.js";
|
70
73
|
import {
|
71
74
|
grid_list_exports
|
72
75
|
} from "./chunk-NSD5HRIP.js";
|
73
76
|
import {
|
74
77
|
IconBadge
|
75
78
|
} from "./chunk-I2RXEKTB.js";
|
79
|
+
import "./chunk-KTLWEUNW.js";
|
76
80
|
import {
|
77
81
|
InputGroup
|
78
82
|
} from "./chunk-PKI6YH2V.js";
|
@@ -83,22 +87,22 @@ import {
|
|
83
87
|
useLink,
|
84
88
|
useSui
|
85
89
|
} from "./chunk-BFA5FCA2.js";
|
86
|
-
import {
|
87
|
-
AppShell
|
88
|
-
} from "./chunk-6ZNR6N2K.js";
|
89
90
|
import {
|
90
91
|
Avatar,
|
91
92
|
AvatarGroup
|
92
93
|
} from "./chunk-UCQ3LZIE.js";
|
93
94
|
import {
|
94
|
-
|
95
|
-
} from "./chunk-
|
95
|
+
AppShell
|
96
|
+
} from "./chunk-6ZNR6N2K.js";
|
96
97
|
import {
|
97
|
-
|
98
|
-
} from "./chunk-
|
98
|
+
breadcrumb_exports
|
99
|
+
} from "./chunk-TT4C5VXB.js";
|
99
100
|
import {
|
100
101
|
Checkbox
|
101
102
|
} from "./chunk-L356FPLY.js";
|
103
|
+
import {
|
104
|
+
Button
|
105
|
+
} from "./chunk-BCNPBZZK.js";
|
102
106
|
import {
|
103
107
|
CloseButton
|
104
108
|
} from "./chunk-FZW2DYK3.js";
|
@@ -1693,6 +1697,26 @@ var semanticColors = defineSemanticTokens.colors({
|
|
1693
1697
|
value: { _light: "{colors.gray.900}", _dark: "{colors.white}" }
|
1694
1698
|
}
|
1695
1699
|
},
|
1700
|
+
slate: {
|
1701
|
+
contrast: {
|
1702
|
+
value: { _light: "white", _dark: "white" }
|
1703
|
+
},
|
1704
|
+
fg: {
|
1705
|
+
value: { _light: "{colors.slate.900}", _dark: "{colors.slate.200}" }
|
1706
|
+
},
|
1707
|
+
muted: {
|
1708
|
+
value: { _light: "{colors.slate.100}", _dark: "{colors.slate.900}" }
|
1709
|
+
},
|
1710
|
+
subtle: {
|
1711
|
+
value: { _light: "{colors.slate.200}", _dark: "{colors.slate.800}" }
|
1712
|
+
},
|
1713
|
+
emphasized: {
|
1714
|
+
value: { _light: "{colors.slate.300}", _dark: "{colors.slate.700}" }
|
1715
|
+
},
|
1716
|
+
solid: {
|
1717
|
+
value: { _light: "{colors.slate.500}", _dark: "{colors.slate.500}" }
|
1718
|
+
}
|
1719
|
+
},
|
1696
1720
|
gray: {
|
1697
1721
|
contrast: {
|
1698
1722
|
value: { _light: "white", _dark: "white" }
|
@@ -1713,6 +1737,46 @@ var semanticColors = defineSemanticTokens.colors({
|
|
1713
1737
|
value: { _light: "{colors.gray.500}", _dark: "{colors.gray.500}" }
|
1714
1738
|
}
|
1715
1739
|
},
|
1740
|
+
zinc: {
|
1741
|
+
contrast: {
|
1742
|
+
value: { _light: "white", _dark: "white" }
|
1743
|
+
},
|
1744
|
+
fg: {
|
1745
|
+
value: { _light: "{colors.zinc.900}", _dark: "{colors.zinc.200}" }
|
1746
|
+
},
|
1747
|
+
muted: {
|
1748
|
+
value: { _light: "{colors.zinc.100}", _dark: "{colors.zinc.900}" }
|
1749
|
+
},
|
1750
|
+
subtle: {
|
1751
|
+
value: { _light: "{colors.zinc.200}", _dark: "{colors.zinc.800}" }
|
1752
|
+
},
|
1753
|
+
emphasized: {
|
1754
|
+
value: { _light: "{colors.zinc.300}", _dark: "{colors.zinc.700}" }
|
1755
|
+
},
|
1756
|
+
solid: {
|
1757
|
+
value: { _light: "{colors.zinc.500}", _dark: "{colors.zinc.500}" }
|
1758
|
+
}
|
1759
|
+
},
|
1760
|
+
stone: {
|
1761
|
+
contrast: {
|
1762
|
+
value: { _light: "white", _dark: "white" }
|
1763
|
+
},
|
1764
|
+
fg: {
|
1765
|
+
value: { _light: "{colors.stone.900}", _dark: "{colors.stone.200}" }
|
1766
|
+
},
|
1767
|
+
muted: {
|
1768
|
+
value: { _light: "{colors.stone.100}", _dark: "{colors.stone.900}" }
|
1769
|
+
},
|
1770
|
+
subtle: {
|
1771
|
+
value: { _light: "{colors.stone.200}", _dark: "{colors.stone.800}" }
|
1772
|
+
},
|
1773
|
+
emphasized: {
|
1774
|
+
value: { _light: "{colors.stone.300}", _dark: "{colors.stone.700}" }
|
1775
|
+
},
|
1776
|
+
solid: {
|
1777
|
+
value: { _light: "{colors.stone.500}", _dark: "{colors.stone.500}" }
|
1778
|
+
}
|
1779
|
+
},
|
1716
1780
|
red: {
|
1717
1781
|
contrast: {
|
1718
1782
|
value: { _light: "white", _dark: "white" }
|
@@ -1753,6 +1817,66 @@ var semanticColors = defineSemanticTokens.colors({
|
|
1753
1817
|
value: { _light: "{colors.orange.600}", _dark: "{colors.orange.500}" }
|
1754
1818
|
}
|
1755
1819
|
},
|
1820
|
+
amber: {
|
1821
|
+
contrast: {
|
1822
|
+
value: { _light: "black", _dark: "black" }
|
1823
|
+
},
|
1824
|
+
fg: {
|
1825
|
+
value: { _light: "{colors.amber.700}", _dark: "{colors.amber.300}" }
|
1826
|
+
},
|
1827
|
+
muted: {
|
1828
|
+
value: { _light: "{colors.amber.50}", _dark: "{colors.amber.950}" }
|
1829
|
+
},
|
1830
|
+
subtle: {
|
1831
|
+
value: { _light: "{colors.amber.100}", _dark: "{colors.amber.900}" }
|
1832
|
+
},
|
1833
|
+
emphasized: {
|
1834
|
+
value: { _light: "{colors.amber.200}", _dark: "{colors.amber.800}" }
|
1835
|
+
},
|
1836
|
+
solid: {
|
1837
|
+
value: { _light: "{colors.amber.600}", _dark: "{colors.amber.600}" }
|
1838
|
+
}
|
1839
|
+
},
|
1840
|
+
yellow: {
|
1841
|
+
contrast: {
|
1842
|
+
value: { _light: "black", _dark: "black" }
|
1843
|
+
},
|
1844
|
+
fg: {
|
1845
|
+
value: { _light: "{colors.yellow.700}", _dark: "{colors.yellow.300}" }
|
1846
|
+
},
|
1847
|
+
muted: {
|
1848
|
+
value: { _light: "{colors.yellow.50}", _dark: "{colors.yellow.950}" }
|
1849
|
+
},
|
1850
|
+
subtle: {
|
1851
|
+
value: { _light: "{colors.yellow.100}", _dark: "{colors.yellow.900}" }
|
1852
|
+
},
|
1853
|
+
emphasized: {
|
1854
|
+
value: { _light: "{colors.yellow.200}", _dark: "{colors.yellow.800}" }
|
1855
|
+
},
|
1856
|
+
solid: {
|
1857
|
+
value: { _light: "{colors.yellow.600}", _dark: "{colors.yellow.600}" }
|
1858
|
+
}
|
1859
|
+
},
|
1860
|
+
lime: {
|
1861
|
+
contrast: {
|
1862
|
+
value: { _light: "black", _dark: "black" }
|
1863
|
+
},
|
1864
|
+
fg: {
|
1865
|
+
value: { _light: "{colors.lime.700}", _dark: "{colors.lime.300}" }
|
1866
|
+
},
|
1867
|
+
muted: {
|
1868
|
+
value: { _light: "{colors.lime.50}", _dark: "{colors.lime.950}" }
|
1869
|
+
},
|
1870
|
+
subtle: {
|
1871
|
+
value: { _light: "{colors.lime.100}", _dark: "{colors.lime.900}" }
|
1872
|
+
},
|
1873
|
+
emphasized: {
|
1874
|
+
value: { _light: "{colors.lime.200}", _dark: "{colors.lime.800}" }
|
1875
|
+
},
|
1876
|
+
solid: {
|
1877
|
+
value: { _light: "{colors.lime.600}", _dark: "{colors.lime.600}" }
|
1878
|
+
}
|
1879
|
+
},
|
1756
1880
|
green: {
|
1757
1881
|
contrast: {
|
1758
1882
|
value: { _light: "white", _dark: "white" }
|
@@ -1773,64 +1897,104 @@ var semanticColors = defineSemanticTokens.colors({
|
|
1773
1897
|
value: { _light: "{colors.green.600}", _dark: "{colors.green.600}" }
|
1774
1898
|
}
|
1775
1899
|
},
|
1776
|
-
|
1900
|
+
emerald: {
|
1777
1901
|
contrast: {
|
1778
1902
|
value: { _light: "white", _dark: "white" }
|
1779
1903
|
},
|
1780
1904
|
fg: {
|
1781
|
-
value: { _light: "{colors.
|
1905
|
+
value: { _light: "{colors.emerald.700}", _dark: "{colors.emerald.300}" }
|
1782
1906
|
},
|
1783
1907
|
muted: {
|
1784
|
-
value: { _light: "{colors.
|
1908
|
+
value: { _light: "{colors.emerald.50}", _dark: "{colors.emerald.950}" }
|
1785
1909
|
},
|
1786
1910
|
subtle: {
|
1787
|
-
value: { _light: "{colors.
|
1911
|
+
value: { _light: "{colors.emerald.100}", _dark: "{colors.emerald.900}" }
|
1788
1912
|
},
|
1789
1913
|
emphasized: {
|
1790
|
-
value: { _light: "{colors.
|
1914
|
+
value: { _light: "{colors.emerald.200}", _dark: "{colors.emerald.800}" }
|
1791
1915
|
},
|
1792
1916
|
solid: {
|
1793
|
-
value: { _light: "{colors.
|
1917
|
+
value: { _light: "{colors.emerald.600}", _dark: "{colors.emerald.600}" }
|
1794
1918
|
}
|
1795
1919
|
},
|
1796
|
-
|
1920
|
+
teal: {
|
1797
1921
|
contrast: {
|
1798
|
-
value: { _light: "
|
1922
|
+
value: { _light: "white", _dark: "white" }
|
1799
1923
|
},
|
1800
1924
|
fg: {
|
1801
|
-
value: { _light: "{colors.
|
1925
|
+
value: { _light: "{colors.teal.700}", _dark: "{colors.teal.300}" }
|
1802
1926
|
},
|
1803
1927
|
muted: {
|
1804
|
-
value: { _light: "{colors.
|
1928
|
+
value: { _light: "{colors.teal.50}", _dark: "{colors.teal.950}" }
|
1805
1929
|
},
|
1806
1930
|
subtle: {
|
1807
|
-
value: { _light: "{colors.
|
1931
|
+
value: { _light: "{colors.teal.100}", _dark: "{colors.teal.900}" }
|
1808
1932
|
},
|
1809
1933
|
emphasized: {
|
1810
|
-
value: { _light: "{colors.
|
1934
|
+
value: { _light: "{colors.teal.200}", _dark: "{colors.teal.800}" }
|
1811
1935
|
},
|
1812
1936
|
solid: {
|
1813
|
-
value: { _light: "{colors.
|
1937
|
+
value: { _light: "{colors.teal.600}", _dark: "{colors.teal.600}" }
|
1814
1938
|
}
|
1815
1939
|
},
|
1816
|
-
|
1940
|
+
cyan: {
|
1817
1941
|
contrast: {
|
1818
1942
|
value: { _light: "white", _dark: "white" }
|
1819
1943
|
},
|
1820
1944
|
fg: {
|
1821
|
-
value: { _light: "{colors.
|
1945
|
+
value: { _light: "{colors.cyan.700}", _dark: "{colors.cyan.300}" }
|
1822
1946
|
},
|
1823
1947
|
muted: {
|
1824
|
-
value: { _light: "{colors.
|
1948
|
+
value: { _light: "{colors.cyan.50}", _dark: "{colors.cyan.950}" }
|
1825
1949
|
},
|
1826
1950
|
subtle: {
|
1827
|
-
value: { _light: "{colors.
|
1951
|
+
value: { _light: "{colors.cyan.100}", _dark: "{colors.cyan.900}" }
|
1828
1952
|
},
|
1829
1953
|
emphasized: {
|
1830
|
-
value: { _light: "{colors.
|
1954
|
+
value: { _light: "{colors.cyan.200}", _dark: "{colors.cyan.800}" }
|
1831
1955
|
},
|
1832
1956
|
solid: {
|
1833
|
-
value: { _light: "{colors.
|
1957
|
+
value: { _light: "{colors.cyan.600}", _dark: "{colors.cyan.600}" }
|
1958
|
+
}
|
1959
|
+
},
|
1960
|
+
sky: {
|
1961
|
+
contrast: {
|
1962
|
+
value: { _light: "white", _dark: "white" }
|
1963
|
+
},
|
1964
|
+
fg: {
|
1965
|
+
value: { _light: "{colors.sky.700}", _dark: "{colors.sky.300}" }
|
1966
|
+
},
|
1967
|
+
muted: {
|
1968
|
+
value: { _light: "{colors.sky.50}", _dark: "{colors.sky.950}" }
|
1969
|
+
},
|
1970
|
+
subtle: {
|
1971
|
+
value: { _light: "{colors.sky.100}", _dark: "{colors.sky.900}" }
|
1972
|
+
},
|
1973
|
+
emphasized: {
|
1974
|
+
value: { _light: "{colors.sky.200}", _dark: "{colors.sky.800}" }
|
1975
|
+
},
|
1976
|
+
solid: {
|
1977
|
+
value: { _light: "{colors.sky.600}", _dark: "{colors.sky.600}" }
|
1978
|
+
}
|
1979
|
+
},
|
1980
|
+
blue: {
|
1981
|
+
contrast: {
|
1982
|
+
value: { _light: "white", _dark: "white" }
|
1983
|
+
},
|
1984
|
+
fg: {
|
1985
|
+
value: { _light: "{colors.blue.700}", _dark: "{colors.blue.300}" }
|
1986
|
+
},
|
1987
|
+
muted: {
|
1988
|
+
value: { _light: "{colors.blue.50}", _dark: "{colors.blue.950}" }
|
1989
|
+
},
|
1990
|
+
subtle: {
|
1991
|
+
value: { _light: "{colors.blue.100}", _dark: "{colors.blue.900}" }
|
1992
|
+
},
|
1993
|
+
emphasized: {
|
1994
|
+
value: { _light: "{colors.blue.200}", _dark: "{colors.blue.800}" }
|
1995
|
+
},
|
1996
|
+
solid: {
|
1997
|
+
value: { _light: "{colors.blue.600}", _dark: "{colors.blue.600}" }
|
1834
1998
|
}
|
1835
1999
|
},
|
1836
2000
|
indigo: {
|
@@ -1853,6 +2017,26 @@ var semanticColors = defineSemanticTokens.colors({
|
|
1853
2017
|
value: { _light: "{colors.indigo.600}", _dark: "{colors.indigo.600}" }
|
1854
2018
|
}
|
1855
2019
|
},
|
2020
|
+
violet: {
|
2021
|
+
contrast: {
|
2022
|
+
value: { _light: "white", _dark: "white" }
|
2023
|
+
},
|
2024
|
+
fg: {
|
2025
|
+
value: { _light: "{colors.violet.700}", _dark: "{colors.violet.300}" }
|
2026
|
+
},
|
2027
|
+
muted: {
|
2028
|
+
value: { _light: "{colors.violet.50}", _dark: "{colors.violet.950}" }
|
2029
|
+
},
|
2030
|
+
subtle: {
|
2031
|
+
value: { _light: "{colors.violet.100}", _dark: "{colors.violet.900}" }
|
2032
|
+
},
|
2033
|
+
emphasized: {
|
2034
|
+
value: { _light: "{colors.violet.200}", _dark: "{colors.violet.800}" }
|
2035
|
+
},
|
2036
|
+
solid: {
|
2037
|
+
value: { _light: "{colors.violet.600}", _dark: "{colors.violet.600}" }
|
2038
|
+
}
|
2039
|
+
},
|
1856
2040
|
purple: {
|
1857
2041
|
contrast: {
|
1858
2042
|
value: { _light: "white", _dark: "white" }
|
@@ -1873,6 +2057,26 @@ var semanticColors = defineSemanticTokens.colors({
|
|
1873
2057
|
value: { _light: "{colors.purple.600}", _dark: "{colors.purple.600}" }
|
1874
2058
|
}
|
1875
2059
|
},
|
2060
|
+
fuchsia: {
|
2061
|
+
contrast: {
|
2062
|
+
value: { _light: "white", _dark: "white" }
|
2063
|
+
},
|
2064
|
+
fg: {
|
2065
|
+
value: { _light: "{colors.fuchsia.700}", _dark: "{colors.fuchsia.300}" }
|
2066
|
+
},
|
2067
|
+
muted: {
|
2068
|
+
value: { _light: "{colors.fuchsia.50}", _dark: "{colors.fuchsia.950}" }
|
2069
|
+
},
|
2070
|
+
subtle: {
|
2071
|
+
value: { _light: "{colors.fuchsia.100}", _dark: "{colors.fuchsia.900}" }
|
2072
|
+
},
|
2073
|
+
emphasized: {
|
2074
|
+
value: { _light: "{colors.fuchsia.200}", _dark: "{colors.fuchsia.800}" }
|
2075
|
+
},
|
2076
|
+
solid: {
|
2077
|
+
value: { _light: "{colors.fuchsia.600}", _dark: "{colors.fuchsia.600}" }
|
2078
|
+
}
|
2079
|
+
},
|
1876
2080
|
pink: {
|
1877
2081
|
contrast: {
|
1878
2082
|
value: { _light: "white", _dark: "white" }
|
@@ -1893,24 +2097,24 @@ var semanticColors = defineSemanticTokens.colors({
|
|
1893
2097
|
value: { _light: "{colors.pink.600}", _dark: "{colors.pink.600}" }
|
1894
2098
|
}
|
1895
2099
|
},
|
1896
|
-
|
2100
|
+
rose: {
|
1897
2101
|
contrast: {
|
1898
2102
|
value: { _light: "white", _dark: "white" }
|
1899
2103
|
},
|
1900
2104
|
fg: {
|
1901
|
-
value: { _light: "{colors.
|
2105
|
+
value: { _light: "{colors.rose.700}", _dark: "{colors.rose.300}" }
|
1902
2106
|
},
|
1903
2107
|
muted: {
|
1904
|
-
value: { _light: "{colors.
|
2108
|
+
value: { _light: "{colors.rose.50}", _dark: "{colors.rose.950}" }
|
1905
2109
|
},
|
1906
2110
|
subtle: {
|
1907
|
-
value: { _light: "{colors.
|
2111
|
+
value: { _light: "{colors.rose.100}", _dark: "{colors.rose.900}" }
|
1908
2112
|
},
|
1909
2113
|
emphasized: {
|
1910
|
-
value: { _light: "{colors.
|
2114
|
+
value: { _light: "{colors.rose.200}", _dark: "{colors.rose.800}" }
|
1911
2115
|
},
|
1912
2116
|
solid: {
|
1913
|
-
value: { _light: "{colors.
|
2117
|
+
value: { _light: "{colors.rose.600}", _dark: "{colors.rose.600}" }
|
1914
2118
|
}
|
1915
2119
|
}
|
1916
2120
|
});
|
@@ -4724,6 +4928,7 @@ var menuSlotRecipe = defineSlotRecipe27({
|
|
4724
4928
|
bg: "bg.panel",
|
4725
4929
|
boxShadow: "lg",
|
4726
4930
|
color: "fg",
|
4931
|
+
maxHeight: "var(--available-height)",
|
4727
4932
|
"--menu-z-index": "zIndex.dropdown",
|
4728
4933
|
zIndex: "calc(var(--menu-z-index) + var(--layer-index, 0))",
|
4729
4934
|
borderRadius: "l2",
|
@@ -7822,187 +8027,9 @@ var borders = defineTokens4.borders({
|
|
7822
8027
|
xl: { value: "8px solid" }
|
7823
8028
|
});
|
7824
8029
|
|
7825
|
-
// src/theme/tokens/colors.ts
|
7826
|
-
import { defineTokens as defineTokens5 } from "@chakra-ui/react";
|
7827
|
-
var colors = defineTokens5.colors({
|
7828
|
-
transparent: { value: "transparent" },
|
7829
|
-
current: { value: "currentColor" },
|
7830
|
-
black: { value: "#09090B" },
|
7831
|
-
white: { value: "#FFFFFF" },
|
7832
|
-
whiteAlpha: {
|
7833
|
-
50: { value: "rgba(255, 255, 255, 0.04)" },
|
7834
|
-
100: { value: "rgba(255, 255, 255, 0.06)" },
|
7835
|
-
200: { value: "rgba(255, 255, 255, 0.08)" },
|
7836
|
-
300: { value: "rgba(255, 255, 255, 0.16)" },
|
7837
|
-
400: { value: "rgba(255, 255, 255, 0.24)" },
|
7838
|
-
500: { value: "rgba(255, 255, 255, 0.36)" },
|
7839
|
-
600: { value: "rgba(255, 255, 255, 0.48)" },
|
7840
|
-
700: { value: "rgba(255, 255, 255, 0.64)" },
|
7841
|
-
800: { value: "rgba(255, 255, 255, 0.80)" },
|
7842
|
-
900: { value: "rgba(255, 255, 255, 0.92)" },
|
7843
|
-
950: { value: "rgba(255, 255, 255, 0.95)" }
|
7844
|
-
},
|
7845
|
-
blackAlpha: {
|
7846
|
-
50: { value: "rgba(0, 0, 0, 0.04)" },
|
7847
|
-
100: { value: "rgba(0, 0, 0, 0.06)" },
|
7848
|
-
200: { value: "rgba(0, 0, 0, 0.08)" },
|
7849
|
-
300: { value: "rgba(0, 0, 0, 0.16)" },
|
7850
|
-
400: { value: "rgba(0, 0, 0, 0.24)" },
|
7851
|
-
500: { value: "rgba(0, 0, 0, 0.36)" },
|
7852
|
-
600: { value: "rgba(0, 0, 0, 0.48)" },
|
7853
|
-
700: { value: "rgba(0, 0, 0, 0.64)" },
|
7854
|
-
800: { value: "rgba(0, 0, 0, 0.80)" },
|
7855
|
-
900: { value: "rgba(0, 0, 0, 0.92)" },
|
7856
|
-
950: { value: "rgba(0, 0, 0, 0.95)" }
|
7857
|
-
},
|
7858
|
-
gray: {
|
7859
|
-
50: { value: "#fafafa" },
|
7860
|
-
100: { value: "#f4f4f5" },
|
7861
|
-
200: { value: "#e4e4e7" },
|
7862
|
-
300: { value: "#d4d4d8" },
|
7863
|
-
400: { value: "#a1a1aa" },
|
7864
|
-
500: { value: "#71717a" },
|
7865
|
-
600: { value: "#52525b" },
|
7866
|
-
700: { value: "#3f3f46" },
|
7867
|
-
800: { value: "#27272a" },
|
7868
|
-
900: { value: "#18181b" },
|
7869
|
-
950: { value: "#111111" }
|
7870
|
-
},
|
7871
|
-
red: {
|
7872
|
-
50: { value: "#fef2f2" },
|
7873
|
-
100: { value: "#fee2e2" },
|
7874
|
-
200: { value: "#fecaca" },
|
7875
|
-
300: { value: "#fca5a5" },
|
7876
|
-
400: { value: "#f87171" },
|
7877
|
-
500: { value: "#ef4444" },
|
7878
|
-
600: { value: "#dc2626" },
|
7879
|
-
700: { value: "#991919" },
|
7880
|
-
800: { value: "#511111" },
|
7881
|
-
900: { value: "#300c0c" },
|
7882
|
-
950: { value: "#1f0808" }
|
7883
|
-
},
|
7884
|
-
orange: {
|
7885
|
-
50: { value: "#fff7ed" },
|
7886
|
-
100: { value: "#ffedd5" },
|
7887
|
-
200: { value: "#fed7aa" },
|
7888
|
-
300: { value: "#fdba74" },
|
7889
|
-
400: { value: "#fb923c" },
|
7890
|
-
500: { value: "#f97316" },
|
7891
|
-
600: { value: "#ea580c" },
|
7892
|
-
700: { value: "#92310a" },
|
7893
|
-
800: { value: "#6c2710" },
|
7894
|
-
900: { value: "#3b1106" },
|
7895
|
-
950: { value: "#220a04" }
|
7896
|
-
},
|
7897
|
-
yellow: {
|
7898
|
-
50: { value: "#fefce8" },
|
7899
|
-
100: { value: "#fef9c3" },
|
7900
|
-
200: { value: "#fef08a" },
|
7901
|
-
300: { value: "#fde047" },
|
7902
|
-
400: { value: "#facc15" },
|
7903
|
-
500: { value: "#eab308" },
|
7904
|
-
600: { value: "#ca8a04" },
|
7905
|
-
700: { value: "#845209" },
|
7906
|
-
800: { value: "#713f12" },
|
7907
|
-
900: { value: "#422006" },
|
7908
|
-
950: { value: "#281304" }
|
7909
|
-
},
|
7910
|
-
green: {
|
7911
|
-
50: { value: "#f0fdf4" },
|
7912
|
-
100: { value: "#dcfce7" },
|
7913
|
-
200: { value: "#bbf7d0" },
|
7914
|
-
300: { value: "#86efac" },
|
7915
|
-
400: { value: "#4ade80" },
|
7916
|
-
500: { value: "#22c55e" },
|
7917
|
-
600: { value: "#16a34a" },
|
7918
|
-
700: { value: "#116932" },
|
7919
|
-
800: { value: "#124a28" },
|
7920
|
-
900: { value: "#042713" },
|
7921
|
-
950: { value: "#03190c" }
|
7922
|
-
},
|
7923
|
-
teal: {
|
7924
|
-
50: { value: "#f0fdfa" },
|
7925
|
-
100: { value: "#ccfbf1" },
|
7926
|
-
200: { value: "#99f6e4" },
|
7927
|
-
300: { value: "#5eead4" },
|
7928
|
-
400: { value: "#2dd4bf" },
|
7929
|
-
500: { value: "#14b8a6" },
|
7930
|
-
600: { value: "#0d9488" },
|
7931
|
-
700: { value: "#0c5d56" },
|
7932
|
-
800: { value: "#114240" },
|
7933
|
-
900: { value: "#032726" },
|
7934
|
-
950: { value: "#021716" }
|
7935
|
-
},
|
7936
|
-
blue: {
|
7937
|
-
50: { value: "#eff6ff" },
|
7938
|
-
100: { value: "#dbeafe" },
|
7939
|
-
200: { value: "#bfdbfe" },
|
7940
|
-
300: { value: "#a3cfff" },
|
7941
|
-
400: { value: "#60a5fa" },
|
7942
|
-
500: { value: "#3b82f6" },
|
7943
|
-
600: { value: "#2563eb" },
|
7944
|
-
700: { value: "#173da6" },
|
7945
|
-
800: { value: "#1a3478" },
|
7946
|
-
900: { value: "#14204a" },
|
7947
|
-
950: { value: "#0c142e" }
|
7948
|
-
},
|
7949
|
-
cyan: {
|
7950
|
-
50: { value: "#ecfeff" },
|
7951
|
-
100: { value: "#cffafe" },
|
7952
|
-
200: { value: "#a5f3fc" },
|
7953
|
-
300: { value: "#67e8f9" },
|
7954
|
-
400: { value: "#22d3ee" },
|
7955
|
-
500: { value: "#06b6d4" },
|
7956
|
-
600: { value: "#0891b2" },
|
7957
|
-
700: { value: "#0c5c72" },
|
7958
|
-
800: { value: "#134152" },
|
7959
|
-
900: { value: "#072a38" },
|
7960
|
-
950: { value: "#051b24" }
|
7961
|
-
},
|
7962
|
-
indigo: {
|
7963
|
-
50: { value: "#eef2ff" },
|
7964
|
-
100: { value: "#e0e7ff" },
|
7965
|
-
200: { value: "#c7d2fe" },
|
7966
|
-
300: { value: "#a5b4fc" },
|
7967
|
-
400: { value: "#818cf8" },
|
7968
|
-
500: { value: "#6366f1" },
|
7969
|
-
600: { value: "#4f46e5" },
|
7970
|
-
700: { value: "#4338ca" },
|
7971
|
-
800: { value: "#3730a3" },
|
7972
|
-
900: { value: "#312e81" },
|
7973
|
-
950: { value: "#1e1b4b" }
|
7974
|
-
},
|
7975
|
-
purple: {
|
7976
|
-
50: { value: "#faf5ff" },
|
7977
|
-
100: { value: "#f3e8ff" },
|
7978
|
-
200: { value: "#e9d5ff" },
|
7979
|
-
300: { value: "#d8b4fe" },
|
7980
|
-
400: { value: "#c084fc" },
|
7981
|
-
500: { value: "#a855f7" },
|
7982
|
-
600: { value: "#9333ea" },
|
7983
|
-
700: { value: "#641ba3" },
|
7984
|
-
800: { value: "#4a1772" },
|
7985
|
-
900: { value: "#2f0553" },
|
7986
|
-
950: { value: "#1a032e" }
|
7987
|
-
},
|
7988
|
-
pink: {
|
7989
|
-
50: { value: "#fdf2f8" },
|
7990
|
-
100: { value: "#fce7f3" },
|
7991
|
-
200: { value: "#fbcfe8" },
|
7992
|
-
300: { value: "#f9a8d4" },
|
7993
|
-
400: { value: "#f472b6" },
|
7994
|
-
500: { value: "#ec4899" },
|
7995
|
-
600: { value: "#db2777" },
|
7996
|
-
700: { value: "#a41752" },
|
7997
|
-
800: { value: "#6d0e34" },
|
7998
|
-
900: { value: "#45061f" },
|
7999
|
-
950: { value: "#2c0514" }
|
8000
|
-
}
|
8001
|
-
});
|
8002
|
-
|
8003
8030
|
// src/theme/tokens/cursor.ts
|
8004
|
-
import { defineTokens as
|
8005
|
-
var cursor =
|
8031
|
+
import { defineTokens as defineTokens5 } from "@chakra-ui/react";
|
8032
|
+
var cursor = defineTokens5.cursor({
|
8006
8033
|
button: { value: "pointer" },
|
8007
8034
|
checkbox: { value: "default" },
|
8008
8035
|
disabled: { value: "not-allowed" },
|
@@ -8014,8 +8041,8 @@ var cursor = defineTokens6.cursor({
|
|
8014
8041
|
});
|
8015
8042
|
|
8016
8043
|
// src/theme/tokens/durations.ts
|
8017
|
-
import { defineTokens as
|
8018
|
-
var durations =
|
8044
|
+
import { defineTokens as defineTokens6 } from "@chakra-ui/react";
|
8045
|
+
var durations = defineTokens6.durations({
|
8019
8046
|
fastest: { value: "50ms" },
|
8020
8047
|
faster: { value: "100ms" },
|
8021
8048
|
fast: { value: "150ms" },
|
@@ -8026,8 +8053,8 @@ var durations = defineTokens7.durations({
|
|
8026
8053
|
});
|
8027
8054
|
|
8028
8055
|
// src/theme/tokens/easings.ts
|
8029
|
-
import { defineTokens as
|
8030
|
-
var easings =
|
8056
|
+
import { defineTokens as defineTokens7 } from "@chakra-ui/react";
|
8057
|
+
var easings = defineTokens7.easings({
|
8031
8058
|
"ease-in": { value: "cubic-bezier(0.42, 0, 1, 1)" },
|
8032
8059
|
"ease-out": { value: "cubic-bezier(0, 0, 0.58, 1)" },
|
8033
8060
|
"ease-in-out": { value: "cubic-bezier(0.42, 0, 0.58, 1)" },
|
@@ -8037,8 +8064,8 @@ var easings = defineTokens8.easings({
|
|
8037
8064
|
});
|
8038
8065
|
|
8039
8066
|
// src/theme/tokens/font-sizes.ts
|
8040
|
-
import { defineTokens as
|
8041
|
-
var fontSizes =
|
8067
|
+
import { defineTokens as defineTokens8 } from "@chakra-ui/react";
|
8068
|
+
var fontSizes = defineTokens8.fontSizes({
|
8042
8069
|
"2xs": { value: scaleToken("0.65rem") },
|
8043
8070
|
xs: { value: scaleToken("0.725rem") },
|
8044
8071
|
sm: { value: scaleToken("0.875rem") },
|
@@ -8056,8 +8083,8 @@ var fontSizes = defineTokens9.fontSizes({
|
|
8056
8083
|
});
|
8057
8084
|
|
8058
8085
|
// src/theme/tokens/font-weights.ts
|
8059
|
-
import { defineTokens as
|
8060
|
-
var fontWeights =
|
8086
|
+
import { defineTokens as defineTokens9 } from "@chakra-ui/react";
|
8087
|
+
var fontWeights = defineTokens9.fontWeights({
|
8061
8088
|
thin: { value: "100" },
|
8062
8089
|
extralight: { value: "200" },
|
8063
8090
|
light: { value: "300" },
|
@@ -8070,9 +8097,9 @@ var fontWeights = defineTokens10.fontWeights({
|
|
8070
8097
|
});
|
8071
8098
|
|
8072
8099
|
// src/theme/tokens/fonts.ts
|
8073
|
-
import { defineTokens as
|
8100
|
+
import { defineTokens as defineTokens10 } from "@chakra-ui/react";
|
8074
8101
|
var fallback = `-apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"`;
|
8075
|
-
var fonts =
|
8102
|
+
var fonts = defineTokens10.fonts({
|
8076
8103
|
heading: {
|
8077
8104
|
value: `Inter Variable, Inter, ${fallback}`
|
8078
8105
|
},
|
@@ -8244,8 +8271,8 @@ var keyframes = defineKeyframes({
|
|
8244
8271
|
});
|
8245
8272
|
|
8246
8273
|
// src/theme/tokens/letter-spacing.ts
|
8247
|
-
import { defineTokens as
|
8248
|
-
var letterSpacings =
|
8274
|
+
import { defineTokens as defineTokens11 } from "@chakra-ui/react";
|
8275
|
+
var letterSpacings = defineTokens11.letterSpacings({
|
8249
8276
|
tighter: { value: "-0.05em" },
|
8250
8277
|
tight: { value: "-0.025em" },
|
8251
8278
|
wide: { value: "0.025em" },
|
@@ -8254,8 +8281,8 @@ var letterSpacings = defineTokens12.letterSpacings({
|
|
8254
8281
|
});
|
8255
8282
|
|
8256
8283
|
// src/theme/tokens/line-heights.ts
|
8257
|
-
import { defineTokens as
|
8258
|
-
var lineHeights =
|
8284
|
+
import { defineTokens as defineTokens12 } from "@chakra-ui/react";
|
8285
|
+
var lineHeights = defineTokens12.lineHeights({
|
8259
8286
|
shorter: { value: scaleToken("1.25") },
|
8260
8287
|
short: { value: scaleToken("1.375") },
|
8261
8288
|
moderate: { value: scaleToken("1.5") },
|
@@ -8272,8 +8299,8 @@ var lineHeights = defineTokens13.lineHeights({
|
|
8272
8299
|
});
|
8273
8300
|
|
8274
8301
|
// src/theme/tokens/radius.ts
|
8275
|
-
import { defineTokens as
|
8276
|
-
var radii =
|
8302
|
+
import { defineTokens as defineTokens13 } from "@chakra-ui/react";
|
8303
|
+
var radii = defineTokens13.radii({
|
8277
8304
|
"2xs": {
|
8278
8305
|
value: radiusToken("0.0625rem")
|
8279
8306
|
},
|
@@ -8289,11 +8316,11 @@ var radii = defineTokens14.radii({
|
|
8289
8316
|
});
|
8290
8317
|
|
8291
8318
|
// src/theme/tokens/sizes.ts
|
8292
|
-
import { defineTokens as
|
8319
|
+
import { defineTokens as defineTokens15 } from "@chakra-ui/react";
|
8293
8320
|
|
8294
8321
|
// src/theme/tokens/spacing.ts
|
8295
|
-
import { defineTokens as
|
8296
|
-
var spacing =
|
8322
|
+
import { defineTokens as defineTokens14 } from "@chakra-ui/react";
|
8323
|
+
var spacing = defineTokens14.spacing({
|
8297
8324
|
0.5: { value: scaleToken("0.125rem") },
|
8298
8325
|
1: { value: scaleToken("0.25rem") },
|
8299
8326
|
1.5: { value: scaleToken("0.375rem") },
|
@@ -8329,7 +8356,7 @@ var spacing = defineTokens15.spacing({
|
|
8329
8356
|
});
|
8330
8357
|
|
8331
8358
|
// src/theme/tokens/sizes.ts
|
8332
|
-
var largeSizes =
|
8359
|
+
var largeSizes = defineTokens15.sizes({
|
8333
8360
|
"3xs": { value: "14rem" },
|
8334
8361
|
"2xs": { value: "16rem" },
|
8335
8362
|
xs: { value: "20rem" },
|
@@ -8345,7 +8372,7 @@ var largeSizes = defineTokens16.sizes({
|
|
8345
8372
|
"7xl": { value: "80rem" },
|
8346
8373
|
"8xl": { value: "90rem" }
|
8347
8374
|
});
|
8348
|
-
var namedSizes =
|
8375
|
+
var namedSizes = defineTokens15.sizes({
|
8349
8376
|
max: { value: "max-content" },
|
8350
8377
|
min: { value: "min-content" },
|
8351
8378
|
fit: { value: "fit-content" },
|
@@ -8360,7 +8387,7 @@ var namedSizes = defineTokens16.sizes({
|
|
8360
8387
|
vw: { value: "100vw" },
|
8361
8388
|
vh: { value: "100vh" }
|
8362
8389
|
});
|
8363
|
-
var fractionalSizes =
|
8390
|
+
var fractionalSizes = defineTokens15.sizes({
|
8364
8391
|
"1/2": { value: "50%" },
|
8365
8392
|
"1/3": { value: "33.333333%" },
|
8366
8393
|
"2/3": { value: "66.666667%" },
|
@@ -8387,7 +8414,7 @@ var fractionalSizes = defineTokens16.sizes({
|
|
8387
8414
|
"10/12": { value: "83.333333%" },
|
8388
8415
|
"11/12": { value: "91.666667%" }
|
8389
8416
|
});
|
8390
|
-
var sizes =
|
8417
|
+
var sizes = defineTokens15.sizes({
|
8391
8418
|
...largeSizes,
|
8392
8419
|
...spacing,
|
8393
8420
|
...fractionalSizes,
|
@@ -8395,8 +8422,8 @@ var sizes = defineTokens16.sizes({
|
|
8395
8422
|
});
|
8396
8423
|
|
8397
8424
|
// src/theme/tokens/z-indices.ts
|
8398
|
-
import { defineTokens as
|
8399
|
-
var zIndices =
|
8425
|
+
import { defineTokens as defineTokens16 } from "@chakra-ui/react";
|
8426
|
+
var zIndices = defineTokens16.zIndex({
|
8400
8427
|
// Local elements, eg a badge of an avatar.
|
8401
8428
|
"layer-1": {
|
8402
8429
|
value: 1
|
@@ -8480,13 +8507,13 @@ export {
|
|
8480
8507
|
AppShell,
|
8481
8508
|
Avatar,
|
8482
8509
|
AvatarGroup,
|
8483
|
-
|
8510
|
+
breadcrumb_exports as Breadcrumb,
|
8484
8511
|
Button,
|
8485
8512
|
Checkbox,
|
8486
8513
|
CloseButton,
|
8487
8514
|
Command,
|
8488
|
-
|
8489
|
-
|
8515
|
+
namespace_exports as Dialog,
|
8516
|
+
namespace_exports2 as Drawer,
|
8490
8517
|
EmptyState,
|
8491
8518
|
grid_list_exports as GridList,
|
8492
8519
|
IconBadge,
|
@@ -8503,7 +8530,8 @@ export {
|
|
8503
8530
|
Radio,
|
8504
8531
|
RadioGroup,
|
8505
8532
|
SearchInput,
|
8506
|
-
|
8533
|
+
SegmentedControl,
|
8534
|
+
namespace_exports3 as Select,
|
8507
8535
|
sidebar_exports as Sidebar,
|
8508
8536
|
Spinner,
|
8509
8537
|
steps_exports as Steps,
|