@saas-ui/react 3.0.0-alpha.3 → 3.0.0-alpha.31

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 (208) hide show
  1. package/CHANGELOG.md +410 -1
  2. package/dist/chunk-2EUACKRH.js +26 -0
  3. package/dist/chunk-32DD6PHF.js +63 -0
  4. package/dist/chunk-3JZ42NYM.js +100 -0
  5. package/dist/chunk-3MO37LYW.js +326 -0
  6. package/dist/chunk-46ISJZBS.js +119 -0
  7. package/dist/{chunk-VDXTEASE.js → chunk-4TPVIHNO.js} +10 -1
  8. package/dist/chunk-52XM5VXJ.js +9 -0
  9. package/dist/chunk-5MTFSSOH.js +16 -0
  10. package/dist/chunk-6YZ76Q2W.js +8 -0
  11. package/dist/chunk-6ZNR6N2K.js +45 -0
  12. package/dist/chunk-CQD32UVJ.js +8 -0
  13. package/dist/chunk-GRUMUCSL.js +109 -0
  14. package/dist/chunk-GWC5GCMW.js +177 -0
  15. package/dist/chunk-I2RXEKTB.js +38 -0
  16. package/dist/chunk-IEWHAXXU.js +28 -0
  17. package/dist/chunk-IGT224EZ.js +56 -0
  18. package/dist/chunk-INV6RT5B.js +8 -0
  19. package/dist/chunk-IVLUAUU5.js +10 -0
  20. package/dist/chunk-JMYI6YXR.js +1 -0
  21. package/dist/chunk-JO4WJVYO.js +43 -0
  22. package/dist/chunk-K2SPPLAY.js +231 -0
  23. package/dist/chunk-KE5AC3TZ.js +63 -0
  24. package/dist/chunk-KFXNVUEZ.js +102 -0
  25. package/dist/chunk-L356FPLY.js +20 -0
  26. package/dist/chunk-LTVFG6UC.js +54 -0
  27. package/dist/chunk-MLJN6IOJ.js +96 -0
  28. package/dist/chunk-MS2ELLDY.js +26 -0
  29. package/dist/chunk-NGGISORT.js +29 -0
  30. package/dist/chunk-NGSHWY7E.js +27 -0
  31. package/dist/chunk-NSD5HRIP.js +46 -0
  32. package/dist/chunk-Q6SNJJO2.js +63 -0
  33. package/dist/chunk-QSNSWCTM.js +32 -0
  34. package/dist/chunk-RLIAFHVM.js +66 -0
  35. package/dist/chunk-S5J6REMC.js +40 -0
  36. package/dist/chunk-SA3OGTOO.js +23 -0
  37. package/dist/chunk-SKXSBAOS.js +35 -0
  38. package/dist/{components/breadcrumbs/index.js → chunk-TT4C5VXB.js} +6 -7
  39. package/dist/chunk-TZBAM4AD.js +20 -0
  40. package/dist/chunk-U23VDAWJ.js +143 -0
  41. package/dist/chunk-UASXI64E.js +34 -0
  42. package/dist/chunk-VZG7EJ64.js +70 -0
  43. package/dist/chunk-WYLMBMAH.js +22 -0
  44. package/dist/chunk-YHQ5JGCC.js +1 -0
  45. package/dist/chunk-YKSY7UOM.js +20 -0
  46. package/dist/{chunk-FZW2DYK3.js → chunk-YXGJOOMM.js} +1 -1
  47. package/dist/components/app-shell/index.cjs +1 -1
  48. package/dist/components/app-shell/index.d.cts +1 -1
  49. package/dist/components/app-shell/index.d.ts +1 -1
  50. package/dist/components/app-shell/index.js +3 -40
  51. package/dist/components/avatar/index.cjs +69 -0
  52. package/dist/components/avatar/index.d.cts +18 -0
  53. package/dist/components/avatar/index.d.ts +18 -0
  54. package/dist/components/avatar/index.js +11 -0
  55. package/dist/components/badge/index.cjs +31 -0
  56. package/dist/components/badge/index.d.cts +7 -0
  57. package/dist/components/badge/index.d.ts +7 -0
  58. package/dist/components/badge/index.js +8 -0
  59. package/dist/components/{breadcrumbs → breadcrumb}/index.cjs +8 -10
  60. package/dist/components/{breadcrumbs → breadcrumb}/index.d.cts +3 -4
  61. package/dist/components/{breadcrumbs → breadcrumb}/index.d.ts +3 -4
  62. package/dist/components/breadcrumb/index.js +8 -0
  63. package/dist/components/button/index.cjs +8 -26
  64. package/dist/components/button/index.js +3 -40
  65. package/dist/components/card/index.cjs +31 -0
  66. package/dist/components/card/index.d.cts +1 -0
  67. package/dist/components/card/index.d.ts +1 -0
  68. package/dist/components/card/index.js +8 -0
  69. package/dist/components/checkbox/index.js +3 -15
  70. package/dist/components/close-button/index.cjs +8 -0
  71. package/dist/components/close-button/index.js +3 -2
  72. package/dist/components/command/index.cjs +13 -13
  73. package/dist/components/command/index.d.cts +28 -2
  74. package/dist/components/command/index.d.ts +28 -2
  75. package/dist/components/command/index.js +3 -28
  76. package/dist/components/data-list/index.cjs +33 -0
  77. package/dist/components/data-list/index.d.cts +1 -0
  78. package/dist/components/data-list/index.d.ts +1 -0
  79. package/dist/components/data-list/index.js +10 -0
  80. package/dist/components/dialog/index.cjs +51 -90
  81. package/dist/components/dialog/index.d.cts +35 -16
  82. package/dist/components/dialog/index.d.ts +35 -16
  83. package/dist/components/dialog/index.js +7 -69
  84. package/dist/components/drawer/index.cjs +55 -97
  85. package/dist/components/drawer/index.d.cts +34 -18
  86. package/dist/components/drawer/index.d.ts +34 -18
  87. package/dist/components/drawer/index.js +7 -61
  88. package/dist/components/empty-state/index.cjs +50 -0
  89. package/dist/components/empty-state/index.d.cts +11 -0
  90. package/dist/components/empty-state/index.d.ts +11 -0
  91. package/dist/components/empty-state/index.js +8 -0
  92. package/dist/components/file-upload/index.cjs +254 -0
  93. package/dist/components/file-upload/index.d.cts +43 -0
  94. package/dist/components/file-upload/index.d.ts +43 -0
  95. package/dist/components/file-upload/index.js +10 -0
  96. package/dist/components/grid-list/index.cjs +68 -0
  97. package/dist/components/grid-list/index.d.cts +84 -0
  98. package/dist/components/grid-list/index.d.ts +84 -0
  99. package/dist/components/grid-list/index.js +8 -0
  100. package/dist/components/icon-badge/index.cjs +1 -1
  101. package/dist/components/icon-badge/index.d.cts +1 -1
  102. package/dist/components/icon-badge/index.d.ts +1 -1
  103. package/dist/components/icon-badge/index.js +3 -33
  104. package/dist/components/icon-button/index.cjs +67 -0
  105. package/dist/components/icon-button/index.d.cts +9 -0
  106. package/dist/components/icon-button/index.d.ts +9 -0
  107. package/dist/components/icon-button/index.js +9 -0
  108. package/dist/components/icons/index.cjs +10 -0
  109. package/dist/components/icons/index.d.cts +2 -1
  110. package/dist/components/icons/index.d.ts +2 -1
  111. package/dist/components/icons/index.js +3 -1
  112. package/dist/components/input/index.cjs +37 -0
  113. package/dist/components/input/index.d.cts +1 -0
  114. package/dist/components/input/index.d.ts +1 -0
  115. package/dist/components/input/index.js +14 -0
  116. package/dist/components/link/index.js +3 -14
  117. package/dist/components/loading-overlay/index.cjs +44 -1878
  118. package/dist/components/loading-overlay/index.d.cts +19 -6
  119. package/dist/components/loading-overlay/index.d.ts +19 -6
  120. package/dist/components/loading-overlay/index.js +7 -1874
  121. package/dist/components/menu/index.cjs +239 -0
  122. package/dist/components/menu/index.d.cts +39 -0
  123. package/dist/components/menu/index.d.ts +39 -0
  124. package/dist/components/menu/index.js +11 -0
  125. package/dist/components/navbar/index.cjs +61 -15
  126. package/dist/components/navbar/index.d.cts +12 -9
  127. package/dist/components/navbar/index.d.ts +12 -9
  128. package/dist/components/navbar/index.js +5 -38
  129. package/dist/components/number-input/index.cjs +9 -1
  130. package/dist/components/number-input/index.js +3 -26
  131. package/dist/components/pagination/index.cjs +215 -0
  132. package/dist/components/pagination/index.d.cts +41 -0
  133. package/dist/components/pagination/index.d.ts +41 -0
  134. package/dist/components/pagination/index.js +9 -0
  135. package/dist/components/password-input/index.cjs +2 -2
  136. package/dist/components/password-input/index.js +3 -225
  137. package/dist/components/persona/index.cjs +101 -36
  138. package/dist/components/persona/index.d.cts +131 -5
  139. package/dist/components/persona/index.d.ts +131 -5
  140. package/dist/components/persona/index.js +8 -144
  141. package/dist/components/pin-input/index.js +3 -21
  142. package/dist/components/popover/index.cjs +214 -0
  143. package/dist/components/popover/index.d.cts +37 -0
  144. package/dist/components/popover/index.d.ts +37 -0
  145. package/dist/components/popover/index.js +11 -0
  146. package/dist/components/progress/index.cjs +31 -0
  147. package/dist/components/progress/index.d.cts +1 -0
  148. package/dist/components/progress/index.d.ts +1 -0
  149. package/dist/components/progress/index.js +8 -0
  150. package/dist/components/progress-circle/index.cjs +31 -0
  151. package/dist/components/progress-circle/index.d.cts +1 -0
  152. package/dist/components/progress-circle/index.d.ts +1 -0
  153. package/dist/components/progress-circle/index.js +8 -0
  154. package/dist/components/radio/index.js +4 -16
  155. package/dist/components/search-input/index.cjs +8 -0
  156. package/dist/components/search-input/index.js +4 -114
  157. package/dist/components/segmented-control/index.cjs +60 -0
  158. package/dist/components/segmented-control/index.d.cts +14 -0
  159. package/dist/components/segmented-control/index.d.ts +14 -0
  160. package/dist/components/segmented-control/index.js +8 -0
  161. package/dist/components/select/index.cjs +8 -0
  162. package/dist/components/select/index.js +6 -95
  163. package/dist/components/sidebar/index.cjs +66 -32
  164. package/dist/components/sidebar/index.d.cts +30 -25
  165. package/dist/components/sidebar/index.d.ts +30 -25
  166. package/dist/components/sidebar/index.js +7 -101
  167. package/dist/components/status/index.cjs +45 -0
  168. package/dist/components/status/index.d.cts +17 -0
  169. package/dist/components/status/index.d.ts +17 -0
  170. package/dist/components/status/index.js +8 -0
  171. package/dist/components/steps/index.cjs +17 -10
  172. package/dist/components/steps/index.d.cts +4 -4
  173. package/dist/components/steps/index.d.ts +4 -4
  174. package/dist/components/steps/index.js +6 -67
  175. package/dist/components/switch/index.js +3 -18
  176. package/dist/components/tabs/index.cjs +35 -0
  177. package/dist/components/tabs/index.d.cts +1 -0
  178. package/dist/components/tabs/index.d.ts +1 -0
  179. package/dist/components/tabs/index.js +12 -0
  180. package/dist/components/tag/index.cjs +53 -0
  181. package/dist/components/tag/index.d.cts +12 -0
  182. package/dist/components/tag/index.d.ts +12 -0
  183. package/dist/components/tag/index.js +8 -0
  184. package/dist/components/textarea/index.cjs +31 -0
  185. package/dist/components/textarea/index.d.cts +1 -0
  186. package/dist/components/textarea/index.d.ts +1 -0
  187. package/dist/components/textarea/index.js +8 -0
  188. package/dist/components/toaster/index.cjs +204 -0
  189. package/dist/components/toaster/index.d.cts +11 -0
  190. package/dist/components/toaster/index.d.ts +11 -0
  191. package/dist/components/toaster/index.js +12 -0
  192. package/dist/components/tooltip/index.cjs +57 -0
  193. package/dist/components/tooltip/index.d.cts +14 -0
  194. package/dist/components/tooltip/index.d.ts +14 -0
  195. package/dist/components/tooltip/index.js +8 -0
  196. package/dist/index.cjs +8618 -5735
  197. package/dist/index.d.cts +50 -2
  198. package/dist/index.d.ts +50 -2
  199. package/dist/index.js +5733 -5021
  200. package/dist/theme/tokens/colors.cjs +349 -0
  201. package/dist/theme/tokens/colors.d.cts +856 -0
  202. package/dist/theme/tokens/colors.d.ts +856 -0
  203. package/dist/theme/tokens/colors.js +8 -0
  204. package/dist/types-DnFoUudY.d.cts +10 -0
  205. package/dist/types-DnFoUudY.d.ts +10 -0
  206. package/package.json +11 -4
  207. package/dist/chunk-VBIVLREP.js +0 -45
  208. /package/dist/{chunk-KHRLZUV4.js → chunk-O2WVT2BP.js} +0 -0
@@ -0,0 +1,326 @@
1
+ 'use client'
2
+
3
+ // src/theme/tokens/colors.ts
4
+ import { defineTokens } from "@chakra-ui/react";
5
+ var colors = defineTokens.colors({
6
+ transparent: { value: "transparent" },
7
+ current: { value: "currentColor" },
8
+ black: { value: "oklch(0.07 0 0)" },
9
+ white: { value: "oklch(1 0 0)" },
10
+ whiteAlpha: {
11
+ 50: { value: "oklch(1 0 0 / 0.04)" },
12
+ 100: { value: "oklch(1 0 0 / 0.06)" },
13
+ 200: { value: "oklch(1 0 0 / 0.08)" },
14
+ 300: { value: "oklch(1 0 0 / 0.16)" },
15
+ 400: { value: "oklch(1 0 0 / 0.24)" },
16
+ 500: { value: "oklch(1 0 0 / 0.36)" },
17
+ 600: { value: "oklch(1 0 0 / 0.48)" },
18
+ 700: { value: "oklch(1 0 0 / 0.64)" },
19
+ 800: { value: "oklch(1 0 0 / 0.80)" },
20
+ 900: { value: "oklch(1 0 0 / 0.92)" },
21
+ 950: { value: "oklch(1 0 0 / 0.95)" }
22
+ },
23
+ blackAlpha: {
24
+ 50: { value: "oklch(0 0 0 / 0.04)" },
25
+ 100: { value: "oklch(0 0 0 / 0.06)" },
26
+ 200: { value: "oklch(0 0 0 / 0.08)" },
27
+ 300: { value: "oklch(0 0 0 / 0.16)" },
28
+ 400: { value: "oklch(0 0 0 / 0.24)" },
29
+ 500: { value: "oklch(0 0 0 / 0.36)" },
30
+ 600: { value: "oklch(0 0 0 / 0.48)" },
31
+ 700: { value: "oklch(0 0 0 / 0.64)" },
32
+ 800: { value: "oklch(0 0 0 / 0.80)" },
33
+ 900: { value: "oklch(0 0 0 / 0.92)" },
34
+ 950: { value: "oklch(0 0 0 / 0.95)" }
35
+ },
36
+ slate: {
37
+ 50: { value: "oklch(0.984 0.003 247.858)" },
38
+ 100: { value: "oklch(0.968 0.007 247.896)" },
39
+ 200: { value: "oklch(0.929 0.013 255.508)" },
40
+ 300: { value: "oklch(0.869 0.022 252.894)" },
41
+ 400: { value: "oklch(0.704 0.04 256.788)" },
42
+ 500: { value: "oklch(0.554 0.046 257.417)" },
43
+ 600: { value: "oklch(0.446 0.043 257.281)" },
44
+ 700: { value: "oklch(0.372 0.044 257.287)" },
45
+ 800: { value: "oklch(0.279 0.041 260.031)" },
46
+ 900: { value: "oklch(0.208 0.042 265.755)" },
47
+ 950: { value: "oklch(0.129 0.042 264.695)" }
48
+ },
49
+ gray: {
50
+ 50: { value: "oklch(0.985 0.002 247.839)" },
51
+ 100: { value: "oklch(0.967 0.003 264.542)" },
52
+ 200: { value: "oklch(0.928 0.006 264.531)" },
53
+ 300: { value: "oklch(0.872 0.01 258.338)" },
54
+ 400: { value: "oklch(0.707 0.022 261.325)" },
55
+ 500: { value: "oklch(0.551 0.027 264.364)" },
56
+ 600: { value: "oklch(0.446 0.03 256.802)" },
57
+ 700: { value: "oklch(0.373 0.034 259.733)" },
58
+ 800: { value: "oklch(0.278 0.033 256.848)" },
59
+ 900: { value: "oklch(0.21 0.034 264.665)" },
60
+ 950: { value: "oklch(0.13 0.028 261.692)" }
61
+ },
62
+ zinc: {
63
+ 50: { value: "oklch(0.985 0 0)" },
64
+ 100: { value: "oklch(0.967 0.001 286.375)" },
65
+ 200: { value: "oklch(0.92 0.004 286.32)" },
66
+ 300: { value: "oklch(0.871 0.006 286.286)" },
67
+ 400: { value: "oklch(0.705 0.015 286.067)" },
68
+ 500: { value: "oklch(0.552 0.016 285.938)" },
69
+ 600: { value: "oklch(0.442 0.017 285.786)" },
70
+ 700: { value: "oklch(0.37 0.013 285.805)" },
71
+ 800: { value: "oklch(0.274 0.006 286.033)" },
72
+ 900: { value: "oklch(0.21 0.006 285.885)" },
73
+ 950: { value: "oklch(0.141 0.005 285.823)" }
74
+ },
75
+ neutral: {
76
+ 50: { value: "oklch(0.985 0 0)" },
77
+ 100: { value: "oklch(0.97 0 0)" },
78
+ 200: { value: "oklch(0.922 0 0)" },
79
+ 300: { value: "oklch(0.87 0 0)" },
80
+ 400: { value: "oklch(0.708 0 0)" },
81
+ 500: { value: "oklch(0.556 0 0)" },
82
+ 600: { value: "oklch(0.439 0 0)" },
83
+ 700: { value: "oklch(0.371 0 0)" },
84
+ 800: { value: "oklch(0.269 0 0)" },
85
+ 900: { value: "oklch(0.205 0 0)" },
86
+ 950: { value: "oklch(0.145 0 0)" }
87
+ },
88
+ stone: {
89
+ 50: { value: "oklch(0.985 0.001 106.423)" },
90
+ 100: { value: "oklch(0.97 0.001 106.424)" },
91
+ 200: { value: "oklch(0.923 0.003 48.717)" },
92
+ 300: { value: "oklch(0.869 0.005 56.366)" },
93
+ 400: { value: "oklch(0.709 0.01 56.259)" },
94
+ 500: { value: "oklch(0.553 0.013 58.071)" },
95
+ 600: { value: "oklch(0.444 0.011 73.639)" },
96
+ 700: { value: "oklch(0.374 0.01 67.558)" },
97
+ 800: { value: "oklch(0.268 0.007 34.298)" },
98
+ 900: { value: "oklch(0.216 0.006 56.043)" },
99
+ 950: { value: "oklch(0.147 0.004 49.25)" }
100
+ },
101
+ red: {
102
+ 50: { value: "oklch(0.971 0.013 17.38)" },
103
+ 100: { value: "oklch(0.936 0.032 17.717)" },
104
+ 200: { value: "oklch(0.885 0.062 18.334)" },
105
+ 300: { value: "oklch(0.808 0.114 19.571)" },
106
+ 400: { value: "oklch(0.704 0.191 22.216)" },
107
+ 500: { value: "oklch(0.637 0.237 25.331)" },
108
+ 600: { value: "oklch(0.577 0.245 27.325)" },
109
+ 700: { value: "oklch(0.505 0.213 27.518)" },
110
+ 800: { value: "oklch(0.444 0.177 26.899)" },
111
+ 900: { value: "oklch(0.396 0.141 25.723)" },
112
+ 950: { value: "oklch(0.258 0.092 26.042)" }
113
+ },
114
+ orange: {
115
+ 50: { value: "oklch(0.98 0.016 73.684)" },
116
+ 100: { value: "oklch(0.954 0.038 75.164)" },
117
+ 200: { value: "oklch(0.901 0.076 70.697)" },
118
+ 300: { value: "oklch(0.837 0.128 66.29)" },
119
+ 400: { value: "oklch(0.75 0.183 55.934)" },
120
+ 500: { value: "oklch(0.705 0.213 47.604)" },
121
+ 600: { value: "oklch(0.646 0.222 41.116)" },
122
+ 700: { value: "oklch(0.553 0.195 38.402)" },
123
+ 800: { value: "oklch(0.47 0.157 37.304)" },
124
+ 900: { value: "oklch(0.408 0.123 38.172)" },
125
+ 950: { value: "oklch(0.266 0.079 36.259)" }
126
+ },
127
+ amber: {
128
+ 50: { value: "oklch(0.987 0.022 95.277)" },
129
+ 100: { value: "oklch(0.962 0.059 95.617)" },
130
+ 200: { value: "oklch(0.924 0.12 95.746)" },
131
+ 300: { value: "oklch(0.879 0.169 91.605)" },
132
+ 400: { value: "oklch(0.828 0.189 84.429)" },
133
+ 500: { value: "oklch(0.769 0.188 70.08)" },
134
+ 600: { value: "oklch(0.666 0.179 58.318)" },
135
+ 700: { value: "oklch(0.555 0.163 48.998)" },
136
+ 800: { value: "oklch(0.473 0.137 46.201)" },
137
+ 900: { value: "oklch(0.414 0.112 45.904)" },
138
+ 950: { value: "oklch(0.279 0.077 45.635)" }
139
+ },
140
+ yellow: {
141
+ 50: { value: "oklch(0.987 0.026 102.212)" },
142
+ 100: { value: "oklch(0.973 0.071 103.193)" },
143
+ 200: { value: "oklch(0.945 0.129 101.54)" },
144
+ 300: { value: "oklch(0.897 0.182 98.111)" },
145
+ 400: { value: "oklch(0.854 0.184 96.404)" },
146
+ 500: { value: "oklch(0.795 0.180 86.047)" },
147
+ 600: { value: "oklch(0.681 0.162 75.834)" },
148
+ 700: { value: "oklch(0.554 0.135 66.442)" },
149
+ 800: { value: "oklch(0.476 0.114 61.907)" },
150
+ 900: { value: "oklch(0.421 0.095 57.708)" },
151
+ 950: { value: "oklch(0.286 0.066 53.813)" }
152
+ },
153
+ lime: {
154
+ 50: { value: "oklch(0.986 0.031 120.757)" },
155
+ 100: { value: "oklch(0.967 0.067 122.328)" },
156
+ 200: { value: "oklch(0.938 0.127 124.321)" },
157
+ 300: { value: "oklch(0.897 0.196 126.665)" },
158
+ 400: { value: "oklch(0.841 0.238 128.85)" },
159
+ 500: { value: "oklch(0.768 0.233 130.85)" },
160
+ 600: { value: "oklch(0.648 0.2 131.684)" },
161
+ 700: { value: "oklch(0.532 0.157 131.589)" },
162
+ 800: { value: "oklch(0.453 0.124 130.933)" },
163
+ 900: { value: "oklch(0.405 0.101 131.063)" },
164
+ 950: { value: "oklch(0.274 0.072 132.109)" }
165
+ },
166
+ green: {
167
+ 50: { value: "oklch(0.982 0.018 155.826)" },
168
+ 100: { value: "oklch(0.962 0.044 156.743)" },
169
+ 200: { value: "oklch(0.925 0.084 155.995)" },
170
+ 300: { value: "oklch(0.871 0.15 154.449)" },
171
+ 400: { value: "oklch(0.792 0.209 151.711)" },
172
+ 500: { value: "oklch(0.723 0.219 149.579)" },
173
+ 600: { value: "oklch(0.627 0.194 149.214)" },
174
+ 700: { value: "oklch(0.527 0.154 150.069)" },
175
+ 800: { value: "oklch(0.448 0.119 151.328)" },
176
+ 900: { value: "oklch(0.393 0.095 152.535)" },
177
+ 950: { value: "oklch(0.266 0.065 152.934)" }
178
+ },
179
+ emerald: {
180
+ 50: { value: "oklch(0.979 0.021 166.113)" },
181
+ 100: { value: "oklch(0.95 0.052 163.051)" },
182
+ 200: { value: "oklch(0.905 0.093 164.15)" },
183
+ 300: { value: "oklch(0.845 0.143 164.978)" },
184
+ 400: { value: "oklch(0.765 0.177 163.223)" },
185
+ 500: { value: "oklch(0.696 0.17 162.48)" },
186
+ 600: { value: "oklch(0.596 0.145 163.225)" },
187
+ 700: { value: "oklch(0.508 0.118 165.612)" },
188
+ 800: { value: "oklch(0.432 0.095 166.913)" },
189
+ 900: { value: "oklch(0.378 0.077 168.94)" },
190
+ 950: { value: "oklch(0.262 0.051 172.552)" }
191
+ },
192
+ teal: {
193
+ 50: { value: "oklch(0.984 0.014 180.72)" },
194
+ 100: { value: "oklch(0.953 0.051 180.801)" },
195
+ 200: { value: "oklch(0.91 0.096 180.426)" },
196
+ 300: { value: "oklch(0.855 0.138 181.071)" },
197
+ 400: { value: "oklch(0.777 0.152 181.912)" },
198
+ 500: { value: "oklch(0.704 0.14 182.503)" },
199
+ 600: { value: "oklch(0.6 0.118 184.704)" },
200
+ 700: { value: "oklch(0.511 0.096 186.391)" },
201
+ 800: { value: "oklch(0.437 0.078 188.216)" },
202
+ 900: { value: "oklch(0.386 0.063 188.416)" },
203
+ 950: { value: "oklch(0.277 0.046 192.524)" }
204
+ },
205
+ cyan: {
206
+ 50: { value: "oklch(0.984 0.019 200.873)" },
207
+ 100: { value: "oklch(0.956 0.045 203.388)" },
208
+ 200: { value: "oklch(0.917 0.08 205.041)" },
209
+ 300: { value: "oklch(0.865 0.127 207.078)" },
210
+ 400: { value: "oklch(0.789 0.154 211.53)" },
211
+ 500: { value: "oklch(0.715 0.143 215.221)" },
212
+ 600: { value: "oklch(0.609 0.126 221.723)" },
213
+ 700: { value: "oklch(0.52 0.105 223.128)" },
214
+ 800: { value: "oklch(0.45 0.085 224.283)" },
215
+ 900: { value: "oklch(0.398 0.07 227.392)" },
216
+ 950: { value: "oklch(0.302 0.056 229.695)" }
217
+ },
218
+ sky: {
219
+ 50: { value: "oklch(0.977 0.013 236.62)" },
220
+ 100: { value: "oklch(0.951 0.026 236.824)" },
221
+ 200: { value: "oklch(0.901 0.058 230.902)" },
222
+ 300: { value: "oklch(0.828 0.111 230.318)" },
223
+ 400: { value: "oklch(0.746 0.16 232.661)" },
224
+ 500: { value: "oklch(0.685 0.169 237.323)" },
225
+ 600: { value: "oklch(0.588 0.158 241.966)" },
226
+ 700: { value: "oklch(0.5 0.134 242.749)" },
227
+ 800: { value: "oklch(0.443 0.11 240.79)" },
228
+ 900: { value: "oklch(0.391 0.09 240.876)" },
229
+ 950: { value: "oklch(0.293 0.066 243.157)" }
230
+ },
231
+ blue: {
232
+ 50: { value: "oklch(0.97 0.014 254.604)" },
233
+ 100: { value: "oklch(0.932 0.032 255.585)" },
234
+ 200: { value: "oklch(0.882 0.059 254.128)" },
235
+ 300: { value: "oklch(0.809 0.105 251.813)" },
236
+ 400: { value: "oklch(0.707 0.165 254.624)" },
237
+ 500: { value: "oklch(0.623 0.214 259.815)" },
238
+ 600: { value: "oklch(0.546 0.245 262.881)" },
239
+ 700: { value: "oklch(0.488 0.243 264.376)" },
240
+ 800: { value: "oklch(0.424 0.199 265.638)" },
241
+ 900: { value: "oklch(0.379 0.146 265.522)" },
242
+ 950: { value: "oklch(0.282 0.091 267.935)" }
243
+ },
244
+ indigo: {
245
+ 50: { value: "oklch(0.962 0.018 272.314)" },
246
+ 100: { value: "oklch(0.93 0.034 272.788)" },
247
+ 200: { value: "oklch(0.87 0.065 274.039)" },
248
+ 300: { value: "oklch(0.785 0.115 274.713)" },
249
+ 400: { value: "oklch(0.673 0.182 276.935)" },
250
+ 500: { value: "oklch(0.585 0.233 277.117)" },
251
+ 600: { value: "oklch(0.511 0.262 276.966)" },
252
+ 700: { value: "oklch(0.457 0.24 277.023)" },
253
+ 800: { value: "oklch(0.398 0.195 277.366)" },
254
+ 900: { value: "oklch(0.359 0.144 278.697)" },
255
+ 950: { value: "oklch(0.257 0.09 281.288)" }
256
+ },
257
+ violet: {
258
+ 50: { value: "oklch(0.969 0.016 293.756)" },
259
+ 100: { value: "oklch(0.943 0.029 294.588)" },
260
+ 200: { value: "oklch(0.894 0.057 293.283)" },
261
+ 300: { value: "oklch(0.811 0.111 293.571)" },
262
+ 400: { value: "oklch(0.702 0.183 293.541)" },
263
+ 500: { value: "oklch(0.606 0.25 292.717)" },
264
+ 600: { value: "oklch(0.541 0.281 293.009)" },
265
+ 700: { value: "oklch(0.491 0.27 292.581)" },
266
+ 800: { value: "oklch(0.432 0.232 292.759)" },
267
+ 900: { value: "oklch(0.38 0.189 293.745)" },
268
+ 950: { value: "oklch(0.283 0.141 291.089)" }
269
+ },
270
+ purple: {
271
+ 50: { value: "oklch(0.977 0.014 308.299)" },
272
+ 100: { value: "oklch(0.946 0.033 307.174)" },
273
+ 200: { value: "oklch(0.902 0.063 306.703)" },
274
+ 300: { value: "oklch(0.827 0.119 306.383)" },
275
+ 400: { value: "oklch(0.714 0.203 305.504)" },
276
+ 500: { value: "oklch(0.627 0.265 303.9)" },
277
+ 600: { value: "oklch(0.558 0.288 302.321)" },
278
+ 700: { value: "oklch(0.496 0.265 301.924)" },
279
+ 800: { value: "oklch(0.438 0.218 303.724)" },
280
+ 900: { value: "oklch(0.381 0.176 304.987)" },
281
+ 950: { value: "oklch(0.291 0.149 302.717)" }
282
+ },
283
+ fuchsia: {
284
+ 50: { value: "oklch(0.977 0.017 320.058)" },
285
+ 100: { value: "oklch(0.952 0.037 318.852)" },
286
+ 200: { value: "oklch(0.903 0.076 319.62)" },
287
+ 300: { value: "oklch(0.833 0.145 321.434)" },
288
+ 400: { value: "oklch(0.74 0.238 322.16)" },
289
+ 500: { value: "oklch(0.667 0.295 322.15)" },
290
+ 600: { value: "oklch(0.591 0.293 322.896)" },
291
+ 700: { value: "oklch(0.518 0.253 323.949)" },
292
+ 800: { value: "oklch(0.452 0.211 324.591)" },
293
+ 900: { value: "oklch(0.401 0.17 325.612)" },
294
+ 950: { value: "oklch(0.293 0.136 325.661)" }
295
+ },
296
+ pink: {
297
+ 50: { value: "oklch(0.971 0.014 343.198)" },
298
+ 100: { value: "oklch(0.948 0.028 342.258)" },
299
+ 200: { value: "oklch(0.899 0.061 343.231)" },
300
+ 300: { value: "oklch(0.823 0.12 346.018)" },
301
+ 400: { value: "oklch(0.718 0.202 349.761)" },
302
+ 500: { value: "oklch(0.656 0.241 354.308)" },
303
+ 600: { value: "oklch(0.592 0.249 0.584)" },
304
+ 700: { value: "oklch(0.525 0.223 3.958)" },
305
+ 800: { value: "oklch(0.459 0.187 3.815)" },
306
+ 900: { value: "oklch(0.408 0.153 2.432)" },
307
+ 950: { value: "oklch(0.284 0.109 3.907)" }
308
+ },
309
+ rose: {
310
+ 50: { value: "oklch(0.969 0.015 12.422)" },
311
+ 100: { value: "oklch(0.941 0.03 12.58)" },
312
+ 200: { value: "oklch(0.892 0.058 10.001)" },
313
+ 300: { value: "oklch(0.81 0.117 11.638)" },
314
+ 400: { value: "oklch(0.712 0.194 13.428)" },
315
+ 500: { value: "oklch(0.645 0.246 16.439)" },
316
+ 600: { value: "oklch(0.586 0.253 17.585)" },
317
+ 700: { value: "oklch(0.514 0.222 16.935)" },
318
+ 800: { value: "oklch(0.455 0.188 13.697)" },
319
+ 900: { value: "oklch(0.41 0.159 10.272)" },
320
+ 950: { value: "oklch(0.271 0.105 12.094)" }
321
+ }
322
+ });
323
+
324
+ export {
325
+ colors
326
+ };
@@ -0,0 +1,119 @@
1
+ 'use client'
2
+ import {
3
+ CloseIcon,
4
+ SearchIcon
5
+ } from "./chunk-4TPVIHNO.js";
6
+
7
+ // src/components/search-input/search-input.tsx
8
+ import React, { forwardRef } from "react";
9
+ import {
10
+ Group,
11
+ IconButton,
12
+ Input,
13
+ InputElement,
14
+ mergeRefs,
15
+ useControllableState
16
+ } from "@chakra-ui/react";
17
+ import { callAll } from "@saas-ui/core/utils";
18
+ import { jsx, jsxs } from "react/jsx-runtime";
19
+ var SearchInput = forwardRef(
20
+ (props, ref) => {
21
+ const {
22
+ placeholder = "Search",
23
+ value: valueProp,
24
+ defaultValue: defaultValueProp,
25
+ size,
26
+ variant,
27
+ width = "full",
28
+ icon = /* @__PURE__ */ jsx(SearchIcon, {}),
29
+ resetIcon,
30
+ endElement: endElementProp,
31
+ onChange: onChangeProp,
32
+ onReset: onResetProp,
33
+ onKeyDown: onKeyDownProp,
34
+ disabled,
35
+ ...inputProps
36
+ } = props;
37
+ const inputRef = React.useRef(null);
38
+ const [value, setValue] = useControllableState({
39
+ value: valueProp,
40
+ defaultValue: defaultValueProp
41
+ });
42
+ const onChange = React.useCallback(
43
+ (e) => {
44
+ setValue(e.target.value);
45
+ },
46
+ [setValue]
47
+ );
48
+ const onKeyDown = React.useCallback(
49
+ (event) => {
50
+ if (event.key === "Escape") {
51
+ setValue("");
52
+ onReset();
53
+ }
54
+ },
55
+ [onResetProp, setValue]
56
+ );
57
+ const onReset = () => {
58
+ var _a;
59
+ setValue("");
60
+ onResetProp == null ? void 0 : onResetProp();
61
+ (_a = inputRef.current) == null ? void 0 : _a.focus();
62
+ };
63
+ const showReset = value && !props.disabled;
64
+ const endElement = showReset ? /* @__PURE__ */ jsx(SearchInputResetButton, { size, children: resetIcon }) : endElementProp;
65
+ return /* @__PURE__ */ jsxs(Group, { width, children: [
66
+ /* @__PURE__ */ jsx(
67
+ InputElement,
68
+ {
69
+ placement: "start",
70
+ px: "0",
71
+ aspectRatio: "9/10",
72
+ fontSize: size,
73
+ children: icon
74
+ }
75
+ ),
76
+ /* @__PURE__ */ jsx(
77
+ Input,
78
+ {
79
+ type: "text",
80
+ placeholder,
81
+ variant,
82
+ size,
83
+ value,
84
+ disabled,
85
+ ref: mergeRefs(ref, inputRef),
86
+ onChange: callAll(onChange, onChangeProp),
87
+ onKeyDown: callAll(onKeyDown, onKeyDownProp),
88
+ ps: "calc(var(--input-height) - var(--input-height) / 10)",
89
+ pe: "calc(var(--input-height) - var(--input-height) / 10)",
90
+ ...inputProps
91
+ }
92
+ ),
93
+ /* @__PURE__ */ jsx(InputElement, { placement: "end", children: endElement })
94
+ ] });
95
+ }
96
+ );
97
+ var SearchInputResetButton = forwardRef(
98
+ (props, ref) => {
99
+ const { children = /* @__PURE__ */ jsx(CloseIcon, {}), ...rest } = props;
100
+ return /* @__PURE__ */ jsx(
101
+ IconButton,
102
+ {
103
+ ref,
104
+ variant: "ghost",
105
+ "aria-label": "Reset search",
106
+ me: "-2",
107
+ aspectRatio: "square",
108
+ height: "calc(100% - {spacing.2})",
109
+ ...rest,
110
+ children
111
+ }
112
+ );
113
+ }
114
+ );
115
+ SearchInput.displayName = "SearchInput";
116
+
117
+ export {
118
+ SearchInput
119
+ };
@@ -98,6 +98,14 @@ var CheckIcon = createIcon({
98
98
  displayName: "CheckIcon",
99
99
  path: /* @__PURE__ */ jsx("g", { children: /* @__PURE__ */ jsx("polyline", { points: "20 6 9 17 4 12" }) })
100
100
  });
101
+ var EllipsisIcon = createIcon({
102
+ displayName: "EllipsisIcon",
103
+ path: /* @__PURE__ */ jsxs("g", { children: [
104
+ /* @__PURE__ */ jsx("circle", { cx: "12", cy: "12", r: "1" }),
105
+ /* @__PURE__ */ jsx("circle", { cx: "19", cy: "12", r: "1" }),
106
+ /* @__PURE__ */ jsx("circle", { cx: "5", cy: "12", r: "1" })
107
+ ] })
108
+ });
101
109
 
102
110
  export {
103
111
  ChevronUpIcon,
@@ -113,5 +121,6 @@ export {
113
121
  ViewOffIcon,
114
122
  ViewIcon,
115
123
  SearchIcon,
116
- CheckIcon
124
+ CheckIcon,
125
+ EllipsisIcon
117
126
  };
@@ -0,0 +1,9 @@
1
+ 'use client'
2
+
3
+ // src/components/data-list/index.ts
4
+ import { DataList, useDataListStyles } from "@chakra-ui/react/data-list";
5
+
6
+ export {
7
+ DataList,
8
+ useDataListStyles
9
+ };
@@ -0,0 +1,16 @@
1
+ 'use client'
2
+
3
+ // src/components/input/index.ts
4
+ import {
5
+ Input,
6
+ InputAddon,
7
+ InputElement,
8
+ InputPropsProvider
9
+ } from "@chakra-ui/react/input";
10
+
11
+ export {
12
+ Input,
13
+ InputAddon,
14
+ InputElement,
15
+ InputPropsProvider
16
+ };
@@ -0,0 +1,8 @@
1
+ 'use client'
2
+
3
+ // src/components/progress/index.ts
4
+ import { Progress } from "@chakra-ui/react/progress";
5
+
6
+ export {
7
+ Progress
8
+ };
@@ -0,0 +1,45 @@
1
+ 'use client'
2
+
3
+ // src/components/app-shell/app-shell.tsx
4
+ import { forwardRef } from "react";
5
+ import {
6
+ createSlotRecipeContext
7
+ } from "@chakra-ui/react";
8
+ import { jsx, jsxs } from "react/jsx-runtime";
9
+ var {
10
+ withProvider,
11
+ withContext,
12
+ useStyles: useAppShellStyles
13
+ } = createSlotRecipeContext({
14
+ key: "suiAppShell"
15
+ });
16
+ var AppShellRoot = withProvider(
17
+ "div",
18
+ "root",
19
+ { forwardAsChild: true }
20
+ );
21
+ var AppShellContent = withContext("div", "content", { forwardAsChild: true });
22
+ var AppShellMain = withContext(
23
+ "div",
24
+ "main",
25
+ { forwardAsChild: true }
26
+ );
27
+ var AppShell = forwardRef(
28
+ (props, ref) => {
29
+ const { header, sidebar, aside, footer, children, ...rootProps } = props;
30
+ return /* @__PURE__ */ jsxs(AppShellRoot, { ref, ...rootProps, children: [
31
+ header,
32
+ /* @__PURE__ */ jsxs(AppShellContent, { children: [
33
+ sidebar,
34
+ /* @__PURE__ */ jsx(AppShellMain, { children }),
35
+ aside
36
+ ] }),
37
+ footer
38
+ ] });
39
+ }
40
+ );
41
+ AppShell.displayName = "AppShell";
42
+
43
+ export {
44
+ AppShell
45
+ };
@@ -0,0 +1,8 @@
1
+ 'use client'
2
+
3
+ // src/components/textarea/index.ts
4
+ import { Textarea } from "@chakra-ui/react/textarea";
5
+
6
+ export {
7
+ Textarea
8
+ };
@@ -0,0 +1,109 @@
1
+ 'use client'
2
+ import {
3
+ CloseButton
4
+ } from "./chunk-YXGJOOMM.js";
5
+ import {
6
+ __export
7
+ } from "./chunk-RTMS5TJN.js";
8
+
9
+ // src/components/file-upload/file-upload.tsx
10
+ var file_upload_exports = {};
11
+ __export(file_upload_exports, {
12
+ ClearTrigger: () => ClearTrigger,
13
+ Dropzone: () => Dropzone,
14
+ Input: () => Input,
15
+ Label: () => Label,
16
+ List: () => List,
17
+ Root: () => Root,
18
+ Trigger: () => Trigger
19
+ });
20
+ import * as React from "react";
21
+ import {
22
+ Button,
23
+ FileUpload as ChakraFileUpload,
24
+ Span,
25
+ useFileUploadContext,
26
+ useRecipe
27
+ } from "@chakra-ui/react";
28
+ import { jsx, jsxs } from "react/jsx-runtime";
29
+ var Root = React.forwardRef(
30
+ function FileUploadRoot(props, ref) {
31
+ const { children, inputProps, ...rest } = props;
32
+ return /* @__PURE__ */ jsxs(ChakraFileUpload.Root, { ...rest, children: [
33
+ /* @__PURE__ */ jsx(ChakraFileUpload.HiddenInput, { ref, ...inputProps }),
34
+ children
35
+ ] });
36
+ }
37
+ );
38
+ var Dropzone = React.forwardRef(
39
+ function FileUploadDropzone(props, ref) {
40
+ const { children, ...rest } = props;
41
+ return /* @__PURE__ */ jsx(ChakraFileUpload.Dropzone, { ref, ...rest, children: /* @__PURE__ */ jsx(ChakraFileUpload.DropzoneContent, { children }) });
42
+ }
43
+ );
44
+ var Item = React.forwardRef(
45
+ function FileUploadItem(props, ref) {
46
+ const { file, showSize, icon, clearable } = props;
47
+ return /* @__PURE__ */ jsxs(ChakraFileUpload.Item, { file, ref, children: [
48
+ /* @__PURE__ */ jsx(ChakraFileUpload.ItemPreview, { children: icon }),
49
+ showSize ? /* @__PURE__ */ jsxs(ChakraFileUpload.ItemContent, { children: [
50
+ /* @__PURE__ */ jsx(ChakraFileUpload.ItemName, {}),
51
+ /* @__PURE__ */ jsx(ChakraFileUpload.ItemSizeText, {})
52
+ ] }) : /* @__PURE__ */ jsx(ChakraFileUpload.ItemName, { flex: "1" }),
53
+ clearable && /* @__PURE__ */ jsx(ChakraFileUpload.ItemDeleteTrigger, { asChild: true, children: /* @__PURE__ */ jsx(CloseButton, { size: "xs" }) })
54
+ ] });
55
+ }
56
+ );
57
+ var List = React.forwardRef(
58
+ function FileUploadList(props, ref) {
59
+ const { showSize, clearable, files, ...rest } = props;
60
+ const fileUpload = useFileUploadContext();
61
+ const acceptedFiles = files != null ? files : fileUpload.acceptedFiles;
62
+ if (acceptedFiles.length === 0) return null;
63
+ return /* @__PURE__ */ jsx(ChakraFileUpload.ItemGroup, { ref, ...rest, children: acceptedFiles.map((file) => /* @__PURE__ */ jsx(
64
+ Item,
65
+ {
66
+ file,
67
+ showSize,
68
+ clearable
69
+ },
70
+ file.name
71
+ )) });
72
+ }
73
+ );
74
+ var Input = React.forwardRef(
75
+ function FileInput(props, ref) {
76
+ const inputRecipe = useRecipe({ key: "input" });
77
+ const [recipeProps, restProps] = inputRecipe.splitVariantProps(props);
78
+ const { placeholder = "Select file(s)", ...rest } = restProps;
79
+ return /* @__PURE__ */ jsx(ChakraFileUpload.Trigger, { asChild: true, children: /* @__PURE__ */ jsx(
80
+ Button,
81
+ {
82
+ unstyled: true,
83
+ py: "0",
84
+ ref,
85
+ ...rest,
86
+ css: [inputRecipe(recipeProps), props.css],
87
+ children: /* @__PURE__ */ jsx(ChakraFileUpload.Context, { children: ({ acceptedFiles }) => {
88
+ if (acceptedFiles.length === 1) {
89
+ return /* @__PURE__ */ jsx("span", { children: acceptedFiles[0].name });
90
+ }
91
+ if (acceptedFiles.length > 1) {
92
+ return /* @__PURE__ */ jsxs("span", { children: [
93
+ acceptedFiles.length,
94
+ " files"
95
+ ] });
96
+ }
97
+ return /* @__PURE__ */ jsx(Span, { color: "fg.subtle", children: placeholder });
98
+ } })
99
+ }
100
+ ) });
101
+ }
102
+ );
103
+ var Label = ChakraFileUpload.Label;
104
+ var ClearTrigger = ChakraFileUpload.ClearTrigger;
105
+ var Trigger = ChakraFileUpload.Trigger;
106
+
107
+ export {
108
+ file_upload_exports
109
+ };