@cerberus-design/react 0.6.1-next-2d28489 → 0.6.1-next-8062b70
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/build/legacy/_tsup-dts-rollup.d.ts +13 -9
- package/build/legacy/{chunk-7ISHDUYN.js → chunk-5GEC53G7.js} +4 -4
- package/build/legacy/{chunk-JJGZRBIR.js → chunk-CU7HXAKM.js} +4 -4
- package/build/legacy/chunk-G3JEWPLM.js +29 -0
- package/build/legacy/chunk-G3JEWPLM.js.map +1 -0
- package/build/legacy/{chunk-BLJ4SRAF.js → chunk-UZIN7UOS.js} +18 -38
- package/build/legacy/chunk-UZIN7UOS.js.map +1 -0
- package/build/legacy/{chunk-SNSBODYR.js → chunk-WKSC2WCV.js} +21 -43
- package/build/legacy/chunk-WKSC2WCV.js.map +1 -0
- package/build/legacy/components/Input.js +2 -2
- package/build/legacy/components/Label.js +2 -2
- package/build/legacy/components/ModalIcon.js +7 -0
- package/build/legacy/components/ModalIcon.js.map +1 -0
- package/build/legacy/context/confirm-modal.js +2 -3
- package/build/legacy/context/prompt-modal.js +5 -7
- package/build/legacy/index.js +19 -19
- package/build/modern/_tsup-dts-rollup.d.ts +13 -9
- package/build/modern/{chunk-7ISHDUYN.js → chunk-5GEC53G7.js} +4 -4
- package/build/modern/{chunk-JJGZRBIR.js → chunk-CU7HXAKM.js} +4 -4
- package/build/modern/chunk-G3JEWPLM.js +29 -0
- package/build/modern/chunk-G3JEWPLM.js.map +1 -0
- package/build/modern/{chunk-4GURONLE.js → chunk-X2GKC3IU.js} +18 -38
- package/build/modern/chunk-X2GKC3IU.js.map +1 -0
- package/build/modern/{chunk-FZ75OJLJ.js → chunk-YHJTKBVE.js} +21 -43
- package/build/modern/chunk-YHJTKBVE.js.map +1 -0
- package/build/modern/components/Input.js +2 -2
- package/build/modern/components/Label.js +2 -2
- package/build/modern/components/ModalIcon.js +7 -0
- package/build/modern/components/ModalIcon.js.map +1 -0
- package/build/modern/context/confirm-modal.js +2 -3
- package/build/modern/context/prompt-modal.js +5 -7
- package/build/modern/index.js +19 -19
- package/package.json +2 -2
- package/src/components/ModalIcon.tsx +28 -0
- package/src/context/confirm-modal.tsx +20 -43
- package/src/context/prompt-modal.tsx +18 -41
- package/src/index.ts +1 -0
- package/build/legacy/chunk-BLJ4SRAF.js.map +0 -1
- package/build/legacy/chunk-SNSBODYR.js.map +0 -1
- package/build/modern/chunk-4GURONLE.js.map +0 -1
- package/build/modern/chunk-FZ75OJLJ.js.map +0 -1
- /package/build/legacy/{chunk-7ISHDUYN.js.map → chunk-5GEC53G7.js.map} +0 -0
- /package/build/legacy/{chunk-JJGZRBIR.js.map → chunk-CU7HXAKM.js.map} +0 -0
- /package/build/modern/{chunk-7ISHDUYN.js.map → chunk-5GEC53G7.js.map} +0 -0
- /package/build/modern/{chunk-JJGZRBIR.js.map → chunk-CU7HXAKM.js.map} +0 -0
|
@@ -3,7 +3,6 @@ import { button } from '@cerberus/styled-system/recipes';
|
|
|
3
3
|
import { ButtonHTMLAttributes } from 'react';
|
|
4
4
|
import { CarbonIconType } from '@cerberus/icons';
|
|
5
5
|
import { ChangeEvent } from 'react';
|
|
6
|
-
import { ConfirmModalVariantProps } from '@cerberus-design/styled-system/recipes';
|
|
7
6
|
import { Context } from 'react';
|
|
8
7
|
import { ElementType } from 'react';
|
|
9
8
|
import { fieldMessage } from '@cerberus/styled-system/recipes';
|
|
@@ -14,6 +13,7 @@ import type { InputHTMLAttributes } from 'react';
|
|
|
14
13
|
import { JSX as JSX_2 } from 'react/jsx-runtime';
|
|
15
14
|
import type { KeyboardEventHandler } from 'react';
|
|
16
15
|
import { label } from '@cerberus/styled-system/recipes';
|
|
16
|
+
import { ModalIconVariantProps } from '@cerberus-design/styled-system/recipes';
|
|
17
17
|
import { MutableRefObject } from 'react';
|
|
18
18
|
import type { Pretty } from '@cerberus-design/styled-system/types';
|
|
19
19
|
import { PropsWithChildren } from 'react';
|
|
@@ -91,10 +91,6 @@ declare function ConfirmModal(props: PropsWithChildren<ConfirmModalProviderProps
|
|
|
91
91
|
export { ConfirmModal }
|
|
92
92
|
export { ConfirmModal as ConfirmModal_alias_1 }
|
|
93
93
|
|
|
94
|
-
declare function ConfirmModalIcon(props: ConfirmModalVariantProps): JSX_2.Element;
|
|
95
|
-
export { ConfirmModalIcon }
|
|
96
|
-
export { ConfirmModalIcon as ConfirmModalIcon_alias_1 }
|
|
97
|
-
|
|
98
94
|
declare interface ConfirmModalProviderProps {
|
|
99
95
|
}
|
|
100
96
|
export { ConfirmModalProviderProps }
|
|
@@ -325,6 +321,18 @@ declare type LabelRecipeProps = RecipeVariantProps<typeof label>;
|
|
|
325
321
|
export { LabelRecipeProps }
|
|
326
322
|
export { LabelRecipeProps as LabelRecipeProps_alias_1 }
|
|
327
323
|
|
|
324
|
+
declare function ModalIcon(props: PropsWithChildren<ModalIconProps>): JSX_2.Element;
|
|
325
|
+
export { ModalIcon }
|
|
326
|
+
export { ModalIcon as ModalIcon_alias_1 }
|
|
327
|
+
|
|
328
|
+
declare type ModalIconBaseProps = HTMLAttributes<HTMLDivElement>;
|
|
329
|
+
export { ModalIconBaseProps }
|
|
330
|
+
export { ModalIconBaseProps as ModalIconBaseProps_alias_1 }
|
|
331
|
+
|
|
332
|
+
declare type ModalIconProps = ModalIconBaseProps & ModalIconVariantProps;
|
|
333
|
+
export { ModalIconProps }
|
|
334
|
+
export { ModalIconProps as ModalIconProps_alias_1 }
|
|
335
|
+
|
|
328
336
|
declare const MODE_KEY = "cerberus-mode";
|
|
329
337
|
export { MODE_KEY }
|
|
330
338
|
export { MODE_KEY as MODE_KEY_alias_1 }
|
|
@@ -472,10 +480,6 @@ declare function PromptModal(props: PropsWithChildren<PromptModalProviderProps>)
|
|
|
472
480
|
export { PromptModal }
|
|
473
481
|
export { PromptModal as PromptModal_alias_1 }
|
|
474
482
|
|
|
475
|
-
declare function PromptModalIcon(props: ConfirmModalVariantProps): JSX_2.Element;
|
|
476
|
-
export { PromptModalIcon }
|
|
477
|
-
export { PromptModalIcon as PromptModalIcon_alias_1 }
|
|
478
|
-
|
|
479
483
|
declare interface PromptModalProviderProps {
|
|
480
484
|
}
|
|
481
485
|
export { PromptModalProviderProps }
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import {
|
|
2
|
-
useFieldContext
|
|
3
|
-
} from "./chunk-ZAU4JVLL.js";
|
|
4
1
|
import {
|
|
5
2
|
Show
|
|
6
3
|
} from "./chunk-4O4QFF4S.js";
|
|
4
|
+
import {
|
|
5
|
+
useFieldContext
|
|
6
|
+
} from "./chunk-ZAU4JVLL.js";
|
|
7
7
|
import {
|
|
8
8
|
$cerberusIcons
|
|
9
9
|
} from "./chunk-6TXQZ3PB.js";
|
|
@@ -39,4 +39,4 @@ function Input(props) {
|
|
|
39
39
|
export {
|
|
40
40
|
Input
|
|
41
41
|
};
|
|
42
|
-
//# sourceMappingURL=chunk-
|
|
42
|
+
//# sourceMappingURL=chunk-5GEC53G7.js.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import {
|
|
2
|
-
useFieldContext
|
|
3
|
-
} from "./chunk-ZAU4JVLL.js";
|
|
4
1
|
import {
|
|
5
2
|
Show
|
|
6
3
|
} from "./chunk-4O4QFF4S.js";
|
|
4
|
+
import {
|
|
5
|
+
useFieldContext
|
|
6
|
+
} from "./chunk-ZAU4JVLL.js";
|
|
7
7
|
|
|
8
8
|
// src/components/Label.tsx
|
|
9
9
|
import { label } from "@cerberus/styled-system/recipes";
|
|
@@ -46,4 +46,4 @@ function Label(props) {
|
|
|
46
46
|
export {
|
|
47
47
|
Label
|
|
48
48
|
};
|
|
49
|
-
//# sourceMappingURL=chunk-
|
|
49
|
+
//# sourceMappingURL=chunk-CU7HXAKM.js.map
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
// src/components/ModalIcon.tsx
|
|
2
|
+
import { cx } from "@cerberus-design/styled-system/css";
|
|
3
|
+
import { circle } from "@cerberus-design/styled-system/patterns";
|
|
4
|
+
import {
|
|
5
|
+
modalIcon
|
|
6
|
+
} from "@cerberus-design/styled-system/recipes";
|
|
7
|
+
import { jsx } from "react/jsx-runtime";
|
|
8
|
+
function ModalIcon(props) {
|
|
9
|
+
const { palette, ...nativeProps } = props;
|
|
10
|
+
return /* @__PURE__ */ jsx(
|
|
11
|
+
"div",
|
|
12
|
+
{
|
|
13
|
+
...nativeProps,
|
|
14
|
+
className: cx(
|
|
15
|
+
nativeProps.className,
|
|
16
|
+
modalIcon({
|
|
17
|
+
palette
|
|
18
|
+
}),
|
|
19
|
+
circle()
|
|
20
|
+
),
|
|
21
|
+
children: props.children
|
|
22
|
+
}
|
|
23
|
+
);
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
export {
|
|
27
|
+
ModalIcon
|
|
28
|
+
};
|
|
29
|
+
//# sourceMappingURL=chunk-G3JEWPLM.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/components/ModalIcon.tsx"],"sourcesContent":["import { cx } from '@cerberus-design/styled-system/css'\nimport { circle } from '@cerberus-design/styled-system/patterns'\nimport {\n modalIcon,\n type ModalIconVariantProps,\n} from '@cerberus-design/styled-system/recipes'\nimport type { HTMLAttributes, PropsWithChildren } from 'react'\n\nexport type ModalIconBaseProps = HTMLAttributes<HTMLDivElement>\nexport type ModalIconProps = ModalIconBaseProps & ModalIconVariantProps\n\nexport function ModalIcon(props: PropsWithChildren<ModalIconProps>) {\n const { palette, ...nativeProps } = props\n return (\n <div\n {...nativeProps}\n className={cx(\n nativeProps.className,\n modalIcon({\n palette,\n }),\n circle(),\n )}\n >\n {props.children}\n </div>\n )\n}\n"],"mappings":";AAAA,SAAS,UAAU;AACnB,SAAS,cAAc;AACvB;AAAA,EACE;AAAA,OAEK;AASH;AAHG,SAAS,UAAU,OAA0C;AAClE,QAAM,EAAE,SAAS,GAAG,YAAY,IAAI;AACpC,SACE;AAAA,IAAC;AAAA;AAAA,MACE,GAAG;AAAA,MACJ,WAAW;AAAA,QACT,YAAY;AAAA,QACZ,UAAU;AAAA,UACR;AAAA,QACF,CAAC;AAAA,QACD,OAAO;AAAA,MACT;AAAA,MAEC,gBAAM;AAAA;AAAA,EACT;AAEJ;","names":[]}
|
|
@@ -7,6 +7,9 @@ import {
|
|
|
7
7
|
import {
|
|
8
8
|
Show
|
|
9
9
|
} from "./chunk-4O4QFF4S.js";
|
|
10
|
+
import {
|
|
11
|
+
ModalIcon
|
|
12
|
+
} from "./chunk-G3JEWPLM.js";
|
|
10
13
|
import {
|
|
11
14
|
trapFocus
|
|
12
15
|
} from "./chunk-KESKDLX6.js";
|
|
@@ -23,11 +26,9 @@ import {
|
|
|
23
26
|
useRef,
|
|
24
27
|
useState
|
|
25
28
|
} from "react";
|
|
26
|
-
import { css
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
confirmModal
|
|
30
|
-
} from "@cerberus-design/styled-system/recipes";
|
|
29
|
+
import { css } from "@cerberus-design/styled-system/css";
|
|
30
|
+
import { hstack, vstack } from "@cerberus-design/styled-system/patterns";
|
|
31
|
+
import { modal } from "@cerberus-design/styled-system/recipes";
|
|
31
32
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
32
33
|
var ConfirmModalContext = createContext(null);
|
|
33
34
|
function ConfirmModal(props) {
|
|
@@ -35,11 +36,12 @@ function ConfirmModal(props) {
|
|
|
35
36
|
const resolveRef = useRef(null);
|
|
36
37
|
const [content, setContent] = useState(null);
|
|
37
38
|
const focusTrap = trapFocus(dialogRef);
|
|
39
|
+
const ConfirmIcon = $cerberusIcons.confirmModal;
|
|
38
40
|
const palette = useMemo(
|
|
39
41
|
() => (content == null ? void 0 : content.kind) === "destructive" ? "danger" : "action",
|
|
40
42
|
[content]
|
|
41
43
|
);
|
|
42
|
-
const styles =
|
|
44
|
+
const styles = modal();
|
|
43
45
|
const handleChoice = useCallback((e) => {
|
|
44
46
|
var _a, _b, _c;
|
|
45
47
|
const target = e.currentTarget;
|
|
@@ -67,7 +69,7 @@ function ConfirmModal(props) {
|
|
|
67
69
|
props.children,
|
|
68
70
|
/* @__PURE__ */ jsx(Portal, { children: /* @__PURE__ */ jsxs("dialog", { className: styles.dialog, onKeyDown: focusTrap, ref: dialogRef, children: [
|
|
69
71
|
/* @__PURE__ */ jsxs(
|
|
70
|
-
"
|
|
72
|
+
"section",
|
|
71
73
|
{
|
|
72
74
|
className: vstack({
|
|
73
75
|
alignItems: "flex-start",
|
|
@@ -75,7 +77,14 @@ function ConfirmModal(props) {
|
|
|
75
77
|
mb: "8"
|
|
76
78
|
}),
|
|
77
79
|
children: [
|
|
78
|
-
/* @__PURE__ */ jsx(
|
|
80
|
+
/* @__PURE__ */ jsx(
|
|
81
|
+
Show,
|
|
82
|
+
{
|
|
83
|
+
when: palette === "danger",
|
|
84
|
+
fallback: /* @__PURE__ */ jsx(ModalIcon, { palette: "action", children: /* @__PURE__ */ jsx(ConfirmIcon, { size: 24 }) }),
|
|
85
|
+
children: /* @__PURE__ */ jsx(ModalIcon, { palette: "danger", children: /* @__PURE__ */ jsx(ConfirmIcon, { size: 24 }) })
|
|
86
|
+
}
|
|
87
|
+
),
|
|
79
88
|
/* @__PURE__ */ jsx("h2", { className: styles.heading, children: content == null ? void 0 : content.heading }),
|
|
80
89
|
/* @__PURE__ */ jsx("p", { className: styles.description, children: content == null ? void 0 : content.description })
|
|
81
90
|
]
|
|
@@ -85,7 +94,6 @@ function ConfirmModal(props) {
|
|
|
85
94
|
"div",
|
|
86
95
|
{
|
|
87
96
|
className: hstack({
|
|
88
|
-
justifyContent: "stretch",
|
|
89
97
|
gap: "4"
|
|
90
98
|
}),
|
|
91
99
|
children: [
|
|
@@ -122,33 +130,6 @@ function ConfirmModal(props) {
|
|
|
122
130
|
] }) })
|
|
123
131
|
] });
|
|
124
132
|
}
|
|
125
|
-
function ConfirmModalIcon(props) {
|
|
126
|
-
const InfoIcon = $cerberusIcons.confirmModal;
|
|
127
|
-
return /* @__PURE__ */ jsx(
|
|
128
|
-
Show,
|
|
129
|
-
{
|
|
130
|
-
when: props.palette === "danger",
|
|
131
|
-
fallback: /* @__PURE__ */ jsx("div", { className: cx(confirmModal().icon, circle()), children: /* @__PURE__ */ jsx(InfoIcon, { size: 24 }) }),
|
|
132
|
-
children: /* @__PURE__ */ jsx(
|
|
133
|
-
"div",
|
|
134
|
-
{
|
|
135
|
-
className: cx(
|
|
136
|
-
confirmModal({
|
|
137
|
-
palette: "danger"
|
|
138
|
-
}).icon,
|
|
139
|
-
circle({
|
|
140
|
-
bgColor: "danger.surface.initial"
|
|
141
|
-
})
|
|
142
|
-
),
|
|
143
|
-
style: {
|
|
144
|
-
color: "var(--cerberus-colors-danger-text-100)"
|
|
145
|
-
},
|
|
146
|
-
children: /* @__PURE__ */ jsx(InfoIcon, { size: 24 })
|
|
147
|
-
}
|
|
148
|
-
)
|
|
149
|
-
}
|
|
150
|
-
);
|
|
151
|
-
}
|
|
152
133
|
function useConfirmModal() {
|
|
153
134
|
const context = useContext(ConfirmModalContext);
|
|
154
135
|
if (context === null) {
|
|
@@ -161,7 +142,6 @@ function useConfirmModal() {
|
|
|
161
142
|
|
|
162
143
|
export {
|
|
163
144
|
ConfirmModal,
|
|
164
|
-
ConfirmModalIcon,
|
|
165
145
|
useConfirmModal
|
|
166
146
|
};
|
|
167
|
-
//# sourceMappingURL=chunk-
|
|
147
|
+
//# sourceMappingURL=chunk-UZIN7UOS.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/context/confirm-modal.tsx"],"sourcesContent":["'use client'\n\nimport {\n createContext,\n useCallback,\n useContext,\n useMemo,\n useRef,\n useState,\n type MouseEvent,\n type PropsWithChildren,\n} from 'react'\nimport { Portal } from '../components/Portal'\nimport { Button } from '../components/Button'\nimport { css } from '@cerberus-design/styled-system/css'\nimport { hstack, vstack } from '@cerberus-design/styled-system/patterns'\nimport { $cerberusIcons } from '../config/defineIcons'\nimport { modal } from '@cerberus-design/styled-system/recipes'\nimport { trapFocus } from '../aria-helpers/trap-focus.aria'\nimport { ModalIcon } from '../components/ModalIcon'\nimport { Show } from '../components/Show'\n\n/**\n * This module provides a context and hook for the confirm modal.\n * @module\n */\n\nexport interface ShowConfirmModalOptions {\n kind?: 'destructive' | 'non-destructive'\n heading: string\n description?: string\n actionText: string\n cancelText: string\n}\nexport type ShowResult =\n | ((value: boolean | PromiseLike<boolean>) => void)\n | null\n\nexport interface ConfirmModalValue {\n show: (options: ShowConfirmModalOptions) => Promise<boolean>\n}\n\nconst ConfirmModalContext = createContext<ConfirmModalValue | null>(null)\n\nexport interface ConfirmModalProviderProps {}\n\n/**\n * Provides a confirm modal to the app.\n * @example\n * ```tsx\n * // Wrap the Provider around the root of the feature.\n * <ConfirmModal>\n * <SomeFeatureSection />\n * </ConfirmModal>\n *\n * // Use the hook to show the confirm modal.\n * const confirm = useConfirmModal()\n *\n * const handleClick = useCallback(async () => {\n * const userConsent = await confirm.show({\n * heading: 'Add new payment method?',\n * description:\n * 'This will add a new payment method to your account to be billed for future purchases.',\n * actionText: 'Yes, add payment method',\n * cancelText: 'No, cancel',\n * })\n * setConsent(userConsent)\n * }, [confirm])\n * ```\n */\nexport function ConfirmModal(\n props: PropsWithChildren<ConfirmModalProviderProps>,\n) {\n const dialogRef = useRef<HTMLDialogElement>(null)\n const resolveRef = useRef<ShowResult>(null)\n const [content, setContent] = useState<ShowConfirmModalOptions | null>(null)\n const focusTrap = trapFocus(dialogRef)\n const ConfirmIcon = $cerberusIcons.confirmModal\n\n const palette = useMemo(\n () => (content?.kind === 'destructive' ? 'danger' : 'action'),\n [content],\n )\n const styles = modal()\n\n const handleChoice = useCallback((e: MouseEvent<HTMLButtonElement>) => {\n const target = e.currentTarget as HTMLButtonElement\n if (target.value === 'true') {\n resolveRef.current?.(true)\n }\n resolveRef.current?.(false)\n dialogRef?.current?.close()\n }, [])\n\n const handleShow = useCallback((options: ShowConfirmModalOptions) => {\n return new Promise<boolean>((resolve) => {\n setContent({ ...options, kind: options.kind || 'non-destructive' })\n dialogRef?.current?.showModal()\n resolveRef.current = resolve\n })\n }, [])\n\n const value = useMemo(\n () => ({\n show: handleShow,\n }),\n [handleShow],\n )\n\n return (\n <ConfirmModalContext.Provider value={value}>\n {props.children}\n\n <Portal>\n <dialog className={styles.dialog} onKeyDown={focusTrap} ref={dialogRef}>\n <section\n className={vstack({\n alignItems: 'flex-start',\n gap: '4',\n mb: '8',\n })}\n >\n <Show\n when={palette === 'danger'}\n fallback={\n <ModalIcon palette=\"action\">\n <ConfirmIcon size={24} />\n </ModalIcon>\n }\n >\n <ModalIcon palette=\"danger\">\n <ConfirmIcon size={24} />\n </ModalIcon>\n </Show>\n <h2 className={styles.heading}>{content?.heading}</h2>\n <p className={styles.description}>{content?.description}</p>\n </section>\n\n <div\n className={hstack({\n gap: '4',\n })}\n >\n <Button\n autoFocus\n className={css({\n w: '1/2',\n })}\n name=\"confirm\"\n onClick={handleChoice}\n palette={palette}\n value=\"true\"\n >\n {content?.actionText}\n </Button>\n <Button\n className={css({\n w: '1/2',\n })}\n name=\"cancel\"\n onClick={handleChoice}\n usage=\"outlined\"\n value=\"false\"\n >\n {content?.cancelText}\n </Button>\n </div>\n </dialog>\n </Portal>\n </ConfirmModalContext.Provider>\n )\n}\n\nexport function useConfirmModal(): ConfirmModalValue {\n const context = useContext(ConfirmModalContext)\n if (context === null) {\n throw new Error(\n 'useConfirmModal must be used within a ConfirmModal Provider',\n )\n }\n return context\n}\n"],"mappings":"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","names":[]}
|
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
ConfirmModalIcon
|
|
3
|
-
} from "./chunk-BLJ4SRAF.js";
|
|
4
1
|
import {
|
|
5
2
|
Portal
|
|
6
3
|
} from "./chunk-4CAT3FHV.js";
|
|
@@ -9,16 +6,19 @@ import {
|
|
|
9
6
|
} from "./chunk-2ATICEW3.js";
|
|
10
7
|
import {
|
|
11
8
|
Input
|
|
12
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-5GEC53G7.js";
|
|
13
10
|
import {
|
|
14
11
|
Label
|
|
15
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-CU7HXAKM.js";
|
|
13
|
+
import {
|
|
14
|
+
Show
|
|
15
|
+
} from "./chunk-4O4QFF4S.js";
|
|
16
16
|
import {
|
|
17
17
|
Field
|
|
18
18
|
} from "./chunk-ZAU4JVLL.js";
|
|
19
19
|
import {
|
|
20
|
-
|
|
21
|
-
} from "./chunk-
|
|
20
|
+
ModalIcon
|
|
21
|
+
} from "./chunk-G3JEWPLM.js";
|
|
22
22
|
import {
|
|
23
23
|
trapFocus
|
|
24
24
|
} from "./chunk-KESKDLX6.js";
|
|
@@ -35,11 +35,9 @@ import {
|
|
|
35
35
|
useRef,
|
|
36
36
|
useState
|
|
37
37
|
} from "react";
|
|
38
|
-
import { css
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
41
|
-
confirmModal
|
|
42
|
-
} from "@cerberus-design/styled-system/recipes";
|
|
38
|
+
import { css } from "@cerberus-design/styled-system/css";
|
|
39
|
+
import { hstack, vstack } from "@cerberus-design/styled-system/patterns";
|
|
40
|
+
import { modal } from "@cerberus-design/styled-system/recipes";
|
|
43
41
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
44
42
|
var PromptModalContext = createContext(null);
|
|
45
43
|
function PromptModal(props) {
|
|
@@ -48,6 +46,7 @@ function PromptModal(props) {
|
|
|
48
46
|
const [content, setContent] = useState(null);
|
|
49
47
|
const [inputValue, setInputValue] = useState("");
|
|
50
48
|
const focusTrap = trapFocus(dialogRef);
|
|
49
|
+
const PromptIcon = $cerberusIcons.promptModal;
|
|
51
50
|
const isValid = useMemo(
|
|
52
51
|
() => inputValue === (content == null ? void 0 : content.key),
|
|
53
52
|
[inputValue, content]
|
|
@@ -56,7 +55,7 @@ function PromptModal(props) {
|
|
|
56
55
|
() => (content == null ? void 0 : content.kind) === "destructive" ? "danger" : "action",
|
|
57
56
|
[content]
|
|
58
57
|
);
|
|
59
|
-
const styles =
|
|
58
|
+
const styles = modal();
|
|
60
59
|
const handleChange = useCallback(
|
|
61
60
|
(e) => {
|
|
62
61
|
setInputValue(e.currentTarget.value);
|
|
@@ -99,7 +98,14 @@ function PromptModal(props) {
|
|
|
99
98
|
gap: "4"
|
|
100
99
|
}),
|
|
101
100
|
children: [
|
|
102
|
-
/* @__PURE__ */ jsx(
|
|
101
|
+
/* @__PURE__ */ jsx(
|
|
102
|
+
Show,
|
|
103
|
+
{
|
|
104
|
+
when: palette === "danger",
|
|
105
|
+
fallback: /* @__PURE__ */ jsx(ModalIcon, { palette: "action", children: /* @__PURE__ */ jsx(PromptIcon, { size: 24 }) }),
|
|
106
|
+
children: /* @__PURE__ */ jsx(ModalIcon, { palette: "danger", children: /* @__PURE__ */ jsx(PromptIcon, { size: 24 }) })
|
|
107
|
+
}
|
|
108
|
+
),
|
|
103
109
|
/* @__PURE__ */ jsx("h2", { className: styles.heading, children: content == null ? void 0 : content.heading }),
|
|
104
110
|
/* @__PURE__ */ jsx("p", { className: styles.description, children: content == null ? void 0 : content.description })
|
|
105
111
|
]
|
|
@@ -181,33 +187,6 @@ function PromptModal(props) {
|
|
|
181
187
|
] }) })
|
|
182
188
|
] });
|
|
183
189
|
}
|
|
184
|
-
function PromptModalIcon(props) {
|
|
185
|
-
const PromptIcon = $cerberusIcons.promptModal;
|
|
186
|
-
return /* @__PURE__ */ jsx(
|
|
187
|
-
Show,
|
|
188
|
-
{
|
|
189
|
-
when: props.palette === "danger",
|
|
190
|
-
fallback: /* @__PURE__ */ jsx("div", { className: cx(confirmModal().icon, circle()), children: /* @__PURE__ */ jsx(PromptIcon, { size: 24 }) }),
|
|
191
|
-
children: /* @__PURE__ */ jsx(
|
|
192
|
-
"div",
|
|
193
|
-
{
|
|
194
|
-
className: cx(
|
|
195
|
-
confirmModal({
|
|
196
|
-
palette: "danger"
|
|
197
|
-
}).icon,
|
|
198
|
-
circle({
|
|
199
|
-
bgColor: "danger.surface.initial"
|
|
200
|
-
})
|
|
201
|
-
),
|
|
202
|
-
style: {
|
|
203
|
-
color: "var(--cerberus-colors-danger-text-100)"
|
|
204
|
-
},
|
|
205
|
-
children: /* @__PURE__ */ jsx(PromptIcon, { size: 24 })
|
|
206
|
-
}
|
|
207
|
-
)
|
|
208
|
-
}
|
|
209
|
-
);
|
|
210
|
-
}
|
|
211
190
|
function usePromptModal() {
|
|
212
191
|
const context = useContext(PromptModalContext);
|
|
213
192
|
if (context === null) {
|
|
@@ -218,7 +197,6 @@ function usePromptModal() {
|
|
|
218
197
|
|
|
219
198
|
export {
|
|
220
199
|
PromptModal,
|
|
221
|
-
PromptModalIcon,
|
|
222
200
|
usePromptModal
|
|
223
201
|
};
|
|
224
|
-
//# sourceMappingURL=chunk-
|
|
202
|
+
//# sourceMappingURL=chunk-WKSC2WCV.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/context/prompt-modal.tsx"],"sourcesContent":["'use client'\n\nimport {\n createContext,\n useCallback,\n useContext,\n useMemo,\n useRef,\n useState,\n type ChangeEvent,\n type MouseEvent,\n type PropsWithChildren,\n} from 'react'\nimport { Portal } from '../components/Portal'\nimport { Button } from '../components/Button'\nimport { css } from '@cerberus-design/styled-system/css'\nimport { hstack, vstack } from '@cerberus-design/styled-system/patterns'\nimport { modal } from '@cerberus-design/styled-system/recipes'\nimport { trapFocus } from '../aria-helpers/trap-focus.aria'\nimport { Input } from '../components/Input'\nimport { Field } from './field'\nimport { Label } from '../components/Label'\nimport { $cerberusIcons } from '../config/defineIcons'\nimport { ModalIcon } from '../components/ModalIcon'\nimport { Show } from '../components/Show'\n\n/**\n * This module provides a context and hook for the prompt modal.\n * @module\n */\n\nexport interface ShowPromptModalOptions {\n kind?: 'destructive' | 'non-destructive'\n heading: string\n description?: string\n key: string\n actionText: string\n cancelText: string\n}\nexport type PromptShowResult =\n | ((value: string | PromiseLike<string>) => void)\n | null\n\nexport interface PromptModalValue {\n show: (options: ShowPromptModalOptions) => Promise<string>\n}\n\nconst PromptModalContext = createContext<PromptModalValue | null>(null)\n\nexport interface PromptModalProviderProps {}\n\n/**\n * Provides a prompt modal to the app.\n * @example\n * ```tsx\n * // Wrap the Provider around the root of the feature.\n * <PromptModal>\n * <SomeFeatureSection />\n * </PromptModal>\n *\n * // Use the hook to show the prompt modal.\n * const prompt = usePromptModal()\n *\n * const handleClick = useCallback(async () => {\n * const accepted = await prompt.show({\n * kind: 'destructive',\n * heading: 'Delete channel?',\n * description:\n * 'This will permanently delete a channel on your account. There is no going back.',\n * key: CHANNEL_NAME,\n * actionText: 'Yes, delete channel',\n * cancelText: 'No, cancel',\n * })\n * // do something with accepted\n * }, [prompt])\n * ```\n */\nexport function PromptModal(\n props: PropsWithChildren<PromptModalProviderProps>,\n) {\n const dialogRef = useRef<HTMLDialogElement>(null)\n const resolveRef = useRef<PromptShowResult>(null)\n const [content, setContent] = useState<ShowPromptModalOptions | null>(null)\n const [inputValue, setInputValue] = useState<string>('')\n const focusTrap = trapFocus(dialogRef)\n const PromptIcon = $cerberusIcons.promptModal\n\n const isValid = useMemo(\n () => inputValue === content?.key,\n [inputValue, content],\n )\n\n const palette = useMemo(\n () => (content?.kind === 'destructive' ? 'danger' : 'action'),\n [content],\n )\n const styles = modal()\n\n const handleChange = useCallback(\n (e: ChangeEvent<HTMLInputElement>) => {\n setInputValue(e.currentTarget.value)\n },\n [content],\n )\n\n const handleChoice = useCallback(\n (e: MouseEvent<HTMLButtonElement>) => {\n const target = e.currentTarget as HTMLButtonElement\n if (target.value === 'true') {\n resolveRef.current?.(inputValue)\n }\n dialogRef?.current?.close()\n },\n [inputValue],\n )\n\n const handleShow = useCallback((options: ShowPromptModalOptions) => {\n return new Promise<string>((resolve) => {\n setContent({ ...options, kind: options.kind || 'non-destructive' })\n dialogRef?.current?.showModal()\n resolveRef.current = resolve\n })\n }, [])\n\n const value = useMemo(\n () => ({\n show: handleShow,\n }),\n [handleShow],\n )\n\n return (\n <PromptModalContext.Provider value={value}>\n {props.children}\n\n <Portal>\n <dialog className={styles.dialog} onKeyDown={focusTrap} ref={dialogRef}>\n <div\n className={vstack({\n alignItems: 'flex-start',\n gap: '4',\n })}\n >\n <Show\n when={palette === 'danger'}\n fallback={\n <ModalIcon palette=\"action\">\n <PromptIcon size={24} />\n </ModalIcon>\n }\n >\n <ModalIcon palette=\"danger\">\n <PromptIcon size={24} />\n </ModalIcon>\n </Show>\n <h2 className={styles.heading}>{content?.heading}</h2>\n <p className={styles.description}>{content?.description}</p>\n </div>\n\n <div\n className={vstack({\n alignItems: 'flex-start',\n mt: '4',\n mb: '8',\n })}\n >\n <Field invalid={!isValid}>\n <Label htmlFor=\"confirm\" size=\"md\">\n Type\n <strong\n className={css({\n textTransform: 'uppercase',\n })}\n >\n {content?.key}\n </strong>\n to confirm\n </Label>\n <Input\n id=\"confirm\"\n name=\"confirm\"\n onChange={handleChange}\n type=\"text\"\n />\n </Field>\n </div>\n\n <div\n className={hstack({\n justifyContent: 'stretch',\n gap: '4',\n })}\n >\n <Button\n autoFocus\n className={css({\n w: '1/2',\n })}\n disabled={!isValid}\n name=\"confirm\"\n onClick={handleChoice}\n palette={palette}\n value=\"true\"\n >\n {content?.actionText}\n </Button>\n <Button\n className={css({\n w: '1/2',\n })}\n name=\"cancel\"\n onClick={handleChoice}\n usage=\"outlined\"\n value=\"false\"\n >\n {content?.cancelText}\n </Button>\n </div>\n </dialog>\n </Portal>\n </PromptModalContext.Provider>\n )\n}\n\nexport function usePromptModal(): PromptModalValue {\n const context = useContext(PromptModalContext)\n if (context === null) {\n throw new Error('usePromptModal must be used within a PromptModal Provider')\n }\n return context\n}\n"],"mappings":"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","names":[]}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
Input
|
|
4
|
-
} from "../chunk-
|
|
5
|
-
import "../chunk-ZAU4JVLL.js";
|
|
4
|
+
} from "../chunk-5GEC53G7.js";
|
|
6
5
|
import "../chunk-4O4QFF4S.js";
|
|
6
|
+
import "../chunk-ZAU4JVLL.js";
|
|
7
7
|
import "../chunk-6TXQZ3PB.js";
|
|
8
8
|
import "../chunk-C45DY4VE.js";
|
|
9
9
|
export {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
|
|
@@ -1,18 +1,17 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
ConfirmModal,
|
|
4
|
-
ConfirmModalIcon,
|
|
5
4
|
useConfirmModal
|
|
6
|
-
} from "../chunk-
|
|
5
|
+
} from "../chunk-UZIN7UOS.js";
|
|
7
6
|
import "../chunk-4CAT3FHV.js";
|
|
8
7
|
import "../chunk-2ATICEW3.js";
|
|
9
8
|
import "../chunk-4O4QFF4S.js";
|
|
9
|
+
import "../chunk-G3JEWPLM.js";
|
|
10
10
|
import "../chunk-KESKDLX6.js";
|
|
11
11
|
import "../chunk-6TXQZ3PB.js";
|
|
12
12
|
import "../chunk-C45DY4VE.js";
|
|
13
13
|
export {
|
|
14
14
|
ConfirmModal,
|
|
15
|
-
ConfirmModalIcon,
|
|
16
15
|
useConfirmModal
|
|
17
16
|
};
|
|
18
17
|
//# sourceMappingURL=confirm-modal.js.map
|
|
@@ -1,22 +1,20 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
PromptModal,
|
|
4
|
-
PromptModalIcon,
|
|
5
4
|
usePromptModal
|
|
6
|
-
} from "../chunk-
|
|
7
|
-
import "../chunk-BLJ4SRAF.js";
|
|
5
|
+
} from "../chunk-WKSC2WCV.js";
|
|
8
6
|
import "../chunk-4CAT3FHV.js";
|
|
9
7
|
import "../chunk-2ATICEW3.js";
|
|
10
|
-
import "../chunk-
|
|
11
|
-
import "../chunk-
|
|
12
|
-
import "../chunk-ZAU4JVLL.js";
|
|
8
|
+
import "../chunk-5GEC53G7.js";
|
|
9
|
+
import "../chunk-CU7HXAKM.js";
|
|
13
10
|
import "../chunk-4O4QFF4S.js";
|
|
11
|
+
import "../chunk-ZAU4JVLL.js";
|
|
12
|
+
import "../chunk-G3JEWPLM.js";
|
|
14
13
|
import "../chunk-KESKDLX6.js";
|
|
15
14
|
import "../chunk-6TXQZ3PB.js";
|
|
16
15
|
import "../chunk-C45DY4VE.js";
|
|
17
16
|
export {
|
|
18
17
|
PromptModal,
|
|
19
|
-
PromptModalIcon,
|
|
20
18
|
usePromptModal
|
|
21
19
|
};
|
|
22
20
|
//# sourceMappingURL=prompt-modal.js.map
|
package/build/legacy/index.js
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
import {
|
|
2
|
+
PromptModal,
|
|
3
|
+
usePromptModal
|
|
4
|
+
} from "./chunk-WKSC2WCV.js";
|
|
5
|
+
import {
|
|
6
|
+
TabPanel
|
|
7
|
+
} from "./chunk-67S42J4B.js";
|
|
1
8
|
import {
|
|
2
9
|
Tag
|
|
3
10
|
} from "./chunk-EVEEQRH6.js";
|
|
@@ -7,16 +14,13 @@ import {
|
|
|
7
14
|
import {
|
|
8
15
|
Toggle
|
|
9
16
|
} from "./chunk-TAZI77TP.js";
|
|
10
|
-
import {
|
|
11
|
-
PromptModal,
|
|
12
|
-
PromptModalIcon,
|
|
13
|
-
usePromptModal
|
|
14
|
-
} from "./chunk-SNSBODYR.js";
|
|
15
17
|
import {
|
|
16
18
|
ConfirmModal,
|
|
17
|
-
ConfirmModalIcon,
|
|
18
19
|
useConfirmModal
|
|
19
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-UZIN7UOS.js";
|
|
21
|
+
import {
|
|
22
|
+
NavMenuLink
|
|
23
|
+
} from "./chunk-6DIGPXAD.js";
|
|
20
24
|
import {
|
|
21
25
|
NavMenuList,
|
|
22
26
|
getPosition
|
|
@@ -40,9 +44,6 @@ import {
|
|
|
40
44
|
import {
|
|
41
45
|
TabList
|
|
42
46
|
} from "./chunk-X2JMXTBH.js";
|
|
43
|
-
import {
|
|
44
|
-
TabPanel
|
|
45
|
-
} from "./chunk-67S42J4B.js";
|
|
46
47
|
import {
|
|
47
48
|
useToggle
|
|
48
49
|
} from "./chunk-SCQVXJBT.js";
|
|
@@ -64,20 +65,20 @@ import {
|
|
|
64
65
|
} from "./chunk-SLHX5K6I.js";
|
|
65
66
|
import {
|
|
66
67
|
Input
|
|
67
|
-
} from "./chunk-
|
|
68
|
+
} from "./chunk-5GEC53G7.js";
|
|
68
69
|
import {
|
|
69
70
|
Label
|
|
70
|
-
} from "./chunk-
|
|
71
|
+
} from "./chunk-CU7HXAKM.js";
|
|
72
|
+
import {
|
|
73
|
+
Show
|
|
74
|
+
} from "./chunk-4O4QFF4S.js";
|
|
71
75
|
import {
|
|
72
76
|
Field,
|
|
73
77
|
useFieldContext
|
|
74
78
|
} from "./chunk-ZAU4JVLL.js";
|
|
75
79
|
import {
|
|
76
|
-
|
|
77
|
-
} from "./chunk-
|
|
78
|
-
import {
|
|
79
|
-
Show
|
|
80
|
-
} from "./chunk-4O4QFF4S.js";
|
|
80
|
+
ModalIcon
|
|
81
|
+
} from "./chunk-G3JEWPLM.js";
|
|
81
82
|
import "./chunk-55J6XMHW.js";
|
|
82
83
|
import {
|
|
83
84
|
createNavTriggerProps
|
|
@@ -109,7 +110,6 @@ export {
|
|
|
109
110
|
$cerberusIcons,
|
|
110
111
|
Button,
|
|
111
112
|
ConfirmModal,
|
|
112
|
-
ConfirmModalIcon,
|
|
113
113
|
FeatureFlag,
|
|
114
114
|
FeatureFlags,
|
|
115
115
|
Field,
|
|
@@ -118,13 +118,13 @@ export {
|
|
|
118
118
|
Input,
|
|
119
119
|
Label,
|
|
120
120
|
MODE_KEY,
|
|
121
|
+
ModalIcon,
|
|
121
122
|
NavMenu,
|
|
122
123
|
NavMenuLink,
|
|
123
124
|
NavMenuList,
|
|
124
125
|
NavMenuTrigger,
|
|
125
126
|
Portal,
|
|
126
127
|
PromptModal,
|
|
127
|
-
PromptModalIcon,
|
|
128
128
|
Radio,
|
|
129
129
|
Show,
|
|
130
130
|
THEME_KEY,
|
|
@@ -3,7 +3,6 @@ import { button } from '@cerberus/styled-system/recipes';
|
|
|
3
3
|
import { ButtonHTMLAttributes } from 'react';
|
|
4
4
|
import { CarbonIconType } from '@cerberus/icons';
|
|
5
5
|
import { ChangeEvent } from 'react';
|
|
6
|
-
import { ConfirmModalVariantProps } from '@cerberus-design/styled-system/recipes';
|
|
7
6
|
import { Context } from 'react';
|
|
8
7
|
import { ElementType } from 'react';
|
|
9
8
|
import { fieldMessage } from '@cerberus/styled-system/recipes';
|
|
@@ -14,6 +13,7 @@ import type { InputHTMLAttributes } from 'react';
|
|
|
14
13
|
import { JSX as JSX_2 } from 'react/jsx-runtime';
|
|
15
14
|
import type { KeyboardEventHandler } from 'react';
|
|
16
15
|
import { label } from '@cerberus/styled-system/recipes';
|
|
16
|
+
import { ModalIconVariantProps } from '@cerberus-design/styled-system/recipes';
|
|
17
17
|
import { MutableRefObject } from 'react';
|
|
18
18
|
import type { Pretty } from '@cerberus-design/styled-system/types';
|
|
19
19
|
import { PropsWithChildren } from 'react';
|
|
@@ -91,10 +91,6 @@ declare function ConfirmModal(props: PropsWithChildren<ConfirmModalProviderProps
|
|
|
91
91
|
export { ConfirmModal }
|
|
92
92
|
export { ConfirmModal as ConfirmModal_alias_1 }
|
|
93
93
|
|
|
94
|
-
declare function ConfirmModalIcon(props: ConfirmModalVariantProps): JSX_2.Element;
|
|
95
|
-
export { ConfirmModalIcon }
|
|
96
|
-
export { ConfirmModalIcon as ConfirmModalIcon_alias_1 }
|
|
97
|
-
|
|
98
94
|
declare interface ConfirmModalProviderProps {
|
|
99
95
|
}
|
|
100
96
|
export { ConfirmModalProviderProps }
|
|
@@ -325,6 +321,18 @@ declare type LabelRecipeProps = RecipeVariantProps<typeof label>;
|
|
|
325
321
|
export { LabelRecipeProps }
|
|
326
322
|
export { LabelRecipeProps as LabelRecipeProps_alias_1 }
|
|
327
323
|
|
|
324
|
+
declare function ModalIcon(props: PropsWithChildren<ModalIconProps>): JSX_2.Element;
|
|
325
|
+
export { ModalIcon }
|
|
326
|
+
export { ModalIcon as ModalIcon_alias_1 }
|
|
327
|
+
|
|
328
|
+
declare type ModalIconBaseProps = HTMLAttributes<HTMLDivElement>;
|
|
329
|
+
export { ModalIconBaseProps }
|
|
330
|
+
export { ModalIconBaseProps as ModalIconBaseProps_alias_1 }
|
|
331
|
+
|
|
332
|
+
declare type ModalIconProps = ModalIconBaseProps & ModalIconVariantProps;
|
|
333
|
+
export { ModalIconProps }
|
|
334
|
+
export { ModalIconProps as ModalIconProps_alias_1 }
|
|
335
|
+
|
|
328
336
|
declare const MODE_KEY = "cerberus-mode";
|
|
329
337
|
export { MODE_KEY }
|
|
330
338
|
export { MODE_KEY as MODE_KEY_alias_1 }
|
|
@@ -472,10 +480,6 @@ declare function PromptModal(props: PropsWithChildren<PromptModalProviderProps>)
|
|
|
472
480
|
export { PromptModal }
|
|
473
481
|
export { PromptModal as PromptModal_alias_1 }
|
|
474
482
|
|
|
475
|
-
declare function PromptModalIcon(props: ConfirmModalVariantProps): JSX_2.Element;
|
|
476
|
-
export { PromptModalIcon }
|
|
477
|
-
export { PromptModalIcon as PromptModalIcon_alias_1 }
|
|
478
|
-
|
|
479
483
|
declare interface PromptModalProviderProps {
|
|
480
484
|
}
|
|
481
485
|
export { PromptModalProviderProps }
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import {
|
|
2
|
-
useFieldContext
|
|
3
|
-
} from "./chunk-ZAU4JVLL.js";
|
|
4
1
|
import {
|
|
5
2
|
Show
|
|
6
3
|
} from "./chunk-4O4QFF4S.js";
|
|
4
|
+
import {
|
|
5
|
+
useFieldContext
|
|
6
|
+
} from "./chunk-ZAU4JVLL.js";
|
|
7
7
|
import {
|
|
8
8
|
$cerberusIcons
|
|
9
9
|
} from "./chunk-6TXQZ3PB.js";
|
|
@@ -39,4 +39,4 @@ function Input(props) {
|
|
|
39
39
|
export {
|
|
40
40
|
Input
|
|
41
41
|
};
|
|
42
|
-
//# sourceMappingURL=chunk-
|
|
42
|
+
//# sourceMappingURL=chunk-5GEC53G7.js.map
|