welcome-ui 10.0.0-alpha.4 → 10.0.0-alpha.5
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/dist/2W3RN7C5-DMC82gDP.js +61 -0
- package/dist/{4I4MLMKD-z3Xm3qCo.js → 4I4MLMKD-BO6Lcy7s.js} +17 -17
- package/dist/Accordion.js +19 -17
- package/dist/Alert.js +40 -31
- package/dist/AspectRatio.js +1 -0
- package/dist/Avatar.js +13 -11
- package/dist/{B7UTNDHN-BDa2-8JK.js → B7UTNDHN-BghjolIs.js} +30 -30
- package/dist/Badge.js +1 -0
- package/dist/Breadcrumb.js +76 -71
- package/dist/Button.js +8 -6
- package/dist/ButtonGroup.js +6 -4
- package/dist/Card.css +1 -1
- package/dist/Card.js +68 -15
- package/dist/Checkbox.js +30 -29
- package/dist/CloseButton.js +7 -5
- package/dist/{CustomPopper-vwbOQq72.js → CustomPopper-C1wIDHbM.js} +5 -4
- package/dist/{DSAASPLT-C-2xDjIv.js → DSAASPLT-Fx1kuAsk.js} +3 -3
- package/dist/DatePicker.js +82 -78
- package/dist/DateTimePicker.js +22 -21
- package/dist/Drawer.js +101 -80
- package/dist/DropdownMenu.css +1 -1
- package/dist/DropdownMenu.js +889 -462
- package/dist/Field.js +1 -0
- package/dist/FieldGroup.js +9 -7
- package/dist/FileDrop.js +184 -176
- package/dist/FileUpload.js +43 -40
- package/dist/{GVVKDT6A-C66-lr0B.js → GVVKDT6A-CF9ejW_c.js} +103 -103
- package/dist/Hint.js +9 -7
- package/dist/Icon.js +6 -4
- package/dist/InputText.js +30 -28
- package/dist/{KPUWHTQJ-Byij2al4.js → KPUWHTQJ-Dv3cAqjP.js} +33 -31
- package/dist/Label.js +9 -7
- package/dist/Link.js +25 -21
- package/dist/Loader.js +12 -10
- package/dist/Logo.js +21 -13
- package/dist/Modal.js +145 -114
- package/dist/{NI3IVY7K-DpF3td-7.js → NI3IVY7K-Dy240mkD.js} +160 -160
- package/dist/{NMGNQVTG-BgAqqGOq.js → NMGNQVTG-DRO2uXZT.js} +6 -6
- package/dist/{OE2EFRVA-DkdhQLJL.js → OE2EFRVA-Dg1R6gaC.js} +186 -170
- package/dist/{OLVWQA7U-wHytlFYu.js → OLVWQA7U-Dia3UUnG.js} +36 -36
- package/dist/Pagination.js +39 -37
- package/dist/PasswordInput.js +20 -17
- package/dist/Popover.js +89 -72
- package/dist/{RTNCFSKZ-LcIdBwa8.js → RTNCFSKZ-BywELldk.js} +42 -42
- package/dist/Radio.js +20 -19
- package/dist/RadioGroup.js +29 -27
- package/dist/RadioTab.js +2 -1
- package/dist/{SBSPVDDI-BoxPz2JY.js → SBSPVDDI-CmtnvvUX.js} +46 -46
- package/dist/SQZLCNLX-Dg4KKdNJ.js +83 -0
- package/dist/Search.css +1 -1
- package/dist/Search.js +62 -60
- package/dist/Select.css +1 -1
- package/dist/Select.js +204 -202
- package/dist/Slider.js +66 -61
- package/dist/Stepper.js +34 -27
- package/dist/StickyNote.js +30 -23
- package/dist/Swiper.js +52 -50
- package/dist/{T22PY7TE-CzEDuEn1.js → T22PY7TE-gLuJpoOm.js} +46 -46
- package/dist/Table.js +34 -21
- package/dist/Tabs.js +161 -152
- package/dist/Tag.css +1 -1
- package/dist/Tag.js +70 -65
- package/dist/Text.js +4 -2
- package/dist/Textarea.js +10 -8
- package/dist/TimePicker.js +22 -21
- package/dist/Toast.js +186 -177
- package/dist/Toggle.js +16 -14
- package/dist/Tooltip.js +29 -27
- package/dist/VariantIcon.js +7 -5
- package/dist/VisuallyHidden.js +8 -6
- package/dist/WelcomeLoader.js +3 -2
- package/dist/XCKGTAUF-CJwwVibW.js +25 -0
- package/dist/{Y67KZUMI-BDyUNSJw.js → Y67KZUMI-BwLWwpNF.js} +2 -2
- package/dist/{ZTXFEM5L-CjFLRObi.js → ZTXFEM5L-WGHY_jqg.js} +3 -3
- package/dist/theme.js +1 -0
- package/dist/types/components/Alert/components/Title.d.ts +4 -1
- package/dist/types/components/Alert/index.d.ts +4 -1
- package/dist/types/components/Card/Body.d.ts +2 -3
- package/dist/types/components/Card/Footer.d.ts +6 -0
- package/dist/types/components/Card/Header.d.ts +5 -0
- package/dist/types/components/Card/index.d.ts +7 -8
- package/dist/types/components/Card/types.d.ts +16 -3
- package/dist/types/components/Checkbox/index.d.ts +1 -2
- package/dist/types/components/Checkbox/types.d.ts +3 -1
- package/dist/types/components/DateTimePickerCommon/CustomHeader.d.ts +4 -1
- package/dist/types/components/DateTimePickerCommon/CustomPopper.d.ts +6 -3
- package/dist/types/components/Drawer/AssetDrawer/Header.d.ts +4 -1
- package/dist/types/components/Drawer/AssetDrawer/IconBlock.d.ts +4 -1
- package/dist/types/components/Drawer/components/Close.d.ts +4 -1
- package/dist/types/components/Drawer/components/Title.d.ts +4 -1
- package/dist/types/components/Drawer/index.d.ts +12 -3
- package/dist/types/components/DropdownMenu/Action.d.ts +2 -0
- package/dist/types/components/DropdownMenu/Group.d.ts +4 -0
- package/dist/types/components/DropdownMenu/Item.d.ts +7 -0
- package/dist/types/components/DropdownMenu/Search.d.ts +2 -0
- package/dist/types/components/DropdownMenu/Submenu.d.ts +4 -0
- package/dist/types/components/DropdownMenu/index.d.ts +11 -0
- package/dist/types/components/DropdownMenu/types.d.ts +26 -5
- package/dist/types/components/FileDrop/components/FilePreview.d.ts +4 -1
- package/dist/types/components/FileDrop/components/Message.d.ts +4 -1
- package/dist/types/components/Loader/index.d.ts +4 -1
- package/dist/types/components/Modal/Assets/AssetContent.d.ts +4 -1
- package/dist/types/components/Modal/Assets/AssetTitle.d.ts +4 -1
- package/dist/types/components/Modal/Assets/CloseButton.d.ts +4 -1
- package/dist/types/components/Modal/Assets/Dialog.d.ts +4 -1
- package/dist/types/components/Modal/Assets/Iframe.d.ts +4 -1
- package/dist/types/components/Modal/Assets/index.d.ts +16 -4
- package/dist/types/components/Modal/components/Close.d.ts +4 -1
- package/dist/types/components/Modal/index.d.ts +16 -4
- package/dist/types/components/PasswordInput/ToggleButton.d.ts +4 -1
- package/dist/types/components/Popover/Arrow.d.ts +4 -1
- package/dist/types/components/Popover/ContentWrapper.d.ts +4 -1
- package/dist/types/components/RadioGroup/index.d.ts +4 -1
- package/dist/types/components/Stepper/index.d.ts +8 -2
- package/dist/types/components/StickyNote/components/Button.d.ts +4 -1
- package/dist/types/components/StickyNote/components/Title.d.ts +4 -1
- package/dist/types/components/StickyNote/index.d.ts +8 -2
- package/dist/types/components/Swiper/index.d.ts +4 -1
- package/dist/types/components/Table/index.d.ts +20 -5
- package/dist/types/components/Tabs/components/ActiveBar/index.d.ts +4 -1
- package/dist/types/components/Tag/types.d.ts +4 -2
- package/dist/types/components/Toast/index.d.ts +4 -1
- package/dist/utils.js +1 -0
- package/package.json +2 -2
- package/dist/2W3RN7C5-uG7eBeTQ.js +0 -61
- package/dist/SQZLCNLX-CUlXoT69.js +0 -82
- package/dist/XCKGTAUF-CahZE721.js +0 -25
package/dist/Modal.js
CHANGED
|
@@ -1,165 +1,196 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
2
|
+
import './Modal.css';
|
|
3
|
+
import { jsx as s, jsxs as _ } from "react/jsx-runtime";
|
|
4
|
+
import { b as R } from "./RTNCFSKZ-BywELldk.js";
|
|
5
|
+
import { D as V, u as q } from "./NI3IVY7K-Dy240mkD.js";
|
|
6
|
+
import { forwardRef as l, isValidElement as G, cloneElement as J, useState as K, useEffect as L } from "react";
|
|
7
|
+
import { c as r } from "./index-PAaZGbyz.js";
|
|
7
8
|
import { f as j } from "./forwardRefWithAs-8eP3ZN15.js";
|
|
8
|
-
import { D as
|
|
9
|
-
import { Icon as
|
|
10
|
-
import { Button as
|
|
11
|
-
import { Text as
|
|
12
|
-
import { CloseButton as
|
|
13
|
-
import { D as
|
|
14
|
-
const
|
|
15
|
-
root:
|
|
9
|
+
import { D as y } from "./DSAASPLT-Fx1kuAsk.js";
|
|
10
|
+
import { Icon as P } from "./Icon.js";
|
|
11
|
+
import { Button as Q } from "./Button.js";
|
|
12
|
+
import { Text as m } from "./Text.js";
|
|
13
|
+
import { CloseButton as U } from "./CloseButton.js";
|
|
14
|
+
import { D as X } from "./ZTXFEM5L-WGHY_jqg.js";
|
|
15
|
+
const Y = "_root_1ruus_3", Z = "_hideOnInteractOutside_1ruus_19", ee = "_dialog_1ruus_117", i = {
|
|
16
|
+
root: Y,
|
|
16
17
|
"asset-backdrop": "_asset-backdrop_1ruus_8",
|
|
17
|
-
hideOnInteractOutside:
|
|
18
|
+
hideOnInteractOutside: Z,
|
|
18
19
|
"iframe-wrapper": "_iframe-wrapper_1ruus_25",
|
|
19
20
|
"asset-wrapper": "_asset-wrapper_1ruus_48",
|
|
20
21
|
"asset-title-wrapper": "_asset-title-wrapper_1ruus_56",
|
|
21
22
|
"asset-title": "_asset-title_1ruus_56",
|
|
22
23
|
"asset-content": "_asset-content_1ruus_96",
|
|
23
|
-
dialog:
|
|
24
|
+
dialog: ee,
|
|
24
25
|
"close-button": "_close-button_1ruus_159"
|
|
25
|
-
},
|
|
26
|
-
|
|
26
|
+
}, te = r(i), x = ({ children: e, ...t }) => /* @__PURE__ */ s(Q, { className: te("close-button"), variant: "primary-neutral", ...t, children: e });
|
|
27
|
+
x.displayName = "AssetModal.Close";
|
|
28
|
+
const se = r(i), M = l(
|
|
29
|
+
({ hideOnInteractOutside: e, ...t }, o) => /* @__PURE__ */ s(
|
|
27
30
|
"div",
|
|
28
31
|
{
|
|
29
|
-
className:
|
|
30
|
-
...
|
|
31
|
-
ref:
|
|
32
|
-
children: /* @__PURE__ */
|
|
33
|
-
|
|
32
|
+
className: se("asset-backdrop", e && "hideOnInteractOutside"),
|
|
33
|
+
...t,
|
|
34
|
+
ref: o,
|
|
35
|
+
children: /* @__PURE__ */ s(
|
|
36
|
+
y,
|
|
34
37
|
{
|
|
35
|
-
render: /* @__PURE__ */
|
|
38
|
+
render: /* @__PURE__ */ s(x, { children: /* @__PURE__ */ s(P, { name: "times" }) })
|
|
36
39
|
}
|
|
37
40
|
)
|
|
38
41
|
}
|
|
39
42
|
)
|
|
40
|
-
)
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
43
|
+
);
|
|
44
|
+
M.displayName = "AssetModal.Backdrop";
|
|
45
|
+
const oe = r(i), $ = ({
|
|
46
|
+
children: e,
|
|
47
|
+
...t
|
|
48
|
+
}) => /* @__PURE__ */ s("div", { className: oe("root", "asset-content"), ...t, children: e });
|
|
49
|
+
$.displayName = "AssetModal.Content";
|
|
50
|
+
const ae = r(i), f = ({ children: e, ...t }) => /* @__PURE__ */ s(m, { as: "p", className: ae("asset-title"), lines: 2, variant: "heading-md-strong", ...t, children: e });
|
|
51
|
+
f.displayName = "AssetModal.Title";
|
|
52
|
+
const g = r(i), v = l(
|
|
53
|
+
({ children: e, customContent: t, subtitle: o, title: a, ...d }, n) => /* @__PURE__ */ _("div", { className: g("root", "asset-wrapper"), ref: n, ...d, children: [
|
|
54
|
+
e,
|
|
55
|
+
/* @__PURE__ */ _("div", { className: g("root", "asset-title-wrapper"), children: [
|
|
56
|
+
t,
|
|
57
|
+
!t && o ? /* @__PURE__ */ s(m, { variant: "label-md", children: o }) : null,
|
|
58
|
+
!t && a ? /* @__PURE__ */ s(f, { children: a }) : null
|
|
50
59
|
] })
|
|
51
60
|
] })
|
|
52
|
-
)
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
61
|
+
);
|
|
62
|
+
v.displayName = "AssetModal.AssetWithTitle";
|
|
63
|
+
const re = r(i), w = ({
|
|
64
|
+
children: e,
|
|
65
|
+
...t
|
|
66
|
+
}) => /* @__PURE__ */ s("div", { className: re("root", "dialog"), ...t, children: e });
|
|
67
|
+
w.displayName = "AssetModal";
|
|
68
|
+
const ne = r(i), O = ({ children: e }) => /* @__PURE__ */ s("div", { className: ne("root", "iframe-wrapper"), children: e });
|
|
69
|
+
O.displayName = "AssetModal.Iframe";
|
|
70
|
+
const le = Object.assign(w, {
|
|
71
|
+
AssetWithTitle: v,
|
|
72
|
+
Backdrop: M,
|
|
73
|
+
Content: $,
|
|
74
|
+
Iframe: O,
|
|
75
|
+
Title: f
|
|
76
|
+
}), ie = "_root_a4zjh_4", ce = "_body_a4zjh_48", de = "_footer_a4zjh_48", _e = "_header_a4zjh_48", me = "_scrollable_a4zjh_60", ue = "_content_a4zjh_66", pe = "_close_a4zjh_66", he = "_backdrop_a4zjh_85", fe = "_hideOnInteractOutside_a4zjh_96", Ne = "_icon_a4zjh_127", c = {
|
|
77
|
+
root: ie,
|
|
78
|
+
body: ce,
|
|
79
|
+
footer: de,
|
|
80
|
+
header: _e,
|
|
81
|
+
scrollable: me,
|
|
82
|
+
content: ue,
|
|
68
83
|
"with-close-button": "_with-close-button_a4zjh_66",
|
|
69
|
-
close:
|
|
84
|
+
close: pe,
|
|
70
85
|
"size-lg": "_size-lg_a4zjh_69",
|
|
71
86
|
"size-md": "_size-md_a4zjh_73",
|
|
72
87
|
"size-sm": "_size-sm_a4zjh_77",
|
|
73
88
|
"size-xs": "_size-xs_a4zjh_81",
|
|
74
|
-
backdrop:
|
|
75
|
-
hideOnInteractOutside:
|
|
89
|
+
backdrop: he,
|
|
90
|
+
hideOnInteractOutside: fe,
|
|
76
91
|
"header-subtitle": "_header-subtitle_a4zjh_124",
|
|
77
92
|
"header-title": "_header-title_a4zjh_124",
|
|
78
|
-
icon:
|
|
93
|
+
icon: Ne,
|
|
79
94
|
"footer-children-wrapper": "_footer-children-wrapper_a4zjh_158",
|
|
80
95
|
"footer-information": "_footer-information_a4zjh_163",
|
|
81
96
|
"footer-information-title": "_footer-information-title_a4zjh_170",
|
|
82
97
|
"footer-information-subtitle": "_footer-information-subtitle_a4zjh_174"
|
|
83
|
-
},
|
|
84
|
-
({ backdrop:
|
|
98
|
+
}, be = r(c), A = l(
|
|
99
|
+
({ backdrop: e, hideOnInteractOutside: t, ...o }, a) => e === !0 ? /* @__PURE__ */ s(
|
|
85
100
|
"div",
|
|
86
101
|
{
|
|
87
|
-
className:
|
|
88
|
-
ref:
|
|
89
|
-
...
|
|
102
|
+
className: be("backdrop", t && "hideOnInteractOutside"),
|
|
103
|
+
ref: a,
|
|
104
|
+
...o
|
|
90
105
|
}
|
|
91
|
-
) :
|
|
92
|
-
)
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
106
|
+
) : G(e) ? J(e, { ref: a, ...o }) : null
|
|
107
|
+
);
|
|
108
|
+
A.displayName = "Modal.Backdrop";
|
|
109
|
+
const ze = r(c), k = l((e, t) => /* @__PURE__ */ s("section", { className: ze("body"), ref: t, ...e }));
|
|
110
|
+
k.displayName = "Modal.Body";
|
|
111
|
+
const ge = r(c), N = (e) => /* @__PURE__ */ s(y, { render: /* @__PURE__ */ s(U, { className: ge("close"), ...e }) });
|
|
112
|
+
N.displayName = "Modal.Close";
|
|
113
|
+
const je = r(c), B = l(
|
|
114
|
+
({ children: e, withClosingButton: t = !0, ...o }, a) => /* @__PURE__ */ _("div", { className: je("content", t && "with-close-button"), ref: a, ...o, children: [
|
|
115
|
+
/* @__PURE__ */ s(N, {}),
|
|
116
|
+
e
|
|
96
117
|
] })
|
|
97
|
-
)
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
118
|
+
);
|
|
119
|
+
B.displayName = "Modal.Content";
|
|
120
|
+
const u = r(c), C = l(
|
|
121
|
+
({ children: e, information: t, ...o }, a) => /* @__PURE__ */ _("footer", { className: u("footer"), ref: a, ...o, children: [
|
|
122
|
+
e ? /* @__PURE__ */ s("div", { className: u("footer-children-wrapper"), children: e }) : null,
|
|
123
|
+
t ? /* @__PURE__ */ _("div", { className: u("footer-information"), children: [
|
|
124
|
+
/* @__PURE__ */ s(m, { className: u("footer-information-title"), variant: "label-md", children: t.title }),
|
|
125
|
+
/* @__PURE__ */ s(m, { className: u("footer-information-subtitle"), variant: "body-md", children: t.subtitle })
|
|
103
126
|
] }) : null
|
|
104
127
|
] })
|
|
105
|
-
)
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
/* @__PURE__ */
|
|
110
|
-
e
|
|
128
|
+
);
|
|
129
|
+
C.displayName = "Modal.Footer";
|
|
130
|
+
const h = r(c), D = l(
|
|
131
|
+
({ icon: e, subtitle: t, title: o, ...a }, d) => /* @__PURE__ */ _("header", { className: h("header", e && "icon"), ref: d, ...a, children: [
|
|
132
|
+
/* @__PURE__ */ s(N, {}),
|
|
133
|
+
e,
|
|
134
|
+
/* @__PURE__ */ s(m, { as: "h4", className: h("header-title"), variant: "heading-md-strong", children: o }),
|
|
135
|
+
t ? /* @__PURE__ */ s(m, { className: h("header-subtitle"), children: t }) : null
|
|
111
136
|
] })
|
|
112
|
-
)
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
137
|
+
);
|
|
138
|
+
D.displayName = "Modal.Header";
|
|
139
|
+
const I = j(
|
|
140
|
+
({ as: e, store: t, ...o }, a) => /* @__PURE__ */ s(X, { ref: a, render: e ? /* @__PURE__ */ s(e, {}) : void 0, store: t, ...o })
|
|
141
|
+
);
|
|
142
|
+
I.displayName = "Modal.Trigger";
|
|
143
|
+
const ye = r(c);
|
|
144
|
+
function Te(e) {
|
|
145
|
+
const { onClose: t, setOpen: o, ...a } = e || {};
|
|
146
|
+
return q({
|
|
118
147
|
setOpen: (n) => {
|
|
119
|
-
!n &&
|
|
148
|
+
!n && t && t(), o == null || o(n);
|
|
120
149
|
},
|
|
121
|
-
...
|
|
150
|
+
...a
|
|
122
151
|
});
|
|
123
152
|
}
|
|
124
|
-
const
|
|
153
|
+
const T = j(
|
|
125
154
|
({
|
|
126
|
-
ariaLabel:
|
|
155
|
+
ariaLabel: e,
|
|
127
156
|
/** for render property */
|
|
128
|
-
as:
|
|
129
|
-
backdrop:
|
|
130
|
-
children:
|
|
157
|
+
as: t,
|
|
158
|
+
backdrop: o = !0,
|
|
159
|
+
children: a,
|
|
131
160
|
className: d,
|
|
132
161
|
hideOnInteractOutside: n = !0,
|
|
133
|
-
size:
|
|
134
|
-
store:
|
|
135
|
-
...
|
|
136
|
-
},
|
|
137
|
-
const [
|
|
138
|
-
return
|
|
139
|
-
|
|
140
|
-
}, [
|
|
141
|
-
|
|
162
|
+
size: S = "lg",
|
|
163
|
+
store: b,
|
|
164
|
+
...E
|
|
165
|
+
}, H) => {
|
|
166
|
+
const [W, F] = K(!1), { contentElement: p, open: z } = R(b);
|
|
167
|
+
return L(() => {
|
|
168
|
+
z && p && F(p.scrollHeight > p.offsetHeight);
|
|
169
|
+
}, [p, z]), /* @__PURE__ */ s(
|
|
170
|
+
V,
|
|
142
171
|
{
|
|
143
|
-
backdrop: /* @__PURE__ */
|
|
172
|
+
backdrop: /* @__PURE__ */ s(A, { backdrop: o, hideOnInteractOutside: n }),
|
|
144
173
|
hideOnInteractOutside: n,
|
|
145
|
-
ref:
|
|
146
|
-
render:
|
|
147
|
-
store:
|
|
148
|
-
...
|
|
149
|
-
"aria-label":
|
|
150
|
-
children:
|
|
174
|
+
ref: H,
|
|
175
|
+
render: t ? /* @__PURE__ */ s(t, {}) : /* @__PURE__ */ s("div", { className: ye("root", `size-${S}`, W && "scrollable", d) }),
|
|
176
|
+
store: b,
|
|
177
|
+
...E,
|
|
178
|
+
"aria-label": e,
|
|
179
|
+
children: a
|
|
151
180
|
}
|
|
152
181
|
);
|
|
153
182
|
}
|
|
154
|
-
)
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
183
|
+
);
|
|
184
|
+
T.displayName = "Modal";
|
|
185
|
+
const Se = Object.assign(T, {
|
|
186
|
+
Body: k,
|
|
187
|
+
Content: B,
|
|
188
|
+
Footer: C,
|
|
189
|
+
Header: D,
|
|
190
|
+
Trigger: I
|
|
191
|
+
}), Ee = le;
|
|
161
192
|
export {
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
193
|
+
Ee as AssetModal,
|
|
194
|
+
Se as Modal,
|
|
195
|
+
Te as useModal
|
|
165
196
|
};
|