@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,14 @@
|
|
1
|
+
import * as react from 'react';
|
2
|
+
import { SegmentGroup } from '@chakra-ui/react';
|
3
|
+
|
4
|
+
interface Item {
|
5
|
+
value: string;
|
6
|
+
label: React.ReactNode;
|
7
|
+
disabled?: boolean;
|
8
|
+
}
|
9
|
+
interface SegmentedControlProps extends SegmentGroup.RootProps {
|
10
|
+
items: Array<string | Item>;
|
11
|
+
}
|
12
|
+
declare const SegmentedControl: react.ForwardRefExoticComponent<SegmentedControlProps & react.RefAttributes<HTMLDivElement>>;
|
13
|
+
|
14
|
+
export { SegmentedControl, type SegmentedControlProps };
|
@@ -0,0 +1,233 @@
|
|
1
|
+
'use client'
|
2
|
+
"use strict";
|
3
|
+
var __defProp = Object.defineProperty;
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
5
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
6
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
7
|
+
var __export = (target, all) => {
|
8
|
+
for (var name in all)
|
9
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
10
|
+
};
|
11
|
+
var __copyProps = (to, from, except, desc) => {
|
12
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
13
|
+
for (let key of __getOwnPropNames(from))
|
14
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
15
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
16
|
+
}
|
17
|
+
return to;
|
18
|
+
};
|
19
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
20
|
+
|
21
|
+
// src/components/select/index.ts
|
22
|
+
var select_exports = {};
|
23
|
+
__export(select_exports, {
|
24
|
+
Select: () => namespace_exports
|
25
|
+
});
|
26
|
+
module.exports = __toCommonJS(select_exports);
|
27
|
+
|
28
|
+
// src/components/select/namespace.ts
|
29
|
+
var namespace_exports = {};
|
30
|
+
__export(namespace_exports, {
|
31
|
+
Content: () => SelectContent,
|
32
|
+
Item: () => SelectItem,
|
33
|
+
ItemGroup: () => SelectItemGroup,
|
34
|
+
ItemText: () => SelectItemText,
|
35
|
+
Label: () => SelectLabel,
|
36
|
+
Root: () => SelectRoot,
|
37
|
+
Trigger: () => SelectTrigger,
|
38
|
+
ValueText: () => SelectValueText
|
39
|
+
});
|
40
|
+
|
41
|
+
// src/components/select/select.tsx
|
42
|
+
var import_react4 = require("react");
|
43
|
+
var import_react5 = require("@chakra-ui/react");
|
44
|
+
|
45
|
+
// src/components/close-button/close-button.tsx
|
46
|
+
var import_react2 = require("react");
|
47
|
+
var import_react3 = require("@chakra-ui/react");
|
48
|
+
|
49
|
+
// src/components/icons/create-icon.tsx
|
50
|
+
var import_react = require("@chakra-ui/react");
|
51
|
+
var createIcon = (props) => {
|
52
|
+
return (0, import_react.createIcon)({
|
53
|
+
viewBox: "0 0 24 24",
|
54
|
+
defaultProps: {
|
55
|
+
fill: "none",
|
56
|
+
stroke: "currentColor",
|
57
|
+
strokeWidth: "2",
|
58
|
+
strokeLinecap: "round",
|
59
|
+
strokeLinejoin: "round"
|
60
|
+
},
|
61
|
+
...props
|
62
|
+
});
|
63
|
+
};
|
64
|
+
|
65
|
+
// src/components/icons/icons.tsx
|
66
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
67
|
+
var ChevronUpIcon = createIcon({
|
68
|
+
displayName: "ChevronUpIcon",
|
69
|
+
path: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("polyline", { points: "18 15 12 9 6 15" })
|
70
|
+
});
|
71
|
+
var ChevronDownIcon = createIcon({
|
72
|
+
displayName: "ChevronDownIcon",
|
73
|
+
path: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("polyline", { points: "6 9 12 15 18 9" })
|
74
|
+
});
|
75
|
+
var ChevronLeftIcon = createIcon({
|
76
|
+
displayName: "ChevronLeftIcon",
|
77
|
+
path: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("polyline", { points: "15 18 9 12 15 6" })
|
78
|
+
});
|
79
|
+
var ChevronRightIcon = createIcon({
|
80
|
+
displayName: "ChevronRightIcon",
|
81
|
+
path: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("polyline", { points: "9 18 15 12 9 6" })
|
82
|
+
});
|
83
|
+
var HamburgerIcon = createIcon({
|
84
|
+
displayName: "ChevronDownIcon",
|
85
|
+
path: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { fill: "none", children: [
|
86
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("line", { x1: "3", y1: "12", x2: "21", y2: "12" }),
|
87
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("line", { x1: "3", y1: "6", x2: "21", y2: "6" }),
|
88
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("line", { x1: "3", y1: "18", x2: "21", y2: "18" })
|
89
|
+
] })
|
90
|
+
});
|
91
|
+
var CloseIcon = createIcon({
|
92
|
+
displayName: "CloseIcon",
|
93
|
+
path: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { children: [
|
94
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("line", { x1: "18", y1: "6", x2: "6", y2: "18" }),
|
95
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("line", { x1: "6", y1: "6", x2: "18", y2: "18" })
|
96
|
+
] })
|
97
|
+
});
|
98
|
+
var FilterIcon = createIcon({
|
99
|
+
displayName: "FilterIcon",
|
100
|
+
path: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("polygon", { points: "22 3 2 3 10 12.46 10 19 14 21 14 12.46 22 3" })
|
101
|
+
});
|
102
|
+
var CalendarIcon = createIcon({
|
103
|
+
displayName: "CalendarIcon",
|
104
|
+
path: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { children: [
|
105
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { x: "3", y: "4", width: "18", height: "18", rx: "2", ry: "2" }),
|
106
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("line", { x1: "16", y1: "2", x2: "16", y2: "6" }),
|
107
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("line", { x1: "8", y1: "2", x2: "8", y2: "6" }),
|
108
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("line", { x1: "3", y1: "10", x2: "21", y2: "10" })
|
109
|
+
] })
|
110
|
+
});
|
111
|
+
var PlusIcon = createIcon({
|
112
|
+
displayName: "PlusIcon",
|
113
|
+
path: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { children: [
|
114
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("line", { x1: "12", y1: "5", x2: "12", y2: "19" }),
|
115
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("line", { x1: "5", y1: "12", x2: "19", y2: "12" })
|
116
|
+
] })
|
117
|
+
});
|
118
|
+
var MinusIcon = createIcon({
|
119
|
+
displayName: "MinusIcon",
|
120
|
+
path: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("g", { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("line", { x1: "5", y1: "12", x2: "19", y2: "12" }) })
|
121
|
+
});
|
122
|
+
var ViewOffIcon = createIcon({
|
123
|
+
displayName: "ViewOffIcon",
|
124
|
+
path: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { children: [
|
125
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M17.94 17.94A10.07 10.07 0 0 1 12 20c-7 0-11-8-11-8a18.45 18.45 0 0 1 5.06-5.94M9.9 4.24A9.12 9.12 0 0 1 12 4c7 0 11 8 11 8a18.5 18.5 0 0 1-2.16 3.19m-6.72-1.07a3 3 0 1 1-4.24-4.24" }),
|
126
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("line", { x1: "1", y1: "1", x2: "23", y2: "23" })
|
127
|
+
] })
|
128
|
+
});
|
129
|
+
var ViewIcon = createIcon({
|
130
|
+
displayName: "ViewOffIcon",
|
131
|
+
path: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { children: [
|
132
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z" }),
|
133
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("circle", { cx: "12", cy: "12", r: "3" })
|
134
|
+
] })
|
135
|
+
});
|
136
|
+
var SearchIcon = createIcon({
|
137
|
+
displayName: "SearchIcon",
|
138
|
+
path: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { children: [
|
139
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("circle", { cx: "11", cy: "11", r: "8" }),
|
140
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("line", { x1: "21", y1: "21", x2: "16.65", y2: "16.65" })
|
141
|
+
] })
|
142
|
+
});
|
143
|
+
var CheckIcon = createIcon({
|
144
|
+
displayName: "CheckIcon",
|
145
|
+
path: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("g", { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("polyline", { points: "20 6 9 17 4 12" }) })
|
146
|
+
});
|
147
|
+
|
148
|
+
// src/components/close-button/close-button.tsx
|
149
|
+
var import_jsx_runtime2 = require("react/jsx-runtime");
|
150
|
+
var CloseButton = (0, import_react2.forwardRef)(
|
151
|
+
function CloseButton2(props, ref) {
|
152
|
+
var _a;
|
153
|
+
return /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(import_react3.IconButton, { variant: "ghost", "aria-label": "Close", ref, ...props, children: (_a = props.children) != null ? _a : /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(CloseIcon, {}) });
|
154
|
+
}
|
155
|
+
);
|
156
|
+
|
157
|
+
// src/components/select/select.tsx
|
158
|
+
var import_jsx_runtime3 = require("react/jsx-runtime");
|
159
|
+
var SelectTrigger = (0, import_react4.forwardRef)(
|
160
|
+
function SelectTrigger2(props, ref) {
|
161
|
+
const { children, clearable, ...rest } = props;
|
162
|
+
return /* @__PURE__ */ (0, import_jsx_runtime3.jsxs)(import_react5.Select.Control, { ...rest, children: [
|
163
|
+
/* @__PURE__ */ (0, import_jsx_runtime3.jsx)(import_react5.Select.Trigger, { ref, children }),
|
164
|
+
/* @__PURE__ */ (0, import_jsx_runtime3.jsxs)(import_react5.Select.IndicatorGroup, { children: [
|
165
|
+
clearable && /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(SelectClearTrigger, {}),
|
166
|
+
/* @__PURE__ */ (0, import_jsx_runtime3.jsx)(import_react5.Select.Indicator, {})
|
167
|
+
] })
|
168
|
+
] });
|
169
|
+
}
|
170
|
+
);
|
171
|
+
var SelectClearTrigger = (0, import_react4.forwardRef)(function SelectClearTrigger2(props, ref) {
|
172
|
+
return /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(import_react5.Select.ClearTrigger, { asChild: true, ...props, ref, children: /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
|
173
|
+
CloseButton,
|
174
|
+
{
|
175
|
+
size: "xs",
|
176
|
+
variant: "plain",
|
177
|
+
focusVisibleRing: "inside",
|
178
|
+
focusRingWidth: "2px",
|
179
|
+
pointerEvents: "auto"
|
180
|
+
}
|
181
|
+
) });
|
182
|
+
});
|
183
|
+
var SelectContent = (0, import_react4.forwardRef)(
|
184
|
+
function SelectContent2(props, ref) {
|
185
|
+
const { portalled = true, portalRef, ...rest } = props;
|
186
|
+
return /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(import_react5.Portal, { disabled: !portalled, container: portalRef, children: /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(import_react5.Select.Positioner, { children: /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(import_react5.Select.Content, { ...rest, ref }) }) });
|
187
|
+
}
|
188
|
+
);
|
189
|
+
var SelectItem = (0, import_react4.forwardRef)(
|
190
|
+
function SelectItem2(props, ref) {
|
191
|
+
const { item, children, ...rest } = props;
|
192
|
+
return /* @__PURE__ */ (0, import_jsx_runtime3.jsxs)(import_react5.Select.Item, { item, ...rest, ref, children: [
|
193
|
+
children,
|
194
|
+
/* @__PURE__ */ (0, import_jsx_runtime3.jsx)(import_react5.Select.ItemIndicator, {})
|
195
|
+
] }, item.value);
|
196
|
+
}
|
197
|
+
);
|
198
|
+
var SelectValueText = (0, import_react4.forwardRef)(function SelectValueText2(props, ref) {
|
199
|
+
const { children, ...rest } = props;
|
200
|
+
return /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(import_react5.Select.ValueText, { ...rest, ref, children: /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(import_react5.Select.Context, { children: (select) => {
|
201
|
+
const items = select.selectedItems;
|
202
|
+
if (items.length === 0) return props.placeholder;
|
203
|
+
if (children) return children(items);
|
204
|
+
if (items.length === 1)
|
205
|
+
return select.collection.stringifyItem(items[0]);
|
206
|
+
return `${items.length} selected`;
|
207
|
+
} }) });
|
208
|
+
});
|
209
|
+
var SelectRoot = (0, import_react4.forwardRef)(function SelectRoot2(props, ref) {
|
210
|
+
return /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
|
211
|
+
import_react5.Select.Root,
|
212
|
+
{
|
213
|
+
...props,
|
214
|
+
ref,
|
215
|
+
positioning: { sameWidth: true, ...props.positioning }
|
216
|
+
}
|
217
|
+
);
|
218
|
+
});
|
219
|
+
var SelectItemGroup = (0, import_react4.forwardRef)(
|
220
|
+
function SelectItemGroup2(props, ref) {
|
221
|
+
const { children, label, ...rest } = props;
|
222
|
+
return /* @__PURE__ */ (0, import_jsx_runtime3.jsxs)(import_react5.Select.ItemGroup, { ...rest, ref, children: [
|
223
|
+
/* @__PURE__ */ (0, import_jsx_runtime3.jsx)(import_react5.Select.ItemGroupLabel, { children: label }),
|
224
|
+
children
|
225
|
+
] });
|
226
|
+
}
|
227
|
+
);
|
228
|
+
var SelectLabel = import_react5.Select.Label;
|
229
|
+
var SelectItemText = import_react5.Select.ItemText;
|
230
|
+
// Annotate the CommonJS export names for ESM import in node:
|
231
|
+
0 && (module.exports = {
|
232
|
+
Select
|
233
|
+
});
|
@@ -0,0 +1,32 @@
|
|
1
|
+
import * as react from 'react';
|
2
|
+
import { Select, CollectionItem } from '@chakra-ui/react';
|
3
|
+
|
4
|
+
interface SelectTriggerProps extends Select.ControlProps {
|
5
|
+
clearable?: boolean;
|
6
|
+
}
|
7
|
+
declare const SelectTrigger: react.ForwardRefExoticComponent<SelectTriggerProps & react.RefAttributes<HTMLButtonElement>>;
|
8
|
+
interface SelectContentProps extends Select.ContentProps {
|
9
|
+
portalled?: boolean;
|
10
|
+
portalRef?: React.RefObject<HTMLElement>;
|
11
|
+
}
|
12
|
+
declare const SelectContent: react.ForwardRefExoticComponent<SelectContentProps & react.RefAttributes<HTMLDivElement>>;
|
13
|
+
declare const SelectItem: react.ForwardRefExoticComponent<Select.ItemProps & react.RefAttributes<HTMLDivElement>>;
|
14
|
+
interface SelectValueTextProps extends Omit<Select.ValueTextProps, 'children'> {
|
15
|
+
children?(items: CollectionItem[]): React.ReactNode;
|
16
|
+
}
|
17
|
+
declare const SelectValueText: react.ForwardRefExoticComponent<SelectValueTextProps & react.RefAttributes<HTMLSpanElement>>;
|
18
|
+
interface SelectRootProps<T> extends Select.RootProps<T> {
|
19
|
+
}
|
20
|
+
declare const SelectRoot: <T extends CollectionItem>(props: SelectRootProps<T> & React.RefAttributes<HTMLDivElement>) => React.ReactElement;
|
21
|
+
interface SelectItemGroupProps extends Select.ItemGroupProps {
|
22
|
+
label: React.ReactNode;
|
23
|
+
}
|
24
|
+
declare const SelectItemGroup: react.ForwardRefExoticComponent<SelectItemGroupProps & react.RefAttributes<HTMLDivElement>>;
|
25
|
+
declare const SelectLabel: react.ForwardRefExoticComponent<Select.LabelProps & react.RefAttributes<HTMLLabelElement>>;
|
26
|
+
declare const SelectItemText: react.ForwardRefExoticComponent<Select.ItemTextProps & react.RefAttributes<HTMLDivElement>>;
|
27
|
+
|
28
|
+
declare namespace namespace {
|
29
|
+
export { SelectContent as Content, type SelectContentProps as ContentProps, SelectItem as Item, SelectItemGroup as ItemGroup, type SelectItemGroupProps as ItemGroupProps, SelectItemText as ItemText, SelectLabel as Label, SelectRoot as Root, type SelectRootProps as RootProps, SelectTrigger as Trigger, type SelectTriggerProps as TriggerProps, SelectValueText as ValueText, type SelectValueTextProps as ValueTextProps };
|
30
|
+
}
|
31
|
+
|
32
|
+
export { namespace as Select };
|
@@ -0,0 +1,32 @@
|
|
1
|
+
import * as react from 'react';
|
2
|
+
import { Select, CollectionItem } from '@chakra-ui/react';
|
3
|
+
|
4
|
+
interface SelectTriggerProps extends Select.ControlProps {
|
5
|
+
clearable?: boolean;
|
6
|
+
}
|
7
|
+
declare const SelectTrigger: react.ForwardRefExoticComponent<SelectTriggerProps & react.RefAttributes<HTMLButtonElement>>;
|
8
|
+
interface SelectContentProps extends Select.ContentProps {
|
9
|
+
portalled?: boolean;
|
10
|
+
portalRef?: React.RefObject<HTMLElement>;
|
11
|
+
}
|
12
|
+
declare const SelectContent: react.ForwardRefExoticComponent<SelectContentProps & react.RefAttributes<HTMLDivElement>>;
|
13
|
+
declare const SelectItem: react.ForwardRefExoticComponent<Select.ItemProps & react.RefAttributes<HTMLDivElement>>;
|
14
|
+
interface SelectValueTextProps extends Omit<Select.ValueTextProps, 'children'> {
|
15
|
+
children?(items: CollectionItem[]): React.ReactNode;
|
16
|
+
}
|
17
|
+
declare const SelectValueText: react.ForwardRefExoticComponent<SelectValueTextProps & react.RefAttributes<HTMLSpanElement>>;
|
18
|
+
interface SelectRootProps<T> extends Select.RootProps<T> {
|
19
|
+
}
|
20
|
+
declare const SelectRoot: <T extends CollectionItem>(props: SelectRootProps<T> & React.RefAttributes<HTMLDivElement>) => React.ReactElement;
|
21
|
+
interface SelectItemGroupProps extends Select.ItemGroupProps {
|
22
|
+
label: React.ReactNode;
|
23
|
+
}
|
24
|
+
declare const SelectItemGroup: react.ForwardRefExoticComponent<SelectItemGroupProps & react.RefAttributes<HTMLDivElement>>;
|
25
|
+
declare const SelectLabel: react.ForwardRefExoticComponent<Select.LabelProps & react.RefAttributes<HTMLLabelElement>>;
|
26
|
+
declare const SelectItemText: react.ForwardRefExoticComponent<Select.ItemTextProps & react.RefAttributes<HTMLDivElement>>;
|
27
|
+
|
28
|
+
declare namespace namespace {
|
29
|
+
export { SelectContent as Content, type SelectContentProps as ContentProps, SelectItem as Item, SelectItemGroup as ItemGroup, type SelectItemGroupProps as ItemGroupProps, SelectItemText as ItemText, SelectLabel as Label, SelectRoot as Root, type SelectRootProps as RootProps, SelectTrigger as Trigger, type SelectTriggerProps as TriggerProps, SelectValueText as ValueText, type SelectValueTextProps as ValueTextProps };
|
30
|
+
}
|
31
|
+
|
32
|
+
export { namespace as Select };
|
@@ -0,0 +1,166 @@
|
|
1
|
+
'use client'
|
2
|
+
"use strict";
|
3
|
+
var __defProp = Object.defineProperty;
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
5
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
6
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
7
|
+
var __export = (target, all) => {
|
8
|
+
for (var name in all)
|
9
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
10
|
+
};
|
11
|
+
var __copyProps = (to, from, except, desc) => {
|
12
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
13
|
+
for (let key of __getOwnPropNames(from))
|
14
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
15
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
16
|
+
}
|
17
|
+
return to;
|
18
|
+
};
|
19
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
20
|
+
|
21
|
+
// src/components/sidebar/index.ts
|
22
|
+
var sidebar_exports2 = {};
|
23
|
+
__export(sidebar_exports2, {
|
24
|
+
Sidebar: () => sidebar_exports,
|
25
|
+
useSidebar: () => import_sidebar2.useSidebar,
|
26
|
+
useSidebarItemStyles: () => useSidebarItemStyles,
|
27
|
+
useSidebarStyles: () => useSidebarStyles
|
28
|
+
});
|
29
|
+
module.exports = __toCommonJS(sidebar_exports2);
|
30
|
+
|
31
|
+
// src/components/sidebar/sidebar.tsx
|
32
|
+
var sidebar_exports = {};
|
33
|
+
__export(sidebar_exports, {
|
34
|
+
Backdrop: () => SidebarBackdrop,
|
35
|
+
Body: () => SidebarBody,
|
36
|
+
FlyoutTrigger: () => SidebarFlyoutTrigger,
|
37
|
+
Footer: () => SidebarFooter,
|
38
|
+
Group: () => SidebarGroup,
|
39
|
+
GroupContent: () => SidebarGroupContent,
|
40
|
+
GroupEndElement: () => SidebarGroupEndElement,
|
41
|
+
GroupHeader: () => SidebarGroupHeader,
|
42
|
+
GroupTitle: () => SidebarGroupTitle,
|
43
|
+
Header: () => SidebarHeader,
|
44
|
+
NavButton: () => SidebarNavButton,
|
45
|
+
NavButtonEndElement: () => SidebarNavButtonEndElement,
|
46
|
+
NavItem: () => SidebarNavItem,
|
47
|
+
Provider: () => SidebarProvider,
|
48
|
+
Root: () => SidebarRoot,
|
49
|
+
Track: () => SidebarTrack,
|
50
|
+
Trigger: () => SidebarTrigger
|
51
|
+
});
|
52
|
+
var import_sidebar = require("@saas-ui/core/sidebar");
|
53
|
+
|
54
|
+
// src/components/sidebar/sidebar.context.ts
|
55
|
+
var import_react = require("@chakra-ui/react");
|
56
|
+
var {
|
57
|
+
withContext,
|
58
|
+
useRecipeResult,
|
59
|
+
StylesProvider,
|
60
|
+
ClassNamesProvider,
|
61
|
+
useStyles: useSidebarStyles
|
62
|
+
} = (0, import_react.createSlotRecipeContext)({
|
63
|
+
key: "suiSidebar"
|
64
|
+
});
|
65
|
+
var {
|
66
|
+
withProvider: withItemProvider,
|
67
|
+
withContext: withItemContext,
|
68
|
+
useStyles: useSidebarItemStyles
|
69
|
+
} = (0, import_react.createSlotRecipeContext)({
|
70
|
+
key: "suiSidebarNavItem"
|
71
|
+
});
|
72
|
+
|
73
|
+
// src/components/sidebar/sidebar.tsx
|
74
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
75
|
+
var SidebarProvider = function SidebarProvider2(props) {
|
76
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_sidebar.Sidebar.Provider, { ...props, children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(RecipeProvider, { ...props, children: props.children }) });
|
77
|
+
};
|
78
|
+
function RecipeProvider(props) {
|
79
|
+
const { mode } = (0, import_sidebar.useSidebar)();
|
80
|
+
const { styles, classNames } = useRecipeResult({
|
81
|
+
...props,
|
82
|
+
mode
|
83
|
+
});
|
84
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(StylesProvider, { value: styles, children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(ClassNamesProvider, { value: classNames, children: props.children }) });
|
85
|
+
}
|
86
|
+
var SidebarRoot = withContext(
|
87
|
+
import_sidebar.Sidebar.Root,
|
88
|
+
"root"
|
89
|
+
);
|
90
|
+
var SidebarTrigger = withContext(
|
91
|
+
import_sidebar.Sidebar.Trigger,
|
92
|
+
"trigger",
|
93
|
+
{
|
94
|
+
forwardAsChild: true
|
95
|
+
}
|
96
|
+
);
|
97
|
+
var SidebarFlyoutTrigger = withContext(import_sidebar.Sidebar.FlyoutTrigger, "flyoutTrigger", {
|
98
|
+
forwardAsChild: true
|
99
|
+
});
|
100
|
+
var SidebarBackdrop = withContext(
|
101
|
+
import_sidebar.Sidebar.Backdrop,
|
102
|
+
"backdrop",
|
103
|
+
{
|
104
|
+
forwardAsChild: true
|
105
|
+
}
|
106
|
+
);
|
107
|
+
var SidebarHeader = withContext(
|
108
|
+
import_sidebar.Sidebar.Header,
|
109
|
+
"header"
|
110
|
+
);
|
111
|
+
var SidebarBody = withContext(
|
112
|
+
import_sidebar.Sidebar.Body,
|
113
|
+
"body"
|
114
|
+
);
|
115
|
+
var SidebarFooter = withContext(
|
116
|
+
import_sidebar.Sidebar.Footer,
|
117
|
+
"footer"
|
118
|
+
);
|
119
|
+
var SidebarTrack = withContext(
|
120
|
+
import_sidebar.Sidebar.Track,
|
121
|
+
"track",
|
122
|
+
{
|
123
|
+
forwardAsChild: true
|
124
|
+
}
|
125
|
+
);
|
126
|
+
var SidebarGroup = withContext(
|
127
|
+
import_sidebar.Sidebar.Group,
|
128
|
+
"group",
|
129
|
+
{
|
130
|
+
defaultProps: {
|
131
|
+
role: "group"
|
132
|
+
}
|
133
|
+
}
|
134
|
+
);
|
135
|
+
var SidebarGroupHeader = withContext(
|
136
|
+
import_sidebar.Sidebar.GroupHeader,
|
137
|
+
"groupHeader"
|
138
|
+
);
|
139
|
+
var SidebarGroupTitle = withContext(import_sidebar.Sidebar.GroupTitle, "groupTitle");
|
140
|
+
var SidebarGroupEndElement = withContext(import_sidebar.Sidebar.GroupEndElement, "groupEndElement");
|
141
|
+
var SidebarGroupContent = withContext(
|
142
|
+
import_sidebar.Sidebar.GroupContent,
|
143
|
+
"groupContent"
|
144
|
+
);
|
145
|
+
var SidebarNavItem = withItemProvider(
|
146
|
+
import_sidebar.Sidebar.NavItem,
|
147
|
+
"item"
|
148
|
+
);
|
149
|
+
var SidebarNavButton = withItemContext(import_sidebar.Sidebar.NavButton, "button", {
|
150
|
+
forwardAsChild: true
|
151
|
+
});
|
152
|
+
var SidebarNavButtonEndElement = withItemContext(import_sidebar.Sidebar.NavItemEndElement, "endElement", {
|
153
|
+
defaultProps: {
|
154
|
+
"data-slot": "endElement"
|
155
|
+
}
|
156
|
+
});
|
157
|
+
|
158
|
+
// src/components/sidebar/index.ts
|
159
|
+
var import_sidebar2 = require("@saas-ui/core/sidebar");
|
160
|
+
// Annotate the CommonJS export names for ESM import in node:
|
161
|
+
0 && (module.exports = {
|
162
|
+
Sidebar,
|
163
|
+
useSidebar,
|
164
|
+
useSidebarItemStyles,
|
165
|
+
useSidebarStyles
|
166
|
+
});
|