@saas-ui/react 3.0.0-alpha.1 → 3.0.0-alpha.10

Sign up to get free protection for your applications and to get access to all the features.
Files changed (344) hide show
  1. package/CHANGELOG.md +73 -0
  2. package/dist/chunk-2EUACKRH.js +26 -0
  3. package/dist/chunk-3MO37LYW.js +326 -0
  4. package/dist/chunk-4TR3AOMG.js +33 -0
  5. package/dist/chunk-6LOMIKR5.js +69 -0
  6. package/dist/chunk-6ZNR6N2K.js +45 -0
  7. package/dist/chunk-7VSTNV2B.js +53 -0
  8. package/dist/chunk-BCNPBZZK.js +45 -0
  9. package/dist/chunk-CB52LBJK.js +71 -0
  10. package/dist/chunk-CD2JUFI2.js +231 -0
  11. package/dist/chunk-FJFNGSPL.js +23 -0
  12. package/dist/chunk-GGAKUS66.js +141 -0
  13. package/dist/chunk-H6TFEHY4.js +63 -0
  14. package/dist/chunk-HELHPHIQ.js +35 -0
  15. package/dist/chunk-I2RXEKTB.js +38 -0
  16. package/dist/chunk-JGHXJ3PI.js +102 -0
  17. package/dist/chunk-L356FPLY.js +20 -0
  18. package/dist/chunk-LIYUBUOP.js +119 -0
  19. package/dist/chunk-M7FOBCOV.js +184 -0
  20. package/dist/chunk-NSD5HRIP.js +46 -0
  21. package/dist/chunk-Q6SNJJO2.js +63 -0
  22. package/dist/chunk-QSNSWCTM.js +32 -0
  23. package/dist/chunk-S3CQW7GD.js +100 -0
  24. package/dist/chunk-SA3OGTOO.js +23 -0
  25. package/dist/chunk-SKXSBAOS.js +35 -0
  26. package/dist/{components/breadcrumbs/index.js → chunk-TT4C5VXB.js} +6 -7
  27. package/dist/chunk-TZBAM4AD.js +20 -0
  28. package/dist/chunk-UCQ3LZIE.js +43 -0
  29. package/dist/chunk-ULAJ3JEO.js +32 -0
  30. package/dist/chunk-WYLMBMAH.js +22 -0
  31. package/dist/components/app-shell/index.cjs +1 -1
  32. package/dist/components/app-shell/index.d.cts +1 -1
  33. package/dist/components/app-shell/index.d.ts +1 -1
  34. package/dist/components/app-shell/index.js +3 -40
  35. package/dist/components/avatar/index.cjs +69 -0
  36. package/dist/components/avatar/index.d.cts +18 -0
  37. package/dist/components/avatar/index.d.ts +18 -0
  38. package/dist/components/avatar/index.js +10 -0
  39. package/dist/components/{breadcrumbs → breadcrumb}/index.cjs +8 -10
  40. package/dist/components/{breadcrumbs → breadcrumb}/index.d.cts +3 -4
  41. package/dist/components/{breadcrumbs → breadcrumb}/index.d.ts +3 -4
  42. package/dist/components/breadcrumb/index.js +8 -0
  43. package/dist/components/button/index.js +3 -40
  44. package/dist/components/checkbox/index.js +3 -15
  45. package/dist/components/command/index.cjs +1 -1
  46. package/dist/components/command/index.js +3 -28
  47. package/dist/components/dialog/index.cjs +19 -58
  48. package/dist/components/dialog/index.js +4 -67
  49. package/dist/components/drawer/index.cjs +23 -64
  50. package/dist/components/drawer/index.d.cts +2 -2
  51. package/dist/components/drawer/index.d.ts +2 -2
  52. package/dist/components/drawer/index.js +4 -59
  53. package/dist/components/empty-state/index.cjs +48 -0
  54. package/dist/components/empty-state/index.d.cts +11 -0
  55. package/dist/components/empty-state/index.d.ts +11 -0
  56. package/dist/components/empty-state/index.js +8 -0
  57. package/dist/components/grid-list/index.cjs +68 -0
  58. package/dist/components/grid-list/index.d.cts +22 -0
  59. package/dist/components/grid-list/index.d.ts +22 -0
  60. package/dist/components/grid-list/index.js +8 -0
  61. package/dist/components/icon-badge/index.cjs +1 -1
  62. package/dist/components/icon-badge/index.d.cts +1 -1
  63. package/dist/components/icon-badge/index.d.ts +1 -1
  64. package/dist/components/icon-badge/index.js +3 -33
  65. package/dist/components/link/index.js +3 -14
  66. package/dist/components/loading-overlay/index.cjs +42 -1879
  67. package/dist/components/loading-overlay/index.d.cts +19 -6
  68. package/dist/components/loading-overlay/index.d.ts +19 -6
  69. package/dist/components/loading-overlay/index.js +7 -1874
  70. package/dist/components/menu/index.cjs +249 -0
  71. package/dist/components/menu/index.d.cts +39 -0
  72. package/dist/components/menu/index.d.ts +39 -0
  73. package/dist/components/menu/index.js +11 -0
  74. package/dist/components/navbar/index.cjs +61 -15
  75. package/dist/components/navbar/index.d.cts +12 -9
  76. package/dist/components/navbar/index.d.ts +12 -9
  77. package/dist/components/navbar/index.js +5 -38
  78. package/dist/components/number-input/index.js +3 -26
  79. package/dist/components/password-input/index.js +3 -225
  80. package/dist/components/persona/index.cjs +52 -15
  81. package/dist/components/persona/index.d.cts +22 -2
  82. package/dist/components/persona/index.d.ts +22 -2
  83. package/dist/components/persona/index.js +7 -144
  84. package/dist/components/pin-input/index.js +3 -21
  85. package/dist/components/radio/index.js +4 -16
  86. package/dist/components/search-input/index.js +4 -114
  87. package/dist/components/segmented-control/index.cjs +60 -0
  88. package/dist/components/segmented-control/index.d.cts +14 -0
  89. package/dist/components/segmented-control/index.d.ts +14 -0
  90. package/dist/components/segmented-control/index.js +8 -0
  91. package/dist/components/select/index.js +4 -94
  92. package/dist/components/sidebar/index.cjs +64 -32
  93. package/dist/components/sidebar/index.d.cts +24 -23
  94. package/dist/components/sidebar/index.d.ts +24 -23
  95. package/dist/components/sidebar/index.js +7 -101
  96. package/dist/components/steps/index.cjs +7 -9
  97. package/dist/components/steps/index.d.cts +2 -2
  98. package/dist/components/steps/index.d.ts +2 -2
  99. package/dist/components/steps/index.js +6 -67
  100. package/dist/components/switch/index.js +3 -18
  101. package/dist/components/toaster/index.cjs +54 -0
  102. package/dist/components/toaster/index.d.cts +10 -0
  103. package/dist/components/toaster/index.d.ts +10 -0
  104. package/dist/components/toaster/index.js +10 -0
  105. package/dist/components/tooltip/index.cjs +57 -0
  106. package/dist/components/tooltip/index.d.cts +14 -0
  107. package/dist/components/tooltip/index.d.ts +14 -0
  108. package/dist/components/tooltip/index.js +8 -0
  109. package/dist/index.cjs +2357 -220
  110. package/dist/index.d.cts +38 -2
  111. package/dist/index.d.ts +38 -2
  112. package/dist/index.js +515 -276
  113. package/dist/theme/tokens/colors.cjs +349 -0
  114. package/dist/theme/tokens/colors.d.cts +856 -0
  115. package/dist/theme/tokens/colors.d.ts +856 -0
  116. package/dist/theme/tokens/colors.js +8 -0
  117. package/package.json +12 -7
  118. package/dist/chunk-VBIVLREP.js +0 -45
  119. package/src/components/app-shell/app-shell.recipe.ts +0 -52
  120. package/src/components/app-shell/app-shell.stories.tsx +0 -51
  121. package/src/components/app-shell/app-shell.tsx +0 -94
  122. package/src/components/app-shell/index.ts +0 -3
  123. package/src/components/breadcrumbs/breadcrumb.stories.tsx +0 -17
  124. package/src/components/breadcrumbs/breadcrumb.tsx +0 -36
  125. package/src/components/breadcrumbs/index.ts +0 -1
  126. package/src/components/breadcrumbs/namespace.ts +0 -8
  127. package/src/components/button/button.recipe.ts +0 -182
  128. package/src/components/button/button.stories.tsx +0 -99
  129. package/src/components/button/button.tsx +0 -55
  130. package/src/components/button/index.ts +0 -2
  131. package/src/components/checkbox/checkbox.tsx +0 -26
  132. package/src/components/checkbox/index.ts +0 -2
  133. package/src/components/close-button/close-button.stories.tsx +0 -12
  134. package/src/components/close-button/close-button.tsx +0 -18
  135. package/src/components/close-button/index.ts +0 -2
  136. package/src/components/command/command.recipe.ts +0 -17
  137. package/src/components/command/command.stories.tsx +0 -47
  138. package/src/components/command/command.tsx +0 -50
  139. package/src/components/command/index.ts +0 -1
  140. package/src/components/dialog/dialog.tsx +0 -67
  141. package/src/components/dialog/index.ts +0 -1
  142. package/src/components/dialog/namespace.ts +0 -18
  143. package/src/components/drawer/drawer.tsx +0 -57
  144. package/src/components/drawer/index.ts +0 -3
  145. package/src/components/drawer/namespace.ts +0 -19
  146. package/src/components/grid-list/grid-list.recipe.ts +0 -113
  147. package/src/components/icon-badge/icon-badge.recipe.ts +0 -57
  148. package/src/components/icon-badge/icon-badge.stories.tsx +0 -38
  149. package/src/components/icon-badge/icon-badge.tsx +0 -59
  150. package/src/components/icon-badge/index.ts +0 -2
  151. package/src/components/icons/create-icon.tsx +0 -41
  152. package/src/components/icons/icons.tsx +0 -119
  153. package/src/components/icons/index.ts +0 -1
  154. package/src/components/input-group/index.ts +0 -1
  155. package/src/components/input-group/input-group.tsx +0 -46
  156. package/src/components/link/index.ts +0 -2
  157. package/src/components/link/link.stories.tsx +0 -17
  158. package/src/components/link/link.test.tsx +0 -33
  159. package/src/components/link/link.tsx +0 -27
  160. package/src/components/loading-overlay/index.ts +0 -1
  161. package/src/components/loading-overlay/loading-overlay.recipe.ts +0 -61
  162. package/src/components/loading-overlay/loading-overlay.stories.tsx +0 -68
  163. package/src/components/loading-overlay/loading-overlay.tsx +0 -54
  164. package/src/components/loading-overlay/namespace.ts +0 -7
  165. package/src/components/navbar/index.ts +0 -1
  166. package/src/components/navbar/namespace.ts +0 -9
  167. package/src/components/navbar/navbar.recipe.ts +0 -109
  168. package/src/components/navbar/navbar.stories.tsx +0 -435
  169. package/src/components/navbar/navbar.test.tsx +0 -49
  170. package/src/components/navbar/navbar.tsx +0 -39
  171. package/src/components/number-input/index.ts +0 -2
  172. package/src/components/number-input/number-input.tsx +0 -41
  173. package/src/components/password-input/index.ts +0 -2
  174. package/src/components/password-input/password-input.tsx +0 -93
  175. package/src/components/persona/index.ts +0 -2
  176. package/src/components/persona/namespace.ts +0 -18
  177. package/src/components/persona/persona-primitive.tsx +0 -220
  178. package/src/components/persona/persona.recipe.ts +0 -94
  179. package/src/components/persona/persona.stories.tsx +0 -101
  180. package/src/components/persona/persona.tsx +0 -142
  181. package/src/components/pin-input/index.ts +0 -2
  182. package/src/components/pin-input/pin-input.tsx +0 -36
  183. package/src/components/radio/index.ts +0 -2
  184. package/src/components/radio/radio.tsx +0 -27
  185. package/src/components/search-input/index.ts +0 -2
  186. package/src/components/search-input/search-input.stories.tsx +0 -63
  187. package/src/components/search-input/search-input.tsx +0 -134
  188. package/src/components/select/index.ts +0 -1
  189. package/src/components/select/namespace.ts +0 -18
  190. package/src/components/select/select.tsx +0 -135
  191. package/src/components/sidebar/index.ts +0 -7
  192. package/src/components/sidebar/namespace.ts +0 -27
  193. package/src/components/sidebar/sidebar-item.recipe.ts +0 -65
  194. package/src/components/sidebar/sidebar.recipe.ts +0 -237
  195. package/src/components/sidebar/sidebar.stories.tsx +0 -903
  196. package/src/components/sidebar/sidebar.tsx +0 -208
  197. package/src/components/spinner/index.ts +0 -2
  198. package/src/components/spinner/spinner.stories.tsx +0 -19
  199. package/src/components/spinner/spinner.tsx +0 -21
  200. package/src/components/steps/index.ts +0 -1
  201. package/src/components/steps/namespace.ts +0 -16
  202. package/src/components/steps/steps.tsx +0 -82
  203. package/src/components/switch/index.ts +0 -3
  204. package/src/components/switch/switch.tsx +0 -39
  205. package/src/compositions/accordion.tsx +0 -47
  206. package/src/compositions/action-bar.tsx +0 -40
  207. package/src/compositions/alert.tsx +0 -51
  208. package/src/compositions/avatar.tsx +0 -74
  209. package/src/compositions/blockquote.tsx +0 -31
  210. package/src/compositions/checkbox-card.tsx +0 -57
  211. package/src/compositions/checkbox.tsx +0 -25
  212. package/src/compositions/clipboard.tsx +0 -107
  213. package/src/compositions/color-mode.tsx +0 -65
  214. package/src/compositions/data-list.tsx +0 -37
  215. package/src/compositions/empty-state.tsx +0 -34
  216. package/src/compositions/field.tsx +0 -33
  217. package/src/compositions/file-button.tsx +0 -166
  218. package/src/compositions/hover-card.tsx +0 -35
  219. package/src/compositions/link-button.tsx +0 -12
  220. package/src/compositions/menu.tsx +0 -108
  221. package/src/compositions/native-select.tsx +0 -57
  222. package/src/compositions/pagination.tsx +0 -207
  223. package/src/compositions/popover.tsx +0 -58
  224. package/src/compositions/progress-circle.tsx +0 -37
  225. package/src/compositions/progress.tsx +0 -40
  226. package/src/compositions/prose.tsx +0 -264
  227. package/src/compositions/provider.tsx +0 -12
  228. package/src/compositions/radio-card.tsx +0 -57
  229. package/src/compositions/radio.tsx +0 -24
  230. package/src/compositions/rating.tsx +0 -27
  231. package/src/compositions/segmented-control.tsx +0 -47
  232. package/src/compositions/skeleton.tsx +0 -44
  233. package/src/compositions/slider.tsx +0 -53
  234. package/src/compositions/stat.tsx +0 -75
  235. package/src/compositions/status.tsx +0 -29
  236. package/src/compositions/stepper-input.tsx +0 -49
  237. package/src/compositions/tag.tsx +0 -39
  238. package/src/compositions/timeline.tsx +0 -17
  239. package/src/compositions/toaster.tsx +0 -43
  240. package/src/compositions/toggle-tip.tsx +0 -62
  241. package/src/compositions/tooltip.tsx +0 -46
  242. package/src/index.ts +0 -7
  243. package/src/preset.ts +0 -9
  244. package/src/provider/index.ts +0 -4
  245. package/src/provider/sui-provider.tsx +0 -34
  246. package/src/provider/use-link.test.tsx +0 -60
  247. package/src/provider/use-link.tsx +0 -13
  248. package/src/styled-system/create-recipe-context.tsx +0 -91
  249. package/src/styled-system/create-slot-recipe-context.tsx +0 -188
  250. package/src/styled-system/empty.ts +0 -7
  251. package/src/styled-system/factory.types.ts +0 -11
  252. package/src/theme/animation-styles.ts +0 -53
  253. package/src/theme/breakpoints.ts +0 -11
  254. package/src/theme/conditions.ts +0 -26
  255. package/src/theme/fluid-font-sizes.ts +0 -65
  256. package/src/theme/global-css.ts +0 -94
  257. package/src/theme/index.ts +0 -72
  258. package/src/theme/layer-styles.ts +0 -116
  259. package/src/theme/recipes/chakra/accordion.ts +0 -145
  260. package/src/theme/recipes/chakra/action-bar.ts +0 -62
  261. package/src/theme/recipes/chakra/alert.ts +0 -157
  262. package/src/theme/recipes/chakra/avatar.ts +0 -141
  263. package/src/theme/recipes/chakra/badge.ts +0 -67
  264. package/src/theme/recipes/chakra/blockquote.ts +0 -83
  265. package/src/theme/recipes/chakra/breadcrumb.ts +0 -94
  266. package/src/theme/recipes/chakra/card.ts +0 -99
  267. package/src/theme/recipes/chakra/checkbox-card.ts +0 -212
  268. package/src/theme/recipes/chakra/checkbox.ts +0 -70
  269. package/src/theme/recipes/chakra/checkmark.ts +0 -83
  270. package/src/theme/recipes/chakra/code.ts +0 -17
  271. package/src/theme/recipes/chakra/collapsible.ts +0 -20
  272. package/src/theme/recipes/chakra/container.ts +0 -26
  273. package/src/theme/recipes/chakra/data-list.ts +0 -80
  274. package/src/theme/recipes/chakra/dialog.ts +0 -225
  275. package/src/theme/recipes/chakra/drawer.ts +0 -201
  276. package/src/theme/recipes/chakra/editable.ts +0 -88
  277. package/src/theme/recipes/chakra/empty-state.ts +0 -88
  278. package/src/theme/recipes/chakra/field.ts +0 -68
  279. package/src/theme/recipes/chakra/fieldset.ts +0 -62
  280. package/src/theme/recipes/chakra/file-upload.ts +0 -96
  281. package/src/theme/recipes/chakra/heading.ts +0 -27
  282. package/src/theme/recipes/chakra/hover-card.ts +0 -68
  283. package/src/theme/recipes/chakra/icon.ts +0 -30
  284. package/src/theme/recipes/chakra/input-addon.ts +0 -40
  285. package/src/theme/recipes/chakra/input.ts +0 -96
  286. package/src/theme/recipes/chakra/kbd.ts +0 -60
  287. package/src/theme/recipes/chakra/link.ts +0 -37
  288. package/src/theme/recipes/chakra/list.ts +0 -67
  289. package/src/theme/recipes/chakra/mark.ts +0 -27
  290. package/src/theme/recipes/chakra/menu.ts +0 -124
  291. package/src/theme/recipes/chakra/native-select.ts +0 -140
  292. package/src/theme/recipes/chakra/number-input.ts +0 -115
  293. package/src/theme/recipes/chakra/pin-input.ts +0 -27
  294. package/src/theme/recipes/chakra/popover.ts +0 -86
  295. package/src/theme/recipes/chakra/progress-circle.ts +0 -94
  296. package/src/theme/recipes/chakra/progress.ts +0 -127
  297. package/src/theme/recipes/chakra/radio-card.ts +0 -220
  298. package/src/theme/recipes/chakra/radio-group.ts +0 -72
  299. package/src/theme/recipes/chakra/radiomark.ts +0 -107
  300. package/src/theme/recipes/chakra/rating-group.ts +0 -94
  301. package/src/theme/recipes/chakra/segment-group.ts +0 -117
  302. package/src/theme/recipes/chakra/select.ts +0 -282
  303. package/src/theme/recipes/chakra/separator.ts +0 -51
  304. package/src/theme/recipes/chakra/skeleton.ts +0 -53
  305. package/src/theme/recipes/chakra/skip-nav-link.ts +0 -34
  306. package/src/theme/recipes/chakra/slider.ts +0 -178
  307. package/src/theme/recipes/chakra/spinner.ts +0 -32
  308. package/src/theme/recipes/chakra/stat.ts +0 -79
  309. package/src/theme/recipes/chakra/status.ts +0 -48
  310. package/src/theme/recipes/chakra/steps.ts +0 -218
  311. package/src/theme/recipes/chakra/switch.ts +0 -167
  312. package/src/theme/recipes/chakra/table.ts +0 -172
  313. package/src/theme/recipes/chakra/tabs.ts +0 -280
  314. package/src/theme/recipes/chakra/tag.ts +0 -131
  315. package/src/theme/recipes/chakra/textarea.ts +0 -88
  316. package/src/theme/recipes/chakra/timeline.ts +0 -138
  317. package/src/theme/recipes/chakra/toast.ts +0 -96
  318. package/src/theme/recipes/chakra/tooltip.ts +0 -40
  319. package/src/theme/recipes.ts +0 -46
  320. package/src/theme/semantic-tokens/colors.ts +0 -403
  321. package/src/theme/semantic-tokens/radii.ts +0 -7
  322. package/src/theme/semantic-tokens/shadows.ts +0 -52
  323. package/src/theme/slot-recipes.ts +0 -104
  324. package/src/theme/text-styles.ts +0 -39
  325. package/src/theme/tokens/animations.ts +0 -8
  326. package/src/theme/tokens/aspect-ratios.ts +0 -10
  327. package/src/theme/tokens/blurs.ts +0 -12
  328. package/src/theme/tokens/borders.ts +0 -9
  329. package/src/theme/tokens/colors.ts +0 -177
  330. package/src/theme/tokens/cursor.ts +0 -12
  331. package/src/theme/tokens/durations.ts +0 -11
  332. package/src/theme/tokens/easings.ts +0 -10
  333. package/src/theme/tokens/font-sizes.ts +0 -20
  334. package/src/theme/tokens/font-weights.ts +0 -13
  335. package/src/theme/tokens/fonts.ts +0 -15
  336. package/src/theme/tokens/keyframes.ts +0 -173
  337. package/src/theme/tokens/letter-spacing.ts +0 -9
  338. package/src/theme/tokens/line-heights.ts +0 -19
  339. package/src/theme/tokens/radius.ts +0 -18
  340. package/src/theme/tokens/sizes.ts +0 -71
  341. package/src/theme/tokens/spacing.ts +0 -38
  342. package/src/theme/tokens/z-indices.ts +0 -34
  343. package/src/theme/utils.ts +0 -46
  344. /package/dist/{chunk-KHRLZUV4.js → chunk-O2WVT2BP.js} +0 -0
package/CHANGELOG.md CHANGED
@@ -1,5 +1,78 @@
1
1
  # @saas-ui/react
2
2
 
3
+ ## 3.0.0-alpha.10
4
+
5
+ ### Patch Changes
6
+
7
+ - 212a7e6: Add missing focusRing semantic tokens
8
+ - 942e9a0: Improved SidebarNavItem positioning
9
+ - 212a7e6: Improved yellow color tokens
10
+ - 65fac53: Fixed semantic token inconsistencies
11
+
12
+ ## 3.0.0-alpha.9
13
+
14
+ ### Minor Changes
15
+
16
+ - f0f5ab0: Improve Navbar composition
17
+
18
+ ## 3.0.0-alpha.8
19
+
20
+ ### Patch Changes
21
+
22
+ - 64e680e: Update default button colorPalette to gray
23
+ - 64e680e: Export Menu.Context
24
+
25
+ ## 3.0.0-alpha.7
26
+
27
+ ### Major Changes
28
+
29
+ - 8e760c5: Added new wide gammut color tokens
30
+
31
+ ## 3.0.0-alpha.6
32
+
33
+ ### Minor Changes
34
+
35
+ - 95c8652: Update to Chakra UI 3.2.1
36
+
37
+ ### Patch Changes
38
+
39
+ - Updated dependencies [95c8652]
40
+ - @saas-ui/hooks@3.0.0-alpha.4
41
+ - @saas-ui/core@3.0.0-alpha.4
42
+
43
+ ## 3.0.0-alpha.5
44
+
45
+ ### Minor Changes
46
+
47
+ - e9fec88: Added toaster and menu components
48
+ - f62c3d6: Export all components from root barrel file
49
+
50
+ ## 3.0.0-alpha.4
51
+
52
+ ### Patch Changes
53
+
54
+ - 7808a76: Restructure slot components and add ui namespaces to recipes
55
+
56
+ ## 3.0.0-alpha.3
57
+
58
+ ### Patch Changes
59
+
60
+ - Updated dependencies [cee2e9c]
61
+ - @saas-ui/hooks@3.0.0-alpha.3
62
+ - @saas-ui/core@3.0.0-alpha.3
63
+
64
+ ## 3.0.0-alpha.2
65
+
66
+ ### Minor Changes
67
+
68
+ - 6459de4: Removed src exports and files from packages
69
+
70
+ ### Patch Changes
71
+
72
+ - Updated dependencies [6459de4]
73
+ - @saas-ui/hooks@3.0.0-alpha.2
74
+ - @saas-ui/core@3.0.0-alpha.2
75
+
3
76
  ## 3.0.0-alpha.1
4
77
 
5
78
  ### Major Changes
@@ -0,0 +1,26 @@
1
+ 'use client'
2
+
3
+ // src/components/pin-input/pin-input.tsx
4
+ import { forwardRef } from "react";
5
+ import { PinInput as ChakraPinInput, Group } from "@chakra-ui/react";
6
+ import { jsx, jsxs } from "react/jsx-runtime";
7
+ var PinInput = forwardRef(
8
+ function PinInput2(props, ref) {
9
+ const {
10
+ pinLength = 4,
11
+ inputProps,
12
+ rootRef,
13
+ attached,
14
+ gap = attached ? 0 : 2,
15
+ ...rest
16
+ } = props;
17
+ return /* @__PURE__ */ jsxs(ChakraPinInput.Root, { ref: rootRef, ...rest, children: [
18
+ /* @__PURE__ */ jsx(ChakraPinInput.HiddenInput, { ref, ...inputProps }),
19
+ /* @__PURE__ */ jsx(ChakraPinInput.Control, { children: /* @__PURE__ */ jsx(Group, { attached, gap, children: Array.from({ length: pinLength }).map((_, index) => /* @__PURE__ */ jsx(ChakraPinInput.Input, { index }, index)) }) })
20
+ ] });
21
+ }
22
+ );
23
+
24
+ export {
25
+ PinInput
26
+ };
@@ -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,33 @@
1
+ 'use client'
2
+
3
+ // src/components/command/command.tsx
4
+ import { Kbd } from "@chakra-ui/react";
5
+ import {
6
+ createRecipeContext
7
+ } from "@chakra-ui/react";
8
+ import { Fragment, jsx } from "react/jsx-runtime";
9
+ var { withContext } = createRecipeContext({
10
+ key: "suiCommand"
11
+ });
12
+ var Key = ({ children }) => {
13
+ if (typeof children !== "string") {
14
+ return /* @__PURE__ */ jsx(Fragment, { children });
15
+ }
16
+ if (["then", "or", "+"].includes(children)) {
17
+ return /* @__PURE__ */ jsx("span", { children });
18
+ }
19
+ return /* @__PURE__ */ jsx(Kbd, { children });
20
+ };
21
+ var Command = (props) => {
22
+ const { children, ...rest } = props;
23
+ if (typeof children !== "string") {
24
+ return /* @__PURE__ */ jsx(Fragment, { children });
25
+ }
26
+ const keys = children.split(/\s|\+/);
27
+ return /* @__PURE__ */ jsx(CommandRoot, { ...rest, children: keys.map((key) => /* @__PURE__ */ jsx(Key, { children: key }, key)) });
28
+ };
29
+ var CommandRoot = withContext("span");
30
+
31
+ export {
32
+ Command
33
+ };
@@ -0,0 +1,69 @@
1
+ 'use client'
2
+ import {
3
+ CheckIcon
4
+ } from "./chunk-VDXTEASE.js";
5
+ import {
6
+ __export
7
+ } from "./chunk-RTMS5TJN.js";
8
+
9
+ // src/components/steps/steps.tsx
10
+ var steps_exports = {};
11
+ __export(steps_exports, {
12
+ CompletedContent: () => StepsCompletedContent,
13
+ Content: () => StepsContent,
14
+ Indicator: () => StepsIndicator,
15
+ Item: () => StepsItem,
16
+ List: () => StepsList,
17
+ NextTrigger: () => StepsNextTrigger,
18
+ PrevTrigger: () => StepsPrevTrigger,
19
+ Root: () => StepsRoot
20
+ });
21
+ import { Box, Steps as ChakraSteps } from "@chakra-ui/react";
22
+ import { Fragment, jsx, jsxs } from "react/jsx-runtime";
23
+ var StepsItem = (props) => {
24
+ const { title, description, completedIcon, icon, ...rest } = props;
25
+ return /* @__PURE__ */ jsxs(ChakraSteps.Item, { ...rest, children: [
26
+ /* @__PURE__ */ jsxs(ChakraSteps.Trigger, { children: [
27
+ /* @__PURE__ */ jsx(ChakraSteps.Indicator, { children: /* @__PURE__ */ jsx(
28
+ ChakraSteps.Status,
29
+ {
30
+ complete: completedIcon || /* @__PURE__ */ jsx(CheckIcon, {}),
31
+ incomplete: icon || /* @__PURE__ */ jsx(ChakraSteps.Number, {})
32
+ }
33
+ ) }),
34
+ /* @__PURE__ */ jsx(StepInfo, { title, description })
35
+ ] }),
36
+ /* @__PURE__ */ jsx(ChakraSteps.Separator, {})
37
+ ] });
38
+ };
39
+ var StepInfo = (props) => {
40
+ const { title, description } = props;
41
+ if (title && description) {
42
+ return /* @__PURE__ */ jsxs(Box, { children: [
43
+ /* @__PURE__ */ jsx(ChakraSteps.Title, { children: title }),
44
+ /* @__PURE__ */ jsx(ChakraSteps.Description, { children: description })
45
+ ] });
46
+ }
47
+ return /* @__PURE__ */ jsxs(Fragment, { children: [
48
+ title && /* @__PURE__ */ jsx(ChakraSteps.Title, { children: title }),
49
+ description && /* @__PURE__ */ jsx(ChakraSteps.Description, { children: description })
50
+ ] });
51
+ };
52
+ var StepsIndicator = (props) => {
53
+ const { icon = /* @__PURE__ */ jsx(ChakraSteps.Number, {}), completedIcon } = props;
54
+ return /* @__PURE__ */ jsx(ChakraSteps.Indicator, { children: /* @__PURE__ */ jsx(ChakraSteps.Status, { complete: completedIcon, incomplete: icon }) });
55
+ };
56
+ var StepsList = ChakraSteps.List;
57
+ var StepsRoot = ChakraSteps.Root;
58
+ var StepsContent = ChakraSteps.Content;
59
+ var StepsCompletedContent = ChakraSteps.CompletedContent;
60
+ var StepsNextTrigger = (props) => {
61
+ return /* @__PURE__ */ jsx(ChakraSteps.NextTrigger, { ...props });
62
+ };
63
+ var StepsPrevTrigger = (props) => {
64
+ return /* @__PURE__ */ jsx(ChakraSteps.PrevTrigger, { ...props });
65
+ };
66
+
67
+ export {
68
+ steps_exports
69
+ };
@@ -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,53 @@
1
+ 'use client'
2
+ import {
3
+ Spinner
4
+ } from "./chunk-32JGENDB.js";
5
+ import {
6
+ __export
7
+ } from "./chunk-RTMS5TJN.js";
8
+
9
+ // src/components/loading-overlay/loading-overlay.tsx
10
+ var loading_overlay_exports = {};
11
+ __export(loading_overlay_exports, {
12
+ Root: () => LoadingOverlayRoot,
13
+ Spinner: () => LoadingOverlaySpinner,
14
+ Text: () => LoadingOverlayText
15
+ });
16
+ import {
17
+ Presence,
18
+ splitPresenceProps
19
+ } from "@ark-ui/react/presence";
20
+ import { chakra } from "@chakra-ui/react";
21
+
22
+ // src/components/loading-overlay/loading-overlay.context.ts
23
+ import { createSlotRecipeContext } from "@chakra-ui/react";
24
+ var {
25
+ useStyles: useLoadingOverlayStyles,
26
+ withContext,
27
+ withProvider
28
+ } = createSlotRecipeContext({
29
+ key: "suiLoadingOverlay"
30
+ });
31
+
32
+ // src/components/loading-overlay/loading-overlay.tsx
33
+ import { jsx } from "react/jsx-runtime";
34
+ var LoadingOverlay = (props) => {
35
+ const { children, loading = true, ...rest } = props;
36
+ const [presenceProps, rootProps] = splitPresenceProps(rest);
37
+ return /* @__PURE__ */ jsx(Presence, { present: loading, ...presenceProps, asChild: true, children: /* @__PURE__ */ jsx(chakra.div, { ...rootProps, children }) });
38
+ };
39
+ var LoadingOverlayRoot = withProvider(
40
+ LoadingOverlay,
41
+ "root"
42
+ );
43
+ LoadingOverlayRoot.displayName = "LoadingOverlay";
44
+ var LoadingOverlaySpinner = Spinner;
45
+ var LoadingOverlayText = withContext(
46
+ "p",
47
+ "text"
48
+ );
49
+
50
+ export {
51
+ useLoadingOverlayStyles,
52
+ loading_overlay_exports
53
+ };
@@ -0,0 +1,45 @@
1
+ 'use client'
2
+
3
+ // src/components/button/button.tsx
4
+ import { forwardRef } from "react";
5
+ import {
6
+ AbsoluteCenter,
7
+ Button as ButtonPrimitive,
8
+ Span,
9
+ Spinner
10
+ } from "@chakra-ui/react";
11
+ import { Fragment, jsx, jsxs } from "react/jsx-runtime";
12
+ var Button = forwardRef(
13
+ function Button2(props, ref) {
14
+ const {
15
+ loading,
16
+ disabled,
17
+ loadingText,
18
+ children,
19
+ variant = "glass",
20
+ colorPalette = variant === "glass" ? "accent" : "gray",
21
+ ...rest
22
+ } = props;
23
+ return /* @__PURE__ */ jsx(
24
+ ButtonPrimitive,
25
+ {
26
+ colorPalette,
27
+ disabled: loading || disabled,
28
+ variant,
29
+ ref,
30
+ ...rest,
31
+ children: loading && !loadingText ? /* @__PURE__ */ jsxs(Fragment, { children: [
32
+ /* @__PURE__ */ jsx(AbsoluteCenter, { display: "inline-flex", children: /* @__PURE__ */ jsx(Spinner, { size: "inherit", color: "inherit" }) }),
33
+ /* @__PURE__ */ jsx(Span, { opacity: 0, children })
34
+ ] }) : loading && loadingText ? /* @__PURE__ */ jsxs(Fragment, { children: [
35
+ /* @__PURE__ */ jsx(Spinner, { size: "inherit", color: "inherit" }),
36
+ loadingText
37
+ ] }) : children
38
+ }
39
+ );
40
+ }
41
+ );
42
+
43
+ export {
44
+ Button
45
+ };