@saas-ui/react 3.0.0-alpha.1 → 3.0.0-alpha.10
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +73 -0
- package/dist/chunk-2EUACKRH.js +26 -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-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-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-Q6SNJJO2.js +63 -0
- package/dist/chunk-QSNSWCTM.js +32 -0
- package/dist/chunk-S3CQW7GD.js +100 -0
- package/dist/chunk-SA3OGTOO.js +23 -0
- package/dist/chunk-SKXSBAOS.js +35 -0
- package/dist/{components/breadcrumbs/index.js → chunk-TT4C5VXB.js} +6 -7
- package/dist/chunk-TZBAM4AD.js +20 -0
- package/dist/chunk-UCQ3LZIE.js +43 -0
- package/dist/chunk-ULAJ3JEO.js +32 -0
- package/dist/chunk-WYLMBMAH.js +22 -0
- package/dist/components/app-shell/index.cjs +1 -1
- package/dist/components/app-shell/index.d.cts +1 -1
- package/dist/components/app-shell/index.d.ts +1 -1
- package/dist/components/app-shell/index.js +3 -40
- 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/{breadcrumbs → breadcrumb}/index.cjs +8 -10
- package/dist/components/{breadcrumbs → breadcrumb}/index.d.cts +3 -4
- package/dist/components/{breadcrumbs → breadcrumb}/index.d.ts +3 -4
- package/dist/components/breadcrumb/index.js +8 -0
- package/dist/components/button/index.js +3 -40
- package/dist/components/checkbox/index.js +3 -15
- package/dist/components/command/index.cjs +1 -1
- package/dist/components/command/index.js +3 -28
- package/dist/components/dialog/index.cjs +19 -58
- package/dist/components/dialog/index.js +4 -67
- package/dist/components/drawer/index.cjs +23 -64
- package/dist/components/drawer/index.d.cts +2 -2
- package/dist/components/drawer/index.d.ts +2 -2
- package/dist/components/drawer/index.js +4 -59
- 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 +1 -1
- package/dist/components/icon-badge/index.d.cts +1 -1
- package/dist/components/icon-badge/index.d.ts +1 -1
- package/dist/components/icon-badge/index.js +3 -33
- package/dist/components/link/index.js +3 -14
- package/dist/components/loading-overlay/index.cjs +42 -1879
- package/dist/components/loading-overlay/index.d.cts +19 -6
- package/dist/components/loading-overlay/index.d.ts +19 -6
- package/dist/components/loading-overlay/index.js +7 -1874
- 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 +61 -15
- package/dist/components/navbar/index.d.cts +12 -9
- package/dist/components/navbar/index.d.ts +12 -9
- package/dist/components/navbar/index.js +5 -38
- package/dist/components/number-input/index.js +3 -26
- package/dist/components/password-input/index.js +3 -225
- package/dist/components/persona/index.cjs +52 -15
- package/dist/components/persona/index.d.cts +22 -2
- package/dist/components/persona/index.d.ts +22 -2
- package/dist/components/persona/index.js +7 -144
- package/dist/components/pin-input/index.js +3 -21
- package/dist/components/radio/index.js +4 -16
- package/dist/components/search-input/index.js +4 -114
- 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.js +4 -94
- package/dist/components/sidebar/index.cjs +64 -32
- package/dist/components/sidebar/index.d.cts +24 -23
- package/dist/components/sidebar/index.d.ts +24 -23
- package/dist/components/sidebar/index.js +7 -101
- package/dist/components/steps/index.cjs +7 -9
- package/dist/components/steps/index.d.cts +2 -2
- package/dist/components/steps/index.d.ts +2 -2
- package/dist/components/steps/index.js +6 -67
- package/dist/components/switch/index.js +3 -18
- 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 +2357 -220
- package/dist/index.d.cts +38 -2
- package/dist/index.d.ts +38 -2
- package/dist/index.js +515 -276
- 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 +12 -7
- package/dist/chunk-VBIVLREP.js +0 -45
- 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/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/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/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/dialog/dialog.tsx +0 -67
- package/src/components/dialog/index.ts +0 -1
- package/src/components/dialog/namespace.ts +0 -18
- package/src/components/drawer/drawer.tsx +0 -57
- package/src/components/drawer/index.ts +0 -3
- package/src/components/drawer/namespace.ts +0 -19
- package/src/components/grid-list/grid-list.recipe.ts +0 -113
- 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 -119
- 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/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/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/password-input/index.ts +0 -2
- package/src/components/password-input/password-input.tsx +0 -93
- 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 -142
- package/src/components/pin-input/index.ts +0 -2
- package/src/components/pin-input/pin-input.tsx +0 -36
- package/src/components/radio/index.ts +0 -2
- package/src/components/radio/radio.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/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 -208
- 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/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/compositions/accordion.tsx +0 -47
- package/src/compositions/action-bar.tsx +0 -40
- package/src/compositions/alert.tsx +0 -51
- package/src/compositions/avatar.tsx +0 -74
- package/src/compositions/blockquote.tsx +0 -31
- package/src/compositions/checkbox-card.tsx +0 -57
- package/src/compositions/checkbox.tsx +0 -25
- package/src/compositions/clipboard.tsx +0 -107
- package/src/compositions/color-mode.tsx +0 -65
- package/src/compositions/data-list.tsx +0 -37
- package/src/compositions/empty-state.tsx +0 -34
- package/src/compositions/field.tsx +0 -33
- package/src/compositions/file-button.tsx +0 -166
- package/src/compositions/hover-card.tsx +0 -35
- package/src/compositions/link-button.tsx +0 -12
- package/src/compositions/menu.tsx +0 -108
- package/src/compositions/native-select.tsx +0 -57
- package/src/compositions/pagination.tsx +0 -207
- package/src/compositions/popover.tsx +0 -58
- package/src/compositions/progress-circle.tsx +0 -37
- package/src/compositions/progress.tsx +0 -40
- package/src/compositions/prose.tsx +0 -264
- package/src/compositions/provider.tsx +0 -12
- package/src/compositions/radio-card.tsx +0 -57
- package/src/compositions/radio.tsx +0 -24
- package/src/compositions/rating.tsx +0 -27
- package/src/compositions/segmented-control.tsx +0 -47
- package/src/compositions/skeleton.tsx +0 -44
- package/src/compositions/slider.tsx +0 -53
- package/src/compositions/stat.tsx +0 -75
- package/src/compositions/status.tsx +0 -29
- package/src/compositions/stepper-input.tsx +0 -49
- package/src/compositions/tag.tsx +0 -39
- package/src/compositions/timeline.tsx +0 -17
- package/src/compositions/toaster.tsx +0 -43
- package/src/compositions/toggle-tip.tsx +0 -62
- package/src/compositions/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/styled-system/create-recipe-context.tsx +0 -91
- package/src/styled-system/create-slot-recipe-context.tsx +0 -188
- package/src/styled-system/empty.ts +0 -7
- package/src/styled-system/factory.types.ts +0 -11
- 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/dist/{chunk-KHRLZUV4.js → chunk-O2WVT2BP.js} +0 -0
@@ -1,107 +1,13 @@
|
|
1
1
|
'use client'
|
2
2
|
import {
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
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
|
-
NavItem: () => SidebarNavItem,
|
21
|
-
NavItemEndElement: () => SidebarNavItemEndElement,
|
22
|
-
Provider: () => SidebarProvider,
|
23
|
-
Root: () => SidebarRoot,
|
24
|
-
Track: () => SidebarTrack,
|
25
|
-
Trigger: () => SidebarTrigger
|
26
|
-
});
|
27
|
-
|
28
|
-
// src/components/sidebar/sidebar.tsx
|
29
|
-
import { createSlotRecipeContext } from "@chakra-ui/react";
|
30
|
-
import { Sidebar, useSidebar } from "@saas-ui/core/sidebar";
|
31
|
-
import { jsx } from "react/jsx-runtime";
|
32
|
-
var {
|
33
|
-
withContext,
|
34
|
-
useRecipeResult,
|
35
|
-
StylesProvider,
|
36
|
-
ClassNamesProvider,
|
37
|
-
useStyles: useSidebarStyles
|
38
|
-
} = createSlotRecipeContext({
|
39
|
-
key: "sidebar"
|
40
|
-
});
|
41
|
-
var SidebarProvider = function SidebarProvider2(props) {
|
42
|
-
return /* @__PURE__ */ jsx(Sidebar.Provider, { ...props, children: /* @__PURE__ */ jsx(RecipeProvider, { ...props, children: props.children }) });
|
43
|
-
};
|
44
|
-
function RecipeProvider(props) {
|
45
|
-
const { mode } = useSidebar();
|
46
|
-
const { styles, classNames } = useRecipeResult({
|
47
|
-
...props,
|
48
|
-
mode
|
49
|
-
});
|
50
|
-
return /* @__PURE__ */ jsx(StylesProvider, { value: styles, children: /* @__PURE__ */ jsx(ClassNamesProvider, { value: classNames, children: props.children }) });
|
51
|
-
}
|
52
|
-
var SidebarRoot = withContext(
|
53
|
-
Sidebar.Root,
|
54
|
-
"root"
|
55
|
-
);
|
56
|
-
var SidebarTrigger = withContext(Sidebar.Trigger, "trigger", {
|
57
|
-
forwardAsChild: true
|
58
|
-
});
|
59
|
-
var SidebarFlyoutTrigger = withContext(Sidebar.FlyoutTrigger, "flyoutTrigger", {
|
60
|
-
forwardAsChild: true
|
61
|
-
});
|
62
|
-
var SidebarBackdrop = withContext(Sidebar.Backdrop, "backdrop", {
|
63
|
-
forwardAsChild: true
|
64
|
-
});
|
65
|
-
var SidebarHeader = withContext(Sidebar.Header, "header");
|
66
|
-
var SidebarBody = withContext(
|
67
|
-
Sidebar.Body,
|
68
|
-
"body"
|
69
|
-
);
|
70
|
-
var SidebarFooter = withContext(Sidebar.Footer, "footer");
|
71
|
-
var SidebarTrack = withContext(
|
72
|
-
Sidebar.Track,
|
73
|
-
"track",
|
74
|
-
{
|
75
|
-
forwardAsChild: true
|
76
|
-
}
|
77
|
-
);
|
78
|
-
var SidebarGroup = withContext(
|
79
|
-
Sidebar.Group,
|
80
|
-
"group",
|
81
|
-
{
|
82
|
-
defaultProps: {
|
83
|
-
role: "group"
|
84
|
-
}
|
85
|
-
}
|
86
|
-
);
|
87
|
-
var SidebarGroupHeader = withContext(Sidebar.GroupHeader, "groupHeader");
|
88
|
-
var SidebarGroupTitle = withContext(Sidebar.GroupTitle, "groupTitle");
|
89
|
-
var SidebarGroupEndElement = withContext(Sidebar.GroupEndElement, "groupEndElement");
|
90
|
-
var SidebarGroupContent = withContext(Sidebar.GroupContent, "groupContent");
|
91
|
-
var {
|
92
|
-
withProvider: withItemProvider,
|
93
|
-
withContext: withItemContext,
|
94
|
-
useStyles: useSidebarItemStyles
|
95
|
-
} = createSlotRecipeContext({
|
96
|
-
key: "sidebarNavItem"
|
97
|
-
});
|
98
|
-
var SidebarNavItem = withItemProvider(Sidebar.NavItem, "item");
|
99
|
-
var SidebarNavButton = withItemContext(Sidebar.NavButton, "button", {
|
100
|
-
forwardAsChild: true
|
101
|
-
});
|
102
|
-
var SidebarNavItemEndElement = withItemContext(Sidebar.NavItemEndElement, "endElement");
|
3
|
+
sidebar_exports,
|
4
|
+
useSidebar,
|
5
|
+
useSidebarItemStyles,
|
6
|
+
useSidebarStyles
|
7
|
+
} from "../../chunk-GGAKUS66.js";
|
8
|
+
import "../../chunk-RTMS5TJN.js";
|
103
9
|
export {
|
104
|
-
|
10
|
+
sidebar_exports as Sidebar,
|
105
11
|
useSidebar,
|
106
12
|
useSidebarItemStyles,
|
107
13
|
useSidebarStyles
|
@@ -19,15 +19,15 @@ var __copyProps = (to, from, except, desc) => {
|
|
19
19
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
20
20
|
|
21
21
|
// src/components/steps/index.ts
|
22
|
-
var
|
23
|
-
__export(
|
24
|
-
Steps: () =>
|
22
|
+
var steps_exports2 = {};
|
23
|
+
__export(steps_exports2, {
|
24
|
+
Steps: () => steps_exports
|
25
25
|
});
|
26
|
-
module.exports = __toCommonJS(
|
26
|
+
module.exports = __toCommonJS(steps_exports2);
|
27
27
|
|
28
|
-
// src/components/steps/
|
29
|
-
var
|
30
|
-
__export(
|
28
|
+
// src/components/steps/steps.tsx
|
29
|
+
var steps_exports = {};
|
30
|
+
__export(steps_exports, {
|
31
31
|
CompletedContent: () => StepsCompletedContent,
|
32
32
|
Content: () => StepsContent,
|
33
33
|
Indicator: () => StepsIndicator,
|
@@ -37,8 +37,6 @@ __export(namespace_exports, {
|
|
37
37
|
PrevTrigger: () => StepsPrevTrigger,
|
38
38
|
Root: () => StepsRoot
|
39
39
|
});
|
40
|
-
|
41
|
-
// src/components/steps/steps.tsx
|
42
40
|
var import_react2 = require("@chakra-ui/react");
|
43
41
|
|
44
42
|
// src/components/icons/create-icon.tsx
|
@@ -24,8 +24,8 @@ declare const StepsCompletedContent: react.ForwardRefExoticComponent<Steps.Compl
|
|
24
24
|
declare const StepsNextTrigger: (props: Steps.NextTriggerProps) => react_jsx_runtime.JSX.Element;
|
25
25
|
declare const StepsPrevTrigger: (props: Steps.PrevTriggerProps) => react_jsx_runtime.JSX.Element;
|
26
26
|
|
27
|
-
declare namespace
|
27
|
+
declare namespace steps {
|
28
28
|
export { StepsCompletedContent as CompletedContent, StepsContent as Content, StepsIndicator as Indicator, type StepsIndicatorProps as IndicatorProps, StepsItem as Item, type StepsItemProps as ItemProps, StepsList as List, StepsNextTrigger as NextTrigger, StepsPrevTrigger as PrevTrigger, StepsRoot as Root, type StepsRootProps as RootProps };
|
29
29
|
}
|
30
30
|
|
31
|
-
export {
|
31
|
+
export { steps as Steps };
|
@@ -24,8 +24,8 @@ declare const StepsCompletedContent: react.ForwardRefExoticComponent<Steps.Compl
|
|
24
24
|
declare const StepsNextTrigger: (props: Steps.NextTriggerProps) => react_jsx_runtime.JSX.Element;
|
25
25
|
declare const StepsPrevTrigger: (props: Steps.PrevTriggerProps) => react_jsx_runtime.JSX.Element;
|
26
26
|
|
27
|
-
declare namespace
|
27
|
+
declare namespace steps {
|
28
28
|
export { StepsCompletedContent as CompletedContent, StepsContent as Content, StepsIndicator as Indicator, type StepsIndicatorProps as IndicatorProps, StepsItem as Item, type StepsItemProps as ItemProps, StepsList as List, StepsNextTrigger as NextTrigger, StepsPrevTrigger as PrevTrigger, StepsRoot as Root, type StepsRootProps as RootProps };
|
29
29
|
}
|
30
30
|
|
31
|
-
export {
|
31
|
+
export { steps as Steps };
|
@@ -1,71 +1,10 @@
|
|
1
1
|
'use client'
|
2
|
-
import "../../chunk-KTLWEUNW.js";
|
3
|
-
import {
|
4
|
-
CheckIcon
|
5
|
-
} from "../../chunk-VDXTEASE.js";
|
6
2
|
import {
|
7
|
-
|
8
|
-
} from "../../chunk-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
__export(namespace_exports, {
|
13
|
-
CompletedContent: () => StepsCompletedContent,
|
14
|
-
Content: () => StepsContent,
|
15
|
-
Indicator: () => StepsIndicator,
|
16
|
-
Item: () => StepsItem,
|
17
|
-
List: () => StepsList,
|
18
|
-
NextTrigger: () => StepsNextTrigger,
|
19
|
-
PrevTrigger: () => StepsPrevTrigger,
|
20
|
-
Root: () => StepsRoot
|
21
|
-
});
|
22
|
-
|
23
|
-
// src/components/steps/steps.tsx
|
24
|
-
import { Box, Steps as ChakraSteps } from "@chakra-ui/react";
|
25
|
-
import { Fragment, jsx, jsxs } from "react/jsx-runtime";
|
26
|
-
var StepsItem = (props) => {
|
27
|
-
const { title, description, completedIcon, icon, ...rest } = props;
|
28
|
-
return /* @__PURE__ */ jsxs(ChakraSteps.Item, { ...rest, children: [
|
29
|
-
/* @__PURE__ */ jsxs(ChakraSteps.Trigger, { children: [
|
30
|
-
/* @__PURE__ */ jsx(ChakraSteps.Indicator, { children: /* @__PURE__ */ jsx(
|
31
|
-
ChakraSteps.Status,
|
32
|
-
{
|
33
|
-
complete: completedIcon || /* @__PURE__ */ jsx(CheckIcon, {}),
|
34
|
-
incomplete: icon || /* @__PURE__ */ jsx(ChakraSteps.Number, {})
|
35
|
-
}
|
36
|
-
) }),
|
37
|
-
/* @__PURE__ */ jsx(StepInfo, { title, description })
|
38
|
-
] }),
|
39
|
-
/* @__PURE__ */ jsx(ChakraSteps.Separator, {})
|
40
|
-
] });
|
41
|
-
};
|
42
|
-
var StepInfo = (props) => {
|
43
|
-
const { title, description } = props;
|
44
|
-
if (title && description) {
|
45
|
-
return /* @__PURE__ */ jsxs(Box, { children: [
|
46
|
-
/* @__PURE__ */ jsx(ChakraSteps.Title, { children: title }),
|
47
|
-
/* @__PURE__ */ jsx(ChakraSteps.Description, { children: description })
|
48
|
-
] });
|
49
|
-
}
|
50
|
-
return /* @__PURE__ */ jsxs(Fragment, { children: [
|
51
|
-
title && /* @__PURE__ */ jsx(ChakraSteps.Title, { children: title }),
|
52
|
-
description && /* @__PURE__ */ jsx(ChakraSteps.Description, { children: description })
|
53
|
-
] });
|
54
|
-
};
|
55
|
-
var StepsIndicator = (props) => {
|
56
|
-
const { icon = /* @__PURE__ */ jsx(ChakraSteps.Number, {}), completedIcon } = props;
|
57
|
-
return /* @__PURE__ */ jsx(ChakraSteps.Indicator, { children: /* @__PURE__ */ jsx(ChakraSteps.Status, { complete: completedIcon, incomplete: icon }) });
|
58
|
-
};
|
59
|
-
var StepsList = ChakraSteps.List;
|
60
|
-
var StepsRoot = ChakraSteps.Root;
|
61
|
-
var StepsContent = ChakraSteps.Content;
|
62
|
-
var StepsCompletedContent = ChakraSteps.CompletedContent;
|
63
|
-
var StepsNextTrigger = (props) => {
|
64
|
-
return /* @__PURE__ */ jsx(ChakraSteps.NextTrigger, { ...props });
|
65
|
-
};
|
66
|
-
var StepsPrevTrigger = (props) => {
|
67
|
-
return /* @__PURE__ */ jsx(ChakraSteps.PrevTrigger, { ...props });
|
68
|
-
};
|
3
|
+
steps_exports
|
4
|
+
} from "../../chunk-6LOMIKR5.js";
|
5
|
+
import "../../chunk-KTLWEUNW.js";
|
6
|
+
import "../../chunk-VDXTEASE.js";
|
7
|
+
import "../../chunk-RTMS5TJN.js";
|
69
8
|
export {
|
70
|
-
|
9
|
+
steps_exports as Steps
|
71
10
|
};
|
@@ -1,23 +1,8 @@
|
|
1
1
|
'use client'
|
2
|
+
import {
|
3
|
+
Switch
|
4
|
+
} from "../../chunk-SA3OGTOO.js";
|
2
5
|
import "../../chunk-RTMS5TJN.js";
|
3
|
-
|
4
|
-
// src/components/switch/switch.tsx
|
5
|
-
import { Switch as ChakraSwitch } from "@chakra-ui/react";
|
6
|
-
import { forwardRef } from "react";
|
7
|
-
import { jsx, jsxs } from "react/jsx-runtime";
|
8
|
-
var Switch = forwardRef(
|
9
|
-
function Switch2(props, ref) {
|
10
|
-
const { inputProps, children, rootRef, trackLabel, thumbLabel, ...rest } = props;
|
11
|
-
return /* @__PURE__ */ jsxs(ChakraSwitch.Root, { ref: rootRef, ...rest, children: [
|
12
|
-
/* @__PURE__ */ jsx(ChakraSwitch.HiddenInput, { ref, ...inputProps }),
|
13
|
-
/* @__PURE__ */ jsxs(ChakraSwitch.Control, { children: [
|
14
|
-
/* @__PURE__ */ jsx(ChakraSwitch.Thumb, { children: thumbLabel && /* @__PURE__ */ jsx(ChakraSwitch.ThumbIndicator, { fallback: thumbLabel == null ? void 0 : thumbLabel.off, children: thumbLabel == null ? void 0 : thumbLabel.on }) }),
|
15
|
-
trackLabel && /* @__PURE__ */ jsx(ChakraSwitch.Indicator, { fallback: trackLabel.off, children: trackLabel.on })
|
16
|
-
] }),
|
17
|
-
children != null && /* @__PURE__ */ jsx(ChakraSwitch.Label, { children })
|
18
|
-
] });
|
19
|
-
}
|
20
|
-
);
|
21
6
|
export {
|
22
7
|
Switch
|
23
8
|
};
|
@@ -0,0 +1,54 @@
|
|
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/toaster/index.ts
|
22
|
+
var toaster_exports = {};
|
23
|
+
__export(toaster_exports, {
|
24
|
+
Toaster: () => Toaster,
|
25
|
+
toast: () => toast
|
26
|
+
});
|
27
|
+
module.exports = __toCommonJS(toaster_exports);
|
28
|
+
|
29
|
+
// src/components/toaster/toaster.tsx
|
30
|
+
var import_react = require("@chakra-ui/react");
|
31
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
32
|
+
var toast = (0, import_react.createToaster)({
|
33
|
+
placement: "bottom-end",
|
34
|
+
pauseOnPageIdle: true
|
35
|
+
});
|
36
|
+
var Toaster = () => {
|
37
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_react.Portal, { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_react.Toaster, { toaster: toast, insetInline: { mdDown: "4" }, children: (toast2) => {
|
38
|
+
var _a;
|
39
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_react.Toast.Root, { width: { md: "sm" }, children: [
|
40
|
+
toast2.type === "loading" ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_react.Spinner, { size: "sm", color: "colorPalette.solid" }) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_react.Toast.Indicator, {}),
|
41
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_react.Stack, { gap: "1", flex: "1", maxWidth: "100%", children: [
|
42
|
+
toast2.title && /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_react.Toast.Title, { children: toast2.title }),
|
43
|
+
toast2.description && /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_react.Toast.Description, { children: toast2.description })
|
44
|
+
] }),
|
45
|
+
toast2.action && /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_react.Toast.ActionTrigger, { children: toast2.action.label }),
|
46
|
+
((_a = toast2.meta) == null ? void 0 : _a.closable) && /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_react.Toast.CloseTrigger, {})
|
47
|
+
] });
|
48
|
+
} }) });
|
49
|
+
};
|
50
|
+
// Annotate the CommonJS export names for ESM import in node:
|
51
|
+
0 && (module.exports = {
|
52
|
+
Toaster,
|
53
|
+
toast
|
54
|
+
});
|
@@ -0,0 +1,10 @@
|
|
1
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
2
|
+
import { CreateToasterReturn } from '@chakra-ui/react';
|
3
|
+
|
4
|
+
declare const toast: CreateToasterReturn;
|
5
|
+
interface ToasterProps extends CreateToasterReturn {
|
6
|
+
children: React.ReactNode;
|
7
|
+
}
|
8
|
+
declare const Toaster: () => react_jsx_runtime.JSX.Element;
|
9
|
+
|
10
|
+
export { Toaster, type ToasterProps, toast };
|
@@ -0,0 +1,10 @@
|
|
1
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
2
|
+
import { CreateToasterReturn } from '@chakra-ui/react';
|
3
|
+
|
4
|
+
declare const toast: CreateToasterReturn;
|
5
|
+
interface ToasterProps extends CreateToasterReturn {
|
6
|
+
children: React.ReactNode;
|
7
|
+
}
|
8
|
+
declare const Toaster: () => react_jsx_runtime.JSX.Element;
|
9
|
+
|
10
|
+
export { Toaster, type ToasterProps, toast };
|
@@ -0,0 +1,57 @@
|
|
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/tooltip/index.ts
|
22
|
+
var tooltip_exports = {};
|
23
|
+
__export(tooltip_exports, {
|
24
|
+
Tooltip: () => Tooltip
|
25
|
+
});
|
26
|
+
module.exports = __toCommonJS(tooltip_exports);
|
27
|
+
|
28
|
+
// src/components/tooltip/tooltip.tsx
|
29
|
+
var import_react = require("react");
|
30
|
+
var import_react2 = require("@chakra-ui/react");
|
31
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
32
|
+
var Tooltip = (0, import_react.forwardRef)(
|
33
|
+
function Tooltip2(props, ref) {
|
34
|
+
const {
|
35
|
+
showArrow,
|
36
|
+
children,
|
37
|
+
disabled,
|
38
|
+
portalled,
|
39
|
+
content,
|
40
|
+
contentProps,
|
41
|
+
portalRef,
|
42
|
+
...rest
|
43
|
+
} = props;
|
44
|
+
if (disabled) return children;
|
45
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_react2.Tooltip.Root, { ...rest, children: [
|
46
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_react2.Tooltip.Trigger, { asChild: true, children }),
|
47
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_react2.Portal, { disabled: !portalled, container: portalRef, children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_react2.Tooltip.Positioner, { children: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_react2.Tooltip.Content, { ref, ...contentProps, children: [
|
48
|
+
showArrow && /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_react2.Tooltip.Arrow, { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_react2.Tooltip.ArrowTip, {}) }),
|
49
|
+
content
|
50
|
+
] }) }) })
|
51
|
+
] });
|
52
|
+
}
|
53
|
+
);
|
54
|
+
// Annotate the CommonJS export names for ESM import in node:
|
55
|
+
0 && (module.exports = {
|
56
|
+
Tooltip
|
57
|
+
});
|
@@ -0,0 +1,14 @@
|
|
1
|
+
import * as react from 'react';
|
2
|
+
import { Tooltip as Tooltip$1 } from '@chakra-ui/react';
|
3
|
+
|
4
|
+
interface TooltipProps extends Tooltip$1.RootProps {
|
5
|
+
showArrow?: boolean;
|
6
|
+
portalled?: boolean;
|
7
|
+
portalRef?: React.RefObject<HTMLElement>;
|
8
|
+
content: React.ReactNode;
|
9
|
+
contentProps?: Tooltip$1.ContentProps;
|
10
|
+
disabled?: boolean;
|
11
|
+
}
|
12
|
+
declare const Tooltip: react.ForwardRefExoticComponent<TooltipProps & react.RefAttributes<HTMLDivElement>>;
|
13
|
+
|
14
|
+
export { Tooltip, type TooltipProps };
|
@@ -0,0 +1,14 @@
|
|
1
|
+
import * as react from 'react';
|
2
|
+
import { Tooltip as Tooltip$1 } from '@chakra-ui/react';
|
3
|
+
|
4
|
+
interface TooltipProps extends Tooltip$1.RootProps {
|
5
|
+
showArrow?: boolean;
|
6
|
+
portalled?: boolean;
|
7
|
+
portalRef?: React.RefObject<HTMLElement>;
|
8
|
+
content: React.ReactNode;
|
9
|
+
contentProps?: Tooltip$1.ContentProps;
|
10
|
+
disabled?: boolean;
|
11
|
+
}
|
12
|
+
declare const Tooltip: react.ForwardRefExoticComponent<TooltipProps & react.RefAttributes<HTMLDivElement>>;
|
13
|
+
|
14
|
+
export { Tooltip, type TooltipProps };
|