@saas-ui/react 3.0.0-alpha.6 → 3.0.0-alpha.8

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.
Files changed (42) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/dist/chunk-7VSTNV2B.js +53 -0
  3. package/dist/{chunk-ZWSZQZ5G.js → chunk-CB52LBJK.js} +1 -3
  4. package/dist/{chunk-F3CVOMG5.js → chunk-CD2JUFI2.js} +81 -10
  5. package/dist/{chunk-GEPWRHHH.js → chunk-H6TFEHY4.js} +1 -3
  6. package/dist/chunk-IFYV7NUJ.js +326 -0
  7. package/dist/{chunk-VF3BV2BY.js → chunk-JGHXJ3PI.js} +22 -7
  8. package/dist/chunk-SKXSBAOS.js +35 -0
  9. package/dist/{chunk-7C3IZBNJ.js → chunk-TT4C5VXB.js} +4 -6
  10. package/dist/components/{breadcrumbs → breadcrumb}/index.cjs +8 -10
  11. package/dist/components/{breadcrumbs → breadcrumb}/index.d.cts +3 -4
  12. package/dist/components/{breadcrumbs → breadcrumb}/index.d.ts +3 -4
  13. package/dist/components/breadcrumb/index.js +8 -0
  14. package/dist/components/dialog/index.cjs +19 -58
  15. package/dist/components/dialog/index.js +1 -2
  16. package/dist/components/drawer/index.cjs +23 -64
  17. package/dist/components/drawer/index.js +1 -2
  18. package/dist/components/loading-overlay/index.cjs +16 -1868
  19. package/dist/components/loading-overlay/index.js +1 -1
  20. package/dist/components/menu/index.cjs +165 -179
  21. package/dist/components/menu/index.d.cts +11 -2
  22. package/dist/components/menu/index.d.ts +11 -2
  23. package/dist/components/menu/index.js +4 -2
  24. package/dist/components/password-input/index.js +1 -2
  25. package/dist/components/segmented-control/index.cjs +58 -0
  26. package/dist/components/segmented-control/index.d.cts +13 -1
  27. package/dist/components/segmented-control/index.d.ts +13 -1
  28. package/dist/components/segmented-control/index.js +7 -1
  29. package/dist/index.cjs +1007 -2653
  30. package/dist/index.d.cts +2 -1
  31. package/dist/index.d.ts +2 -1
  32. package/dist/index.js +278 -393
  33. package/dist/theme/tokens/colors.cjs +349 -0
  34. package/dist/theme/tokens/colors.d.cts +856 -0
  35. package/dist/theme/tokens/colors.d.ts +856 -0
  36. package/dist/theme/tokens/colors.js +8 -0
  37. package/package.json +9 -2
  38. package/dist/chunk-CTOVNZVS.js +0 -1
  39. package/dist/chunk-QMG6HP7Z.js +0 -87
  40. package/dist/chunk-VBIVLREP.js +0 -45
  41. package/dist/chunk-YWJZWB6I.js +0 -1892
  42. package/dist/components/breadcrumbs/index.js +0 -8
package/dist/index.js CHANGED
@@ -1,12 +1,17 @@
1
1
  import {
2
2
  Tooltip
3
3
  } from "./chunk-QSNSWCTM.js";
4
+ import {
5
+ colors
6
+ } from "./chunk-IFYV7NUJ.js";
4
7
  import {
5
8
  SearchInput
6
9
  } from "./chunk-LIYUBUOP.js";
7
- import "./chunk-CTOVNZVS.js";
8
10
  import {
9
- namespace_exports as namespace_exports4
11
+ SegmentedControl
12
+ } from "./chunk-SKXSBAOS.js";
13
+ import {
14
+ namespace_exports as namespace_exports3
10
15
  } from "./chunk-S3CQW7GD.js";
11
16
  import {
12
17
  sidebar_exports,
@@ -27,23 +32,22 @@ import {
27
32
  import {
28
33
  loading_overlay_exports,
29
34
  useLoadingOverlayStyles
30
- } from "./chunk-YWJZWB6I.js";
35
+ } from "./chunk-7VSTNV2B.js";
31
36
  import {
32
37
  Spinner
33
38
  } from "./chunk-32JGENDB.js";
34
39
  import {
35
40
  menu_exports
36
- } from "./chunk-VF3BV2BY.js";
41
+ } from "./chunk-JGHXJ3PI.js";
37
42
  import {
38
43
  navbar_exports
39
44
  } from "./chunk-3Z2C27LI.js";
40
- import {
41
- PasswordInput
42
- } from "./chunk-QMG6HP7Z.js";
43
- import "./chunk-F3CVOMG5.js";
44
45
  import {
45
46
  NumberInput
46
47
  } from "./chunk-ULAJ3JEO.js";
48
+ import {
49
+ PasswordInput
50
+ } from "./chunk-CD2JUFI2.js";
47
51
  import {
48
52
  Persona,
49
53
  PersonaAvatar,
@@ -57,12 +61,11 @@ import {
57
61
  RadioGroup
58
62
  } from "./chunk-WYLMBMAH.js";
59
63
  import {
60
- namespace_exports as namespace_exports2
61
- } from "./chunk-ZWSZQZ5G.js";
64
+ namespace_exports
65
+ } from "./chunk-CB52LBJK.js";
62
66
  import {
63
- namespace_exports as namespace_exports3
64
- } from "./chunk-GEPWRHHH.js";
65
- import "./chunk-VBIVLREP.js";
67
+ namespace_exports as namespace_exports2
68
+ } from "./chunk-H6TFEHY4.js";
66
69
  import {
67
70
  EmptyState
68
71
  } from "./chunk-FJFNGSPL.js";
@@ -86,13 +89,13 @@ import {
86
89
  import {
87
90
  AppShell
88
91
  } from "./chunk-6ZNR6N2K.js";
92
+ import {
93
+ breadcrumb_exports
94
+ } from "./chunk-TT4C5VXB.js";
89
95
  import {
90
96
  Avatar,
91
97
  AvatarGroup
92
98
  } from "./chunk-UCQ3LZIE.js";
93
- import {
94
- namespace_exports
95
- } from "./chunk-7C3IZBNJ.js";
96
99
  import {
97
100
  Button
98
101
  } from "./chunk-BCNPBZZK.js";
@@ -407,6 +410,7 @@ import { defineRecipe } from "@chakra-ui/react";
407
410
  var buttonRecipe = defineRecipe({
408
411
  className: "chakra-button",
409
412
  base: {
413
+ colorPalette: "gray",
410
414
  display: "inline-flex",
411
415
  appearance: "none",
412
416
  alignItems: "center",
@@ -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
- blue: {
1900
+ emerald: {
1777
1901
  contrast: {
1778
1902
  value: { _light: "white", _dark: "white" }
1779
1903
  },
1780
1904
  fg: {
1781
- value: { _light: "{colors.blue.700}", _dark: "{colors.blue.300}" }
1905
+ value: { _light: "{colors.emerald.700}", _dark: "{colors.emerald.300}" }
1782
1906
  },
1783
1907
  muted: {
1784
- value: { _light: "{colors.blue.50}", _dark: "{colors.blue.950}" }
1908
+ value: { _light: "{colors.emerald.50}", _dark: "{colors.emerald.950}" }
1785
1909
  },
1786
1910
  subtle: {
1787
- value: { _light: "{colors.blue.100}", _dark: "{colors.blue.900}" }
1911
+ value: { _light: "{colors.emerald.100}", _dark: "{colors.emerald.900}" }
1788
1912
  },
1789
1913
  emphasized: {
1790
- value: { _light: "{colors.blue.200}", _dark: "{colors.blue.800}" }
1914
+ value: { _light: "{colors.emerald.200}", _dark: "{colors.emerald.800}" }
1791
1915
  },
1792
1916
  solid: {
1793
- value: { _light: "{colors.blue.600}", _dark: "{colors.blue.600}" }
1917
+ value: { _light: "{colors.emerald.600}", _dark: "{colors.emerald.600}" }
1794
1918
  }
1795
1919
  },
1796
- yellow: {
1920
+ teal: {
1797
1921
  contrast: {
1798
- value: { _light: "black", _dark: "black" }
1922
+ value: { _light: "white", _dark: "white" }
1799
1923
  },
1800
1924
  fg: {
1801
- value: { _light: "{colors.yellow.700}", _dark: "{colors.yellow.300}" }
1925
+ value: { _light: "{colors.teal.700}", _dark: "{colors.teal.300}" }
1802
1926
  },
1803
1927
  muted: {
1804
- value: { _light: "{colors.yellow.50}", _dark: "{colors.yellow.950}" }
1928
+ value: { _light: "{colors.teal.50}", _dark: "{colors.teal.950}" }
1805
1929
  },
1806
1930
  subtle: {
1807
- value: { _light: "{colors.yellow.100}", _dark: "{colors.yellow.900}" }
1931
+ value: { _light: "{colors.teal.100}", _dark: "{colors.teal.900}" }
1808
1932
  },
1809
1933
  emphasized: {
1810
- value: { _light: "{colors.yellow.200}", _dark: "{colors.yellow.800}" }
1934
+ value: { _light: "{colors.teal.200}", _dark: "{colors.teal.800}" }
1811
1935
  },
1812
1936
  solid: {
1813
- value: { _light: "{colors.yellow.300}", _dark: "{colors.yellow.300}" }
1937
+ value: { _light: "{colors.teal.600}", _dark: "{colors.teal.600}" }
1814
1938
  }
1815
1939
  },
1816
- teal: {
1940
+ cyan: {
1817
1941
  contrast: {
1818
1942
  value: { _light: "white", _dark: "white" }
1819
1943
  },
1820
1944
  fg: {
1821
- value: { _light: "{colors.teal.700}", _dark: "{colors.teal.300}" }
1945
+ value: { _light: "{colors.cyan.700}", _dark: "{colors.cyan.300}" }
1822
1946
  },
1823
1947
  muted: {
1824
- value: { _light: "{colors.teal.50}", _dark: "{colors.teal.950}" }
1948
+ value: { _light: "{colors.cyan.50}", _dark: "{colors.cyan.950}" }
1825
1949
  },
1826
1950
  subtle: {
1827
- value: { _light: "{colors.teal.100}", _dark: "{colors.teal.900}" }
1951
+ value: { _light: "{colors.cyan.100}", _dark: "{colors.cyan.900}" }
1828
1952
  },
1829
1953
  emphasized: {
1830
- value: { _light: "{colors.teal.200}", _dark: "{colors.teal.800}" }
1954
+ value: { _light: "{colors.cyan.200}", _dark: "{colors.cyan.800}" }
1831
1955
  },
1832
1956
  solid: {
1833
- value: { _light: "{colors.teal.600}", _dark: "{colors.teal.600}" }
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
- cyan: {
2100
+ rose: {
1897
2101
  contrast: {
1898
2102
  value: { _light: "white", _dark: "white" }
1899
2103
  },
1900
2104
  fg: {
1901
- value: { _light: "{colors.cyan.700}", _dark: "{colors.cyan.300}" }
2105
+ value: { _light: "{colors.rose.700}", _dark: "{colors.rose.300}" }
1902
2106
  },
1903
2107
  muted: {
1904
- value: { _light: "{colors.cyan.50}", _dark: "{colors.cyan.950}" }
2108
+ value: { _light: "{colors.rose.50}", _dark: "{colors.rose.950}" }
1905
2109
  },
1906
2110
  subtle: {
1907
- value: { _light: "{colors.cyan.100}", _dark: "{colors.cyan.900}" }
2111
+ value: { _light: "{colors.rose.100}", _dark: "{colors.rose.900}" }
1908
2112
  },
1909
2113
  emphasized: {
1910
- value: { _light: "{colors.cyan.200}", _dark: "{colors.cyan.800}" }
2114
+ value: { _light: "{colors.rose.200}", _dark: "{colors.rose.800}" }
1911
2115
  },
1912
2116
  solid: {
1913
- value: { _light: "{colors.cyan.600}", _dark: "{colors.cyan.600}" }
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,330 +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
- slate: {
8002
- 50: { value: "#f8fafc" },
8003
- 100: { value: "#f1f5f9" },
8004
- 200: { value: "#e2e8f0" },
8005
- 300: { value: "#cbd5e1" },
8006
- 400: { value: "#94a3b8" },
8007
- 500: { value: "#64748b" },
8008
- 600: { value: "#475569" },
8009
- 700: { value: "#334155" },
8010
- 800: { value: "#1e293b" },
8011
- 900: { value: "#0f172a" },
8012
- 950: { value: "#020617" }
8013
- },
8014
- zinc: {
8015
- 50: { value: "#fafafa" },
8016
- 100: { value: "#f4f4f5" },
8017
- 200: { value: "#e4e4e7" },
8018
- 300: { value: "#d4d4d8" },
8019
- 400: { value: "#a1a1aa" },
8020
- 500: { value: "#71717a" },
8021
- 600: { value: "#52525b" },
8022
- 700: { value: "#3f3f46" },
8023
- 800: { value: "#27272a" },
8024
- 900: { value: "#18181b" },
8025
- 950: { value: "#09090b" }
8026
- },
8027
- neutral: {
8028
- 50: { value: "#fafafa" },
8029
- 100: { value: "#f5f5f5" },
8030
- 200: { value: "#e5e5e5" },
8031
- 300: { value: "#d4d4d4" },
8032
- 400: { value: "#a3a3a3" },
8033
- 500: { value: "#737373" },
8034
- 600: { value: "#525252" },
8035
- 700: { value: "#404040" },
8036
- 800: { value: "#262626" },
8037
- 900: { value: "#171717" },
8038
- 950: { value: "#0a0a0a" }
8039
- },
8040
- stone: {
8041
- 50: { value: "#fafaf9" },
8042
- 100: { value: "#f5f5f4" },
8043
- 200: { value: "#e7e5e4" },
8044
- 300: { value: "#d6d3d1" },
8045
- 400: { value: "#a8a29e" },
8046
- 500: { value: "#78716c" },
8047
- 600: { value: "#57534e" },
8048
- 700: { value: "#44403c" },
8049
- 800: { value: "#292524" },
8050
- 900: { value: "#1c1917" },
8051
- 950: { value: "#0c0a09" }
8052
- },
8053
- amber: {
8054
- 50: { value: "#fffbeb" },
8055
- 100: { value: "#fef3c7" },
8056
- 200: { value: "#fde68a" },
8057
- 300: { value: "#fcd34d" },
8058
- 400: { value: "#fbbf24" },
8059
- 500: { value: "#f59e0b" },
8060
- 600: { value: "#d97706" },
8061
- 700: { value: "#b45309" },
8062
- 800: { value: "#92400e" },
8063
- 900: { value: "#78350f" },
8064
- 950: { value: "#451a03" }
8065
- },
8066
- lime: {
8067
- 50: { value: "#f7fee7" },
8068
- 100: { value: "#ecfccb" },
8069
- 200: { value: "#d9f99d" },
8070
- 300: { value: "#bef264" },
8071
- 400: { value: "#a3e635" },
8072
- 500: { value: "#84cc16" },
8073
- 600: { value: "#65a30d" },
8074
- 700: { value: "#4d7c0f" },
8075
- 800: { value: "#3f6212" },
8076
- 900: { value: "#365314" },
8077
- 950: { value: "#1a2e05" }
8078
- },
8079
- emerald: {
8080
- 50: { value: "#ecfdf5" },
8081
- 100: { value: "#d1fae5" },
8082
- 200: { value: "#a7f3d0" },
8083
- 300: { value: "#6ee7b7" },
8084
- 400: { value: "#34d399" },
8085
- 500: { value: "#10b981" },
8086
- 600: { value: "#059669" },
8087
- 700: { value: "#047857" },
8088
- 800: { value: "#065f46" },
8089
- 900: { value: "#064e3b" },
8090
- 950: { value: "#022c22" }
8091
- },
8092
- sky: {
8093
- 50: { value: "#f0f9ff" },
8094
- 100: { value: "#e0f2fe" },
8095
- 200: { value: "#bae6fd" },
8096
- 300: { value: "#7dd3fc" },
8097
- 400: { value: "#38bdf8" },
8098
- 500: { value: "#0ea5e9" },
8099
- 600: { value: "#0284c7" },
8100
- 700: { value: "#0369a1" },
8101
- 800: { value: "#075985" },
8102
- 900: { value: "#0c4a6e" },
8103
- 950: { value: "#082f49" }
8104
- },
8105
- violet: {
8106
- 50: { value: "#f5f3ff" },
8107
- 100: { value: "#ede9fe" },
8108
- 200: { value: "#ddd6fe" },
8109
- 300: { value: "#c4b5fd" },
8110
- 400: { value: "#a78bfa" },
8111
- 500: { value: "#8b5cf6" },
8112
- 600: { value: "#7c3aed" },
8113
- 700: { value: "#6d28d9" },
8114
- 800: { value: "#5b21b6" },
8115
- 900: { value: "#4c1d95" },
8116
- 950: { value: "#2e1065" }
8117
- },
8118
- fuchsia: {
8119
- 50: { value: "#fdf4ff" },
8120
- 100: { value: "#fae8ff" },
8121
- 200: { value: "#f5d0fe" },
8122
- 300: { value: "#f0abfc" },
8123
- 400: { value: "#e879f9" },
8124
- 500: { value: "#d946ef" },
8125
- 600: { value: "#c026d3" },
8126
- 700: { value: "#a21caf" },
8127
- 800: { value: "#86198f" },
8128
- 900: { value: "#701a75" },
8129
- 950: { value: "#4a044e" }
8130
- },
8131
- rose: {
8132
- 50: { value: "#fff1f2" },
8133
- 100: { value: "#ffe4e6" },
8134
- 200: { value: "#fecdd3" },
8135
- 300: { value: "#fda4af" },
8136
- 400: { value: "#fb7185" },
8137
- 500: { value: "#f43f5e" },
8138
- 600: { value: "#e11d48" },
8139
- 700: { value: "#be123c" },
8140
- 800: { value: "#9f1239" },
8141
- 900: { value: "#881337" },
8142
- 950: { value: "#4c0519" }
8143
- }
8144
- });
8145
-
8146
8030
  // src/theme/tokens/cursor.ts
8147
- import { defineTokens as defineTokens6 } from "@chakra-ui/react";
8148
- var cursor = defineTokens6.cursor({
8031
+ import { defineTokens as defineTokens5 } from "@chakra-ui/react";
8032
+ var cursor = defineTokens5.cursor({
8149
8033
  button: { value: "pointer" },
8150
8034
  checkbox: { value: "default" },
8151
8035
  disabled: { value: "not-allowed" },
@@ -8157,8 +8041,8 @@ var cursor = defineTokens6.cursor({
8157
8041
  });
8158
8042
 
8159
8043
  // src/theme/tokens/durations.ts
8160
- import { defineTokens as defineTokens7 } from "@chakra-ui/react";
8161
- var durations = defineTokens7.durations({
8044
+ import { defineTokens as defineTokens6 } from "@chakra-ui/react";
8045
+ var durations = defineTokens6.durations({
8162
8046
  fastest: { value: "50ms" },
8163
8047
  faster: { value: "100ms" },
8164
8048
  fast: { value: "150ms" },
@@ -8169,8 +8053,8 @@ var durations = defineTokens7.durations({
8169
8053
  });
8170
8054
 
8171
8055
  // src/theme/tokens/easings.ts
8172
- import { defineTokens as defineTokens8 } from "@chakra-ui/react";
8173
- var easings = defineTokens8.easings({
8056
+ import { defineTokens as defineTokens7 } from "@chakra-ui/react";
8057
+ var easings = defineTokens7.easings({
8174
8058
  "ease-in": { value: "cubic-bezier(0.42, 0, 1, 1)" },
8175
8059
  "ease-out": { value: "cubic-bezier(0, 0, 0.58, 1)" },
8176
8060
  "ease-in-out": { value: "cubic-bezier(0.42, 0, 0.58, 1)" },
@@ -8180,8 +8064,8 @@ var easings = defineTokens8.easings({
8180
8064
  });
8181
8065
 
8182
8066
  // src/theme/tokens/font-sizes.ts
8183
- import { defineTokens as defineTokens9 } from "@chakra-ui/react";
8184
- var fontSizes = defineTokens9.fontSizes({
8067
+ import { defineTokens as defineTokens8 } from "@chakra-ui/react";
8068
+ var fontSizes = defineTokens8.fontSizes({
8185
8069
  "2xs": { value: scaleToken("0.65rem") },
8186
8070
  xs: { value: scaleToken("0.725rem") },
8187
8071
  sm: { value: scaleToken("0.875rem") },
@@ -8199,8 +8083,8 @@ var fontSizes = defineTokens9.fontSizes({
8199
8083
  });
8200
8084
 
8201
8085
  // src/theme/tokens/font-weights.ts
8202
- import { defineTokens as defineTokens10 } from "@chakra-ui/react";
8203
- var fontWeights = defineTokens10.fontWeights({
8086
+ import { defineTokens as defineTokens9 } from "@chakra-ui/react";
8087
+ var fontWeights = defineTokens9.fontWeights({
8204
8088
  thin: { value: "100" },
8205
8089
  extralight: { value: "200" },
8206
8090
  light: { value: "300" },
@@ -8213,9 +8097,9 @@ var fontWeights = defineTokens10.fontWeights({
8213
8097
  });
8214
8098
 
8215
8099
  // src/theme/tokens/fonts.ts
8216
- import { defineTokens as defineTokens11 } from "@chakra-ui/react";
8100
+ import { defineTokens as defineTokens10 } from "@chakra-ui/react";
8217
8101
  var fallback = `-apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"`;
8218
- var fonts = defineTokens11.fonts({
8102
+ var fonts = defineTokens10.fonts({
8219
8103
  heading: {
8220
8104
  value: `Inter Variable, Inter, ${fallback}`
8221
8105
  },
@@ -8387,8 +8271,8 @@ var keyframes = defineKeyframes({
8387
8271
  });
8388
8272
 
8389
8273
  // src/theme/tokens/letter-spacing.ts
8390
- import { defineTokens as defineTokens12 } from "@chakra-ui/react";
8391
- var letterSpacings = defineTokens12.letterSpacings({
8274
+ import { defineTokens as defineTokens11 } from "@chakra-ui/react";
8275
+ var letterSpacings = defineTokens11.letterSpacings({
8392
8276
  tighter: { value: "-0.05em" },
8393
8277
  tight: { value: "-0.025em" },
8394
8278
  wide: { value: "0.025em" },
@@ -8397,8 +8281,8 @@ var letterSpacings = defineTokens12.letterSpacings({
8397
8281
  });
8398
8282
 
8399
8283
  // src/theme/tokens/line-heights.ts
8400
- import { defineTokens as defineTokens13 } from "@chakra-ui/react";
8401
- var lineHeights = defineTokens13.lineHeights({
8284
+ import { defineTokens as defineTokens12 } from "@chakra-ui/react";
8285
+ var lineHeights = defineTokens12.lineHeights({
8402
8286
  shorter: { value: scaleToken("1.25") },
8403
8287
  short: { value: scaleToken("1.375") },
8404
8288
  moderate: { value: scaleToken("1.5") },
@@ -8415,8 +8299,8 @@ var lineHeights = defineTokens13.lineHeights({
8415
8299
  });
8416
8300
 
8417
8301
  // src/theme/tokens/radius.ts
8418
- import { defineTokens as defineTokens14 } from "@chakra-ui/react";
8419
- var radii = defineTokens14.radii({
8302
+ import { defineTokens as defineTokens13 } from "@chakra-ui/react";
8303
+ var radii = defineTokens13.radii({
8420
8304
  "2xs": {
8421
8305
  value: radiusToken("0.0625rem")
8422
8306
  },
@@ -8432,11 +8316,11 @@ var radii = defineTokens14.radii({
8432
8316
  });
8433
8317
 
8434
8318
  // src/theme/tokens/sizes.ts
8435
- import { defineTokens as defineTokens16 } from "@chakra-ui/react";
8319
+ import { defineTokens as defineTokens15 } from "@chakra-ui/react";
8436
8320
 
8437
8321
  // src/theme/tokens/spacing.ts
8438
- import { defineTokens as defineTokens15 } from "@chakra-ui/react";
8439
- var spacing = defineTokens15.spacing({
8322
+ import { defineTokens as defineTokens14 } from "@chakra-ui/react";
8323
+ var spacing = defineTokens14.spacing({
8440
8324
  0.5: { value: scaleToken("0.125rem") },
8441
8325
  1: { value: scaleToken("0.25rem") },
8442
8326
  1.5: { value: scaleToken("0.375rem") },
@@ -8472,7 +8356,7 @@ var spacing = defineTokens15.spacing({
8472
8356
  });
8473
8357
 
8474
8358
  // src/theme/tokens/sizes.ts
8475
- var largeSizes = defineTokens16.sizes({
8359
+ var largeSizes = defineTokens15.sizes({
8476
8360
  "3xs": { value: "14rem" },
8477
8361
  "2xs": { value: "16rem" },
8478
8362
  xs: { value: "20rem" },
@@ -8488,7 +8372,7 @@ var largeSizes = defineTokens16.sizes({
8488
8372
  "7xl": { value: "80rem" },
8489
8373
  "8xl": { value: "90rem" }
8490
8374
  });
8491
- var namedSizes = defineTokens16.sizes({
8375
+ var namedSizes = defineTokens15.sizes({
8492
8376
  max: { value: "max-content" },
8493
8377
  min: { value: "min-content" },
8494
8378
  fit: { value: "fit-content" },
@@ -8503,7 +8387,7 @@ var namedSizes = defineTokens16.sizes({
8503
8387
  vw: { value: "100vw" },
8504
8388
  vh: { value: "100vh" }
8505
8389
  });
8506
- var fractionalSizes = defineTokens16.sizes({
8390
+ var fractionalSizes = defineTokens15.sizes({
8507
8391
  "1/2": { value: "50%" },
8508
8392
  "1/3": { value: "33.333333%" },
8509
8393
  "2/3": { value: "66.666667%" },
@@ -8530,7 +8414,7 @@ var fractionalSizes = defineTokens16.sizes({
8530
8414
  "10/12": { value: "83.333333%" },
8531
8415
  "11/12": { value: "91.666667%" }
8532
8416
  });
8533
- var sizes = defineTokens16.sizes({
8417
+ var sizes = defineTokens15.sizes({
8534
8418
  ...largeSizes,
8535
8419
  ...spacing,
8536
8420
  ...fractionalSizes,
@@ -8538,8 +8422,8 @@ var sizes = defineTokens16.sizes({
8538
8422
  });
8539
8423
 
8540
8424
  // src/theme/tokens/z-indices.ts
8541
- import { defineTokens as defineTokens17 } from "@chakra-ui/react";
8542
- var zIndices = defineTokens17.zIndex({
8425
+ import { defineTokens as defineTokens16 } from "@chakra-ui/react";
8426
+ var zIndices = defineTokens16.zIndex({
8543
8427
  // Local elements, eg a badge of an avatar.
8544
8428
  "layer-1": {
8545
8429
  value: 1
@@ -8623,13 +8507,13 @@ export {
8623
8507
  AppShell,
8624
8508
  Avatar,
8625
8509
  AvatarGroup,
8626
- namespace_exports as Breadcrumb,
8510
+ breadcrumb_exports as Breadcrumb,
8627
8511
  Button,
8628
8512
  Checkbox,
8629
8513
  CloseButton,
8630
8514
  Command,
8631
- namespace_exports2 as Dialog,
8632
- namespace_exports3 as Drawer,
8515
+ namespace_exports as Dialog,
8516
+ namespace_exports2 as Drawer,
8633
8517
  EmptyState,
8634
8518
  grid_list_exports as GridList,
8635
8519
  IconBadge,
@@ -8646,7 +8530,8 @@ export {
8646
8530
  Radio,
8647
8531
  RadioGroup,
8648
8532
  SearchInput,
8649
- namespace_exports4 as Select,
8533
+ SegmentedControl,
8534
+ namespace_exports3 as Select,
8650
8535
  sidebar_exports as Sidebar,
8651
8536
  Spinner,
8652
8537
  steps_exports as Steps,