@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
@@ -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
|
+
};
|
@@ -0,0 +1,71 @@
|
|
1
|
+
'use client'
|
2
|
+
import {
|
3
|
+
CloseButton
|
4
|
+
} from "./chunk-FZW2DYK3.js";
|
5
|
+
import {
|
6
|
+
__export
|
7
|
+
} from "./chunk-RTMS5TJN.js";
|
8
|
+
|
9
|
+
// src/components/dialog/namespace.ts
|
10
|
+
var namespace_exports = {};
|
11
|
+
__export(namespace_exports, {
|
12
|
+
ActionTrigger: () => DialogActionTrigger,
|
13
|
+
Backdrop: () => DialogBackdrop,
|
14
|
+
Body: () => DialogBody,
|
15
|
+
CloseTrigger: () => DialogCloseTrigger,
|
16
|
+
Content: () => DialogContent,
|
17
|
+
Context: () => DialogContext,
|
18
|
+
Description: () => DialogDescription,
|
19
|
+
Footer: () => DialogFooter,
|
20
|
+
Header: () => DialogHeader,
|
21
|
+
Root: () => DialogRoot,
|
22
|
+
Title: () => DialogTitle,
|
23
|
+
Trigger: () => DialogTrigger
|
24
|
+
});
|
25
|
+
|
26
|
+
// src/components/dialog/dialog.tsx
|
27
|
+
import { forwardRef } from "react";
|
28
|
+
import { Dialog as ChakraDialog, Portal } from "@chakra-ui/react";
|
29
|
+
import { DialogContext } from "@ark-ui/react/dialog";
|
30
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
31
|
+
var DialogContent = forwardRef(
|
32
|
+
function DialogContent2(props, ref) {
|
33
|
+
const {
|
34
|
+
children,
|
35
|
+
portalled = true,
|
36
|
+
portalRef,
|
37
|
+
backdrop = true,
|
38
|
+
...rest
|
39
|
+
} = props;
|
40
|
+
return /* @__PURE__ */ jsxs(Portal, { disabled: !portalled, container: portalRef, children: [
|
41
|
+
backdrop && /* @__PURE__ */ jsx(ChakraDialog.Backdrop, {}),
|
42
|
+
/* @__PURE__ */ jsx(ChakraDialog.Positioner, { children: /* @__PURE__ */ jsx(ChakraDialog.Content, { ref, ...rest, asChild: false, children }) })
|
43
|
+
] });
|
44
|
+
}
|
45
|
+
);
|
46
|
+
var DialogCloseTrigger = forwardRef(function DialogCloseTrigger2(props, ref) {
|
47
|
+
return /* @__PURE__ */ jsx(
|
48
|
+
ChakraDialog.CloseTrigger,
|
49
|
+
{
|
50
|
+
position: "absolute",
|
51
|
+
top: "2",
|
52
|
+
insetEnd: "2",
|
53
|
+
...props,
|
54
|
+
asChild: true,
|
55
|
+
children: /* @__PURE__ */ jsx(CloseButton, { size: "sm", ref, children: props.children })
|
56
|
+
}
|
57
|
+
);
|
58
|
+
});
|
59
|
+
var DialogRoot = ChakraDialog.Root;
|
60
|
+
var DialogFooter = ChakraDialog.Footer;
|
61
|
+
var DialogHeader = ChakraDialog.Header;
|
62
|
+
var DialogBody = ChakraDialog.Body;
|
63
|
+
var DialogBackdrop = ChakraDialog.Backdrop;
|
64
|
+
var DialogTitle = ChakraDialog.Title;
|
65
|
+
var DialogDescription = ChakraDialog.Description;
|
66
|
+
var DialogTrigger = ChakraDialog.Trigger;
|
67
|
+
var DialogActionTrigger = ChakraDialog.ActionTrigger;
|
68
|
+
|
69
|
+
export {
|
70
|
+
namespace_exports
|
71
|
+
};
|
@@ -0,0 +1,231 @@
|
|
1
|
+
'use client'
|
2
|
+
import {
|
3
|
+
InputGroup
|
4
|
+
} from "./chunk-PKI6YH2V.js";
|
5
|
+
|
6
|
+
// src/components/password-input/password-input.tsx
|
7
|
+
import { forwardRef, useRef } from "react";
|
8
|
+
import {
|
9
|
+
IconButton,
|
10
|
+
Input,
|
11
|
+
mergeRefs,
|
12
|
+
useControllableState
|
13
|
+
} from "@chakra-ui/react";
|
14
|
+
|
15
|
+
// ../../node_modules/react-icons/lib/iconBase.mjs
|
16
|
+
import React2 from "react";
|
17
|
+
|
18
|
+
// ../../node_modules/react-icons/lib/iconContext.mjs
|
19
|
+
import React from "react";
|
20
|
+
var DefaultContext = {
|
21
|
+
color: void 0,
|
22
|
+
size: void 0,
|
23
|
+
className: void 0,
|
24
|
+
style: void 0,
|
25
|
+
attr: void 0
|
26
|
+
};
|
27
|
+
var IconContext = React.createContext && /* @__PURE__ */ React.createContext(DefaultContext);
|
28
|
+
|
29
|
+
// ../../node_modules/react-icons/lib/iconBase.mjs
|
30
|
+
var _excluded = ["attr", "size", "title"];
|
31
|
+
function _objectWithoutProperties(source, excluded) {
|
32
|
+
if (source == null) return {};
|
33
|
+
var target = _objectWithoutPropertiesLoose(source, excluded);
|
34
|
+
var key, i;
|
35
|
+
if (Object.getOwnPropertySymbols) {
|
36
|
+
var sourceSymbolKeys = Object.getOwnPropertySymbols(source);
|
37
|
+
for (i = 0; i < sourceSymbolKeys.length; i++) {
|
38
|
+
key = sourceSymbolKeys[i];
|
39
|
+
if (excluded.indexOf(key) >= 0) continue;
|
40
|
+
if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
|
41
|
+
target[key] = source[key];
|
42
|
+
}
|
43
|
+
}
|
44
|
+
return target;
|
45
|
+
}
|
46
|
+
function _objectWithoutPropertiesLoose(source, excluded) {
|
47
|
+
if (source == null) return {};
|
48
|
+
var target = {};
|
49
|
+
for (var key in source) {
|
50
|
+
if (Object.prototype.hasOwnProperty.call(source, key)) {
|
51
|
+
if (excluded.indexOf(key) >= 0) continue;
|
52
|
+
target[key] = source[key];
|
53
|
+
}
|
54
|
+
}
|
55
|
+
return target;
|
56
|
+
}
|
57
|
+
function _extends() {
|
58
|
+
_extends = Object.assign ? Object.assign.bind() : function(target) {
|
59
|
+
for (var i = 1; i < arguments.length; i++) {
|
60
|
+
var source = arguments[i];
|
61
|
+
for (var key in source) {
|
62
|
+
if (Object.prototype.hasOwnProperty.call(source, key)) {
|
63
|
+
target[key] = source[key];
|
64
|
+
}
|
65
|
+
}
|
66
|
+
}
|
67
|
+
return target;
|
68
|
+
};
|
69
|
+
return _extends.apply(this, arguments);
|
70
|
+
}
|
71
|
+
function ownKeys(e, r) {
|
72
|
+
var t = Object.keys(e);
|
73
|
+
if (Object.getOwnPropertySymbols) {
|
74
|
+
var o = Object.getOwnPropertySymbols(e);
|
75
|
+
r && (o = o.filter(function(r2) {
|
76
|
+
return Object.getOwnPropertyDescriptor(e, r2).enumerable;
|
77
|
+
})), t.push.apply(t, o);
|
78
|
+
}
|
79
|
+
return t;
|
80
|
+
}
|
81
|
+
function _objectSpread(e) {
|
82
|
+
for (var r = 1; r < arguments.length; r++) {
|
83
|
+
var t = null != arguments[r] ? arguments[r] : {};
|
84
|
+
r % 2 ? ownKeys(Object(t), true).forEach(function(r2) {
|
85
|
+
_defineProperty(e, r2, t[r2]);
|
86
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function(r2) {
|
87
|
+
Object.defineProperty(e, r2, Object.getOwnPropertyDescriptor(t, r2));
|
88
|
+
});
|
89
|
+
}
|
90
|
+
return e;
|
91
|
+
}
|
92
|
+
function _defineProperty(obj, key, value) {
|
93
|
+
key = _toPropertyKey(key);
|
94
|
+
if (key in obj) {
|
95
|
+
Object.defineProperty(obj, key, { value, enumerable: true, configurable: true, writable: true });
|
96
|
+
} else {
|
97
|
+
obj[key] = value;
|
98
|
+
}
|
99
|
+
return obj;
|
100
|
+
}
|
101
|
+
function _toPropertyKey(t) {
|
102
|
+
var i = _toPrimitive(t, "string");
|
103
|
+
return "symbol" == typeof i ? i : i + "";
|
104
|
+
}
|
105
|
+
function _toPrimitive(t, r) {
|
106
|
+
if ("object" != typeof t || !t) return t;
|
107
|
+
var e = t[Symbol.toPrimitive];
|
108
|
+
if (void 0 !== e) {
|
109
|
+
var i = e.call(t, r || "default");
|
110
|
+
if ("object" != typeof i) return i;
|
111
|
+
throw new TypeError("@@toPrimitive must return a primitive value.");
|
112
|
+
}
|
113
|
+
return ("string" === r ? String : Number)(t);
|
114
|
+
}
|
115
|
+
function Tree2Element(tree) {
|
116
|
+
return tree && tree.map((node, i) => /* @__PURE__ */ React2.createElement(node.tag, _objectSpread({
|
117
|
+
key: i
|
118
|
+
}, node.attr), Tree2Element(node.child)));
|
119
|
+
}
|
120
|
+
function GenIcon(data) {
|
121
|
+
return (props) => /* @__PURE__ */ React2.createElement(IconBase, _extends({
|
122
|
+
attr: _objectSpread({}, data.attr)
|
123
|
+
}, props), Tree2Element(data.child));
|
124
|
+
}
|
125
|
+
function IconBase(props) {
|
126
|
+
var elem = (conf) => {
|
127
|
+
var {
|
128
|
+
attr,
|
129
|
+
size,
|
130
|
+
title
|
131
|
+
} = props, svgProps = _objectWithoutProperties(props, _excluded);
|
132
|
+
var computedSize = size || conf.size || "1em";
|
133
|
+
var className;
|
134
|
+
if (conf.className) className = conf.className;
|
135
|
+
if (props.className) className = (className ? className + " " : "") + props.className;
|
136
|
+
return /* @__PURE__ */ React2.createElement("svg", _extends({
|
137
|
+
stroke: "currentColor",
|
138
|
+
fill: "currentColor",
|
139
|
+
strokeWidth: "0"
|
140
|
+
}, conf.attr, attr, svgProps, {
|
141
|
+
className,
|
142
|
+
style: _objectSpread(_objectSpread({
|
143
|
+
color: props.color || conf.color
|
144
|
+
}, conf.style), props.style),
|
145
|
+
height: computedSize,
|
146
|
+
width: computedSize,
|
147
|
+
xmlns: "http://www.w3.org/2000/svg"
|
148
|
+
}), title && /* @__PURE__ */ React2.createElement("title", null, title), props.children);
|
149
|
+
};
|
150
|
+
return IconContext !== void 0 ? /* @__PURE__ */ React2.createElement(IconContext.Consumer, null, (conf) => elem(conf)) : elem(DefaultContext);
|
151
|
+
}
|
152
|
+
|
153
|
+
// ../../node_modules/react-icons/lu/index.mjs
|
154
|
+
function LuEyeOff(props) {
|
155
|
+
return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24", "fill": "none", "stroke": "currentColor", "strokeWidth": "2", "strokeLinecap": "round", "strokeLinejoin": "round" }, "child": [{ "tag": "path", "attr": { "d": "M9.88 9.88a3 3 0 1 0 4.24 4.24" }, "child": [] }, { "tag": "path", "attr": { "d": "M10.73 5.08A10.43 10.43 0 0 1 12 5c7 0 10 7 10 7a13.16 13.16 0 0 1-1.67 2.68" }, "child": [] }, { "tag": "path", "attr": { "d": "M6.61 6.61A13.526 13.526 0 0 0 2 12s3 7 10 7a9.74 9.74 0 0 0 5.39-1.61" }, "child": [] }, { "tag": "line", "attr": { "x1": "2", "x2": "22", "y1": "2", "y2": "22" }, "child": [] }] })(props);
|
156
|
+
}
|
157
|
+
function LuEye(props) {
|
158
|
+
return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24", "fill": "none", "stroke": "currentColor", "strokeWidth": "2", "strokeLinecap": "round", "strokeLinejoin": "round" }, "child": [{ "tag": "path", "attr": { "d": "M2 12s3-7 10-7 10 7 10 7-3 7-10 7-10-7-10-7Z" }, "child": [] }, { "tag": "circle", "attr": { "cx": "12", "cy": "12", "r": "3" }, "child": [] }] })(props);
|
159
|
+
}
|
160
|
+
|
161
|
+
// src/components/password-input/password-input.tsx
|
162
|
+
import { jsx } from "react/jsx-runtime";
|
163
|
+
var PasswordInput = forwardRef(
|
164
|
+
function PasswordInput2(props, ref) {
|
165
|
+
const {
|
166
|
+
rootProps,
|
167
|
+
defaultVisible,
|
168
|
+
visible: visibleProp,
|
169
|
+
onVisibleChange,
|
170
|
+
visibilityIcon = { on: /* @__PURE__ */ jsx(LuEye, {}), off: /* @__PURE__ */ jsx(LuEyeOff, {}) },
|
171
|
+
...rest
|
172
|
+
} = props;
|
173
|
+
const [visible, setVisible] = useControllableState({
|
174
|
+
value: visibleProp,
|
175
|
+
defaultValue: defaultVisible || false,
|
176
|
+
onChange: onVisibleChange
|
177
|
+
});
|
178
|
+
const inputRef = useRef(null);
|
179
|
+
return /* @__PURE__ */ jsx(
|
180
|
+
InputGroup,
|
181
|
+
{
|
182
|
+
width: "full",
|
183
|
+
endElement: /* @__PURE__ */ jsx(
|
184
|
+
VisibilityTrigger,
|
185
|
+
{
|
186
|
+
disabled: rest.disabled,
|
187
|
+
onPointerDown: (e) => {
|
188
|
+
if (rest.disabled) return;
|
189
|
+
if (e.button !== 0) return;
|
190
|
+
e.preventDefault();
|
191
|
+
setVisible(!visible);
|
192
|
+
},
|
193
|
+
children: visible ? visibilityIcon.off : visibilityIcon.on
|
194
|
+
}
|
195
|
+
),
|
196
|
+
...rootProps,
|
197
|
+
children: /* @__PURE__ */ jsx(
|
198
|
+
Input,
|
199
|
+
{
|
200
|
+
...rest,
|
201
|
+
ref: mergeRefs(ref, inputRef),
|
202
|
+
type: visible ? "text" : "password"
|
203
|
+
}
|
204
|
+
)
|
205
|
+
}
|
206
|
+
);
|
207
|
+
}
|
208
|
+
);
|
209
|
+
var VisibilityTrigger = forwardRef(
|
210
|
+
function VisibilityTrigger2(props, ref) {
|
211
|
+
return /* @__PURE__ */ jsx(
|
212
|
+
IconButton,
|
213
|
+
{
|
214
|
+
tabIndex: -1,
|
215
|
+
ref,
|
216
|
+
me: "-2",
|
217
|
+
aspectRatio: "square",
|
218
|
+
size: "sm",
|
219
|
+
variant: "ghost",
|
220
|
+
colorPalette: "gray",
|
221
|
+
height: "calc(100% - {spacing.2})",
|
222
|
+
"aria-label": "Toggle password visibility",
|
223
|
+
...props
|
224
|
+
}
|
225
|
+
);
|
226
|
+
}
|
227
|
+
);
|
228
|
+
|
229
|
+
export {
|
230
|
+
PasswordInput
|
231
|
+
};
|
@@ -0,0 +1,23 @@
|
|
1
|
+
'use client'
|
2
|
+
|
3
|
+
// src/components/empty-state/empty-state.tsx
|
4
|
+
import { EmptyState as ChakraEmptyState, VStack } from "@chakra-ui/react";
|
5
|
+
import { forwardRef } from "react";
|
6
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
7
|
+
var EmptyState = forwardRef(
|
8
|
+
function EmptyState2(props, ref) {
|
9
|
+
const { title, description, icon, children, ...rest } = props;
|
10
|
+
return /* @__PURE__ */ jsx(ChakraEmptyState.Root, { ref, ...rest, children: /* @__PURE__ */ jsxs(ChakraEmptyState.Content, { children: [
|
11
|
+
icon && /* @__PURE__ */ jsx(ChakraEmptyState.Indicator, { children: icon }),
|
12
|
+
description ? /* @__PURE__ */ jsxs(VStack, { textAlign: "center", children: [
|
13
|
+
/* @__PURE__ */ jsx(ChakraEmptyState.Title, { children: title }),
|
14
|
+
/* @__PURE__ */ jsx(ChakraEmptyState.Description, { children: description })
|
15
|
+
] }) : /* @__PURE__ */ jsx(ChakraEmptyState.Title, { children: title }),
|
16
|
+
children
|
17
|
+
] }) });
|
18
|
+
}
|
19
|
+
);
|
20
|
+
|
21
|
+
export {
|
22
|
+
EmptyState
|
23
|
+
};
|
@@ -0,0 +1,19 @@
|
|
1
|
+
'use client'
|
2
|
+
import {
|
3
|
+
CloseIcon
|
4
|
+
} from "./chunk-VDXTEASE.js";
|
5
|
+
|
6
|
+
// src/components/close-button/close-button.tsx
|
7
|
+
import { forwardRef } from "react";
|
8
|
+
import { IconButton as ChakraIconButton } from "@chakra-ui/react";
|
9
|
+
import { jsx } from "react/jsx-runtime";
|
10
|
+
var CloseButton = forwardRef(
|
11
|
+
function CloseButton2(props, ref) {
|
12
|
+
var _a;
|
13
|
+
return /* @__PURE__ */ jsx(ChakraIconButton, { variant: "ghost", "aria-label": "Close", ref, ...props, children: (_a = props.children) != null ? _a : /* @__PURE__ */ jsx(CloseIcon, {}) });
|
14
|
+
}
|
15
|
+
);
|
16
|
+
|
17
|
+
export {
|
18
|
+
CloseButton
|
19
|
+
};
|
@@ -0,0 +1,141 @@
|
|
1
|
+
'use client'
|
2
|
+
import {
|
3
|
+
__export
|
4
|
+
} from "./chunk-RTMS5TJN.js";
|
5
|
+
|
6
|
+
// src/components/sidebar/sidebar.tsx
|
7
|
+
var sidebar_exports = {};
|
8
|
+
__export(sidebar_exports, {
|
9
|
+
Backdrop: () => SidebarBackdrop,
|
10
|
+
Body: () => SidebarBody,
|
11
|
+
FlyoutTrigger: () => SidebarFlyoutTrigger,
|
12
|
+
Footer: () => SidebarFooter,
|
13
|
+
Group: () => SidebarGroup,
|
14
|
+
GroupContent: () => SidebarGroupContent,
|
15
|
+
GroupEndElement: () => SidebarGroupEndElement,
|
16
|
+
GroupHeader: () => SidebarGroupHeader,
|
17
|
+
GroupTitle: () => SidebarGroupTitle,
|
18
|
+
Header: () => SidebarHeader,
|
19
|
+
NavButton: () => SidebarNavButton,
|
20
|
+
NavButtonEndElement: () => SidebarNavButtonEndElement,
|
21
|
+
NavItem: () => SidebarNavItem,
|
22
|
+
Provider: () => SidebarProvider,
|
23
|
+
Root: () => SidebarRoot,
|
24
|
+
Track: () => SidebarTrack,
|
25
|
+
Trigger: () => SidebarTrigger
|
26
|
+
});
|
27
|
+
import { Sidebar, useSidebar } from "@saas-ui/core/sidebar";
|
28
|
+
|
29
|
+
// src/components/sidebar/sidebar.context.ts
|
30
|
+
import { createSlotRecipeContext } from "@chakra-ui/react";
|
31
|
+
var {
|
32
|
+
withContext,
|
33
|
+
useRecipeResult,
|
34
|
+
StylesProvider,
|
35
|
+
ClassNamesProvider,
|
36
|
+
useStyles: useSidebarStyles
|
37
|
+
} = createSlotRecipeContext({
|
38
|
+
key: "suiSidebar"
|
39
|
+
});
|
40
|
+
var {
|
41
|
+
withProvider: withItemProvider,
|
42
|
+
withContext: withItemContext,
|
43
|
+
useStyles: useSidebarItemStyles
|
44
|
+
} = createSlotRecipeContext({
|
45
|
+
key: "suiSidebarNavItem"
|
46
|
+
});
|
47
|
+
|
48
|
+
// src/components/sidebar/sidebar.tsx
|
49
|
+
import { jsx } from "react/jsx-runtime";
|
50
|
+
var SidebarProvider = function SidebarProvider2(props) {
|
51
|
+
return /* @__PURE__ */ jsx(Sidebar.Provider, { ...props, children: /* @__PURE__ */ jsx(RecipeProvider, { ...props, children: props.children }) });
|
52
|
+
};
|
53
|
+
function RecipeProvider(props) {
|
54
|
+
const { mode } = useSidebar();
|
55
|
+
const { styles, classNames } = useRecipeResult({
|
56
|
+
...props,
|
57
|
+
mode
|
58
|
+
});
|
59
|
+
return /* @__PURE__ */ jsx(StylesProvider, { value: styles, children: /* @__PURE__ */ jsx(ClassNamesProvider, { value: classNames, children: props.children }) });
|
60
|
+
}
|
61
|
+
var SidebarRoot = withContext(
|
62
|
+
Sidebar.Root,
|
63
|
+
"root"
|
64
|
+
);
|
65
|
+
var SidebarTrigger = withContext(
|
66
|
+
Sidebar.Trigger,
|
67
|
+
"trigger",
|
68
|
+
{
|
69
|
+
forwardAsChild: true
|
70
|
+
}
|
71
|
+
);
|
72
|
+
var SidebarFlyoutTrigger = withContext(Sidebar.FlyoutTrigger, "flyoutTrigger", {
|
73
|
+
forwardAsChild: true
|
74
|
+
});
|
75
|
+
var SidebarBackdrop = withContext(
|
76
|
+
Sidebar.Backdrop,
|
77
|
+
"backdrop",
|
78
|
+
{
|
79
|
+
forwardAsChild: true
|
80
|
+
}
|
81
|
+
);
|
82
|
+
var SidebarHeader = withContext(
|
83
|
+
Sidebar.Header,
|
84
|
+
"header"
|
85
|
+
);
|
86
|
+
var SidebarBody = withContext(
|
87
|
+
Sidebar.Body,
|
88
|
+
"body"
|
89
|
+
);
|
90
|
+
var SidebarFooter = withContext(
|
91
|
+
Sidebar.Footer,
|
92
|
+
"footer"
|
93
|
+
);
|
94
|
+
var SidebarTrack = withContext(
|
95
|
+
Sidebar.Track,
|
96
|
+
"track",
|
97
|
+
{
|
98
|
+
forwardAsChild: true
|
99
|
+
}
|
100
|
+
);
|
101
|
+
var SidebarGroup = withContext(
|
102
|
+
Sidebar.Group,
|
103
|
+
"group",
|
104
|
+
{
|
105
|
+
defaultProps: {
|
106
|
+
role: "group"
|
107
|
+
}
|
108
|
+
}
|
109
|
+
);
|
110
|
+
var SidebarGroupHeader = withContext(
|
111
|
+
Sidebar.GroupHeader,
|
112
|
+
"groupHeader"
|
113
|
+
);
|
114
|
+
var SidebarGroupTitle = withContext(Sidebar.GroupTitle, "groupTitle");
|
115
|
+
var SidebarGroupEndElement = withContext(Sidebar.GroupEndElement, "groupEndElement");
|
116
|
+
var SidebarGroupContent = withContext(
|
117
|
+
Sidebar.GroupContent,
|
118
|
+
"groupContent"
|
119
|
+
);
|
120
|
+
var SidebarNavItem = withItemProvider(
|
121
|
+
Sidebar.NavItem,
|
122
|
+
"item"
|
123
|
+
);
|
124
|
+
var SidebarNavButton = withItemContext(Sidebar.NavButton, "button", {
|
125
|
+
forwardAsChild: true
|
126
|
+
});
|
127
|
+
var SidebarNavButtonEndElement = withItemContext(Sidebar.NavItemEndElement, "endElement", {
|
128
|
+
defaultProps: {
|
129
|
+
"data-slot": "endElement"
|
130
|
+
}
|
131
|
+
});
|
132
|
+
|
133
|
+
// src/components/sidebar/index.ts
|
134
|
+
import { useSidebar as useSidebar2 } from "@saas-ui/core/sidebar";
|
135
|
+
|
136
|
+
export {
|
137
|
+
useSidebarStyles,
|
138
|
+
useSidebarItemStyles,
|
139
|
+
sidebar_exports,
|
140
|
+
useSidebar2 as useSidebar
|
141
|
+
};
|
@@ -0,0 +1,63 @@
|
|
1
|
+
'use client'
|
2
|
+
import {
|
3
|
+
CloseButton
|
4
|
+
} from "./chunk-FZW2DYK3.js";
|
5
|
+
import {
|
6
|
+
__export
|
7
|
+
} from "./chunk-RTMS5TJN.js";
|
8
|
+
|
9
|
+
// src/components/drawer/namespace.ts
|
10
|
+
var namespace_exports = {};
|
11
|
+
__export(namespace_exports, {
|
12
|
+
ActionTrigger: () => DrawerActionTrigger,
|
13
|
+
Backdrop: () => DrawerBackdrop,
|
14
|
+
Body: () => DrawerBody,
|
15
|
+
CloseTrigger: () => DrawerCloseTrigger,
|
16
|
+
Content: () => DrawerContent,
|
17
|
+
Context: () => DrawerContext,
|
18
|
+
Description: () => DrawerDescription,
|
19
|
+
Footer: () => DrawerFooter,
|
20
|
+
Header: () => DrawerHeader,
|
21
|
+
Root: () => DrawerRoot,
|
22
|
+
Title: () => DrawerTitle,
|
23
|
+
Trigger: () => DrawerTrigger
|
24
|
+
});
|
25
|
+
|
26
|
+
// src/components/drawer/drawer.tsx
|
27
|
+
import { forwardRef } from "react";
|
28
|
+
import { DialogContext } from "@ark-ui/react/dialog";
|
29
|
+
import { Drawer as ChakraDrawer, Portal } from "@chakra-ui/react";
|
30
|
+
import { jsx } from "react/jsx-runtime";
|
31
|
+
var DrawerContent = forwardRef(
|
32
|
+
function DrawerContent2(props, ref) {
|
33
|
+
const { children, portalled = true, portalRef, offset, ...rest } = props;
|
34
|
+
return /* @__PURE__ */ jsx(Portal, { disabled: !portalled, container: portalRef, children: /* @__PURE__ */ jsx(ChakraDrawer.Positioner, { padding: offset, children: /* @__PURE__ */ jsx(ChakraDrawer.Content, { ref, ...rest, asChild: false, children }) }) });
|
35
|
+
}
|
36
|
+
);
|
37
|
+
var DrawerCloseTrigger = forwardRef(function DrawerCloseTrigger2(props, ref) {
|
38
|
+
return /* @__PURE__ */ jsx(
|
39
|
+
ChakraDrawer.CloseTrigger,
|
40
|
+
{
|
41
|
+
position: "absolute",
|
42
|
+
top: "2",
|
43
|
+
insetEnd: "2",
|
44
|
+
...props,
|
45
|
+
asChild: true,
|
46
|
+
children: /* @__PURE__ */ jsx(CloseButton, { size: "sm", ref })
|
47
|
+
}
|
48
|
+
);
|
49
|
+
});
|
50
|
+
var DrawerTrigger = ChakraDrawer.Trigger;
|
51
|
+
var DrawerRoot = ChakraDrawer.Root;
|
52
|
+
var DrawerFooter = ChakraDrawer.Footer;
|
53
|
+
var DrawerHeader = ChakraDrawer.Header;
|
54
|
+
var DrawerBody = ChakraDrawer.Body;
|
55
|
+
var DrawerBackdrop = ChakraDrawer.Backdrop;
|
56
|
+
var DrawerDescription = ChakraDrawer.Description;
|
57
|
+
var DrawerTitle = ChakraDrawer.Title;
|
58
|
+
var DrawerActionTrigger = ChakraDrawer.ActionTrigger;
|
59
|
+
var DrawerContext = DialogContext;
|
60
|
+
|
61
|
+
export {
|
62
|
+
namespace_exports
|
63
|
+
};
|
@@ -0,0 +1,35 @@
|
|
1
|
+
'use client'
|
2
|
+
|
3
|
+
// src/components/toaster/toaster.tsx
|
4
|
+
import {
|
5
|
+
Toaster as ChakraToaster,
|
6
|
+
Portal,
|
7
|
+
Spinner,
|
8
|
+
Stack,
|
9
|
+
Toast,
|
10
|
+
createToaster
|
11
|
+
} from "@chakra-ui/react";
|
12
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
13
|
+
var toast = createToaster({
|
14
|
+
placement: "bottom-end",
|
15
|
+
pauseOnPageIdle: true
|
16
|
+
});
|
17
|
+
var Toaster = () => {
|
18
|
+
return /* @__PURE__ */ jsx(Portal, { children: /* @__PURE__ */ jsx(ChakraToaster, { toaster: toast, insetInline: { mdDown: "4" }, children: (toast2) => {
|
19
|
+
var _a;
|
20
|
+
return /* @__PURE__ */ jsxs(Toast.Root, { width: { md: "sm" }, children: [
|
21
|
+
toast2.type === "loading" ? /* @__PURE__ */ jsx(Spinner, { size: "sm", color: "colorPalette.solid" }) : /* @__PURE__ */ jsx(Toast.Indicator, {}),
|
22
|
+
/* @__PURE__ */ jsxs(Stack, { gap: "1", flex: "1", maxWidth: "100%", children: [
|
23
|
+
toast2.title && /* @__PURE__ */ jsx(Toast.Title, { children: toast2.title }),
|
24
|
+
toast2.description && /* @__PURE__ */ jsx(Toast.Description, { children: toast2.description })
|
25
|
+
] }),
|
26
|
+
toast2.action && /* @__PURE__ */ jsx(Toast.ActionTrigger, { children: toast2.action.label }),
|
27
|
+
((_a = toast2.meta) == null ? void 0 : _a.closable) && /* @__PURE__ */ jsx(Toast.CloseTrigger, {})
|
28
|
+
] });
|
29
|
+
} }) });
|
30
|
+
};
|
31
|
+
|
32
|
+
export {
|
33
|
+
toast,
|
34
|
+
Toaster
|
35
|
+
};
|
@@ -0,0 +1,38 @@
|
|
1
|
+
'use client'
|
2
|
+
|
3
|
+
// src/components/icon-badge/icon-badge.tsx
|
4
|
+
import * as React from "react";
|
5
|
+
import { cloneElement, isValidElement } from "react";
|
6
|
+
import {
|
7
|
+
chakra,
|
8
|
+
useRecipe
|
9
|
+
} from "@chakra-ui/react";
|
10
|
+
import { cx } from "@saas-ui/core/utils";
|
11
|
+
import { jsx } from "react/jsx-runtime";
|
12
|
+
var IconBadge = React.forwardRef(
|
13
|
+
(props, ref) => {
|
14
|
+
const { icon, children, ...rest } = props;
|
15
|
+
const recipe = useRecipe({ key: "suiIconBadge", recipe: props.recipe });
|
16
|
+
const [variantProps, localProps] = recipe.splitVariantProps(rest);
|
17
|
+
const styles = recipe(variantProps);
|
18
|
+
const element = icon || children;
|
19
|
+
const _children = isValidElement(element) ? cloneElement(element, {
|
20
|
+
"aria-hidden": true,
|
21
|
+
focusable: false
|
22
|
+
}) : null;
|
23
|
+
return /* @__PURE__ */ jsx(
|
24
|
+
chakra.div,
|
25
|
+
{
|
26
|
+
ref,
|
27
|
+
...localProps,
|
28
|
+
css: [styles, props.css],
|
29
|
+
className: cx(recipe.className, props.className),
|
30
|
+
children: _children
|
31
|
+
}
|
32
|
+
);
|
33
|
+
}
|
34
|
+
);
|
35
|
+
|
36
|
+
export {
|
37
|
+
IconBadge
|
38
|
+
};
|