@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,231 +1,9 @@
|
|
1
1
|
'use client'
|
2
2
|
import {
|
3
|
-
|
4
|
-
} from "../../chunk-
|
3
|
+
PasswordInput
|
4
|
+
} from "../../chunk-CD2JUFI2.js";
|
5
|
+
import "../../chunk-PKI6YH2V.js";
|
5
6
|
import "../../chunk-RTMS5TJN.js";
|
6
|
-
|
7
|
-
// src/components/password-input/password-input.tsx
|
8
|
-
import { forwardRef, useRef } from "react";
|
9
|
-
import {
|
10
|
-
IconButton,
|
11
|
-
Input,
|
12
|
-
mergeRefs,
|
13
|
-
useControllableState
|
14
|
-
} from "@chakra-ui/react";
|
15
|
-
|
16
|
-
// ../../node_modules/react-icons/lib/iconBase.mjs
|
17
|
-
import React2 from "react";
|
18
|
-
|
19
|
-
// ../../node_modules/react-icons/lib/iconContext.mjs
|
20
|
-
import React from "react";
|
21
|
-
var DefaultContext = {
|
22
|
-
color: void 0,
|
23
|
-
size: void 0,
|
24
|
-
className: void 0,
|
25
|
-
style: void 0,
|
26
|
-
attr: void 0
|
27
|
-
};
|
28
|
-
var IconContext = React.createContext && /* @__PURE__ */ React.createContext(DefaultContext);
|
29
|
-
|
30
|
-
// ../../node_modules/react-icons/lib/iconBase.mjs
|
31
|
-
var _excluded = ["attr", "size", "title"];
|
32
|
-
function _objectWithoutProperties(source, excluded) {
|
33
|
-
if (source == null) return {};
|
34
|
-
var target = _objectWithoutPropertiesLoose(source, excluded);
|
35
|
-
var key, i;
|
36
|
-
if (Object.getOwnPropertySymbols) {
|
37
|
-
var sourceSymbolKeys = Object.getOwnPropertySymbols(source);
|
38
|
-
for (i = 0; i < sourceSymbolKeys.length; i++) {
|
39
|
-
key = sourceSymbolKeys[i];
|
40
|
-
if (excluded.indexOf(key) >= 0) continue;
|
41
|
-
if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
|
42
|
-
target[key] = source[key];
|
43
|
-
}
|
44
|
-
}
|
45
|
-
return target;
|
46
|
-
}
|
47
|
-
function _objectWithoutPropertiesLoose(source, excluded) {
|
48
|
-
if (source == null) return {};
|
49
|
-
var target = {};
|
50
|
-
for (var key in source) {
|
51
|
-
if (Object.prototype.hasOwnProperty.call(source, key)) {
|
52
|
-
if (excluded.indexOf(key) >= 0) continue;
|
53
|
-
target[key] = source[key];
|
54
|
-
}
|
55
|
-
}
|
56
|
-
return target;
|
57
|
-
}
|
58
|
-
function _extends() {
|
59
|
-
_extends = Object.assign ? Object.assign.bind() : function(target) {
|
60
|
-
for (var i = 1; i < arguments.length; i++) {
|
61
|
-
var source = arguments[i];
|
62
|
-
for (var key in source) {
|
63
|
-
if (Object.prototype.hasOwnProperty.call(source, key)) {
|
64
|
-
target[key] = source[key];
|
65
|
-
}
|
66
|
-
}
|
67
|
-
}
|
68
|
-
return target;
|
69
|
-
};
|
70
|
-
return _extends.apply(this, arguments);
|
71
|
-
}
|
72
|
-
function ownKeys(e, r) {
|
73
|
-
var t = Object.keys(e);
|
74
|
-
if (Object.getOwnPropertySymbols) {
|
75
|
-
var o = Object.getOwnPropertySymbols(e);
|
76
|
-
r && (o = o.filter(function(r2) {
|
77
|
-
return Object.getOwnPropertyDescriptor(e, r2).enumerable;
|
78
|
-
})), t.push.apply(t, o);
|
79
|
-
}
|
80
|
-
return t;
|
81
|
-
}
|
82
|
-
function _objectSpread(e) {
|
83
|
-
for (var r = 1; r < arguments.length; r++) {
|
84
|
-
var t = null != arguments[r] ? arguments[r] : {};
|
85
|
-
r % 2 ? ownKeys(Object(t), true).forEach(function(r2) {
|
86
|
-
_defineProperty(e, r2, t[r2]);
|
87
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function(r2) {
|
88
|
-
Object.defineProperty(e, r2, Object.getOwnPropertyDescriptor(t, r2));
|
89
|
-
});
|
90
|
-
}
|
91
|
-
return e;
|
92
|
-
}
|
93
|
-
function _defineProperty(obj, key, value) {
|
94
|
-
key = _toPropertyKey(key);
|
95
|
-
if (key in obj) {
|
96
|
-
Object.defineProperty(obj, key, { value, enumerable: true, configurable: true, writable: true });
|
97
|
-
} else {
|
98
|
-
obj[key] = value;
|
99
|
-
}
|
100
|
-
return obj;
|
101
|
-
}
|
102
|
-
function _toPropertyKey(t) {
|
103
|
-
var i = _toPrimitive(t, "string");
|
104
|
-
return "symbol" == typeof i ? i : i + "";
|
105
|
-
}
|
106
|
-
function _toPrimitive(t, r) {
|
107
|
-
if ("object" != typeof t || !t) return t;
|
108
|
-
var e = t[Symbol.toPrimitive];
|
109
|
-
if (void 0 !== e) {
|
110
|
-
var i = e.call(t, r || "default");
|
111
|
-
if ("object" != typeof i) return i;
|
112
|
-
throw new TypeError("@@toPrimitive must return a primitive value.");
|
113
|
-
}
|
114
|
-
return ("string" === r ? String : Number)(t);
|
115
|
-
}
|
116
|
-
function Tree2Element(tree) {
|
117
|
-
return tree && tree.map((node, i) => /* @__PURE__ */ React2.createElement(node.tag, _objectSpread({
|
118
|
-
key: i
|
119
|
-
}, node.attr), Tree2Element(node.child)));
|
120
|
-
}
|
121
|
-
function GenIcon(data) {
|
122
|
-
return (props) => /* @__PURE__ */ React2.createElement(IconBase, _extends({
|
123
|
-
attr: _objectSpread({}, data.attr)
|
124
|
-
}, props), Tree2Element(data.child));
|
125
|
-
}
|
126
|
-
function IconBase(props) {
|
127
|
-
var elem = (conf) => {
|
128
|
-
var {
|
129
|
-
attr,
|
130
|
-
size,
|
131
|
-
title
|
132
|
-
} = props, svgProps = _objectWithoutProperties(props, _excluded);
|
133
|
-
var computedSize = size || conf.size || "1em";
|
134
|
-
var className;
|
135
|
-
if (conf.className) className = conf.className;
|
136
|
-
if (props.className) className = (className ? className + " " : "") + props.className;
|
137
|
-
return /* @__PURE__ */ React2.createElement("svg", _extends({
|
138
|
-
stroke: "currentColor",
|
139
|
-
fill: "currentColor",
|
140
|
-
strokeWidth: "0"
|
141
|
-
}, conf.attr, attr, svgProps, {
|
142
|
-
className,
|
143
|
-
style: _objectSpread(_objectSpread({
|
144
|
-
color: props.color || conf.color
|
145
|
-
}, conf.style), props.style),
|
146
|
-
height: computedSize,
|
147
|
-
width: computedSize,
|
148
|
-
xmlns: "http://www.w3.org/2000/svg"
|
149
|
-
}), title && /* @__PURE__ */ React2.createElement("title", null, title), props.children);
|
150
|
-
};
|
151
|
-
return IconContext !== void 0 ? /* @__PURE__ */ React2.createElement(IconContext.Consumer, null, (conf) => elem(conf)) : elem(DefaultContext);
|
152
|
-
}
|
153
|
-
|
154
|
-
// ../../node_modules/react-icons/lu/index.mjs
|
155
|
-
function LuEyeOff(props) {
|
156
|
-
return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24", "fill": "none", "stroke": "currentColor", "strokeWidth": "2", "strokeLinecap": "round", "strokeLinejoin": "round" }, "child": [{ "tag": "path", "attr": { "d": "M9.88 9.88a3 3 0 1 0 4.24 4.24" }, "child": [] }, { "tag": "path", "attr": { "d": "M10.73 5.08A10.43 10.43 0 0 1 12 5c7 0 10 7 10 7a13.16 13.16 0 0 1-1.67 2.68" }, "child": [] }, { "tag": "path", "attr": { "d": "M6.61 6.61A13.526 13.526 0 0 0 2 12s3 7 10 7a9.74 9.74 0 0 0 5.39-1.61" }, "child": [] }, { "tag": "line", "attr": { "x1": "2", "x2": "22", "y1": "2", "y2": "22" }, "child": [] }] })(props);
|
157
|
-
}
|
158
|
-
function LuEye(props) {
|
159
|
-
return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24", "fill": "none", "stroke": "currentColor", "strokeWidth": "2", "strokeLinecap": "round", "strokeLinejoin": "round" }, "child": [{ "tag": "path", "attr": { "d": "M2 12s3-7 10-7 10 7 10 7-3 7-10 7-10-7-10-7Z" }, "child": [] }, { "tag": "circle", "attr": { "cx": "12", "cy": "12", "r": "3" }, "child": [] }] })(props);
|
160
|
-
}
|
161
|
-
|
162
|
-
// src/components/password-input/password-input.tsx
|
163
|
-
import { jsx } from "react/jsx-runtime";
|
164
|
-
var PasswordInput = forwardRef(
|
165
|
-
function PasswordInput2(props, ref) {
|
166
|
-
const {
|
167
|
-
rootProps,
|
168
|
-
defaultVisible,
|
169
|
-
visible: visibleProp,
|
170
|
-
onVisibleChange,
|
171
|
-
visibilityIcon = { on: /* @__PURE__ */ jsx(LuEye, {}), off: /* @__PURE__ */ jsx(LuEyeOff, {}) },
|
172
|
-
...rest
|
173
|
-
} = props;
|
174
|
-
const [visible, setVisible] = useControllableState({
|
175
|
-
value: visibleProp,
|
176
|
-
defaultValue: defaultVisible || false,
|
177
|
-
onChange: onVisibleChange
|
178
|
-
});
|
179
|
-
const inputRef = useRef(null);
|
180
|
-
return /* @__PURE__ */ jsx(
|
181
|
-
InputGroup,
|
182
|
-
{
|
183
|
-
width: "full",
|
184
|
-
endElement: /* @__PURE__ */ jsx(
|
185
|
-
VisibilityTrigger,
|
186
|
-
{
|
187
|
-
disabled: rest.disabled,
|
188
|
-
onPointerDown: (e) => {
|
189
|
-
if (rest.disabled) return;
|
190
|
-
if (e.button !== 0) return;
|
191
|
-
e.preventDefault();
|
192
|
-
setVisible(!visible);
|
193
|
-
},
|
194
|
-
children: visible ? visibilityIcon.off : visibilityIcon.on
|
195
|
-
}
|
196
|
-
),
|
197
|
-
...rootProps,
|
198
|
-
children: /* @__PURE__ */ jsx(
|
199
|
-
Input,
|
200
|
-
{
|
201
|
-
...rest,
|
202
|
-
ref: mergeRefs(ref, inputRef),
|
203
|
-
type: visible ? "text" : "password"
|
204
|
-
}
|
205
|
-
)
|
206
|
-
}
|
207
|
-
);
|
208
|
-
}
|
209
|
-
);
|
210
|
-
var VisibilityTrigger = forwardRef(
|
211
|
-
function VisibilityTrigger2(props, ref) {
|
212
|
-
return /* @__PURE__ */ jsx(
|
213
|
-
IconButton,
|
214
|
-
{
|
215
|
-
tabIndex: -1,
|
216
|
-
ref,
|
217
|
-
me: "-2",
|
218
|
-
aspectRatio: "square",
|
219
|
-
size: "sm",
|
220
|
-
variant: "ghost",
|
221
|
-
colorPalette: "gray",
|
222
|
-
height: "calc(100% - {spacing.2})",
|
223
|
-
"aria-label": "Toggle password visibility",
|
224
|
-
...props
|
225
|
-
}
|
226
|
-
);
|
227
|
-
}
|
228
|
-
);
|
229
7
|
export {
|
230
8
|
PasswordInput
|
231
9
|
};
|
@@ -32,7 +32,8 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
|
|
32
32
|
var persona_exports = {};
|
33
33
|
__export(persona_exports, {
|
34
34
|
Persona: () => Persona,
|
35
|
-
PersonaAvatar: () => PersonaAvatar2
|
35
|
+
PersonaAvatar: () => PersonaAvatar2,
|
36
|
+
defaultPresenceOptions: () => defaultPresenceOptions
|
36
37
|
});
|
37
38
|
module.exports = __toCommonJS(persona_exports);
|
38
39
|
|
@@ -40,22 +41,27 @@ module.exports = __toCommonJS(persona_exports);
|
|
40
41
|
var React2 = __toESM(require("react"), 1);
|
41
42
|
|
42
43
|
// src/components/persona/persona-primitive.tsx
|
43
|
-
var
|
44
|
-
var
|
44
|
+
var import_react2 = require("react");
|
45
|
+
var import_react3 = require("@chakra-ui/react");
|
45
46
|
var import_utils = require("@saas-ui/core/utils");
|
46
|
-
|
47
|
+
|
48
|
+
// src/components/persona/persona.context.ts
|
49
|
+
var import_react = require("@chakra-ui/react");
|
47
50
|
var {
|
48
51
|
useStyles: usePersonaStyles,
|
49
52
|
withProvider,
|
50
53
|
withContext
|
51
|
-
} = (0,
|
52
|
-
key: "
|
54
|
+
} = (0, import_react.createSlotRecipeContext)({
|
55
|
+
key: "suiPersona"
|
53
56
|
});
|
57
|
+
|
58
|
+
// src/components/persona/persona-primitive.tsx
|
59
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
54
60
|
var PersonaRoot = withProvider(
|
55
|
-
(0,
|
61
|
+
(0, import_react2.forwardRef)((props, ref) => {
|
56
62
|
const { outOfOffice, presence, ...rest } = props;
|
57
63
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
58
|
-
|
64
|
+
import_react3.chakra.div,
|
59
65
|
{
|
60
66
|
ref,
|
61
67
|
...rest,
|
@@ -72,7 +78,7 @@ var PersonaRoot = withProvider(
|
|
72
78
|
}),
|
73
79
|
"root"
|
74
80
|
);
|
75
|
-
var PersonaAvatar = (0,
|
81
|
+
var PersonaAvatar = (0, import_react2.forwardRef)(
|
76
82
|
(props, ref) => {
|
77
83
|
const {
|
78
84
|
name,
|
@@ -85,10 +91,10 @@ var PersonaAvatar = (0, import_react.forwardRef)(
|
|
85
91
|
children,
|
86
92
|
...rest
|
87
93
|
} = props;
|
88
|
-
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
|
89
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
94
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_react3.Avatar.Root, { ref, ...rest, children: [
|
95
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_react3.Avatar.Fallback, { children: getInitials(name) }),
|
90
96
|
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
91
|
-
|
97
|
+
import_react3.Avatar.Image,
|
92
98
|
{
|
93
99
|
src,
|
94
100
|
srcSet,
|
@@ -110,8 +116,14 @@ var PersonaLabel = withContext(
|
|
110
116
|
"label"
|
111
117
|
);
|
112
118
|
PersonaLabel.displayName = "PersonaLabel";
|
113
|
-
var PersonaSecondaryLabel = withContext(
|
114
|
-
|
119
|
+
var PersonaSecondaryLabel = withContext(
|
120
|
+
"span",
|
121
|
+
"secondaryLabel"
|
122
|
+
);
|
123
|
+
var PersonaTertiaryLabel = withContext(
|
124
|
+
"span",
|
125
|
+
"tertiaryLabel"
|
126
|
+
);
|
115
127
|
|
116
128
|
// src/components/persona/persona.tsx
|
117
129
|
var import_jsx_runtime2 = require("react/jsx-runtime");
|
@@ -174,8 +186,33 @@ Persona.displayName = "Persona";
|
|
174
186
|
var PersonaAvatar2 = React2.forwardRef(function PersonaAvatar3(props, ref) {
|
175
187
|
return /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(Persona, { ref, ...props, hideDetails: true });
|
176
188
|
});
|
189
|
+
|
190
|
+
// src/components/persona/presence.ts
|
191
|
+
var defaultPresenceOptions = {
|
192
|
+
online: {
|
193
|
+
label: "Online",
|
194
|
+
color: "presence.online"
|
195
|
+
},
|
196
|
+
offline: {
|
197
|
+
label: "Offline",
|
198
|
+
color: "presence.offline"
|
199
|
+
},
|
200
|
+
busy: {
|
201
|
+
label: "Busy",
|
202
|
+
color: "presence.busy"
|
203
|
+
},
|
204
|
+
dnd: {
|
205
|
+
label: "Do-not-disturb",
|
206
|
+
color: "presence.dnd"
|
207
|
+
},
|
208
|
+
away: {
|
209
|
+
label: "Away",
|
210
|
+
color: "presence.away"
|
211
|
+
}
|
212
|
+
};
|
177
213
|
// Annotate the CommonJS export names for ESM import in node:
|
178
214
|
0 && (module.exports = {
|
179
215
|
Persona,
|
180
|
-
PersonaAvatar
|
216
|
+
PersonaAvatar,
|
217
|
+
defaultPresenceOptions
|
181
218
|
});
|
@@ -3,7 +3,27 @@ import react__default from 'react';
|
|
3
3
|
import { HTMLChakraProps, SlotRecipeProps, AvatarRootProps, ImageProps } from '@chakra-ui/react';
|
4
4
|
|
5
5
|
type Presence = 'online' | 'offline' | 'busy' | 'dnd' | 'away';
|
6
|
-
interface
|
6
|
+
interface PresenceConfig {
|
7
|
+
label: string;
|
8
|
+
color: string;
|
9
|
+
}
|
10
|
+
type PresenceOptions<P extends string = Presence> = Record<P, PresenceConfig>;
|
11
|
+
/**
|
12
|
+
* The presence configuration object.
|
13
|
+
*
|
14
|
+
* Default presence values: online, offline, busy, dnd, away
|
15
|
+
*
|
16
|
+
* You can overwrite colors in the theme semantic tokens.
|
17
|
+
* theme.semanticTokens.colors['presence.online'] = 'cyan.500'
|
18
|
+
*
|
19
|
+
* Or add a custom presence value
|
20
|
+
* theme.semanticTokens.colors['presence.vacay'] = 'blue.500'
|
21
|
+
*
|
22
|
+
* @see Docs https://saas-ui.dev/docs/components/data-display/persona
|
23
|
+
*/
|
24
|
+
declare const defaultPresenceOptions: PresenceOptions;
|
25
|
+
|
26
|
+
interface PersonaRootProps extends HTMLChakraProps<'div'>, SlotRecipeProps<'suiPersona'> {
|
7
27
|
/**
|
8
28
|
* Indicates that a person is out of office. Changes the presence badge style.
|
9
29
|
*/
|
@@ -90,4 +110,4 @@ interface PersonaAvatarProps extends Omit<PersonaProps, 'hideDetails' | 'label'
|
|
90
110
|
}
|
91
111
|
declare const PersonaAvatar: react.ForwardRefExoticComponent<PersonaAvatarProps & react.RefAttributes<HTMLDivElement>>;
|
92
112
|
|
93
|
-
export { Persona, PersonaAvatar, type PersonaAvatarProps, type PersonaProps };
|
113
|
+
export { Persona, PersonaAvatar, type PersonaAvatarProps, type PersonaProps, type Presence, type PresenceConfig, defaultPresenceOptions };
|
@@ -3,7 +3,27 @@ import react__default from 'react';
|
|
3
3
|
import { HTMLChakraProps, SlotRecipeProps, AvatarRootProps, ImageProps } from '@chakra-ui/react';
|
4
4
|
|
5
5
|
type Presence = 'online' | 'offline' | 'busy' | 'dnd' | 'away';
|
6
|
-
interface
|
6
|
+
interface PresenceConfig {
|
7
|
+
label: string;
|
8
|
+
color: string;
|
9
|
+
}
|
10
|
+
type PresenceOptions<P extends string = Presence> = Record<P, PresenceConfig>;
|
11
|
+
/**
|
12
|
+
* The presence configuration object.
|
13
|
+
*
|
14
|
+
* Default presence values: online, offline, busy, dnd, away
|
15
|
+
*
|
16
|
+
* You can overwrite colors in the theme semantic tokens.
|
17
|
+
* theme.semanticTokens.colors['presence.online'] = 'cyan.500'
|
18
|
+
*
|
19
|
+
* Or add a custom presence value
|
20
|
+
* theme.semanticTokens.colors['presence.vacay'] = 'blue.500'
|
21
|
+
*
|
22
|
+
* @see Docs https://saas-ui.dev/docs/components/data-display/persona
|
23
|
+
*/
|
24
|
+
declare const defaultPresenceOptions: PresenceOptions;
|
25
|
+
|
26
|
+
interface PersonaRootProps extends HTMLChakraProps<'div'>, SlotRecipeProps<'suiPersona'> {
|
7
27
|
/**
|
8
28
|
* Indicates that a person is out of office. Changes the presence badge style.
|
9
29
|
*/
|
@@ -90,4 +110,4 @@ interface PersonaAvatarProps extends Omit<PersonaProps, 'hideDetails' | 'label'
|
|
90
110
|
}
|
91
111
|
declare const PersonaAvatar: react.ForwardRefExoticComponent<PersonaAvatarProps & react.RefAttributes<HTMLDivElement>>;
|
92
112
|
|
93
|
-
export { Persona, PersonaAvatar, type PersonaAvatarProps, type PersonaProps };
|
113
|
+
export { Persona, PersonaAvatar, type PersonaAvatarProps, type PersonaProps, type Presence, type PresenceConfig, defaultPresenceOptions };
|
@@ -1,149 +1,12 @@
|
|
1
1
|
'use client'
|
2
|
-
import "../../chunk-RTMS5TJN.js";
|
3
|
-
|
4
|
-
// src/components/persona/persona.tsx
|
5
|
-
import * as React2 from "react";
|
6
|
-
|
7
|
-
// src/components/persona/persona-primitive.tsx
|
8
|
-
import { forwardRef } from "react";
|
9
2
|
import {
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
} from "
|
14
|
-
import
|
15
|
-
import { jsx, jsxs } from "react/jsx-runtime";
|
16
|
-
var {
|
17
|
-
useStyles: usePersonaStyles,
|
18
|
-
withProvider,
|
19
|
-
withContext
|
20
|
-
} = createSlotRecipeContext({
|
21
|
-
key: "persona"
|
22
|
-
});
|
23
|
-
var PersonaRoot = withProvider(
|
24
|
-
forwardRef((props, ref) => {
|
25
|
-
const { outOfOffice, presence, ...rest } = props;
|
26
|
-
return /* @__PURE__ */ jsx(
|
27
|
-
chakra.div,
|
28
|
-
{
|
29
|
-
ref,
|
30
|
-
...rest,
|
31
|
-
"data-out-of-office": dataAttr(outOfOffice),
|
32
|
-
"data-presence": presence,
|
33
|
-
css: [
|
34
|
-
presence ? {
|
35
|
-
"--persona-presence": `colors.presence.${presence}`
|
36
|
-
} : void 0,
|
37
|
-
rest.css
|
38
|
-
]
|
39
|
-
}
|
40
|
-
);
|
41
|
-
}),
|
42
|
-
"root"
|
43
|
-
);
|
44
|
-
var PersonaAvatar = forwardRef(
|
45
|
-
(props, ref) => {
|
46
|
-
const {
|
47
|
-
name,
|
48
|
-
getInitials = (name2) => name2 == null ? void 0 : name2[0],
|
49
|
-
icon,
|
50
|
-
loading,
|
51
|
-
onError,
|
52
|
-
src,
|
53
|
-
srcSet,
|
54
|
-
children,
|
55
|
-
...rest
|
56
|
-
} = props;
|
57
|
-
return /* @__PURE__ */ jsxs(Avatar.Root, { ref, ...rest, children: [
|
58
|
-
/* @__PURE__ */ jsx(Avatar.Fallback, { children: getInitials(name) }),
|
59
|
-
/* @__PURE__ */ jsx(
|
60
|
-
Avatar.Image,
|
61
|
-
{
|
62
|
-
src,
|
63
|
-
srcSet,
|
64
|
-
loading,
|
65
|
-
onError
|
66
|
-
}
|
67
|
-
),
|
68
|
-
children
|
69
|
-
] });
|
70
|
-
}
|
71
|
-
);
|
72
|
-
var PersonaPresenceBadge = withContext("span", "presence");
|
73
|
-
var PersonaDetails = withContext(
|
74
|
-
"div",
|
75
|
-
"details"
|
76
|
-
);
|
77
|
-
var PersonaLabel = withContext(
|
78
|
-
"span",
|
79
|
-
"label"
|
80
|
-
);
|
81
|
-
PersonaLabel.displayName = "PersonaLabel";
|
82
|
-
var PersonaSecondaryLabel = withContext("span", "secondaryLabel");
|
83
|
-
var PersonaTertiaryLabel = withContext("span", "tertiaryLabel");
|
84
|
-
|
85
|
-
// src/components/persona/persona.tsx
|
86
|
-
import { jsx as jsx2, jsxs as jsxs2 } from "react/jsx-runtime";
|
87
|
-
var Persona = React2.forwardRef(
|
88
|
-
(props, ref) => {
|
89
|
-
const {
|
90
|
-
name,
|
91
|
-
presence,
|
92
|
-
presenceIcon,
|
93
|
-
isOutOfOffice,
|
94
|
-
label,
|
95
|
-
secondaryLabel,
|
96
|
-
tertiaryLabel,
|
97
|
-
size,
|
98
|
-
hideDetails,
|
99
|
-
children,
|
100
|
-
/** Avatar props */
|
101
|
-
getInitials,
|
102
|
-
icon,
|
103
|
-
loading,
|
104
|
-
onError,
|
105
|
-
src,
|
106
|
-
srcSet,
|
107
|
-
...rest
|
108
|
-
} = props;
|
109
|
-
return /* @__PURE__ */ jsxs2(
|
110
|
-
PersonaRoot,
|
111
|
-
{
|
112
|
-
ref,
|
113
|
-
outOfOffice: isOutOfOffice,
|
114
|
-
presence,
|
115
|
-
...rest,
|
116
|
-
children: [
|
117
|
-
/* @__PURE__ */ jsx2(
|
118
|
-
PersonaAvatar,
|
119
|
-
{
|
120
|
-
name,
|
121
|
-
size,
|
122
|
-
getInitials,
|
123
|
-
icon,
|
124
|
-
loading,
|
125
|
-
onError,
|
126
|
-
src,
|
127
|
-
srcSet,
|
128
|
-
children: /* @__PURE__ */ jsx2(PersonaPresenceBadge, { children: presenceIcon })
|
129
|
-
}
|
130
|
-
),
|
131
|
-
!hideDetails && /* @__PURE__ */ jsxs2(PersonaDetails, { children: [
|
132
|
-
/* @__PURE__ */ jsx2(PersonaLabel, { children: label || name }),
|
133
|
-
secondaryLabel && /* @__PURE__ */ jsx2(PersonaSecondaryLabel, { children: secondaryLabel }),
|
134
|
-
tertiaryLabel && /* @__PURE__ */ jsx2(PersonaTertiaryLabel, { children: tertiaryLabel }),
|
135
|
-
children
|
136
|
-
] })
|
137
|
-
]
|
138
|
-
}
|
139
|
-
);
|
140
|
-
}
|
141
|
-
);
|
142
|
-
Persona.displayName = "Persona";
|
143
|
-
var PersonaAvatar2 = React2.forwardRef(function PersonaAvatar3(props, ref) {
|
144
|
-
return /* @__PURE__ */ jsx2(Persona, { ref, ...props, hideDetails: true });
|
145
|
-
});
|
3
|
+
Persona,
|
4
|
+
PersonaAvatar,
|
5
|
+
defaultPresenceOptions
|
6
|
+
} from "../../chunk-M7FOBCOV.js";
|
7
|
+
import "../../chunk-RTMS5TJN.js";
|
146
8
|
export {
|
147
9
|
Persona,
|
148
|
-
|
10
|
+
PersonaAvatar,
|
11
|
+
defaultPresenceOptions
|
149
12
|
};
|
@@ -1,26 +1,8 @@
|
|
1
1
|
'use client'
|
2
|
+
import {
|
3
|
+
PinInput
|
4
|
+
} from "../../chunk-2EUACKRH.js";
|
2
5
|
import "../../chunk-RTMS5TJN.js";
|
3
|
-
|
4
|
-
// src/components/pin-input/pin-input.tsx
|
5
|
-
import { forwardRef } from "react";
|
6
|
-
import { PinInput as ChakraPinInput, Group } from "@chakra-ui/react";
|
7
|
-
import { jsx, jsxs } from "react/jsx-runtime";
|
8
|
-
var PinInput = forwardRef(
|
9
|
-
function PinInput2(props, ref) {
|
10
|
-
const {
|
11
|
-
pinLength = 4,
|
12
|
-
inputProps,
|
13
|
-
rootRef,
|
14
|
-
attached,
|
15
|
-
gap = attached ? 0 : 2,
|
16
|
-
...rest
|
17
|
-
} = props;
|
18
|
-
return /* @__PURE__ */ jsxs(ChakraPinInput.Root, { ref: rootRef, ...rest, children: [
|
19
|
-
/* @__PURE__ */ jsx(ChakraPinInput.HiddenInput, { ref, ...inputProps }),
|
20
|
-
/* @__PURE__ */ jsx(ChakraPinInput.Control, { children: /* @__PURE__ */ jsx(Group, { attached, gap, children: Array.from({ length: pinLength }).map((_, index) => /* @__PURE__ */ jsx(ChakraPinInput.Input, { index }, index)) }) })
|
21
|
-
] });
|
22
|
-
}
|
23
|
-
);
|
24
6
|
export {
|
25
7
|
PinInput
|
26
8
|
};
|
@@ -1,21 +1,9 @@
|
|
1
1
|
'use client'
|
2
|
+
import {
|
3
|
+
Radio,
|
4
|
+
RadioGroup
|
5
|
+
} from "../../chunk-WYLMBMAH.js";
|
2
6
|
import "../../chunk-RTMS5TJN.js";
|
3
|
-
|
4
|
-
// src/components/radio/radio.tsx
|
5
|
-
import { forwardRef } from "react";
|
6
|
-
import { RadioGroup as ChakraRadioGroup } from "@chakra-ui/react";
|
7
|
-
import { jsx, jsxs } from "react/jsx-runtime";
|
8
|
-
var Radio = forwardRef(
|
9
|
-
function Radio2(props, ref) {
|
10
|
-
const { children, inputProps, rootRef, ...rest } = props;
|
11
|
-
return /* @__PURE__ */ jsxs(ChakraRadioGroup.Item, { ref: rootRef, ...rest, children: [
|
12
|
-
/* @__PURE__ */ jsx(ChakraRadioGroup.ItemHiddenInput, { ref, ...inputProps }),
|
13
|
-
/* @__PURE__ */ jsx(ChakraRadioGroup.ItemIndicator, {}),
|
14
|
-
children && /* @__PURE__ */ jsx(ChakraRadioGroup.ItemText, { children })
|
15
|
-
] });
|
16
|
-
}
|
17
|
-
);
|
18
|
-
var RadioGroup = ChakraRadioGroup.Root;
|
19
7
|
export {
|
20
8
|
Radio,
|
21
9
|
RadioGroup
|