@saas-ui/react 3.0.0-alpha.0 → 3.0.0-alpha.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +85 -0
- package/dist/chunk-2EUACKRH.js +26 -0
- package/dist/chunk-32JGENDB.js +19 -0
- package/dist/chunk-3MO37LYW.js +326 -0
- package/dist/chunk-4TR3AOMG.js +33 -0
- package/dist/chunk-6LOMIKR5.js +69 -0
- package/dist/chunk-6ZNR6N2K.js +45 -0
- package/dist/chunk-7VSTNV2B.js +53 -0
- package/dist/chunk-BCNPBZZK.js +45 -0
- package/dist/chunk-CB52LBJK.js +71 -0
- package/dist/chunk-CD2JUFI2.js +231 -0
- package/dist/chunk-FJFNGSPL.js +23 -0
- package/dist/chunk-FZW2DYK3.js +19 -0
- package/dist/chunk-GGAKUS66.js +141 -0
- package/dist/chunk-H6TFEHY4.js +63 -0
- package/dist/chunk-HELHPHIQ.js +35 -0
- package/dist/chunk-I2RXEKTB.js +38 -0
- package/dist/chunk-JGHXJ3PI.js +102 -0
- package/dist/chunk-KTLWEUNW.js +1 -0
- package/dist/chunk-L356FPLY.js +20 -0
- package/dist/chunk-LIYUBUOP.js +119 -0
- package/dist/chunk-M7FOBCOV.js +184 -0
- package/dist/chunk-NSD5HRIP.js +46 -0
- package/dist/chunk-O2WVT2BP.js +35 -0
- package/dist/chunk-PKI6YH2V.js +31 -0
- package/dist/chunk-Q6SNJJO2.js +63 -0
- package/dist/chunk-QSNSWCTM.js +32 -0
- package/dist/chunk-RTMS5TJN.js +10 -0
- package/dist/chunk-S3CQW7GD.js +100 -0
- package/dist/chunk-SA3OGTOO.js +23 -0
- package/dist/chunk-SKXSBAOS.js +35 -0
- package/dist/chunk-TT4C5VXB.js +36 -0
- package/dist/chunk-TZBAM4AD.js +20 -0
- package/dist/chunk-UCQ3LZIE.js +43 -0
- package/dist/chunk-ULAJ3JEO.js +32 -0
- package/dist/chunk-VDXTEASE.js +117 -0
- package/dist/chunk-WYLMBMAH.js +22 -0
- package/dist/components/app-shell/index.cjs +68 -0
- package/dist/components/app-shell/index.d.cts +30 -0
- package/dist/components/app-shell/index.d.ts +30 -0
- package/dist/components/app-shell/index.js +8 -0
- package/dist/components/avatar/index.cjs +69 -0
- package/dist/components/avatar/index.d.cts +18 -0
- package/dist/components/avatar/index.d.ts +18 -0
- package/dist/components/avatar/index.js +10 -0
- package/dist/components/breadcrumb/index.cjs +58 -0
- package/dist/components/breadcrumb/index.d.cts +17 -0
- package/dist/components/breadcrumb/index.d.ts +17 -0
- package/dist/components/breadcrumb/index.js +8 -0
- package/dist/components/button/index.cjs +65 -0
- package/dist/components/button/index.d.cts +12 -0
- package/dist/components/button/index.d.ts +12 -0
- package/dist/components/button/index.js +8 -0
- package/dist/components/checkbox/index.cjs +45 -0
- package/dist/components/checkbox/index.d.cts +11 -0
- package/dist/components/checkbox/index.d.ts +11 -0
- package/dist/components/checkbox/index.js +8 -0
- package/dist/components/close-button/index.cjs +142 -0
- package/dist/components/close-button/index.d.cts +8 -0
- package/dist/components/close-button/index.d.ts +8 -0
- package/dist/components/close-button/index.js +9 -0
- package/dist/components/command/index.cjs +56 -0
- package/dist/components/command/index.d.cts +6 -0
- package/dist/components/command/index.d.ts +6 -0
- package/dist/components/command/index.js +8 -0
- package/dist/components/dialog/index.cjs +204 -0
- package/dist/components/dialog/index.d.cts +27 -0
- package/dist/components/dialog/index.d.ts +27 -0
- package/dist/components/dialog/index.js +10 -0
- package/dist/components/drawer/index.cjs +196 -0
- package/dist/components/drawer/index.d.cts +28 -0
- package/dist/components/drawer/index.d.ts +28 -0
- package/dist/components/drawer/index.js +10 -0
- package/dist/components/empty-state/index.cjs +48 -0
- package/dist/components/empty-state/index.d.cts +11 -0
- package/dist/components/empty-state/index.d.ts +11 -0
- package/dist/components/empty-state/index.js +8 -0
- package/dist/components/grid-list/index.cjs +68 -0
- package/dist/components/grid-list/index.d.cts +22 -0
- package/dist/components/grid-list/index.d.ts +22 -0
- package/dist/components/grid-list/index.js +8 -0
- package/dist/components/icon-badge/index.cjs +70 -0
- package/dist/components/icon-badge/index.d.cts +16 -0
- package/dist/components/icon-badge/index.d.ts +16 -0
- package/dist/components/icon-badge/index.js +8 -0
- package/dist/components/icons/index.cjs +155 -0
- package/dist/components/icons/index.d.cts +19 -0
- package/dist/components/icons/index.d.ts +19 -0
- package/dist/components/icons/index.js +35 -0
- package/dist/components/input-group/index.cjs +56 -0
- package/dist/components/input-group/index.d.cts +13 -0
- package/dist/components/input-group/index.d.ts +13 -0
- package/dist/components/input-group/index.js +8 -0
- package/dist/components/link/index.cjs +71 -0
- package/dist/components/link/index.d.cts +13 -0
- package/dist/components/link/index.d.ts +13 -0
- package/dist/components/link/index.js +9 -0
- package/dist/components/loading-overlay/index.cjs +84 -0
- package/dist/components/loading-overlay/index.d.cts +26 -0
- package/dist/components/loading-overlay/index.d.ts +26 -0
- package/dist/components/loading-overlay/index.js +11 -0
- package/dist/components/menu/index.cjs +249 -0
- package/dist/components/menu/index.d.cts +39 -0
- package/dist/components/menu/index.d.ts +39 -0
- package/dist/components/menu/index.js +11 -0
- package/dist/components/navbar/index.cjs +111 -0
- package/dist/components/navbar/index.d.cts +21 -0
- package/dist/components/navbar/index.d.ts +21 -0
- package/dist/components/navbar/index.js +9 -0
- package/dist/components/number-input/index.cjs +82 -0
- package/dist/components/number-input/index.d.cts +13 -0
- package/dist/components/number-input/index.d.ts +13 -0
- package/dist/components/number-input/index.js +9 -0
- package/dist/components/password-input/index.cjs +284 -0
- package/dist/components/password-input/index.d.cts +18 -0
- package/dist/components/password-input/index.d.ts +18 -0
- package/dist/components/password-input/index.js +9 -0
- package/dist/components/persona/index.cjs +218 -0
- package/dist/components/persona/index.d.cts +113 -0
- package/dist/components/persona/index.d.ts +113 -0
- package/dist/components/persona/index.js +12 -0
- package/dist/components/pin-input/index.cjs +51 -0
- package/dist/components/pin-input/index.d.cts +12 -0
- package/dist/components/pin-input/index.d.ts +12 -0
- package/dist/components/pin-input/index.js +8 -0
- package/dist/components/radio/index.cjs +48 -0
- package/dist/components/radio/index.d.cts +12 -0
- package/dist/components/radio/index.d.ts +12 -0
- package/dist/components/radio/index.js +10 -0
- package/dist/components/search-input/index.cjs +244 -0
- package/dist/components/search-input/index.d.cts +15 -0
- package/dist/components/search-input/index.d.ts +15 -0
- package/dist/components/search-input/index.js +10 -0
- package/dist/components/segmented-control/index.cjs +60 -0
- package/dist/components/segmented-control/index.d.cts +14 -0
- package/dist/components/segmented-control/index.d.ts +14 -0
- package/dist/components/segmented-control/index.js +8 -0
- package/dist/components/select/index.cjs +233 -0
- package/dist/components/select/index.d.cts +32 -0
- package/dist/components/select/index.d.ts +32 -0
- package/dist/components/select/index.js +10 -0
- package/dist/components/sidebar/index.cjs +166 -0
- package/dist/components/sidebar/index.d.cts +86 -0
- package/dist/components/sidebar/index.d.ts +86 -0
- package/dist/components/sidebar/index.js +14 -0
- package/dist/components/spinner/index.cjs +44 -0
- package/dist/components/spinner/index.d.cts +10 -0
- package/dist/components/spinner/index.d.ts +10 -0
- package/dist/components/spinner/index.js +8 -0
- package/dist/components/steps/index.cjs +189 -0
- package/dist/components/steps/index.d.cts +31 -0
- package/dist/components/steps/index.d.ts +31 -0
- package/dist/components/steps/index.js +10 -0
- package/dist/components/switch/index.cjs +48 -0
- package/dist/components/switch/index.d.cts +18 -0
- package/dist/components/switch/index.d.ts +18 -0
- package/dist/components/switch/index.js +8 -0
- package/dist/components/toaster/index.cjs +54 -0
- package/dist/components/toaster/index.d.cts +10 -0
- package/dist/components/toaster/index.d.ts +10 -0
- package/dist/components/toaster/index.js +10 -0
- package/dist/components/tooltip/index.cjs +57 -0
- package/dist/components/tooltip/index.d.cts +14 -0
- package/dist/components/tooltip/index.d.ts +14 -0
- package/dist/components/tooltip/index.js +8 -0
- package/dist/index.cjs +2358 -222
- package/dist/index.d.cts +46 -10
- package/dist/index.d.ts +46 -10
- package/dist/index.js +523 -305
- package/dist/theme/tokens/colors.cjs +349 -0
- package/dist/theme/tokens/colors.d.cts +856 -0
- package/dist/theme/tokens/colors.d.ts +856 -0
- package/dist/theme/tokens/colors.js +8 -0
- package/package.json +15 -9
- package/dist/index.cjs.map +0 -1
- package/dist/index.js.map +0 -1
- package/src/components/accordion.tsx +0 -47
- package/src/components/action-bar.tsx +0 -40
- package/src/components/alert.tsx +0 -51
- package/src/components/app-shell/app-shell.recipe.ts +0 -52
- package/src/components/app-shell/app-shell.stories.tsx +0 -51
- package/src/components/app-shell/app-shell.tsx +0 -94
- package/src/components/app-shell/index.ts +0 -3
- package/src/components/avatar.tsx +0 -74
- package/src/components/blockquote.tsx +0 -31
- package/src/components/breadcrumbs/breadcrumb.stories.tsx +0 -17
- package/src/components/breadcrumbs/breadcrumb.tsx +0 -36
- package/src/components/breadcrumbs/index.ts +0 -1
- package/src/components/breadcrumbs/namespace.ts +0 -8
- package/src/components/button/button.recipe.ts +0 -182
- package/src/components/button/button.stories.tsx +0 -99
- package/src/components/button/button.tsx +0 -55
- package/src/components/button/index.ts +0 -2
- package/src/components/checkbox/checkbox.tsx +0 -26
- package/src/components/checkbox/index.ts +0 -2
- package/src/components/checkbox-card.tsx +0 -57
- package/src/components/checkbox.tsx +0 -25
- package/src/components/clipboard.tsx +0 -107
- package/src/components/close-button/close-button.stories.tsx +0 -12
- package/src/components/close-button/close-button.tsx +0 -18
- package/src/components/close-button/index.ts +0 -2
- package/src/components/color-mode.tsx +0 -65
- package/src/components/command/command.recipe.ts +0 -17
- package/src/components/command/command.stories.tsx +0 -47
- package/src/components/command/command.tsx +0 -50
- package/src/components/command/index.ts +0 -1
- package/src/components/data-list.tsx +0 -37
- package/src/components/dialog/dialog.tsx +0 -66
- package/src/components/dialog/index.ts +0 -1
- package/src/components/dialog/namespace.ts +0 -18
- package/src/components/drawer/drawer.tsx +0 -56
- package/src/components/drawer/index.ts +0 -3
- package/src/components/drawer/namespace.ts +0 -19
- package/src/components/empty-state.tsx +0 -34
- package/src/components/field.tsx +0 -33
- package/src/components/file-button.tsx +0 -166
- package/src/components/grid-list/grid-list.recipe.ts +0 -113
- package/src/components/hover-card.tsx +0 -35
- package/src/components/icon-badge/icon-badge.recipe.ts +0 -57
- package/src/components/icon-badge/icon-badge.stories.tsx +0 -38
- package/src/components/icon-badge/icon-badge.tsx +0 -59
- package/src/components/icon-badge/index.ts +0 -2
- package/src/components/icons/create-icon.tsx +0 -41
- package/src/components/icons/icons.tsx +0 -121
- package/src/components/icons/index.ts +0 -1
- package/src/components/input-group/index.ts +0 -1
- package/src/components/input-group/input-group.tsx +0 -46
- package/src/components/link/index.ts +0 -2
- package/src/components/link/link.stories.tsx +0 -17
- package/src/components/link/link.test.tsx +0 -33
- package/src/components/link/link.tsx +0 -27
- package/src/components/link-button.tsx +0 -12
- package/src/components/loading-overlay/index.ts +0 -1
- package/src/components/loading-overlay/loading-overlay.recipe.ts +0 -61
- package/src/components/loading-overlay/loading-overlay.stories.tsx +0 -68
- package/src/components/loading-overlay/loading-overlay.tsx +0 -54
- package/src/components/loading-overlay/namespace.ts +0 -7
- package/src/components/menu.tsx +0 -108
- package/src/components/native-select.tsx +0 -57
- package/src/components/navbar/index.ts +0 -1
- package/src/components/navbar/namespace.ts +0 -9
- package/src/components/navbar/navbar.recipe.ts +0 -109
- package/src/components/navbar/navbar.stories.tsx +0 -435
- package/src/components/navbar/navbar.test.tsx +0 -49
- package/src/components/navbar/navbar.tsx +0 -39
- package/src/components/number-input/index.ts +0 -2
- package/src/components/number-input/number-input.tsx +0 -41
- package/src/components/pagination.tsx +0 -207
- package/src/components/password-input/index.ts +0 -2
- package/src/components/password-input/password-input.tsx +0 -98
- package/src/components/persona/index.ts +0 -2
- package/src/components/persona/namespace.ts +0 -18
- package/src/components/persona/persona-primitive.tsx +0 -220
- package/src/components/persona/persona.recipe.ts +0 -94
- package/src/components/persona/persona.stories.tsx +0 -101
- package/src/components/persona/persona.tsx +0 -143
- package/src/components/pin-input/index.ts +0 -2
- package/src/components/pin-input/pin-input.tsx +0 -36
- package/src/components/popover.tsx +0 -58
- package/src/components/progress-circle.tsx +0 -37
- package/src/components/progress.tsx +0 -40
- package/src/components/prose.tsx +0 -264
- package/src/components/provider.tsx +0 -12
- package/src/components/radio/index.ts +0 -2
- package/src/components/radio/radio.tsx +0 -27
- package/src/components/radio-card.tsx +0 -57
- package/src/components/radio.tsx +0 -24
- package/src/components/rating.tsx +0 -27
- package/src/components/search-input/index.ts +0 -2
- package/src/components/search-input/search-input.stories.tsx +0 -63
- package/src/components/search-input/search-input.tsx +0 -134
- package/src/components/segmented-control.tsx +0 -47
- package/src/components/select/index.ts +0 -1
- package/src/components/select/namespace.ts +0 -18
- package/src/components/select/select.tsx +0 -135
- package/src/components/sidebar/index.ts +0 -7
- package/src/components/sidebar/namespace.ts +0 -27
- package/src/components/sidebar/sidebar-item.recipe.ts +0 -65
- package/src/components/sidebar/sidebar.recipe.ts +0 -237
- package/src/components/sidebar/sidebar.stories.tsx +0 -903
- package/src/components/sidebar/sidebar.tsx +0 -204
- package/src/components/skeleton.tsx +0 -44
- package/src/components/slider.tsx +0 -53
- package/src/components/spinner/index.ts +0 -2
- package/src/components/spinner/spinner.stories.tsx +0 -19
- package/src/components/spinner/spinner.tsx +0 -21
- package/src/components/stat.tsx +0 -75
- package/src/components/status.tsx +0 -29
- package/src/components/stepper-input.tsx +0 -49
- package/src/components/steps/index.ts +0 -1
- package/src/components/steps/namespace.ts +0 -16
- package/src/components/steps/steps.tsx +0 -82
- package/src/components/switch/index.ts +0 -3
- package/src/components/switch/switch.tsx +0 -39
- package/src/components/tag.tsx +0 -39
- package/src/components/timeline.tsx +0 -17
- package/src/components/toaster.tsx +0 -43
- package/src/components/toggle-tip.tsx +0 -62
- package/src/components/tooltip.tsx +0 -46
- package/src/index.ts +0 -7
- package/src/preset.ts +0 -9
- package/src/provider/index.ts +0 -4
- package/src/provider/sui-provider.tsx +0 -34
- package/src/provider/use-link.test.tsx +0 -60
- package/src/provider/use-link.tsx +0 -13
- package/src/theme/animation-styles.ts +0 -53
- package/src/theme/breakpoints.ts +0 -11
- package/src/theme/conditions.ts +0 -26
- package/src/theme/fluid-font-sizes.ts +0 -65
- package/src/theme/global-css.ts +0 -94
- package/src/theme/index.ts +0 -72
- package/src/theme/layer-styles.ts +0 -116
- package/src/theme/recipes/chakra/accordion.ts +0 -145
- package/src/theme/recipes/chakra/action-bar.ts +0 -62
- package/src/theme/recipes/chakra/alert.ts +0 -157
- package/src/theme/recipes/chakra/avatar.ts +0 -141
- package/src/theme/recipes/chakra/badge.ts +0 -67
- package/src/theme/recipes/chakra/blockquote.ts +0 -83
- package/src/theme/recipes/chakra/breadcrumb.ts +0 -94
- package/src/theme/recipes/chakra/card.ts +0 -99
- package/src/theme/recipes/chakra/checkbox-card.ts +0 -212
- package/src/theme/recipes/chakra/checkbox.ts +0 -70
- package/src/theme/recipes/chakra/checkmark.ts +0 -83
- package/src/theme/recipes/chakra/code.ts +0 -17
- package/src/theme/recipes/chakra/collapsible.ts +0 -20
- package/src/theme/recipes/chakra/container.ts +0 -26
- package/src/theme/recipes/chakra/data-list.ts +0 -80
- package/src/theme/recipes/chakra/dialog.ts +0 -225
- package/src/theme/recipes/chakra/drawer.ts +0 -201
- package/src/theme/recipes/chakra/editable.ts +0 -88
- package/src/theme/recipes/chakra/empty-state.ts +0 -88
- package/src/theme/recipes/chakra/field.ts +0 -68
- package/src/theme/recipes/chakra/fieldset.ts +0 -62
- package/src/theme/recipes/chakra/file-upload.ts +0 -96
- package/src/theme/recipes/chakra/heading.ts +0 -27
- package/src/theme/recipes/chakra/hover-card.ts +0 -68
- package/src/theme/recipes/chakra/icon.ts +0 -30
- package/src/theme/recipes/chakra/input-addon.ts +0 -40
- package/src/theme/recipes/chakra/input.ts +0 -96
- package/src/theme/recipes/chakra/kbd.ts +0 -60
- package/src/theme/recipes/chakra/link.ts +0 -37
- package/src/theme/recipes/chakra/list.ts +0 -67
- package/src/theme/recipes/chakra/mark.ts +0 -27
- package/src/theme/recipes/chakra/menu.ts +0 -124
- package/src/theme/recipes/chakra/native-select.ts +0 -140
- package/src/theme/recipes/chakra/number-input.ts +0 -115
- package/src/theme/recipes/chakra/pin-input.ts +0 -27
- package/src/theme/recipes/chakra/popover.ts +0 -86
- package/src/theme/recipes/chakra/progress-circle.ts +0 -94
- package/src/theme/recipes/chakra/progress.ts +0 -127
- package/src/theme/recipes/chakra/radio-card.ts +0 -220
- package/src/theme/recipes/chakra/radio-group.ts +0 -72
- package/src/theme/recipes/chakra/radiomark.ts +0 -107
- package/src/theme/recipes/chakra/rating-group.ts +0 -94
- package/src/theme/recipes/chakra/segment-group.ts +0 -117
- package/src/theme/recipes/chakra/select.ts +0 -282
- package/src/theme/recipes/chakra/separator.ts +0 -51
- package/src/theme/recipes/chakra/skeleton.ts +0 -53
- package/src/theme/recipes/chakra/skip-nav-link.ts +0 -34
- package/src/theme/recipes/chakra/slider.ts +0 -178
- package/src/theme/recipes/chakra/spinner.ts +0 -32
- package/src/theme/recipes/chakra/stat.ts +0 -79
- package/src/theme/recipes/chakra/status.ts +0 -48
- package/src/theme/recipes/chakra/steps.ts +0 -218
- package/src/theme/recipes/chakra/switch.ts +0 -167
- package/src/theme/recipes/chakra/table.ts +0 -172
- package/src/theme/recipes/chakra/tabs.ts +0 -280
- package/src/theme/recipes/chakra/tag.ts +0 -131
- package/src/theme/recipes/chakra/textarea.ts +0 -88
- package/src/theme/recipes/chakra/timeline.ts +0 -138
- package/src/theme/recipes/chakra/toast.ts +0 -96
- package/src/theme/recipes/chakra/tooltip.ts +0 -40
- package/src/theme/recipes.ts +0 -46
- package/src/theme/semantic-tokens/colors.ts +0 -403
- package/src/theme/semantic-tokens/radii.ts +0 -7
- package/src/theme/semantic-tokens/shadows.ts +0 -52
- package/src/theme/slot-recipes.ts +0 -104
- package/src/theme/text-styles.ts +0 -39
- package/src/theme/tokens/animations.ts +0 -8
- package/src/theme/tokens/aspect-ratios.ts +0 -10
- package/src/theme/tokens/blurs.ts +0 -12
- package/src/theme/tokens/borders.ts +0 -9
- package/src/theme/tokens/colors.ts +0 -177
- package/src/theme/tokens/cursor.ts +0 -12
- package/src/theme/tokens/durations.ts +0 -11
- package/src/theme/tokens/easings.ts +0 -10
- package/src/theme/tokens/font-sizes.ts +0 -20
- package/src/theme/tokens/font-weights.ts +0 -13
- package/src/theme/tokens/fonts.ts +0 -15
- package/src/theme/tokens/keyframes.ts +0 -173
- package/src/theme/tokens/letter-spacing.ts +0 -9
- package/src/theme/tokens/line-heights.ts +0 -19
- package/src/theme/tokens/radius.ts +0 -18
- package/src/theme/tokens/sizes.ts +0 -71
- package/src/theme/tokens/spacing.ts +0 -38
- package/src/theme/tokens/z-indices.ts +0 -34
- package/src/theme/utils.ts +0 -46
|
@@ -0,0 +1,284 @@
|
|
|
1
|
+
'use client'
|
|
2
|
+
"use strict";
|
|
3
|
+
var __create = Object.create;
|
|
4
|
+
var __defProp = Object.defineProperty;
|
|
5
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
6
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
7
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
8
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
9
|
+
var __export = (target, all) => {
|
|
10
|
+
for (var name in all)
|
|
11
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
12
|
+
};
|
|
13
|
+
var __copyProps = (to, from, except, desc) => {
|
|
14
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
15
|
+
for (let key of __getOwnPropNames(from))
|
|
16
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
17
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
18
|
+
}
|
|
19
|
+
return to;
|
|
20
|
+
};
|
|
21
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
22
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
23
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
24
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
25
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
26
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
27
|
+
mod
|
|
28
|
+
));
|
|
29
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
30
|
+
|
|
31
|
+
// src/components/password-input/index.ts
|
|
32
|
+
var password_input_exports = {};
|
|
33
|
+
__export(password_input_exports, {
|
|
34
|
+
PasswordInput: () => PasswordInput
|
|
35
|
+
});
|
|
36
|
+
module.exports = __toCommonJS(password_input_exports);
|
|
37
|
+
|
|
38
|
+
// src/components/password-input/password-input.tsx
|
|
39
|
+
var import_react5 = require("react");
|
|
40
|
+
var import_react6 = require("@chakra-ui/react");
|
|
41
|
+
|
|
42
|
+
// ../../node_modules/react-icons/lib/iconBase.mjs
|
|
43
|
+
var import_react2 = __toESM(require("react"), 1);
|
|
44
|
+
|
|
45
|
+
// ../../node_modules/react-icons/lib/iconContext.mjs
|
|
46
|
+
var import_react = __toESM(require("react"), 1);
|
|
47
|
+
var DefaultContext = {
|
|
48
|
+
color: void 0,
|
|
49
|
+
size: void 0,
|
|
50
|
+
className: void 0,
|
|
51
|
+
style: void 0,
|
|
52
|
+
attr: void 0
|
|
53
|
+
};
|
|
54
|
+
var IconContext = import_react.default.createContext && /* @__PURE__ */ import_react.default.createContext(DefaultContext);
|
|
55
|
+
|
|
56
|
+
// ../../node_modules/react-icons/lib/iconBase.mjs
|
|
57
|
+
var _excluded = ["attr", "size", "title"];
|
|
58
|
+
function _objectWithoutProperties(source, excluded) {
|
|
59
|
+
if (source == null) return {};
|
|
60
|
+
var target = _objectWithoutPropertiesLoose(source, excluded);
|
|
61
|
+
var key, i;
|
|
62
|
+
if (Object.getOwnPropertySymbols) {
|
|
63
|
+
var sourceSymbolKeys = Object.getOwnPropertySymbols(source);
|
|
64
|
+
for (i = 0; i < sourceSymbolKeys.length; i++) {
|
|
65
|
+
key = sourceSymbolKeys[i];
|
|
66
|
+
if (excluded.indexOf(key) >= 0) continue;
|
|
67
|
+
if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
|
|
68
|
+
target[key] = source[key];
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
return target;
|
|
72
|
+
}
|
|
73
|
+
function _objectWithoutPropertiesLoose(source, excluded) {
|
|
74
|
+
if (source == null) return {};
|
|
75
|
+
var target = {};
|
|
76
|
+
for (var key in source) {
|
|
77
|
+
if (Object.prototype.hasOwnProperty.call(source, key)) {
|
|
78
|
+
if (excluded.indexOf(key) >= 0) continue;
|
|
79
|
+
target[key] = source[key];
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
return target;
|
|
83
|
+
}
|
|
84
|
+
function _extends() {
|
|
85
|
+
_extends = Object.assign ? Object.assign.bind() : function(target) {
|
|
86
|
+
for (var i = 1; i < arguments.length; i++) {
|
|
87
|
+
var source = arguments[i];
|
|
88
|
+
for (var key in source) {
|
|
89
|
+
if (Object.prototype.hasOwnProperty.call(source, key)) {
|
|
90
|
+
target[key] = source[key];
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
return target;
|
|
95
|
+
};
|
|
96
|
+
return _extends.apply(this, arguments);
|
|
97
|
+
}
|
|
98
|
+
function ownKeys(e, r) {
|
|
99
|
+
var t = Object.keys(e);
|
|
100
|
+
if (Object.getOwnPropertySymbols) {
|
|
101
|
+
var o = Object.getOwnPropertySymbols(e);
|
|
102
|
+
r && (o = o.filter(function(r2) {
|
|
103
|
+
return Object.getOwnPropertyDescriptor(e, r2).enumerable;
|
|
104
|
+
})), t.push.apply(t, o);
|
|
105
|
+
}
|
|
106
|
+
return t;
|
|
107
|
+
}
|
|
108
|
+
function _objectSpread(e) {
|
|
109
|
+
for (var r = 1; r < arguments.length; r++) {
|
|
110
|
+
var t = null != arguments[r] ? arguments[r] : {};
|
|
111
|
+
r % 2 ? ownKeys(Object(t), true).forEach(function(r2) {
|
|
112
|
+
_defineProperty(e, r2, t[r2]);
|
|
113
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function(r2) {
|
|
114
|
+
Object.defineProperty(e, r2, Object.getOwnPropertyDescriptor(t, r2));
|
|
115
|
+
});
|
|
116
|
+
}
|
|
117
|
+
return e;
|
|
118
|
+
}
|
|
119
|
+
function _defineProperty(obj, key, value) {
|
|
120
|
+
key = _toPropertyKey(key);
|
|
121
|
+
if (key in obj) {
|
|
122
|
+
Object.defineProperty(obj, key, { value, enumerable: true, configurable: true, writable: true });
|
|
123
|
+
} else {
|
|
124
|
+
obj[key] = value;
|
|
125
|
+
}
|
|
126
|
+
return obj;
|
|
127
|
+
}
|
|
128
|
+
function _toPropertyKey(t) {
|
|
129
|
+
var i = _toPrimitive(t, "string");
|
|
130
|
+
return "symbol" == typeof i ? i : i + "";
|
|
131
|
+
}
|
|
132
|
+
function _toPrimitive(t, r) {
|
|
133
|
+
if ("object" != typeof t || !t) return t;
|
|
134
|
+
var e = t[Symbol.toPrimitive];
|
|
135
|
+
if (void 0 !== e) {
|
|
136
|
+
var i = e.call(t, r || "default");
|
|
137
|
+
if ("object" != typeof i) return i;
|
|
138
|
+
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
139
|
+
}
|
|
140
|
+
return ("string" === r ? String : Number)(t);
|
|
141
|
+
}
|
|
142
|
+
function Tree2Element(tree) {
|
|
143
|
+
return tree && tree.map((node, i) => /* @__PURE__ */ import_react2.default.createElement(node.tag, _objectSpread({
|
|
144
|
+
key: i
|
|
145
|
+
}, node.attr), Tree2Element(node.child)));
|
|
146
|
+
}
|
|
147
|
+
function GenIcon(data) {
|
|
148
|
+
return (props) => /* @__PURE__ */ import_react2.default.createElement(IconBase, _extends({
|
|
149
|
+
attr: _objectSpread({}, data.attr)
|
|
150
|
+
}, props), Tree2Element(data.child));
|
|
151
|
+
}
|
|
152
|
+
function IconBase(props) {
|
|
153
|
+
var elem = (conf) => {
|
|
154
|
+
var {
|
|
155
|
+
attr,
|
|
156
|
+
size,
|
|
157
|
+
title
|
|
158
|
+
} = props, svgProps = _objectWithoutProperties(props, _excluded);
|
|
159
|
+
var computedSize = size || conf.size || "1em";
|
|
160
|
+
var className;
|
|
161
|
+
if (conf.className) className = conf.className;
|
|
162
|
+
if (props.className) className = (className ? className + " " : "") + props.className;
|
|
163
|
+
return /* @__PURE__ */ import_react2.default.createElement("svg", _extends({
|
|
164
|
+
stroke: "currentColor",
|
|
165
|
+
fill: "currentColor",
|
|
166
|
+
strokeWidth: "0"
|
|
167
|
+
}, conf.attr, attr, svgProps, {
|
|
168
|
+
className,
|
|
169
|
+
style: _objectSpread(_objectSpread({
|
|
170
|
+
color: props.color || conf.color
|
|
171
|
+
}, conf.style), props.style),
|
|
172
|
+
height: computedSize,
|
|
173
|
+
width: computedSize,
|
|
174
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
175
|
+
}), title && /* @__PURE__ */ import_react2.default.createElement("title", null, title), props.children);
|
|
176
|
+
};
|
|
177
|
+
return IconContext !== void 0 ? /* @__PURE__ */ import_react2.default.createElement(IconContext.Consumer, null, (conf) => elem(conf)) : elem(DefaultContext);
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
// ../../node_modules/react-icons/lu/index.mjs
|
|
181
|
+
function LuEyeOff(props) {
|
|
182
|
+
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);
|
|
183
|
+
}
|
|
184
|
+
function LuEye(props) {
|
|
185
|
+
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);
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
// src/components/input-group/input-group.tsx
|
|
189
|
+
var import_react3 = require("react");
|
|
190
|
+
var import_react4 = require("@chakra-ui/react");
|
|
191
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
192
|
+
var InputGroup = (0, import_react3.forwardRef)(
|
|
193
|
+
function InputGroup2(props, ref) {
|
|
194
|
+
const {
|
|
195
|
+
startElement,
|
|
196
|
+
startElementProps,
|
|
197
|
+
endElement,
|
|
198
|
+
endElementProps,
|
|
199
|
+
children,
|
|
200
|
+
...rest
|
|
201
|
+
} = props;
|
|
202
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_react4.Group, { ref, display: "flex", ...rest, children: [
|
|
203
|
+
startElement && /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_react4.InputElement, { pointerEvents: "none", ...startElementProps, children: startElement }),
|
|
204
|
+
(0, import_react3.isValidElement)(children) && (0, import_react3.cloneElement)(children, {
|
|
205
|
+
...startElement && { ps: "calc(var(--input-height) - 6px)" },
|
|
206
|
+
...endElement && { pe: "calc(var(--input-height) - 6px)" },
|
|
207
|
+
...children.props
|
|
208
|
+
}),
|
|
209
|
+
endElement && /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_react4.InputElement, { placement: "end", ...endElementProps, children: endElement })
|
|
210
|
+
] });
|
|
211
|
+
}
|
|
212
|
+
);
|
|
213
|
+
|
|
214
|
+
// src/components/password-input/password-input.tsx
|
|
215
|
+
var import_jsx_runtime2 = require("react/jsx-runtime");
|
|
216
|
+
var PasswordInput = (0, import_react5.forwardRef)(
|
|
217
|
+
function PasswordInput2(props, ref) {
|
|
218
|
+
const {
|
|
219
|
+
rootProps,
|
|
220
|
+
defaultVisible,
|
|
221
|
+
visible: visibleProp,
|
|
222
|
+
onVisibleChange,
|
|
223
|
+
visibilityIcon = { on: /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(LuEye, {}), off: /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(LuEyeOff, {}) },
|
|
224
|
+
...rest
|
|
225
|
+
} = props;
|
|
226
|
+
const [visible, setVisible] = (0, import_react6.useControllableState)({
|
|
227
|
+
value: visibleProp,
|
|
228
|
+
defaultValue: defaultVisible || false,
|
|
229
|
+
onChange: onVisibleChange
|
|
230
|
+
});
|
|
231
|
+
const inputRef = (0, import_react5.useRef)(null);
|
|
232
|
+
return /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
|
|
233
|
+
InputGroup,
|
|
234
|
+
{
|
|
235
|
+
width: "full",
|
|
236
|
+
endElement: /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
|
|
237
|
+
VisibilityTrigger,
|
|
238
|
+
{
|
|
239
|
+
disabled: rest.disabled,
|
|
240
|
+
onPointerDown: (e) => {
|
|
241
|
+
if (rest.disabled) return;
|
|
242
|
+
if (e.button !== 0) return;
|
|
243
|
+
e.preventDefault();
|
|
244
|
+
setVisible(!visible);
|
|
245
|
+
},
|
|
246
|
+
children: visible ? visibilityIcon.off : visibilityIcon.on
|
|
247
|
+
}
|
|
248
|
+
),
|
|
249
|
+
...rootProps,
|
|
250
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
|
|
251
|
+
import_react6.Input,
|
|
252
|
+
{
|
|
253
|
+
...rest,
|
|
254
|
+
ref: (0, import_react6.mergeRefs)(ref, inputRef),
|
|
255
|
+
type: visible ? "text" : "password"
|
|
256
|
+
}
|
|
257
|
+
)
|
|
258
|
+
}
|
|
259
|
+
);
|
|
260
|
+
}
|
|
261
|
+
);
|
|
262
|
+
var VisibilityTrigger = (0, import_react5.forwardRef)(
|
|
263
|
+
function VisibilityTrigger2(props, ref) {
|
|
264
|
+
return /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
|
|
265
|
+
import_react6.IconButton,
|
|
266
|
+
{
|
|
267
|
+
tabIndex: -1,
|
|
268
|
+
ref,
|
|
269
|
+
me: "-2",
|
|
270
|
+
aspectRatio: "square",
|
|
271
|
+
size: "sm",
|
|
272
|
+
variant: "ghost",
|
|
273
|
+
colorPalette: "gray",
|
|
274
|
+
height: "calc(100% - {spacing.2})",
|
|
275
|
+
"aria-label": "Toggle password visibility",
|
|
276
|
+
...props
|
|
277
|
+
}
|
|
278
|
+
);
|
|
279
|
+
}
|
|
280
|
+
);
|
|
281
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
282
|
+
0 && (module.exports = {
|
|
283
|
+
PasswordInput
|
|
284
|
+
});
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as react from 'react';
|
|
2
|
+
import { InputProps, GroupProps } from '@chakra-ui/react';
|
|
3
|
+
|
|
4
|
+
interface PasswordInputProps extends InputProps, PasswordVisibilityProps {
|
|
5
|
+
rootProps?: GroupProps;
|
|
6
|
+
}
|
|
7
|
+
declare const PasswordInput: react.ForwardRefExoticComponent<PasswordInputProps & react.RefAttributes<HTMLInputElement>>;
|
|
8
|
+
interface PasswordVisibilityProps {
|
|
9
|
+
defaultVisible?: boolean;
|
|
10
|
+
visible?: boolean;
|
|
11
|
+
onVisibleChange?: (visible: boolean) => void;
|
|
12
|
+
visibilityIcon?: {
|
|
13
|
+
on: React.ReactNode;
|
|
14
|
+
off: React.ReactNode;
|
|
15
|
+
};
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
export { PasswordInput, type PasswordInputProps };
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as react from 'react';
|
|
2
|
+
import { InputProps, GroupProps } from '@chakra-ui/react';
|
|
3
|
+
|
|
4
|
+
interface PasswordInputProps extends InputProps, PasswordVisibilityProps {
|
|
5
|
+
rootProps?: GroupProps;
|
|
6
|
+
}
|
|
7
|
+
declare const PasswordInput: react.ForwardRefExoticComponent<PasswordInputProps & react.RefAttributes<HTMLInputElement>>;
|
|
8
|
+
interface PasswordVisibilityProps {
|
|
9
|
+
defaultVisible?: boolean;
|
|
10
|
+
visible?: boolean;
|
|
11
|
+
onVisibleChange?: (visible: boolean) => void;
|
|
12
|
+
visibilityIcon?: {
|
|
13
|
+
on: React.ReactNode;
|
|
14
|
+
off: React.ReactNode;
|
|
15
|
+
};
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
export { PasswordInput, type PasswordInputProps };
|
|
@@ -0,0 +1,218 @@
|
|
|
1
|
+
'use client'
|
|
2
|
+
"use strict";
|
|
3
|
+
var __create = Object.create;
|
|
4
|
+
var __defProp = Object.defineProperty;
|
|
5
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
6
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
7
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
8
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
9
|
+
var __export = (target, all) => {
|
|
10
|
+
for (var name in all)
|
|
11
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
12
|
+
};
|
|
13
|
+
var __copyProps = (to, from, except, desc) => {
|
|
14
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
15
|
+
for (let key of __getOwnPropNames(from))
|
|
16
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
17
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
18
|
+
}
|
|
19
|
+
return to;
|
|
20
|
+
};
|
|
21
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
22
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
23
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
24
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
25
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
26
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
27
|
+
mod
|
|
28
|
+
));
|
|
29
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
30
|
+
|
|
31
|
+
// src/components/persona/index.ts
|
|
32
|
+
var persona_exports = {};
|
|
33
|
+
__export(persona_exports, {
|
|
34
|
+
Persona: () => Persona,
|
|
35
|
+
PersonaAvatar: () => PersonaAvatar2,
|
|
36
|
+
defaultPresenceOptions: () => defaultPresenceOptions
|
|
37
|
+
});
|
|
38
|
+
module.exports = __toCommonJS(persona_exports);
|
|
39
|
+
|
|
40
|
+
// src/components/persona/persona.tsx
|
|
41
|
+
var React2 = __toESM(require("react"), 1);
|
|
42
|
+
|
|
43
|
+
// src/components/persona/persona-primitive.tsx
|
|
44
|
+
var import_react2 = require("react");
|
|
45
|
+
var import_react3 = require("@chakra-ui/react");
|
|
46
|
+
var import_utils = require("@saas-ui/core/utils");
|
|
47
|
+
|
|
48
|
+
// src/components/persona/persona.context.ts
|
|
49
|
+
var import_react = require("@chakra-ui/react");
|
|
50
|
+
var {
|
|
51
|
+
useStyles: usePersonaStyles,
|
|
52
|
+
withProvider,
|
|
53
|
+
withContext
|
|
54
|
+
} = (0, import_react.createSlotRecipeContext)({
|
|
55
|
+
key: "suiPersona"
|
|
56
|
+
});
|
|
57
|
+
|
|
58
|
+
// src/components/persona/persona-primitive.tsx
|
|
59
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
60
|
+
var PersonaRoot = withProvider(
|
|
61
|
+
(0, import_react2.forwardRef)((props, ref) => {
|
|
62
|
+
const { outOfOffice, presence, ...rest } = props;
|
|
63
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
64
|
+
import_react3.chakra.div,
|
|
65
|
+
{
|
|
66
|
+
ref,
|
|
67
|
+
...rest,
|
|
68
|
+
"data-out-of-office": (0, import_utils.dataAttr)(outOfOffice),
|
|
69
|
+
"data-presence": presence,
|
|
70
|
+
css: [
|
|
71
|
+
presence ? {
|
|
72
|
+
"--persona-presence": `colors.presence.${presence}`
|
|
73
|
+
} : void 0,
|
|
74
|
+
rest.css
|
|
75
|
+
]
|
|
76
|
+
}
|
|
77
|
+
);
|
|
78
|
+
}),
|
|
79
|
+
"root"
|
|
80
|
+
);
|
|
81
|
+
var PersonaAvatar = (0, import_react2.forwardRef)(
|
|
82
|
+
(props, ref) => {
|
|
83
|
+
const {
|
|
84
|
+
name,
|
|
85
|
+
getInitials = (name2) => name2 == null ? void 0 : name2[0],
|
|
86
|
+
icon,
|
|
87
|
+
loading,
|
|
88
|
+
onError,
|
|
89
|
+
src,
|
|
90
|
+
srcSet,
|
|
91
|
+
children,
|
|
92
|
+
...rest
|
|
93
|
+
} = props;
|
|
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) }),
|
|
96
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
97
|
+
import_react3.Avatar.Image,
|
|
98
|
+
{
|
|
99
|
+
src,
|
|
100
|
+
srcSet,
|
|
101
|
+
loading,
|
|
102
|
+
onError
|
|
103
|
+
}
|
|
104
|
+
),
|
|
105
|
+
children
|
|
106
|
+
] });
|
|
107
|
+
}
|
|
108
|
+
);
|
|
109
|
+
var PersonaPresenceBadge = withContext("span", "presence");
|
|
110
|
+
var PersonaDetails = withContext(
|
|
111
|
+
"div",
|
|
112
|
+
"details"
|
|
113
|
+
);
|
|
114
|
+
var PersonaLabel = withContext(
|
|
115
|
+
"span",
|
|
116
|
+
"label"
|
|
117
|
+
);
|
|
118
|
+
PersonaLabel.displayName = "PersonaLabel";
|
|
119
|
+
var PersonaSecondaryLabel = withContext(
|
|
120
|
+
"span",
|
|
121
|
+
"secondaryLabel"
|
|
122
|
+
);
|
|
123
|
+
var PersonaTertiaryLabel = withContext(
|
|
124
|
+
"span",
|
|
125
|
+
"tertiaryLabel"
|
|
126
|
+
);
|
|
127
|
+
|
|
128
|
+
// src/components/persona/persona.tsx
|
|
129
|
+
var import_jsx_runtime2 = require("react/jsx-runtime");
|
|
130
|
+
var Persona = React2.forwardRef(
|
|
131
|
+
(props, ref) => {
|
|
132
|
+
const {
|
|
133
|
+
name,
|
|
134
|
+
presence,
|
|
135
|
+
presenceIcon,
|
|
136
|
+
isOutOfOffice,
|
|
137
|
+
label,
|
|
138
|
+
secondaryLabel,
|
|
139
|
+
tertiaryLabel,
|
|
140
|
+
size,
|
|
141
|
+
hideDetails,
|
|
142
|
+
children,
|
|
143
|
+
/** Avatar props */
|
|
144
|
+
getInitials,
|
|
145
|
+
icon,
|
|
146
|
+
loading,
|
|
147
|
+
onError,
|
|
148
|
+
src,
|
|
149
|
+
srcSet,
|
|
150
|
+
...rest
|
|
151
|
+
} = props;
|
|
152
|
+
return /* @__PURE__ */ (0, import_jsx_runtime2.jsxs)(
|
|
153
|
+
PersonaRoot,
|
|
154
|
+
{
|
|
155
|
+
ref,
|
|
156
|
+
outOfOffice: isOutOfOffice,
|
|
157
|
+
presence,
|
|
158
|
+
...rest,
|
|
159
|
+
children: [
|
|
160
|
+
/* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
|
|
161
|
+
PersonaAvatar,
|
|
162
|
+
{
|
|
163
|
+
name,
|
|
164
|
+
size,
|
|
165
|
+
getInitials,
|
|
166
|
+
icon,
|
|
167
|
+
loading,
|
|
168
|
+
onError,
|
|
169
|
+
src,
|
|
170
|
+
srcSet,
|
|
171
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(PersonaPresenceBadge, { children: presenceIcon })
|
|
172
|
+
}
|
|
173
|
+
),
|
|
174
|
+
!hideDetails && /* @__PURE__ */ (0, import_jsx_runtime2.jsxs)(PersonaDetails, { children: [
|
|
175
|
+
/* @__PURE__ */ (0, import_jsx_runtime2.jsx)(PersonaLabel, { children: label || name }),
|
|
176
|
+
secondaryLabel && /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(PersonaSecondaryLabel, { children: secondaryLabel }),
|
|
177
|
+
tertiaryLabel && /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(PersonaTertiaryLabel, { children: tertiaryLabel }),
|
|
178
|
+
children
|
|
179
|
+
] })
|
|
180
|
+
]
|
|
181
|
+
}
|
|
182
|
+
);
|
|
183
|
+
}
|
|
184
|
+
);
|
|
185
|
+
Persona.displayName = "Persona";
|
|
186
|
+
var PersonaAvatar2 = React2.forwardRef(function PersonaAvatar3(props, ref) {
|
|
187
|
+
return /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(Persona, { ref, ...props, hideDetails: true });
|
|
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
|
+
};
|
|
213
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
214
|
+
0 && (module.exports = {
|
|
215
|
+
Persona,
|
|
216
|
+
PersonaAvatar,
|
|
217
|
+
defaultPresenceOptions
|
|
218
|
+
});
|
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
import * as react from 'react';
|
|
2
|
+
import react__default from 'react';
|
|
3
|
+
import { HTMLChakraProps, SlotRecipeProps, AvatarRootProps, ImageProps } from '@chakra-ui/react';
|
|
4
|
+
|
|
5
|
+
type Presence = 'online' | 'offline' | 'busy' | 'dnd' | 'away';
|
|
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'> {
|
|
27
|
+
/**
|
|
28
|
+
* Indicates that a person is out of office. Changes the presence badge style.
|
|
29
|
+
*/
|
|
30
|
+
outOfOffice?: boolean;
|
|
31
|
+
/**
|
|
32
|
+
* The presence status of the person
|
|
33
|
+
*/
|
|
34
|
+
presence?: Presence;
|
|
35
|
+
}
|
|
36
|
+
interface PersonaAvatarOptions {
|
|
37
|
+
/**
|
|
38
|
+
* The name of the person in the avatar.
|
|
39
|
+
*
|
|
40
|
+
* - if `src` has loaded, the name will be used as the `alt` attribute of the `img`
|
|
41
|
+
* - If `src` is not loaded, the name will be used to create the initials
|
|
42
|
+
*/
|
|
43
|
+
name?: string;
|
|
44
|
+
}
|
|
45
|
+
interface PersonaAvatarProps$1 extends PersonaAvatarOptions, AvatarRootProps {
|
|
46
|
+
src?: string;
|
|
47
|
+
srcSet?: string;
|
|
48
|
+
loading?: ImageProps['loading'];
|
|
49
|
+
icon?: react__default.ReactElement;
|
|
50
|
+
fallback?: react__default.ReactNode;
|
|
51
|
+
getInitials?: (name?: string | null) => string | null;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
interface PersonaOptions {
|
|
55
|
+
/**
|
|
56
|
+
* The name of the person in the avatar.
|
|
57
|
+
*
|
|
58
|
+
* - if `src` has loaded, the name will be used as the `alt` attribute of the `img`
|
|
59
|
+
* - If `src` is not loaded, the name will be used to create the initials
|
|
60
|
+
*/
|
|
61
|
+
name?: string;
|
|
62
|
+
/**
|
|
63
|
+
* The presence status of the person
|
|
64
|
+
*
|
|
65
|
+
* If set will add an AvatarBadge with color configured in `Presence`
|
|
66
|
+
* Default presence options:
|
|
67
|
+
* - online
|
|
68
|
+
* - offline
|
|
69
|
+
* - busy
|
|
70
|
+
* - dnd
|
|
71
|
+
* - away
|
|
72
|
+
*/
|
|
73
|
+
presence?: Presence;
|
|
74
|
+
/**
|
|
75
|
+
* The icon shown in the AvatarBadge
|
|
76
|
+
*/
|
|
77
|
+
presenceIcon?: react.ReactNode;
|
|
78
|
+
/**
|
|
79
|
+
* Indicates that a person is out of office. Changes the presence badge style.
|
|
80
|
+
*/
|
|
81
|
+
isOutOfOffice?: boolean;
|
|
82
|
+
/**
|
|
83
|
+
* Primary label of the persona, defaults to the name
|
|
84
|
+
*/
|
|
85
|
+
label?: react.ReactNode;
|
|
86
|
+
/**
|
|
87
|
+
* Secondary label, usually the role of the person
|
|
88
|
+
* Only visible from md size and up.
|
|
89
|
+
*/
|
|
90
|
+
secondaryLabel?: react.ReactNode;
|
|
91
|
+
/**
|
|
92
|
+
* Tertiary label, usually the status of the person.
|
|
93
|
+
* Only visible from lg size and up.
|
|
94
|
+
*/
|
|
95
|
+
tertiaryLabel?: react.ReactNode;
|
|
96
|
+
/**
|
|
97
|
+
* Hide the persona details next to the avatar.
|
|
98
|
+
*/
|
|
99
|
+
hideDetails?: boolean;
|
|
100
|
+
}
|
|
101
|
+
interface PersonaProps extends PersonaOptions, PersonaAvatarProps$1, PersonaRootProps {
|
|
102
|
+
}
|
|
103
|
+
/**
|
|
104
|
+
* The wrapper component that handles default composition.
|
|
105
|
+
*
|
|
106
|
+
* @see Docs https://saas-ui.dev/docs/components/data-display/persona
|
|
107
|
+
*/
|
|
108
|
+
declare const Persona: react.ForwardRefExoticComponent<PersonaProps & react.RefAttributes<HTMLDivElement>>;
|
|
109
|
+
interface PersonaAvatarProps extends Omit<PersonaProps, 'hideDetails' | 'label' | 'secondaryLabel' | 'tertiaryLabel' | 'children'> {
|
|
110
|
+
}
|
|
111
|
+
declare const PersonaAvatar: react.ForwardRefExoticComponent<PersonaAvatarProps & react.RefAttributes<HTMLDivElement>>;
|
|
112
|
+
|
|
113
|
+
export { Persona, PersonaAvatar, type PersonaAvatarProps, type PersonaProps, type Presence, type PresenceConfig, defaultPresenceOptions };
|