@stackloop/ui 2.0.0 → 2.0.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/README.md +18 -3
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +574 -558
- package/dist/index.js.map +1 -1
- package/dist/ui.css +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,128 +1,128 @@
|
|
|
1
1
|
import { jsxs as d, jsx as r, Fragment as me } from "react/jsx-runtime";
|
|
2
|
-
import Le, { forwardRef as ae, useState as
|
|
2
|
+
import Le, { forwardRef as ae, useState as D, useRef as H, useEffect as Z, createContext as er, useCallback as ze, useContext as rr } from "react";
|
|
3
3
|
import { motion as g, AnimatePresence as Q } from "framer-motion";
|
|
4
|
-
import { Loader2 as tr, Check as Oe, X as $, ChevronDown as Ee, Search as Fe, Calendar as
|
|
4
|
+
import { Loader2 as tr, EyeOff as or, Eye as ar, Check as Oe, X as $, ChevronDown as Ee, Search as Fe, Calendar as sr, ChevronLeft as Pe, ChevronRight as Ge, ArrowUp as nr, ArrowDown as ir, ChevronsUpDown as lr, Plus as cr, WifiOff as ge, Wifi as Te, Info as dr, AlertTriangle as mr, AlertCircle as ur, CheckCircle as pr, Camera as br, Upload as hr, Play as fr, Pause as gr, Mic as yr, Square as xr, Trash2 as wr, Image as vr, FileText as Me } from "lucide-react";
|
|
5
5
|
function Ue(e) {
|
|
6
6
|
var t, a, o = "";
|
|
7
7
|
if (typeof e == "string" || typeof e == "number") o += e;
|
|
8
8
|
else if (typeof e == "object") if (Array.isArray(e)) {
|
|
9
|
-
var
|
|
10
|
-
for (t = 0; t <
|
|
9
|
+
var n = e.length;
|
|
10
|
+
for (t = 0; t < n; t++) e[t] && (a = Ue(e[t])) && (o && (o += " "), o += a);
|
|
11
11
|
} else for (a in e) e[a] && (o && (o += " "), o += a);
|
|
12
12
|
return o;
|
|
13
13
|
}
|
|
14
|
-
function
|
|
15
|
-
for (var e, t, a = 0, o = "",
|
|
14
|
+
function Nr() {
|
|
15
|
+
for (var e, t, a = 0, o = "", n = arguments.length; a < n; a++) (e = arguments[a]) && (t = Ue(e)) && (o && (o += " "), o += t);
|
|
16
16
|
return o;
|
|
17
17
|
}
|
|
18
|
-
const
|
|
18
|
+
const kr = (e, t) => {
|
|
19
19
|
const a = new Array(e.length + t.length);
|
|
20
20
|
for (let o = 0; o < e.length; o++)
|
|
21
21
|
a[o] = e[o];
|
|
22
22
|
for (let o = 0; o < t.length; o++)
|
|
23
23
|
a[e.length + o] = t[o];
|
|
24
24
|
return a;
|
|
25
|
-
},
|
|
25
|
+
}, Cr = (e, t) => ({
|
|
26
26
|
classGroupId: e,
|
|
27
27
|
validator: t
|
|
28
28
|
}), Be = (e = /* @__PURE__ */ new Map(), t = null, a) => ({
|
|
29
29
|
nextPart: e,
|
|
30
30
|
validators: t,
|
|
31
31
|
classGroupId: a
|
|
32
|
-
}), ue = "-", Re = [],
|
|
33
|
-
const t =
|
|
32
|
+
}), ue = "-", Re = [], Sr = "arbitrary..", zr = (e) => {
|
|
33
|
+
const t = Mr(e), {
|
|
34
34
|
conflictingClassGroups: a,
|
|
35
35
|
conflictingClassGroupModifiers: o
|
|
36
36
|
} = e;
|
|
37
37
|
return {
|
|
38
|
-
getClassGroupId: (
|
|
39
|
-
if (
|
|
40
|
-
return
|
|
41
|
-
const c =
|
|
38
|
+
getClassGroupId: (s) => {
|
|
39
|
+
if (s.startsWith("[") && s.endsWith("]"))
|
|
40
|
+
return Tr(s);
|
|
41
|
+
const c = s.split(ue), i = c[0] === "" && c.length > 1 ? 1 : 0;
|
|
42
42
|
return $e(c, i, t);
|
|
43
43
|
},
|
|
44
|
-
getConflictingClassGroupIds: (
|
|
44
|
+
getConflictingClassGroupIds: (s, c) => {
|
|
45
45
|
if (c) {
|
|
46
|
-
const i = o[
|
|
47
|
-
return i ? m ?
|
|
46
|
+
const i = o[s], m = a[s];
|
|
47
|
+
return i ? m ? kr(m, i) : i : m || Re;
|
|
48
48
|
}
|
|
49
|
-
return a[
|
|
49
|
+
return a[s] || Re;
|
|
50
50
|
}
|
|
51
51
|
};
|
|
52
52
|
}, $e = (e, t, a) => {
|
|
53
53
|
if (e.length - t === 0)
|
|
54
54
|
return a.classGroupId;
|
|
55
|
-
const
|
|
55
|
+
const n = e[t], l = a.nextPart.get(n);
|
|
56
56
|
if (l) {
|
|
57
57
|
const m = $e(e, t + 1, l);
|
|
58
58
|
if (m) return m;
|
|
59
59
|
}
|
|
60
|
-
const
|
|
61
|
-
if (
|
|
60
|
+
const s = a.validators;
|
|
61
|
+
if (s === null)
|
|
62
62
|
return;
|
|
63
|
-
const c = t === 0 ? e.join(ue) : e.slice(t).join(ue), i =
|
|
63
|
+
const c = t === 0 ? e.join(ue) : e.slice(t).join(ue), i = s.length;
|
|
64
64
|
for (let m = 0; m < i; m++) {
|
|
65
|
-
const
|
|
66
|
-
if (
|
|
67
|
-
return
|
|
65
|
+
const x = s[m];
|
|
66
|
+
if (x.validator(c))
|
|
67
|
+
return x.classGroupId;
|
|
68
68
|
}
|
|
69
|
-
},
|
|
69
|
+
}, Tr = (e) => e.slice(1, -1).indexOf(":") === -1 ? void 0 : (() => {
|
|
70
70
|
const t = e.slice(1, -1), a = t.indexOf(":"), o = t.slice(0, a);
|
|
71
|
-
return o ?
|
|
72
|
-
})(),
|
|
71
|
+
return o ? Sr + o : void 0;
|
|
72
|
+
})(), Mr = (e) => {
|
|
73
73
|
const {
|
|
74
74
|
theme: t,
|
|
75
75
|
classGroups: a
|
|
76
76
|
} = e;
|
|
77
|
-
return
|
|
78
|
-
},
|
|
77
|
+
return Rr(a, t);
|
|
78
|
+
}, Rr = (e, t) => {
|
|
79
79
|
const a = Be();
|
|
80
80
|
for (const o in e) {
|
|
81
|
-
const
|
|
82
|
-
we(
|
|
81
|
+
const n = e[o];
|
|
82
|
+
we(n, a, o, t);
|
|
83
83
|
}
|
|
84
84
|
return a;
|
|
85
85
|
}, we = (e, t, a, o) => {
|
|
86
|
-
const
|
|
87
|
-
for (let l = 0; l <
|
|
88
|
-
const
|
|
89
|
-
|
|
86
|
+
const n = e.length;
|
|
87
|
+
for (let l = 0; l < n; l++) {
|
|
88
|
+
const s = e[l];
|
|
89
|
+
Ar(s, t, a, o);
|
|
90
90
|
}
|
|
91
|
-
},
|
|
91
|
+
}, Ar = (e, t, a, o) => {
|
|
92
92
|
if (typeof e == "string") {
|
|
93
|
-
|
|
93
|
+
Ir(e, t, a);
|
|
94
94
|
return;
|
|
95
95
|
}
|
|
96
96
|
if (typeof e == "function") {
|
|
97
|
-
|
|
97
|
+
jr(e, t, a, o);
|
|
98
98
|
return;
|
|
99
99
|
}
|
|
100
|
-
|
|
101
|
-
},
|
|
100
|
+
Dr(e, t, a, o);
|
|
101
|
+
}, Ir = (e, t, a) => {
|
|
102
102
|
const o = e === "" ? t : Ve(t, e);
|
|
103
103
|
o.classGroupId = a;
|
|
104
|
-
},
|
|
105
|
-
if (
|
|
104
|
+
}, jr = (e, t, a, o) => {
|
|
105
|
+
if (Lr(e)) {
|
|
106
106
|
we(e(o), t, a, o);
|
|
107
107
|
return;
|
|
108
108
|
}
|
|
109
|
-
t.validators === null && (t.validators = []), t.validators.push(
|
|
110
|
-
},
|
|
111
|
-
const
|
|
112
|
-
for (let
|
|
113
|
-
const [c, i] = s
|
|
109
|
+
t.validators === null && (t.validators = []), t.validators.push(Cr(a, e));
|
|
110
|
+
}, Dr = (e, t, a, o) => {
|
|
111
|
+
const n = Object.entries(e), l = n.length;
|
|
112
|
+
for (let s = 0; s < l; s++) {
|
|
113
|
+
const [c, i] = n[s];
|
|
114
114
|
we(i, Ve(t, c), a, o);
|
|
115
115
|
}
|
|
116
116
|
}, Ve = (e, t) => {
|
|
117
117
|
let a = e;
|
|
118
|
-
const o = t.split(ue),
|
|
119
|
-
for (let l = 0; l <
|
|
120
|
-
const
|
|
121
|
-
let c = a.nextPart.get(
|
|
122
|
-
c || (c = Be(), a.nextPart.set(
|
|
118
|
+
const o = t.split(ue), n = o.length;
|
|
119
|
+
for (let l = 0; l < n; l++) {
|
|
120
|
+
const s = o[l];
|
|
121
|
+
let c = a.nextPart.get(s);
|
|
122
|
+
c || (c = Be(), a.nextPart.set(s, c)), a = c;
|
|
123
123
|
}
|
|
124
124
|
return a;
|
|
125
|
-
},
|
|
125
|
+
}, Lr = (e) => "isThemeGetter" in e && e.isThemeGetter === !0, Or = (e) => {
|
|
126
126
|
if (e < 1)
|
|
127
127
|
return {
|
|
128
128
|
get: () => {
|
|
@@ -131,41 +131,41 @@ const vr = (e, t) => {
|
|
|
131
131
|
}
|
|
132
132
|
};
|
|
133
133
|
let t = 0, a = /* @__PURE__ */ Object.create(null), o = /* @__PURE__ */ Object.create(null);
|
|
134
|
-
const
|
|
135
|
-
a[l] =
|
|
134
|
+
const n = (l, s) => {
|
|
135
|
+
a[l] = s, t++, t > e && (t = 0, o = a, a = /* @__PURE__ */ Object.create(null));
|
|
136
136
|
};
|
|
137
137
|
return {
|
|
138
138
|
get(l) {
|
|
139
|
-
let
|
|
140
|
-
if (
|
|
141
|
-
return
|
|
142
|
-
if ((
|
|
143
|
-
return
|
|
139
|
+
let s = a[l];
|
|
140
|
+
if (s !== void 0)
|
|
141
|
+
return s;
|
|
142
|
+
if ((s = o[l]) !== void 0)
|
|
143
|
+
return n(l, s), s;
|
|
144
144
|
},
|
|
145
|
-
set(l,
|
|
146
|
-
l in a ? a[l] =
|
|
145
|
+
set(l, s) {
|
|
146
|
+
l in a ? a[l] = s : n(l, s);
|
|
147
147
|
}
|
|
148
148
|
};
|
|
149
|
-
}, ye = "!", Ae = ":",
|
|
149
|
+
}, ye = "!", Ae = ":", Er = [], Ie = (e, t, a, o, n) => ({
|
|
150
150
|
modifiers: e,
|
|
151
151
|
hasImportantModifier: t,
|
|
152
152
|
baseClassName: a,
|
|
153
153
|
maybePostfixModifierPosition: o,
|
|
154
|
-
isExternal:
|
|
155
|
-
}),
|
|
154
|
+
isExternal: n
|
|
155
|
+
}), Fr = (e) => {
|
|
156
156
|
const {
|
|
157
157
|
prefix: t,
|
|
158
158
|
experimentalParseClassName: a
|
|
159
159
|
} = e;
|
|
160
|
-
let o = (
|
|
160
|
+
let o = (n) => {
|
|
161
161
|
const l = [];
|
|
162
|
-
let
|
|
163
|
-
const
|
|
164
|
-
for (let w = 0; w <
|
|
165
|
-
const M =
|
|
166
|
-
if (
|
|
162
|
+
let s = 0, c = 0, i = 0, m;
|
|
163
|
+
const x = n.length;
|
|
164
|
+
for (let w = 0; w < x; w++) {
|
|
165
|
+
const M = n[w];
|
|
166
|
+
if (s === 0 && c === 0) {
|
|
167
167
|
if (M === Ae) {
|
|
168
|
-
l.push(
|
|
168
|
+
l.push(n.slice(i, w)), i = w + 1;
|
|
169
169
|
continue;
|
|
170
170
|
}
|
|
171
171
|
if (M === "/") {
|
|
@@ -173,99 +173,99 @@ const vr = (e, t) => {
|
|
|
173
173
|
continue;
|
|
174
174
|
}
|
|
175
175
|
}
|
|
176
|
-
M === "[" ?
|
|
176
|
+
M === "[" ? s++ : M === "]" ? s-- : M === "(" ? c++ : M === ")" && c--;
|
|
177
177
|
}
|
|
178
|
-
const
|
|
179
|
-
let
|
|
180
|
-
|
|
178
|
+
const y = l.length === 0 ? n : n.slice(i);
|
|
179
|
+
let h = y, N = !1;
|
|
180
|
+
y.endsWith(ye) ? (h = y.slice(0, -1), N = !0) : (
|
|
181
181
|
/**
|
|
182
182
|
* In Tailwind CSS v3 the important modifier was at the start of the base class name. This is still supported for legacy reasons.
|
|
183
183
|
* @see https://github.com/dcastil/tailwind-merge/issues/513#issuecomment-2614029864
|
|
184
184
|
*/
|
|
185
|
-
|
|
185
|
+
y.startsWith(ye) && (h = y.slice(1), N = !0)
|
|
186
186
|
);
|
|
187
187
|
const k = m && m > i ? m - i : void 0;
|
|
188
|
-
return Ie(l, N,
|
|
188
|
+
return Ie(l, N, h, k);
|
|
189
189
|
};
|
|
190
190
|
if (t) {
|
|
191
|
-
const
|
|
192
|
-
o = (
|
|
191
|
+
const n = t + Ae, l = o;
|
|
192
|
+
o = (s) => s.startsWith(n) ? l(s.slice(n.length)) : Ie(Er, !1, s, void 0, !0);
|
|
193
193
|
}
|
|
194
194
|
if (a) {
|
|
195
|
-
const
|
|
195
|
+
const n = o;
|
|
196
196
|
o = (l) => a({
|
|
197
197
|
className: l,
|
|
198
|
-
parseClassName:
|
|
198
|
+
parseClassName: n
|
|
199
199
|
});
|
|
200
200
|
}
|
|
201
201
|
return o;
|
|
202
|
-
},
|
|
202
|
+
}, Pr = (e) => {
|
|
203
203
|
const t = /* @__PURE__ */ new Map();
|
|
204
204
|
return e.orderSensitiveModifiers.forEach((a, o) => {
|
|
205
205
|
t.set(a, 1e6 + o);
|
|
206
206
|
}), (a) => {
|
|
207
207
|
const o = [];
|
|
208
|
-
let
|
|
208
|
+
let n = [];
|
|
209
209
|
for (let l = 0; l < a.length; l++) {
|
|
210
|
-
const
|
|
211
|
-
c || i ? (
|
|
210
|
+
const s = a[l], c = s[0] === "[", i = t.has(s);
|
|
211
|
+
c || i ? (n.length > 0 && (n.sort(), o.push(...n), n = []), o.push(s)) : n.push(s);
|
|
212
212
|
}
|
|
213
|
-
return
|
|
213
|
+
return n.length > 0 && (n.sort(), o.push(...n)), o;
|
|
214
214
|
};
|
|
215
|
-
},
|
|
216
|
-
cache:
|
|
217
|
-
parseClassName:
|
|
218
|
-
sortModifiers:
|
|
219
|
-
...
|
|
220
|
-
}),
|
|
215
|
+
}, Gr = (e) => ({
|
|
216
|
+
cache: Or(e.cacheSize),
|
|
217
|
+
parseClassName: Fr(e),
|
|
218
|
+
sortModifiers: Pr(e),
|
|
219
|
+
...zr(e)
|
|
220
|
+
}), Ur = /\s+/, Br = (e, t) => {
|
|
221
221
|
const {
|
|
222
222
|
parseClassName: a,
|
|
223
223
|
getClassGroupId: o,
|
|
224
|
-
getConflictingClassGroupIds:
|
|
224
|
+
getConflictingClassGroupIds: n,
|
|
225
225
|
sortModifiers: l
|
|
226
|
-
} = t,
|
|
226
|
+
} = t, s = [], c = e.trim().split(Ur);
|
|
227
227
|
let i = "";
|
|
228
228
|
for (let m = c.length - 1; m >= 0; m -= 1) {
|
|
229
|
-
const
|
|
230
|
-
isExternal:
|
|
231
|
-
modifiers:
|
|
229
|
+
const x = c[m], {
|
|
230
|
+
isExternal: y,
|
|
231
|
+
modifiers: h,
|
|
232
232
|
hasImportantModifier: N,
|
|
233
233
|
baseClassName: k,
|
|
234
234
|
maybePostfixModifierPosition: w
|
|
235
|
-
} = a(
|
|
236
|
-
if (
|
|
237
|
-
i =
|
|
235
|
+
} = a(x);
|
|
236
|
+
if (y) {
|
|
237
|
+
i = x + (i.length > 0 ? " " + i : i);
|
|
238
238
|
continue;
|
|
239
239
|
}
|
|
240
240
|
let M = !!w, j = o(M ? k.substring(0, w) : k);
|
|
241
241
|
if (!j) {
|
|
242
242
|
if (!M) {
|
|
243
|
-
i =
|
|
243
|
+
i = x + (i.length > 0 ? " " + i : i);
|
|
244
244
|
continue;
|
|
245
245
|
}
|
|
246
246
|
if (j = o(k), !j) {
|
|
247
|
-
i =
|
|
247
|
+
i = x + (i.length > 0 ? " " + i : i);
|
|
248
248
|
continue;
|
|
249
249
|
}
|
|
250
250
|
M = !1;
|
|
251
251
|
}
|
|
252
|
-
const
|
|
253
|
-
if (
|
|
252
|
+
const L = h.length === 0 ? "" : h.length === 1 ? h[0] : l(h).join(":"), T = N ? L + ye : L, F = T + j;
|
|
253
|
+
if (s.indexOf(F) > -1)
|
|
254
254
|
continue;
|
|
255
|
-
|
|
256
|
-
const P =
|
|
255
|
+
s.push(F);
|
|
256
|
+
const P = n(j, M);
|
|
257
257
|
for (let S = 0; S < P.length; ++S) {
|
|
258
|
-
const
|
|
259
|
-
|
|
258
|
+
const O = P[S];
|
|
259
|
+
s.push(T + O);
|
|
260
260
|
}
|
|
261
|
-
i =
|
|
261
|
+
i = x + (i.length > 0 ? " " + i : i);
|
|
262
262
|
}
|
|
263
263
|
return i;
|
|
264
|
-
},
|
|
265
|
-
let t = 0, a, o,
|
|
264
|
+
}, $r = (...e) => {
|
|
265
|
+
let t = 0, a, o, n = "";
|
|
266
266
|
for (; t < e.length; )
|
|
267
|
-
(a = e[t++]) && (o = _e(a)) && (
|
|
268
|
-
return
|
|
267
|
+
(a = e[t++]) && (o = _e(a)) && (n && (n += " "), n += o);
|
|
268
|
+
return n;
|
|
269
269
|
}, _e = (e) => {
|
|
270
270
|
if (typeof e == "string")
|
|
271
271
|
return e;
|
|
@@ -273,35 +273,35 @@ const vr = (e, t) => {
|
|
|
273
273
|
for (let o = 0; o < e.length; o++)
|
|
274
274
|
e[o] && (t = _e(e[o])) && (a && (a += " "), a += t);
|
|
275
275
|
return a;
|
|
276
|
-
},
|
|
277
|
-
let a, o,
|
|
278
|
-
const
|
|
279
|
-
const m = t.reduce((
|
|
280
|
-
return a =
|
|
276
|
+
}, Vr = (e, ...t) => {
|
|
277
|
+
let a, o, n, l;
|
|
278
|
+
const s = (i) => {
|
|
279
|
+
const m = t.reduce((x, y) => y(x), e());
|
|
280
|
+
return a = Gr(m), o = a.cache.get, n = a.cache.set, l = c, c(i);
|
|
281
281
|
}, c = (i) => {
|
|
282
282
|
const m = o(i);
|
|
283
283
|
if (m)
|
|
284
284
|
return m;
|
|
285
|
-
const
|
|
286
|
-
return
|
|
285
|
+
const x = Br(i, a);
|
|
286
|
+
return n(i, x), x;
|
|
287
287
|
};
|
|
288
|
-
return l =
|
|
289
|
-
},
|
|
290
|
-
const t = (a) => a[e] ||
|
|
288
|
+
return l = s, (...i) => l($r(...i));
|
|
289
|
+
}, _r = [], R = (e) => {
|
|
290
|
+
const t = (a) => a[e] || _r;
|
|
291
291
|
return t.isThemeGetter = !0, t;
|
|
292
|
-
}, We = /^\[(?:(\w[\w-]*):)?(.+)\]$/i, Ye = /^\((?:(\w[\w-]*):)?(.+)\)$/i,
|
|
292
|
+
}, We = /^\[(?:(\w[\w-]*):)?(.+)\]$/i, Ye = /^\((?:(\w[\w-]*):)?(.+)\)$/i, Wr = /^\d+\/\d+$/, Yr = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, Hr = /\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|h|i|b|min|max))|\b(calc|min|max|clamp)\(.+\)|^0$/, qr = /^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/, Jr = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, Qr = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, X = (e) => Wr.test(e), z = (e) => !!e && !Number.isNaN(Number(e)), J = (e) => !!e && Number.isInteger(Number(e)), he = (e) => e.endsWith("%") && z(e.slice(0, -1)), Y = (e) => Yr.test(e), Kr = () => !0, Xr = (e) => (
|
|
293
293
|
// `colorFunctionRegex` check is necessary because color functions can have percentages in them which which would be incorrectly classified as lengths.
|
|
294
294
|
// For example, `hsl(0 0% 0%)` would be classified as a length without this check.
|
|
295
295
|
// I could also use lookbehind assertion in `lengthUnitRegex` but that isn't supported widely enough.
|
|
296
|
-
|
|
297
|
-
), He = () => !1,
|
|
296
|
+
Hr.test(e) && !qr.test(e)
|
|
297
|
+
), He = () => !1, Zr = (e) => Jr.test(e), et = (e) => Qr.test(e), rt = (e) => !p(e) && !b(e), tt = (e) => ee(e, Qe, He), p = (e) => We.test(e), K = (e) => ee(e, Ke, Xr), fe = (e) => ee(e, it, z), je = (e) => ee(e, qe, He), ot = (e) => ee(e, Je, et), ce = (e) => ee(e, Xe, Zr), b = (e) => Ye.test(e), oe = (e) => re(e, Ke), at = (e) => re(e, lt), De = (e) => re(e, qe), st = (e) => re(e, Qe), nt = (e) => re(e, Je), de = (e) => re(e, Xe, !0), ee = (e, t, a) => {
|
|
298
298
|
const o = We.exec(e);
|
|
299
299
|
return o ? o[1] ? t(o[1]) : a(o[2]) : !1;
|
|
300
300
|
}, re = (e, t, a = !1) => {
|
|
301
301
|
const o = Ye.exec(e);
|
|
302
302
|
return o ? o[1] ? t(o[1]) : a : !1;
|
|
303
|
-
}, qe = (e) => e === "position" || e === "percentage", Je = (e) => e === "image" || e === "url", Qe = (e) => e === "length" || e === "size" || e === "bg-size", Ke = (e) => e === "length",
|
|
304
|
-
const e = R("color"), t = R("font"), a = R("text"), o = R("font-weight"),
|
|
303
|
+
}, qe = (e) => e === "position" || e === "percentage", Je = (e) => e === "image" || e === "url", Qe = (e) => e === "length" || e === "size" || e === "bg-size", Ke = (e) => e === "length", it = (e) => e === "number", lt = (e) => e === "family-name", Xe = (e) => e === "shadow", ct = () => {
|
|
304
|
+
const e = R("color"), t = R("font"), a = R("text"), o = R("font-weight"), n = R("tracking"), l = R("leading"), s = R("breakpoint"), c = R("container"), i = R("spacing"), m = R("radius"), x = R("shadow"), y = R("inset-shadow"), h = R("text-shadow"), N = R("drop-shadow"), k = R("blur"), w = R("perspective"), M = R("aspect"), j = R("ease"), L = R("animate"), T = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], F = () => [
|
|
305
305
|
"center",
|
|
306
306
|
"top",
|
|
307
307
|
"bottom",
|
|
@@ -319,13 +319,13 @@ const vr = (e, t) => {
|
|
|
319
319
|
"bottom-left",
|
|
320
320
|
// Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
|
|
321
321
|
"left-bottom"
|
|
322
|
-
], P = () => [...F(), b, p], S = () => ["auto", "hidden", "clip", "visible", "scroll"],
|
|
322
|
+
], P = () => [...F(), b, p], S = () => ["auto", "hidden", "clip", "visible", "scroll"], O = () => ["auto", "contain", "none"], f = () => [b, p, i], C = () => [X, "full", "auto", ...f()], A = () => [J, "none", "subgrid", b, p], V = () => ["auto", {
|
|
323
323
|
span: ["full", J, b, p]
|
|
324
|
-
}, J, b, p], _ = () => [J, "auto", b, p], W = () => ["auto", "min", "max", "fr", b, p], te = () => ["start", "end", "center", "between", "around", "evenly", "stretch", "baseline", "center-safe", "end-safe"], q = () => ["start", "end", "center", "stretch", "center-safe", "end-safe"], U = () => ["auto", ...
|
|
324
|
+
}, J, b, p], _ = () => [J, "auto", b, p], W = () => ["auto", "min", "max", "fr", b, p], te = () => ["start", "end", "center", "between", "around", "evenly", "stretch", "baseline", "center-safe", "end-safe"], q = () => ["start", "end", "center", "stretch", "center-safe", "end-safe"], U = () => ["auto", ...f()], G = () => [X, "auto", "full", "dvw", "dvh", "lvw", "lvh", "svw", "svh", "min", "max", "fit", ...f()], v = () => [e, b, p], ve = () => [...F(), De, je, {
|
|
325
325
|
position: [b, p]
|
|
326
326
|
}], Ne = () => ["no-repeat", {
|
|
327
327
|
repeat: ["", "x", "y", "space", "round"]
|
|
328
|
-
}], ke = () => ["auto", "cover", "contain",
|
|
328
|
+
}], ke = () => ["auto", "cover", "contain", st, tt, {
|
|
329
329
|
size: [b, p]
|
|
330
330
|
}], pe = () => [he, oe, K], E = () => [
|
|
331
331
|
// Deprecated since Tailwind CSS v4.0.0
|
|
@@ -335,14 +335,14 @@ const vr = (e, t) => {
|
|
|
335
335
|
m,
|
|
336
336
|
b,
|
|
337
337
|
p
|
|
338
|
-
], B = () => ["", z, oe, K],
|
|
338
|
+
], B = () => ["", z, oe, K], se = () => ["solid", "dashed", "dotted", "double"], Ce = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"], I = () => [z, he, De, je], Se = () => [
|
|
339
339
|
// Deprecated since Tailwind CSS v4.0.0
|
|
340
340
|
"",
|
|
341
341
|
"none",
|
|
342
342
|
k,
|
|
343
343
|
b,
|
|
344
344
|
p
|
|
345
|
-
],
|
|
345
|
+
], ne = () => ["none", z, b, p], ie = () => ["none", z, b, p], be = () => [z, b, p], le = () => [X, "full", ...f()];
|
|
346
346
|
return {
|
|
347
347
|
cacheSize: 500,
|
|
348
348
|
theme: {
|
|
@@ -350,11 +350,11 @@ const vr = (e, t) => {
|
|
|
350
350
|
aspect: ["video"],
|
|
351
351
|
blur: [Y],
|
|
352
352
|
breakpoint: [Y],
|
|
353
|
-
color: [
|
|
353
|
+
color: [Kr],
|
|
354
354
|
container: [Y],
|
|
355
355
|
"drop-shadow": [Y],
|
|
356
356
|
ease: ["in", "out", "in-out"],
|
|
357
|
-
font: [
|
|
357
|
+
font: [rt],
|
|
358
358
|
"font-weight": ["thin", "extralight", "light", "normal", "medium", "semibold", "bold", "extrabold", "black"],
|
|
359
359
|
"inset-shadow": [Y],
|
|
360
360
|
leading: ["none", "tight", "snug", "normal", "relaxed", "loose"],
|
|
@@ -494,21 +494,21 @@ const vr = (e, t) => {
|
|
|
494
494
|
* @see https://tailwindcss.com/docs/overscroll-behavior
|
|
495
495
|
*/
|
|
496
496
|
overscroll: [{
|
|
497
|
-
overscroll:
|
|
497
|
+
overscroll: O()
|
|
498
498
|
}],
|
|
499
499
|
/**
|
|
500
500
|
* Overscroll Behavior X
|
|
501
501
|
* @see https://tailwindcss.com/docs/overscroll-behavior
|
|
502
502
|
*/
|
|
503
503
|
"overscroll-x": [{
|
|
504
|
-
"overscroll-x":
|
|
504
|
+
"overscroll-x": O()
|
|
505
505
|
}],
|
|
506
506
|
/**
|
|
507
507
|
* Overscroll Behavior Y
|
|
508
508
|
* @see https://tailwindcss.com/docs/overscroll-behavior
|
|
509
509
|
*/
|
|
510
510
|
"overscroll-y": [{
|
|
511
|
-
"overscroll-y":
|
|
511
|
+
"overscroll-y": O()
|
|
512
512
|
}],
|
|
513
513
|
/**
|
|
514
514
|
* Position
|
|
@@ -598,7 +598,7 @@ const vr = (e, t) => {
|
|
|
598
598
|
* @see https://tailwindcss.com/docs/flex-basis
|
|
599
599
|
*/
|
|
600
600
|
basis: [{
|
|
601
|
-
basis: [X, "full", "auto", c, ...
|
|
601
|
+
basis: [X, "full", "auto", c, ...f()]
|
|
602
602
|
}],
|
|
603
603
|
/**
|
|
604
604
|
* Flex Direction
|
|
@@ -724,21 +724,21 @@ const vr = (e, t) => {
|
|
|
724
724
|
* @see https://tailwindcss.com/docs/gap
|
|
725
725
|
*/
|
|
726
726
|
gap: [{
|
|
727
|
-
gap:
|
|
727
|
+
gap: f()
|
|
728
728
|
}],
|
|
729
729
|
/**
|
|
730
730
|
* Gap X
|
|
731
731
|
* @see https://tailwindcss.com/docs/gap
|
|
732
732
|
*/
|
|
733
733
|
"gap-x": [{
|
|
734
|
-
"gap-x":
|
|
734
|
+
"gap-x": f()
|
|
735
735
|
}],
|
|
736
736
|
/**
|
|
737
737
|
* Gap Y
|
|
738
738
|
* @see https://tailwindcss.com/docs/gap
|
|
739
739
|
*/
|
|
740
740
|
"gap-y": [{
|
|
741
|
-
"gap-y":
|
|
741
|
+
"gap-y": f()
|
|
742
742
|
}],
|
|
743
743
|
/**
|
|
744
744
|
* Justify Content
|
|
@@ -813,63 +813,63 @@ const vr = (e, t) => {
|
|
|
813
813
|
* @see https://tailwindcss.com/docs/padding
|
|
814
814
|
*/
|
|
815
815
|
p: [{
|
|
816
|
-
p:
|
|
816
|
+
p: f()
|
|
817
817
|
}],
|
|
818
818
|
/**
|
|
819
819
|
* Padding X
|
|
820
820
|
* @see https://tailwindcss.com/docs/padding
|
|
821
821
|
*/
|
|
822
822
|
px: [{
|
|
823
|
-
px:
|
|
823
|
+
px: f()
|
|
824
824
|
}],
|
|
825
825
|
/**
|
|
826
826
|
* Padding Y
|
|
827
827
|
* @see https://tailwindcss.com/docs/padding
|
|
828
828
|
*/
|
|
829
829
|
py: [{
|
|
830
|
-
py:
|
|
830
|
+
py: f()
|
|
831
831
|
}],
|
|
832
832
|
/**
|
|
833
833
|
* Padding Start
|
|
834
834
|
* @see https://tailwindcss.com/docs/padding
|
|
835
835
|
*/
|
|
836
836
|
ps: [{
|
|
837
|
-
ps:
|
|
837
|
+
ps: f()
|
|
838
838
|
}],
|
|
839
839
|
/**
|
|
840
840
|
* Padding End
|
|
841
841
|
* @see https://tailwindcss.com/docs/padding
|
|
842
842
|
*/
|
|
843
843
|
pe: [{
|
|
844
|
-
pe:
|
|
844
|
+
pe: f()
|
|
845
845
|
}],
|
|
846
846
|
/**
|
|
847
847
|
* Padding Top
|
|
848
848
|
* @see https://tailwindcss.com/docs/padding
|
|
849
849
|
*/
|
|
850
850
|
pt: [{
|
|
851
|
-
pt:
|
|
851
|
+
pt: f()
|
|
852
852
|
}],
|
|
853
853
|
/**
|
|
854
854
|
* Padding Right
|
|
855
855
|
* @see https://tailwindcss.com/docs/padding
|
|
856
856
|
*/
|
|
857
857
|
pr: [{
|
|
858
|
-
pr:
|
|
858
|
+
pr: f()
|
|
859
859
|
}],
|
|
860
860
|
/**
|
|
861
861
|
* Padding Bottom
|
|
862
862
|
* @see https://tailwindcss.com/docs/padding
|
|
863
863
|
*/
|
|
864
864
|
pb: [{
|
|
865
|
-
pb:
|
|
865
|
+
pb: f()
|
|
866
866
|
}],
|
|
867
867
|
/**
|
|
868
868
|
* Padding Left
|
|
869
869
|
* @see https://tailwindcss.com/docs/padding
|
|
870
870
|
*/
|
|
871
871
|
pl: [{
|
|
872
|
-
pl:
|
|
872
|
+
pl: f()
|
|
873
873
|
}],
|
|
874
874
|
/**
|
|
875
875
|
* Margin
|
|
@@ -939,7 +939,7 @@ const vr = (e, t) => {
|
|
|
939
939
|
* @see https://tailwindcss.com/docs/margin#adding-space-between-children
|
|
940
940
|
*/
|
|
941
941
|
"space-x": [{
|
|
942
|
-
"space-x":
|
|
942
|
+
"space-x": f()
|
|
943
943
|
}],
|
|
944
944
|
/**
|
|
945
945
|
* Space Between X Reverse
|
|
@@ -951,7 +951,7 @@ const vr = (e, t) => {
|
|
|
951
951
|
* @see https://tailwindcss.com/docs/margin#adding-space-between-children
|
|
952
952
|
*/
|
|
953
953
|
"space-y": [{
|
|
954
|
-
"space-y":
|
|
954
|
+
"space-y": f()
|
|
955
955
|
}],
|
|
956
956
|
/**
|
|
957
957
|
* Space Between Y Reverse
|
|
@@ -1001,7 +1001,7 @@ const vr = (e, t) => {
|
|
|
1001
1001
|
"prose",
|
|
1002
1002
|
/** Deprecated since Tailwind CSS v4.0.0. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
|
|
1003
1003
|
{
|
|
1004
|
-
screen: [
|
|
1004
|
+
screen: [s]
|
|
1005
1005
|
},
|
|
1006
1006
|
...G()
|
|
1007
1007
|
]
|
|
@@ -1066,7 +1066,7 @@ const vr = (e, t) => {
|
|
|
1066
1066
|
* @see https://tailwindcss.com/docs/font-family
|
|
1067
1067
|
*/
|
|
1068
1068
|
"font-family": [{
|
|
1069
|
-
font: [
|
|
1069
|
+
font: [at, p, t]
|
|
1070
1070
|
}],
|
|
1071
1071
|
/**
|
|
1072
1072
|
* Font Variant Numeric
|
|
@@ -1103,7 +1103,7 @@ const vr = (e, t) => {
|
|
|
1103
1103
|
* @see https://tailwindcss.com/docs/letter-spacing
|
|
1104
1104
|
*/
|
|
1105
1105
|
tracking: [{
|
|
1106
|
-
tracking: [
|
|
1106
|
+
tracking: [n, b, p]
|
|
1107
1107
|
}],
|
|
1108
1108
|
/**
|
|
1109
1109
|
* Line Clamp
|
|
@@ -1120,7 +1120,7 @@ const vr = (e, t) => {
|
|
|
1120
1120
|
leading: [
|
|
1121
1121
|
/** Deprecated since Tailwind CSS v4.0.0. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
|
|
1122
1122
|
l,
|
|
1123
|
-
...
|
|
1123
|
+
...f()
|
|
1124
1124
|
]
|
|
1125
1125
|
}],
|
|
1126
1126
|
/**
|
|
@@ -1176,7 +1176,7 @@ const vr = (e, t) => {
|
|
|
1176
1176
|
* @see https://tailwindcss.com/docs/text-decoration-style
|
|
1177
1177
|
*/
|
|
1178
1178
|
"text-decoration-style": [{
|
|
1179
|
-
decoration: [...
|
|
1179
|
+
decoration: [...se(), "wavy"]
|
|
1180
1180
|
}],
|
|
1181
1181
|
/**
|
|
1182
1182
|
* Text Decoration Thickness
|
|
@@ -1221,7 +1221,7 @@ const vr = (e, t) => {
|
|
|
1221
1221
|
* @see https://tailwindcss.com/docs/text-indent
|
|
1222
1222
|
*/
|
|
1223
1223
|
indent: [{
|
|
1224
|
-
indent:
|
|
1224
|
+
indent: f()
|
|
1225
1225
|
}],
|
|
1226
1226
|
/**
|
|
1227
1227
|
* Vertical Alignment
|
|
@@ -1321,7 +1321,7 @@ const vr = (e, t) => {
|
|
|
1321
1321
|
}, J, b, p],
|
|
1322
1322
|
radial: ["", b, p],
|
|
1323
1323
|
conic: [J, b, p]
|
|
1324
|
-
},
|
|
1324
|
+
}, nt, ot]
|
|
1325
1325
|
}],
|
|
1326
1326
|
/**
|
|
1327
1327
|
* Background Color
|
|
@@ -1572,14 +1572,14 @@ const vr = (e, t) => {
|
|
|
1572
1572
|
* @see https://tailwindcss.com/docs/border-style
|
|
1573
1573
|
*/
|
|
1574
1574
|
"border-style": [{
|
|
1575
|
-
border: [...
|
|
1575
|
+
border: [...se(), "hidden", "none"]
|
|
1576
1576
|
}],
|
|
1577
1577
|
/**
|
|
1578
1578
|
* Divide Style
|
|
1579
1579
|
* @see https://tailwindcss.com/docs/border-style#setting-the-divider-style
|
|
1580
1580
|
*/
|
|
1581
1581
|
"divide-style": [{
|
|
1582
|
-
divide: [...
|
|
1582
|
+
divide: [...se(), "hidden", "none"]
|
|
1583
1583
|
}],
|
|
1584
1584
|
/**
|
|
1585
1585
|
* Border Color
|
|
@@ -1656,7 +1656,7 @@ const vr = (e, t) => {
|
|
|
1656
1656
|
* @see https://tailwindcss.com/docs/outline-style
|
|
1657
1657
|
*/
|
|
1658
1658
|
"outline-style": [{
|
|
1659
|
-
outline: [...
|
|
1659
|
+
outline: [...se(), "none", "hidden"]
|
|
1660
1660
|
}],
|
|
1661
1661
|
/**
|
|
1662
1662
|
* Outline Offset
|
|
@@ -1691,7 +1691,7 @@ const vr = (e, t) => {
|
|
|
1691
1691
|
// Deprecated since Tailwind CSS v4.0.0
|
|
1692
1692
|
"",
|
|
1693
1693
|
"none",
|
|
1694
|
-
|
|
1694
|
+
x,
|
|
1695
1695
|
de,
|
|
1696
1696
|
ce
|
|
1697
1697
|
]
|
|
@@ -1708,7 +1708,7 @@ const vr = (e, t) => {
|
|
|
1708
1708
|
* @see https://tailwindcss.com/docs/box-shadow#adding-an-inset-shadow
|
|
1709
1709
|
*/
|
|
1710
1710
|
"inset-shadow": [{
|
|
1711
|
-
"inset-shadow": ["none",
|
|
1711
|
+
"inset-shadow": ["none", y, de, ce]
|
|
1712
1712
|
}],
|
|
1713
1713
|
/**
|
|
1714
1714
|
* Inset Box Shadow Color
|
|
@@ -1775,7 +1775,7 @@ const vr = (e, t) => {
|
|
|
1775
1775
|
* @see https://tailwindcss.com/docs/text-shadow
|
|
1776
1776
|
*/
|
|
1777
1777
|
"text-shadow": [{
|
|
1778
|
-
"text-shadow": ["none",
|
|
1778
|
+
"text-shadow": ["none", h, de, ce]
|
|
1779
1779
|
}],
|
|
1780
1780
|
/**
|
|
1781
1781
|
* Text Shadow Color
|
|
@@ -2185,21 +2185,21 @@ const vr = (e, t) => {
|
|
|
2185
2185
|
* @see https://tailwindcss.com/docs/border-spacing
|
|
2186
2186
|
*/
|
|
2187
2187
|
"border-spacing": [{
|
|
2188
|
-
"border-spacing":
|
|
2188
|
+
"border-spacing": f()
|
|
2189
2189
|
}],
|
|
2190
2190
|
/**
|
|
2191
2191
|
* Border Spacing X
|
|
2192
2192
|
* @see https://tailwindcss.com/docs/border-spacing
|
|
2193
2193
|
*/
|
|
2194
2194
|
"border-spacing-x": [{
|
|
2195
|
-
"border-spacing-x":
|
|
2195
|
+
"border-spacing-x": f()
|
|
2196
2196
|
}],
|
|
2197
2197
|
/**
|
|
2198
2198
|
* Border Spacing Y
|
|
2199
2199
|
* @see https://tailwindcss.com/docs/border-spacing
|
|
2200
2200
|
*/
|
|
2201
2201
|
"border-spacing-y": [{
|
|
2202
|
-
"border-spacing-y":
|
|
2202
|
+
"border-spacing-y": f()
|
|
2203
2203
|
}],
|
|
2204
2204
|
/**
|
|
2205
2205
|
* Table Layout
|
|
@@ -2258,7 +2258,7 @@ const vr = (e, t) => {
|
|
|
2258
2258
|
* @see https://tailwindcss.com/docs/animation
|
|
2259
2259
|
*/
|
|
2260
2260
|
animate: [{
|
|
2261
|
-
animate: ["none",
|
|
2261
|
+
animate: ["none", L, b, p]
|
|
2262
2262
|
}],
|
|
2263
2263
|
// ------------------
|
|
2264
2264
|
// --- Transforms ---
|
|
@@ -2289,28 +2289,28 @@ const vr = (e, t) => {
|
|
|
2289
2289
|
* @see https://tailwindcss.com/docs/rotate
|
|
2290
2290
|
*/
|
|
2291
2291
|
rotate: [{
|
|
2292
|
-
rotate:
|
|
2292
|
+
rotate: ne()
|
|
2293
2293
|
}],
|
|
2294
2294
|
/**
|
|
2295
2295
|
* Rotate X
|
|
2296
2296
|
* @see https://tailwindcss.com/docs/rotate
|
|
2297
2297
|
*/
|
|
2298
2298
|
"rotate-x": [{
|
|
2299
|
-
"rotate-x":
|
|
2299
|
+
"rotate-x": ne()
|
|
2300
2300
|
}],
|
|
2301
2301
|
/**
|
|
2302
2302
|
* Rotate Y
|
|
2303
2303
|
* @see https://tailwindcss.com/docs/rotate
|
|
2304
2304
|
*/
|
|
2305
2305
|
"rotate-y": [{
|
|
2306
|
-
"rotate-y":
|
|
2306
|
+
"rotate-y": ne()
|
|
2307
2307
|
}],
|
|
2308
2308
|
/**
|
|
2309
2309
|
* Rotate Z
|
|
2310
2310
|
* @see https://tailwindcss.com/docs/rotate
|
|
2311
2311
|
*/
|
|
2312
2312
|
"rotate-z": [{
|
|
2313
|
-
"rotate-z":
|
|
2313
|
+
"rotate-z": ne()
|
|
2314
2314
|
}],
|
|
2315
2315
|
/**
|
|
2316
2316
|
* Scale
|
|
@@ -2491,126 +2491,126 @@ const vr = (e, t) => {
|
|
|
2491
2491
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2492
2492
|
*/
|
|
2493
2493
|
"scroll-m": [{
|
|
2494
|
-
"scroll-m":
|
|
2494
|
+
"scroll-m": f()
|
|
2495
2495
|
}],
|
|
2496
2496
|
/**
|
|
2497
2497
|
* Scroll Margin X
|
|
2498
2498
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2499
2499
|
*/
|
|
2500
2500
|
"scroll-mx": [{
|
|
2501
|
-
"scroll-mx":
|
|
2501
|
+
"scroll-mx": f()
|
|
2502
2502
|
}],
|
|
2503
2503
|
/**
|
|
2504
2504
|
* Scroll Margin Y
|
|
2505
2505
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2506
2506
|
*/
|
|
2507
2507
|
"scroll-my": [{
|
|
2508
|
-
"scroll-my":
|
|
2508
|
+
"scroll-my": f()
|
|
2509
2509
|
}],
|
|
2510
2510
|
/**
|
|
2511
2511
|
* Scroll Margin Start
|
|
2512
2512
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2513
2513
|
*/
|
|
2514
2514
|
"scroll-ms": [{
|
|
2515
|
-
"scroll-ms":
|
|
2515
|
+
"scroll-ms": f()
|
|
2516
2516
|
}],
|
|
2517
2517
|
/**
|
|
2518
2518
|
* Scroll Margin End
|
|
2519
2519
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2520
2520
|
*/
|
|
2521
2521
|
"scroll-me": [{
|
|
2522
|
-
"scroll-me":
|
|
2522
|
+
"scroll-me": f()
|
|
2523
2523
|
}],
|
|
2524
2524
|
/**
|
|
2525
2525
|
* Scroll Margin Top
|
|
2526
2526
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2527
2527
|
*/
|
|
2528
2528
|
"scroll-mt": [{
|
|
2529
|
-
"scroll-mt":
|
|
2529
|
+
"scroll-mt": f()
|
|
2530
2530
|
}],
|
|
2531
2531
|
/**
|
|
2532
2532
|
* Scroll Margin Right
|
|
2533
2533
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2534
2534
|
*/
|
|
2535
2535
|
"scroll-mr": [{
|
|
2536
|
-
"scroll-mr":
|
|
2536
|
+
"scroll-mr": f()
|
|
2537
2537
|
}],
|
|
2538
2538
|
/**
|
|
2539
2539
|
* Scroll Margin Bottom
|
|
2540
2540
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2541
2541
|
*/
|
|
2542
2542
|
"scroll-mb": [{
|
|
2543
|
-
"scroll-mb":
|
|
2543
|
+
"scroll-mb": f()
|
|
2544
2544
|
}],
|
|
2545
2545
|
/**
|
|
2546
2546
|
* Scroll Margin Left
|
|
2547
2547
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2548
2548
|
*/
|
|
2549
2549
|
"scroll-ml": [{
|
|
2550
|
-
"scroll-ml":
|
|
2550
|
+
"scroll-ml": f()
|
|
2551
2551
|
}],
|
|
2552
2552
|
/**
|
|
2553
2553
|
* Scroll Padding
|
|
2554
2554
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2555
2555
|
*/
|
|
2556
2556
|
"scroll-p": [{
|
|
2557
|
-
"scroll-p":
|
|
2557
|
+
"scroll-p": f()
|
|
2558
2558
|
}],
|
|
2559
2559
|
/**
|
|
2560
2560
|
* Scroll Padding X
|
|
2561
2561
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2562
2562
|
*/
|
|
2563
2563
|
"scroll-px": [{
|
|
2564
|
-
"scroll-px":
|
|
2564
|
+
"scroll-px": f()
|
|
2565
2565
|
}],
|
|
2566
2566
|
/**
|
|
2567
2567
|
* Scroll Padding Y
|
|
2568
2568
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2569
2569
|
*/
|
|
2570
2570
|
"scroll-py": [{
|
|
2571
|
-
"scroll-py":
|
|
2571
|
+
"scroll-py": f()
|
|
2572
2572
|
}],
|
|
2573
2573
|
/**
|
|
2574
2574
|
* Scroll Padding Start
|
|
2575
2575
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2576
2576
|
*/
|
|
2577
2577
|
"scroll-ps": [{
|
|
2578
|
-
"scroll-ps":
|
|
2578
|
+
"scroll-ps": f()
|
|
2579
2579
|
}],
|
|
2580
2580
|
/**
|
|
2581
2581
|
* Scroll Padding End
|
|
2582
2582
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2583
2583
|
*/
|
|
2584
2584
|
"scroll-pe": [{
|
|
2585
|
-
"scroll-pe":
|
|
2585
|
+
"scroll-pe": f()
|
|
2586
2586
|
}],
|
|
2587
2587
|
/**
|
|
2588
2588
|
* Scroll Padding Top
|
|
2589
2589
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2590
2590
|
*/
|
|
2591
2591
|
"scroll-pt": [{
|
|
2592
|
-
"scroll-pt":
|
|
2592
|
+
"scroll-pt": f()
|
|
2593
2593
|
}],
|
|
2594
2594
|
/**
|
|
2595
2595
|
* Scroll Padding Right
|
|
2596
2596
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2597
2597
|
*/
|
|
2598
2598
|
"scroll-pr": [{
|
|
2599
|
-
"scroll-pr":
|
|
2599
|
+
"scroll-pr": f()
|
|
2600
2600
|
}],
|
|
2601
2601
|
/**
|
|
2602
2602
|
* Scroll Padding Bottom
|
|
2603
2603
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2604
2604
|
*/
|
|
2605
2605
|
"scroll-pb": [{
|
|
2606
|
-
"scroll-pb":
|
|
2606
|
+
"scroll-pb": f()
|
|
2607
2607
|
}],
|
|
2608
2608
|
/**
|
|
2609
2609
|
* Scroll Padding Left
|
|
2610
2610
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2611
2611
|
*/
|
|
2612
2612
|
"scroll-pl": [{
|
|
2613
|
-
"scroll-pl":
|
|
2613
|
+
"scroll-pl": f()
|
|
2614
2614
|
}],
|
|
2615
2615
|
/**
|
|
2616
2616
|
* Scroll Snap Align
|
|
@@ -2770,19 +2770,19 @@ const vr = (e, t) => {
|
|
|
2770
2770
|
},
|
|
2771
2771
|
orderSensitiveModifiers: ["*", "**", "after", "backdrop", "before", "details-content", "file", "first-letter", "first-line", "marker", "placeholder", "selection"]
|
|
2772
2772
|
};
|
|
2773
|
-
},
|
|
2773
|
+
}, dt = /* @__PURE__ */ Vr(ct);
|
|
2774
2774
|
function u(...e) {
|
|
2775
|
-
return
|
|
2775
|
+
return dt(Nr(e));
|
|
2776
2776
|
}
|
|
2777
2777
|
const xe = Le.forwardRef(
|
|
2778
|
-
({ variant: e = "primary", size: t = "md", loading: a, icon: o, className:
|
|
2779
|
-
const m = "inline-flex items-center justify-center gap-2 font-medium rounded-md transition-all duration-200 touch-target disabled:opacity-50 disabled:cursor-not-allowed active:scale-[0.98]",
|
|
2778
|
+
({ variant: e = "primary", size: t = "md", loading: a, icon: o, className: n, children: l, disabled: s, ...c }, i) => {
|
|
2779
|
+
const m = "inline-flex items-center justify-center gap-2 font-medium rounded-md transition-all duration-200 touch-target disabled:opacity-50 disabled:cursor-not-allowed active:scale-[0.98]", x = {
|
|
2780
2780
|
primary: "bg-primary text-white hover:bg-primary-dark active:bg-primary-dark/90 shadow-sm",
|
|
2781
2781
|
secondary: "bg-secondary text-foreground hover:bg-border active:bg-border-dark",
|
|
2782
2782
|
outline: "bg-transparent text-primary border-2 border-primary hover:bg-secondary active:bg-border",
|
|
2783
2783
|
ghost: "bg-transparent text-primary hover:bg-secondary active:bg-border",
|
|
2784
2784
|
danger: "bg-error text-white hover:bg-red-600 active:bg-red-700 shadow-sm"
|
|
2785
|
-
},
|
|
2785
|
+
}, y = {
|
|
2786
2786
|
sm: "px-3 py-2 text-sm min-h-[2.25rem]",
|
|
2787
2787
|
md: "px-4 py-2.5 text-base min-h-[2.75rem]",
|
|
2788
2788
|
lg: "px-6 py-3.5 text-lg min-h-[3.25rem]"
|
|
@@ -2791,9 +2791,9 @@ const xe = Le.forwardRef(
|
|
|
2791
2791
|
g.button,
|
|
2792
2792
|
{
|
|
2793
2793
|
ref: i,
|
|
2794
|
-
whileTap: { scale:
|
|
2795
|
-
className: u(m,
|
|
2796
|
-
disabled:
|
|
2794
|
+
whileTap: { scale: s || a ? 1 : 0.98 },
|
|
2795
|
+
className: u(m, x[e], y[t], n),
|
|
2796
|
+
disabled: s || a,
|
|
2797
2797
|
...c,
|
|
2798
2798
|
children: [
|
|
2799
2799
|
a ? /* @__PURE__ */ r(tr, { className: "h-5 w-5 animate-spin" }) : o ? /* @__PURE__ */ r("span", { className: "flex-shrink-0", children: o }) : null,
|
|
@@ -2804,50 +2804,66 @@ const xe = Le.forwardRef(
|
|
|
2804
2804
|
}
|
|
2805
2805
|
);
|
|
2806
2806
|
xe.displayName = "Button";
|
|
2807
|
-
const
|
|
2808
|
-
({ label: e, error: t, hint: a, leftIcon: o, rightIcon:
|
|
2809
|
-
|
|
2810
|
-
|
|
2811
|
-
|
|
2812
|
-
|
|
2813
|
-
|
|
2814
|
-
|
|
2815
|
-
/* @__PURE__ */
|
|
2816
|
-
"
|
|
2807
|
+
const mt = ae(
|
|
2808
|
+
({ label: e, error: t, hint: a, leftIcon: o, rightIcon: n, className: l, type: s, ...c }, i) => {
|
|
2809
|
+
const [m, x] = D(!1), y = s === "password", h = y && m ? "text" : s;
|
|
2810
|
+
return /* @__PURE__ */ d("div", { className: "w-full space-y-1.5", children: [
|
|
2811
|
+
e && /* @__PURE__ */ d("label", { className: "block text-sm font-medium text-foreground", children: [
|
|
2812
|
+
e,
|
|
2813
|
+
c.required && /* @__PURE__ */ r("span", { className: "text-error ml-1", children: "*" })
|
|
2814
|
+
] }),
|
|
2815
|
+
/* @__PURE__ */ d("div", { className: "relative", children: [
|
|
2816
|
+
o && /* @__PURE__ */ r("div", { className: "absolute left-3.5 top-1/2 -translate-y-1/2 flex items-center pointer-events-none text-primary", children: o }),
|
|
2817
|
+
/* @__PURE__ */ r(
|
|
2818
|
+
"input",
|
|
2819
|
+
{
|
|
2820
|
+
ref: i,
|
|
2821
|
+
type: h,
|
|
2822
|
+
className: u(
|
|
2823
|
+
"w-full px-4 py-3 rounded-md border transition-all duration-200",
|
|
2824
|
+
"bg-background text-foreground placeholder:text-foreground/50",
|
|
2825
|
+
"focus:outline-none focus:ring-2 focus:ring-primary focus:border-transparent",
|
|
2826
|
+
"disabled:bg-secondary disabled:cursor-not-allowed",
|
|
2827
|
+
"touch-target text-base",
|
|
2828
|
+
t && "border-error focus:ring-error",
|
|
2829
|
+
!t && "border-border",
|
|
2830
|
+
o && "pl-11",
|
|
2831
|
+
(n || y) && "pr-11",
|
|
2832
|
+
l
|
|
2833
|
+
),
|
|
2834
|
+
...c
|
|
2835
|
+
}
|
|
2836
|
+
),
|
|
2837
|
+
y && /* @__PURE__ */ r(
|
|
2838
|
+
g.button,
|
|
2839
|
+
{
|
|
2840
|
+
type: "button",
|
|
2841
|
+
onClick: () => x(!m),
|
|
2842
|
+
className: "absolute right-3.5 top-1/2 -translate-y-1/2 flex items-center text-primary hover:text-primary-dark transition-colors",
|
|
2843
|
+
"aria-label": m ? "Hide password" : "Show password",
|
|
2844
|
+
whileTap: { scale: 0.9 },
|
|
2845
|
+
transition: { duration: 0.1 },
|
|
2846
|
+
children: m ? /* @__PURE__ */ r(or, { className: "w-5 h-5" }) : /* @__PURE__ */ r(ar, { className: "w-5 h-5" })
|
|
2847
|
+
}
|
|
2848
|
+
),
|
|
2849
|
+
n && !y && /* @__PURE__ */ r("div", { className: "absolute right-3.5 top-1/2 -translate-y-1/2 flex items-center pointer-events-none text-primary", children: n })
|
|
2850
|
+
] }),
|
|
2851
|
+
t && /* @__PURE__ */ r(
|
|
2852
|
+
g.p,
|
|
2817
2853
|
{
|
|
2818
|
-
|
|
2819
|
-
|
|
2820
|
-
|
|
2821
|
-
|
|
2822
|
-
"focus:outline-none focus:ring-2 focus:ring-primary focus:border-transparent",
|
|
2823
|
-
"disabled:bg-secondary disabled:cursor-not-allowed",
|
|
2824
|
-
"touch-target text-base",
|
|
2825
|
-
t && "border-error focus:ring-error",
|
|
2826
|
-
!t && "border-border",
|
|
2827
|
-
o && "pl-11",
|
|
2828
|
-
s && "pr-11",
|
|
2829
|
-
l
|
|
2830
|
-
),
|
|
2831
|
-
...n
|
|
2854
|
+
initial: { opacity: 0, y: -5 },
|
|
2855
|
+
animate: { opacity: 1, y: 0 },
|
|
2856
|
+
className: "text-sm text-error",
|
|
2857
|
+
children: t
|
|
2832
2858
|
}
|
|
2833
2859
|
),
|
|
2834
|
-
|
|
2835
|
-
] })
|
|
2836
|
-
|
|
2837
|
-
g.p,
|
|
2838
|
-
{
|
|
2839
|
-
initial: { opacity: 0, y: -5 },
|
|
2840
|
-
animate: { opacity: 1, y: 0 },
|
|
2841
|
-
className: "text-sm text-error",
|
|
2842
|
-
children: t
|
|
2843
|
-
}
|
|
2844
|
-
),
|
|
2845
|
-
a && !t && /* @__PURE__ */ r("p", { className: "text-sm text-primary/70", children: a })
|
|
2846
|
-
] })
|
|
2860
|
+
a && !t && /* @__PURE__ */ r("p", { className: "text-sm text-primary/70", children: a })
|
|
2861
|
+
] });
|
|
2862
|
+
}
|
|
2847
2863
|
);
|
|
2848
|
-
|
|
2849
|
-
const
|
|
2850
|
-
({ label: e, error: t, helperText: a, className: o, required:
|
|
2864
|
+
mt.displayName = "Input";
|
|
2865
|
+
const ut = ae(
|
|
2866
|
+
({ label: e, error: t, helperText: a, className: o, required: n, ...l }, s) => /* @__PURE__ */ d(
|
|
2851
2867
|
g.div,
|
|
2852
2868
|
{
|
|
2853
2869
|
initial: { opacity: 0, y: 10 },
|
|
@@ -2857,12 +2873,12 @@ const dt = ae(
|
|
|
2857
2873
|
children: [
|
|
2858
2874
|
e && /* @__PURE__ */ d("label", { className: "block text-sm font-medium text-foreground mb-1.5", children: [
|
|
2859
2875
|
e,
|
|
2860
|
-
|
|
2876
|
+
n && /* @__PURE__ */ r("span", { className: "text-error ml-1", children: "*" })
|
|
2861
2877
|
] }),
|
|
2862
2878
|
/* @__PURE__ */ r(
|
|
2863
2879
|
"textarea",
|
|
2864
2880
|
{
|
|
2865
|
-
ref:
|
|
2881
|
+
ref: s,
|
|
2866
2882
|
className: u(
|
|
2867
2883
|
"w-full px-4 py-3 bg-background border border-border rounded-md",
|
|
2868
2884
|
"text-foreground placeholder:text-foreground/50",
|
|
@@ -2890,10 +2906,10 @@ const dt = ae(
|
|
|
2890
2906
|
}
|
|
2891
2907
|
)
|
|
2892
2908
|
);
|
|
2893
|
-
|
|
2894
|
-
const
|
|
2895
|
-
({ label: e, description: t, className: a, checked: o, defaultChecked:
|
|
2896
|
-
const [i, m] =
|
|
2909
|
+
ut.displayName = "Textarea";
|
|
2910
|
+
const pt = ae(
|
|
2911
|
+
({ label: e, description: t, className: a, checked: o, defaultChecked: n, onChange: l, ...s }, c) => {
|
|
2912
|
+
const [i, m] = D(n || !1), x = o !== void 0 ? o : i;
|
|
2897
2913
|
return /* @__PURE__ */ d("label", { className: "flex items-start gap-3 cursor-pointer group", children: [
|
|
2898
2914
|
/* @__PURE__ */ d("div", { className: "relative flex-shrink-0 mt-0.5", children: [
|
|
2899
2915
|
/* @__PURE__ */ r(
|
|
@@ -2902,11 +2918,11 @@ const mt = ae(
|
|
|
2902
2918
|
ref: c,
|
|
2903
2919
|
type: "checkbox",
|
|
2904
2920
|
className: "sr-only peer",
|
|
2905
|
-
checked:
|
|
2906
|
-
onChange: (
|
|
2907
|
-
o === void 0 && m(
|
|
2921
|
+
checked: x,
|
|
2922
|
+
onChange: (h) => {
|
|
2923
|
+
o === void 0 && m(h.target.checked), l?.(h.target.checked);
|
|
2908
2924
|
},
|
|
2909
|
-
...
|
|
2925
|
+
...s
|
|
2910
2926
|
}
|
|
2911
2927
|
),
|
|
2912
2928
|
/* @__PURE__ */ r(
|
|
@@ -2917,13 +2933,13 @@ const mt = ae(
|
|
|
2917
2933
|
"peer-focus:ring-2 peer-focus:ring-primary peer-focus:ring-offset-2",
|
|
2918
2934
|
"peer-disabled:opacity-50 peer-disabled:cursor-not-allowed",
|
|
2919
2935
|
"flex items-center justify-center",
|
|
2920
|
-
|
|
2936
|
+
x ? "bg-primary border-primary" : "border-border bg-background",
|
|
2921
2937
|
a
|
|
2922
2938
|
),
|
|
2923
2939
|
whileTap: { scale: 0.95 },
|
|
2924
2940
|
children: /* @__PURE__ */ r(Oe, { className: u(
|
|
2925
2941
|
"w-4 h-4 text-white transition-opacity duration-200",
|
|
2926
|
-
|
|
2942
|
+
x ? "opacity-100" : "opacity-0"
|
|
2927
2943
|
) })
|
|
2928
2944
|
}
|
|
2929
2945
|
)
|
|
@@ -2935,33 +2951,33 @@ const mt = ae(
|
|
|
2935
2951
|
] });
|
|
2936
2952
|
}
|
|
2937
2953
|
);
|
|
2938
|
-
|
|
2939
|
-
const
|
|
2954
|
+
pt.displayName = "Checkbox";
|
|
2955
|
+
const Rt = ({
|
|
2940
2956
|
options: e,
|
|
2941
2957
|
value: t,
|
|
2942
2958
|
onChange: a,
|
|
2943
2959
|
name: o,
|
|
2944
|
-
disabled:
|
|
2960
|
+
disabled: n,
|
|
2945
2961
|
className: l
|
|
2946
|
-
}) => /* @__PURE__ */ r("div", { className: u("flex flex-wrap gap-2", l), children: e.map((
|
|
2947
|
-
const c = t ===
|
|
2962
|
+
}) => /* @__PURE__ */ r("div", { className: u("flex flex-wrap gap-2", l), children: e.map((s) => {
|
|
2963
|
+
const c = t === s.value;
|
|
2948
2964
|
return /* @__PURE__ */ d("label", { className: "relative cursor-pointer", children: [
|
|
2949
2965
|
/* @__PURE__ */ r(
|
|
2950
2966
|
"input",
|
|
2951
2967
|
{
|
|
2952
2968
|
type: "radio",
|
|
2953
2969
|
name: o,
|
|
2954
|
-
value:
|
|
2970
|
+
value: s.value,
|
|
2955
2971
|
checked: c,
|
|
2956
2972
|
onChange: (i) => a?.(i.target.value),
|
|
2957
|
-
disabled:
|
|
2973
|
+
disabled: n,
|
|
2958
2974
|
className: "sr-only peer"
|
|
2959
2975
|
}
|
|
2960
2976
|
),
|
|
2961
2977
|
/* @__PURE__ */ d(
|
|
2962
2978
|
g.div,
|
|
2963
2979
|
{
|
|
2964
|
-
whileTap: { scale:
|
|
2980
|
+
whileTap: { scale: n ? 1 : 0.95 },
|
|
2965
2981
|
className: u(
|
|
2966
2982
|
"px-4 py-2.5 rounded-full border-2 transition-all duration-200",
|
|
2967
2983
|
"flex items-center gap-2 min-h-[2.75rem]",
|
|
@@ -2970,14 +2986,14 @@ const Tt = ({
|
|
|
2970
2986
|
c ? "bg-primary border-primary text-white" : "bg-background border-border text-primary hover:border-border-dark"
|
|
2971
2987
|
),
|
|
2972
2988
|
children: [
|
|
2973
|
-
|
|
2974
|
-
/* @__PURE__ */ r("span", { className: "font-medium text-base", children:
|
|
2989
|
+
s.icon && /* @__PURE__ */ r("span", { className: "flex-shrink-0", children: s.icon }),
|
|
2990
|
+
/* @__PURE__ */ r("span", { className: "font-medium text-base", children: s.label })
|
|
2975
2991
|
]
|
|
2976
2992
|
}
|
|
2977
2993
|
)
|
|
2978
|
-
] },
|
|
2979
|
-
}) }),
|
|
2980
|
-
({ label: e, description: t, className: a, checked: o, onChange:
|
|
2994
|
+
] }, s.value);
|
|
2995
|
+
}) }), bt = ae(
|
|
2996
|
+
({ label: e, description: t, className: a, checked: o, onChange: n, ...l }, s) => /* @__PURE__ */ d("label", { className: "flex items-center justify-between gap-4 cursor-pointer group", children: [
|
|
2981
2997
|
(e || t) && /* @__PURE__ */ d("div", { className: "flex-1 space-y-0.5", children: [
|
|
2982
2998
|
e && /* @__PURE__ */ r("div", { className: "text-base font-medium text-foreground", children: e }),
|
|
2983
2999
|
t && /* @__PURE__ */ r("div", { className: "text-sm text-primary/70", children: t })
|
|
@@ -2986,10 +3002,10 @@ const Tt = ({
|
|
|
2986
3002
|
/* @__PURE__ */ r(
|
|
2987
3003
|
"input",
|
|
2988
3004
|
{
|
|
2989
|
-
ref:
|
|
3005
|
+
ref: s,
|
|
2990
3006
|
type: "checkbox",
|
|
2991
3007
|
onChange: (i) => {
|
|
2992
|
-
|
|
3008
|
+
n?.(i.target.checked);
|
|
2993
3009
|
},
|
|
2994
3010
|
className: "sr-only peer",
|
|
2995
3011
|
checked: o,
|
|
@@ -3019,24 +3035,24 @@ const Tt = ({
|
|
|
3019
3035
|
] })
|
|
3020
3036
|
] })
|
|
3021
3037
|
);
|
|
3022
|
-
|
|
3023
|
-
const
|
|
3038
|
+
bt.displayName = "Toggle";
|
|
3039
|
+
const At = ({
|
|
3024
3040
|
value: e,
|
|
3025
3041
|
onChange: t,
|
|
3026
3042
|
min: a = 0,
|
|
3027
3043
|
max: o = 100,
|
|
3028
|
-
step:
|
|
3044
|
+
step: n = 1,
|
|
3029
3045
|
label: l,
|
|
3030
|
-
showValue:
|
|
3046
|
+
showValue: s = !0,
|
|
3031
3047
|
unit: c = "%",
|
|
3032
3048
|
disabled: i,
|
|
3033
3049
|
className: m
|
|
3034
3050
|
}) => {
|
|
3035
|
-
const [
|
|
3051
|
+
const [x, y] = D(!1), h = (e - a) / (o - a) * 100;
|
|
3036
3052
|
return /* @__PURE__ */ d("div", { className: u("w-full space-y-2", m), children: [
|
|
3037
|
-
(l ||
|
|
3053
|
+
(l || s) && /* @__PURE__ */ d("div", { className: "flex items-center justify-between", children: [
|
|
3038
3054
|
l && /* @__PURE__ */ r("label", { className: "text-sm font-medium text-primary", children: l }),
|
|
3039
|
-
|
|
3055
|
+
s && /* @__PURE__ */ d("span", { className: "text-sm font-semibold text-primary", children: [
|
|
3040
3056
|
e,
|
|
3041
3057
|
c
|
|
3042
3058
|
] })
|
|
@@ -3046,9 +3062,9 @@ const Mt = ({
|
|
|
3046
3062
|
g.div,
|
|
3047
3063
|
{
|
|
3048
3064
|
className: "absolute left-0 top-0 h-full bg-primary rounded-full",
|
|
3049
|
-
style: { width: `${
|
|
3065
|
+
style: { width: `${h}%` },
|
|
3050
3066
|
initial: !1,
|
|
3051
|
-
animate: { width: `${
|
|
3067
|
+
animate: { width: `${h}%` },
|
|
3052
3068
|
transition: { type: "spring", stiffness: 300, damping: 30 }
|
|
3053
3069
|
}
|
|
3054
3070
|
) }),
|
|
@@ -3058,13 +3074,13 @@ const Mt = ({
|
|
|
3058
3074
|
type: "range",
|
|
3059
3075
|
min: a,
|
|
3060
3076
|
max: o,
|
|
3061
|
-
step:
|
|
3077
|
+
step: n,
|
|
3062
3078
|
value: e,
|
|
3063
3079
|
onChange: (N) => t(Number(N.target.value)),
|
|
3064
|
-
onMouseDown: () =>
|
|
3065
|
-
onMouseUp: () =>
|
|
3066
|
-
onTouchStart: () =>
|
|
3067
|
-
onTouchEnd: () =>
|
|
3080
|
+
onMouseDown: () => y(!0),
|
|
3081
|
+
onMouseUp: () => y(!1),
|
|
3082
|
+
onTouchStart: () => y(!0),
|
|
3083
|
+
onTouchEnd: () => y(!1),
|
|
3068
3084
|
disabled: i,
|
|
3069
3085
|
className: "absolute inset-0 w-full h-full opacity-0 cursor-pointer disabled:cursor-not-allowed",
|
|
3070
3086
|
style: { zIndex: 10 }
|
|
@@ -3078,31 +3094,31 @@ const Mt = ({
|
|
|
3078
3094
|
"pointer-events-none",
|
|
3079
3095
|
i && "opacity-50"
|
|
3080
3096
|
),
|
|
3081
|
-
style: { left: `calc(${
|
|
3082
|
-
animate: { scale:
|
|
3097
|
+
style: { left: `calc(${h}% - 12px)` },
|
|
3098
|
+
animate: { scale: x ? 1.2 : 1 },
|
|
3083
3099
|
transition: { type: "spring", stiffness: 300, damping: 20 }
|
|
3084
3100
|
}
|
|
3085
3101
|
)
|
|
3086
3102
|
] })
|
|
3087
3103
|
] });
|
|
3088
|
-
},
|
|
3104
|
+
}, It = ({
|
|
3089
3105
|
value1: e,
|
|
3090
3106
|
value2: t,
|
|
3091
3107
|
onChange: a,
|
|
3092
3108
|
label1: o,
|
|
3093
|
-
label2:
|
|
3109
|
+
label2: n,
|
|
3094
3110
|
min: l = 0,
|
|
3095
|
-
max:
|
|
3111
|
+
max: s = 100,
|
|
3096
3112
|
step: c = 1,
|
|
3097
3113
|
unit: i = "%",
|
|
3098
3114
|
disabled: m,
|
|
3099
|
-
className:
|
|
3115
|
+
className: x
|
|
3100
3116
|
}) => {
|
|
3101
|
-
const
|
|
3102
|
-
const M =
|
|
3103
|
-
a(w, Math.max(l, Math.min(
|
|
3117
|
+
const y = e + t, h = y > 0 ? e / y * 100 : 50, N = y > 0 ? t / y * 100 : 50, k = (w) => {
|
|
3118
|
+
const M = s - w;
|
|
3119
|
+
a(w, Math.max(l, Math.min(s, M)));
|
|
3104
3120
|
};
|
|
3105
|
-
return /* @__PURE__ */ d("div", { className: u("w-full space-y-3",
|
|
3121
|
+
return /* @__PURE__ */ d("div", { className: u("w-full space-y-3", x), children: [
|
|
3106
3122
|
/* @__PURE__ */ d("div", { className: "space-y-2", children: [
|
|
3107
3123
|
/* @__PURE__ */ d("div", { className: "flex items-center justify-between", children: [
|
|
3108
3124
|
/* @__PURE__ */ r("label", { className: "text-sm font-medium text-primary", children: o }),
|
|
@@ -3117,7 +3133,7 @@ const Mt = ({
|
|
|
3117
3133
|
{
|
|
3118
3134
|
className: "h-full bg-primary",
|
|
3119
3135
|
initial: !1,
|
|
3120
|
-
animate: { width: `${
|
|
3136
|
+
animate: { width: `${h}%` },
|
|
3121
3137
|
transition: { type: "spring", stiffness: 300, damping: 30 }
|
|
3122
3138
|
}
|
|
3123
3139
|
) }),
|
|
@@ -3126,7 +3142,7 @@ const Mt = ({
|
|
|
3126
3142
|
{
|
|
3127
3143
|
type: "range",
|
|
3128
3144
|
min: l,
|
|
3129
|
-
max:
|
|
3145
|
+
max: s,
|
|
3130
3146
|
step: c,
|
|
3131
3147
|
value: e,
|
|
3132
3148
|
onChange: (w) => k(Number(w.target.value)),
|
|
@@ -3138,7 +3154,7 @@ const Mt = ({
|
|
|
3138
3154
|
] }),
|
|
3139
3155
|
/* @__PURE__ */ d("div", { className: "space-y-2", children: [
|
|
3140
3156
|
/* @__PURE__ */ d("div", { className: "flex items-center justify-between", children: [
|
|
3141
|
-
/* @__PURE__ */ r("label", { className: "text-sm font-medium text-primary", children:
|
|
3157
|
+
/* @__PURE__ */ r("label", { className: "text-sm font-medium text-primary", children: n }),
|
|
3142
3158
|
/* @__PURE__ */ d("span", { className: "text-sm font-semibold text-success", children: [
|
|
3143
3159
|
t,
|
|
3144
3160
|
i
|
|
@@ -3159,10 +3175,10 @@ const Mt = ({
|
|
|
3159
3175
|
{
|
|
3160
3176
|
type: "range",
|
|
3161
3177
|
min: l,
|
|
3162
|
-
max:
|
|
3178
|
+
max: s,
|
|
3163
3179
|
step: c,
|
|
3164
3180
|
value: t,
|
|
3165
|
-
onChange: (w) => k(
|
|
3181
|
+
onChange: (w) => k(s - Number(w.target.value)),
|
|
3166
3182
|
disabled: m,
|
|
3167
3183
|
className: "absolute inset-0 w-full opacity-0 cursor-pointer disabled:cursor-not-allowed"
|
|
3168
3184
|
}
|
|
@@ -3171,43 +3187,43 @@ const Mt = ({
|
|
|
3171
3187
|
] }),
|
|
3172
3188
|
/* @__PURE__ */ d("div", { className: "text-xs text-primary/70 text-center", children: [
|
|
3173
3189
|
"Total: ",
|
|
3174
|
-
|
|
3190
|
+
y,
|
|
3175
3191
|
i
|
|
3176
3192
|
] })
|
|
3177
3193
|
] });
|
|
3178
|
-
},
|
|
3194
|
+
}, jt = ({
|
|
3179
3195
|
options: e,
|
|
3180
3196
|
value: t,
|
|
3181
3197
|
onChange: a,
|
|
3182
3198
|
placeholder: o = "Select an option",
|
|
3183
|
-
label:
|
|
3199
|
+
label: n,
|
|
3184
3200
|
error: l,
|
|
3185
|
-
searchable:
|
|
3201
|
+
searchable: s = !1,
|
|
3186
3202
|
clearable: c = !0,
|
|
3187
3203
|
disabled: i,
|
|
3188
3204
|
className: m
|
|
3189
3205
|
}) => {
|
|
3190
|
-
const [
|
|
3191
|
-
(T) => T.label.toLowerCase().includes(
|
|
3206
|
+
const [x, y] = D(!1), [h, N] = D(""), k = H(null), w = e.find((T) => T.value === t), M = s ? e.filter(
|
|
3207
|
+
(T) => T.label.toLowerCase().includes(h.toLowerCase())
|
|
3192
3208
|
) : e;
|
|
3193
3209
|
Z(() => {
|
|
3194
3210
|
const T = (F) => {
|
|
3195
|
-
k.current && !k.current.contains(F.target) && (
|
|
3211
|
+
k.current && !k.current.contains(F.target) && (y(!1), N(""));
|
|
3196
3212
|
};
|
|
3197
3213
|
return document.addEventListener("mousedown", T), () => document.removeEventListener("mousedown", T);
|
|
3198
3214
|
}, []);
|
|
3199
3215
|
const j = (T) => {
|
|
3200
|
-
a(T),
|
|
3201
|
-
},
|
|
3216
|
+
a(T), y(!1), N("");
|
|
3217
|
+
}, L = (T) => {
|
|
3202
3218
|
T.stopPropagation(), a("");
|
|
3203
3219
|
};
|
|
3204
3220
|
return /* @__PURE__ */ d("div", { ref: k, className: u("relative w-full", m), children: [
|
|
3205
|
-
|
|
3221
|
+
n && /* @__PURE__ */ r("label", { className: "block mb-1.5 text-sm font-medium text-foreground", children: n }),
|
|
3206
3222
|
/* @__PURE__ */ d(
|
|
3207
3223
|
"button",
|
|
3208
3224
|
{
|
|
3209
3225
|
type: "button",
|
|
3210
|
-
onClick: () => !i &&
|
|
3226
|
+
onClick: () => !i && y(!x),
|
|
3211
3227
|
disabled: i,
|
|
3212
3228
|
className: u(
|
|
3213
3229
|
"w-full px-4 py-3 rounded-md border transition-all duration-200",
|
|
@@ -3217,7 +3233,7 @@ const Mt = ({
|
|
|
3217
3233
|
"touch-target",
|
|
3218
3234
|
l && "border-error",
|
|
3219
3235
|
!l && "border-border",
|
|
3220
|
-
|
|
3236
|
+
x && "ring-2 ring-primary"
|
|
3221
3237
|
),
|
|
3222
3238
|
children: [
|
|
3223
3239
|
/* @__PURE__ */ d("div", { className: "flex items-center gap-2 flex-1 min-w-0", children: [
|
|
@@ -3229,7 +3245,7 @@ const Mt = ({
|
|
|
3229
3245
|
"button",
|
|
3230
3246
|
{
|
|
3231
3247
|
type: "button",
|
|
3232
|
-
onClick:
|
|
3248
|
+
onClick: L,
|
|
3233
3249
|
className: "p-1 hover:bg-secondary rounded transition-colors",
|
|
3234
3250
|
children: /* @__PURE__ */ r($, { className: "w-4 h-4 text-primary" })
|
|
3235
3251
|
}
|
|
@@ -3239,7 +3255,7 @@ const Mt = ({
|
|
|
3239
3255
|
{
|
|
3240
3256
|
className: u(
|
|
3241
3257
|
"w-5 h-5 text-primary transition-transform",
|
|
3242
|
-
|
|
3258
|
+
x && "rotate-180"
|
|
3243
3259
|
)
|
|
3244
3260
|
}
|
|
3245
3261
|
)
|
|
@@ -3247,7 +3263,7 @@ const Mt = ({
|
|
|
3247
3263
|
]
|
|
3248
3264
|
}
|
|
3249
3265
|
),
|
|
3250
|
-
/* @__PURE__ */ r(Q, { children:
|
|
3266
|
+
/* @__PURE__ */ r(Q, { children: x && /* @__PURE__ */ d(
|
|
3251
3267
|
g.div,
|
|
3252
3268
|
{
|
|
3253
3269
|
initial: { opacity: 0, y: -10 },
|
|
@@ -3256,19 +3272,19 @@ const Mt = ({
|
|
|
3256
3272
|
transition: { duration: 0.2 },
|
|
3257
3273
|
className: "absolute z-50 w-full mt-2 bg-background rounded-md border border-border shadow-lg max-h-80 overflow-hidden",
|
|
3258
3274
|
children: [
|
|
3259
|
-
|
|
3275
|
+
s && /* @__PURE__ */ r("div", { className: "p-2 border-b border-border", children: /* @__PURE__ */ d("div", { className: "relative", children: [
|
|
3260
3276
|
/* @__PURE__ */ r(Fe, { className: "absolute left-3 top-1/2 -translate-y-1/2 w-4 h-4 text-primary/50" }),
|
|
3261
3277
|
/* @__PURE__ */ r(
|
|
3262
3278
|
"input",
|
|
3263
3279
|
{
|
|
3264
3280
|
type: "text",
|
|
3265
3281
|
placeholder: "Search...",
|
|
3266
|
-
value:
|
|
3282
|
+
value: h,
|
|
3267
3283
|
onChange: (T) => N(T.target.value),
|
|
3268
3284
|
className: "w-full pl-10 pr-8 py-2 text-sm border border-border rounded-md focus:outline-none focus:ring-2 focus:ring-primary"
|
|
3269
3285
|
}
|
|
3270
3286
|
),
|
|
3271
|
-
|
|
3287
|
+
h && /* @__PURE__ */ r(
|
|
3272
3288
|
"button",
|
|
3273
3289
|
{
|
|
3274
3290
|
onClick: () => N(""),
|
|
@@ -3306,27 +3322,27 @@ const Mt = ({
|
|
|
3306
3322
|
}
|
|
3307
3323
|
)
|
|
3308
3324
|
] });
|
|
3309
|
-
},
|
|
3325
|
+
}, ht = ae(
|
|
3310
3326
|
({
|
|
3311
3327
|
options: e,
|
|
3312
3328
|
value: t,
|
|
3313
3329
|
onChange: a,
|
|
3314
3330
|
placeholder: o = "Select an option",
|
|
3315
|
-
label:
|
|
3331
|
+
label: n,
|
|
3316
3332
|
error: l,
|
|
3317
|
-
hint:
|
|
3333
|
+
hint: s,
|
|
3318
3334
|
searchable: c = !1,
|
|
3319
3335
|
clearable: i = !0,
|
|
3320
3336
|
disabled: m,
|
|
3321
|
-
required:
|
|
3322
|
-
className:
|
|
3323
|
-
},
|
|
3324
|
-
const [N, k] =
|
|
3337
|
+
required: x,
|
|
3338
|
+
className: y
|
|
3339
|
+
}, h) => {
|
|
3340
|
+
const [N, k] = D(!1), [w, M] = D(""), j = H(null), L = e.find((S) => S.value === t), T = c ? e.filter(
|
|
3325
3341
|
(S) => S.label.toLowerCase().includes(w.toLowerCase())
|
|
3326
3342
|
) : e;
|
|
3327
3343
|
Z(() => {
|
|
3328
|
-
const S = (
|
|
3329
|
-
j.current && !j.current.contains(
|
|
3344
|
+
const S = (O) => {
|
|
3345
|
+
j.current && !j.current.contains(O.target) && (k(!1), M(""));
|
|
3330
3346
|
};
|
|
3331
3347
|
return document.addEventListener("mousedown", S), () => document.removeEventListener("mousedown", S);
|
|
3332
3348
|
}, []);
|
|
@@ -3335,10 +3351,10 @@ const Mt = ({
|
|
|
3335
3351
|
}, P = (S) => {
|
|
3336
3352
|
S.stopPropagation(), a("");
|
|
3337
3353
|
};
|
|
3338
|
-
return /* @__PURE__ */ d("div", { ref:
|
|
3339
|
-
|
|
3340
|
-
|
|
3341
|
-
|
|
3354
|
+
return /* @__PURE__ */ d("div", { ref: h, className: u("w-full space-y-1.5", y), children: [
|
|
3355
|
+
n && /* @__PURE__ */ d("label", { className: "block text-sm font-medium text-foreground", children: [
|
|
3356
|
+
n,
|
|
3357
|
+
x && /* @__PURE__ */ r("span", { className: "text-error ml-1", children: "*" })
|
|
3342
3358
|
] }),
|
|
3343
3359
|
/* @__PURE__ */ d("div", { ref: j, className: "relative", children: [
|
|
3344
3360
|
/* @__PURE__ */ d(
|
|
@@ -3349,7 +3365,7 @@ const Mt = ({
|
|
|
3349
3365
|
disabled: m,
|
|
3350
3366
|
"aria-haspopup": "listbox",
|
|
3351
3367
|
"aria-expanded": N,
|
|
3352
|
-
"aria-required":
|
|
3368
|
+
"aria-required": x,
|
|
3353
3369
|
className: u(
|
|
3354
3370
|
"w-full px-4 py-3 rounded-md border transition-all duration-200",
|
|
3355
3371
|
"bg-background text-left flex items-center justify-between gap-2",
|
|
@@ -3362,11 +3378,11 @@ const Mt = ({
|
|
|
3362
3378
|
),
|
|
3363
3379
|
children: [
|
|
3364
3380
|
/* @__PURE__ */ d("div", { className: "flex items-center gap-2 flex-1 min-w-0", children: [
|
|
3365
|
-
|
|
3366
|
-
/* @__PURE__ */ r("span", { className: u("truncate", !
|
|
3381
|
+
L?.icon && /* @__PURE__ */ r("span", { className: "flex-shrink-0", children: L.icon }),
|
|
3382
|
+
/* @__PURE__ */ r("span", { className: u("truncate", !L && "text-foreground/50"), children: L?.label || o })
|
|
3367
3383
|
] }),
|
|
3368
3384
|
/* @__PURE__ */ d("div", { className: "flex items-center gap-1 flex-shrink-0", children: [
|
|
3369
|
-
i &&
|
|
3385
|
+
i && L && !m && /* @__PURE__ */ r(
|
|
3370
3386
|
"button",
|
|
3371
3387
|
{
|
|
3372
3388
|
type: "button",
|
|
@@ -3457,26 +3473,26 @@ const Mt = ({
|
|
|
3457
3473
|
children: l
|
|
3458
3474
|
}
|
|
3459
3475
|
),
|
|
3460
|
-
|
|
3476
|
+
s && !l && /* @__PURE__ */ r("p", { className: "text-sm text-primary/70", children: s })
|
|
3461
3477
|
] });
|
|
3462
3478
|
}
|
|
3463
3479
|
);
|
|
3464
|
-
|
|
3465
|
-
const
|
|
3480
|
+
ht.displayName = "Select";
|
|
3481
|
+
const Dt = ({
|
|
3466
3482
|
value: e,
|
|
3467
3483
|
onChange: t,
|
|
3468
3484
|
label: a,
|
|
3469
3485
|
placeholder: o = "Select date",
|
|
3470
|
-
error:
|
|
3486
|
+
error: n,
|
|
3471
3487
|
disabled: l,
|
|
3472
|
-
minDate:
|
|
3488
|
+
minDate: s,
|
|
3473
3489
|
maxDate: c,
|
|
3474
3490
|
className: i
|
|
3475
3491
|
}) => {
|
|
3476
|
-
const [m,
|
|
3492
|
+
const [m, x] = D(!1), [y, h] = D(e || /* @__PURE__ */ new Date()), N = H(null);
|
|
3477
3493
|
Z(() => {
|
|
3478
3494
|
const C = (A) => {
|
|
3479
|
-
N.current && !N.current.contains(A.target) &&
|
|
3495
|
+
N.current && !N.current.contains(A.target) && x(!1);
|
|
3480
3496
|
};
|
|
3481
3497
|
return m && document.addEventListener("mousedown", C), () => {
|
|
3482
3498
|
document.removeEventListener("mousedown", C);
|
|
@@ -3503,23 +3519,23 @@ const It = ({
|
|
|
3503
3519
|
U.push(new Date(A, V, G));
|
|
3504
3520
|
return U;
|
|
3505
3521
|
}, j = () => {
|
|
3506
|
-
|
|
3507
|
-
},
|
|
3508
|
-
|
|
3522
|
+
h(new Date(y.getFullYear(), y.getMonth() - 1, 1));
|
|
3523
|
+
}, L = () => {
|
|
3524
|
+
h(new Date(y.getFullYear(), y.getMonth() + 1, 1));
|
|
3509
3525
|
}, T = (C) => {
|
|
3510
|
-
t(C),
|
|
3511
|
-
}, F = (C) => !!(
|
|
3526
|
+
t(C), x(!1);
|
|
3527
|
+
}, F = (C) => !!(s && C < s || c && C > c), P = (C, A) => !C || !A ? !1 : C.getDate() === A.getDate() && C.getMonth() === A.getMonth() && C.getFullYear() === A.getFullYear(), S = (C) => C ? P(C, /* @__PURE__ */ new Date()) : !1, O = (C) => C ? C.toLocaleDateString("en-US", {
|
|
3512
3528
|
year: "numeric",
|
|
3513
3529
|
month: "short",
|
|
3514
3530
|
day: "numeric"
|
|
3515
|
-
}) : "",
|
|
3531
|
+
}) : "", f = M(y);
|
|
3516
3532
|
return /* @__PURE__ */ d("div", { ref: N, className: u("relative w-full", i), children: [
|
|
3517
3533
|
a && /* @__PURE__ */ r("label", { className: "block mb-1.5 text-sm font-medium text-foreground", children: a }),
|
|
3518
3534
|
/* @__PURE__ */ d(
|
|
3519
3535
|
"button",
|
|
3520
3536
|
{
|
|
3521
3537
|
type: "button",
|
|
3522
|
-
onClick: () => !l &&
|
|
3538
|
+
onClick: () => !l && x(!m),
|
|
3523
3539
|
disabled: l,
|
|
3524
3540
|
className: u(
|
|
3525
3541
|
"w-full px-4 py-3 rounded-md border transition-all duration-200",
|
|
@@ -3527,13 +3543,13 @@ const It = ({
|
|
|
3527
3543
|
"focus:outline-none focus:ring-2 focus:ring-primary",
|
|
3528
3544
|
"disabled:bg-secondary disabled:cursor-not-allowed",
|
|
3529
3545
|
"touch-target",
|
|
3530
|
-
|
|
3531
|
-
!
|
|
3546
|
+
n && "border-error",
|
|
3547
|
+
!n && "border-border",
|
|
3532
3548
|
m && "ring-2 ring-primary"
|
|
3533
3549
|
),
|
|
3534
3550
|
children: [
|
|
3535
|
-
/* @__PURE__ */ r("span", { className: u("truncate", !e && "text-foreground/50"), children: e ?
|
|
3536
|
-
/* @__PURE__ */ r(
|
|
3551
|
+
/* @__PURE__ */ r("span", { className: u("truncate", !e && "text-foreground/50"), children: e ? O(e) : o }),
|
|
3552
|
+
/* @__PURE__ */ r(sr, { className: "w-5 h-5 text-primary flex-shrink-0" })
|
|
3537
3553
|
]
|
|
3538
3554
|
}
|
|
3539
3555
|
),
|
|
@@ -3557,15 +3573,15 @@ const It = ({
|
|
|
3557
3573
|
}
|
|
3558
3574
|
),
|
|
3559
3575
|
/* @__PURE__ */ d("div", { className: "font-semibold text-foreground", children: [
|
|
3560
|
-
k[
|
|
3576
|
+
k[y.getMonth()],
|
|
3561
3577
|
" ",
|
|
3562
|
-
|
|
3578
|
+
y.getFullYear()
|
|
3563
3579
|
] }),
|
|
3564
3580
|
/* @__PURE__ */ r(
|
|
3565
3581
|
"button",
|
|
3566
3582
|
{
|
|
3567
3583
|
type: "button",
|
|
3568
|
-
onClick:
|
|
3584
|
+
onClick: L,
|
|
3569
3585
|
className: "p-2 hover:bg-secondary rounded-lg transition-colors",
|
|
3570
3586
|
children: /* @__PURE__ */ r(Ge, { className: "w-5 h-5 text-primary" })
|
|
3571
3587
|
}
|
|
@@ -3579,7 +3595,7 @@ const It = ({
|
|
|
3579
3595
|
},
|
|
3580
3596
|
C
|
|
3581
3597
|
)) }),
|
|
3582
|
-
/* @__PURE__ */ r("div", { className: "grid grid-cols-7 gap-1", children:
|
|
3598
|
+
/* @__PURE__ */ r("div", { className: "grid grid-cols-7 gap-1", children: f.map((C, A) => {
|
|
3583
3599
|
if (!C)
|
|
3584
3600
|
return /* @__PURE__ */ r("div", { className: "aspect-square" }, `empty-${A}`);
|
|
3585
3601
|
const V = P(C, e || null), _ = S(C), W = F(C);
|
|
@@ -3616,25 +3632,25 @@ const It = ({
|
|
|
3616
3632
|
]
|
|
3617
3633
|
}
|
|
3618
3634
|
) }),
|
|
3619
|
-
|
|
3635
|
+
n && /* @__PURE__ */ r(
|
|
3620
3636
|
g.p,
|
|
3621
3637
|
{
|
|
3622
3638
|
initial: { opacity: 0, y: -5 },
|
|
3623
3639
|
animate: { opacity: 1, y: 0 },
|
|
3624
3640
|
className: "mt-1.5 text-sm text-error",
|
|
3625
|
-
children:
|
|
3641
|
+
children: n
|
|
3626
3642
|
}
|
|
3627
3643
|
)
|
|
3628
3644
|
] });
|
|
3629
|
-
},
|
|
3645
|
+
}, Lt = ({
|
|
3630
3646
|
children: e,
|
|
3631
3647
|
variant: t = "default",
|
|
3632
3648
|
padding: a = "md",
|
|
3633
3649
|
className: o,
|
|
3634
|
-
onClick:
|
|
3650
|
+
onClick: n,
|
|
3635
3651
|
hover: l = !1
|
|
3636
3652
|
}) => {
|
|
3637
|
-
const
|
|
3653
|
+
const s = {
|
|
3638
3654
|
default: "bg-background border border-border",
|
|
3639
3655
|
outlined: "bg-transparent border-2 border-border-dark",
|
|
3640
3656
|
elevated: "bg-background border-2 border-border shadow-card"
|
|
@@ -3643,39 +3659,39 @@ const It = ({
|
|
|
3643
3659
|
sm: "p-3",
|
|
3644
3660
|
md: "p-4 sm:p-6",
|
|
3645
3661
|
lg: "p-6 sm:p-8"
|
|
3646
|
-
}, i =
|
|
3662
|
+
}, i = n ? g.button : g.div;
|
|
3647
3663
|
return /* @__PURE__ */ r(
|
|
3648
3664
|
i,
|
|
3649
3665
|
{
|
|
3650
3666
|
initial: { opacity: 0, y: 20 },
|
|
3651
3667
|
animate: { opacity: 1, y: 0 },
|
|
3652
3668
|
transition: { duration: 0.3 },
|
|
3653
|
-
whileHover: l ||
|
|
3654
|
-
whileTap:
|
|
3669
|
+
whileHover: l || n ? { y: -2, boxShadow: "0 10px 15px -3px rgb(0 0 0 / 0.1)" } : void 0,
|
|
3670
|
+
whileTap: n ? { scale: 0.98 } : void 0,
|
|
3655
3671
|
className: u(
|
|
3656
3672
|
"rounded-lg transition-all duration-200",
|
|
3657
|
-
|
|
3673
|
+
s[t],
|
|
3658
3674
|
c[a],
|
|
3659
|
-
|
|
3675
|
+
n && "cursor-pointer w-full text-left",
|
|
3660
3676
|
o
|
|
3661
3677
|
),
|
|
3662
|
-
onClick:
|
|
3678
|
+
onClick: n,
|
|
3663
3679
|
children: e
|
|
3664
3680
|
}
|
|
3665
3681
|
);
|
|
3666
|
-
},
|
|
3682
|
+
}, Ot = ({ children: e, className: t }) => /* @__PURE__ */ r("div", { className: u("mb-4", t), children: e }), Et = ({ children: e, className: t }) => /* @__PURE__ */ r("h3", { className: u("text-lg font-semibold text-foreground", t), children: e }), Ft = ({ children: e, className: t }) => /* @__PURE__ */ r("p", { className: u("text-sm text-foreground/70 mt-1", t), children: e }), Pt = ({ children: e, className: t }) => /* @__PURE__ */ r("div", { className: t, children: e }), Gt = ({
|
|
3667
3683
|
isOpen: e,
|
|
3668
3684
|
onClose: t,
|
|
3669
3685
|
children: a,
|
|
3670
3686
|
title: o,
|
|
3671
|
-
position:
|
|
3687
|
+
position: n = "right",
|
|
3672
3688
|
className: l
|
|
3673
3689
|
}) => (Z(() => {
|
|
3674
|
-
const
|
|
3690
|
+
const s = (c) => {
|
|
3675
3691
|
c.key === "Escape" && t();
|
|
3676
3692
|
};
|
|
3677
|
-
return e && (document.addEventListener("keydown",
|
|
3678
|
-
document.removeEventListener("keydown",
|
|
3693
|
+
return e && (document.addEventListener("keydown", s), document.body.style.overflow = "hidden"), () => {
|
|
3694
|
+
document.removeEventListener("keydown", s), document.body.style.overflow = "unset";
|
|
3679
3695
|
};
|
|
3680
3696
|
}, [e, t]), /* @__PURE__ */ r(Q, { children: e && /* @__PURE__ */ d(me, { children: [
|
|
3681
3697
|
/* @__PURE__ */ r(
|
|
@@ -3692,13 +3708,13 @@ const It = ({
|
|
|
3692
3708
|
/* @__PURE__ */ d(
|
|
3693
3709
|
g.div,
|
|
3694
3710
|
{
|
|
3695
|
-
initial: { x:
|
|
3711
|
+
initial: { x: n === "left" ? "-100%" : "100%" },
|
|
3696
3712
|
animate: { x: 0 },
|
|
3697
|
-
exit: { x:
|
|
3713
|
+
exit: { x: n === "left" ? "-100%" : "100%" },
|
|
3698
3714
|
transition: { type: "spring", damping: 30, stiffness: 300 },
|
|
3699
3715
|
className: u(
|
|
3700
3716
|
"fixed top-0 z-50 h-full w-[400px] sm:w-[480px] bg-background shadow-xl",
|
|
3701
|
-
|
|
3717
|
+
n === "left" ? "left-0 border-r" : "right-0 border-l",
|
|
3702
3718
|
"border-border",
|
|
3703
3719
|
l
|
|
3704
3720
|
),
|
|
@@ -3719,15 +3735,15 @@ const It = ({
|
|
|
3719
3735
|
]
|
|
3720
3736
|
}
|
|
3721
3737
|
)
|
|
3722
|
-
] }) })),
|
|
3738
|
+
] }) })), Ut = ({
|
|
3723
3739
|
isOpen: e,
|
|
3724
3740
|
onClose: t,
|
|
3725
3741
|
children: a,
|
|
3726
3742
|
title: o,
|
|
3727
|
-
size:
|
|
3743
|
+
size: n = "md",
|
|
3728
3744
|
className: l
|
|
3729
3745
|
}) => {
|
|
3730
|
-
const
|
|
3746
|
+
const s = H(null);
|
|
3731
3747
|
Z(() => {
|
|
3732
3748
|
const i = (m) => {
|
|
3733
3749
|
m.key === "Escape" && t();
|
|
@@ -3753,14 +3769,14 @@ const It = ({
|
|
|
3753
3769
|
children: /* @__PURE__ */ d(
|
|
3754
3770
|
g.div,
|
|
3755
3771
|
{
|
|
3756
|
-
ref:
|
|
3772
|
+
ref: s,
|
|
3757
3773
|
initial: { opacity: 0, scale: 0.95 },
|
|
3758
3774
|
animate: { opacity: 1, scale: 1 },
|
|
3759
3775
|
exit: { opacity: 0, scale: 0.95 },
|
|
3760
3776
|
transition: { duration: 0.2 },
|
|
3761
3777
|
className: u(
|
|
3762
3778
|
"bg-background border border-border rounded-lg shadow-2xl w-full max-h-[90vh] overflow-hidden flex flex-col",
|
|
3763
|
-
c[
|
|
3779
|
+
c[n],
|
|
3764
3780
|
l
|
|
3765
3781
|
),
|
|
3766
3782
|
children: [
|
|
@@ -3782,18 +3798,18 @@ const It = ({
|
|
|
3782
3798
|
)
|
|
3783
3799
|
}
|
|
3784
3800
|
) });
|
|
3785
|
-
},
|
|
3801
|
+
}, Bt = ({
|
|
3786
3802
|
children: e,
|
|
3787
3803
|
className: t
|
|
3788
|
-
}) => /* @__PURE__ */ r("div", { className: u("px-6 py-4", t), children: e }),
|
|
3804
|
+
}) => /* @__PURE__ */ r("div", { className: u("px-6 py-4", t), children: e }), $t = ({
|
|
3789
3805
|
children: e,
|
|
3790
3806
|
className: t
|
|
3791
|
-
}) => /* @__PURE__ */ r("div", { className: u("px-6 py-4 border-t border-border flex items-center justify-end gap-3 bg-background sticky bottom-0", t), children: e }),
|
|
3807
|
+
}) => /* @__PURE__ */ r("div", { className: u("px-6 py-4 border-t border-border flex items-center justify-end gap-3 bg-background sticky bottom-0", t), children: e }), Vt = ({
|
|
3792
3808
|
isOpen: e,
|
|
3793
3809
|
onClose: t,
|
|
3794
3810
|
title: a,
|
|
3795
3811
|
children: o,
|
|
3796
|
-
showCloseButton:
|
|
3812
|
+
showCloseButton: n = !0,
|
|
3797
3813
|
className: l
|
|
3798
3814
|
}) => (Z(() => (e ? document.body.style.overflow = "hidden" : document.body.style.overflow = "unset", () => {
|
|
3799
3815
|
document.body.style.overflow = "unset";
|
|
@@ -3823,9 +3839,9 @@ const It = ({
|
|
|
3823
3839
|
),
|
|
3824
3840
|
children: [
|
|
3825
3841
|
/* @__PURE__ */ r("div", { className: "flex justify-center pt-3 pb-2", children: /* @__PURE__ */ r("div", { className: "w-12 h-1.5 bg-border-dark rounded-full" }) }),
|
|
3826
|
-
(a ||
|
|
3842
|
+
(a || n) && /* @__PURE__ */ d("div", { className: "flex items-center justify-between px-6 py-4 border-b border-border", children: [
|
|
3827
3843
|
a && /* @__PURE__ */ r("h2", { className: "text-lg font-semibold text-foreground", children: a }),
|
|
3828
|
-
|
|
3844
|
+
n && /* @__PURE__ */ r(
|
|
3829
3845
|
"button",
|
|
3830
3846
|
{
|
|
3831
3847
|
onClick: t,
|
|
@@ -3839,23 +3855,23 @@ const It = ({
|
|
|
3839
3855
|
}
|
|
3840
3856
|
)
|
|
3841
3857
|
] }) }));
|
|
3842
|
-
function
|
|
3858
|
+
function _t({
|
|
3843
3859
|
data: e,
|
|
3844
3860
|
columns: t,
|
|
3845
3861
|
loading: a = !1,
|
|
3846
3862
|
onRowClick: o,
|
|
3847
|
-
keyExtractor:
|
|
3863
|
+
keyExtractor: n,
|
|
3848
3864
|
className: l
|
|
3849
3865
|
}) {
|
|
3850
|
-
const [
|
|
3851
|
-
|
|
3852
|
-
},
|
|
3853
|
-
const k =
|
|
3866
|
+
const [s, c] = D(null), [i, m] = D("asc"), x = (h) => {
|
|
3867
|
+
s === h ? m(i === "asc" ? "desc" : "asc") : (c(h), m("asc"));
|
|
3868
|
+
}, y = s ? [...e].sort((h, N) => {
|
|
3869
|
+
const k = h[s], w = N[s];
|
|
3854
3870
|
return k < w ? i === "asc" ? -1 : 1 : k > w ? i === "asc" ? 1 : -1 : 0;
|
|
3855
3871
|
}) : e;
|
|
3856
3872
|
return a ? /* @__PURE__ */ r("div", { className: u("border border-border rounded-lg overflow-hidden", l), children: /* @__PURE__ */ r("div", { className: "overflow-x-auto", children: /* @__PURE__ */ d("table", { className: "w-full", children: [
|
|
3857
|
-
/* @__PURE__ */ r("thead", { className: "border-b border-border", children: /* @__PURE__ */ r("tr", { children: t.map((
|
|
3858
|
-
/* @__PURE__ */ r("tbody", { children: [...Array(5)].map((
|
|
3873
|
+
/* @__PURE__ */ r("thead", { className: "border-b border-border", children: /* @__PURE__ */ r("tr", { children: t.map((h, N) => /* @__PURE__ */ r("th", { className: "px-6 py-4 text-left", children: /* @__PURE__ */ r("div", { className: "h-4 bg-border rounded w-24 animate-pulse" }) }, N)) }) }),
|
|
3874
|
+
/* @__PURE__ */ r("tbody", { children: [...Array(5)].map((h, N) => /* @__PURE__ */ r("tr", { className: "border-b border-border", children: t.map((k, w) => /* @__PURE__ */ r("td", { className: "px-6 py-4", children: /* @__PURE__ */ r("div", { className: "h-4 bg-secondary rounded animate-pulse" }) }, w)) }, N)) })
|
|
3859
3875
|
] }) }) }) : /* @__PURE__ */ r(
|
|
3860
3876
|
g.div,
|
|
3861
3877
|
{
|
|
@@ -3864,29 +3880,29 @@ function $t({
|
|
|
3864
3880
|
transition: { duration: 0.3 },
|
|
3865
3881
|
className: u("border border-border rounded-lg overflow-hidden", l),
|
|
3866
3882
|
children: /* @__PURE__ */ r("div", { className: "overflow-x-auto", children: /* @__PURE__ */ d("table", { className: "w-full", children: [
|
|
3867
|
-
/* @__PURE__ */ r("thead", { className: "border-b border-border", children: /* @__PURE__ */ r("tr", { children: t.map((
|
|
3883
|
+
/* @__PURE__ */ r("thead", { className: "border-b border-border", children: /* @__PURE__ */ r("tr", { children: t.map((h, N) => /* @__PURE__ */ r(
|
|
3868
3884
|
"th",
|
|
3869
3885
|
{
|
|
3870
3886
|
className: u(
|
|
3871
3887
|
"px-6 py-4 text-left text-sm font-semibold text-foreground",
|
|
3872
|
-
|
|
3873
|
-
|
|
3888
|
+
h.width,
|
|
3889
|
+
h.sortable && "cursor-pointer transition-colors"
|
|
3874
3890
|
),
|
|
3875
|
-
onClick: () =>
|
|
3891
|
+
onClick: () => h.sortable && x(h.key),
|
|
3876
3892
|
children: /* @__PURE__ */ d("div", { className: "flex items-center gap-2", children: [
|
|
3877
|
-
|
|
3878
|
-
|
|
3893
|
+
h.header,
|
|
3894
|
+
h.sortable && /* @__PURE__ */ r("span", { className: "text-primary/50 hover:text-primary transition-colors", children: s === h.key ? i === "asc" ? /* @__PURE__ */ r(nr, { className: "w-4 h-4" }) : /* @__PURE__ */ r(ir, { className: "w-4 h-4" }) : /* @__PURE__ */ r(lr, { className: "w-4 h-4" }) })
|
|
3879
3895
|
] })
|
|
3880
3896
|
},
|
|
3881
3897
|
N
|
|
3882
3898
|
)) }) }),
|
|
3883
|
-
/* @__PURE__ */ r("tbody", { children:
|
|
3899
|
+
/* @__PURE__ */ r("tbody", { children: y.map((h, N) => /* @__PURE__ */ r(
|
|
3884
3900
|
g.tr,
|
|
3885
3901
|
{
|
|
3886
3902
|
initial: { opacity: 0, y: 10 },
|
|
3887
3903
|
animate: { opacity: 1, y: 0 },
|
|
3888
3904
|
transition: { duration: 0.2, delay: N * 0.05 },
|
|
3889
|
-
onClick: () => o && o(
|
|
3905
|
+
onClick: () => o && o(h),
|
|
3890
3906
|
className: u(
|
|
3891
3907
|
"border-b border-border transition-colors",
|
|
3892
3908
|
o && "cursor-pointer hover:bg-secondary"
|
|
@@ -3899,24 +3915,24 @@ function $t({
|
|
|
3899
3915
|
k.width
|
|
3900
3916
|
),
|
|
3901
3917
|
style: k.width ? { width: k.width } : void 0,
|
|
3902
|
-
title: k.truncate && !k.render ? String(
|
|
3903
|
-
children: k.truncate && !k.render ? /* @__PURE__ */ r("div", { className: "truncate", children: String(
|
|
3918
|
+
title: k.truncate && !k.render ? String(h[k.key] ?? "") : void 0,
|
|
3919
|
+
children: k.truncate && !k.render ? /* @__PURE__ */ r("div", { className: "truncate", children: String(h[k.key] ?? "") }) : k.render ? k.render(h) : String(h[k.key] ?? "")
|
|
3904
3920
|
},
|
|
3905
3921
|
w
|
|
3906
3922
|
))
|
|
3907
3923
|
},
|
|
3908
|
-
|
|
3924
|
+
n(h)
|
|
3909
3925
|
)) })
|
|
3910
3926
|
] }) })
|
|
3911
3927
|
}
|
|
3912
3928
|
);
|
|
3913
3929
|
}
|
|
3914
|
-
const
|
|
3930
|
+
const Wt = ({
|
|
3915
3931
|
currentPage: e,
|
|
3916
3932
|
totalPages: t,
|
|
3917
3933
|
onPageChange: a,
|
|
3918
3934
|
totalItems: o,
|
|
3919
|
-
itemsPerPage:
|
|
3935
|
+
itemsPerPage: n,
|
|
3920
3936
|
className: l
|
|
3921
3937
|
}) => {
|
|
3922
3938
|
const c = Array.from({ length: t }, (i, m) => m + 1).slice(
|
|
@@ -3931,12 +3947,12 @@ const Vt = ({
|
|
|
3931
3947
|
transition: { duration: 0.3 },
|
|
3932
3948
|
className: u("flex items-center justify-between gap-4 flex-wrap", l),
|
|
3933
3949
|
children: [
|
|
3934
|
-
/* @__PURE__ */ r("div", { className: "text-sm text-foreground/70", children: o &&
|
|
3950
|
+
/* @__PURE__ */ r("div", { className: "text-sm text-foreground/70", children: o && n && /* @__PURE__ */ d("span", { children: [
|
|
3935
3951
|
"Showing ",
|
|
3936
|
-
Math.min((e - 1) *
|
|
3952
|
+
Math.min((e - 1) * n + 1, o),
|
|
3937
3953
|
" to",
|
|
3938
3954
|
" ",
|
|
3939
|
-
Math.min(e *
|
|
3955
|
+
Math.min(e * n, o),
|
|
3940
3956
|
" of ",
|
|
3941
3957
|
o,
|
|
3942
3958
|
" results"
|
|
@@ -4010,24 +4026,24 @@ const Vt = ({
|
|
|
4010
4026
|
]
|
|
4011
4027
|
}
|
|
4012
4028
|
);
|
|
4013
|
-
},
|
|
4029
|
+
}, ft = ({
|
|
4014
4030
|
icon: e,
|
|
4015
4031
|
onClick: t,
|
|
4016
4032
|
label: a,
|
|
4017
4033
|
actions: o,
|
|
4018
|
-
variant:
|
|
4034
|
+
variant: n = "primary",
|
|
4019
4035
|
position: l = "bottom-right",
|
|
4020
|
-
disabled:
|
|
4036
|
+
disabled: s,
|
|
4021
4037
|
className: c
|
|
4022
4038
|
}) => {
|
|
4023
|
-
const [i, m] =
|
|
4039
|
+
const [i, m] = D(!1), x = {
|
|
4024
4040
|
"bottom-right": "fixed bottom-6 right-6",
|
|
4025
4041
|
"bottom-left": "fixed bottom-6 left-6",
|
|
4026
4042
|
"bottom-center": "fixed bottom-6 left-1/2 -translate-x-1/2"
|
|
4027
|
-
},
|
|
4043
|
+
}, y = {
|
|
4028
4044
|
primary: "bg-primary text-white hover:bg-primary-dark shadow-lg",
|
|
4029
4045
|
secondary: "bg-background text-primary border-2 border-primary hover:bg-secondary shadow-md"
|
|
4030
|
-
},
|
|
4046
|
+
}, h = {
|
|
4031
4047
|
primary: "bg-primary text-white",
|
|
4032
4048
|
success: "bg-success text-white",
|
|
4033
4049
|
danger: "bg-error text-white",
|
|
@@ -4035,7 +4051,7 @@ const Vt = ({
|
|
|
4035
4051
|
}, N = () => {
|
|
4036
4052
|
o && o.length > 0 ? m(!i) : t && t();
|
|
4037
4053
|
};
|
|
4038
|
-
return /* @__PURE__ */ d("div", { className: u(
|
|
4054
|
+
return /* @__PURE__ */ d("div", { className: u(x[l], "z-50", c), children: [
|
|
4039
4055
|
/* @__PURE__ */ r(Q, { children: i && o && /* @__PURE__ */ r(
|
|
4040
4056
|
g.div,
|
|
4041
4057
|
{
|
|
@@ -4063,7 +4079,7 @@ const Vt = ({
|
|
|
4063
4079
|
},
|
|
4064
4080
|
className: u(
|
|
4065
4081
|
"w-12 h-12 rounded-full shadow-lg flex items-center justify-center transition-all",
|
|
4066
|
-
|
|
4082
|
+
h[k.variant || "primary"]
|
|
4067
4083
|
),
|
|
4068
4084
|
children: k.icon
|
|
4069
4085
|
}
|
|
@@ -4077,34 +4093,34 @@ const Vt = ({
|
|
|
4077
4093
|
/* @__PURE__ */ d(
|
|
4078
4094
|
g.button,
|
|
4079
4095
|
{
|
|
4080
|
-
whileTap: { scale:
|
|
4081
|
-
whileHover: { scale:
|
|
4096
|
+
whileTap: { scale: s ? 1 : 0.9 },
|
|
4097
|
+
whileHover: { scale: s ? 1 : 1.05 },
|
|
4082
4098
|
onClick: N,
|
|
4083
|
-
disabled:
|
|
4099
|
+
disabled: s,
|
|
4084
4100
|
className: u(
|
|
4085
4101
|
"z-30 rounded-full p-4 transition-all duration-200",
|
|
4086
4102
|
"disabled:opacity-50 disabled:cursor-not-allowed",
|
|
4087
4103
|
"flex items-center gap-2",
|
|
4088
|
-
|
|
4104
|
+
y[n],
|
|
4089
4105
|
a ? "px-6" : "w-16 h-16 justify-center",
|
|
4090
4106
|
i && "rotate-45"
|
|
4091
4107
|
),
|
|
4092
4108
|
children: [
|
|
4093
|
-
/* @__PURE__ */ r("span", { className: "flex-shrink-0", children: e || (i ? /* @__PURE__ */ r($, { className: "w-6 h-6" }) : /* @__PURE__ */ r(
|
|
4109
|
+
/* @__PURE__ */ r("span", { className: "flex-shrink-0", children: e || (i ? /* @__PURE__ */ r($, { className: "w-6 h-6" }) : /* @__PURE__ */ r(cr, { className: "w-6 h-6" })) }),
|
|
4094
4110
|
a && /* @__PURE__ */ r("span", { className: "font-medium", children: a })
|
|
4095
4111
|
]
|
|
4096
4112
|
}
|
|
4097
4113
|
)
|
|
4098
4114
|
] });
|
|
4099
|
-
},
|
|
4115
|
+
}, Yt = ft, Ht = ({
|
|
4100
4116
|
steps: e,
|
|
4101
4117
|
currentStep: t,
|
|
4102
4118
|
className: a
|
|
4103
4119
|
}) => {
|
|
4104
4120
|
const o = e[t];
|
|
4105
4121
|
return /* @__PURE__ */ d("div", { className: u("w-full", a), children: [
|
|
4106
|
-
/* @__PURE__ */ r("div", { className: "hidden md:block", children: /* @__PURE__ */ r("div", { className: "relative flex items-center mb-2", children: e.map((
|
|
4107
|
-
const
|
|
4122
|
+
/* @__PURE__ */ r("div", { className: "hidden md:block", children: /* @__PURE__ */ r("div", { className: "relative flex items-center mb-2", children: e.map((n, l) => {
|
|
4123
|
+
const s = l < t, c = l === t, i = l > t;
|
|
4108
4124
|
return /* @__PURE__ */ d(Le.Fragment, { children: [
|
|
4109
4125
|
/* @__PURE__ */ d("div", { className: "flex flex-col items-center relative z-10", children: [
|
|
4110
4126
|
/* @__PURE__ */ r(
|
|
@@ -4113,16 +4129,16 @@ const Vt = ({
|
|
|
4113
4129
|
initial: !1,
|
|
4114
4130
|
animate: {
|
|
4115
4131
|
scale: c ? 1.05 : 1,
|
|
4116
|
-
backgroundColor:
|
|
4132
|
+
backgroundColor: s || c ? "var(--color-primary)" : "var(--color-border)"
|
|
4117
4133
|
},
|
|
4118
4134
|
className: u(
|
|
4119
4135
|
"w-12 h-12 rounded-full flex items-center justify-center",
|
|
4120
4136
|
"font-semibold text-base transition-all duration-300",
|
|
4121
|
-
(
|
|
4137
|
+
(s || c) && "text-white shadow-lg",
|
|
4122
4138
|
i && "text-primary/50",
|
|
4123
4139
|
"ring-4 ring-white"
|
|
4124
4140
|
),
|
|
4125
|
-
children:
|
|
4141
|
+
children: s ? /* @__PURE__ */ r(Oe, { className: "w-6 h-6 stroke-[3]" }) : /* @__PURE__ */ r("span", { children: l + 1 })
|
|
4126
4142
|
}
|
|
4127
4143
|
),
|
|
4128
4144
|
/* @__PURE__ */ d("div", { className: "mt-3 text-center max-w-[120px]", children: [
|
|
@@ -4132,22 +4148,22 @@ const Vt = ({
|
|
|
4132
4148
|
className: u(
|
|
4133
4149
|
"text-sm font-semibold block",
|
|
4134
4150
|
c && "text-primary",
|
|
4135
|
-
|
|
4151
|
+
s && "text-primary",
|
|
4136
4152
|
i && "text-primary/50"
|
|
4137
4153
|
),
|
|
4138
|
-
children:
|
|
4154
|
+
children: n.label
|
|
4139
4155
|
}
|
|
4140
4156
|
),
|
|
4141
|
-
|
|
4157
|
+
n.description && /* @__PURE__ */ r(
|
|
4142
4158
|
"p",
|
|
4143
4159
|
{
|
|
4144
4160
|
className: u(
|
|
4145
4161
|
"text-xs mt-1 leading-tight",
|
|
4146
4162
|
c && "text-primary",
|
|
4147
|
-
|
|
4163
|
+
s && "text-primary/70",
|
|
4148
4164
|
i && "text-primary/50"
|
|
4149
4165
|
),
|
|
4150
|
-
children:
|
|
4166
|
+
children: n.description
|
|
4151
4167
|
}
|
|
4152
4168
|
)
|
|
4153
4169
|
] })
|
|
@@ -4166,20 +4182,20 @@ const Vt = ({
|
|
|
4166
4182
|
] }, l);
|
|
4167
4183
|
}) }) }),
|
|
4168
4184
|
/* @__PURE__ */ d("div", { className: "md:hidden", children: [
|
|
4169
|
-
/* @__PURE__ */ r("div", { className: "flex items-center justify-center gap-2 mb-3", children: e.map((
|
|
4170
|
-
const
|
|
4185
|
+
/* @__PURE__ */ r("div", { className: "flex items-center justify-center gap-2 mb-3", children: e.map((n, l) => {
|
|
4186
|
+
const s = l < t, c = l === t;
|
|
4171
4187
|
return /* @__PURE__ */ r(
|
|
4172
4188
|
g.div,
|
|
4173
4189
|
{
|
|
4174
4190
|
initial: !1,
|
|
4175
4191
|
animate: {
|
|
4176
4192
|
scale: c ? 1.2 : 1,
|
|
4177
|
-
backgroundColor:
|
|
4193
|
+
backgroundColor: s || c ? "var(--color-primary)" : "var(--color-border-dark)"
|
|
4178
4194
|
},
|
|
4179
4195
|
className: u(
|
|
4180
4196
|
"rounded-full transition-all duration-300",
|
|
4181
4197
|
c ? "w-3 h-3" : "w-2 h-2",
|
|
4182
|
-
(
|
|
4198
|
+
(s || c) && "shadow-sm"
|
|
4183
4199
|
)
|
|
4184
4200
|
},
|
|
4185
4201
|
l
|
|
@@ -4198,12 +4214,12 @@ const Vt = ({
|
|
|
4198
4214
|
)
|
|
4199
4215
|
] })
|
|
4200
4216
|
] });
|
|
4201
|
-
},
|
|
4217
|
+
}, qt = ({
|
|
4202
4218
|
children: e,
|
|
4203
4219
|
variant: t = "default",
|
|
4204
4220
|
size: a = "md",
|
|
4205
4221
|
className: o,
|
|
4206
|
-
dot:
|
|
4222
|
+
dot: n = !1
|
|
4207
4223
|
}) => {
|
|
4208
4224
|
const l = {
|
|
4209
4225
|
default: "bg-secondary text-primary border border-border",
|
|
@@ -4212,7 +4228,7 @@ const Vt = ({
|
|
|
4212
4228
|
warning: "bg-warning/10 text-warning border border-warning/20",
|
|
4213
4229
|
danger: "bg-error/10 text-error border border-error/20",
|
|
4214
4230
|
info: "bg-info/10 text-info border border-info/20"
|
|
4215
|
-
},
|
|
4231
|
+
}, s = {
|
|
4216
4232
|
sm: "px-2 py-0.5 text-xs",
|
|
4217
4233
|
md: "px-2.5 py-1 text-sm",
|
|
4218
4234
|
lg: "px-3 py-1.5 text-base"
|
|
@@ -4233,16 +4249,16 @@ const Vt = ({
|
|
|
4233
4249
|
className: u(
|
|
4234
4250
|
"inline-flex items-center gap-1.5 rounded-lg font-medium",
|
|
4235
4251
|
l[t],
|
|
4236
|
-
|
|
4252
|
+
s[a],
|
|
4237
4253
|
o
|
|
4238
4254
|
),
|
|
4239
4255
|
children: [
|
|
4240
|
-
|
|
4256
|
+
n && /* @__PURE__ */ r("span", { className: u("w-1.5 h-1.5 rounded-full", c[t]) }),
|
|
4241
4257
|
e
|
|
4242
4258
|
]
|
|
4243
4259
|
}
|
|
4244
4260
|
);
|
|
4245
|
-
},
|
|
4261
|
+
}, Jt = ({
|
|
4246
4262
|
isOffline: e,
|
|
4247
4263
|
className: t
|
|
4248
4264
|
}) => e ? /* @__PURE__ */ d(
|
|
@@ -4261,12 +4277,12 @@ const Vt = ({
|
|
|
4261
4277
|
/* @__PURE__ */ r("span", { children: "Offline Mode" })
|
|
4262
4278
|
]
|
|
4263
4279
|
}
|
|
4264
|
-
) : null,
|
|
4280
|
+
) : null, Qt = ({
|
|
4265
4281
|
status: e,
|
|
4266
4282
|
count: t,
|
|
4267
4283
|
className: a
|
|
4268
4284
|
}) => {
|
|
4269
|
-
const
|
|
4285
|
+
const n = {
|
|
4270
4286
|
synced: {
|
|
4271
4287
|
icon: /* @__PURE__ */ r(Te, { className: "w-4 h-4" }),
|
|
4272
4288
|
label: "Synced",
|
|
@@ -4296,25 +4312,25 @@ const Vt = ({
|
|
|
4296
4312
|
className: u(
|
|
4297
4313
|
"inline-flex items-center gap-2 px-3 py-1.5 rounded-full",
|
|
4298
4314
|
"text-sm font-medium shadow-sm",
|
|
4299
|
-
|
|
4315
|
+
n.color,
|
|
4300
4316
|
a
|
|
4301
4317
|
),
|
|
4302
4318
|
children: [
|
|
4303
|
-
|
|
4304
|
-
/* @__PURE__ */ r("span", { children:
|
|
4319
|
+
n.icon,
|
|
4320
|
+
/* @__PURE__ */ r("span", { children: n.label })
|
|
4305
4321
|
]
|
|
4306
4322
|
}
|
|
4307
4323
|
);
|
|
4308
|
-
},
|
|
4324
|
+
}, gt = {
|
|
4309
4325
|
sm: "w-4 h-4 border-2",
|
|
4310
4326
|
md: "w-8 h-8 border-2",
|
|
4311
4327
|
lg: "w-12 h-12 border-3",
|
|
4312
4328
|
xl: "w-16 h-16 border-4"
|
|
4313
|
-
},
|
|
4329
|
+
}, yt = {
|
|
4314
4330
|
primary: "border-primary border-t-transparent",
|
|
4315
4331
|
secondary: "border-secondary border-t-transparent",
|
|
4316
4332
|
white: "border-white border-t-transparent"
|
|
4317
|
-
},
|
|
4333
|
+
}, xt = ({
|
|
4318
4334
|
size: e = "md",
|
|
4319
4335
|
variant: t = "primary",
|
|
4320
4336
|
className: a,
|
|
@@ -4325,8 +4341,8 @@ const Vt = ({
|
|
|
4325
4341
|
{
|
|
4326
4342
|
className: u(
|
|
4327
4343
|
"rounded-full",
|
|
4328
|
-
|
|
4329
|
-
|
|
4344
|
+
gt[e],
|
|
4345
|
+
yt[t]
|
|
4330
4346
|
),
|
|
4331
4347
|
animate: { rotate: 360 },
|
|
4332
4348
|
transition: {
|
|
@@ -4340,33 +4356,33 @@ const Vt = ({
|
|
|
4340
4356
|
),
|
|
4341
4357
|
o && /* @__PURE__ */ r("span", { className: "text-sm text-foreground/70", children: o })
|
|
4342
4358
|
] });
|
|
4343
|
-
|
|
4344
|
-
const Ze = er(void 0),
|
|
4359
|
+
xt.displayName = "Spinner";
|
|
4360
|
+
const Ze = er(void 0), Kt = () => {
|
|
4345
4361
|
const e = rr(Ze);
|
|
4346
4362
|
if (!e)
|
|
4347
4363
|
throw new Error("useToast must be used within ToastProvider");
|
|
4348
4364
|
return e;
|
|
4349
|
-
},
|
|
4365
|
+
}, wt = {
|
|
4350
4366
|
success: "bg-success/10 border-success text-success backdrop-blur-2xl",
|
|
4351
4367
|
error: "bg-error/10 border-error text-error backdrop-blur-2xl",
|
|
4352
4368
|
warning: "bg-warning/10 border-warning text-warning backdrop-blur-2xl",
|
|
4353
4369
|
info: "bg-info/10 border-info text-info backdrop-blur-2xl",
|
|
4354
4370
|
default: "bg-background border-border text-foreground backdrop-blur-2xl"
|
|
4355
|
-
},
|
|
4356
|
-
success:
|
|
4357
|
-
error:
|
|
4358
|
-
warning:
|
|
4359
|
-
info:
|
|
4371
|
+
}, vt = {
|
|
4372
|
+
success: pr,
|
|
4373
|
+
error: ur,
|
|
4374
|
+
warning: mr,
|
|
4375
|
+
info: dr,
|
|
4360
4376
|
default: null
|
|
4361
|
-
},
|
|
4377
|
+
}, Nt = {
|
|
4362
4378
|
"top-left": "top-4 left-4",
|
|
4363
4379
|
"top-center": "top-4 left-1/2 -translate-x-1/2",
|
|
4364
4380
|
"top-right": "top-4 right-4",
|
|
4365
4381
|
"bottom-left": "bottom-4 left-4",
|
|
4366
4382
|
"bottom-center": "bottom-4 left-1/2 -translate-x-1/2",
|
|
4367
4383
|
"bottom-right": "bottom-4 right-4"
|
|
4368
|
-
},
|
|
4369
|
-
const a = e.variant || "default", o =
|
|
4384
|
+
}, kt = ({ toast: e, onRemove: t }) => {
|
|
4385
|
+
const a = e.variant || "default", o = vt[a];
|
|
4370
4386
|
return /* @__PURE__ */ d(
|
|
4371
4387
|
g.div,
|
|
4372
4388
|
{
|
|
@@ -4377,7 +4393,7 @@ const Ze = er(void 0), Jt = () => {
|
|
|
4377
4393
|
transition: { duration: 0.2 },
|
|
4378
4394
|
className: u(
|
|
4379
4395
|
"flex items-start gap-3 p-4 rounded-md border shadow-lg min-w-[320px] max-w-md",
|
|
4380
|
-
|
|
4396
|
+
wt[a]
|
|
4381
4397
|
),
|
|
4382
4398
|
children: [
|
|
4383
4399
|
o && /* @__PURE__ */ r(o, { className: "w-5 h-5 flex-shrink-0 mt-0.5" }),
|
|
@@ -4404,37 +4420,37 @@ const Ze = er(void 0), Jt = () => {
|
|
|
4404
4420
|
]
|
|
4405
4421
|
}
|
|
4406
4422
|
);
|
|
4407
|
-
},
|
|
4423
|
+
}, Ct = ({
|
|
4408
4424
|
children: e,
|
|
4409
4425
|
position: t = "top-right",
|
|
4410
4426
|
maxToasts: a = 5
|
|
4411
4427
|
}) => {
|
|
4412
|
-
const [o,
|
|
4428
|
+
const [o, n] = D([]), l = ze(
|
|
4413
4429
|
(c) => {
|
|
4414
4430
|
const i = Math.random().toString(36).substring(2, 9), m = c.duration ?? 5e3;
|
|
4415
|
-
|
|
4416
|
-
|
|
4431
|
+
n((x) => [...x, { ...c, id: i }].slice(-a)), m > 0 && setTimeout(() => {
|
|
4432
|
+
s(i);
|
|
4417
4433
|
}, m);
|
|
4418
4434
|
},
|
|
4419
4435
|
[a]
|
|
4420
|
-
),
|
|
4421
|
-
|
|
4436
|
+
), s = ze((c) => {
|
|
4437
|
+
n((i) => i.filter((m) => m.id !== c));
|
|
4422
4438
|
}, []);
|
|
4423
|
-
return /* @__PURE__ */ d(Ze.Provider, { value: { toasts: o, addToast: l, removeToast:
|
|
4439
|
+
return /* @__PURE__ */ d(Ze.Provider, { value: { toasts: o, addToast: l, removeToast: s }, children: [
|
|
4424
4440
|
e,
|
|
4425
|
-
/* @__PURE__ */ r("div", { className: u("fixed z-[100] flex flex-col gap-2",
|
|
4441
|
+
/* @__PURE__ */ r("div", { className: u("fixed z-[100] flex flex-col gap-2", Nt[t]), children: /* @__PURE__ */ r(Q, { mode: "popLayout", children: o.map((c) => /* @__PURE__ */ r(kt, { toast: c, onRemove: s }, c.id)) }) })
|
|
4426
4442
|
] });
|
|
4427
4443
|
};
|
|
4428
|
-
|
|
4429
|
-
const
|
|
4444
|
+
Ct.displayName = "ToastProvider";
|
|
4445
|
+
const Xt = ({
|
|
4430
4446
|
onCapture: e,
|
|
4431
4447
|
onRemove: t,
|
|
4432
4448
|
preview: a,
|
|
4433
4449
|
label: o = "Take Photo",
|
|
4434
|
-
disabled:
|
|
4450
|
+
disabled: n,
|
|
4435
4451
|
className: l
|
|
4436
4452
|
}) => {
|
|
4437
|
-
const
|
|
4453
|
+
const s = H(null), c = (i) => {
|
|
4438
4454
|
const m = i.target.files?.[0];
|
|
4439
4455
|
m && e(m);
|
|
4440
4456
|
};
|
|
@@ -4461,9 +4477,9 @@ const Qt = ({
|
|
|
4461
4477
|
g.button,
|
|
4462
4478
|
{
|
|
4463
4479
|
type: "button",
|
|
4464
|
-
whileTap: { scale:
|
|
4465
|
-
onClick: () =>
|
|
4466
|
-
disabled:
|
|
4480
|
+
whileTap: { scale: n ? 1 : 0.98 },
|
|
4481
|
+
onClick: () => s.current?.click(),
|
|
4482
|
+
disabled: n,
|
|
4467
4483
|
className: u(
|
|
4468
4484
|
"w-full p-4 rounded-lg border-2 border-border",
|
|
4469
4485
|
"flex items-center justify-center gap-3",
|
|
@@ -4472,7 +4488,7 @@ const Qt = ({
|
|
|
4472
4488
|
"disabled:opacity-50 disabled:cursor-not-allowed"
|
|
4473
4489
|
),
|
|
4474
4490
|
children: [
|
|
4475
|
-
/* @__PURE__ */ r(
|
|
4491
|
+
/* @__PURE__ */ r(br, { className: "w-6 h-6 text-primary" }),
|
|
4476
4492
|
/* @__PURE__ */ r("span", { className: "font-medium text-foreground", children: "Capture Photo" })
|
|
4477
4493
|
]
|
|
4478
4494
|
}
|
|
@@ -4480,25 +4496,25 @@ const Qt = ({
|
|
|
4480
4496
|
/* @__PURE__ */ r(
|
|
4481
4497
|
"input",
|
|
4482
4498
|
{
|
|
4483
|
-
ref:
|
|
4499
|
+
ref: s,
|
|
4484
4500
|
type: "file",
|
|
4485
4501
|
accept: "image/*",
|
|
4486
4502
|
capture: "environment",
|
|
4487
4503
|
onChange: c,
|
|
4488
4504
|
className: "hidden",
|
|
4489
|
-
disabled:
|
|
4505
|
+
disabled: n
|
|
4490
4506
|
}
|
|
4491
4507
|
)
|
|
4492
4508
|
] });
|
|
4493
|
-
},
|
|
4509
|
+
}, Zt = ({
|
|
4494
4510
|
onUpload: e,
|
|
4495
4511
|
accept: t = "*/*",
|
|
4496
4512
|
multiple: a = !1,
|
|
4497
4513
|
label: o = "Upload Files",
|
|
4498
|
-
disabled:
|
|
4514
|
+
disabled: n,
|
|
4499
4515
|
className: l
|
|
4500
4516
|
}) => {
|
|
4501
|
-
const
|
|
4517
|
+
const s = H(null), c = (i) => {
|
|
4502
4518
|
i && e(Array.from(i));
|
|
4503
4519
|
};
|
|
4504
4520
|
return /* @__PURE__ */ d("div", { className: u("w-full", l), children: [
|
|
@@ -4507,9 +4523,9 @@ const Qt = ({
|
|
|
4507
4523
|
g.button,
|
|
4508
4524
|
{
|
|
4509
4525
|
type: "button",
|
|
4510
|
-
whileTap: { scale:
|
|
4511
|
-
onClick: () => !
|
|
4512
|
-
disabled:
|
|
4526
|
+
whileTap: { scale: n ? 1 : 0.98 },
|
|
4527
|
+
onClick: () => !n && s.current?.click(),
|
|
4528
|
+
disabled: n,
|
|
4513
4529
|
className: u(
|
|
4514
4530
|
"w-full p-4 rounded-lg border-2 border-border",
|
|
4515
4531
|
"flex items-center justify-center gap-3",
|
|
@@ -4518,7 +4534,7 @@ const Qt = ({
|
|
|
4518
4534
|
"disabled:opacity-50 disabled:cursor-not-allowed"
|
|
4519
4535
|
),
|
|
4520
4536
|
children: [
|
|
4521
|
-
/* @__PURE__ */ r(
|
|
4537
|
+
/* @__PURE__ */ r(hr, { className: "w-6 h-6 text-primary" }),
|
|
4522
4538
|
/* @__PURE__ */ r("span", { className: "font-medium text-foreground", children: a ? "Upload Files" : "Upload File" })
|
|
4523
4539
|
]
|
|
4524
4540
|
}
|
|
@@ -4526,63 +4542,63 @@ const Qt = ({
|
|
|
4526
4542
|
/* @__PURE__ */ r(
|
|
4527
4543
|
"input",
|
|
4528
4544
|
{
|
|
4529
|
-
ref:
|
|
4545
|
+
ref: s,
|
|
4530
4546
|
type: "file",
|
|
4531
4547
|
accept: t,
|
|
4532
4548
|
multiple: a,
|
|
4533
4549
|
onChange: (i) => c(i.target.files),
|
|
4534
4550
|
className: "hidden",
|
|
4535
|
-
disabled:
|
|
4551
|
+
disabled: n
|
|
4536
4552
|
}
|
|
4537
4553
|
)
|
|
4538
4554
|
] });
|
|
4539
|
-
},
|
|
4555
|
+
}, eo = ({
|
|
4540
4556
|
onRecordingComplete: e,
|
|
4541
4557
|
label: t = "Record Audio",
|
|
4542
4558
|
maxDuration: a = 300,
|
|
4543
4559
|
// 5 minutes default
|
|
4544
4560
|
disabled: o,
|
|
4545
|
-
className:
|
|
4561
|
+
className: n
|
|
4546
4562
|
}) => {
|
|
4547
|
-
const [l,
|
|
4563
|
+
const [l, s] = D(!1), [c, i] = D(!1), [m, x] = D(0), [y, h] = D(null), N = H(null), k = H([]), w = H(null), M = async () => {
|
|
4548
4564
|
try {
|
|
4549
|
-
const S = await navigator.mediaDevices.getUserMedia({ audio: !0 }),
|
|
4550
|
-
N.current =
|
|
4551
|
-
|
|
4552
|
-
},
|
|
4553
|
-
const
|
|
4554
|
-
|
|
4555
|
-
},
|
|
4556
|
-
|
|
4565
|
+
const S = await navigator.mediaDevices.getUserMedia({ audio: !0 }), O = new MediaRecorder(S);
|
|
4566
|
+
N.current = O, k.current = [], O.ondataavailable = (f) => {
|
|
4567
|
+
f.data.size > 0 && k.current.push(f.data);
|
|
4568
|
+
}, O.onstop = () => {
|
|
4569
|
+
const f = new Blob(k.current, { type: "audio/webm" }), C = URL.createObjectURL(f);
|
|
4570
|
+
h(C), e(f), S.getTracks().forEach((A) => A.stop());
|
|
4571
|
+
}, O.start(), s(!0), x(0), w.current = setInterval(() => {
|
|
4572
|
+
x((f) => f >= a ? (T(), f) : f + 1);
|
|
4557
4573
|
}, 1e3);
|
|
4558
4574
|
} catch (S) {
|
|
4559
4575
|
console.error("Error accessing microphone:", S);
|
|
4560
4576
|
}
|
|
4561
4577
|
}, j = () => {
|
|
4562
4578
|
N.current?.state === "recording" && (N.current.pause(), i(!0), w.current && clearInterval(w.current));
|
|
4563
|
-
},
|
|
4579
|
+
}, L = () => {
|
|
4564
4580
|
N.current?.state === "paused" && (N.current.resume(), i(!1), w.current = setInterval(() => {
|
|
4565
|
-
|
|
4581
|
+
x((S) => Math.min(S + 1, a));
|
|
4566
4582
|
}, 1e3));
|
|
4567
4583
|
}, T = () => {
|
|
4568
|
-
N.current && (N.current.stop(),
|
|
4584
|
+
N.current && (N.current.stop(), s(!1), i(!1), w.current && (clearInterval(w.current), w.current = null));
|
|
4569
4585
|
}, F = () => {
|
|
4570
|
-
|
|
4586
|
+
h(null), x(0);
|
|
4571
4587
|
}, P = (S) => {
|
|
4572
|
-
const
|
|
4573
|
-
return `${
|
|
4588
|
+
const O = Math.floor(S / 60), f = S % 60;
|
|
4589
|
+
return `${O.toString().padStart(2, "0")}:${f.toString().padStart(2, "0")}`;
|
|
4574
4590
|
};
|
|
4575
|
-
return /* @__PURE__ */ d("div", { className: u("w-full",
|
|
4591
|
+
return /* @__PURE__ */ d("div", { className: u("w-full", n), children: [
|
|
4576
4592
|
t && /* @__PURE__ */ r("label", { className: "block mb-2 text-sm font-medium text-primary", children: t }),
|
|
4577
4593
|
/* @__PURE__ */ d("div", { className: "p-4 md:p-6 bg-background rounded-lg border-2 border-border space-y-4", children: [
|
|
4578
|
-
!
|
|
4594
|
+
!y && /* @__PURE__ */ d("div", { className: "flex flex-col items-center gap-4", children: [
|
|
4579
4595
|
/* @__PURE__ */ d("div", { className: "relative", children: [
|
|
4580
4596
|
/* @__PURE__ */ r(
|
|
4581
4597
|
g.button,
|
|
4582
4598
|
{
|
|
4583
4599
|
type: "button",
|
|
4584
4600
|
whileTap: { scale: o ? 1 : 0.95 },
|
|
4585
|
-
onClick: l ? c ?
|
|
4601
|
+
onClick: l ? c ? L : j : M,
|
|
4586
4602
|
disabled: o,
|
|
4587
4603
|
className: u(
|
|
4588
4604
|
"w-16 h-16 md:w-20 md:h-20 rounded-full flex items-center justify-center",
|
|
@@ -4590,7 +4606,7 @@ const Qt = ({
|
|
|
4590
4606
|
"disabled:opacity-50 disabled:cursor-not-allowed",
|
|
4591
4607
|
l ? "bg-warning text-white animate-pulse" : "bg-primary text-white hover:bg-primary-dark"
|
|
4592
4608
|
),
|
|
4593
|
-
children: l ? c ? /* @__PURE__ */ r(
|
|
4609
|
+
children: l ? c ? /* @__PURE__ */ r(fr, { className: "w-6 h-6 md:w-8 md:h-8" }) : /* @__PURE__ */ r(gr, { className: "w-6 h-6 md:w-8 md:h-8" }) : /* @__PURE__ */ r(yr, { className: "w-6 h-6 md:w-8 md:h-8" })
|
|
4594
4610
|
}
|
|
4595
4611
|
),
|
|
4596
4612
|
l && !c && /* @__PURE__ */ r(
|
|
@@ -4615,20 +4631,20 @@ const Qt = ({
|
|
|
4615
4631
|
onClick: T,
|
|
4616
4632
|
className: "px-4 py-2 text-sm bg-error text-white rounded-full font-medium hover:bg-red-600 flex items-center gap-2",
|
|
4617
4633
|
children: [
|
|
4618
|
-
/* @__PURE__ */ r(
|
|
4634
|
+
/* @__PURE__ */ r(xr, { className: "w-4 h-4" }),
|
|
4619
4635
|
"Stop"
|
|
4620
4636
|
]
|
|
4621
4637
|
}
|
|
4622
4638
|
)
|
|
4623
4639
|
] }),
|
|
4624
|
-
|
|
4640
|
+
y && /* @__PURE__ */ d(
|
|
4625
4641
|
g.div,
|
|
4626
4642
|
{
|
|
4627
4643
|
initial: { opacity: 0 },
|
|
4628
4644
|
animate: { opacity: 1 },
|
|
4629
4645
|
className: "space-y-3",
|
|
4630
4646
|
children: [
|
|
4631
|
-
/* @__PURE__ */ r("audio", { src:
|
|
4647
|
+
/* @__PURE__ */ r("audio", { src: y, controls: !0, className: "w-full" }),
|
|
4632
4648
|
/* @__PURE__ */ d("div", { className: "flex items-center justify-between", children: [
|
|
4633
4649
|
/* @__PURE__ */ d("span", { className: "text-sm text-primary/70", children: [
|
|
4634
4650
|
"Duration: ",
|
|
@@ -4641,7 +4657,7 @@ const Qt = ({
|
|
|
4641
4657
|
onClick: F,
|
|
4642
4658
|
className: "flex items-center gap-2 px-3 py-1.5 text-sm text-error hover:bg-red-50 rounded-lg transition-colors",
|
|
4643
4659
|
children: [
|
|
4644
|
-
/* @__PURE__ */ r(
|
|
4660
|
+
/* @__PURE__ */ r(wr, { className: "w-4 h-4" }),
|
|
4645
4661
|
"Delete"
|
|
4646
4662
|
]
|
|
4647
4663
|
}
|
|
@@ -4652,18 +4668,18 @@ const Qt = ({
|
|
|
4652
4668
|
)
|
|
4653
4669
|
] })
|
|
4654
4670
|
] });
|
|
4655
|
-
},
|
|
4671
|
+
}, ro = ({
|
|
4656
4672
|
items: e,
|
|
4657
4673
|
onRemove: t,
|
|
4658
4674
|
onView: a,
|
|
4659
4675
|
columns: o = 3,
|
|
4660
|
-
className:
|
|
4676
|
+
className: n
|
|
4661
4677
|
}) => {
|
|
4662
4678
|
const l = {
|
|
4663
4679
|
2: "grid-cols-2",
|
|
4664
4680
|
3: "grid-cols-3",
|
|
4665
4681
|
4: "grid-cols-4"
|
|
4666
|
-
},
|
|
4682
|
+
}, s = (i) => {
|
|
4667
4683
|
if (!i) return "";
|
|
4668
4684
|
const m = i / 1024;
|
|
4669
4685
|
return m < 1024 ? `${m.toFixed(1)} KB` : `${(m / 1024).toFixed(1)} MB`;
|
|
@@ -4674,10 +4690,10 @@ const Qt = ({
|
|
|
4674
4690
|
case "audio":
|
|
4675
4691
|
return /* @__PURE__ */ r(Me, { className: "w-8 h-8 text-primary" });
|
|
4676
4692
|
default:
|
|
4677
|
-
return /* @__PURE__ */ r(
|
|
4693
|
+
return /* @__PURE__ */ r(vr, { className: "w-8 h-8 text-primary" });
|
|
4678
4694
|
}
|
|
4679
4695
|
};
|
|
4680
|
-
return e.length === 0 ? null : /* @__PURE__ */ r("div", { className: u("w-full",
|
|
4696
|
+
return e.length === 0 ? null : /* @__PURE__ */ r("div", { className: u("w-full", n), children: /* @__PURE__ */ r("div", { className: u("grid gap-3", l[o]), children: e.map((i) => /* @__PURE__ */ d(
|
|
4681
4697
|
g.div,
|
|
4682
4698
|
{
|
|
4683
4699
|
initial: { opacity: 0, scale: 0.8 },
|
|
@@ -4722,7 +4738,7 @@ const Qt = ({
|
|
|
4722
4738
|
),
|
|
4723
4739
|
i.size && /* @__PURE__ */ d("div", { className: "absolute bottom-0 left-0 right-0 bg-black/60 text-white text-xs p-1.5 backdrop-blur-sm", children: [
|
|
4724
4740
|
/* @__PURE__ */ r("p", { className: "truncate", children: i.name }),
|
|
4725
|
-
/* @__PURE__ */ r("p", { className: "text-white/70", children:
|
|
4741
|
+
/* @__PURE__ */ r("p", { className: "text-white/70", children: s(i.size) })
|
|
4726
4742
|
] })
|
|
4727
4743
|
]
|
|
4728
4744
|
},
|
|
@@ -4730,42 +4746,42 @@ const Qt = ({
|
|
|
4730
4746
|
)) }) });
|
|
4731
4747
|
};
|
|
4732
4748
|
export {
|
|
4733
|
-
|
|
4734
|
-
|
|
4735
|
-
|
|
4749
|
+
eo as AudioRecorder,
|
|
4750
|
+
qt as Badge,
|
|
4751
|
+
Vt as BottomSheet,
|
|
4736
4752
|
xe as Button,
|
|
4737
|
-
|
|
4738
|
-
|
|
4739
|
-
|
|
4740
|
-
|
|
4741
|
-
|
|
4742
|
-
|
|
4743
|
-
|
|
4744
|
-
|
|
4745
|
-
|
|
4746
|
-
|
|
4747
|
-
|
|
4748
|
-
|
|
4749
|
-
|
|
4750
|
-
|
|
4751
|
-
|
|
4752
|
-
|
|
4753
|
-
|
|
4754
|
-
|
|
4755
|
-
|
|
4756
|
-
|
|
4757
|
-
|
|
4758
|
-
|
|
4759
|
-
|
|
4760
|
-
|
|
4761
|
-
|
|
4762
|
-
|
|
4763
|
-
|
|
4764
|
-
|
|
4765
|
-
|
|
4766
|
-
|
|
4767
|
-
|
|
4753
|
+
Xt as CameraCapture,
|
|
4754
|
+
Lt as Card,
|
|
4755
|
+
Pt as CardContent,
|
|
4756
|
+
Ft as CardDescription,
|
|
4757
|
+
Ot as CardHeader,
|
|
4758
|
+
Et as CardTitle,
|
|
4759
|
+
pt as Checkbox,
|
|
4760
|
+
Dt as DatePicker,
|
|
4761
|
+
Gt as Drawer,
|
|
4762
|
+
jt as Dropdown,
|
|
4763
|
+
It as DualSlider,
|
|
4764
|
+
Yt as FAB,
|
|
4765
|
+
Zt as FileUploader,
|
|
4766
|
+
ft as FloatingActionButton,
|
|
4767
|
+
mt as Input,
|
|
4768
|
+
Ut as Modal,
|
|
4769
|
+
Bt as ModalContent,
|
|
4770
|
+
$t as ModalFooter,
|
|
4771
|
+
Jt as OfflineBadge,
|
|
4772
|
+
Wt as Pagination,
|
|
4773
|
+
Rt as RadioPills,
|
|
4774
|
+
ht as Select,
|
|
4775
|
+
At as Slider,
|
|
4776
|
+
xt as Spinner,
|
|
4777
|
+
Ht as StepProgress,
|
|
4778
|
+
Qt as SyncIndicator,
|
|
4779
|
+
_t as Table,
|
|
4780
|
+
ut as Textarea,
|
|
4781
|
+
ro as ThumbnailGrid,
|
|
4782
|
+
Ct as ToastProvider,
|
|
4783
|
+
bt as Toggle,
|
|
4768
4784
|
u as cn,
|
|
4769
|
-
|
|
4785
|
+
Kt as useToast
|
|
4770
4786
|
};
|
|
4771
4787
|
//# sourceMappingURL=index.js.map
|