@saas-ui/react 3.0.0-alpha.0 → 3.0.0-alpha.10
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +85 -0
- package/dist/chunk-2EUACKRH.js +26 -0
- package/dist/chunk-32JGENDB.js +19 -0
- package/dist/chunk-3MO37LYW.js +326 -0
- package/dist/chunk-4TR3AOMG.js +33 -0
- package/dist/chunk-6LOMIKR5.js +69 -0
- package/dist/chunk-6ZNR6N2K.js +45 -0
- package/dist/chunk-7VSTNV2B.js +53 -0
- package/dist/chunk-BCNPBZZK.js +45 -0
- package/dist/chunk-CB52LBJK.js +71 -0
- package/dist/chunk-CD2JUFI2.js +231 -0
- package/dist/chunk-FJFNGSPL.js +23 -0
- package/dist/chunk-FZW2DYK3.js +19 -0
- package/dist/chunk-GGAKUS66.js +141 -0
- package/dist/chunk-H6TFEHY4.js +63 -0
- package/dist/chunk-HELHPHIQ.js +35 -0
- package/dist/chunk-I2RXEKTB.js +38 -0
- package/dist/chunk-JGHXJ3PI.js +102 -0
- package/dist/chunk-KTLWEUNW.js +1 -0
- package/dist/chunk-L356FPLY.js +20 -0
- package/dist/chunk-LIYUBUOP.js +119 -0
- package/dist/chunk-M7FOBCOV.js +184 -0
- package/dist/chunk-NSD5HRIP.js +46 -0
- package/dist/chunk-O2WVT2BP.js +35 -0
- package/dist/chunk-PKI6YH2V.js +31 -0
- package/dist/chunk-Q6SNJJO2.js +63 -0
- package/dist/chunk-QSNSWCTM.js +32 -0
- package/dist/chunk-RTMS5TJN.js +10 -0
- package/dist/chunk-S3CQW7GD.js +100 -0
- package/dist/chunk-SA3OGTOO.js +23 -0
- package/dist/chunk-SKXSBAOS.js +35 -0
- package/dist/chunk-TT4C5VXB.js +36 -0
- package/dist/chunk-TZBAM4AD.js +20 -0
- package/dist/chunk-UCQ3LZIE.js +43 -0
- package/dist/chunk-ULAJ3JEO.js +32 -0
- package/dist/chunk-VDXTEASE.js +117 -0
- package/dist/chunk-WYLMBMAH.js +22 -0
- package/dist/components/app-shell/index.cjs +68 -0
- package/dist/components/app-shell/index.d.cts +30 -0
- package/dist/components/app-shell/index.d.ts +30 -0
- package/dist/components/app-shell/index.js +8 -0
- package/dist/components/avatar/index.cjs +69 -0
- package/dist/components/avatar/index.d.cts +18 -0
- package/dist/components/avatar/index.d.ts +18 -0
- package/dist/components/avatar/index.js +10 -0
- package/dist/components/breadcrumb/index.cjs +58 -0
- package/dist/components/breadcrumb/index.d.cts +17 -0
- package/dist/components/breadcrumb/index.d.ts +17 -0
- package/dist/components/breadcrumb/index.js +8 -0
- package/dist/components/button/index.cjs +65 -0
- package/dist/components/button/index.d.cts +12 -0
- package/dist/components/button/index.d.ts +12 -0
- package/dist/components/button/index.js +8 -0
- package/dist/components/checkbox/index.cjs +45 -0
- package/dist/components/checkbox/index.d.cts +11 -0
- package/dist/components/checkbox/index.d.ts +11 -0
- package/dist/components/checkbox/index.js +8 -0
- package/dist/components/close-button/index.cjs +142 -0
- package/dist/components/close-button/index.d.cts +8 -0
- package/dist/components/close-button/index.d.ts +8 -0
- package/dist/components/close-button/index.js +9 -0
- package/dist/components/command/index.cjs +56 -0
- package/dist/components/command/index.d.cts +6 -0
- package/dist/components/command/index.d.ts +6 -0
- package/dist/components/command/index.js +8 -0
- package/dist/components/dialog/index.cjs +204 -0
- package/dist/components/dialog/index.d.cts +27 -0
- package/dist/components/dialog/index.d.ts +27 -0
- package/dist/components/dialog/index.js +10 -0
- package/dist/components/drawer/index.cjs +196 -0
- package/dist/components/drawer/index.d.cts +28 -0
- package/dist/components/drawer/index.d.ts +28 -0
- package/dist/components/drawer/index.js +10 -0
- package/dist/components/empty-state/index.cjs +48 -0
- package/dist/components/empty-state/index.d.cts +11 -0
- package/dist/components/empty-state/index.d.ts +11 -0
- package/dist/components/empty-state/index.js +8 -0
- package/dist/components/grid-list/index.cjs +68 -0
- package/dist/components/grid-list/index.d.cts +22 -0
- package/dist/components/grid-list/index.d.ts +22 -0
- package/dist/components/grid-list/index.js +8 -0
- package/dist/components/icon-badge/index.cjs +70 -0
- package/dist/components/icon-badge/index.d.cts +16 -0
- package/dist/components/icon-badge/index.d.ts +16 -0
- package/dist/components/icon-badge/index.js +8 -0
- package/dist/components/icons/index.cjs +155 -0
- package/dist/components/icons/index.d.cts +19 -0
- package/dist/components/icons/index.d.ts +19 -0
- package/dist/components/icons/index.js +35 -0
- package/dist/components/input-group/index.cjs +56 -0
- package/dist/components/input-group/index.d.cts +13 -0
- package/dist/components/input-group/index.d.ts +13 -0
- package/dist/components/input-group/index.js +8 -0
- package/dist/components/link/index.cjs +71 -0
- package/dist/components/link/index.d.cts +13 -0
- package/dist/components/link/index.d.ts +13 -0
- package/dist/components/link/index.js +9 -0
- package/dist/components/loading-overlay/index.cjs +84 -0
- package/dist/components/loading-overlay/index.d.cts +26 -0
- package/dist/components/loading-overlay/index.d.ts +26 -0
- package/dist/components/loading-overlay/index.js +11 -0
- package/dist/components/menu/index.cjs +249 -0
- package/dist/components/menu/index.d.cts +39 -0
- package/dist/components/menu/index.d.ts +39 -0
- package/dist/components/menu/index.js +11 -0
- package/dist/components/navbar/index.cjs +111 -0
- package/dist/components/navbar/index.d.cts +21 -0
- package/dist/components/navbar/index.d.ts +21 -0
- package/dist/components/navbar/index.js +9 -0
- package/dist/components/number-input/index.cjs +82 -0
- package/dist/components/number-input/index.d.cts +13 -0
- package/dist/components/number-input/index.d.ts +13 -0
- package/dist/components/number-input/index.js +9 -0
- package/dist/components/password-input/index.cjs +284 -0
- package/dist/components/password-input/index.d.cts +18 -0
- package/dist/components/password-input/index.d.ts +18 -0
- package/dist/components/password-input/index.js +9 -0
- package/dist/components/persona/index.cjs +218 -0
- package/dist/components/persona/index.d.cts +113 -0
- package/dist/components/persona/index.d.ts +113 -0
- package/dist/components/persona/index.js +12 -0
- package/dist/components/pin-input/index.cjs +51 -0
- package/dist/components/pin-input/index.d.cts +12 -0
- package/dist/components/pin-input/index.d.ts +12 -0
- package/dist/components/pin-input/index.js +8 -0
- package/dist/components/radio/index.cjs +48 -0
- package/dist/components/radio/index.d.cts +12 -0
- package/dist/components/radio/index.d.ts +12 -0
- package/dist/components/radio/index.js +10 -0
- package/dist/components/search-input/index.cjs +244 -0
- package/dist/components/search-input/index.d.cts +15 -0
- package/dist/components/search-input/index.d.ts +15 -0
- package/dist/components/search-input/index.js +10 -0
- package/dist/components/segmented-control/index.cjs +60 -0
- package/dist/components/segmented-control/index.d.cts +14 -0
- package/dist/components/segmented-control/index.d.ts +14 -0
- package/dist/components/segmented-control/index.js +8 -0
- package/dist/components/select/index.cjs +233 -0
- package/dist/components/select/index.d.cts +32 -0
- package/dist/components/select/index.d.ts +32 -0
- package/dist/components/select/index.js +10 -0
- package/dist/components/sidebar/index.cjs +166 -0
- package/dist/components/sidebar/index.d.cts +86 -0
- package/dist/components/sidebar/index.d.ts +86 -0
- package/dist/components/sidebar/index.js +14 -0
- package/dist/components/spinner/index.cjs +44 -0
- package/dist/components/spinner/index.d.cts +10 -0
- package/dist/components/spinner/index.d.ts +10 -0
- package/dist/components/spinner/index.js +8 -0
- package/dist/components/steps/index.cjs +189 -0
- package/dist/components/steps/index.d.cts +31 -0
- package/dist/components/steps/index.d.ts +31 -0
- package/dist/components/steps/index.js +10 -0
- package/dist/components/switch/index.cjs +48 -0
- package/dist/components/switch/index.d.cts +18 -0
- package/dist/components/switch/index.d.ts +18 -0
- package/dist/components/switch/index.js +8 -0
- package/dist/components/toaster/index.cjs +54 -0
- package/dist/components/toaster/index.d.cts +10 -0
- package/dist/components/toaster/index.d.ts +10 -0
- package/dist/components/toaster/index.js +10 -0
- package/dist/components/tooltip/index.cjs +57 -0
- package/dist/components/tooltip/index.d.cts +14 -0
- package/dist/components/tooltip/index.d.ts +14 -0
- package/dist/components/tooltip/index.js +8 -0
- package/dist/index.cjs +2358 -222
- package/dist/index.d.cts +46 -10
- package/dist/index.d.ts +46 -10
- package/dist/index.js +523 -305
- package/dist/theme/tokens/colors.cjs +349 -0
- package/dist/theme/tokens/colors.d.cts +856 -0
- package/dist/theme/tokens/colors.d.ts +856 -0
- package/dist/theme/tokens/colors.js +8 -0
- package/package.json +15 -9
- package/dist/index.cjs.map +0 -1
- package/dist/index.js.map +0 -1
- package/src/components/accordion.tsx +0 -47
- package/src/components/action-bar.tsx +0 -40
- package/src/components/alert.tsx +0 -51
- package/src/components/app-shell/app-shell.recipe.ts +0 -52
- package/src/components/app-shell/app-shell.stories.tsx +0 -51
- package/src/components/app-shell/app-shell.tsx +0 -94
- package/src/components/app-shell/index.ts +0 -3
- package/src/components/avatar.tsx +0 -74
- package/src/components/blockquote.tsx +0 -31
- package/src/components/breadcrumbs/breadcrumb.stories.tsx +0 -17
- package/src/components/breadcrumbs/breadcrumb.tsx +0 -36
- package/src/components/breadcrumbs/index.ts +0 -1
- package/src/components/breadcrumbs/namespace.ts +0 -8
- package/src/components/button/button.recipe.ts +0 -182
- package/src/components/button/button.stories.tsx +0 -99
- package/src/components/button/button.tsx +0 -55
- package/src/components/button/index.ts +0 -2
- package/src/components/checkbox/checkbox.tsx +0 -26
- package/src/components/checkbox/index.ts +0 -2
- package/src/components/checkbox-card.tsx +0 -57
- package/src/components/checkbox.tsx +0 -25
- package/src/components/clipboard.tsx +0 -107
- package/src/components/close-button/close-button.stories.tsx +0 -12
- package/src/components/close-button/close-button.tsx +0 -18
- package/src/components/close-button/index.ts +0 -2
- package/src/components/color-mode.tsx +0 -65
- package/src/components/command/command.recipe.ts +0 -17
- package/src/components/command/command.stories.tsx +0 -47
- package/src/components/command/command.tsx +0 -50
- package/src/components/command/index.ts +0 -1
- package/src/components/data-list.tsx +0 -37
- package/src/components/dialog/dialog.tsx +0 -66
- package/src/components/dialog/index.ts +0 -1
- package/src/components/dialog/namespace.ts +0 -18
- package/src/components/drawer/drawer.tsx +0 -56
- package/src/components/drawer/index.ts +0 -3
- package/src/components/drawer/namespace.ts +0 -19
- package/src/components/empty-state.tsx +0 -34
- package/src/components/field.tsx +0 -33
- package/src/components/file-button.tsx +0 -166
- package/src/components/grid-list/grid-list.recipe.ts +0 -113
- package/src/components/hover-card.tsx +0 -35
- package/src/components/icon-badge/icon-badge.recipe.ts +0 -57
- package/src/components/icon-badge/icon-badge.stories.tsx +0 -38
- package/src/components/icon-badge/icon-badge.tsx +0 -59
- package/src/components/icon-badge/index.ts +0 -2
- package/src/components/icons/create-icon.tsx +0 -41
- package/src/components/icons/icons.tsx +0 -121
- package/src/components/icons/index.ts +0 -1
- package/src/components/input-group/index.ts +0 -1
- package/src/components/input-group/input-group.tsx +0 -46
- package/src/components/link/index.ts +0 -2
- package/src/components/link/link.stories.tsx +0 -17
- package/src/components/link/link.test.tsx +0 -33
- package/src/components/link/link.tsx +0 -27
- package/src/components/link-button.tsx +0 -12
- package/src/components/loading-overlay/index.ts +0 -1
- package/src/components/loading-overlay/loading-overlay.recipe.ts +0 -61
- package/src/components/loading-overlay/loading-overlay.stories.tsx +0 -68
- package/src/components/loading-overlay/loading-overlay.tsx +0 -54
- package/src/components/loading-overlay/namespace.ts +0 -7
- package/src/components/menu.tsx +0 -108
- package/src/components/native-select.tsx +0 -57
- package/src/components/navbar/index.ts +0 -1
- package/src/components/navbar/namespace.ts +0 -9
- package/src/components/navbar/navbar.recipe.ts +0 -109
- package/src/components/navbar/navbar.stories.tsx +0 -435
- package/src/components/navbar/navbar.test.tsx +0 -49
- package/src/components/navbar/navbar.tsx +0 -39
- package/src/components/number-input/index.ts +0 -2
- package/src/components/number-input/number-input.tsx +0 -41
- package/src/components/pagination.tsx +0 -207
- package/src/components/password-input/index.ts +0 -2
- package/src/components/password-input/password-input.tsx +0 -98
- package/src/components/persona/index.ts +0 -2
- package/src/components/persona/namespace.ts +0 -18
- package/src/components/persona/persona-primitive.tsx +0 -220
- package/src/components/persona/persona.recipe.ts +0 -94
- package/src/components/persona/persona.stories.tsx +0 -101
- package/src/components/persona/persona.tsx +0 -143
- package/src/components/pin-input/index.ts +0 -2
- package/src/components/pin-input/pin-input.tsx +0 -36
- package/src/components/popover.tsx +0 -58
- package/src/components/progress-circle.tsx +0 -37
- package/src/components/progress.tsx +0 -40
- package/src/components/prose.tsx +0 -264
- package/src/components/provider.tsx +0 -12
- package/src/components/radio/index.ts +0 -2
- package/src/components/radio/radio.tsx +0 -27
- package/src/components/radio-card.tsx +0 -57
- package/src/components/radio.tsx +0 -24
- package/src/components/rating.tsx +0 -27
- package/src/components/search-input/index.ts +0 -2
- package/src/components/search-input/search-input.stories.tsx +0 -63
- package/src/components/search-input/search-input.tsx +0 -134
- package/src/components/segmented-control.tsx +0 -47
- package/src/components/select/index.ts +0 -1
- package/src/components/select/namespace.ts +0 -18
- package/src/components/select/select.tsx +0 -135
- package/src/components/sidebar/index.ts +0 -7
- package/src/components/sidebar/namespace.ts +0 -27
- package/src/components/sidebar/sidebar-item.recipe.ts +0 -65
- package/src/components/sidebar/sidebar.recipe.ts +0 -237
- package/src/components/sidebar/sidebar.stories.tsx +0 -903
- package/src/components/sidebar/sidebar.tsx +0 -204
- package/src/components/skeleton.tsx +0 -44
- package/src/components/slider.tsx +0 -53
- package/src/components/spinner/index.ts +0 -2
- package/src/components/spinner/spinner.stories.tsx +0 -19
- package/src/components/spinner/spinner.tsx +0 -21
- package/src/components/stat.tsx +0 -75
- package/src/components/status.tsx +0 -29
- package/src/components/stepper-input.tsx +0 -49
- package/src/components/steps/index.ts +0 -1
- package/src/components/steps/namespace.ts +0 -16
- package/src/components/steps/steps.tsx +0 -82
- package/src/components/switch/index.ts +0 -3
- package/src/components/switch/switch.tsx +0 -39
- package/src/components/tag.tsx +0 -39
- package/src/components/timeline.tsx +0 -17
- package/src/components/toaster.tsx +0 -43
- package/src/components/toggle-tip.tsx +0 -62
- package/src/components/tooltip.tsx +0 -46
- package/src/index.ts +0 -7
- package/src/preset.ts +0 -9
- package/src/provider/index.ts +0 -4
- package/src/provider/sui-provider.tsx +0 -34
- package/src/provider/use-link.test.tsx +0 -60
- package/src/provider/use-link.tsx +0 -13
- package/src/theme/animation-styles.ts +0 -53
- package/src/theme/breakpoints.ts +0 -11
- package/src/theme/conditions.ts +0 -26
- package/src/theme/fluid-font-sizes.ts +0 -65
- package/src/theme/global-css.ts +0 -94
- package/src/theme/index.ts +0 -72
- package/src/theme/layer-styles.ts +0 -116
- package/src/theme/recipes/chakra/accordion.ts +0 -145
- package/src/theme/recipes/chakra/action-bar.ts +0 -62
- package/src/theme/recipes/chakra/alert.ts +0 -157
- package/src/theme/recipes/chakra/avatar.ts +0 -141
- package/src/theme/recipes/chakra/badge.ts +0 -67
- package/src/theme/recipes/chakra/blockquote.ts +0 -83
- package/src/theme/recipes/chakra/breadcrumb.ts +0 -94
- package/src/theme/recipes/chakra/card.ts +0 -99
- package/src/theme/recipes/chakra/checkbox-card.ts +0 -212
- package/src/theme/recipes/chakra/checkbox.ts +0 -70
- package/src/theme/recipes/chakra/checkmark.ts +0 -83
- package/src/theme/recipes/chakra/code.ts +0 -17
- package/src/theme/recipes/chakra/collapsible.ts +0 -20
- package/src/theme/recipes/chakra/container.ts +0 -26
- package/src/theme/recipes/chakra/data-list.ts +0 -80
- package/src/theme/recipes/chakra/dialog.ts +0 -225
- package/src/theme/recipes/chakra/drawer.ts +0 -201
- package/src/theme/recipes/chakra/editable.ts +0 -88
- package/src/theme/recipes/chakra/empty-state.ts +0 -88
- package/src/theme/recipes/chakra/field.ts +0 -68
- package/src/theme/recipes/chakra/fieldset.ts +0 -62
- package/src/theme/recipes/chakra/file-upload.ts +0 -96
- package/src/theme/recipes/chakra/heading.ts +0 -27
- package/src/theme/recipes/chakra/hover-card.ts +0 -68
- package/src/theme/recipes/chakra/icon.ts +0 -30
- package/src/theme/recipes/chakra/input-addon.ts +0 -40
- package/src/theme/recipes/chakra/input.ts +0 -96
- package/src/theme/recipes/chakra/kbd.ts +0 -60
- package/src/theme/recipes/chakra/link.ts +0 -37
- package/src/theme/recipes/chakra/list.ts +0 -67
- package/src/theme/recipes/chakra/mark.ts +0 -27
- package/src/theme/recipes/chakra/menu.ts +0 -124
- package/src/theme/recipes/chakra/native-select.ts +0 -140
- package/src/theme/recipes/chakra/number-input.ts +0 -115
- package/src/theme/recipes/chakra/pin-input.ts +0 -27
- package/src/theme/recipes/chakra/popover.ts +0 -86
- package/src/theme/recipes/chakra/progress-circle.ts +0 -94
- package/src/theme/recipes/chakra/progress.ts +0 -127
- package/src/theme/recipes/chakra/radio-card.ts +0 -220
- package/src/theme/recipes/chakra/radio-group.ts +0 -72
- package/src/theme/recipes/chakra/radiomark.ts +0 -107
- package/src/theme/recipes/chakra/rating-group.ts +0 -94
- package/src/theme/recipes/chakra/segment-group.ts +0 -117
- package/src/theme/recipes/chakra/select.ts +0 -282
- package/src/theme/recipes/chakra/separator.ts +0 -51
- package/src/theme/recipes/chakra/skeleton.ts +0 -53
- package/src/theme/recipes/chakra/skip-nav-link.ts +0 -34
- package/src/theme/recipes/chakra/slider.ts +0 -178
- package/src/theme/recipes/chakra/spinner.ts +0 -32
- package/src/theme/recipes/chakra/stat.ts +0 -79
- package/src/theme/recipes/chakra/status.ts +0 -48
- package/src/theme/recipes/chakra/steps.ts +0 -218
- package/src/theme/recipes/chakra/switch.ts +0 -167
- package/src/theme/recipes/chakra/table.ts +0 -172
- package/src/theme/recipes/chakra/tabs.ts +0 -280
- package/src/theme/recipes/chakra/tag.ts +0 -131
- package/src/theme/recipes/chakra/textarea.ts +0 -88
- package/src/theme/recipes/chakra/timeline.ts +0 -138
- package/src/theme/recipes/chakra/toast.ts +0 -96
- package/src/theme/recipes/chakra/tooltip.ts +0 -40
- package/src/theme/recipes.ts +0 -46
- package/src/theme/semantic-tokens/colors.ts +0 -403
- package/src/theme/semantic-tokens/radii.ts +0 -7
- package/src/theme/semantic-tokens/shadows.ts +0 -52
- package/src/theme/slot-recipes.ts +0 -104
- package/src/theme/text-styles.ts +0 -39
- package/src/theme/tokens/animations.ts +0 -8
- package/src/theme/tokens/aspect-ratios.ts +0 -10
- package/src/theme/tokens/blurs.ts +0 -12
- package/src/theme/tokens/borders.ts +0 -9
- package/src/theme/tokens/colors.ts +0 -177
- package/src/theme/tokens/cursor.ts +0 -12
- package/src/theme/tokens/durations.ts +0 -11
- package/src/theme/tokens/easings.ts +0 -10
- package/src/theme/tokens/font-sizes.ts +0 -20
- package/src/theme/tokens/font-weights.ts +0 -13
- package/src/theme/tokens/fonts.ts +0 -15
- package/src/theme/tokens/keyframes.ts +0 -173
- package/src/theme/tokens/letter-spacing.ts +0 -9
- package/src/theme/tokens/line-heights.ts +0 -19
- package/src/theme/tokens/radius.ts +0 -18
- package/src/theme/tokens/sizes.ts +0 -71
- package/src/theme/tokens/spacing.ts +0 -38
- package/src/theme/tokens/z-indices.ts +0 -34
- package/src/theme/utils.ts +0 -46
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,90 @@
|
|
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
|
+
|
76
|
+
## 3.0.0-alpha.1
|
77
|
+
|
78
|
+
### Major Changes
|
79
|
+
|
80
|
+
- 550e5a6: Upgrade to Chakra v3
|
81
|
+
|
82
|
+
### Patch Changes
|
83
|
+
|
84
|
+
- Updated dependencies [550e5a6]
|
85
|
+
- @saas-ui/hooks@3.0.0-alpha.1
|
86
|
+
- @saas-ui/core@3.0.0-alpha.1
|
87
|
+
|
3
88
|
## 3.0.0-alpha.0
|
4
89
|
|
5
90
|
### 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,19 @@
|
|
1
|
+
'use client'
|
2
|
+
|
3
|
+
// src/components/spinner/spinner.tsx
|
4
|
+
import { forwardRef } from "react";
|
5
|
+
import { Spinner as ChakraSpinner } from "@chakra-ui/react";
|
6
|
+
import { Fragment, jsx } from "react/jsx-runtime";
|
7
|
+
var Spinner = forwardRef(
|
8
|
+
function Spinner2(props, ref) {
|
9
|
+
const { loading, children, ...rest } = props;
|
10
|
+
if (loading === false) {
|
11
|
+
return /* @__PURE__ */ jsx(Fragment, { children });
|
12
|
+
}
|
13
|
+
return /* @__PURE__ */ jsx(ChakraSpinner, { ref, ...rest });
|
14
|
+
}
|
15
|
+
);
|
16
|
+
|
17
|
+
export {
|
18
|
+
Spinner
|
19
|
+
};
|
@@ -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
|
+
};
|