@saas-ui/react 2.11.2 → 3.0.0-alpha.1
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 +13 -148
- package/dist/chunk-32JGENDB.js +19 -0
- package/dist/chunk-FZW2DYK3.js +19 -0
- package/dist/chunk-KHRLZUV4.js +35 -0
- package/dist/chunk-KTLWEUNW.js +1 -0
- package/dist/chunk-PKI6YH2V.js +31 -0
- package/dist/chunk-RTMS5TJN.js +10 -0
- package/dist/chunk-VBIVLREP.js +45 -0
- package/dist/chunk-VDXTEASE.js +117 -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 +45 -0
- package/dist/components/breadcrumbs/index.cjs +60 -0
- package/dist/components/breadcrumbs/index.d.cts +18 -0
- package/dist/components/breadcrumbs/index.d.ts +18 -0
- package/dist/components/breadcrumbs/index.js +37 -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 +45 -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 +20 -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 +33 -0
- package/dist/components/dialog/index.cjs +243 -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 +73 -0
- package/dist/components/drawer/index.cjs +237 -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 +65 -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 +38 -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 +20 -0
- package/dist/components/loading-overlay/index.cjs +1921 -0
- package/dist/components/loading-overlay/index.d.cts +13 -0
- package/dist/components/loading-overlay/index.d.ts +13 -0
- package/dist/components/loading-overlay/index.js +1878 -0
- package/dist/components/navbar/index.cjs +65 -0
- package/dist/components/navbar/index.d.cts +18 -0
- package/dist/components/navbar/index.d.ts +18 -0
- package/dist/components/navbar/index.js +42 -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 +32 -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 +231 -0
- package/dist/components/persona/index.cjs +181 -0
- package/dist/components/persona/index.d.cts +93 -0
- package/dist/components/persona/index.d.ts +93 -0
- package/dist/components/persona/index.js +149 -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 +26 -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 +22 -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 +120 -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 +100 -0
- package/dist/components/sidebar/index.cjs +134 -0
- package/dist/components/sidebar/index.d.cts +85 -0
- package/dist/components/sidebar/index.d.ts +85 -0
- package/dist/components/sidebar/index.js +108 -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 +191 -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 +71 -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 +23 -0
- package/dist/index.cjs +8460 -0
- package/dist/index.d.cts +26 -0
- package/dist/index.d.ts +25 -7
- package/dist/index.js +8395 -36
- package/package.json +26 -22
- package/src/components/app-shell/app-shell.recipe.ts +52 -0
- package/src/components/app-shell/app-shell.stories.tsx +51 -0
- package/src/components/app-shell/app-shell.tsx +94 -0
- package/src/components/app-shell/index.ts +3 -0
- package/src/components/breadcrumbs/breadcrumb.stories.tsx +17 -0
- package/src/components/breadcrumbs/breadcrumb.tsx +36 -0
- package/src/components/breadcrumbs/index.ts +1 -0
- package/src/components/breadcrumbs/namespace.ts +8 -0
- package/src/components/button/button.recipe.ts +182 -0
- package/src/components/button/button.stories.tsx +99 -0
- package/src/components/button/button.tsx +55 -0
- package/src/components/button/index.ts +2 -0
- package/src/components/checkbox/checkbox.tsx +26 -0
- package/src/components/checkbox/index.ts +2 -0
- package/src/components/close-button/close-button.stories.tsx +12 -0
- package/src/components/close-button/close-button.tsx +18 -0
- package/src/components/close-button/index.ts +2 -0
- package/src/components/command/command.recipe.ts +17 -0
- package/src/components/command/command.stories.tsx +47 -0
- package/src/components/command/command.tsx +50 -0
- package/src/components/command/index.ts +1 -0
- package/src/components/dialog/dialog.tsx +67 -0
- package/src/components/dialog/index.ts +1 -0
- package/src/components/dialog/namespace.ts +18 -0
- package/src/components/drawer/drawer.tsx +57 -0
- package/src/components/drawer/index.ts +3 -0
- package/src/components/drawer/namespace.ts +19 -0
- package/src/components/grid-list/grid-list.recipe.ts +113 -0
- package/src/components/icon-badge/icon-badge.recipe.ts +57 -0
- package/src/components/icon-badge/icon-badge.stories.tsx +38 -0
- package/src/components/icon-badge/icon-badge.tsx +59 -0
- package/src/components/icon-badge/index.ts +2 -0
- package/src/components/icons/create-icon.tsx +41 -0
- package/src/components/icons/icons.tsx +119 -0
- package/src/components/icons/index.ts +1 -0
- package/src/components/input-group/index.ts +1 -0
- package/src/components/input-group/input-group.tsx +46 -0
- package/src/components/link/index.ts +2 -0
- package/src/components/link/link.stories.tsx +17 -0
- package/src/components/link/link.test.tsx +33 -0
- package/src/components/link/link.tsx +27 -0
- package/src/components/loading-overlay/index.ts +1 -0
- package/src/components/loading-overlay/loading-overlay.recipe.ts +61 -0
- package/src/components/loading-overlay/loading-overlay.stories.tsx +68 -0
- package/src/components/loading-overlay/loading-overlay.tsx +54 -0
- package/src/components/loading-overlay/namespace.ts +7 -0
- package/src/components/navbar/index.ts +1 -0
- package/src/components/navbar/namespace.ts +9 -0
- package/src/components/navbar/navbar.recipe.ts +109 -0
- package/src/components/navbar/navbar.stories.tsx +435 -0
- package/src/components/navbar/navbar.test.tsx +49 -0
- package/src/components/navbar/navbar.tsx +39 -0
- package/src/components/number-input/index.ts +2 -0
- package/src/components/number-input/number-input.tsx +41 -0
- package/src/components/password-input/index.ts +2 -0
- package/src/components/password-input/password-input.tsx +93 -0
- package/src/components/persona/index.ts +2 -0
- package/src/components/persona/namespace.ts +18 -0
- package/src/components/persona/persona-primitive.tsx +220 -0
- package/src/components/persona/persona.recipe.ts +94 -0
- package/src/components/persona/persona.stories.tsx +101 -0
- package/src/components/persona/persona.tsx +142 -0
- package/src/components/pin-input/index.ts +2 -0
- package/src/components/pin-input/pin-input.tsx +36 -0
- package/src/components/radio/index.ts +2 -0
- package/src/components/radio/radio.tsx +27 -0
- package/src/components/search-input/index.ts +2 -0
- package/src/components/search-input/search-input.stories.tsx +63 -0
- package/src/components/search-input/search-input.tsx +134 -0
- package/src/components/select/index.ts +1 -0
- package/src/components/select/namespace.ts +18 -0
- package/src/components/select/select.tsx +135 -0
- package/src/components/sidebar/index.ts +7 -0
- package/src/components/sidebar/namespace.ts +27 -0
- package/src/components/sidebar/sidebar-item.recipe.ts +65 -0
- package/src/components/sidebar/sidebar.recipe.ts +237 -0
- package/src/components/sidebar/sidebar.stories.tsx +903 -0
- package/src/components/sidebar/sidebar.tsx +208 -0
- package/src/components/spinner/index.ts +2 -0
- package/src/components/spinner/spinner.stories.tsx +19 -0
- package/src/components/spinner/spinner.tsx +21 -0
- package/src/components/steps/index.ts +1 -0
- package/src/components/steps/namespace.ts +16 -0
- package/src/components/steps/steps.tsx +82 -0
- package/src/components/switch/index.ts +3 -0
- package/src/components/switch/switch.tsx +39 -0
- package/src/compositions/accordion.tsx +47 -0
- package/src/compositions/action-bar.tsx +40 -0
- package/src/compositions/alert.tsx +51 -0
- package/src/compositions/avatar.tsx +74 -0
- package/src/compositions/blockquote.tsx +31 -0
- package/src/compositions/checkbox-card.tsx +57 -0
- package/src/compositions/checkbox.tsx +25 -0
- package/src/compositions/clipboard.tsx +107 -0
- package/src/compositions/color-mode.tsx +65 -0
- package/src/compositions/data-list.tsx +37 -0
- package/src/compositions/empty-state.tsx +34 -0
- package/src/compositions/field.tsx +33 -0
- package/src/compositions/file-button.tsx +166 -0
- package/src/compositions/hover-card.tsx +35 -0
- package/src/compositions/link-button.tsx +12 -0
- package/src/compositions/menu.tsx +108 -0
- package/src/compositions/native-select.tsx +57 -0
- package/src/compositions/pagination.tsx +207 -0
- package/src/compositions/popover.tsx +58 -0
- package/src/compositions/progress-circle.tsx +37 -0
- package/src/compositions/progress.tsx +40 -0
- package/src/compositions/prose.tsx +264 -0
- package/src/compositions/provider.tsx +12 -0
- package/src/compositions/radio-card.tsx +57 -0
- package/src/compositions/radio.tsx +24 -0
- package/src/compositions/rating.tsx +27 -0
- package/src/compositions/segmented-control.tsx +47 -0
- package/src/compositions/skeleton.tsx +44 -0
- package/src/compositions/slider.tsx +53 -0
- package/src/compositions/stat.tsx +75 -0
- package/src/compositions/status.tsx +29 -0
- package/src/compositions/stepper-input.tsx +49 -0
- package/src/compositions/tag.tsx +39 -0
- package/src/compositions/timeline.tsx +17 -0
- package/src/compositions/toaster.tsx +43 -0
- package/src/compositions/toggle-tip.tsx +62 -0
- package/src/compositions/tooltip.tsx +46 -0
- package/src/index.ts +6 -7
- package/src/preset.ts +9 -0
- package/src/provider/index.ts +4 -0
- package/src/provider/sui-provider.tsx +34 -0
- package/src/provider/use-link.test.tsx +60 -0
- package/src/provider/use-link.tsx +13 -0
- package/src/styled-system/create-recipe-context.tsx +91 -0
- package/src/styled-system/create-slot-recipe-context.tsx +188 -0
- package/src/styled-system/empty.ts +7 -0
- package/src/styled-system/factory.types.ts +11 -0
- package/src/theme/animation-styles.ts +53 -0
- package/src/theme/breakpoints.ts +11 -0
- package/src/theme/conditions.ts +26 -0
- package/src/theme/fluid-font-sizes.ts +65 -0
- package/src/theme/global-css.ts +94 -0
- package/src/theme/index.ts +72 -0
- package/src/theme/layer-styles.ts +116 -0
- package/src/theme/recipes/chakra/accordion.ts +145 -0
- package/src/theme/recipes/chakra/action-bar.ts +62 -0
- package/src/theme/recipes/chakra/alert.ts +157 -0
- package/src/theme/recipes/chakra/avatar.ts +141 -0
- package/src/theme/recipes/chakra/badge.ts +67 -0
- package/src/theme/recipes/chakra/blockquote.ts +83 -0
- package/src/theme/recipes/chakra/breadcrumb.ts +94 -0
- package/src/theme/recipes/chakra/card.ts +99 -0
- package/src/theme/recipes/chakra/checkbox-card.ts +212 -0
- package/src/theme/recipes/chakra/checkbox.ts +70 -0
- package/src/theme/recipes/chakra/checkmark.ts +83 -0
- package/src/theme/recipes/chakra/code.ts +17 -0
- package/src/theme/recipes/chakra/collapsible.ts +20 -0
- package/src/theme/recipes/chakra/container.ts +26 -0
- package/src/theme/recipes/chakra/data-list.ts +80 -0
- package/src/theme/recipes/chakra/dialog.ts +225 -0
- package/src/theme/recipes/chakra/drawer.ts +201 -0
- package/src/theme/recipes/chakra/editable.ts +88 -0
- package/src/theme/recipes/chakra/empty-state.ts +88 -0
- package/src/theme/recipes/chakra/field.ts +68 -0
- package/src/theme/recipes/chakra/fieldset.ts +62 -0
- package/src/theme/recipes/chakra/file-upload.ts +96 -0
- package/src/theme/recipes/chakra/heading.ts +27 -0
- package/src/theme/recipes/chakra/hover-card.ts +68 -0
- package/src/theme/recipes/chakra/icon.ts +30 -0
- package/src/theme/recipes/chakra/input-addon.ts +40 -0
- package/src/theme/recipes/chakra/input.ts +96 -0
- package/src/theme/recipes/chakra/kbd.ts +60 -0
- package/src/theme/recipes/chakra/link.ts +37 -0
- package/src/theme/recipes/chakra/list.ts +67 -0
- package/src/theme/recipes/chakra/mark.ts +27 -0
- package/src/theme/recipes/chakra/menu.ts +124 -0
- package/src/theme/recipes/chakra/native-select.ts +140 -0
- package/src/theme/recipes/chakra/number-input.ts +115 -0
- package/src/theme/recipes/chakra/pin-input.ts +27 -0
- package/src/theme/recipes/chakra/popover.ts +86 -0
- package/src/theme/recipes/chakra/progress-circle.ts +94 -0
- package/src/theme/recipes/chakra/progress.ts +127 -0
- package/src/theme/recipes/chakra/radio-card.ts +220 -0
- package/src/theme/recipes/chakra/radio-group.ts +72 -0
- package/src/theme/recipes/chakra/radiomark.ts +107 -0
- package/src/theme/recipes/chakra/rating-group.ts +94 -0
- package/src/theme/recipes/chakra/segment-group.ts +117 -0
- package/src/theme/recipes/chakra/select.ts +282 -0
- package/src/theme/recipes/chakra/separator.ts +51 -0
- package/src/theme/recipes/chakra/skeleton.ts +53 -0
- package/src/theme/recipes/chakra/skip-nav-link.ts +34 -0
- package/src/theme/recipes/chakra/slider.ts +178 -0
- package/src/theme/recipes/chakra/spinner.ts +32 -0
- package/src/theme/recipes/chakra/stat.ts +79 -0
- package/src/theme/recipes/chakra/status.ts +48 -0
- package/src/theme/recipes/chakra/steps.ts +218 -0
- package/src/theme/recipes/chakra/switch.ts +167 -0
- package/src/theme/recipes/chakra/table.ts +172 -0
- package/src/theme/recipes/chakra/tabs.ts +280 -0
- package/src/theme/recipes/chakra/tag.ts +131 -0
- package/src/theme/recipes/chakra/textarea.ts +88 -0
- package/src/theme/recipes/chakra/timeline.ts +138 -0
- package/src/theme/recipes/chakra/toast.ts +96 -0
- package/src/theme/recipes/chakra/tooltip.ts +40 -0
- package/src/theme/recipes.ts +46 -0
- package/src/theme/semantic-tokens/colors.ts +403 -0
- package/src/theme/semantic-tokens/radii.ts +7 -0
- package/src/theme/semantic-tokens/shadows.ts +52 -0
- package/src/theme/slot-recipes.ts +104 -0
- package/src/theme/text-styles.ts +39 -0
- package/src/theme/tokens/animations.ts +8 -0
- package/src/theme/tokens/aspect-ratios.ts +10 -0
- package/src/theme/tokens/blurs.ts +12 -0
- package/src/theme/tokens/borders.ts +9 -0
- package/src/theme/tokens/colors.ts +177 -0
- package/src/theme/tokens/cursor.ts +12 -0
- package/src/theme/tokens/durations.ts +11 -0
- package/src/theme/tokens/easings.ts +10 -0
- package/src/theme/tokens/font-sizes.ts +20 -0
- package/src/theme/tokens/font-weights.ts +13 -0
- package/src/theme/tokens/fonts.ts +15 -0
- package/src/theme/tokens/keyframes.ts +173 -0
- package/src/theme/tokens/letter-spacing.ts +9 -0
- package/src/theme/tokens/line-heights.ts +19 -0
- package/src/theme/tokens/radius.ts +18 -0
- package/src/theme/tokens/sizes.ts +71 -0
- package/src/theme/tokens/spacing.ts +38 -0
- package/src/theme/tokens/z-indices.ts +34 -0
- package/src/theme/utils.ts +46 -0
- package/dist/index.d.mts +0 -8
- package/dist/index.js.map +0 -1
- package/dist/index.mjs +0 -11
- package/dist/index.mjs.map +0 -1
|
@@ -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,231 @@
|
|
|
1
|
+
'use client'
|
|
2
|
+
import {
|
|
3
|
+
InputGroup
|
|
4
|
+
} from "../../chunk-PKI6YH2V.js";
|
|
5
|
+
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
|
+
export {
|
|
230
|
+
PasswordInput
|
|
231
|
+
};
|