@saas-ui/react 3.0.0-alpha.1 → 3.0.0-alpha.11
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +80 -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 +2373 -228
- package/dist/index.d.cts +38 -2
- package/dist/index.d.ts +38 -2
- package/dist/index.js +535 -285
- 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
@@ -33,7 +33,7 @@ __export(namespace_exports, {
|
|
33
33
|
Body: () => DialogBody,
|
34
34
|
CloseTrigger: () => DialogCloseTrigger,
|
35
35
|
Content: () => DialogContent,
|
36
|
-
Context: () => DialogContext,
|
36
|
+
Context: () => import_dialog.DialogContext,
|
37
37
|
Description: () => DialogDescription,
|
38
38
|
Footer: () => DialogFooter,
|
39
39
|
Header: () => DialogHeader,
|
@@ -43,8 +43,8 @@ __export(namespace_exports, {
|
|
43
43
|
});
|
44
44
|
|
45
45
|
// src/components/dialog/dialog.tsx
|
46
|
-
var
|
47
|
-
var
|
46
|
+
var import_react4 = require("react");
|
47
|
+
var import_react5 = require("@chakra-ui/react");
|
48
48
|
|
49
49
|
// src/components/close-button/close-button.tsx
|
50
50
|
var import_react2 = require("react");
|
@@ -158,49 +158,10 @@ var CloseButton = (0, import_react2.forwardRef)(
|
|
158
158
|
}
|
159
159
|
);
|
160
160
|
|
161
|
-
// ../../node_modules/@ark-ui/react/dist/utils/create-context.js
|
162
|
-
var import_react4 = require("react");
|
163
|
-
function getErrorMessage(hook, provider) {
|
164
|
-
return `${hook} returned \`undefined\`. Seems you forgot to wrap component within ${provider}`;
|
165
|
-
}
|
166
|
-
function createContext(options = {}) {
|
167
|
-
const {
|
168
|
-
name,
|
169
|
-
strict = true,
|
170
|
-
hookName = "useContext",
|
171
|
-
providerName = "Provider",
|
172
|
-
errorMessage,
|
173
|
-
defaultValue
|
174
|
-
} = options;
|
175
|
-
const Context = (0, import_react4.createContext)(defaultValue);
|
176
|
-
Context.displayName = name;
|
177
|
-
function useContext$1() {
|
178
|
-
var _a;
|
179
|
-
const context = (0, import_react4.useContext)(Context);
|
180
|
-
if (!context && strict) {
|
181
|
-
const error = new Error(errorMessage != null ? errorMessage : getErrorMessage(hookName, providerName));
|
182
|
-
error.name = "ContextError";
|
183
|
-
(_a = Error.captureStackTrace) == null ? void 0 : _a.call(Error, error, useContext$1);
|
184
|
-
throw error;
|
185
|
-
}
|
186
|
-
return context;
|
187
|
-
}
|
188
|
-
return [Context.Provider, useContext$1, Context];
|
189
|
-
}
|
190
|
-
|
191
|
-
// ../../node_modules/@ark-ui/react/dist/components/dialog/use-dialog-context.js
|
192
|
-
var [DialogProvider, useDialogContext] = createContext({
|
193
|
-
name: "DialogContext",
|
194
|
-
hookName: "useDialogContext",
|
195
|
-
providerName: "<DialogProvider />"
|
196
|
-
});
|
197
|
-
|
198
|
-
// ../../node_modules/@ark-ui/react/dist/components/dialog/dialog-context.js
|
199
|
-
var DialogContext = (props) => props.children(useDialogContext());
|
200
|
-
|
201
161
|
// src/components/dialog/dialog.tsx
|
162
|
+
var import_dialog = require("@ark-ui/react/dialog");
|
202
163
|
var import_jsx_runtime3 = require("react/jsx-runtime");
|
203
|
-
var DialogContent = (0,
|
164
|
+
var DialogContent = (0, import_react4.forwardRef)(
|
204
165
|
function DialogContent2(props, ref) {
|
205
166
|
const {
|
206
167
|
children,
|
@@ -209,15 +170,15 @@ var DialogContent = (0, import_react5.forwardRef)(
|
|
209
170
|
backdrop = true,
|
210
171
|
...rest
|
211
172
|
} = props;
|
212
|
-
return /* @__PURE__ */ (0, import_jsx_runtime3.jsxs)(
|
213
|
-
backdrop && /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
|
214
|
-
/* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
|
173
|
+
return /* @__PURE__ */ (0, import_jsx_runtime3.jsxs)(import_react5.Portal, { disabled: !portalled, container: portalRef, children: [
|
174
|
+
backdrop && /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(import_react5.Dialog.Backdrop, {}),
|
175
|
+
/* @__PURE__ */ (0, import_jsx_runtime3.jsx)(import_react5.Dialog.Positioner, { children: /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(import_react5.Dialog.Content, { ref, ...rest, asChild: false, children }) })
|
215
176
|
] });
|
216
177
|
}
|
217
178
|
);
|
218
|
-
var DialogCloseTrigger = (0,
|
179
|
+
var DialogCloseTrigger = (0, import_react4.forwardRef)(function DialogCloseTrigger2(props, ref) {
|
219
180
|
return /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
|
220
|
-
|
181
|
+
import_react5.Dialog.CloseTrigger,
|
221
182
|
{
|
222
183
|
position: "absolute",
|
223
184
|
top: "2",
|
@@ -228,15 +189,15 @@ var DialogCloseTrigger = (0, import_react5.forwardRef)(function DialogCloseTrigg
|
|
228
189
|
}
|
229
190
|
);
|
230
191
|
});
|
231
|
-
var DialogRoot =
|
232
|
-
var DialogFooter =
|
233
|
-
var DialogHeader =
|
234
|
-
var DialogBody =
|
235
|
-
var DialogBackdrop =
|
236
|
-
var DialogTitle =
|
237
|
-
var DialogDescription =
|
238
|
-
var DialogTrigger =
|
239
|
-
var DialogActionTrigger =
|
192
|
+
var DialogRoot = import_react5.Dialog.Root;
|
193
|
+
var DialogFooter = import_react5.Dialog.Footer;
|
194
|
+
var DialogHeader = import_react5.Dialog.Header;
|
195
|
+
var DialogBody = import_react5.Dialog.Body;
|
196
|
+
var DialogBackdrop = import_react5.Dialog.Backdrop;
|
197
|
+
var DialogTitle = import_react5.Dialog.Title;
|
198
|
+
var DialogDescription = import_react5.Dialog.Description;
|
199
|
+
var DialogTrigger = import_react5.Dialog.Trigger;
|
200
|
+
var DialogActionTrigger = import_react5.Dialog.ActionTrigger;
|
240
201
|
// Annotate the CommonJS export names for ESM import in node:
|
241
202
|
0 && (module.exports = {
|
242
203
|
Dialog
|
@@ -1,73 +1,10 @@
|
|
1
1
|
'use client'
|
2
2
|
import {
|
3
|
-
|
4
|
-
} from "../../chunk-
|
5
|
-
import
|
6
|
-
CloseButton
|
7
|
-
} from "../../chunk-FZW2DYK3.js";
|
3
|
+
namespace_exports
|
4
|
+
} from "../../chunk-CB52LBJK.js";
|
5
|
+
import "../../chunk-FZW2DYK3.js";
|
8
6
|
import "../../chunk-VDXTEASE.js";
|
9
|
-
import
|
10
|
-
__export
|
11
|
-
} from "../../chunk-RTMS5TJN.js";
|
12
|
-
|
13
|
-
// src/components/dialog/namespace.ts
|
14
|
-
var namespace_exports = {};
|
15
|
-
__export(namespace_exports, {
|
16
|
-
ActionTrigger: () => DialogActionTrigger,
|
17
|
-
Backdrop: () => DialogBackdrop,
|
18
|
-
Body: () => DialogBody,
|
19
|
-
CloseTrigger: () => DialogCloseTrigger,
|
20
|
-
Content: () => DialogContent,
|
21
|
-
Context: () => DialogContext,
|
22
|
-
Description: () => DialogDescription,
|
23
|
-
Footer: () => DialogFooter,
|
24
|
-
Header: () => DialogHeader,
|
25
|
-
Root: () => DialogRoot,
|
26
|
-
Title: () => DialogTitle,
|
27
|
-
Trigger: () => DialogTrigger
|
28
|
-
});
|
29
|
-
|
30
|
-
// src/components/dialog/dialog.tsx
|
31
|
-
import { forwardRef } from "react";
|
32
|
-
import { Dialog as ChakraDialog, Portal } from "@chakra-ui/react";
|
33
|
-
import { jsx, jsxs } from "react/jsx-runtime";
|
34
|
-
var DialogContent = forwardRef(
|
35
|
-
function DialogContent2(props, ref) {
|
36
|
-
const {
|
37
|
-
children,
|
38
|
-
portalled = true,
|
39
|
-
portalRef,
|
40
|
-
backdrop = true,
|
41
|
-
...rest
|
42
|
-
} = props;
|
43
|
-
return /* @__PURE__ */ jsxs(Portal, { disabled: !portalled, container: portalRef, children: [
|
44
|
-
backdrop && /* @__PURE__ */ jsx(ChakraDialog.Backdrop, {}),
|
45
|
-
/* @__PURE__ */ jsx(ChakraDialog.Positioner, { children: /* @__PURE__ */ jsx(ChakraDialog.Content, { ref, ...rest, asChild: false, children }) })
|
46
|
-
] });
|
47
|
-
}
|
48
|
-
);
|
49
|
-
var DialogCloseTrigger = forwardRef(function DialogCloseTrigger2(props, ref) {
|
50
|
-
return /* @__PURE__ */ jsx(
|
51
|
-
ChakraDialog.CloseTrigger,
|
52
|
-
{
|
53
|
-
position: "absolute",
|
54
|
-
top: "2",
|
55
|
-
insetEnd: "2",
|
56
|
-
...props,
|
57
|
-
asChild: true,
|
58
|
-
children: /* @__PURE__ */ jsx(CloseButton, { size: "sm", ref, children: props.children })
|
59
|
-
}
|
60
|
-
);
|
61
|
-
});
|
62
|
-
var DialogRoot = ChakraDialog.Root;
|
63
|
-
var DialogFooter = ChakraDialog.Footer;
|
64
|
-
var DialogHeader = ChakraDialog.Header;
|
65
|
-
var DialogBody = ChakraDialog.Body;
|
66
|
-
var DialogBackdrop = ChakraDialog.Backdrop;
|
67
|
-
var DialogTitle = ChakraDialog.Title;
|
68
|
-
var DialogDescription = ChakraDialog.Description;
|
69
|
-
var DialogTrigger = ChakraDialog.Trigger;
|
70
|
-
var DialogActionTrigger = ChakraDialog.ActionTrigger;
|
7
|
+
import "../../chunk-RTMS5TJN.js";
|
71
8
|
export {
|
72
9
|
namespace_exports as Dialog
|
73
10
|
};
|
@@ -43,59 +43,18 @@ __export(namespace_exports, {
|
|
43
43
|
});
|
44
44
|
|
45
45
|
// src/components/drawer/drawer.tsx
|
46
|
-
var
|
47
|
-
|
48
|
-
|
49
|
-
var import_react = require("react");
|
50
|
-
function getErrorMessage(hook, provider) {
|
51
|
-
return `${hook} returned \`undefined\`. Seems you forgot to wrap component within ${provider}`;
|
52
|
-
}
|
53
|
-
function createContext(options = {}) {
|
54
|
-
const {
|
55
|
-
name,
|
56
|
-
strict = true,
|
57
|
-
hookName = "useContext",
|
58
|
-
providerName = "Provider",
|
59
|
-
errorMessage,
|
60
|
-
defaultValue
|
61
|
-
} = options;
|
62
|
-
const Context = (0, import_react.createContext)(defaultValue);
|
63
|
-
Context.displayName = name;
|
64
|
-
function useContext$1() {
|
65
|
-
var _a;
|
66
|
-
const context = (0, import_react.useContext)(Context);
|
67
|
-
if (!context && strict) {
|
68
|
-
const error = new Error(errorMessage != null ? errorMessage : getErrorMessage(hookName, providerName));
|
69
|
-
error.name = "ContextError";
|
70
|
-
(_a = Error.captureStackTrace) == null ? void 0 : _a.call(Error, error, useContext$1);
|
71
|
-
throw error;
|
72
|
-
}
|
73
|
-
return context;
|
74
|
-
}
|
75
|
-
return [Context.Provider, useContext$1, Context];
|
76
|
-
}
|
77
|
-
|
78
|
-
// ../../node_modules/@ark-ui/react/dist/components/dialog/use-dialog-context.js
|
79
|
-
var [DialogProvider, useDialogContext] = createContext({
|
80
|
-
name: "DialogContext",
|
81
|
-
hookName: "useDialogContext",
|
82
|
-
providerName: "<DialogProvider />"
|
83
|
-
});
|
84
|
-
|
85
|
-
// ../../node_modules/@ark-ui/react/dist/components/dialog/dialog-context.js
|
86
|
-
var DialogContext = (props) => props.children(useDialogContext());
|
87
|
-
|
88
|
-
// src/components/drawer/drawer.tsx
|
89
|
-
var import_react6 = require("@chakra-ui/react");
|
46
|
+
var import_react4 = require("react");
|
47
|
+
var import_dialog = require("@ark-ui/react/dialog");
|
48
|
+
var import_react5 = require("@chakra-ui/react");
|
90
49
|
|
91
50
|
// src/components/close-button/close-button.tsx
|
92
|
-
var
|
93
|
-
var
|
51
|
+
var import_react2 = require("react");
|
52
|
+
var import_react3 = require("@chakra-ui/react");
|
94
53
|
|
95
54
|
// src/components/icons/create-icon.tsx
|
96
|
-
var
|
55
|
+
var import_react = require("@chakra-ui/react");
|
97
56
|
var createIcon = (props) => {
|
98
|
-
return (0,
|
57
|
+
return (0, import_react.createIcon)({
|
99
58
|
viewBox: "0 0 24 24",
|
100
59
|
defaultProps: {
|
101
60
|
fill: "none",
|
@@ -193,24 +152,24 @@ var CheckIcon = createIcon({
|
|
193
152
|
|
194
153
|
// src/components/close-button/close-button.tsx
|
195
154
|
var import_jsx_runtime2 = require("react/jsx-runtime");
|
196
|
-
var CloseButton = (0,
|
155
|
+
var CloseButton = (0, import_react2.forwardRef)(
|
197
156
|
function CloseButton2(props, ref) {
|
198
157
|
var _a;
|
199
|
-
return /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
|
158
|
+
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, {}) });
|
200
159
|
}
|
201
160
|
);
|
202
161
|
|
203
162
|
// src/components/drawer/drawer.tsx
|
204
163
|
var import_jsx_runtime3 = require("react/jsx-runtime");
|
205
|
-
var DrawerContent = (0,
|
164
|
+
var DrawerContent = (0, import_react4.forwardRef)(
|
206
165
|
function DrawerContent2(props, ref) {
|
207
166
|
const { children, portalled = true, portalRef, offset, ...rest } = props;
|
208
|
-
return /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
|
167
|
+
return /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(import_react5.Portal, { disabled: !portalled, container: portalRef, children: /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(import_react5.Drawer.Positioner, { padding: offset, children: /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(import_react5.Drawer.Content, { ref, ...rest, asChild: false, children }) }) });
|
209
168
|
}
|
210
169
|
);
|
211
|
-
var DrawerCloseTrigger = (0,
|
170
|
+
var DrawerCloseTrigger = (0, import_react4.forwardRef)(function DrawerCloseTrigger2(props, ref) {
|
212
171
|
return /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
|
213
|
-
|
172
|
+
import_react5.Drawer.CloseTrigger,
|
214
173
|
{
|
215
174
|
position: "absolute",
|
216
175
|
top: "2",
|
@@ -221,16 +180,16 @@ var DrawerCloseTrigger = (0, import_react5.forwardRef)(function DrawerCloseTrigg
|
|
221
180
|
}
|
222
181
|
);
|
223
182
|
});
|
224
|
-
var DrawerTrigger =
|
225
|
-
var DrawerRoot =
|
226
|
-
var DrawerFooter =
|
227
|
-
var DrawerHeader =
|
228
|
-
var DrawerBody =
|
229
|
-
var DrawerBackdrop =
|
230
|
-
var DrawerDescription =
|
231
|
-
var DrawerTitle =
|
232
|
-
var DrawerActionTrigger =
|
233
|
-
var DrawerContext = DialogContext;
|
183
|
+
var DrawerTrigger = import_react5.Drawer.Trigger;
|
184
|
+
var DrawerRoot = import_react5.Drawer.Root;
|
185
|
+
var DrawerFooter = import_react5.Drawer.Footer;
|
186
|
+
var DrawerHeader = import_react5.Drawer.Header;
|
187
|
+
var DrawerBody = import_react5.Drawer.Body;
|
188
|
+
var DrawerBackdrop = import_react5.Drawer.Backdrop;
|
189
|
+
var DrawerDescription = import_react5.Drawer.Description;
|
190
|
+
var DrawerTitle = import_react5.Drawer.Title;
|
191
|
+
var DrawerActionTrigger = import_react5.Drawer.ActionTrigger;
|
192
|
+
var DrawerContext = import_dialog.DialogContext;
|
234
193
|
// Annotate the CommonJS export names for ESM import in node:
|
235
194
|
0 && (module.exports = {
|
236
195
|
Drawer
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import * as
|
1
|
+
import * as _ark_ui_react from '@ark-ui/react';
|
2
2
|
import * as react from 'react';
|
3
3
|
import { Drawer } from '@chakra-ui/react';
|
4
4
|
|
@@ -18,7 +18,7 @@ declare const DrawerBackdrop: react.ForwardRefExoticComponent<Drawer.BackdropPro
|
|
18
18
|
declare const DrawerDescription: react.ForwardRefExoticComponent<Drawer.DescriptionProps & react.RefAttributes<HTMLDivElement>>;
|
19
19
|
declare const DrawerTitle: react.ForwardRefExoticComponent<Drawer.TitleProps & react.RefAttributes<HTMLDivElement>>;
|
20
20
|
declare const DrawerActionTrigger: react.ForwardRefExoticComponent<Drawer.ActionTriggerProps & react.RefAttributes<HTMLButtonElement>>;
|
21
|
-
declare const DrawerContext: (props:
|
21
|
+
declare const DrawerContext: (props: _ark_ui_react.DialogContextProps) => react.ReactNode;
|
22
22
|
type DrawerRootProps = Drawer.RootProps;
|
23
23
|
|
24
24
|
declare namespace namespace {
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import * as
|
1
|
+
import * as _ark_ui_react from '@ark-ui/react';
|
2
2
|
import * as react from 'react';
|
3
3
|
import { Drawer } from '@chakra-ui/react';
|
4
4
|
|
@@ -18,7 +18,7 @@ declare const DrawerBackdrop: react.ForwardRefExoticComponent<Drawer.BackdropPro
|
|
18
18
|
declare const DrawerDescription: react.ForwardRefExoticComponent<Drawer.DescriptionProps & react.RefAttributes<HTMLDivElement>>;
|
19
19
|
declare const DrawerTitle: react.ForwardRefExoticComponent<Drawer.TitleProps & react.RefAttributes<HTMLDivElement>>;
|
20
20
|
declare const DrawerActionTrigger: react.ForwardRefExoticComponent<Drawer.ActionTriggerProps & react.RefAttributes<HTMLButtonElement>>;
|
21
|
-
declare const DrawerContext: (props:
|
21
|
+
declare const DrawerContext: (props: _ark_ui_react.DialogContextProps) => react.ReactNode;
|
22
22
|
type DrawerRootProps = Drawer.RootProps;
|
23
23
|
|
24
24
|
declare namespace namespace {
|
@@ -1,65 +1,10 @@
|
|
1
1
|
'use client'
|
2
2
|
import {
|
3
|
-
|
4
|
-
} from "../../chunk-
|
5
|
-
import
|
6
|
-
CloseButton
|
7
|
-
} from "../../chunk-FZW2DYK3.js";
|
3
|
+
namespace_exports
|
4
|
+
} from "../../chunk-H6TFEHY4.js";
|
5
|
+
import "../../chunk-FZW2DYK3.js";
|
8
6
|
import "../../chunk-VDXTEASE.js";
|
9
|
-
import
|
10
|
-
__export
|
11
|
-
} from "../../chunk-RTMS5TJN.js";
|
12
|
-
|
13
|
-
// src/components/drawer/namespace.ts
|
14
|
-
var namespace_exports = {};
|
15
|
-
__export(namespace_exports, {
|
16
|
-
ActionTrigger: () => DrawerActionTrigger,
|
17
|
-
Backdrop: () => DrawerBackdrop,
|
18
|
-
Body: () => DrawerBody,
|
19
|
-
CloseTrigger: () => DrawerCloseTrigger,
|
20
|
-
Content: () => DrawerContent,
|
21
|
-
Context: () => DrawerContext,
|
22
|
-
Description: () => DrawerDescription,
|
23
|
-
Footer: () => DrawerFooter,
|
24
|
-
Header: () => DrawerHeader,
|
25
|
-
Root: () => DrawerRoot,
|
26
|
-
Title: () => DrawerTitle,
|
27
|
-
Trigger: () => DrawerTrigger
|
28
|
-
});
|
29
|
-
|
30
|
-
// src/components/drawer/drawer.tsx
|
31
|
-
import { forwardRef } from "react";
|
32
|
-
import { Drawer as ChakraDrawer, Portal } from "@chakra-ui/react";
|
33
|
-
import { jsx } from "react/jsx-runtime";
|
34
|
-
var DrawerContent = forwardRef(
|
35
|
-
function DrawerContent2(props, ref) {
|
36
|
-
const { children, portalled = true, portalRef, offset, ...rest } = props;
|
37
|
-
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 }) }) });
|
38
|
-
}
|
39
|
-
);
|
40
|
-
var DrawerCloseTrigger = forwardRef(function DrawerCloseTrigger2(props, ref) {
|
41
|
-
return /* @__PURE__ */ jsx(
|
42
|
-
ChakraDrawer.CloseTrigger,
|
43
|
-
{
|
44
|
-
position: "absolute",
|
45
|
-
top: "2",
|
46
|
-
insetEnd: "2",
|
47
|
-
...props,
|
48
|
-
asChild: true,
|
49
|
-
children: /* @__PURE__ */ jsx(CloseButton, { size: "sm", ref })
|
50
|
-
}
|
51
|
-
);
|
52
|
-
});
|
53
|
-
var DrawerTrigger = ChakraDrawer.Trigger;
|
54
|
-
var DrawerRoot = ChakraDrawer.Root;
|
55
|
-
var DrawerFooter = ChakraDrawer.Footer;
|
56
|
-
var DrawerHeader = ChakraDrawer.Header;
|
57
|
-
var DrawerBody = ChakraDrawer.Body;
|
58
|
-
var DrawerBackdrop = ChakraDrawer.Backdrop;
|
59
|
-
var DrawerDescription = ChakraDrawer.Description;
|
60
|
-
var DrawerTitle = ChakraDrawer.Title;
|
61
|
-
var DrawerActionTrigger = ChakraDrawer.ActionTrigger;
|
62
|
-
var DrawerContext = DialogContext;
|
7
|
+
import "../../chunk-RTMS5TJN.js";
|
63
8
|
export {
|
64
9
|
namespace_exports as Drawer
|
65
10
|
};
|
@@ -0,0 +1,48 @@
|
|
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/empty-state/index.ts
|
22
|
+
var empty_state_exports = {};
|
23
|
+
__export(empty_state_exports, {
|
24
|
+
EmptyState: () => EmptyState
|
25
|
+
});
|
26
|
+
module.exports = __toCommonJS(empty_state_exports);
|
27
|
+
|
28
|
+
// src/components/empty-state/empty-state.tsx
|
29
|
+
var import_react = require("@chakra-ui/react");
|
30
|
+
var import_react2 = require("react");
|
31
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
32
|
+
var EmptyState = (0, import_react2.forwardRef)(
|
33
|
+
function EmptyState2(props, ref) {
|
34
|
+
const { title, description, icon, children, ...rest } = props;
|
35
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_react.EmptyState.Root, { ref, ...rest, children: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_react.EmptyState.Content, { children: [
|
36
|
+
icon && /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_react.EmptyState.Indicator, { children: icon }),
|
37
|
+
description ? /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_react.VStack, { textAlign: "center", children: [
|
38
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_react.EmptyState.Title, { children: title }),
|
39
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_react.EmptyState.Description, { children: description })
|
40
|
+
] }) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_react.EmptyState.Title, { children: title }),
|
41
|
+
children
|
42
|
+
] }) });
|
43
|
+
}
|
44
|
+
);
|
45
|
+
// Annotate the CommonJS export names for ESM import in node:
|
46
|
+
0 && (module.exports = {
|
47
|
+
EmptyState
|
48
|
+
});
|
@@ -0,0 +1,11 @@
|
|
1
|
+
import * as react from 'react';
|
2
|
+
import { EmptyState as EmptyState$1 } from '@chakra-ui/react';
|
3
|
+
|
4
|
+
interface EmptyStateProps extends EmptyState$1.RootProps {
|
5
|
+
title: string;
|
6
|
+
description?: string;
|
7
|
+
icon?: React.ReactNode;
|
8
|
+
}
|
9
|
+
declare const EmptyState: react.ForwardRefExoticComponent<EmptyStateProps & react.RefAttributes<HTMLDivElement>>;
|
10
|
+
|
11
|
+
export { EmptyState, type EmptyStateProps };
|
@@ -0,0 +1,11 @@
|
|
1
|
+
import * as react from 'react';
|
2
|
+
import { EmptyState as EmptyState$1 } from '@chakra-ui/react';
|
3
|
+
|
4
|
+
interface EmptyStateProps extends EmptyState$1.RootProps {
|
5
|
+
title: string;
|
6
|
+
description?: string;
|
7
|
+
icon?: React.ReactNode;
|
8
|
+
}
|
9
|
+
declare const EmptyState: react.ForwardRefExoticComponent<EmptyStateProps & react.RefAttributes<HTMLDivElement>>;
|
10
|
+
|
11
|
+
export { EmptyState, type EmptyStateProps };
|
@@ -0,0 +1,68 @@
|
|
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/grid-list/index.ts
|
22
|
+
var grid_list_exports2 = {};
|
23
|
+
__export(grid_list_exports2, {
|
24
|
+
GridList: () => grid_list_exports
|
25
|
+
});
|
26
|
+
module.exports = __toCommonJS(grid_list_exports2);
|
27
|
+
|
28
|
+
// src/components/grid-list/grid-list.tsx
|
29
|
+
var grid_list_exports = {};
|
30
|
+
__export(grid_list_exports, {
|
31
|
+
Cell: () => GridListCell,
|
32
|
+
Header: () => GridListHeader,
|
33
|
+
Item: () => GridListItem,
|
34
|
+
Root: () => GridListRoot
|
35
|
+
});
|
36
|
+
var import_grid_list = require("@saas-ui/core/grid-list");
|
37
|
+
|
38
|
+
// src/components/grid-list/grid-list.context.ts
|
39
|
+
var import_react = require("@chakra-ui/react");
|
40
|
+
var {
|
41
|
+
withProvider,
|
42
|
+
withContext,
|
43
|
+
useStyles: useGridListStyles
|
44
|
+
} = (0, import_react.createSlotRecipeContext)({
|
45
|
+
key: "suiGridList"
|
46
|
+
});
|
47
|
+
|
48
|
+
// src/components/grid-list/grid-list.tsx
|
49
|
+
var GridListRoot = withProvider(
|
50
|
+
import_grid_list.GridList.Root,
|
51
|
+
"root"
|
52
|
+
);
|
53
|
+
var GridListItem = withContext(
|
54
|
+
import_grid_list.GridList.Item,
|
55
|
+
"item"
|
56
|
+
);
|
57
|
+
var GridListHeader = withContext(
|
58
|
+
import_grid_list.GridList.Header,
|
59
|
+
"header"
|
60
|
+
);
|
61
|
+
var GridListCell = withContext(
|
62
|
+
import_grid_list.GridList.Cell,
|
63
|
+
"cell"
|
64
|
+
);
|
65
|
+
// Annotate the CommonJS export names for ESM import in node:
|
66
|
+
0 && (module.exports = {
|
67
|
+
GridList
|
68
|
+
});
|
@@ -0,0 +1,22 @@
|
|
1
|
+
import * as react from 'react';
|
2
|
+
import { HTMLChakraProps, SlotRecipeProps } from '@chakra-ui/react';
|
3
|
+
import { GridList } from '@saas-ui/core/grid-list';
|
4
|
+
|
5
|
+
interface GridListRootProps extends GridList.RootProps, Omit<HTMLChakraProps<'div'>, 'children'>, SlotRecipeProps<'suiGridList'> {
|
6
|
+
}
|
7
|
+
declare const GridListRoot: react.ForwardRefExoticComponent<Omit<GridList.RootProps, "ref"> & react.RefAttributes<HTMLDivElement>>;
|
8
|
+
interface GridListItemProps extends HTMLChakraProps<'div'> {
|
9
|
+
}
|
10
|
+
declare const GridListItem: react.ForwardRefExoticComponent<GridListItemProps & react.RefAttributes<HTMLDivElement>>;
|
11
|
+
interface GridListHeaderProps extends HTMLChakraProps<'header'> {
|
12
|
+
}
|
13
|
+
declare const GridListHeader: react.ForwardRefExoticComponent<GridListHeaderProps & react.RefAttributes<HTMLDivElement>>;
|
14
|
+
interface GridListCellProps extends GridList.CellProps, HTMLChakraProps<'div'> {
|
15
|
+
}
|
16
|
+
declare const GridListCell: react.ForwardRefExoticComponent<GridListCellProps & react.RefAttributes<HTMLDivElement>>;
|
17
|
+
|
18
|
+
declare namespace gridList {
|
19
|
+
export { GridListCell as Cell, type GridListCellProps as CellProps, GridListHeader as Header, type GridListHeaderProps as HeaderProps, GridListItem as Item, type GridListItemProps as ItemProps, GridListRoot as Root, type GridListRootProps as RootProps };
|
20
|
+
}
|
21
|
+
|
22
|
+
export { gridList as GridList };
|
@@ -0,0 +1,22 @@
|
|
1
|
+
import * as react from 'react';
|
2
|
+
import { HTMLChakraProps, SlotRecipeProps } from '@chakra-ui/react';
|
3
|
+
import { GridList } from '@saas-ui/core/grid-list';
|
4
|
+
|
5
|
+
interface GridListRootProps extends GridList.RootProps, Omit<HTMLChakraProps<'div'>, 'children'>, SlotRecipeProps<'suiGridList'> {
|
6
|
+
}
|
7
|
+
declare const GridListRoot: react.ForwardRefExoticComponent<Omit<GridList.RootProps, "ref"> & react.RefAttributes<HTMLDivElement>>;
|
8
|
+
interface GridListItemProps extends HTMLChakraProps<'div'> {
|
9
|
+
}
|
10
|
+
declare const GridListItem: react.ForwardRefExoticComponent<GridListItemProps & react.RefAttributes<HTMLDivElement>>;
|
11
|
+
interface GridListHeaderProps extends HTMLChakraProps<'header'> {
|
12
|
+
}
|
13
|
+
declare const GridListHeader: react.ForwardRefExoticComponent<GridListHeaderProps & react.RefAttributes<HTMLDivElement>>;
|
14
|
+
interface GridListCellProps extends GridList.CellProps, HTMLChakraProps<'div'> {
|
15
|
+
}
|
16
|
+
declare const GridListCell: react.ForwardRefExoticComponent<GridListCellProps & react.RefAttributes<HTMLDivElement>>;
|
17
|
+
|
18
|
+
declare namespace gridList {
|
19
|
+
export { GridListCell as Cell, type GridListCellProps as CellProps, GridListHeader as Header, type GridListHeaderProps as HeaderProps, GridListItem as Item, type GridListItemProps as ItemProps, GridListRoot as Root, type GridListRootProps as RootProps };
|
20
|
+
}
|
21
|
+
|
22
|
+
export { gridList as GridList };
|
@@ -44,7 +44,7 @@ var import_jsx_runtime = require("react/jsx-runtime");
|
|
44
44
|
var IconBadge = React.forwardRef(
|
45
45
|
(props, ref) => {
|
46
46
|
const { icon, children, ...rest } = props;
|
47
|
-
const recipe = (0, import_react2.useRecipe)({ key: "
|
47
|
+
const recipe = (0, import_react2.useRecipe)({ key: "suiIconBadge", recipe: props.recipe });
|
48
48
|
const [variantProps, localProps] = recipe.splitVariantProps(rest);
|
49
49
|
const styles = recipe(variantProps);
|
50
50
|
const element = icon || children;
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import * as react from 'react';
|
2
2
|
import { HTMLChakraProps, RecipeProps } from '@chakra-ui/react';
|
3
3
|
|
4
|
-
interface IconBadgeProps extends HTMLChakraProps<'div'>, RecipeProps<'
|
4
|
+
interface IconBadgeProps extends HTMLChakraProps<'div'>, RecipeProps<'suiIconBadge'> {
|
5
5
|
/**
|
6
6
|
* The icon to display
|
7
7
|
*/
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import * as react from 'react';
|
2
2
|
import { HTMLChakraProps, RecipeProps } from '@chakra-ui/react';
|
3
3
|
|
4
|
-
interface IconBadgeProps extends HTMLChakraProps<'div'>, RecipeProps<'
|
4
|
+
interface IconBadgeProps extends HTMLChakraProps<'div'>, RecipeProps<'suiIconBadge'> {
|
5
5
|
/**
|
6
6
|
* The icon to display
|
7
7
|
*/
|