prometeo-design-system 4.6.4 → 4.7.0
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/DialogModal.es.js +123 -112
- package/dist/Header.es.js +22 -22
- package/dist/IconButton.es.js +124 -77
- package/dist/Icons/AccountCircle.es.js +1 -1
- package/dist/Icons/Add.es.js +1 -1
- package/dist/Icons/ArrowDownward.es.js +1 -1
- package/dist/Icons/ArrowLeft.es.js +1 -1
- package/dist/Icons/ArrowUpDown.es.js +1 -1
- package/dist/Icons/ArrowUpward.es.js +1 -1
- package/dist/Icons/AttachFile.es.js +1 -1
- package/dist/Icons/Boards.es.js +1 -1
- package/dist/Icons/Calendar.es.js +1 -1
- package/dist/Icons/Cancel.es.js +1 -1
- package/dist/Icons/Check.es.js +1 -1
- package/dist/Icons/CheckCircle.es.js +1 -1
- package/dist/Icons/CheckList.es.js +1 -1
- package/dist/Icons/ChevronDown.es.js +1 -1
- package/dist/Icons/Clock.es.js +1 -1
- package/dist/Icons/Close.es.js +1 -1
- package/dist/Icons/CloseNavBarDesktop.es.js +1 -1
- package/dist/Icons/Collapse.es.js +1 -1
- package/dist/Icons/Company.es.js +1 -1
- package/dist/Icons/Copy.es.js +1 -1
- package/dist/Icons/CrevronLeft.es.js +1 -1
- package/dist/Icons/CrevronRight.es.js +1 -1
- package/dist/Icons/DocumentFill.es.js +1 -1
- package/dist/Icons/Download.es.js +1 -1
- package/dist/Icons/DragIndicator.es.js +1 -1
- package/dist/Icons/Edit.es.js +1 -1
- package/dist/Icons/EditFill.es.js +1 -1
- package/dist/Icons/Email.es.js +1 -1
- package/dist/Icons/Error.es.js +1 -1
- package/dist/Icons/EyeVisibility.es.js +1 -1
- package/dist/Icons/EyeVisibilityOff.es.js +1 -1
- package/dist/Icons/FaLock.es.js +1 -1
- package/dist/Icons/FastForward.es.js +1 -1
- package/dist/Icons/File.es.js +1 -1
- package/dist/Icons/Filter.es.js +1 -1
- package/dist/Icons/FormatColorText.es.js +1 -1
- package/dist/Icons/Help.es.js +1 -1
- package/dist/Icons/HistoryActivity.es.js +1 -1
- package/dist/Icons/Home.es.js +1 -1
- package/dist/Icons/Image.es.js +1 -1
- package/dist/Icons/Info.es.js +1 -1
- package/dist/Icons/Logout.es.js +1 -1
- package/dist/Icons/MessageSquare.es.js +1 -1
- package/dist/Icons/MessageSquareFill.es.js +1 -1
- package/dist/Icons/MoreVert.es.js +1 -1
- package/dist/Icons/Notifications.es.js +1 -1
- package/dist/Icons/Pause.es.js +1 -1
- package/dist/Icons/Reassignment.es.js +1 -1
- package/dist/Icons/ReassignmentFill.es.js +1 -1
- package/dist/Icons/Reload.es.js +1 -1
- package/dist/Icons/Search.es.js +1 -1
- package/dist/Icons/Send.es.js +1 -1
- package/dist/Icons/Settings.es.js +1 -1
- package/dist/Icons/Shared.es.js +1 -1
- package/dist/Icons/Sort.es.js +1 -1
- package/dist/Icons/StarFill.es.js +1 -1
- package/dist/Icons/Stars.es.js +1 -1
- package/dist/Icons/Ticket.es.js +1 -1
- package/dist/Icons/TicketFilled.es.js +1 -1
- package/dist/Icons/Trash.es.js +1 -1
- package/dist/Icons/TrashFill.es.js +1 -1
- package/dist/Icons/Upload.es.js +1 -1
- package/dist/Icons/UploadCloud.es.js +1 -1
- package/dist/Icons/UserAdd.es.js +1 -1
- package/dist/Icons/UserAddFill.es.js +1 -1
- package/dist/Icons/UserAvatar.es.js +1 -1
- package/dist/Icons/UserPerson.es.js +1 -1
- package/dist/Icons/WhatsApp.es.js +1 -1
- package/dist/Icons/iconUtils.d.ts +2 -0
- package/dist/PyrionLayout.es.js +764 -745
- package/dist/Scrollable.es.js +136 -133
- package/dist/Skeleton.es.js +1 -1
- package/dist/assets/DialogModal.png +0 -0
- package/dist/assets/Header.png +0 -0
- package/dist/components/Header/Header.d.ts +2 -1
- package/dist/components/IconButton/IconButton.d.ts +1 -1
- package/dist/components/PyrionNavigationDrawer/PLNotificationsList.d.ts +4 -1
- package/dist/components/PyrionNavigationDrawer/PLNotificationsLoader.d.ts +6 -0
- package/dist/components/PyrionNavigationDrawer/PyrionLayout.d.ts +3 -1
- package/dist/components/Scrollable/Scrollable.d.ts +2 -0
- package/dist/iconUtils-rTOfKDxE.js +9 -0
- package/package.json +1 -1
- package/dist/iconUtils-D0lVAgGT.js +0 -5
package/dist/DialogModal.es.js
CHANGED
|
@@ -1,162 +1,173 @@
|
|
|
1
|
-
import { j as
|
|
2
|
-
import { forwardRef as
|
|
3
|
-
import { createPortal as
|
|
4
|
-
import { c } from "./cn-B6yFEsav.js";
|
|
5
|
-
const
|
|
6
|
-
({ children:
|
|
7
|
-
const [
|
|
8
|
-
|
|
9
|
-
const
|
|
10
|
-
|
|
11
|
-
}, []),
|
|
12
|
-
|
|
1
|
+
import { j as e } from "./jsx-runtime-DKDX3adD.js";
|
|
2
|
+
import { forwardRef as Q, memo as j, useState as L, useRef as F, useCallback as x, useImperativeHandle as W, Children as R, isValidElement as U } from "react";
|
|
3
|
+
import { createPortal as X } from "react-dom";
|
|
4
|
+
import { c as p } from "./cn-B6yFEsav.js";
|
|
5
|
+
const V = Q(
|
|
6
|
+
({ children: t, onClose: n, className: o, attachToParent: s = !1, zindex: v = 40, debugMode: a = !1, safeMarginSize: _ = 24, title: T, scroll: m = "content" }, $) => {
|
|
7
|
+
const [N, z] = L(!1), [D, O] = L(null), k = F(n), w = F(D);
|
|
8
|
+
k.current = n, w.current = D;
|
|
9
|
+
const P = x((f) => {
|
|
10
|
+
O(f ?? null), z(!0);
|
|
11
|
+
}, []), E = x(() => {
|
|
12
|
+
z(!1), k.current?.(w.current), setTimeout(() => O(null), 300);
|
|
13
13
|
}, []);
|
|
14
|
-
|
|
15
|
-
|
|
14
|
+
W(
|
|
15
|
+
$,
|
|
16
16
|
() => ({
|
|
17
|
-
open:
|
|
18
|
-
close:
|
|
19
|
-
isOpen:
|
|
20
|
-
getContext: () =>
|
|
17
|
+
open: P,
|
|
18
|
+
close: E,
|
|
19
|
+
isOpen: N,
|
|
20
|
+
getContext: () => w.current
|
|
21
21
|
}),
|
|
22
|
-
[
|
|
22
|
+
[P, E, N]
|
|
23
23
|
);
|
|
24
|
-
const
|
|
24
|
+
const q = `max-[500px]:max-w-[calc(100%-32px)]
|
|
25
25
|
max-[1200px]:max-w-[min(800px,calc(100%-32px))]
|
|
26
|
-
min-[1200px]:max-w-[min(1224px,calc(100%-100px))] min-[1200px]:min-w-[1100px]
|
|
27
|
-
let
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
26
|
+
min-[1200px]:max-w-[min(1224px,calc(100%-100px))] min-[1200px]:min-w-[1100px]`;
|
|
27
|
+
let C, b;
|
|
28
|
+
typeof t == "function" ? (console.log("es un child de tipo function"), C = t(D), b = R.toArray(C), console.log(b, "Child array")) : (C = t, b = R.toArray(C));
|
|
29
|
+
const B = (f) => {
|
|
30
|
+
const l = {
|
|
31
|
+
header: null,
|
|
32
|
+
titleContent: null,
|
|
33
|
+
content: null,
|
|
34
|
+
footer: null,
|
|
35
|
+
middleChildren: []
|
|
36
|
+
}, S = (r) => {
|
|
37
|
+
if (!U(r)) {
|
|
38
|
+
l.middleChildren.push(r);
|
|
39
|
+
return;
|
|
40
|
+
}
|
|
41
|
+
if (r.type === g && !l.titleContent) {
|
|
42
|
+
l.titleContent = r;
|
|
43
|
+
return;
|
|
44
|
+
}
|
|
45
|
+
if (r.type === d && !l.header) {
|
|
46
|
+
const i = r.props;
|
|
47
|
+
l.header = /* @__PURE__ */ e.jsx(d, { ...i, debugMode: a, children: i.children });
|
|
48
|
+
return;
|
|
49
|
+
}
|
|
50
|
+
if (r.type === u && !l.content) {
|
|
51
|
+
const i = r.props;
|
|
52
|
+
l.content = /* @__PURE__ */ e.jsx(u, { ...i, debugMode: a, scroll: m, children: i.children });
|
|
53
|
+
return;
|
|
54
|
+
}
|
|
55
|
+
if (r.type === h && !l.footer) {
|
|
56
|
+
const i = r.props;
|
|
57
|
+
l.footer = /* @__PURE__ */ e.jsx(h, { ...i, debugMode: a, children: i.children });
|
|
58
|
+
return;
|
|
59
|
+
}
|
|
60
|
+
const G = r.props;
|
|
61
|
+
G?.children && R.toArray(G.children).forEach(S), r.type !== d && r.type !== u && r.type !== h && r.type !== g && l.middleChildren.push(r);
|
|
62
|
+
};
|
|
63
|
+
return f.forEach(S), l;
|
|
64
|
+
};
|
|
65
|
+
let { header: c, titleContent: y, content: J, footer: K, middleChildren: A } = B(b);
|
|
66
|
+
if (!c && T && (c = /* @__PURE__ */ e.jsx(d, { title: T, debugMode: a }), y = null), c && y && U(c)) {
|
|
67
|
+
const f = c.props;
|
|
68
|
+
f.title && (c = /* @__PURE__ */ e.jsx(d, { ...f, title: "", debugMode: a, children: y }), y = null);
|
|
58
69
|
}
|
|
59
|
-
const
|
|
70
|
+
const H = J ?? (A.length ? /* @__PURE__ */ e.jsx(u, { debugMode: a, scroll: m, children: A }) : null), I = /* @__PURE__ */ e.jsx(e.Fragment, { children: N && /* @__PURE__ */ e.jsx(
|
|
60
71
|
"div",
|
|
61
72
|
{
|
|
62
73
|
className: "fixed inset-0 z-50 flex items-center justify-center bg-black/30 backdrop-blur-[1.5px]",
|
|
63
|
-
style: { zIndex:
|
|
64
|
-
onClick:
|
|
65
|
-
children: /* @__PURE__ */
|
|
74
|
+
style: { zIndex: v },
|
|
75
|
+
onClick: E,
|
|
76
|
+
children: /* @__PURE__ */ e.jsxs(
|
|
66
77
|
"div",
|
|
67
78
|
{
|
|
68
|
-
onClick: (
|
|
69
|
-
className:
|
|
79
|
+
onClick: (f) => f.stopPropagation(),
|
|
80
|
+
className: p(
|
|
70
81
|
"bg-neutral-default-default rounded-lg shadow-lg border-neutral-strong-default border relative ",
|
|
71
82
|
"max-h-[calc(100%-128px)] h-dvh w-full",
|
|
72
83
|
"flex flex-col ",
|
|
73
|
-
|
|
74
|
-
|
|
84
|
+
q,
|
|
85
|
+
o
|
|
75
86
|
),
|
|
76
87
|
style: {
|
|
77
|
-
"--safe-margin-size": `${
|
|
88
|
+
"--safe-margin-size": `${_}px`
|
|
78
89
|
},
|
|
79
90
|
children: [
|
|
80
|
-
/* @__PURE__ */
|
|
91
|
+
/* @__PURE__ */ e.jsx(
|
|
81
92
|
"div",
|
|
82
93
|
{
|
|
83
|
-
className:
|
|
94
|
+
className: p(
|
|
84
95
|
"absolute bg-transparent z-[-1] -top-(--safe-margin-size) -left-(--safe-margin-size) -right-(--safe-margin-size) -bottom-(--safe-margin-size)",
|
|
85
|
-
|
|
96
|
+
a && "after:content-['SECURE_MARGIN'] after:text-red-300 after:prometeo-fonts-label-small after:ml-2 "
|
|
86
97
|
),
|
|
87
98
|
style: {
|
|
88
|
-
background:
|
|
89
|
-
border:
|
|
99
|
+
background: a ? "#FF393973" : "auto",
|
|
100
|
+
border: a ? "solid 1px #FF3939" : ""
|
|
90
101
|
}
|
|
91
102
|
}
|
|
92
103
|
),
|
|
93
|
-
/* @__PURE__ */
|
|
104
|
+
/* @__PURE__ */ e.jsxs("div", { className: p(
|
|
94
105
|
"flex flex-col h-full",
|
|
95
|
-
|
|
96
|
-
|
|
106
|
+
m === "dialog" && "overflow-y-auto",
|
|
107
|
+
m === "content" && "overflow-hidden"
|
|
97
108
|
), children: [
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
109
|
+
c,
|
|
110
|
+
m === "dialog" ? /* @__PURE__ */ e.jsx("div", { className: "flex flex-col flex-1", children: H }) : H,
|
|
111
|
+
K
|
|
101
112
|
] })
|
|
102
113
|
]
|
|
103
114
|
}
|
|
104
115
|
)
|
|
105
116
|
}
|
|
106
117
|
) });
|
|
107
|
-
return
|
|
118
|
+
return s ? I : X(I, document.body);
|
|
108
119
|
}
|
|
109
120
|
);
|
|
110
|
-
|
|
111
|
-
const
|
|
112
|
-
"flex flex-col
|
|
113
|
-
|
|
114
|
-
|
|
121
|
+
V.displayName = "Dialog";
|
|
122
|
+
const u = j(({ children: t, className: n, debugMode: o, scroll: s }) => /* @__PURE__ */ e.jsx("div", { className: p(
|
|
123
|
+
"flex flex-col p-4",
|
|
124
|
+
o && "border-2 border-dashed border-red-500 bg-red-200/40 relative after:content-['CONTENT'] after:absolute after:top-2 after:left-1/2 after:w-max after:h-full after:text-red-500 ",
|
|
125
|
+
n,
|
|
115
126
|
// Para scroll='content', este componente necesita su propio scroll y altura mínima
|
|
116
|
-
|
|
127
|
+
s === "content" && "overflow-y-auto min-h-0 flex-1 ",
|
|
117
128
|
// Para scroll='dialog', el contenido debe ocupar todo el espacio disponible pero sin scroll
|
|
118
|
-
|
|
119
|
-
), children:
|
|
120
|
-
|
|
121
|
-
const g =
|
|
129
|
+
s === "dialog" && "flex-1 min-h-max "
|
|
130
|
+
), children: t }));
|
|
131
|
+
u.displayName = "DialogContent";
|
|
132
|
+
const g = j(({ children: t, className: n, debugMode: o }) => /* @__PURE__ */ e.jsx("h1", { className: p("prometeo-fonts-headline-small text-neutral-strong-default w-max", o && 'bg-red-400/40 relative after:content-["TITLE"] after:absolute after:top-0 after:-translate-y-5 after:left-0 after:w-max after:h-full after:text-red-500 after:prometeo-fonts-label-large', n), children: t }));
|
|
122
133
|
g.displayName = "DialogTitle";
|
|
123
|
-
const
|
|
134
|
+
const d = j(({ children: t, className: n, title: o, debugMode: s }) => /* @__PURE__ */ e.jsxs("div", { className: p(
|
|
124
135
|
"p-4",
|
|
125
|
-
|
|
126
|
-
|
|
136
|
+
s && "border-2 border-dashed border-red-600 bg-red-200/40! relative after:content-['HEADER'] after:absolute after:top-1 after:left-1/2 after:w-max after:h-full after:text-red-500",
|
|
137
|
+
n
|
|
127
138
|
), children: [
|
|
128
|
-
|
|
129
|
-
|
|
139
|
+
o && /* @__PURE__ */ e.jsx(g, { debugMode: s, children: o }),
|
|
140
|
+
t
|
|
130
141
|
] }));
|
|
131
|
-
|
|
132
|
-
const
|
|
133
|
-
|
|
142
|
+
d.displayName = "DialogHeader";
|
|
143
|
+
const h = j(({ children: t, className: n, debugMode: o }) => /* @__PURE__ */ e.jsx("div", { className: p(
|
|
144
|
+
o && "border-2 border-dashed border-red-600 bg-red-200/40! relative after:content-['FOOTER'] after:absolute after:top-1 after:left-1/2 after:w-max after:h-full after:text-red-500",
|
|
134
145
|
"border-t border-neutral-strong-default p-4",
|
|
135
|
-
|
|
136
|
-
), children:
|
|
137
|
-
|
|
138
|
-
const
|
|
139
|
-
Content:
|
|
140
|
-
Header:
|
|
141
|
-
Footer:
|
|
146
|
+
n
|
|
147
|
+
), children: t }));
|
|
148
|
+
h.displayName = "DialogFooter";
|
|
149
|
+
const Y = Object.assign(V, {
|
|
150
|
+
Content: u,
|
|
151
|
+
Header: d,
|
|
152
|
+
Footer: h,
|
|
142
153
|
Title: g
|
|
143
154
|
});
|
|
144
|
-
|
|
145
|
-
const
|
|
146
|
-
const
|
|
147
|
-
|
|
148
|
-
}, []),
|
|
149
|
-
|
|
150
|
-
}, []),
|
|
155
|
+
Y.displayName = "DialogModal";
|
|
156
|
+
const re = () => {
|
|
157
|
+
const t = F(null), n = x((a) => {
|
|
158
|
+
t.current?.open(a);
|
|
159
|
+
}, []), o = x(() => {
|
|
160
|
+
t.current?.close();
|
|
161
|
+
}, []), s = x(() => t.current?.isOpen ?? !1, []), v = x(() => t.current?.getContext() ?? null, []);
|
|
151
162
|
return {
|
|
152
|
-
ref:
|
|
153
|
-
open:
|
|
154
|
-
close:
|
|
155
|
-
isOpen:
|
|
156
|
-
getContext:
|
|
163
|
+
ref: t,
|
|
164
|
+
open: n,
|
|
165
|
+
close: o,
|
|
166
|
+
isOpen: s,
|
|
167
|
+
getContext: v
|
|
157
168
|
};
|
|
158
169
|
};
|
|
159
170
|
export {
|
|
160
|
-
|
|
161
|
-
|
|
171
|
+
Y as default,
|
|
172
|
+
re as useDialogControl
|
|
162
173
|
};
|
package/dist/Header.es.js
CHANGED
|
@@ -1,34 +1,34 @@
|
|
|
1
|
-
import { j as
|
|
2
|
-
import { c as
|
|
3
|
-
import { motion as
|
|
1
|
+
import { j as s } from "./jsx-runtime-DKDX3adD.js";
|
|
2
|
+
import { c as i } from "./cn-B6yFEsav.js";
|
|
3
|
+
import { motion as o } from "framer-motion";
|
|
4
4
|
import { memo as f } from "react";
|
|
5
|
-
const c = ({ title: e, subtitle: l, children:
|
|
6
|
-
|
|
5
|
+
const c = ({ title: e, subtitle: l, children: m, className: d, subtitleClassName: r, titleClassName: n, mainActionSlot: a, secondarySlot: t }) => /* @__PURE__ */ s.jsxs(
|
|
6
|
+
o.header,
|
|
7
7
|
{
|
|
8
8
|
initial: { opacity: 0, y: -10 },
|
|
9
9
|
animate: { opacity: 1, y: 0 },
|
|
10
10
|
transition: { duration: 0.6, ease: "easeOut" },
|
|
11
|
-
className:
|
|
12
|
-
"flex
|
|
13
|
-
|
|
14
|
-
r
|
|
11
|
+
className: i(
|
|
12
|
+
"flex md:flex-col gap-1 w-full max-w-full",
|
|
13
|
+
d
|
|
15
14
|
),
|
|
16
15
|
children: [
|
|
17
|
-
/* @__PURE__ */
|
|
18
|
-
"
|
|
19
|
-
|
|
20
|
-
), children: [
|
|
21
|
-
i && /* @__PURE__ */ t.jsx("div", { className: "", children: typeof i == "function" ? i() : i }),
|
|
22
|
-
/* @__PURE__ */ t.jsxs("div", { className: a("flex flex-col leading-6 justify-center relative overflow-hidden md:px-2 "), children: [
|
|
23
|
-
l && /* @__PURE__ */ t.jsx("h3", { className: a(" prometeo-fonts-body-medium text-neutral-medium-default line-clamp-1 text-nowrap overflow-hidden text-ellipsis w-full", d), children: l }),
|
|
24
|
-
e && /* @__PURE__ */ t.jsx("h1", { className: a("prometeo-fonts-headline-small text-neutral-strong-default line-clamp-1 text-nowrap overflow-hidden text-ellipsis w-full wrap-break-word", m), children: e })
|
|
25
|
-
] })
|
|
16
|
+
/* @__PURE__ */ s.jsxs("div", { className: "md:w-full min-h-12 md:px-3 flex justify-between", children: [
|
|
17
|
+
a && /* @__PURE__ */ s.jsx("div", { className: "", children: typeof a == "function" ? a() : a }),
|
|
18
|
+
t && /* @__PURE__ */ s.jsx("div", { className: "hidden md:flex", children: typeof t == "function" ? t() : t })
|
|
26
19
|
] }),
|
|
27
|
-
|
|
20
|
+
/* @__PURE__ */ s.jsxs("div", { className: "w-full min-h-12 flex justify-between md:px-6", children: [
|
|
21
|
+
/* @__PURE__ */ s.jsxs("div", { className: i("flex flex-col leading-6 justify-center relative overflow-hidden"), children: [
|
|
22
|
+
l && /* @__PURE__ */ s.jsx("h3", { className: i(" prometeo-fonts-body-small md:prometeo-fonts-body-medium text-neutral-medium-default line-clamp-1 text-nowrap overflow-hidden text-ellipsis w-full", r), children: l }),
|
|
23
|
+
e && /* @__PURE__ */ s.jsx("h1", { className: i("prometeo-fonts-headline-xsmall md:prometeo-fonts-headline-small text-neutral-strong-default line-clamp-1 text-nowrap overflow-hidden text-ellipsis w-full wrap-break-word", n), children: e })
|
|
24
|
+
] }),
|
|
25
|
+
m,
|
|
26
|
+
t && /* @__PURE__ */ s.jsx("div", { className: "md:hidden", children: typeof t == "function" ? t() : t })
|
|
27
|
+
] })
|
|
28
28
|
]
|
|
29
29
|
}
|
|
30
|
-
),
|
|
31
|
-
|
|
30
|
+
), x = f(c, (e, l) => e.title === l.title && e.subtitle === l.subtitle && e.className === l.className && e.subtitleClassName === l.subtitleClassName && e.titleClassName === l.titleClassName && e.mainActionSlot === l.mainActionSlot && e.secondarySlot === l.secondarySlot && e.children === l.children);
|
|
31
|
+
x.displayName = "Header";
|
|
32
32
|
export {
|
|
33
|
-
|
|
33
|
+
x as default
|
|
34
34
|
};
|
package/dist/IconButton.es.js
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
|
-
import { j as
|
|
2
|
-
import { memo as
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import { c as
|
|
6
|
-
|
|
1
|
+
import { j as a } from "./jsx-runtime-DKDX3adD.js";
|
|
2
|
+
import { memo as A, useMemo as M, isValidElement as h } from "react";
|
|
3
|
+
import { i as v } from "./iconUtils-rTOfKDxE.js";
|
|
4
|
+
import T from "./Spinner.es.js";
|
|
5
|
+
import { c as I } from "./index-BOQuZ0gG.js";
|
|
6
|
+
import { c as y } from "./cn-B6yFEsav.js";
|
|
7
|
+
const g = {
|
|
7
8
|
small: {
|
|
8
9
|
container: "w-8 h-8 p-0 rounded-[6px]"
|
|
9
10
|
},
|
|
@@ -100,7 +101,7 @@ const u = {
|
|
|
100
101
|
icon: "text-neutral-medium-focused group-hover:text-neutral-medium-focused group-active:text-neutral-medium-focused"
|
|
101
102
|
}
|
|
102
103
|
}
|
|
103
|
-
},
|
|
104
|
+
}, c = {
|
|
104
105
|
small: {
|
|
105
106
|
container: "",
|
|
106
107
|
icon: ""
|
|
@@ -113,29 +114,29 @@ const u = {
|
|
|
113
114
|
container: "",
|
|
114
115
|
icon: ""
|
|
115
116
|
}
|
|
116
|
-
},
|
|
117
|
+
}, V = {
|
|
117
118
|
container: "flex justify-center items-center gap-1 w-max rounded-lg bg-transparent cursor-pointer transition-all ease-in-out duration-300 relative",
|
|
118
119
|
icon: "w-max transition-all ease-in-out duration-300 flex justify-center items-center"
|
|
119
|
-
},
|
|
120
|
+
}, w = {
|
|
120
121
|
true: {
|
|
121
122
|
container: "hover:scale-105 active:scale-95 disabled:scale-100"
|
|
122
123
|
},
|
|
123
124
|
false: {
|
|
124
125
|
container: ""
|
|
125
126
|
}
|
|
126
|
-
},
|
|
127
|
+
}, j = {
|
|
127
128
|
true: {
|
|
128
129
|
icon: "group-hover:rotate-90 group-active:rotate-0 group-disabled:rotate-0"
|
|
129
130
|
},
|
|
130
131
|
false: {
|
|
131
132
|
icon: ""
|
|
132
133
|
}
|
|
133
|
-
}, q =
|
|
134
|
+
}, q = I(V.container, {
|
|
134
135
|
variants: {
|
|
135
136
|
size: {
|
|
136
|
-
small: `${
|
|
137
|
-
medium: `${
|
|
138
|
-
large: `${
|
|
137
|
+
small: `${c.small.container} ${g.small.container}`,
|
|
138
|
+
medium: `${c.medium.container} ${g.medium.container}`,
|
|
139
|
+
large: `${c.large.container} ${g.large.container}`
|
|
139
140
|
},
|
|
140
141
|
variant: {
|
|
141
142
|
fill: "",
|
|
@@ -151,8 +152,8 @@ const u = {
|
|
|
151
152
|
disabled: ""
|
|
152
153
|
},
|
|
153
154
|
animation: {
|
|
154
|
-
true:
|
|
155
|
-
false:
|
|
155
|
+
true: w.true.container,
|
|
156
|
+
false: w.false.container
|
|
156
157
|
}
|
|
157
158
|
},
|
|
158
159
|
compoundVariants: [
|
|
@@ -181,12 +182,12 @@ const u = {
|
|
|
181
182
|
color: "primary",
|
|
182
183
|
animation: !0
|
|
183
184
|
}
|
|
184
|
-
}),
|
|
185
|
+
}), f = I(V.icon, {
|
|
185
186
|
variants: {
|
|
186
187
|
size: {
|
|
187
|
-
small:
|
|
188
|
-
medium:
|
|
189
|
-
large:
|
|
188
|
+
small: c.small.icon,
|
|
189
|
+
medium: c.medium.icon,
|
|
190
|
+
large: c.large.icon
|
|
190
191
|
},
|
|
191
192
|
variant: {
|
|
192
193
|
fill: "",
|
|
@@ -202,8 +203,8 @@ const u = {
|
|
|
202
203
|
disabled: ""
|
|
203
204
|
},
|
|
204
205
|
animateIcon: {
|
|
205
|
-
true:
|
|
206
|
-
false:
|
|
206
|
+
true: j.true.icon,
|
|
207
|
+
false: j.false.icon
|
|
207
208
|
}
|
|
208
209
|
},
|
|
209
210
|
compoundVariants: [
|
|
@@ -232,75 +233,121 @@ const u = {
|
|
|
232
233
|
color: "primary",
|
|
233
234
|
animateIcon: !0
|
|
234
235
|
}
|
|
235
|
-
}),
|
|
236
|
-
onClick:
|
|
237
|
-
icon:
|
|
238
|
-
contentClassName:
|
|
239
|
-
animate:
|
|
240
|
-
animateIcon:
|
|
241
|
-
isLoading:
|
|
242
|
-
children:
|
|
243
|
-
hideSpinner:
|
|
244
|
-
spinner:
|
|
245
|
-
type:
|
|
246
|
-
className:
|
|
247
|
-
disabled:
|
|
236
|
+
}), D = ({
|
|
237
|
+
onClick: $,
|
|
238
|
+
icon: d,
|
|
239
|
+
contentClassName: p,
|
|
240
|
+
animate: N = !1,
|
|
241
|
+
animateIcon: k = !1,
|
|
242
|
+
isLoading: n = !1,
|
|
243
|
+
children: r,
|
|
244
|
+
hideSpinner: b = !1,
|
|
245
|
+
spinner: x = /* @__PURE__ */ a.jsx(T, { size: "small", variant: "clip", color: "var(--neutral-600)", className: "size-4 " }),
|
|
246
|
+
type: S,
|
|
247
|
+
className: z,
|
|
248
|
+
disabled: m,
|
|
248
249
|
variant: i = "fill",
|
|
249
|
-
form:
|
|
250
|
-
size:
|
|
251
|
-
color:
|
|
250
|
+
form: B,
|
|
251
|
+
size: s = "medium",
|
|
252
|
+
color: C = "primary"
|
|
252
253
|
}) => {
|
|
253
|
-
const
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
if (
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
254
|
+
const u = !!(k && !m && !n), E = !!(N && !m && !n), l = m || n ? "disabled" : C, R = M(() => {
|
|
255
|
+
if (n)
|
|
256
|
+
return /* @__PURE__ */ a.jsx("div", { className: "flex items-center justify-center", children: !b && x });
|
|
257
|
+
let t = null;
|
|
258
|
+
if (console.log(typeof r), r)
|
|
259
|
+
if (h(r))
|
|
260
|
+
v(r.type) ? t = t = /* @__PURE__ */ a.jsx(
|
|
261
|
+
"span",
|
|
262
|
+
{
|
|
263
|
+
className: f({
|
|
264
|
+
size: s,
|
|
265
|
+
variant: i,
|
|
266
|
+
color: l,
|
|
267
|
+
animateIcon: u
|
|
268
|
+
}),
|
|
269
|
+
children: r
|
|
270
|
+
}
|
|
271
|
+
) : t = r;
|
|
272
|
+
else if (typeof r == "function")
|
|
273
|
+
try {
|
|
274
|
+
const o = r();
|
|
275
|
+
h(o) && (v(o.type) ? t = /* @__PURE__ */ a.jsx(
|
|
276
|
+
"span",
|
|
277
|
+
{
|
|
278
|
+
className: f({
|
|
279
|
+
size: s,
|
|
280
|
+
variant: i,
|
|
281
|
+
color: l,
|
|
282
|
+
animateIcon: u
|
|
283
|
+
}),
|
|
284
|
+
children: o
|
|
285
|
+
}
|
|
286
|
+
) : t = o);
|
|
287
|
+
} catch {
|
|
288
|
+
t = null;
|
|
289
|
+
}
|
|
290
|
+
else typeof r == "object" && (v(r) ? t = /* @__PURE__ */ a.jsx(
|
|
291
|
+
"span",
|
|
292
|
+
{
|
|
293
|
+
className: f({
|
|
294
|
+
size: s,
|
|
295
|
+
variant: i,
|
|
296
|
+
color: l,
|
|
297
|
+
animateIcon: u
|
|
298
|
+
}),
|
|
299
|
+
children: r
|
|
300
|
+
}
|
|
301
|
+
) : t = r);
|
|
302
|
+
else if (d && v(d)) {
|
|
303
|
+
const o = d;
|
|
304
|
+
t = /* @__PURE__ */ a.jsx(
|
|
305
|
+
"span",
|
|
306
|
+
{
|
|
307
|
+
className: f({
|
|
308
|
+
size: s,
|
|
309
|
+
variant: i,
|
|
310
|
+
color: l,
|
|
311
|
+
animateIcon: u
|
|
312
|
+
}),
|
|
313
|
+
children: /* @__PURE__ */ a.jsx(o, {})
|
|
314
|
+
}
|
|
315
|
+
);
|
|
316
|
+
}
|
|
317
|
+
return t ? /* @__PURE__ */ a.jsx("div", { className: y("flex items-center justify-center select-none", p), children: t }) : null;
|
|
272
318
|
}, [
|
|
273
|
-
|
|
274
|
-
|
|
319
|
+
p,
|
|
320
|
+
r,
|
|
321
|
+
d,
|
|
275
322
|
i,
|
|
323
|
+
s,
|
|
276
324
|
l,
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
m
|
|
325
|
+
n,
|
|
326
|
+
b,
|
|
327
|
+
x,
|
|
328
|
+
u
|
|
282
329
|
]);
|
|
283
|
-
return /* @__PURE__ */
|
|
330
|
+
return /* @__PURE__ */ a.jsx(
|
|
284
331
|
"button",
|
|
285
332
|
{
|
|
286
|
-
type:
|
|
287
|
-
className:
|
|
333
|
+
type: S,
|
|
334
|
+
className: y(
|
|
288
335
|
"group",
|
|
289
336
|
q({
|
|
290
|
-
size:
|
|
337
|
+
size: s,
|
|
291
338
|
variant: i,
|
|
292
|
-
color:
|
|
293
|
-
animation:
|
|
339
|
+
color: l,
|
|
340
|
+
animation: E
|
|
294
341
|
}),
|
|
295
|
-
|
|
342
|
+
z
|
|
296
343
|
),
|
|
297
|
-
disabled:
|
|
298
|
-
form:
|
|
299
|
-
onClick:
|
|
300
|
-
children: /* @__PURE__ */
|
|
344
|
+
disabled: m || n,
|
|
345
|
+
form: B,
|
|
346
|
+
onClick: $,
|
|
347
|
+
children: /* @__PURE__ */ a.jsx("div", { className: `flex items-center gap-1 ${p}`, children: R })
|
|
301
348
|
}
|
|
302
349
|
);
|
|
303
|
-
},
|
|
350
|
+
}, P = A(D);
|
|
304
351
|
export {
|
|
305
|
-
|
|
352
|
+
P as default
|
|
306
353
|
};
|
package/dist/Icons/Add.es.js
CHANGED